[INFO] crate cargo-bpf 1.0.0 is already in cache [INFO] checking cargo-bpf-1.0.0 against try#1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 for pr-69530 [INFO] extracting crate cargo-bpf 1.0.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate cargo-bpf 1.0.0 on toolchain 1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cargo-bpf 1.0.0 [INFO] finished tweaking crates.io crate cargo-bpf 1.0.0 [INFO] tweaked toml for crates.io crate cargo-bpf 1.0.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate cargo-bpf 1.0.0 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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 74a0d2cc0c63dfa576da49247841c15592f110a59f980d6e94e3302d7b5e2a7a [INFO] running `"docker" "start" "-a" "74a0d2cc0c63dfa576da49247841c15592f110a59f980d6e94e3302d7b5e2a7a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Checking arc-swap v0.4.5 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking plain v0.2.3 [INFO] [stderr] Checking peeking_take_while v0.1.2 [INFO] [stderr] Checking zero v0.1.2 [INFO] [stderr] Checking shlex v0.1.1 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking which v3.1.1 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Compiling bindgen v0.51.1 [INFO] [stderr] Checking combine v3.8.1 [INFO] [stderr] Checking cexpr v0.3.6 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking quote v1.0.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking clang-sys v0.28.1 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling regex v1.3.6 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Compiling llvm-sys v90.0.0 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling scroll_derive v0.10.1 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Checking tokio v0.2.13 [INFO] [stderr] Checking scroll v0.10.1 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking goblin v0.2.1 [INFO] [stderr] Checking toml_edit v0.1.5 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Compiling bpf-sys v1.0.0 [INFO] [stderr] Checking redbpf v1.0.0 [INFO] [stderr] Checking cargo-bpf v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:152:29 [INFO] [stderr] | [INFO] [stderr] 152 | .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/main.rs:152:29 [INFO] [stderr] | [INFO] [stderr] 152 | .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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:152:29 [INFO] [stderr] | [INFO] [stderr] 152 | .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/main.rs:152:29 [INFO] [stderr] | [INFO] [stderr] 152 | .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] Finished dev [unoptimized + debuginfo] target(s) in 2m 34s [INFO] running `"docker" "inspect" "74a0d2cc0c63dfa576da49247841c15592f110a59f980d6e94e3302d7b5e2a7a"` [INFO] running `"docker" "rm" "-f" "74a0d2cc0c63dfa576da49247841c15592f110a59f980d6e94e3302d7b5e2a7a"` [INFO] [stdout] 74a0d2cc0c63dfa576da49247841c15592f110a59f980d6e94e3302d7b5e2a7a