[INFO] cloning repository https://github.com/sebpuetz/mqtt-simulator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sebpuetz/mqtt-simulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebpuetz%2Fmqtt-simulator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebpuetz%2Fmqtt-simulator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 122bbf88bdbdeca54e223e077203213497d0db0c
[INFO] checking sebpuetz/mqtt-simulator/122bbf88bdbdeca54e223e077203213497d0db0c against master#01706e1a34c87656fcbfce198608f4cd2ac6461a for pr-135272
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebpuetz%2Fmqtt-simulator" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/sebpuetz/mqtt-simulator on toolchain 01706e1a34c87656fcbfce198608f4cd2ac6461a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/sebpuetz/mqtt-simulator
[INFO] finished tweaking git repo https://github.com/sebpuetz/mqtt-simulator
[INFO] tweaked toml for git repo https://github.com/sebpuetz/mqtt-simulator written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/sebpuetz/mqtt-simulator 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" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pollster v0.2.1
[INFO] [stderr]   Downloaded mqttbytes v0.2.1
[INFO] [stderr]   Downloaded mio v0.7.8
[INFO] [stderr]   Downloaded rumqttc v0.5.0
[INFO] [stderr]   Downloaded rustls v0.19.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ae542920555a6f585a2039bc7263445c2fa7bce8e25d65abbeee2f4779647373
[INFO] running `Command { std: "docker" "start" "-a" "ae542920555a6f585a2039bc7263445c2fa7bce8e25d65abbeee2f4779647373", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ae542920555a6f585a2039bc7263445c2fa7bce8e25d65abbeee2f4779647373", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae542920555a6f585a2039bc7263445c2fa7bce8e25d65abbeee2f4779647373", kill_on_drop: false }`
[INFO] [stdout] ae542920555a6f585a2039bc7263445c2fa7bce8e25d65abbeee2f4779647373
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b1833971f8ae8257c00ea52c03f6f41855629fddd4d790e2564ec00e79382750
[INFO] running `Command { std: "docker" "start" "-a" "b1833971f8ae8257c00ea52c03f6f41855629fddd4d790e2564ec00e79382750", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.86
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]     Checking once_cell v1.5.2
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling cc v1.0.67
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking bytes v1.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]     Checking instant v0.1.9
[INFO] [stderr]    Compiling tokio v1.2.0
[INFO] [stderr]     Checking lock_api v0.4.2
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]     Checking pin-project-lite v0.2.4
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking cache-padded v1.1.1
[INFO] [stderr]     Checking regex-syntax v0.6.22
[INFO] [stderr]     Checking concurrent-queue v1.2.2
[INFO] [stderr]     Checking thread_local v1.1.3
[INFO] [stderr]    Compiling serde_json v1.0.62
[INFO] [stderr]     Checking event-listener v2.5.1
[INFO] [stderr]     Checking futures-core v0.3.12
[INFO] [stderr]    Compiling anyhow v1.0.38
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking pollster v0.2.1
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking async-channel v1.6.1
[INFO] [stderr]     Checking mqttbytes v0.2.1
[INFO] [stderr]     Checking http v0.2.3
[INFO] [stderr]     Checking aho-corasick v0.7.15
[INFO] [stderr]     Checking parking_lot_core v0.8.3
[INFO] [stderr]     Checking mio v0.7.8
[INFO] [stderr]     Checking signal-hook-registry v1.3.0
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking parking_lot v0.11.1
[INFO] [stderr]     Checking regex v1.4.3
[INFO] [stderr]     Checking env_logger v0.8.3
[INFO] [stderr]    Compiling tokio-macros v1.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.24
[INFO] [stderr]     Checking webpki v0.21.4
[INFO] [stderr]     Checking sct v0.6.0
[INFO] [stderr]     Checking thiserror v1.0.24
[INFO] [stderr]     Checking rustls v0.19.0
[INFO] [stderr]     Checking tokio-rustls v0.22.0
[INFO] [stderr]     Checking rumqttc v0.5.0
[INFO] [stderr]     Checking mqtt-simulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.19s
[INFO] running `Command { std: "docker" "inspect" "b1833971f8ae8257c00ea52c03f6f41855629fddd4d790e2564ec00e79382750", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1833971f8ae8257c00ea52c03f6f41855629fddd4d790e2564ec00e79382750", kill_on_drop: false }`
[INFO] [stdout] b1833971f8ae8257c00ea52c03f6f41855629fddd4d790e2564ec00e79382750
