[INFO] updating cached repository https://github.com/ByungSunBae/rust_pyo3 [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] 92007c16d07d8e34c6be3c832f2a20a6c14ad3cc [INFO] checking ByungSunBae/rust_pyo3 against master#783139bd8fc3b94fac9a1bf81bba2c506e8221b6 for pr-72644 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FByungSunBae%2Frust_pyo3" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ByungSunBae/rust_pyo3 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/ByungSunBae/rust_pyo3 [INFO] finished tweaking git repo https://github.com/ByungSunBae/rust_pyo3 [INFO] tweaked toml for git repo https://github.com/ByungSunBae/rust_pyo3 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/ByungSunBae/rust_pyo3 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: unused manifest key: target.x86_64-apple-darwin.rustflags [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] 194e4de56fc3d97ec00753b13539d103207fa90c2f6fea08432419b53c71a0a8 [INFO] running `"docker" "start" "-a" "194e4de56fc3d97ec00753b13539d103207fa90c2f6fea08432419b53c71a0a8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused manifest key: target.x86_64-apple-darwin.rustflags [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.13 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Checking smallvec v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Checking lock_api v0.3.3 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking 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: 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" "194e4de56fc3d97ec00753b13539d103207fa90c2f6fea08432419b53c71a0a8"` [INFO] running `"docker" "rm" "-f" "194e4de56fc3d97ec00753b13539d103207fa90c2f6fea08432419b53c71a0a8"` [INFO] [stdout] 194e4de56fc3d97ec00753b13539d103207fa90c2f6fea08432419b53c71a0a8