[INFO] crate tokio-udp 0.1.3 is already in cache [INFO] extracting crate tokio-udp 0.1.3 into work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/reg/tokio-udp/0.1.3 [INFO] extracting crate tokio-udp 0.1.3 into work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/reg/tokio-udp/0.1.3 [INFO] validating manifest of tokio-udp-0.1.3 on toolchain master#6ea4036cd20a4b1ab1d56e555108c21735ff6946 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tokio-udp-0.1.3 on toolchain try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tokio-udp-0.1.3 [INFO] finished frobbing tokio-udp-0.1.3 [INFO] frobbed toml for tokio-udp-0.1.3 written to work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/reg/tokio-udp/0.1.3/Cargo.toml [INFO] started frobbing tokio-udp-0.1.3 [INFO] finished frobbing tokio-udp-0.1.3 [INFO] frobbed toml for tokio-udp-0.1.3 written to work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/reg/tokio-udp/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking tokio-udp-0.1.3 against try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc for pr-62181 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62181/worker-0/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/reg/tokio-udp/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 03b42d59fe9572a1b2fbcafc936b3342206398bc8c7fe42d4172674218f8fa77 [INFO] running `"docker" "start" "-a" "03b42d59fe9572a1b2fbcafc936b3342206398bc8c7fe42d4172674218f8fa77"` [INFO] [stderr] Checking tokio-udp v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'tokio_udp::UdpSocket::send_to': use poll_send_to instead [INFO] [stderr] --> tests/udp.rs:65:16 [INFO] [stderr] | [INFO] [stderr] 65 | socket.send_to(buf, addr) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_udp::UdpSocket::send': use poll_send instead [INFO] [stderr] --> tests/udp.rs:75:16 [INFO] [stderr] | [INFO] [stderr] 75 | socket.send(buf) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_udp::UdpSocket::recv_from': use poll_recv_from instead [INFO] [stderr] --> tests/udp.rs:120:16 [INFO] [stderr] | [INFO] [stderr] 120 | socket.recv_from(buf).map(|(s, addr)| { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_udp::UdpSocket::recv': use poll_recv instead [INFO] [stderr] --> tests/udp.rs:132:16 [INFO] [stderr] | [INFO] [stderr] 132 | socket.recv(buf) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.11s [INFO] running `"docker" "inspect" "03b42d59fe9572a1b2fbcafc936b3342206398bc8c7fe42d4172674218f8fa77"` [INFO] running `"docker" "rm" "-f" "03b42d59fe9572a1b2fbcafc936b3342206398bc8c7fe42d4172674218f8fa77"` [INFO] [stdout] 03b42d59fe9572a1b2fbcafc936b3342206398bc8c7fe42d4172674218f8fa77