[INFO] cloning repository https://github.com/debater-coder/nanopost [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/debater-coder/nanopost" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdebater-coder%2Fnanopost", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdebater-coder%2Fnanopost'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b696ff9e2fa1d5914e343ab2a206594047d23ad4 [INFO] checking debater-coder/nanopost against master#a932eb36f8adf6c8cdfc450f063943da3112d621 for pr-140209-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdebater-coder%2Fnanopost" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/debater-coder/nanopost on toolchain a932eb36f8adf6c8cdfc450f063943da3112d621 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/debater-coder/nanopost [INFO] finished tweaking git repo https://github.com/debater-coder/nanopost [INFO] tweaked toml for git repo https://github.com/debater-coder/nanopost written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/debater-coder/nanopost 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" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 976f0496506b203994c77ced174663fe9f770d775a44a1af1803dfe724b7efcb [INFO] running `Command { std: "docker" "start" "-a" "976f0496506b203994c77ced174663fe9f770d775a44a1af1803dfe724b7efcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "976f0496506b203994c77ced174663fe9f770d775a44a1af1803dfe724b7efcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "976f0496506b203994c77ced174663fe9f770d775a44a1af1803dfe724b7efcb", kill_on_drop: false }` [INFO] [stdout] 976f0496506b203994c77ced174663fe9f770d775a44a1af1803dfe724b7efcb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36e23fd3786c5e1755bbbe482236c3a1dc4fd0712a7fc72b31b0f725e56eef1c [INFO] running `Command { std: "docker" "start" "-a" "36e23fd3786c5e1755bbbe482236c3a1dc4fd0712a7fc72b31b0f725e56eef1c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Checking bitflags v2.4.1 [INFO] [stderr] Checking alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking linux-raw-sys v0.4.12 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking alloc-stdlib v0.2.2 [INFO] [stderr] Checking unicode-bidi v0.3.14 [INFO] [stderr] Checking fastrand v2.0.1 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking safemem v0.3.3 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Checking brotli-decompressor v2.5.1 [INFO] [stderr] Checking deranged v0.3.10 [INFO] [stderr] Checking gzip-header v1.0.0 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking itoa v1.0.10 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking time-core v0.1.2 [INFO] [stderr] Checking chunked_transfer v1.5.0 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking iana-time-zone v0.1.58 [INFO] [stderr] Checking num_threads v0.1.6 [INFO] [stderr] Checking ascii v1.1.0 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] Checking buf_redux v0.8.4 [INFO] [stderr] Checking ryu v1.0.16 [INFO] [stderr] Checking deflate v1.0.0 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Checking sha1_smol v1.0.0 [INFO] [stderr] Checking unicode-id v0.3.4 [INFO] [stderr] Checking markdown v1.0.0-alpha.16 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking tiny_http v0.12.0 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking filetime v0.2.23 [INFO] [stderr] Checking time v0.3.30 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking brotli v3.4.0 [INFO] [stderr] Compiling syn v2.0.40 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking chrono v0.4.31 [INFO] [stderr] Checking tempfile v3.8.1 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking multipart v0.18.0 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Checking rouille v3.6.2 [INFO] [stderr] Checking nanopost v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.14s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "36e23fd3786c5e1755bbbe482236c3a1dc4fd0712a7fc72b31b0f725e56eef1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36e23fd3786c5e1755bbbe482236c3a1dc4fd0712a7fc72b31b0f725e56eef1c", kill_on_drop: false }` [INFO] [stdout] 36e23fd3786c5e1755bbbe482236c3a1dc4fd0712a7fc72b31b0f725e56eef1c