[INFO] crate inline-python 0.5.1 is already in cache [INFO] checking inline-python-0.5.1 against try#1a399c10897767c36d147199696c96f193034e49 for pr-72644 [INFO] extracting crate inline-python 0.5.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate inline-python 0.5.1 on toolchain 1a399c10897767c36d147199696c96f193034e49 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a399c10897767c36d147199696c96f193034e49" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate inline-python 0.5.1 [INFO] finished tweaking crates.io crate inline-python 0.5.1 [INFO] tweaked toml for crates.io crate inline-python 0.5.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate inline-python 0.5.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a399c10897767c36d147199696c96f193034e49" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+1a399c10897767c36d147199696c96f193034e49" "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] ba2ce96e0ff9d9c9d08691231b8184eb9675fa26874ac13cbfe1cfe5506e6a5d [INFO] running `"docker" "start" "-a" "ba2ce96e0ff9d9c9d08691231b8184eb9675fa26874ac13cbfe1cfe5506e6a5d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling syn v0.15.31 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling unindent v0.1.5 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] error: legacy asm! syntax is no longer supported [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.10.0/src/elision.rs:77:13 [INFO] [stderr] | [INFO] [stderr] 77 | asm!("xacquire; lock; cmpxchgq $2, $1" [INFO] [stderr] | ^--- [INFO] [stderr] | | [INFO] [stderr] | _____________help: replace with: `llvm_asm!` [INFO] [stderr] | | [INFO] [stderr] 78 | | : "={rax}" (prev), "+*m" (self) [INFO] [stderr] 79 | | : "r" (new), "{rax}" (current) [INFO] [stderr] 80 | | : "memory" [INFO] [stderr] 81 | | : "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.10.0/src/elision.rs:108:13 [INFO] [stderr] | [INFO] [stderr] 108 | asm!("xrelease; lock; xaddq $2, $1" [INFO] [stderr] | ^--- [INFO] [stderr] | | [INFO] [stderr] | _____________help: replace with: `llvm_asm!` [INFO] [stderr] | | [INFO] [stderr] 109 | | : "=r" (prev), "+*m" (self) [INFO] [stderr] 110 | | : "0" (val.wrapping_neg()) [INFO] [stderr] 111 | | : "memory" [INFO] [stderr] 112 | | : "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.10.0/src/elision.rs:77:13 [INFO] [stderr] | [INFO] [stderr] 77 | asm!("xacquire; lock; cmpxchgq $2, $1" [INFO] [stderr] | ^--- [INFO] [stderr] | | [INFO] [stderr] | _____________help: replace with: `llvm_asm!` [INFO] [stderr] | | [INFO] [stderr] 78 | | : "={rax}" (prev), "+*m" (self) [INFO] [stderr] 79 | | : "r" (new), "{rax}" (current) [INFO] [stderr] 80 | | : "memory" [INFO] [stderr] 81 | | : "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.10.0/src/elision.rs:108:13 [INFO] [stderr] | [INFO] [stderr] 108 | asm!("xrelease; lock; xaddq $2, $1" [INFO] [stderr] | ^--- [INFO] [stderr] | | [INFO] [stderr] | _____________help: replace with: `llvm_asm!` [INFO] [stderr] | | [INFO] [stderr] 109 | | : "=r" (prev), "+*m" (self) [INFO] [stderr] 110 | | : "0" (val.wrapping_neg()) [INFO] [stderr] 111 | | : "memory" [INFO] [stderr] 112 | | : "volatile"); [INFO] [stderr] | |_______________________________^ [INFO] [stderr] [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: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ba2ce96e0ff9d9c9d08691231b8184eb9675fa26874ac13cbfe1cfe5506e6a5d"` [INFO] running `"docker" "rm" "-f" "ba2ce96e0ff9d9c9d08691231b8184eb9675fa26874ac13cbfe1cfe5506e6a5d"` [INFO] [stdout] ba2ce96e0ff9d9c9d08691231b8184eb9675fa26874ac13cbfe1cfe5506e6a5d