[INFO] cloning repository https://github.com/mmassollo/mm_prex_core
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mmassollo/mm_prex_core" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmmassollo%2Fmm_prex_core", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmmassollo%2Fmm_prex_core'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c4bbcd28d54ac87759147d99ac09f048f91d4cb2
[INFO] checking mmassollo/mm_prex_core against try#bac5816c5f3d02cebd0599070af62d1782530294 for pr-150408
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmmassollo%2Fmm_prex_core" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mmassollo/mm_prex_core
[INFO] finished tweaking git repo https://github.com/mmassollo/mm_prex_core
[INFO] tweaked toml for git repo https://github.com/mmassollo/mm_prex_core written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mmassollo/mm_prex_core on toolchain bac5816c5f3d02cebd0599070af62d1782530294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bac5816c5f3d02cebd0599070af62d1782530294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mmassollo/mm_prex_core 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" "+bac5816c5f3d02cebd0599070af62d1782530294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.0.105
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+bac5816c5f3d02cebd0599070af62d1782530294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d71f5fd16b88494b3cc1e0d50ef311a5cf8ef84a1d1c5ce9fdd4a6603aa4da89
[INFO] running `Command { std: "docker" "start" "-a" "d71f5fd16b88494b3cc1e0d50ef311a5cf8ef84a1d1c5ce9fdd4a6603aa4da89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d71f5fd16b88494b3cc1e0d50ef311a5cf8ef84a1d1c5ce9fdd4a6603aa4da89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d71f5fd16b88494b3cc1e0d50ef311a5cf8ef84a1d1c5ce9fdd4a6603aa4da89", kill_on_drop: false }`
[INFO] [stdout] d71f5fd16b88494b3cc1e0d50ef311a5cf8ef84a1d1c5ce9fdd4a6603aa4da89
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+bac5816c5f3d02cebd0599070af62d1782530294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 54e2438059a7709347ffaa037a154b3dbccb730b740a61a85da2254ff24f4a70
[INFO] running `Command { std: "docker" "start" "-a" "54e2438059a7709347ffaa037a154b3dbccb730b740a61a85da2254ff24f4a70", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling zstd-safe v7.2.0
[INFO] [stderr]    Compiling syn v2.0.69
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking tinyvec v1.7.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking bytestring v1.3.1
[INFO] [stderr]    Compiling serde_json v1.0.120
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling cc v1.0.105
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]    Compiling zstd-sys v2.0.12+zstd.1.5.6
[INFO] [stderr]     Checking cookie v0.16.2
[INFO] [stderr]     Checking regex v1.10.5
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]     Checking tokio v1.38.0
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]     Checking zstd v0.13.2
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking actix-rt v2.10.0
[INFO] [stderr]     Checking actix-server v2.4.0
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking actix-http v3.8.0
[INFO] [stderr]     Checking actix-web v4.8.0
[INFO] [stderr]     Checking mm_prex_core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.35s
[INFO] running `Command { std: "docker" "inspect" "54e2438059a7709347ffaa037a154b3dbccb730b740a61a85da2254ff24f4a70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54e2438059a7709347ffaa037a154b3dbccb730b740a61a85da2254ff24f4a70", kill_on_drop: false }`
[INFO] [stdout] 54e2438059a7709347ffaa037a154b3dbccb730b740a61a85da2254ff24f4a70
