[INFO] updating cached repository https://github.com/kernelmachine/numbers [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] 8d7d054d353ac63b2bd003252ef10b4b68a95651 [INFO] checking kernelmachine/numbers against try#89c05fd3cc6404a13e1bd71450c6132a2755fa4b for pr-69741 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkernelmachine%2Fnumbers" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 63% (6729/10670) Checking out files: 64% (6829/10670) Checking out files: 65% (6936/10670) Checking out files: 66% (7043/10670) Checking out files: 67% (7149/10670) Checking out files: 68% (7256/10670) Checking out files: 69% (7363/10670) Checking out files: 70% (7469/10670) Checking out files: 71% (7576/10670) Checking out files: 72% (7683/10670) Checking out files: 73% (7790/10670) Checking out files: 74% (7896/10670) Checking out files: 75% (8003/10670) Checking out files: 76% (8110/10670) Checking out files: 77% (8216/10670) Checking out files: 78% (8323/10670) Checking out files: 79% (8430/10670) Checking out files: 80% (8536/10670) Checking out files: 81% (8643/10670) Checking out files: 82% (8750/10670) Checking out files: 83% (8857/10670) Checking out files: 84% (8963/10670) Checking out files: 85% (9070/10670) Checking out files: 86% (9177/10670) Checking out files: 87% (9283/10670) Checking out files: 88% (9390/10670) Checking out files: 89% (9497/10670) Checking out files: 90% (9603/10670) Checking out files: 91% (9710/10670) Checking out files: 92% (9817/10670) Checking out files: 93% (9924/10670) Checking out files: 94% (10030/10670) Checking out files: 95% (10137/10670) Checking out files: 96% (10244/10670) Checking out files: 97% (10350/10670) Checking out files: 98% (10457/10670) Checking out files: 99% (10564/10670) Checking out files: 100% (10670/10670) Checking out files: 100% (10670/10670), done. [INFO] validating manifest of git repo https://github.com/kernelmachine/numbers on toolchain 89c05fd3cc6404a13e1bd71450c6132a2755fa4b [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/kernelmachine/numbers [INFO] finished tweaking git repo https://github.com/kernelmachine/numbers [INFO] tweaked toml for git repo https://github.com/kernelmachine/numbers written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/kernelmachine/numbers already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-6/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "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] ce8ff9ff9344447f95a95eb19a66cd34ee66b1e261c24a069dc3794242499284 [INFO] running `"docker" "start" "-a" "ce8ff9ff9344447f95a95eb19a66cd34ee66b1e261c24a069dc3794242499284"` [INFO] [stderr] Checking zipWith v0.2.0 [INFO] [stderr] Checking lapack-sys v0.12.1 [INFO] [stderr] Checking blas-sys v0.7.1 [INFO] [stderr] Checking blas v0.20.0 [INFO] [stderr] Checking lapack v0.16.0 [INFO] [stderr] Checking numbers v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:6:12 [INFO] [stderr] | [INFO] [stderr] 6 | #![feature(custom_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: subsumed by `#[proc_macro_derive]` [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `clippy` [INFO] [stderr] --> src/lib.rs:9:11 [INFO] [stderr] | [INFO] [stderr] 9 | #![plugin(clippy)] [INFO] [stderr] | ^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0463, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `numbers`. [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[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:6:12 [INFO] [stderr] | [INFO] [stderr] 6 | #![feature(custom_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: subsumed by `#[proc_macro_derive]` [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `clippy` [INFO] [stderr] --> src/lib.rs:9:11 [INFO] [stderr] | [INFO] [stderr] 9 | #![plugin(clippy)] [INFO] [stderr] | ^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0463, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `numbers`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ce8ff9ff9344447f95a95eb19a66cd34ee66b1e261c24a069dc3794242499284"` [INFO] running `"docker" "rm" "-f" "ce8ff9ff9344447f95a95eb19a66cd34ee66b1e261c24a069dc3794242499284"` [INFO] [stdout] ce8ff9ff9344447f95a95eb19a66cd34ee66b1e261c24a069dc3794242499284