[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 against try#1bd50d4315eb15970d395b6be5823f9384707693 for pr-140151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebpuetz%2Fmqtt-simulator" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/sebpuetz/mqtt-simulator on toolchain 1bd50d4315eb15970d395b6be5823f9384707693
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "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-0-tc2/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" "+1bd50d4315eb15970d395b6be5823f9384707693" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eefaa0914bf8ea121772539202f12f1e0461e490436af932a4808d6e28067416
[INFO] running `Command { std: "docker" "start" "-a" "eefaa0914bf8ea121772539202f12f1e0461e490436af932a4808d6e28067416", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eefaa0914bf8ea121772539202f12f1e0461e490436af932a4808d6e28067416", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eefaa0914bf8ea121772539202f12f1e0461e490436af932a4808d6e28067416", kill_on_drop: false }`
[INFO] [stdout] eefaa0914bf8ea121772539202f12f1e0461e490436af932a4808d6e28067416
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 397fd3341b2ec18dd764e59853103fa14dd4e701feb7eb60e7d5f1a293da7234
[INFO] running `Command { std: "docker" "start" "-a" "397fd3341b2ec18dd764e59853103fa14dd4e701feb7eb60e7d5f1a293da7234", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.86
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking once_cell v1.5.2
[INFO] [stderr]    Compiling cc v1.0.67
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking instant v0.1.9
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]     Checking smallvec v1.6.1
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking bytes v1.0.1
[INFO] [stderr]     Checking lock_api v0.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling tokio v1.2.0
[INFO] [stderr]     Checking cache-padded v1.1.1
[INFO] [stderr]     Checking pin-project-lite v0.2.4
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking concurrent-queue v1.2.2
[INFO] [stderr]     Checking aho-corasick v0.7.15
[INFO] [stderr]     Checking thread_local v1.1.3
[INFO] [stderr]     Checking regex-syntax v0.6.22
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]    Compiling anyhow v1.0.38
[INFO] [stderr]     Checking parking_lot_core v0.8.3
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking parking_lot v0.11.1
[INFO] [stderr]     Checking signal-hook-registry v1.3.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking mio v0.7.8
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling serde_json v1.0.62
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking futures-core v0.3.12
[INFO] [stderr]     Checking event-listener v2.5.1
[INFO] [stderr]     Checking http v0.2.3
[INFO] [stderr]     Checking async-channel v1.6.1
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking mqttbytes v0.2.1
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking pollster v0.2.1
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking regex v1.4.3
[INFO] [stderr]     Checking clap v2.33.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 rustls v0.19.0
[INFO] [stderr]     Checking thiserror v1.0.24
[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 32.77s
[INFO] running `Command { std: "docker" "inspect" "397fd3341b2ec18dd764e59853103fa14dd4e701feb7eb60e7d5f1a293da7234", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "397fd3341b2ec18dd764e59853103fa14dd4e701feb7eb60e7d5f1a293da7234", kill_on_drop: false }`
[INFO] [stdout] 397fd3341b2ec18dd764e59853103fa14dd4e701feb7eb60e7d5f1a293da7234
