[INFO] updating cached repository tox-rs/tox-node [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tox-rs/tox-node [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tox-rs/tox-node" "work/ex/beta-1.38-1/sources/1.37.0/gh/tox-rs/tox-node"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/tox-rs/tox-node'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tox-rs/tox-node" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tox-rs/tox-node"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tox-rs/tox-node'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 751a81bfe7ccccf1b94ba4a237b32f10cf840306 [INFO] sha for GitHub repo tox-rs/tox-node: 751a81bfe7ccccf1b94ba4a237b32f10cf840306 [INFO] validating manifest of tox-rs/tox-node 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 tox-rs/tox-node 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 tox-rs/tox-node [INFO] finished frobbing tox-rs/tox-node [INFO] frobbed toml for tox-rs/tox-node written to work/ex/beta-1.38-1/sources/1.37.0/gh/tox-rs/tox-node/Cargo.toml [INFO] started frobbing tox-rs/tox-node [INFO] finished frobbing tox-rs/tox-node [INFO] frobbed toml for tox-rs/tox-node written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tox-rs/tox-node/Cargo.toml [INFO] crate tox-rs/tox-node 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tox-rs/tox-node 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-2/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/tox-rs/tox-node:/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] d10f423af68950f05af9f1693748e268badf2e79aca15ee72a85392eba60003a [INFO] running `"docker" "start" "-a" "d10f423af68950f05af9f1693748e268badf2e79aca15ee72a85392eba60003a"` [INFO] [stderr] Compiling serde v1.0.91 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling get_if_addrs v0.5.3 [INFO] [stderr] Compiling libflate v0.1.23 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling lru v0.1.15 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling syslog v4.0.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling libsodium-sys v0.2.2 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.20 [INFO] [stderr] Compiling config v0.9.3 [INFO] [stderr] Compiling serde_yaml v0.8.9 [INFO] [stderr] Compiling sodiumoxide v0.2.2 [INFO] [stderr] Compiling tox v0.0.10 [INFO] [stderr] Compiling tox-node v0.0.8 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/node_config.rs:177:17 [INFO] [stderr] | [INFO] [stderr] 177 | .author(crate_authors!("\n")) [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/node_config.rs:177:17 [INFO] [stderr] | [INFO] [stderr] 177 | .author(crate_authors!("\n")) [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 3m 25s [INFO] running `"docker" "inspect" "d10f423af68950f05af9f1693748e268badf2e79aca15ee72a85392eba60003a"` [INFO] running `"docker" "rm" "-f" "d10f423af68950f05af9f1693748e268badf2e79aca15ee72a85392eba60003a"` [INFO] [stdout] d10f423af68950f05af9f1693748e268badf2e79aca15ee72a85392eba60003a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/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/tox-rs/tox-node:/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] 3139d35f01da8d1a92675dbb791acd44bb556224d94067e153ccaf032f44ed74 [INFO] running `"docker" "start" "-a" "3139d35f01da8d1a92675dbb791acd44bb556224d94067e153ccaf032f44ed74"` [INFO] [stderr] Compiling tox-node v0.0.8 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/node_config.rs:177:17 [INFO] [stderr] | [INFO] [stderr] 177 | .author(crate_authors!("\n")) [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/node_config.rs:177:17 [INFO] [stderr] | [INFO] [stderr] 177 | .author(crate_authors!("\n")) [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 7.87s [INFO] running `"docker" "inspect" "3139d35f01da8d1a92675dbb791acd44bb556224d94067e153ccaf032f44ed74"` [INFO] running `"docker" "rm" "-f" "3139d35f01da8d1a92675dbb791acd44bb556224d94067e153ccaf032f44ed74"` [INFO] [stdout] 3139d35f01da8d1a92675dbb791acd44bb556224d94067e153ccaf032f44ed74 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/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/tox-rs/tox-node:/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] 79b65cc3895f5f5929437034d04527c7b03d20ee33bfa43e4e51e8c324bf7100 [INFO] running `"docker" "start" "-a" "79b65cc3895f5f5929437034d04527c7b03d20ee33bfa43e4e51e8c324bf7100"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/crater/target/debug/deps/tox_node-094f1407aa166318 [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test node_config::tests::args_derive_pk_keys_file ... ok [INFO] [stdout] test node_config::tests::args_bootstrap_nodes ... ok [INFO] [stdout] test node_config::tests::args_motd ... ok [INFO] [stdout] test node_config::tests::args_lan_discovery ... ok [INFO] [stdout] test node_config::tests::args_keys_file_or_secret_key_required ... ok [INFO] [stdout] test node_config::tests::args_derive_pk_secret_key ... ok [INFO] [stdout] test node_config::tests::args_log_type ... ok [INFO] [stdout] test node_config::tests::args_keys_file_and_secret_key_conflicts ... ok [INFO] [stdout] test node_config::tests::args_udp_only ... ok [INFO] [stdout] test node_config::tests::args_udp_tcp_with_secret_key ... ok [INFO] [stdout] test node_config::tests::args_udp_tcp ... ok [INFO] [stdout] test node_config::tests::args_udp_or_tcp_required ... ok [INFO] [stdout] test node_config::tests::args_threads ... ok [INFO] [stdout] test node_config::tests::args_tcp_connections_limit_requires_tcp_addr ... ok [INFO] [stdout] test node_config::tests::args_tcp_only ... ok [INFO] [stdout] test node_config::tests::args_tcp_connections_limit ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "79b65cc3895f5f5929437034d04527c7b03d20ee33bfa43e4e51e8c324bf7100"` [INFO] running `"docker" "rm" "-f" "79b65cc3895f5f5929437034d04527c7b03d20ee33bfa43e4e51e8c324bf7100"` [INFO] [stdout] 79b65cc3895f5f5929437034d04527c7b03d20ee33bfa43e4e51e8c324bf7100