[INFO] updating cached repository https://github.com/tox-rs/tox-node [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/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] 751a81bfe7ccccf1b94ba4a237b32f10cf840306 [INFO] testing tox-rs/tox-node against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftox-rs%2Ftox-node" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tox-rs/tox-node 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 git repo https://github.com/tox-rs/tox-node [INFO] finished tweaking git repo https://github.com/tox-rs/tox-node [INFO] tweaked toml for git repo https://github.com/tox-rs/tox-node written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/tox-rs/tox-node already has a lockfile, it will not be regenerated [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-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 26eaac020ab69914d57394f566d8845552817e52c62cb40d4dbe539fc97bcede [INFO] running `"docker" "start" "-a" "26eaac020ab69914d57394f566d8845552817e52c62cb40d4dbe539fc97bcede"` [INFO] [stderr] Compiling c_linked_list v1.1.1 [INFO] [stderr] Compiling cookie-factory v0.2.4 [INFO] [stderr] Compiling backtrace v0.3.26 [INFO] [stderr] Compiling tokio-trace-core v0.1.0 [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.6 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling libflate v0.1.23 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling mio v0.6.18 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling serde_derive v1.0.91 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Compiling get_if_addrs v0.5.3 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling lru v0.1.15 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling syslog v4.0.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling libsodium-sys v0.2.2 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.20 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling serde v1.0.91 [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/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 1m 48s [INFO] running `"docker" "inspect" "26eaac020ab69914d57394f566d8845552817e52c62cb40d4dbe539fc97bcede"` [INFO] running `"docker" "rm" "-f" "26eaac020ab69914d57394f566d8845552817e52c62cb40d4dbe539fc97bcede"` [INFO] [stdout] 26eaac020ab69914d57394f566d8845552817e52c62cb40d4dbe539fc97bcede [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 93b9bad6b71fe385e23e7d1c555f01ca0b16695117d543cfef4c9e770e53edb4 [INFO] running `"docker" "start" "-a" "93b9bad6b71fe385e23e7d1c555f01ca0b16695117d543cfef4c9e770e53edb4"` [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 4.97s [INFO] running `"docker" "inspect" "93b9bad6b71fe385e23e7d1c555f01ca0b16695117d543cfef4c9e770e53edb4"` [INFO] running `"docker" "rm" "-f" "93b9bad6b71fe385e23e7d1c555f01ca0b16695117d543cfef4c9e770e53edb4"` [INFO] [stdout] 93b9bad6b71fe385e23e7d1c555f01ca0b16695117d543cfef4c9e770e53edb4 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 55516115e8d8871d86cd5692fdbaa45abdf497329b32eb286c46c0af2172c63c [INFO] running `"docker" "start" "-a" "55516115e8d8871d86cd5692fdbaa45abdf497329b32eb286c46c0af2172c63c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tox_node-9d99956db5da2348 [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test node_config::tests::args_keys_file_and_secret_key_conflicts ... 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_derive_pk_keys_file ... ok [INFO] [stdout] test node_config::tests::args_log_type ... ok [INFO] [stdout] test node_config::tests::args_lan_discovery ... ok [INFO] [stdout] test node_config::tests::args_udp_or_tcp_required ... ok [INFO] [stdout] test node_config::tests::args_motd ... ok [INFO] [stdout] test node_config::tests::args_tcp_connections_limit ... ok [INFO] [stdout] test node_config::tests::args_bootstrap_nodes ... ok [INFO] [stdout] test node_config::tests::args_udp_only ... ok [INFO] [stdout] test node_config::tests::args_tcp_only ... ok [INFO] [stdout] test node_config::tests::args_tcp_connections_limit_requires_tcp_addr ... ok [INFO] [stdout] test node_config::tests::args_threads ... ok [INFO] [stdout] test node_config::tests::args_udp_tcp ... ok [INFO] [stdout] test node_config::tests::args_udp_tcp_with_secret_key ... 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" "55516115e8d8871d86cd5692fdbaa45abdf497329b32eb286c46c0af2172c63c"` [INFO] running `"docker" "rm" "-f" "55516115e8d8871d86cd5692fdbaa45abdf497329b32eb286c46c0af2172c63c"` [INFO] [stdout] 55516115e8d8871d86cd5692fdbaa45abdf497329b32eb286c46c0af2172c63c