[INFO] updating cached repository https://github.com/j-selby/liftpush [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] 8e6ca8ad4f09defcc4d48909dd1d7c708f7d959e [INFO] checking j-selby/liftpush against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-selby%2Fliftpush" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/j-selby/liftpush on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/j-selby/liftpush [INFO] finished tweaking git repo https://github.com/j-selby/liftpush [INFO] tweaked toml for git repo https://github.com/j-selby/liftpush written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/j-selby/liftpush already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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] b89d98f0837b509f22ddcba431cd7715e6651555bc9145cec1fb7e12df301110 [INFO] running `"docker" "start" "-a" "b89d98f0837b509f22ddcba431cd7715e6651555bc9145cec1fb7e12df301110"` [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling serde v1.0.70 [INFO] [stderr] Checking httparse v1.2.3 [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Checking route-recognizer v0.1.12 [INFO] [stderr] Checking data-encoding v2.1.1 [INFO] [stderr] Checking time v0.1.38 [INFO] [stderr] Checking num_cpus v1.7.0 [INFO] [stderr] Checking rand v0.3.18 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking base64 v0.9.2 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Checking rand v0.5.4 [INFO] [stderr] Checking idna v0.1.4 [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Checking aho-corasick v0.6.6 [INFO] [stderr] Checking twoway v0.1.7 [INFO] [stderr] Checking buf_redux v0.6.3 [INFO] [stderr] Compiling pest_derive v1.0.7 [INFO] [stderr] Compiling serde_derive_internals v0.18.0 [INFO] [stderr] Checking regex v1.0.2 [INFO] [stderr] Checking tiny-keccak v1.4.2 [INFO] [stderr] Compiling phf_shared v0.7.22 [INFO] [stderr] Checking phf v0.7.22 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Checking num-bigint v0.1.41 [INFO] [stderr] Checking tempdir v0.3.5 [INFO] [stderr] Checking url v1.7.1 [INFO] [stderr] Compiling serde_derive v1.0.24 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling phf_macros v0.7.22 [INFO] [stderr] Checking num-rational v0.1.41 [INFO] [stderr] Compiling mime_guess v1.8.6 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.22/src/lib.rs:34:30 [INFO] [stderr] | [INFO] [stderr] 34 | #![feature(plugin_registrar, quote, rustc_private)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.22/src/lib.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | extern crate syntax; [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 `phf_macros`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b89d98f0837b509f22ddcba431cd7715e6651555bc9145cec1fb7e12df301110"` [INFO] running `"docker" "rm" "-f" "b89d98f0837b509f22ddcba431cd7715e6651555bc9145cec1fb7e12df301110"` [INFO] [stdout] b89d98f0837b509f22ddcba431cd7715e6651555bc9145cec1fb7e12df301110