[INFO] cloning repository https://github.com/tposcic/simple-rust-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tposcic/simple-rust-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftposcic%2Fsimple-rust-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftposcic%2Fsimple-rust-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4073985b6b7b51bbc3b9c83b6f74faad31a34482 [INFO] building tposcic/simple-rust-server against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftposcic%2Fsimple-rust-server" "/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/tposcic/simple-rust-server [INFO] finished tweaking git repo https://github.com/tposcic/simple-rust-server [INFO] tweaked toml for git repo https://github.com/tposcic/simple-rust-server written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/tposcic/simple-rust-server 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/tposcic/simple-rust-server 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-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 66a5073d9b47650972bd205920d5e64b3b624eee4b1ff5f384bddec644181f36 [INFO] running `Command { std: "docker" "start" "-a" "66a5073d9b47650972bd205920d5e64b3b624eee4b1ff5f384bddec644181f36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66a5073d9b47650972bd205920d5e64b3b624eee4b1ff5f384bddec644181f36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66a5073d9b47650972bd205920d5e64b3b624eee4b1ff5f384bddec644181f36", kill_on_drop: false }` [INFO] [stdout] 66a5073d9b47650972bd205920d5e64b3b624eee4b1ff5f384bddec644181f36 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d809b308b4b076f6eb95a458812cf05ee6240aac60c2afb7d2f476a6ee3a8261 [INFO] running `Command { std: "docker" "start" "-a" "d809b308b4b076f6eb95a458812cf05ee6240aac60c2afb7d2f476a6ee3a8261", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling cc v1.1.7 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling generic-array v0.12.4 [INFO] [stderr] Compiling const_fn v0.4.10 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling rust_decimal v1.35.0 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling io-enum v0.2.6 [INFO] [stderr] Compiling sha1_smol v1.0.1 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling sha1 v0.6.1 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling mysql v20.1.0 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling bufstream v0.1.4 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling libz-sys v1.1.18 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling lexical v5.2.2 [INFO] [stderr] Compiling flate2 v1.0.31 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling nix v0.19.1 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling derive_utils v0.11.2 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling lru v0.6.6 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stderr] Compiling serde_json v1.0.122 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling bigdecimal v0.1.2 [INFO] [stderr] Compiling mysql_common v0.24.1 [INFO] [stderr] Compiling WebServer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.44s [INFO] running `Command { std: "docker" "inspect" "d809b308b4b076f6eb95a458812cf05ee6240aac60c2afb7d2f476a6ee3a8261", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d809b308b4b076f6eb95a458812cf05ee6240aac60c2afb7d2f476a6ee3a8261", kill_on_drop: false }` [INFO] [stdout] d809b308b4b076f6eb95a458812cf05ee6240aac60c2afb7d2f476a6ee3a8261 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f2f7bd4c142de905d6013d3d43bf6af10f8841da021f70071c86625924cc8d22 [INFO] running `Command { std: "docker" "start" "-a" "f2f7bd4c142de905d6013d3d43bf6af10f8841da021f70071c86625924cc8d22", kill_on_drop: false }` [INFO] [stderr] Compiling WebServer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `Command { std: "docker" "inspect" "f2f7bd4c142de905d6013d3d43bf6af10f8841da021f70071c86625924cc8d22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2f7bd4c142de905d6013d3d43bf6af10f8841da021f70071c86625924cc8d22", kill_on_drop: false }` [INFO] [stdout] f2f7bd4c142de905d6013d3d43bf6af10f8841da021f70071c86625924cc8d22