[INFO] cloning repository https://github.com/aspeteRakete/drm-tests [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aspeteRakete/drm-tests" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FaspeteRakete%2Fdrm-tests", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FaspeteRakete%2Fdrm-tests'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c296e619334dd8197ae3f0171286b3f9cea9a7f2 [INFO] testing aspeteRakete/drm-tests against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FaspeteRakete%2Fdrm-tests" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aspeteRakete/drm-tests on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/aspeteRakete/drm-tests [INFO] finished tweaking git repo https://github.com/aspeteRakete/drm-tests [INFO] tweaked toml for git repo https://github.com/aspeteRakete/drm-tests written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/aspeteRakete/drm-tests already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded derive_more v0.7.1 [INFO] [stderr] Downloaded nix v0.8.1 [INFO] [stderr] Downloaded drm-sys v0.0.9 [INFO] [stderr] Downloaded drm v0.3.3 [INFO] running `Command { std: "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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d6464d26af8a23fedfe13e55a56ff2e734e7d97102b7257f6cd13c9e7131cc7 [INFO] running `Command { std: "docker" "start" "-a" "8d6464d26af8a23fedfe13e55a56ff2e734e7d97102b7257f6cd13c9e7131cc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d6464d26af8a23fedfe13e55a56ff2e734e7d97102b7257f6cd13c9e7131cc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d6464d26af8a23fedfe13e55a56ff2e734e7d97102b7257f6cd13c9e7131cc7", kill_on_drop: false }` [INFO] [stdout] 8d6464d26af8a23fedfe13e55a56ff2e734e7d97102b7257f6cd13c9e7131cc7 [INFO] running `Command { std: "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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 75202c1edaa65b512d8feab227861a8a5adcdda2308ab7a2753e1262292f13b2 [INFO] running `Command { std: "docker" "start" "-a" "75202c1edaa65b512d8feab227861a8a5adcdda2308ab7a2753e1262292f13b2", kill_on_drop: false }` [INFO] [stderr] Compiling drm-sys v0.0.9 [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling nix v0.8.1 [INFO] [stderr] Compiling derive_more v0.7.1 [INFO] [stderr] Compiling drm v0.3.3 [INFO] [stderr] Compiling drm-tests v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DrmCard` [INFO] [stdout] --> src/main.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | let card = DrmCard::open_global(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `DrmCard` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `drm-tests` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "75202c1edaa65b512d8feab227861a8a5adcdda2308ab7a2753e1262292f13b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75202c1edaa65b512d8feab227861a8a5adcdda2308ab7a2753e1262292f13b2", kill_on_drop: false }` [INFO] [stdout] 75202c1edaa65b512d8feab227861a8a5adcdda2308ab7a2753e1262292f13b2