[INFO] updating cached repository sleepy771/ttl_test [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sleepy771/ttl_test [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sleepy771/ttl_test" "work/ex/beta-1.38-1/sources/1.37.0/gh/sleepy771/ttl_test"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/sleepy771/ttl_test'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sleepy771/ttl_test" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sleepy771/ttl_test"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sleepy771/ttl_test'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6bbb2baedc1798d401e995357d33e246b7865cb6 [INFO] sha for GitHub repo sleepy771/ttl_test: 6bbb2baedc1798d401e995357d33e246b7865cb6 [INFO] validating manifest of sleepy771/ttl_test on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sleepy771/ttl_test on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sleepy771/ttl_test [INFO] finished frobbing sleepy771/ttl_test [INFO] frobbed toml for sleepy771/ttl_test written to work/ex/beta-1.38-1/sources/1.37.0/gh/sleepy771/ttl_test/Cargo.toml [INFO] started frobbing sleepy771/ttl_test [INFO] finished frobbing sleepy771/ttl_test [INFO] frobbed toml for sleepy771/ttl_test written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sleepy771/ttl_test/Cargo.toml [INFO] crate sleepy771/ttl_test already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "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" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing sleepy771/ttl_test against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sleepy771/ttl_test:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] f024b81d3b70049a83c150dd06e11d5ed4188a917ff1fc5fc0bd54c1b628aafc [INFO] running `"docker" "start" "-a" "f024b81d3b70049a83c150dd06e11d5ed4188a917ff1fc5fc0bd54c1b628aafc"` [INFO] [stderr] Compiling spmc v0.2.2 [INFO] [stderr] Compiling pnet_sys v0.20.0 [INFO] [stderr] Compiling serde_json v1.0.7 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling hyper v0.10.13 [INFO] [stderr] Compiling native-tls v0.1.4 [INFO] [stderr] Compiling serde_derive v1.0.23 [INFO] [stderr] Compiling regex v0.2.3 [INFO] [stderr] Compiling pnet_datalink v0.20.0 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling hyper-native-tls v0.2.4 [INFO] [stderr] Compiling 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] Compiling pnet_transport v0.20.0 [INFO] [stderr] Compiling pnet v0.20.0 [INFO] [stderr] Compiling ttl-checker v0.1.0 (/opt/crater/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] Finished dev [unoptimized + debuginfo] target(s) in 1m 34s [INFO] running `"docker" "inspect" "f024b81d3b70049a83c150dd06e11d5ed4188a917ff1fc5fc0bd54c1b628aafc"` [INFO] running `"docker" "rm" "-f" "f024b81d3b70049a83c150dd06e11d5ed4188a917ff1fc5fc0bd54c1b628aafc"` [INFO] [stdout] f024b81d3b70049a83c150dd06e11d5ed4188a917ff1fc5fc0bd54c1b628aafc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sleepy771/ttl_test:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 45e342f8e76760a1bcb87fd5c55d8546bf9684d0574da1436b60d6fb0a4c7cdd [INFO] running `"docker" "start" "-a" "45e342f8e76760a1bcb87fd5c55d8546bf9684d0574da1436b60d6fb0a4c7cdd"` [INFO] [stderr] Compiling ttl-checker v0.1.0 (/opt/crater/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] Finished dev [unoptimized + debuginfo] target(s) in 1.24s [INFO] running `"docker" "inspect" "45e342f8e76760a1bcb87fd5c55d8546bf9684d0574da1436b60d6fb0a4c7cdd"` [INFO] running `"docker" "rm" "-f" "45e342f8e76760a1bcb87fd5c55d8546bf9684d0574da1436b60d6fb0a4c7cdd"` [INFO] [stdout] 45e342f8e76760a1bcb87fd5c55d8546bf9684d0574da1436b60d6fb0a4c7cdd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sleepy771/ttl_test:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] a7490cdc2b5a9fda561bf68950a0fc07b0aa8e1ed359f200406db72a2ff0b76b [INFO] running `"docker" "start" "-a" "a7490cdc2b5a9fda561bf68950a0fc07b0aa8e1ed359f200406db72a2ff0b76b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/ttl_checker-b81e4bc1a318ed12 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "a7490cdc2b5a9fda561bf68950a0fc07b0aa8e1ed359f200406db72a2ff0b76b"` [INFO] running `"docker" "rm" "-f" "a7490cdc2b5a9fda561bf68950a0fc07b0aa8e1ed359f200406db72a2ff0b76b"` [INFO] [stdout] a7490cdc2b5a9fda561bf68950a0fc07b0aa8e1ed359f200406db72a2ff0b76b