[INFO] cloning repository https://github.com/codeslinger/smtpd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/codeslinger/smtpd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodeslinger%2Fsmtpd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodeslinger%2Fsmtpd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f9cb890b842eb2588f5ec60ad7788f9ca4d9d40a [INFO] checking codeslinger/smtpd against try#ddfd70ee3c3748e597b32f416b0d15a4f6e37685 for pr-87050 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodeslinger%2Fsmtpd" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/codeslinger/smtpd on toolchain ddfd70ee3c3748e597b32f416b0d15a4f6e37685 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/codeslinger/smtpd [INFO] finished tweaking git repo https://github.com/codeslinger/smtpd [INFO] tweaked toml for git repo https://github.com/codeslinger/smtpd written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/codeslinger/smtpd already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 70949cd32d8ec44cc4a1a8cdd8367c8388e9118b8034f791ea86c81dbf02101b [INFO] running `Command { std: "docker" "start" "-a" "70949cd32d8ec44cc4a1a8cdd8367c8388e9118b8034f791ea86c81dbf02101b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70949cd32d8ec44cc4a1a8cdd8367c8388e9118b8034f791ea86c81dbf02101b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70949cd32d8ec44cc4a1a8cdd8367c8388e9118b8034f791ea86c81dbf02101b", kill_on_drop: false }` [INFO] [stdout] 70949cd32d8ec44cc4a1a8cdd8367c8388e9118b8034f791ea86c81dbf02101b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0623fe745d1aa664bd3744992383c5bd20c2133e662886bd3ea6f5c9655cbe11 [INFO] running `Command { std: "docker" "start" "-a" "0623fe745d1aa664bd3744992383c5bd20c2133e662886bd3ea6f5c9655cbe11", kill_on_drop: false }` [INFO] [stderr] Checking smtpd v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/smtpd/config.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | let mut count = 0u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `log` [INFO] [stdout] --> src/smtpd/lib.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | #[phase(plugin,link)] extern crate log; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `smtpd` [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] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/smtpd/config.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | let mut count = 0u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] error[E0463]: can't find crate for `log` [INFO] [stdout] --> src/smtpd/lib.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | #[phase(plugin,link)] extern crate log; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0623fe745d1aa664bd3744992383c5bd20c2133e662886bd3ea6f5c9655cbe11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0623fe745d1aa664bd3744992383c5bd20c2133e662886bd3ea6f5c9655cbe11", kill_on_drop: false }` [INFO] [stdout] 0623fe745d1aa664bd3744992383c5bd20c2133e662886bd3ea6f5c9655cbe11