[INFO] cloning repository https://github.com/xuxiaocheng0201/tcp-client [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xuxiaocheng0201/tcp-client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxuxiaocheng0201%2Ftcp-client", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxuxiaocheng0201%2Ftcp-client'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3faa729b8e248aa860c7c24cf9cf5bb51d79e643 [INFO] testing xuxiaocheng0201/tcp-client against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxuxiaocheng0201%2Ftcp-client" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/xuxiaocheng0201/tcp-client [INFO] finished tweaking git repo https://github.com/xuxiaocheng0201/tcp-client [INFO] tweaked toml for git repo https://github.com/xuxiaocheng0201/tcp-client written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/xuxiaocheng0201/tcp-client on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/xuxiaocheng0201/tcp-client 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded reportme v0.2.1 [INFO] [stderr] Downloaded rustls-pki-types v1.3.1 [INFO] [stderr] Downloaded tcp-handler v1.0.1 [INFO] [stderr] Downloaded variable-len-reader v3.2.0 [INFO] [stderr] Downloaded webpki-roots v0.26.1 [INFO] [stderr] Downloaded rustls v0.22.2 [INFO] [stderr] Downloaded rustls-webpki v0.102.2 [INFO] [stderr] Downloaded ureq v2.9.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3a2107da98d689bd3d129d4a4973b0b094f7d72731651a3dcbc70e1b5c82a619 [INFO] running `Command { std: "docker" "start" "-a" "3a2107da98d689bd3d129d4a4973b0b094f7d72731651a3dcbc70e1b5c82a619", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a2107da98d689bd3d129d4a4973b0b094f7d72731651a3dcbc70e1b5c82a619", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a2107da98d689bd3d129d4a4973b0b094f7d72731651a3dcbc70e1b5c82a619", kill_on_drop: false }` [INFO] [stdout] 3a2107da98d689bd3d129d4a4973b0b094f7d72731651a3dcbc70e1b5c82a619 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 0dd2501b4df2f642caf4a3e10af6c169b39579231caf8ae99a97fd5f41078962 [INFO] running `Command { std: "docker" "start" "-a" "0dd2501b4df2f642caf4a3e10af6c169b39579231caf8ae99a97fd5f41078962", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling rustls-pki-types v1.3.1 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling rustls v0.22.2 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling anyhow v1.0.81 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling zeroize v1.7.0 [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling webpki-roots v0.26.1 [INFO] [stderr] Compiling der v0.7.8 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling num-bigint-dig v0.8.4 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling async-trait v0.1.78 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling syn v2.0.53 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling socket2 v0.5.6 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tokio v1.36.0 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling polyval v0.6.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling ghash v0.5.1 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling ctr v0.9.2 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling pkcs1 v0.7.5 [INFO] [stderr] Compiling num-iter v0.1.44 [INFO] [stderr] Compiling aes-gcm v0.10.3 [INFO] [stderr] Compiling rsa v0.9.6 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling rustls-webpki v0.102.2 [INFO] [stderr] Compiling ureq v2.9.6 [INFO] [stderr] Compiling reportme v0.2.1 [INFO] [stderr] Compiling variable-len-reader v3.2.0 [INFO] [stderr] Compiling tcp-handler v1.0.1 [INFO] [stderr] Compiling tcp-client v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: tcp-client@0.2.0: ReportMe: https://crateio.xxc-metrics.pages.dev/metrics: Dns Failed: resolve dns name 'crateio.xxc-metrics.pages.dev:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.19s [INFO] running `Command { std: "docker" "inspect" "0dd2501b4df2f642caf4a3e10af6c169b39579231caf8ae99a97fd5f41078962", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0dd2501b4df2f642caf4a3e10af6c169b39579231caf8ae99a97fd5f41078962", kill_on_drop: false }` [INFO] [stdout] 0dd2501b4df2f642caf4a3e10af6c169b39579231caf8ae99a97fd5f41078962 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 8e9e1f0a0e12dc4f7ca17a16358e0dc524fbb7e229bac903485457b15932309e [INFO] running `Command { std: "docker" "start" "-a" "8e9e1f0a0e12dc4f7ca17a16358e0dc524fbb7e229bac903485457b15932309e", kill_on_drop: false }` [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] warning: tcp-client@0.2.0: ReportMe: https://crateio.xxc-metrics.pages.dev/metrics: Dns Failed: resolve dns name 'crateio.xxc-metrics.pages.dev:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stderr] Compiling tokio v1.36.0 [INFO] [stderr] Compiling variable-len-reader v3.2.0 [INFO] [stderr] Compiling tcp-handler v1.0.1 [INFO] [stderr] Compiling tcp-client v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.79s [INFO] running `Command { std: "docker" "inspect" "8e9e1f0a0e12dc4f7ca17a16358e0dc524fbb7e229bac903485457b15932309e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e9e1f0a0e12dc4f7ca17a16358e0dc524fbb7e229bac903485457b15932309e", kill_on_drop: false }` [INFO] [stdout] 8e9e1f0a0e12dc4f7ca17a16358e0dc524fbb7e229bac903485457b15932309e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 59c50d2b01ea438a62443fefed12058f5f10ab79e0fda34fc87c4e5d3a6088bb [INFO] running `Command { std: "docker" "start" "-a" "59c50d2b01ea438a62443fefed12058f5f10ab79e0fda34fc87c4e5d3a6088bb", kill_on_drop: false }` [INFO] [stderr] warning: tcp-client@0.2.0: ReportMe: https://crateio.xxc-metrics.pages.dev/metrics: Dns Failed: resolve dns name 'crateio.xxc-metrics.pages.dev:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/tcp_client-0729422f7d2da716) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "59c50d2b01ea438a62443fefed12058f5f10ab79e0fda34fc87c4e5d3a6088bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59c50d2b01ea438a62443fefed12058f5f10ab79e0fda34fc87c4e5d3a6088bb", kill_on_drop: false }` [INFO] [stdout] 59c50d2b01ea438a62443fefed12058f5f10ab79e0fda34fc87c4e5d3a6088bb