[INFO] updating cached repository https://github.com/12101111/nettest [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] a1b164f442866056533b76b95911481de958e278 [INFO] checking 12101111/nettest against try#1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 for pr-69530 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F12101111%2Fnettest" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/12101111/nettest on toolchain 1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/12101111/nettest [INFO] finished tweaking git repo https://github.com/12101111/nettest [INFO] tweaked toml for git repo https://github.com/12101111/nettest written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/12101111/nettest already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 236f88ebd08c52d88a77bc17fcd8c1dab0602f1385b964b7197012072a6059c9 [INFO] running `"docker" "start" "-a" "236f88ebd08c52d88a77bc17fcd8c1dab0602f1385b964b7197012072a6059c9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking untrusted v0.7.0 [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Checking rand_core v0.5.1 (https://github.com/rust-random/rand.git#0c864518) [INFO] [stderr] Checking chunked_transfer v1.0.0 [INFO] [stderr] Checking base64 v0.12.0 [INFO] [stderr] Compiling ring v0.16.11 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.11 [INFO] [stderr] Compiling proc-macro-error v0.4.11 [INFO] [stderr] Checking qstring v0.7.2 [INFO] [stderr] Checking rand v0.7.3 (https://github.com/rust-random/rand.git#0c864518) [INFO] [stderr] Checking rand_xoshiro v0.4.0 [INFO] [stderr] Checking anyhow v1.0.27 [INFO] [stderr] Checking socket2 v0.3.11 (https://github.com/alexcrichton/socket2-rs.git#8a55a007) [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking webpki v0.21.2 [INFO] [stderr] Checking sct v0.6.0 [INFO] [stderr] Checking webpki-roots v0.19.0 [INFO] [stderr] Checking rustls v0.17.0 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Compiling structopt-derive v0.4.5 [INFO] [stderr] Checking structopt v0.3.12 [INFO] [stderr] Checking serde_json v1.0.48 [INFO] [stderr] Checking ureq v0.12.0 [INFO] [stderr] Checking nettest v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/udping.rs:33:33 [INFO] [stderr] | [INFO] [stderr] 33 | for port in PORT_BEGIN..u16::MAX { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: could not compile `nettest`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/udping.rs:33:33 [INFO] [stderr] | [INFO] [stderr] 33 | for port in PORT_BEGIN..u16::MAX { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: could not compile `nettest`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "236f88ebd08c52d88a77bc17fcd8c1dab0602f1385b964b7197012072a6059c9"` [INFO] running `"docker" "rm" "-f" "236f88ebd08c52d88a77bc17fcd8c1dab0602f1385b964b7197012072a6059c9"` [INFO] [stdout] 236f88ebd08c52d88a77bc17fcd8c1dab0602f1385b964b7197012072a6059c9