[INFO] crate sixel-sys 0.3.1 is already in cache [INFO] extracting crate sixel-sys 0.3.1 into work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/reg/sixel-sys/0.3.1 [INFO] extracting crate sixel-sys 0.3.1 into work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/reg/sixel-sys/0.3.1 [INFO] validating manifest of sixel-sys-0.3.1 on toolchain master#6ea4036cd20a4b1ab1d56e555108c21735ff6946 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sixel-sys-0.3.1 on toolchain try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sixel-sys-0.3.1 [INFO] finished frobbing sixel-sys-0.3.1 [INFO] frobbed toml for sixel-sys-0.3.1 written to work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/reg/sixel-sys/0.3.1/Cargo.toml [INFO] started frobbing sixel-sys-0.3.1 [INFO] finished frobbing sixel-sys-0.3.1 [INFO] frobbed toml for sixel-sys-0.3.1 written to work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/reg/sixel-sys/0.3.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking sixel-sys-0.3.1 against try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc for pr-62181 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62181/worker-2/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/reg/sixel-sys/0.3.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 999c6e440b94a90dae850e3fe162d4809450b7e89d325460c6a355fbb96c5033 [INFO] running `"docker" "start" "-a" "999c6e440b94a90dae850e3fe162d4809450b7e89d325460c6a355fbb96c5033"` [INFO] [stderr] Compiling make-cmd v0.1.0 [INFO] [stderr] Compiling sixel-sys v0.3.1 (/opt/crater/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 module `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] 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" "999c6e440b94a90dae850e3fe162d4809450b7e89d325460c6a355fbb96c5033"` [INFO] running `"docker" "rm" "-f" "999c6e440b94a90dae850e3fe162d4809450b7e89d325460c6a355fbb96c5033"` [INFO] [stdout] 999c6e440b94a90dae850e3fe162d4809450b7e89d325460c6a355fbb96c5033