[INFO] updating cached repository https://github.com/ShisoftResearch/Nebuchadnezzar [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 807329651c7e0c3b866055b382b2288551cf1281 [INFO] checking ShisoftResearch/Nebuchadnezzar against master#783139bd8fc3b94fac9a1bf81bba2c506e8221b6 for pr-72644 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShisoftResearch%2FNebuchadnezzar" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ShisoftResearch/Nebuchadnezzar on toolchain 783139bd8fc3b94fac9a1bf81bba2c506e8221b6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ShisoftResearch/Nebuchadnezzar [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/ShisoftResearch/Nebuchadnezzar [INFO] tweaked toml for git repo https://github.com/ShisoftResearch/Nebuchadnezzar written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/ShisoftResearch/Nebuchadnezzar already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-6/source/tests/chunk.rs [INFO] [stderr] * /workspace/builds/worker-6/source/tests/types.rs [INFO] [stderr] * /workspace/builds/worker-6/source/tests/client.rs [INFO] [stderr] * /workspace/builds/worker-6/source/tests/cell.rs [INFO] [stderr] * /workspace/builds/worker-6/source/tests/cleaner.rs [INFO] [stderr] * /workspace/builds/worker-6/source/tests/index.rs [INFO] [stderr] * /workspace/builds/worker-6/source/tests/transaction.rs [INFO] [stderr] * /workspace/builds/worker-6/source/tests/server.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ece3827134788a53b13f14491e4d07c0f7eb55a77aaf9c5cb18cd88814db3d29 [INFO] running `"docker" "start" "-a" "ece3827134788a53b13f14491e4d07c0f7eb55a77aaf9c5cb18cd88814db3d29"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/tests/chunk.rs [INFO] [stderr] * /opt/rustwide/workdir/tests/types.rs [INFO] [stderr] * /opt/rustwide/workdir/tests/client.rs [INFO] [stderr] * /opt/rustwide/workdir/tests/cell.rs [INFO] [stderr] * /opt/rustwide/workdir/tests/cleaner.rs [INFO] [stderr] * /opt/rustwide/workdir/tests/index.rs [INFO] [stderr] * /opt/rustwide/workdir/tests/transaction.rs [INFO] [stderr] * /opt/rustwide/workdir/tests/server.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling libc v0.2.54 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking lazycell v1.2.1 [INFO] [stderr] Compiling cc v1.0.36 [INFO] [stderr] Checking rustc-demangle v0.1.14 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking slab v0.3.0 [INFO] [stderr] Checking scoped-tls v0.1.2 [INFO] [stderr] Checking futures-await-await-macro v0.1.2 (https://github.com/vorot93/futures-await.git#8b181226) [INFO] [stderr] Checking take v0.1.0 [INFO] [stderr] Checking smallvec v0.2.1 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking linked-hash-map v0.4.2 [INFO] [stderr] Compiling backtrace v0.3.15 [INFO] [stderr] Compiling bincode v1.1.3 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking tokio-service v0.1.0 [INFO] [stderr] Checking owning_ref v0.3.3 [INFO] [stderr] Checking tokio-sync v0.1.5 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking tokio-executor v0.1.7 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Checking tokio-timer v0.1.2 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking tokio-current-thread v0.1.6 [INFO] [stderr] Checking tokio-timer v0.2.10 [INFO] [stderr] Checking tokio-middleware v0.1.0 (https://github.com/tokio-rs/tokio-middleware#58ca094d) [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking tokio-threadpool v0.1.14 [INFO] [stderr] Checking twox-hash v1.2.0 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking bifrost_hasher v0.1.0 (https://github.com/shisoft/bifrost?branch=develop#c91f521d) [INFO] [stderr] Compiling bifrost_plugins v0.1.0 (https://github.com/shisoft/bifrost?branch=develop#c91f521d) [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] error: legacy asm! syntax is no longer supported [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.6.4/src/elision.rs:140:13 [INFO] [stderr] | [INFO] [stderr] 140 | asm!("xacquire; lock; cmpxchgq $2, $1" [INFO] [stderr] | ^--- [INFO] [stderr] | | [INFO] [stderr] | _____________help: replace with: `llvm_asm!` [INFO] [stderr] | | [INFO] [stderr] 141 | | : "={rax}" (prev), "+*m" (self) [INFO] [stderr] 142 | | : "r" (new), "{rax}" (current) [INFO] [stderr] 143 | | : "memory" [INFO] [stderr] 144 | | : "volatile"); [INFO] [stderr] | |_______________________________^ [INFO] [stderr] [INFO] [stderr] error: legacy asm! syntax is no longer supported [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.6.4/src/elision.rs:157:13 [INFO] [stderr] | [INFO] [stderr] 157 | asm!("xrelease; lock; cmpxchgq $2, $1" [INFO] [stderr] | ^--- [INFO] [stderr] | | [INFO] [stderr] | _____________help: replace with: `llvm_asm!` [INFO] [stderr] | | [INFO] [stderr] 158 | | : "={rax}" (prev), "+*m" (self) [INFO] [stderr] 159 | | : "r" (new), "{rax}" (current) [INFO] [stderr] 160 | | : "memory" [INFO] [stderr] 161 | | : "volatile"); [INFO] [stderr] | |_______________________________^ [INFO] [stderr] [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `parking_lot`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ece3827134788a53b13f14491e4d07c0f7eb55a77aaf9c5cb18cd88814db3d29"` [INFO] running `"docker" "rm" "-f" "ece3827134788a53b13f14491e4d07c0f7eb55a77aaf9c5cb18cd88814db3d29"` [INFO] [stdout] ece3827134788a53b13f14491e4d07c0f7eb55a77aaf9c5cb18cd88814db3d29