[INFO] cloning repository https://github.com/ikeogu/redeem-Script [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ikeogu/redeem-Script" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fikeogu%2Fredeem-Script", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fikeogu%2Fredeem-Script'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8b3f8b472e49748c000c4b66db6103161c2d21ae [INFO] checking ikeogu/redeem-Script against master#ceab6128fa48a616bfd3e3adf4bc80133b8ee223 for no-never-type-fallback [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fikeogu%2Fredeem-Script" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ikeogu/redeem-Script on toolchain ceab6128fa48a616bfd3e3adf4bc80133b8ee223 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ikeogu/redeem-Script [INFO] finished tweaking git repo https://github.com/ikeogu/redeem-Script [INFO] tweaked toml for git repo https://github.com/ikeogu/redeem-Script written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ikeogu/redeem-Script 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" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1c9900dad712ea72e337783b1611917daf6d9bbd483bb606dae51fde124a3030 [INFO] running `Command { std: "docker" "start" "-a" "1c9900dad712ea72e337783b1611917daf6d9bbd483bb606dae51fde124a3030", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1c9900dad712ea72e337783b1611917daf6d9bbd483bb606dae51fde124a3030", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c9900dad712ea72e337783b1611917daf6d9bbd483bb606dae51fde124a3030", kill_on_drop: false }` [INFO] [stdout] 1c9900dad712ea72e337783b1611917daf6d9bbd483bb606dae51fde124a3030 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f9e0d3c0e0afd478cbf56641690f7d1ca25e300c375f7024120cf199236f76e7 [INFO] running `Command { std: "docker" "start" "-a" "f9e0d3c0e0afd478cbf56641690f7d1ca25e300c375f7024120cf199236f76e7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling bitcoin-internals v0.2.0 [INFO] [stderr] Compiling hex_lit v0.1.1 [INFO] [stderr] Checking hex-conservative v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling bitcoin v0.31.1 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Checking bech32 v0.10.0-beta [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking bitcoin_hashes v0.10.0 [INFO] [stderr] Checking bitcoin_hashes v0.13.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking sha2 v0.9.9 [INFO] [stderr] Checking chrono v0.4.33 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling secp256k1-sys v0.9.2 [INFO] [stderr] Checking secp256k1 v0.28.2 [INFO] [stderr] Checking redeem_script_codebase v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s [INFO] running `Command { std: "docker" "inspect" "f9e0d3c0e0afd478cbf56641690f7d1ca25e300c375f7024120cf199236f76e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9e0d3c0e0afd478cbf56641690f7d1ca25e300c375f7024120cf199236f76e7", kill_on_drop: false }` [INFO] [stdout] f9e0d3c0e0afd478cbf56641690f7d1ca25e300c375f7024120cf199236f76e7