[INFO] updating cached repository https://github.com/tox-rs/tox-node [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 6fee07a3542e3efeefa2ff3502a5ffa5a5f72177 [INFO] testing tox-rs/tox-node against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftox-rs%2Ftox-node" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tox-rs/tox-node on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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 /workspace/builds/worker-10/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 `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 12ae553b55ba6f27086d62d6d075f7523fd7140f422f675314a92194ab821698 [INFO] running `"docker" "start" "-a" "12ae553b55ba6f27086d62d6d075f7523fd7140f422f675314a92194ab821698"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling c_linked_list v1.1.1 [INFO] [stderr] Compiling cookie-factory v0.2.4 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling filetime v0.2.6 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling libflate v0.1.23 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.18 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling serde_yaml v0.8.9 [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 syslog v4.0.1 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling lru v0.1.15 [INFO] [stderr] Compiling config v0.9.3 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-codec v0.1.1 [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 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: unused import: `regex::Regex` [INFO] [stderr] --> src/node_config.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use regex::Regex; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [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: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 22s [INFO] running `"docker" "inspect" "12ae553b55ba6f27086d62d6d075f7523fd7140f422f675314a92194ab821698"` [INFO] running `"docker" "rm" "-f" "12ae553b55ba6f27086d62d6d075f7523fd7140f422f675314a92194ab821698"` [INFO] [stdout] 12ae553b55ba6f27086d62d6d075f7523fd7140f422f675314a92194ab821698 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] 0e8bce5b01d703fcd6ea4826b356c45ff5821f8bf242d67f5e00d50586f6ea9e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "0e8bce5b01d703fcd6ea4826b356c45ff5821f8bf242d67f5e00d50586f6ea9e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling tox-node v0.0.8 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `regex::Regex` [INFO] [stderr] --> src/node_config.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use regex::Regex; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [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: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0284]: type annotations needed [INFO] [stderr] --> src/node_config.rs:423:52 [INFO] [stderr] | [INFO] [stderr] 423 | assert_eq!(config.udp_addr.unwrap(), saddr.parse().unwrap()); [INFO] [stderr] | ^^^^^ cannot infer type for type parameter `F` declared on the associated function `parse` [INFO] [stderr] | [INFO] [stderr] = note: cannot satisfy `<_ as std::str::FromStr>::Err == _` [INFO] [stderr] help: consider specifying the type argument in the method call [INFO] [stderr] | [INFO] [stderr] 423 | assert_eq!(config.udp_addr.unwrap(), saddr.parse::().unwrap()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/node_config.rs:444:38 [INFO] [stderr] | [INFO] [stderr] 444 | assert_eq!(config.tcp_addrs, vec![ [INFO] [stderr] | ______________________________________^ [INFO] [stderr] 445 | | saddr_1.parse().unwrap(), [INFO] [stderr] 446 | | saddr_2.parse().unwrap() [INFO] [stderr] 447 | | ]); [INFO] [stderr] | |_________^ cannot infer type for type parameter `T` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider specifying the type argument in the method call [INFO] [stderr] | [INFO] [stderr] 446 | saddr_2.parse::().unwrap() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0284]: type annotations needed [INFO] [stderr] --> src/node_config.rs:466:54 [INFO] [stderr] | [INFO] [stderr] 466 | assert_eq!(config.udp_addr.unwrap(), saddr_1.parse().unwrap()); [INFO] [stderr] | ^^^^^ cannot infer type for type parameter `F` declared on the associated function `parse` [INFO] [stderr] | [INFO] [stderr] = note: cannot satisfy `<_ as std::str::FromStr>::Err == _` [INFO] [stderr] help: consider specifying the type argument in the method call [INFO] [stderr] | [INFO] [stderr] 466 | assert_eq!(config.udp_addr.unwrap(), saddr_1.parse::().unwrap()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0284]: type annotations needed [INFO] [stderr] --> src/node_config.rs:491:54 [INFO] [stderr] | [INFO] [stderr] 491 | assert_eq!(config.udp_addr.unwrap(), saddr_1.parse().unwrap()); [INFO] [stderr] | ^^^^^ cannot infer type for type parameter `F` declared on the associated function `parse` [INFO] [stderr] | [INFO] [stderr] = note: cannot satisfy `<_ as std::str::FromStr>::Err == _` [INFO] [stderr] help: consider specifying the type argument in the method call [INFO] [stderr] | [INFO] [stderr] 491 | assert_eq!(config.udp_addr.unwrap(), saddr_1.parse::().unwrap()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0282, E0284. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `tox-node`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0e8bce5b01d703fcd6ea4826b356c45ff5821f8bf242d67f5e00d50586f6ea9e"` [INFO] running `"docker" "rm" "-f" "0e8bce5b01d703fcd6ea4826b356c45ff5821f8bf242d67f5e00d50586f6ea9e"` [INFO] [stdout] 0e8bce5b01d703fcd6ea4826b356c45ff5821f8bf242d67f5e00d50586f6ea9e