[INFO] cloning repository https://github.com/fmenozzi/zero_to_production_in_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fmenozzi/zero_to_production_in_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffmenozzi%2Fzero_to_production_in_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffmenozzi%2Fzero_to_production_in_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ef7b32ff98be0e69283b2f823fd07f7a2d993a3f [INFO] checking fmenozzi/zero_to_production_in_rust/ef7b32ff98be0e69283b2f823fd07f7a2d993a3f against master#4cf5f9580233c36f6bc8db76e282ba8a1c1ea491 for pr-154585 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffmenozzi%2Fzero_to_production_in_rust" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/fmenozzi/zero_to_production_in_rust [INFO] finished tweaking git repo https://github.com/fmenozzi/zero_to_production_in_rust [INFO] tweaked toml for git repo https://github.com/fmenozzi/zero_to_production_in_rust written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/fmenozzi/zero_to_production_in_rust on toolchain 4cf5f9580233c36f6bc8db76e282ba8a1c1ea491 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4cf5f9580233c36f6bc8db76e282ba8a1c1ea491" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/fmenozzi/zero_to_production_in_rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4cf5f9580233c36f6bc8db76e282ba8a1c1ea491" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded validator v0.16.0 [INFO] [stderr] Downloaded proc-macro2 v1.0.57 [INFO] [stderr] Downloaded uuid v1.3.3 [INFO] [stderr] Downloaded claims v0.7.1 [INFO] [stderr] Downloaded wasm-bindgen-futures v0.4.35 [INFO] [stderr] Downloaded quickcheck_macros v0.9.1 [INFO] [stderr] Downloaded tracing-actix-web v0.7.5 [INFO] [stderr] Downloaded pest_generator v2.6.0 [INFO] [stderr] Downloaded pest_derive v2.6.0 [INFO] [stderr] Downloaded wasm-bindgen-macro-support v0.2.85 [INFO] [stderr] Downloaded pest_meta v2.6.0 [INFO] [stderr] Downloaded js-sys v0.3.62 [INFO] [stderr] Downloaded fake v2.3.0 [INFO] [stderr] Downloaded security-framework v2.9.0 [INFO] [stderr] Downloaded pest v2.6.0 [INFO] [stderr] Downloaded time v0.3.21 [INFO] [stderr] Downloaded bumpalo v3.12.2 [INFO] [stderr] Downloaded reqwest v0.11.17 [INFO] [stderr] Downloaded wasm-bindgen v0.2.85 [INFO] [stderr] Downloaded quickcheck v0.9.2 [INFO] [stderr] Downloaded tempfile v3.5.0 [INFO] [stderr] Downloaded wasm-bindgen-backend v0.2.85 [INFO] [stderr] Downloaded tracing-bunyan-formatter v0.3.7 [INFO] [stderr] Downloaded serde-aux v4.2.0 [INFO] [stderr] Downloaded wasm-bindgen-macro v0.2.85 [INFO] [stderr] Downloaded wasm-bindgen-shared v0.2.85 [INFO] [stderr] Downloaded rustix v0.37.19 [INFO] [stderr] Downloaded tokio v1.28.1 [INFO] [stderr] Downloaded web-sys v0.3.62 [INFO] [stderr] Downloaded linux-raw-sys v0.3.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+4cf5f9580233c36f6bc8db76e282ba8a1c1ea491" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2424b1f258875736f7a0b0cd6c3c9b680adc5a57bfdda7b5757429d3fc3cff68 [INFO] running `Command { std: "docker" "start" "-a" "2424b1f258875736f7a0b0cd6c3c9b680adc5a57bfdda7b5757429d3fc3cff68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2424b1f258875736f7a0b0cd6c3c9b680adc5a57bfdda7b5757429d3fc3cff68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2424b1f258875736f7a0b0cd6c3c9b680adc5a57bfdda7b5757429d3fc3cff68", kill_on_drop: false }` [INFO] [stdout] 2424b1f258875736f7a0b0cd6c3c9b680adc5a57bfdda7b5757429d3fc3cff68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+4cf5f9580233c36f6bc8db76e282ba8a1c1ea491" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7711740f0b273766a0036cc6b77c9088d7086ec7dd65b1e4243fdc7b65da09b0 [INFO] running `Command { std: "docker" "start" "-a" "7711740f0b273766a0036cc6b77c9088d7086ec7dd65b1e4243fdc7b65da09b0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.144 [INFO] [stderr] Compiling proc-macro2 v1.0.57 [INFO] [stderr] Compiling quote v1.0.27 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Checking once_cell v1.17.1 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling serde v1.0.163 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Compiling tokio v1.28.1 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Checking tracing-core v0.1.31 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling rustls v0.20.8 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Checking ryu v1.0.13 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stdout] error[E0635]: unknown feature `proc_macro_span_shrink` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.57/src/lib.rs:92:30 [INFO] [stdout] | [INFO] [stdout] 92 | feature(proc_macro_span, proc_macro_span_shrink) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a feature with a similar name: `proc_macro_span_file` [INFO] [stdout] | [INFO] [stdout] 92 - feature(proc_macro_span, proc_macro_span_shrink) [INFO] [stdout] 92 + feature(proc_macro_span, proc_macro_span_file) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Checking unicode-bidi v0.3.13 [INFO] [stderr] Checking http v0.2.9 [INFO] [stderr] Checking aho-corasick v1.0.1 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Checking regex-syntax v0.7.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stdout] For more information about this error, try `rustc --explain E0635`. [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "7711740f0b273766a0036cc6b77c9088d7086ec7dd65b1e4243fdc7b65da09b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7711740f0b273766a0036cc6b77c9088d7086ec7dd65b1e4243fdc7b65da09b0", kill_on_drop: false }` [INFO] [stdout] 7711740f0b273766a0036cc6b77c9088d7086ec7dd65b1e4243fdc7b65da09b0