[INFO] fetching crate hstrace 0.0.5... [INFO] testing hstrace-0.0.5 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate hstrace 0.0.5 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate hstrace 0.0.5 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hstrace 0.0.5 [INFO] finished tweaking crates.io crate hstrace 0.0.5 [INFO] tweaked toml for crates.io crate hstrace 0.0.5 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate hstrace 0.0.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a16986b0db0d0020426c357606d6e936b42fc9f9253c9cfff657e02651743900 [INFO] running `Command { std: "docker" "start" "-a" "a16986b0db0d0020426c357606d6e936b42fc9f9253c9cfff657e02651743900", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a16986b0db0d0020426c357606d6e936b42fc9f9253c9cfff657e02651743900", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a16986b0db0d0020426c357606d6e936b42fc9f9253c9cfff657e02651743900", kill_on_drop: false }` [INFO] [stdout] a16986b0db0d0020426c357606d6e936b42fc9f9253c9cfff657e02651743900 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7ee4c9944c3a959ebfb094cd69910b86de24a4954d59e50294efab78618871e6 [INFO] running `Command { std: "docker" "start" "-a" "7ee4c9944c3a959ebfb094cd69910b86de24a4954d59e50294efab78618871e6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling bindgen v0.58.1 [INFO] [stderr] Compiling shlex v1.0.0 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling clang-sys v1.2.0 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling env_logger v0.8.3 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling hstrace_derive v0.0.1 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling ctrlc v3.1.8 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling hstrace v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | #![feature(test)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | #![feature(core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | #![feature(arbitrary_enum_discriminant)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `nix::sys::ptrace::ptrace`: usages of `ptrace()` should be replaced with the specialized helper functions instead [INFO] [stdout] --> src/ptrace/syscall_ptrace.rs:197:21 [INFO] [stdout] | [INFO] [stdout] 197 | ptrace::ptrace( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | #![feature(test)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | #![feature(core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hstrace` due to 6 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "7ee4c9944c3a959ebfb094cd69910b86de24a4954d59e50294efab78618871e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ee4c9944c3a959ebfb094cd69910b86de24a4954d59e50294efab78618871e6", kill_on_drop: false }` [INFO] [stdout] 7ee4c9944c3a959ebfb094cd69910b86de24a4954d59e50294efab78618871e6