[INFO] fetching crate sixel-sys 0.3.1... [INFO] checking sixel-sys-0.3.1 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate sixel-sys 0.3.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate sixel-sys 0.3.1 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sixel-sys 0.3.1 [INFO] finished tweaking crates.io crate sixel-sys 0.3.1 [INFO] tweaked toml for crates.io crate sixel-sys 0.3.1 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mozjpeg-sys v0.3.3 [INFO] [stderr] Downloaded curl-sys v0.3.16 [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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 86dc65227fb7a172ee7e51b0b3a9dcd0a7820ef178321ceb39eae42196a554b8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "86dc65227fb7a172ee7e51b0b3a9dcd0a7820ef178321ceb39eae42196a554b8"` [INFO] [stderr] Compiling sixel-sys v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0412]: cannot find type `Status` in this scope [INFO] [stderr] --> tests/lib.rs:87:30 [INFO] [stderr] | [INFO] [stderr] 87 | let assert_ok = |actual: Status| { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 6 | use sixel::status::Status; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `OK` in crate `sixel` [INFO] [stderr] --> tests/lib.rs:88:27 [INFO] [stderr] | [INFO] [stderr] 88 | assert_eq!(sixel::OK, [INFO] [stderr] | ^^ not found in `sixel` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 6 | use sixel::status::OK; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::os::raw::c_int` [INFO] [stderr] --> tests/lib.rs:83:9 [INFO] [stderr] | [INFO] [stderr] 83 | use std::os::raw::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::os::raw::c_uint` [INFO] [stderr] --> tests/lib.rs:84:9 [INFO] [stderr] | [INFO] [stderr] 84 | use std::os::raw::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/lib.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static!{ [INFO] [stderr] 13 | | pub static ref lock: Mutex<()> = Mutex::new(()); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `sixel-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "86dc65227fb7a172ee7e51b0b3a9dcd0a7820ef178321ceb39eae42196a554b8"` [INFO] running `"docker" "rm" "-f" "86dc65227fb7a172ee7e51b0b3a9dcd0a7820ef178321ceb39eae42196a554b8"` [INFO] [stdout] 86dc65227fb7a172ee7e51b0b3a9dcd0a7820ef178321ceb39eae42196a554b8