[INFO] updating cached repository https://github.com/Morsicus/packet_tracker [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f1fd31056febb683e6d5ad6bed86d38bf8380f91 [INFO] checking Morsicus/packet_tracker against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FMorsicus%2Fpacket_tracker" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Morsicus/packet_tracker on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Morsicus/packet_tracker [INFO] finished tweaking git repo https://github.com/Morsicus/packet_tracker [INFO] tweaked toml for git repo https://github.com/Morsicus/packet_tracker written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Morsicus/packet_tracker already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (pnet) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a4d3a5c11e6b21bcc3573a92751f37a2d5819eb953c473b7632c2ec292bc47e6 [INFO] running `"docker" "start" "-a" "a4d3a5c11e6b21bcc3573a92751f37a2d5819eb953c473b7632c2ec292bc47e6"` [INFO] [stderr] warning: dependency (pnet) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling rustc-serialize v0.3.21 [INFO] [stderr] Compiling libc v0.2.17 [INFO] [stderr] Compiling log v0.3.6 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling gcc v0.3.40 [INFO] [stderr] Compiling pkg-config v0.3.8 [INFO] [stderr] Compiling openssl v0.8.3 [INFO] [stderr] Checking fnv v1.0.5 [INFO] [stderr] Checking pnet_macros_support v0.1.1 [INFO] [stderr] Checking ref_slice v1.1.1 [INFO] [stderr] Checking syntex_pos v0.42.0 [INFO] [stderr] Checking clap v2.19.2 [INFO] [stderr] Compiling term v0.4.4 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Checking chrono v0.2.25 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Checking syntex_errors v0.42.0 [INFO] [stderr] Compiling openssl-sys v0.7.17 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Checking syntex_syntax v0.42.0 [INFO] [stderr] Compiling snappy-sys v0.1.0 [INFO] [stderr] Compiling miniz-sys v0.1.7 [INFO] [stderr] Checking flate2 v0.2.14 [INFO] [stderr] Checking syntex v0.42.2 [INFO] [stderr] Checking pnet_macros v0.11.0 [INFO] [stderr] Checking snappy v0.4.0 [INFO] [stderr] Checking kafka v0.5.0 (https://github.com/spicavigo/kafka-rust#6070d472) [INFO] [stderr] Compiling pnet v0.14.0 [INFO] [stderr] Checking packet_tracker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:104:24 [INFO] [stderr] | [INFO] [stderr] 104 | let mut producer = try!(Producer::from_client(client) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:109:5 [INFO] [stderr] | [INFO] [stderr] 109 | try!(producer.send(&Record { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:104:24 [INFO] [stderr] | [INFO] [stderr] 104 | let mut producer = try!(Producer::from_client(client) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:109:5 [INFO] [stderr] | [INFO] [stderr] 109 | try!(producer.send(&Record { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 52s [INFO] running `"docker" "inspect" "a4d3a5c11e6b21bcc3573a92751f37a2d5819eb953c473b7632c2ec292bc47e6"` [INFO] running `"docker" "rm" "-f" "a4d3a5c11e6b21bcc3573a92751f37a2d5819eb953c473b7632c2ec292bc47e6"` [INFO] [stdout] a4d3a5c11e6b21bcc3573a92751f37a2d5819eb953c473b7632c2ec292bc47e6