[INFO] cloning repository https://github.com/Tricked-dev/funutils
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Tricked-dev/funutils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTricked-dev%2Ffunutils", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTricked-dev%2Ffunutils'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fd89907a18604e1cc887db219585b36114a1a03e
[INFO] checking Tricked-dev/funutils against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTricked-dev%2Ffunutils" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Tricked-dev/funutils
[INFO] finished tweaking git repo https://github.com/Tricked-dev/funutils
[INFO] tweaked toml for git repo https://github.com/Tricked-dev/funutils written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Tricked-dev/funutils on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Tricked-dev/funutils 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: file `/workspace/builds/worker-5-tc1/source/src/bin/lolcat.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `lolcat`
[INFO] [stderr]   * `bin` target `lolcrab`
[INFO] [stderr] warning: file `/workspace/builds/worker-5-tc1/source/src/bin/cowsay.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `cowsay`
[INFO] [stderr]   * `bin` target `cowthink`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rust-embed-impl v6.2.0
[INFO] [stderr]   Downloaded rprompt v1.0.5
[INFO] [stderr]   Downloaded gif v0.11.3
[INFO] [stderr]   Downloaded weezl v0.1.5
[INFO] [stderr]   Downloaded rust-embed-utils v7.1.0
[INFO] [stderr]   Downloaded lolcrab v0.1.3
[INFO] [stderr]   Downloaded checked_int_cast v1.0.0
[INFO] [stderr]   Downloaded lru v0.6.6
[INFO] [stderr]   Downloaded csscolorparser v0.5.0
[INFO] [stderr]   Downloaded clap_derive v3.0.14
[INFO] [stderr]   Downloaded g2gen v0.4.0
[INFO] [stderr]   Downloaded qrcode v0.12.0
[INFO] [stderr]   Downloaded figlet-rs v0.1.3
[INFO] [stderr]   Downloaded siphasher v0.3.9
[INFO] [stderr]   Downloaded colorgrad v0.5.0
[INFO] [stderr]   Downloaded g2poly v0.4.0
[INFO] [stderr]   Downloaded g2p v0.4.0
[INFO] [stderr]   Downloaded clap v3.0.5
[INFO] [stderr]   Downloaded rust-embed v6.3.0
[INFO] [stderr]   Downloaded rqrr v0.4.0
[INFO] [stderr]   Downloaded qrrs v0.1.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 61b6dae1f57e9622dd6975482a0b685d3b5b80bc10d2302ab5c6af40b72afcd5
[INFO] running `Command { std: "docker" "start" "-a" "61b6dae1f57e9622dd6975482a0b685d3b5b80bc10d2302ab5c6af40b72afcd5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61b6dae1f57e9622dd6975482a0b685d3b5b80bc10d2302ab5c6af40b72afcd5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61b6dae1f57e9622dd6975482a0b685d3b5b80bc10d2302ab5c6af40b72afcd5", kill_on_drop: false }`
[INFO] [stdout] 61b6dae1f57e9622dd6975482a0b685d3b5b80bc10d2302ab5c6af40b72afcd5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 39dc112693471b6fc0bea57b02e7d1bfdcb03babef896fd071daf9c4a6fe01e1
[INFO] running `Command { std: "docker" "start" "-a" "39dc112693471b6fc0bea57b02e7d1bfdcb03babef896fd071daf9c4a6fe01e1", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/bin/cowsay.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `cowsay`
[INFO] [stderr]   * `bin` target `cowthink`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/bin/lolcat.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `lolcat`
[INFO] [stderr]   * `bin` target `lolcrab`
[INFO] [stderr]    Compiling libc v0.2.117
[INFO] [stderr]    Compiling crossbeam-utils v0.8.6
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.6
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]     Checking once_cell v1.9.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]     Checking ahash v0.7.6
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.2
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling siphasher v0.3.9
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]     Checking weezl v0.1.5
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]     Checking gif v0.11.3
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking num-rational v0.3.2
[INFO] [stderr]     Checking num-iter v0.1.42
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]     Checking bytemuck v1.7.3
[INFO] [stderr]    Compiling g2poly v0.4.0
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]     Checking indexmap v1.8.0
[INFO] [stderr]     Checking textwrap v0.14.2
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling rust-embed-utils v7.1.0
[INFO] [stderr]     Checking rand_xorshift v0.2.0
[INFO] [stderr]     Checking lru v0.6.6
[INFO] [stderr]     Checking checked_int_cast v1.0.0
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking fastrand v1.7.0
[INFO] [stderr]     Checking rprompt v1.0.5
[INFO] [stderr]     Checking figlet-rs v0.1.3
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]     Checking noise v0.7.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling g2gen v0.4.0
[INFO] [stderr]     Checking tiff v0.6.1
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling clap_derive v3.0.14
[INFO] [stderr]    Compiling rust-embed-impl v6.2.0
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking g2p v0.4.0
[INFO] [stderr]     Checking rust-embed v6.3.0
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]     Checking csscolorparser v0.5.0
[INFO] [stderr]     Checking colorgrad v0.5.0
[INFO] [stderr]     Checking clap v3.0.5
[INFO] [stderr]     Checking lolcrab v0.1.3
[INFO] [stderr]     Checking rqrr v0.4.0
[INFO] [stderr]     Checking qrcode v0.12.0
[INFO] [stderr]     Checking qrrs v0.1.8
[INFO] [stderr]     Checking funutils v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.27s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: noise v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6`
[INFO] running `Command { std: "docker" "inspect" "39dc112693471b6fc0bea57b02e7d1bfdcb03babef896fd071daf9c4a6fe01e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39dc112693471b6fc0bea57b02e7d1bfdcb03babef896fd071daf9c4a6fe01e1", kill_on_drop: false }`
[INFO] [stdout] 39dc112693471b6fc0bea57b02e7d1bfdcb03babef896fd071daf9c4a6fe01e1
