[INFO] updating cached repository https://github.com/voelklmichael/rust_tcp_data_share [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] 49486b4d665514132191f0cbbf1721d098adbb0d [INFO] checking voelklmichael/rust_tcp_data_share against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvoelklmichael%2Frust_tcp_data_share" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/voelklmichael/rust_tcp_data_share on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/voelklmichael/rust_tcp_data_share [INFO] finished tweaking git repo https://github.com/voelklmichael/rust_tcp_data_share [INFO] tweaked toml for git repo https://github.com/voelklmichael/rust_tcp_data_share written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/voelklmichael/rust_tcp_data_share already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] 1ccd2e7a3226520bee6e1206e669ae3325dd1e2d7f119b7267d54c09eda48b8e [INFO] running `"docker" "start" "-a" "1ccd2e7a3226520bee6e1206e669ae3325dd1e2d7f119b7267d54c09eda48b8e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking cfg-if v0.1.6 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling serde v1.0.82 [INFO] [stderr] Checking cast v0.1.0 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking bitflags v1.0.4 [INFO] [stderr] Checking strsim v0.7.0 [INFO] [stderr] Checking slab v0.4.1 [INFO] [stderr] Checking term v0.4.6 [INFO] [stderr] Checking itoa v0.4.3 [INFO] [stderr] Checking lazycell v1.2.1 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking itertools v0.5.10 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Checking rand v0.4.3 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking num_cpus v0.2.13 [INFO] [stderr] Checking isatty v0.1.9 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking backtrace v0.3.13 [INFO] [stderr] Checking simplelog v0.4.4 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Checking criterion-plot v0.1.3 [INFO] [stderr] Checking rand v0.3.22 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Checking criterion-stats v0.1.3 [INFO] [stderr] Checking rust_tcp_ipc v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Checking serde_json v1.0.33 [INFO] [stderr] Checking failure v0.1.3 [INFO] [stderr] Checking criterion v0.1.2 [INFO] [stderr] warning: variant is never constructed: `Working` [INFO] [stderr] --> benches/example_protocol.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | Working, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `speed_check_tcp_standard` [INFO] [stderr] --> benches/speed_comparison.rs:7:4 [INFO] [stderr] | [INFO] [stderr] 7 | fn speed_check_tcp_standard(c: &mut criterion::Criterion) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `speed_check_rust_tcp_ipc` [INFO] [stderr] --> benches/speed_comparison.rs:178:4 [INFO] [stderr] | [INFO] [stderr] 178 | fn speed_check_rust_tcp_ipc(c: &mut criterion::Criterion) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 12s [INFO] running `"docker" "inspect" "1ccd2e7a3226520bee6e1206e669ae3325dd1e2d7f119b7267d54c09eda48b8e"` [INFO] running `"docker" "rm" "-f" "1ccd2e7a3226520bee6e1206e669ae3325dd1e2d7f119b7267d54c09eda48b8e"` [INFO] [stdout] 1ccd2e7a3226520bee6e1206e669ae3325dd1e2d7f119b7267d54c09eda48b8e