Skip to content

[do not merge] Test mimalloc #62073

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

[do not merge] Test mimalloc #62073

wants to merge 2 commits into from

Conversation

Zoxc
Copy link
Contributor

@Zoxc Zoxc commented Jun 23, 2019

r? @ghost

@rust-highfive

This comment has been minimized.

@rust-highfive
Copy link
Contributor

The job x86_64-gnu-llvm-6.0 of your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
travis_time:end:0ed9807d:start=1561279419286836850,finish=1561279420195328034,duration=908491184
$ git checkout -qf FETCH_HEAD
travis_fold:end:git.checkout

Encrypted environment variables have been removed for security reasons.
See https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions
$ export SCCACHE_BUCKET=rust-lang-ci-sccache2
$ export SCCACHE_REGION=us-west-1
$ export GCP_CACHE_BUCKET=rust-lang-ci-cache
$ export AWS_ACCESS_KEY_ID=AKIA46X5W6CZEJZ6XT55
---
####################################################################      95.8%
######################################################################## 100.0%
[00:02:03] extracting /checkout/obj/build/cache/2019-05-23/cargo-beta-x86_64-unknown-linux-gnu.tar.gz
[00:02:03]     Updating crates.io index
[00:02:22]     Updating git repository `https://github.com/Zoxc/mimallocator.git`
[00:02:24]   Downloaded cc v1.0.35
[00:02:24]   Downloaded filetime v0.2.4
[00:02:24]   Downloaded num_cpus v1.8.0
[00:02:24]   Downloaded serde v1.0.92
---
tidy check
[00:04:46] * 576 error codes
[00:04:46] * highest error code: E0731
[00:04:47] * 260 features
[00:04:50] invalid source: "git+https://github.com/Zoxc/mimallocator.git#7be315f3b8edb3a0536b63e608a966ff33898a7b"
[00:04:50] invalid source: "git+https://github.com/Zoxc/mimallocator.git#7be315f3b8edb3a0536b63e608a966ff33898a7b"
[00:04:50] some tidy checks failed
[00:04:50] 
[00:04:50] 
[00:04:50] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/tidy" "/checkout/src" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "--no-vendor" "--quiet"
[00:04:50] 
[00:04:50] 
[00:04:50] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test src/tools/tidy
[00:04:50] Build completed unsuccessfully in 0:01:13
---
travis_time:end:045065b8:start=1561279721770369764,finish=1561279721774938627,duration=4568863
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:159fd0b0
$ ln -s . checkout && for CORE in obj/cores/core.*; do EXE=$(echo $CORE | sed 's|obj/cores/core\.[0-9]*\.!checkout!\(.*\)|\1|;y|!|/|'); if [ -f "$EXE" ]; then printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" "$CORE"; gdb --batch -q -c "$CORE" "$EXE" -iex 'set auto-load off' -iex 'dir src/' -iex 'set sysroot .' -ex bt -ex q; echo travis_fold":"end:crashlog; fi; done || true
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:064c42c9
travis_time:start:064c42c9
$ cat ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true
cat: ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers: No such file or directory
travis_fold:end:after_failure.5
travis_fold:start:after_failure.6
travis_time:start:0532fd01
$ dmesg | grep -i kill

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@Zoxc
Copy link
Contributor Author

Zoxc commented Jun 23, 2019

@bors try

@bors
Copy link
Collaborator

bors commented Jun 23, 2019

⌛ Trying commit bad12d7 with merge 0f9f2c2...

bors added a commit that referenced this pull request Jun 23, 2019
[do not merge] Test mimalloc

r? @ghost
@bors
Copy link
Collaborator

bors commented Jun 23, 2019

💔 Test failed - checks-travis

@rust-highfive
Copy link
Contributor

The job dist-x86_64-linux of your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
travis_fold:end:services

travis_fold:start:git.checkout
travis_time:start:2a9f5aa8
$ git clone --depth=2 --branch=try https://github.com/rust-lang/rust.git rust-lang/rust
---
[00:04:44] 
######################################################################## 100.0%
[00:04:45] extracting /checkout/obj/build/cache/2019-05-23/cargo-beta-x86_64-unknown-linux-gnu.tar.gz
[00:04:45]     Updating crates.io index
[00:05:05]     Updating git repository `https://github.com/Zoxc/mimallocator.git`
[00:05:08]   Downloaded getopts v0.2.19
[00:05:08]   Downloaded lazy_static v1.3.0
[00:05:08]   Downloaded filetime v0.2.4
[00:05:08]   Downloaded petgraph v0.4.13
---
[00:15:27]    Compiling rand_chacha v0.1.0
[00:15:28]    Compiling rand v0.6.1
[00:15:28]    Compiling parking_lot_core v0.4.0
[00:15:28]    Compiling quote v0.6.12
[00:15:29]    Compiling mimalloc-sys v0.1.1 (https://github.com/Zoxc/mimallocator.git#7be315f3)
[00:15:35]    Compiling measureme v0.3.0
[00:15:48]    Compiling flate2 v1.0.6
[00:15:52]    Compiling rls-span v0.5.1
[00:15:53]    Compiling serde_json v1.0.33
[00:15:53]    Compiling serde_json v1.0.33
[00:16:06]    Compiling rls-data v0.19.0
[00:16:11]    Compiling mimallocator v0.1.0 (https://github.com/Zoxc/mimallocator.git#7be315f3)
[00:16:13]    Compiling parking_lot v0.7.1
[00:16:14]    Compiling rustc_data_structures v0.0.0 (/checkout/src/librustc_data_structures)
[00:16:19]    Compiling arena v0.0.0 (/checkout/src/libarena)
[00:16:31]    Compiling synstructure v0.10.2
---
[00:29:45]    Compiling rustc_borrowck v0.0.0 (/checkout/src/librustc_borrowck)
[00:29:45]    Compiling rustc_passes v0.0.0 (/checkout/src/librustc_passes)
[00:30:14]    Compiling rustc_interface v0.0.0 (/checkout/src/librustc_interface)
[00:31:14]    Compiling rustc-main v0.0.0 (/checkout/src/rustc)
[00:31:15] error: linking with `clang` failed: exit code: 1
[00:31:15]   |
[00:31:15]   = note: "clang" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_binary-43873750fade7b55.rustc_binary.a8iqc3xj-cgu.0.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_binary-43873750fade7b55.rustc_binary.a8iqc3xj-cgu.1.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_binary-43873750fade7b55.rustc_binary.a8iqc3xj-cgu.2.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_binary-43873750fade7b55.rustc_binary.a8iqc3xj-cgu.3.rcgu.o" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_binary-43873750fade7b55" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-Wl,-O1" "-nodefaultlibs" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/jemalloc-sys-7bf1fc81fc6cad69/out/build/lib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/mimalloc-sys-dca5aea327a63ddd/out/lib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/backtrace-sys-56f9b52425605653/out" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/build/miniz-sys-1efef4ffbce85b3e/out" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_driver-9e244f1d54f16f75" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_interface-695d60c0fb008578" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_lint-69bf5bbf675bfddc" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_traits-f4ed0b02eebb9bc0" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_resolve-2a50d5688bc03ade" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_privacy-00d7c74097c06957" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_typeck-268675138e417644" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_plugin-e26ea52538e6d5ff" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_passes-fc3ad3e82932cd11" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_codegen_ssa-31352b737ef959a0" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_incremental-90b20d942da41fcd" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_borrowck-43faf517926c339d" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_mir-8acd7111522e6b93" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_allocator-a55bf43315d2e036" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_save_analysis-83183815b51851ae" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_codegen_utils-506f6d88a0b4d63e" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_metadata-88f02aeae859cd85" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lsyntax_ext-766f1e2ce3e26b9d" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc-cac9efe5639ad1b4" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lfmt_macros-0887ee7f8af32dad" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_fs_util-5f0122864e858157" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-ltest-8612e47523425cd2" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lterm-42a3bfb8cb8e322f" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lsyntax-11299e9e536ac5b6" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_target-7065623a095f14d2" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_errors-4b055c20a7116a81" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lsyntax_pos-251aa25f2cc64ab2" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-larena-88bcda2d953d1aea" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_data_structures-f3015cb9147940a4" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lgraphviz-5802bba1e3dd27f2" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lrustc_cratesio_shim-7a3fa46122ece1d2" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-lserialize-93d296be51c19caa" "-Wl,-Bstatic" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libjemalloc_sys-c086f4d66da1bb7e.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libmimallocator-6a4c93f25f12b321.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/libmimalloc_sys-f89481adb10b382e.rlib" "-Wl,--start-group" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lstd-15369ae74ee20b7f" "-Wl,--end-group" "-Wl,-Bstatic" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-361e1252e6f0814d.rlib" "-Wl,-Bdynamic" "-lpthread" "-lmimalloc-static" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" "-Wl,-rpath,$ORIGIN/../lib"
[00:31:15]   = note: /rustroot/bin/ld: cannot find -lmimalloc-static
[00:31:15]           clang-8: error: linker command failed with exit code 1 (use -v to see invocation)
[00:31:15] 
[00:31:15] error: aborting due to previous error
[00:31:15] 
[00:31:15] error: Could not compile `rustc-main`.
---
travis_time:end:11df0b49:start=1561282452092538860,finish=1561282452099138012,duration=6599152
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:1db69350
$ ln -s . checkout && for CORE in obj/cores/core.*; do EXE=$(echo $CORE | sed 's|obj/cores/core\.[0-9]*\.!checkout!\(.*\)|\1|;y|!|/|'); if [ -f "$EXE" ]; then printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" "$CORE"; gdb --batch -q -c "$CORE" "$EXE" -iex 'set auto-load off' -iex 'dir src/' -iex 'set sysroot .' -ex bt -ex q; echo travis_fold":"end:crashlog; fi; done || true
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:0083ac57
travis_time:start:0083ac57
$ cat ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true
cat: ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers: No such file or directory
travis_fold:end:after_failure.5
travis_fold:start:after_failure.6
travis_time:start:1f4808d8
$ dmesg | grep -i kill

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@bors bors added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Jun 23, 2019
@Zoxc Zoxc force-pushed the mimalloc branch 2 times, most recently from 43278f0 to 6832643 Compare June 24, 2019 03:17
@Zoxc
Copy link
Contributor Author

Zoxc commented Jun 24, 2019

@bors try

@bors
Copy link
Collaborator

bors commented Jun 24, 2019

🔒 Merge conflict

This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again.

How do I rebase?

Assuming self is your fork and upstream is this repository, you can resolve the conflict following these steps:

  1. git checkout mimalloc (switch to your branch)
  2. git fetch upstream master (retrieve the latest master)
  3. git rebase upstream/master -p (rebase on top of it)
  4. Follow the on-screen instruction to resolve conflicts (check git status if you got lost).
  5. git push self mimalloc --force-with-lease (update this PR)

You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial.

Please avoid the "Resolve conflicts" button on GitHub. It uses git merge instead of git rebase which makes the PR commit history more difficult to read.

Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Cargo.lock conflict is handled during merge and rebase. This is normal, and you should still perform step 5 to update this PR.

Error message
warning: Cannot merge binary files: Cargo.lock (HEAD vs. heads/homu-tmp)
Auto-merging Cargo.lock
CONFLICT (content): Merge conflict in Cargo.lock
Automatic merge failed; fix conflicts and then commit the result.

@Zoxc
Copy link
Contributor Author

Zoxc commented Jun 24, 2019

@bors try

@bors
Copy link
Collaborator

bors commented Jun 24, 2019

⌛ Trying commit 6c7f4d3 with merge 090f4a4...

bors added a commit that referenced this pull request Jun 24, 2019
[do not merge] Test mimalloc

r? @ghost
@rust-highfive
Copy link
Contributor

The job x86_64-gnu-llvm-6.0 of your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
travis_time:end:0032569e:start=1561346683152672350,finish=1561346685915157101,duration=2762484751
$ git checkout -qf FETCH_HEAD
travis_fold:end:git.checkout

Encrypted environment variables have been removed for security reasons.
See https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions
$ export SCCACHE_BUCKET=rust-lang-ci-sccache2
$ export SCCACHE_REGION=us-west-1
$ export GCP_CACHE_BUCKET=rust-lang-ci-cache
$ export AWS_ACCESS_KEY_ID=AKIA46X5W6CZEJZ6XT55
---
####                                                                       6.1%
######################################################################## 100.0%
[00:02:00] extracting /checkout/obj/build/cache/2019-05-23/cargo-beta-x86_64-unknown-linux-gnu.tar.gz
[00:02:00]     Updating crates.io index
[00:02:21]     Updating git repository `https://github.com/Zoxc/mimallocator.git`
[00:02:22]   Downloaded getopts v0.2.19
[00:02:22]   Downloaded cc v1.0.35
[00:02:22]   Downloaded petgraph v0.4.13
[00:02:22]   Downloaded cmake v0.1.38
---
tidy check
[00:04:55] * 576 error codes
[00:04:55] * highest error code: E0731
[00:04:55] * 261 features
[00:04:56] invalid source: "git+https://github.com/Zoxc/mimallocator.git#8ac805a5ecfeb55f89b309aa31038fc02108f570"
[00:04:56] invalid source: "git+https://github.com/Zoxc/mimallocator.git#8ac805a5ecfeb55f89b309aa31038fc02108f570"
[00:04:56] some tidy checks failed
[00:04:56] 
[00:04:56] 
[00:04:56] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/tidy" "/checkout/src" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "--no-vendor"
[00:04:56] 
[00:04:56] 
[00:04:56] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test src/tools/tidy
[00:04:56] Build completed unsuccessfully in 0:01:15
---
travis_time:end:05c33ff4:start=1561346993711349177,finish=1561346993716547243,duration=5198066
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:1b25bf88
$ ln -s . checkout && for CORE in obj/cores/core.*; do EXE=$(echo $CORE | sed 's|obj/cores/core\.[0-9]*\.!checkout!\(.*\)|\1|;y|!|/|'); if [ -f "$EXE" ]; then printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" "$CORE"; gdb --batch -q -c "$CORE" "$EXE" -iex 'set auto-load off' -iex 'dir src/' -iex 'set sysroot .' -ex bt -ex q; echo travis_fold":"end:crashlog; fi; done || true
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:0c3ee0a2
travis_time:start:0c3ee0a2
$ cat ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true
cat: ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers: No such file or directory
travis_fold:end:after_failure.5
travis_fold:start:after_failure.6
travis_time:start:1e8619f5
$ dmesg | grep -i kill

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@bors
Copy link
Collaborator

bors commented Jun 24, 2019

☀️ Try build successful - checks-travis
Build commit: 090f4a4

@Zoxc
Copy link
Contributor Author

Zoxc commented Jun 24, 2019

@rust-timer build 090f4a4

@rust-timer
Copy link
Collaborator

Success: Queued 090f4a4 with parent 85ed21e, comparison URL.

@rust-timer
Copy link
Collaborator

Finished benchmarking try commit 090f4a4, comparison URL.

@jonas-schievink
Copy link
Contributor

No change :(

Maybe updating your fork to include gnzlbg/mimallocator@4c47b66 could improve performance? (not sure that would be noticeable though)

@Zoxc
Copy link
Contributor Author

Zoxc commented Jun 24, 2019

It seems like a minor win. Applying it to LLVM and inlining the fast paths could improve things further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants