[INFO] cloning repository https://github.com/regnskali/Learning
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/regnskali/Learning" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fregnskali%2FLearning", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fregnskali%2FLearning'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7a087a5ddc77eda5befc32b457f548a97fbe05ec
[INFO] building regnskali/Learning against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fregnskali%2FLearning" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/regnskali/Learning
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/regnskali/Learning
[INFO] tweaked toml for git repo https://github.com/regnskali/Learning written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/regnskali/Learning on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/regnskali/Learning 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 415822148f03f83bff48b22072660743e1990e15b2dd6598f51ee7e3c4df726e
[INFO] running `Command { std: "docker" "start" "-a" "415822148f03f83bff48b22072660743e1990e15b2dd6598f51ee7e3c4df726e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "415822148f03f83bff48b22072660743e1990e15b2dd6598f51ee7e3c4df726e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "415822148f03f83bff48b22072660743e1990e15b2dd6598f51ee7e3c4df726e", kill_on_drop: false }`
[INFO] [stdout] 415822148f03f83bff48b22072660743e1990e15b2dd6598f51ee7e3c4df726e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1056b2870f0d7b487824fdeec7ff901907818b26e456774280247287ebd0634b
[INFO] running `Command { std: "docker" "start" "-a" "1056b2870f0d7b487824fdeec7ff901907818b26e456774280247287ebd0634b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.127
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling tokio v1.20.1
[INFO] [stderr]    Compiling serde v1.0.142
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling rustls v0.20.6
[INFO] [stderr]    Compiling onig_sys v69.8.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serde_json v1.0.83
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling serde_derive v1.0.142
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling line-wrap v0.1.1
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling anyhow v1.0.60
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling os_str_bytes v6.2.0
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling time v0.3.12
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling rustls-pemfile v1.0.1
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling clap_derive v3.2.15
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling textwrap v0.15.0
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling jsonxf v1.1.1
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling plist v1.3.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling clap v3.2.16
[INFO] [stderr]    Compiling webpki-roots v0.22.4
[INFO] [stderr]    Compiling onig v6.3.2
[INFO] [stderr]    Compiling tokio-util v0.7.3
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling syntect v4.6.0
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling hyper-rustls v0.23.0
[INFO] [stderr]    Compiling reqwest v0.11.11
[INFO] [stderr]    Compiling httpie v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.68s
[INFO] running `Command { std: "docker" "inspect" "1056b2870f0d7b487824fdeec7ff901907818b26e456774280247287ebd0634b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1056b2870f0d7b487824fdeec7ff901907818b26e456774280247287ebd0634b", kill_on_drop: false }`
[INFO] [stdout] 1056b2870f0d7b487824fdeec7ff901907818b26e456774280247287ebd0634b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 08d9c68925dd80768e39efc714ed3b7d07944497b774c5120540ee1cda791f79
[INFO] running `Command { std: "docker" "start" "-a" "08d9c68925dd80768e39efc714ed3b7d07944497b774c5120540ee1cda791f79", kill_on_drop: false }`
[INFO] [stderr]    Compiling httpie v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.62s
[INFO] running `Command { std: "docker" "inspect" "08d9c68925dd80768e39efc714ed3b7d07944497b774c5120540ee1cda791f79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08d9c68925dd80768e39efc714ed3b7d07944497b774c5120540ee1cda791f79", kill_on_drop: false }`
[INFO] [stdout] 08d9c68925dd80768e39efc714ed3b7d07944497b774c5120540ee1cda791f79
