[INFO] cloning repository https://github.com/mjm918/rs-tunnel [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mjm918/rs-tunnel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjm918%2Frs-tunnel", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjm918%2Frs-tunnel'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d6ee1d5700bd583b6980f7f93c8773d341063db0 [INFO] testing mjm918/rs-tunnel against 1.90.0 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjm918%2Frs-tunnel" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mjm918/rs-tunnel [INFO] finished tweaking git repo https://github.com/mjm918/rs-tunnel [INFO] tweaked toml for git repo https://github.com/mjm918/rs-tunnel written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mjm918/rs-tunnel on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mjm918/rs-tunnel 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded uuid v1.3.4 [INFO] [stderr] Downloaded serde_spanned v0.6.2 [INFO] [stderr] Downloaded toml_datetime v0.6.2 [INFO] [stderr] Downloaded tracing-attributes v0.1.24 [INFO] [stderr] Downloaded toml v0.7.4 [INFO] [stderr] Downloaded toml_edit v0.19.10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7547ce507dd3295252303de11bd9ac7ddd363404576a7fc2647655ba40127f5e [INFO] running `Command { std: "docker" "start" "-a" "7547ce507dd3295252303de11bd9ac7ddd363404576a7fc2647655ba40127f5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7547ce507dd3295252303de11bd9ac7ddd363404576a7fc2647655ba40127f5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7547ce507dd3295252303de11bd9ac7ddd363404576a7fc2647655ba40127f5e", kill_on_drop: false }` [INFO] [stdout] 7547ce507dd3295252303de11bd9ac7ddd363404576a7fc2647655ba40127f5e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b218373b5bbe68888929ca3518e1f90bfc423fec5c3cef1e96d08f5f6c7d38e6 [INFO] running `Command { std: "docker" "start" "-a" "b218373b5bbe68888929ca3518e1f90bfc423fec5c3cef1e96d08f5f6c7d38e6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.60 [INFO] [stderr] Compiling quote v1.0.28 [INFO] [stderr] Compiling unicode-ident v1.0.9 [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stderr] Compiling serde v1.0.164 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling tokio v1.28.2 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling gimli v0.27.3 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling backtrace v0.3.67 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rustc-demangle v0.1.23 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling log v0.4.19 [INFO] [stderr] Compiling serde_json v1.0.97 [INFO] [stderr] Compiling winnow v0.4.7 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling object v0.30.4 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling cpufeatures v0.2.8 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling fastrand v2.0.0 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling syn v2.0.18 [INFO] [stderr] Compiling tracing-subscriber v0.3.17 [INFO] [stderr] Compiling dashmap v5.4.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.7 [INFO] [stderr] Compiling addr2line v0.19.0 [INFO] [stderr] Compiling serde_derive v1.0.164 [INFO] [stderr] Compiling tracing-attributes v0.1.24 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling tokio-util v0.7.8 [INFO] [stderr] Compiling serde_spanned v0.6.2 [INFO] [stderr] Compiling toml_datetime v0.6.2 [INFO] [stderr] Compiling uuid v1.3.4 [INFO] [stderr] Compiling toml_edit v0.19.10 [INFO] [stderr] Compiling toml v0.7.4 [INFO] [stderr] Compiling easysales-tunnel v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::ops::Deref` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Deref; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CONTROL_PORT` [INFO] [stdout] --> src/server.rs:14:36 [INFO] [stdout] | [INFO] [stdout] 14 | use crate::shared::{ClientMessage, CONTROL_PORT, Delimited, proxy, ServerMessage}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Display` and `Formatter` [INFO] [stdout] --> src/config.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::{Display, Formatter}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/shared.rs:77:2 [INFO] [stdout] | [INFO] [stdout] 77 | / tokio::select! { [INFO] [stdout] 78 | | res = io::copy(&mut s1_read, &mut s2_write) => res, [INFO] [stdout] 79 | | res = io::copy(&mut s2_read, &mut s1_write) => res, [INFO] [stdout] 80 | | }; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 77 ~ let _ = tokio::select! { [INFO] [stdout] 78 | res = io::copy(&mut s1_read, &mut s2_write) => res, [INFO] [stdout] 79 | res = io::copy(&mut s2_read, &mut s1_write) => res, [INFO] [stdout] 80 ~ };; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.43s [INFO] running `Command { std: "docker" "inspect" "b218373b5bbe68888929ca3518e1f90bfc423fec5c3cef1e96d08f5f6c7d38e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b218373b5bbe68888929ca3518e1f90bfc423fec5c3cef1e96d08f5f6c7d38e6", kill_on_drop: false }` [INFO] [stdout] b218373b5bbe68888929ca3518e1f90bfc423fec5c3cef1e96d08f5f6c7d38e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43e284241fb2b921bd7ac65e76d0db88f2ee485434b0a1131abda8c5018f746f [INFO] running `Command { std: "docker" "start" "-a" "43e284241fb2b921bd7ac65e76d0db88f2ee485434b0a1131abda8c5018f746f", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.17 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling object v0.30.4 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling rstest_macros v0.17.0 [INFO] [stderr] Compiling backtrace v0.3.67 [INFO] [stderr] Compiling futures-executor v0.3.28 [INFO] [stderr] Compiling futures v0.3.28 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling rstest v0.17.0 [INFO] [stderr] Compiling easysales-tunnel v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::ops::Deref` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Deref; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CONTROL_PORT` [INFO] [stdout] --> src/server.rs:14:36 [INFO] [stdout] | [INFO] [stdout] 14 | use crate::shared::{ClientMessage, CONTROL_PORT, Delimited, proxy, ServerMessage}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Display` and `Formatter` [INFO] [stdout] --> src/config.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::{Display, Formatter}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/shared.rs:77:2 [INFO] [stdout] | [INFO] [stdout] 77 | / tokio::select! { [INFO] [stdout] 78 | | res = io::copy(&mut s1_read, &mut s2_write) => res, [INFO] [stdout] 79 | | res = io::copy(&mut s2_read, &mut s1_write) => res, [INFO] [stdout] 80 | | }; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 77 ~ let _ = tokio::select! { [INFO] [stdout] 78 | res = io::copy(&mut s1_read, &mut s2_write) => res, [INFO] [stdout] 79 | res = io::copy(&mut s2_read, &mut s1_write) => res, [INFO] [stdout] 80 ~ };; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.81s [INFO] running `Command { std: "docker" "inspect" "43e284241fb2b921bd7ac65e76d0db88f2ee485434b0a1131abda8c5018f746f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43e284241fb2b921bd7ac65e76d0db88f2ee485434b0a1131abda8c5018f746f", kill_on_drop: false }` [INFO] [stdout] 43e284241fb2b921bd7ac65e76d0db88f2ee485434b0a1131abda8c5018f746f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 412d593ec3abb3f23c0d8df30db216d3eb6d22293ddf19ffe86d6e345ac3fdd8 [INFO] running `Command { std: "docker" "start" "-a" "412d593ec3abb3f23c0d8df30db216d3eb6d22293ddf19ffe86d6e345ac3fdd8", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::ops::Deref` [INFO] [stderr] --> src/main.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ops::Deref; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `CONTROL_PORT` [INFO] [stderr] --> src/server.rs:14:36 [INFO] [stderr] | [INFO] [stderr] 14 | use crate::shared::{ClientMessage, CONTROL_PORT, Delimited, proxy, ServerMessage}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Display` and `Formatter` [INFO] [stderr] --> src/config.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::{Display, Formatter}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/shared.rs:77:2 [INFO] [stderr] | [INFO] [stderr] 77 | / tokio::select! { [INFO] [stderr] 78 | | res = io::copy(&mut s1_read, &mut s2_write) => res, [INFO] [stderr] 79 | | res = io::copy(&mut s2_read, &mut s1_write) => res, [INFO] [stderr] 80 | | }; [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 77 ~ let _ = tokio::select! { [INFO] [stderr] 78 | res = io::copy(&mut s1_read, &mut s2_write) => res, [INFO] [stderr] 79 | res = io::copy(&mut s2_read, &mut s1_write) => res, [INFO] [stderr] 80 ~ };; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `easysales-tunnel` (bin "easysales-tunnel" test) generated 4 warnings (run `cargo fix --bin "easysales-tunnel" --tests` to apply 3 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/easysales_tunnel-ea028c716ced892c) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::auth_handshake ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "412d593ec3abb3f23c0d8df30db216d3eb6d22293ddf19ffe86d6e345ac3fdd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "412d593ec3abb3f23c0d8df30db216d3eb6d22293ddf19ffe86d6e345ac3fdd8", kill_on_drop: false }` [INFO] [stdout] 412d593ec3abb3f23c0d8df30db216d3eb6d22293ddf19ffe86d6e345ac3fdd8