[INFO] updating cached repository https://github.com/sleepy771/ttl_test [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] 6bbb2baedc1798d401e995357d33e246b7865cb6 [INFO] checking sleepy771/ttl_test against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsleepy771%2Fttl_test" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sleepy771/ttl_test on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sleepy771/ttl_test [INFO] finished tweaking git repo https://github.com/sleepy771/ttl_test [INFO] tweaked toml for git repo https://github.com/sleepy771/ttl_test written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/sleepy771/ttl_test already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 1b5e1f7a50773316d08b353fc4ec7aad6c7150b36ab4f9b1b509c650023e36d4 [INFO] running `"docker" "start" "-a" "1b5e1f7a50773316d08b353fc4ec7aad6c7150b36ab4f9b1b509c650023e36d4"` [INFO] [stderr] Checking serde v1.0.23 [INFO] [stderr] Compiling pnet v0.20.0 [INFO] [stderr] Checking spmc v0.2.2 [INFO] [stderr] Checking pnet_macros_support v0.20.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Checking hyper v0.10.13 [INFO] [stderr] Compiling serde_derive v1.0.23 [INFO] [stderr] Checking native-tls v0.1.4 [INFO] [stderr] Checking env_logger v0.4.3 [INFO] [stderr] Compiling regex v0.2.3 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Checking hyper-native-tls v0.2.4 [INFO] [stderr] Checking serde_json v1.0.7 [INFO] [stderr] Checking influx_db_client v0.3.0 (https://github.com/driftluo/InfluxDBClient-rs#f9c74526) [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.20.0 [INFO] [stderr] Compiling pnet_packet v0.20.0 [INFO] [stderr] Checking pnet_transport v0.20.0 [INFO] [stderr] Checking ttl-checker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref CONFIG: Config = { [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | let mut cfg = Config { [INFO] [stderr] ... | [INFO] [stderr] 68 | | }; [INFO] [stderr] 69 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/probe.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref ICMP_CONVERT: HashMap = { [INFO] [stderr] 24 | | let mut map = HashMap::new(); [INFO] [stderr] 25 | | map.insert(IcmpTypes::EchoReply, "EchoReply"); [INFO] [stderr] ... | [INFO] [stderr] 42 | | }; [INFO] [stderr] 43 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/probe.rs:176:5 [INFO] [stderr] | [INFO] [stderr] 176 | / lazy_static! { [INFO] [stderr] 177 | | static ref FLAGS: Vec<(u16, &'static str)> = vec![ [INFO] [stderr] 178 | | (TcpFlags::SYN, "SYN"), [INFO] [stderr] 179 | | (TcpFlags::FIN, "FIN"), [INFO] [stderr] ... | [INFO] [stderr] 184 | | ]; [INFO] [stderr] 185 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/store.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static! { [INFO] [stderr] 9 | | static ref INFLUX: Client = Client::new(CONFIG.influx_host.as_str(), CONFIG.influx_db.as_str()); [INFO] [stderr] 10 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref CONFIG: Config = { [INFO] [stderr] 38 | | [INFO] [stderr] 39 | | let mut cfg = Config { [INFO] [stderr] ... | [INFO] [stderr] 68 | | }; [INFO] [stderr] 69 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/probe.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref ICMP_CONVERT: HashMap = { [INFO] [stderr] 24 | | let mut map = HashMap::new(); [INFO] [stderr] 25 | | map.insert(IcmpTypes::EchoReply, "EchoReply"); [INFO] [stderr] ... | [INFO] [stderr] 42 | | }; [INFO] [stderr] 43 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/probe.rs:176:5 [INFO] [stderr] | [INFO] [stderr] 176 | / lazy_static! { [INFO] [stderr] 177 | | static ref FLAGS: Vec<(u16, &'static str)> = vec![ [INFO] [stderr] 178 | | (TcpFlags::SYN, "SYN"), [INFO] [stderr] 179 | | (TcpFlags::FIN, "FIN"), [INFO] [stderr] ... | [INFO] [stderr] 184 | | ]; [INFO] [stderr] 185 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/store.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static! { [INFO] [stderr] 9 | | static ref INFLUX: Client = Client::new(CONFIG.influx_host.as_str(), CONFIG.influx_db.as_str()); [INFO] [stderr] 10 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 36s [INFO] running `"docker" "inspect" "1b5e1f7a50773316d08b353fc4ec7aad6c7150b36ab4f9b1b509c650023e36d4"` [INFO] running `"docker" "rm" "-f" "1b5e1f7a50773316d08b353fc4ec7aad6c7150b36ab4f9b1b509c650023e36d4"` [INFO] [stdout] 1b5e1f7a50773316d08b353fc4ec7aad6c7150b36ab4f9b1b509c650023e36d4