[INFO] cloning repository https://github.com/DiamondLovesYou/drm-vram-alloc-proto [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DiamondLovesYou/drm-vram-alloc-proto" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDiamondLovesYou%2Fdrm-vram-alloc-proto"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDiamondLovesYou%2Fdrm-vram-alloc-proto'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 35aa6fdf2c4dda027e498e87ecdaadbafab57410 [INFO] testing DiamondLovesYou/drm-vram-alloc-proto against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDiamondLovesYou%2Fdrm-vram-alloc-proto" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DiamondLovesYou/drm-vram-alloc-proto on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/DiamondLovesYou/drm-vram-alloc-proto [INFO] finished tweaking git repo https://github.com/DiamondLovesYou/drm-vram-alloc-proto [INFO] tweaked toml for git repo https://github.com/DiamondLovesYou/drm-vram-alloc-proto written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/DiamondLovesYou/drm-vram-alloc-proto already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 527f25094a2c9981e5cafe681ed2325f0bc434441ba8ca5e59e111ac58d2a008 [INFO] running `"docker" "start" "-a" "527f25094a2c9981e5cafe681ed2325f0bc434441ba8ca5e59e111ac58d2a008"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling bindgen v0.53.2 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling clang-sys v0.29.3 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling regex v1.3.6 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling drm-vram-alloc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(const_fn)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::error::Error` [INFO] [stderr] --> main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ffi::*` [INFO] [stderr] --> main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::ffi::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::os::raw::*` [INFO] [stderr] --> main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use std::os::raw::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `PathBuf`, `Path` [INFO] [stderr] --> main.rs:12:17 [INFO] [stderr] | [INFO] [stderr] 12 | use std::path::{Path, PathBuf, }; [INFO] [stderr] | ^^^^ ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> main.rs:146:20 [INFO] [stderr] | [INFO] [stderr] 146 | request.flags |= (AMDGPU_GEM_CREATE_CPU_ACCESS_REQUIRED as u64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> main.rs:147:20 [INFO] [stderr] | [INFO] [stderr] 147 | request.flags |= (AMDGPU_GEM_CREATE_VRAM_CLEARED as u64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> main.rs:148:29 [INFO] [stderr] | [INFO] [stderr] 148 | request.preferred_heap |= (AMDGPU_GEM_DOMAIN_VRAM as u32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 7 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `drm-vram-alloc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "527f25094a2c9981e5cafe681ed2325f0bc434441ba8ca5e59e111ac58d2a008"` [INFO] running `"docker" "rm" "-f" "527f25094a2c9981e5cafe681ed2325f0bc434441ba8ca5e59e111ac58d2a008"` [INFO] [stdout] 527f25094a2c9981e5cafe681ed2325f0bc434441ba8ca5e59e111ac58d2a008