[INFO] crate tox-node 0.0.8 is already in cache [INFO] testing tox-node-0.0.8 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate tox-node 0.0.8 into work/builds/worker-10/source [INFO] validating manifest of crates.io crate tox-node 0.0.8 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tox-node 0.0.8 [INFO] finished tweaking crates.io crate tox-node 0.0.8 [INFO] tweaked toml for crates.io crate tox-node 0.0.8 written to work/builds/worker-10/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] f650f90ee7c71bce9059bb5e6a075d7b92286233ef2a18efba2565c07656fffd [INFO] running `"docker" "start" "-a" "f650f90ee7c71bce9059bb5e6a075d7b92286233ef2a18efba2565c07656fffd"` [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling hashbrown v0.5.0 [INFO] [stderr] Compiling c_linked_list v1.1.1 [INFO] [stderr] Compiling cookie-factory v0.2.4 [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.7 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling get_if_addrs v0.5.3 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling syslog v4.0.1 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling lru v0.1.17 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling config v0.9.3 [INFO] [stderr] Compiling libsodium-sys v0.2.4 [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling sodiumoxide v0.2.4 [INFO] [stderr] Compiling tox v0.0.10 [INFO] [stderr] Compiling tox-node v0.0.8 (/opt/rustwide/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 2m 06s [INFO] running `"docker" "inspect" "f650f90ee7c71bce9059bb5e6a075d7b92286233ef2a18efba2565c07656fffd"` [INFO] running `"docker" "rm" "-f" "f650f90ee7c71bce9059bb5e6a075d7b92286233ef2a18efba2565c07656fffd"` [INFO] [stdout] f650f90ee7c71bce9059bb5e6a075d7b92286233ef2a18efba2565c07656fffd [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] f76bc8529462814824788eec3f86ecdf079fdb92351a8ab86ae7bf05c824691f [INFO] running `"docker" "start" "-a" "f76bc8529462814824788eec3f86ecdf079fdb92351a8ab86ae7bf05c824691f"` [INFO] [stderr] Compiling tox-node v0.0.8 (/opt/rustwide/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 5.35s [INFO] running `"docker" "inspect" "f76bc8529462814824788eec3f86ecdf079fdb92351a8ab86ae7bf05c824691f"` [INFO] running `"docker" "rm" "-f" "f76bc8529462814824788eec3f86ecdf079fdb92351a8ab86ae7bf05c824691f"` [INFO] [stdout] f76bc8529462814824788eec3f86ecdf079fdb92351a8ab86ae7bf05c824691f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 05b6e364baa97e68c4c8ad5ca6386d14f0abfd5f0e84c7c249295d8145aee239 [INFO] running `"docker" "start" "-a" "05b6e364baa97e68c4c8ad5ca6386d14f0abfd5f0e84c7c249295d8145aee239"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tox_node-b3d856e826f2230c [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test node_config::tests::args_keys_file_or_secret_key_required ... ok [INFO] [stdout] test node_config::tests::args_keys_file_and_secret_key_conflicts ... ok [INFO] [stdout] test node_config::tests::args_lan_discovery ... ok [INFO] [stdout] test node_config::tests::args_bootstrap_nodes ... ok [INFO] [stdout] test node_config::tests::args_tcp_connections_limit ... ok [INFO] [stdout] test node_config::tests::args_derive_pk_keys_file ... ok [INFO] [stdout] test node_config::tests::args_log_type ... ok [INFO] [stdout] test node_config::tests::args_udp_or_tcp_required ... ok [INFO] [stdout] test node_config::tests::args_udp_tcp_with_secret_key ... ok [INFO] [stdout] test node_config::tests::args_tcp_connections_limit_requires_tcp_addr ... ok [INFO] [stdout] test node_config::tests::args_motd ... ok [INFO] [stdout] test node_config::tests::args_threads ... ok [INFO] [stdout] test node_config::tests::args_udp_only ... ok [INFO] [stdout] test node_config::tests::args_udp_tcp ... ok [INFO] [stdout] test node_config::tests::args_derive_pk_secret_key ... ok [INFO] [stdout] test node_config::tests::args_tcp_only ... 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" "05b6e364baa97e68c4c8ad5ca6386d14f0abfd5f0e84c7c249295d8145aee239"` [INFO] running `"docker" "rm" "-f" "05b6e364baa97e68c4c8ad5ca6386d14f0abfd5f0e84c7c249295d8145aee239"` [INFO] [stdout] 05b6e364baa97e68c4c8ad5ca6386d14f0abfd5f0e84c7c249295d8145aee239