[INFO] fetching crate tokio-kcp-neo 0.1.1...
[INFO] testing tokio-kcp-neo-0.1.1 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate tokio-kcp-neo 0.1.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate tokio-kcp-neo 0.1.1
[INFO] finished tweaking crates.io crate tokio-kcp-neo 0.1.1
[INFO] tweaked toml for crates.io crate tokio-kcp-neo 0.1.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tokio-kcp-neo 0.1.1 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tokio-kcp-neo 0.1.1 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3f9a82336182f32d5424d8f939176dd3d51fb88b2b36276c8250664cf243ec11
[INFO] running `Command { std: "docker" "start" "-a" "3f9a82336182f32d5424d8f939176dd3d51fb88b2b36276c8250664cf243ec11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3f9a82336182f32d5424d8f939176dd3d51fb88b2b36276c8250664cf243ec11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f9a82336182f32d5424d8f939176dd3d51fb88b2b36276c8250664cf243ec11", kill_on_drop: false }`
[INFO] [stdout] 3f9a82336182f32d5424d8f939176dd3d51fb88b2b36276c8250664cf243ec11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 608105044cd0e5b5997616fb8e136d63901a5a2689ec964117843955c2fb6d5c
[INFO] running `Command { std: "docker" "start" "-a" "608105044cd0e5b5997616fb8e136d63901a5a2689ec964117843955c2fb6d5c", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling tokio-kcp-neo v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_segment_new':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:179:42: warning: unused parameter 'kcp' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   179 | static IKCPSEG *ikcp_segment_new(ikcpcb *kcp, int size)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                  ~~~~~~~~^~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_segment_delete':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:185:41: warning: unused parameter 'kcp' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   185 | static void ikcp_segment_delete(ikcpcb *kcp, IKCPSEG *seg)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                 ~~~~~~~~^~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_qprint':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:226:30: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   226 | void ikcp_qprint(const char *name, const struct IQUEUEHEAD *head)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                  ~~~~~~~~~~~~^~~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:226:61: warning: unused parameter 'head' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   226 | void ikcp_qprint(const char *name, const struct IQUEUEHEAD *head)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
[INFO] running `Command { std: "docker" "inspect" "608105044cd0e5b5997616fb8e136d63901a5a2689ec964117843955c2fb6d5c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "608105044cd0e5b5997616fb8e136d63901a5a2689ec964117843955c2fb6d5c", kill_on_drop: false }`
[INFO] [stdout] 608105044cd0e5b5997616fb8e136d63901a5a2689ec964117843955c2fb6d5c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6b91d0228dc57dc17af7128bcf493d6651e3621633852930275f3c2dd7c17a98
[INFO] running `Command { std: "docker" "start" "-a" "6b91d0228dc57dc17af7128bcf493d6651e3621633852930275f3c2dd7c17a98", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_segment_new':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:179:42: warning: unused parameter 'kcp' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   179 | static IKCPSEG *ikcp_segment_new(ikcpcb *kcp, int size)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                  ~~~~~~~~^~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_segment_delete':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:185:41: warning: unused parameter 'kcp' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   185 | static void ikcp_segment_delete(ikcpcb *kcp, IKCPSEG *seg)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                 ~~~~~~~~^~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_qprint':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:226:30: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   226 | void ikcp_qprint(const char *name, const struct IQUEUEHEAD *head)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                  ~~~~~~~~~~~~^~~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:226:61: warning: unused parameter 'head' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   226 | void ikcp_qprint(const char *name, const struct IQUEUEHEAD *head)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tokio-kcp-neo v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.03s
[INFO] running `Command { std: "docker" "inspect" "6b91d0228dc57dc17af7128bcf493d6651e3621633852930275f3c2dd7c17a98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b91d0228dc57dc17af7128bcf493d6651e3621633852930275f3c2dd7c17a98", kill_on_drop: false }`
[INFO] [stdout] 6b91d0228dc57dc17af7128bcf493d6651e3621633852930275f3c2dd7c17a98
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 66bafa3525d246dd33d51254a04f11070ddf17bec549849a483780034da83963
[INFO] running `Command { std: "docker" "start" "-a" "66bafa3525d246dd33d51254a04f11070ddf17bec549849a483780034da83963", kill_on_drop: false }`
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_segment_new':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:179:42: warning: unused parameter 'kcp' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   179 | static IKCPSEG *ikcp_segment_new(ikcpcb *kcp, int size)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                  ~~~~~~~~^~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_segment_delete':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:185:41: warning: unused parameter 'kcp' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   185 | static void ikcp_segment_delete(ikcpcb *kcp, IKCPSEG *seg)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                 ~~~~~~~~^~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_qprint':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:226:30: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   226 | void ikcp_qprint(const char *name, const struct IQUEUEHEAD *head)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                  ~~~~~~~~~~~~^~~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:226:61: warning: unused parameter 'head' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   226 | void ikcp_qprint(const char *name, const struct IQUEUEHEAD *head)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tokio_kcp_neo-80524030010e9042)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::tokiokcp_can_transfer_complete_payload_under_packet_loss ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.44s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests tokio_kcp_neo
[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" "66bafa3525d246dd33d51254a04f11070ddf17bec549849a483780034da83963", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66bafa3525d246dd33d51254a04f11070ddf17bec549849a483780034da83963", kill_on_drop: false }`
[INFO] [stdout] 66bafa3525d246dd33d51254a04f11070ddf17bec549849a483780034da83963
