[INFO] crate sysctl 0.4.0 is already in cache [INFO] checking sysctl-0.4.0 against try#5fae8f15a4dcfce640ee800a4d495673524b0a4d for pr-71814 [INFO] extracting crate sysctl 0.4.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate sysctl 0.4.0 on toolchain 5fae8f15a4dcfce640ee800a4d495673524b0a4d [INFO] running `"/workspace/cargo-home/bin/cargo" "+5fae8f15a4dcfce640ee800a4d495673524b0a4d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sysctl 0.4.0 [INFO] finished tweaking crates.io crate sysctl 0.4.0 [INFO] tweaked toml for crates.io crate sysctl 0.4.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+5fae8f15a4dcfce640ee800a4d495673524b0a4d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+5fae8f15a4dcfce640ee800a4d495673524b0a4d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+5fae8f15a4dcfce640ee800a4d495673524b0a4d" "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] 5a5d987e6a51de5a02d9bb2257e1a90012b4e1460ee4f4e59c3892590bcc3c6a [INFO] running `"docker" "start" "-a" "5a5d987e6a51de5a02d9bb2257e1a90012b4e1460ee4f4e59c3892590bcc3c6a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling quote v1.0.5 [INFO] [stderr] Compiling syn v1.0.21 [INFO] [stderr] Checking backtrace v0.3.47 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking sysctl v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> examples/value.rs:17:15 [INFO] [stderr] | [INFO] [stderr] 17 | let ctl = try!(sysctl::Ctl::new(ctlname)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> examples/value.rs:18:16 [INFO] [stderr] | [INFO] [stderr] 18 | let desc = try!(ctl.description()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> examples/value.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | let val = try!(ctl.value()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> examples/value_string.rs:18:15 [INFO] [stderr] | [INFO] [stderr] 18 | let ctl = try!(sysctl::Ctl::new(ctlname)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> examples/value_string.rs:19:23 [INFO] [stderr] | [INFO] [stderr] 19 | let description = try!(ctl.description()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> examples/value_string.rs:21:22 [INFO] [stderr] | [INFO] [stderr] 21 | let val_string = try!(ctl.value_string()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.47s [INFO] running `"docker" "inspect" "5a5d987e6a51de5a02d9bb2257e1a90012b4e1460ee4f4e59c3892590bcc3c6a"` [INFO] running `"docker" "rm" "-f" "5a5d987e6a51de5a02d9bb2257e1a90012b4e1460ee4f4e59c3892590bcc3c6a"` [INFO] [stdout] 5a5d987e6a51de5a02d9bb2257e1a90012b4e1460ee4f4e59c3892590bcc3c6a