[INFO] fetching crate shiori3 0.4.2... [INFO] testing shiori3-0.4.2 against 1.59.0 for beta-1.60-1 [INFO] extracting crate shiori3 0.4.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate shiori3 0.4.2 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4/source/.cargo/config [INFO] started tweaking crates.io crate shiori3 0.4.2 [INFO] finished tweaking crates.io crate shiori3 0.4.2 [INFO] tweaked toml for crates.io crate shiori3 0.4.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb90660126c7c5a5cb3e0a33c760ae77c31eb27188c87abff48e9ce2300c9a93 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bb90660126c7c5a5cb3e0a33c760ae77c31eb27188c87abff48e9ce2300c9a93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb90660126c7c5a5cb3e0a33c760ae77c31eb27188c87abff48e9ce2300c9a93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb90660126c7c5a5cb3e0a33c760ae77c31eb27188c87abff48e9ce2300c9a93", kill_on_drop: false }` [INFO] [stdout] bb90660126c7c5a5cb3e0a33c760ae77c31eb27188c87abff48e9ce2300c9a93 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8748c5d012c5528d3461815e459f9342a3cc1e4aa2e768fa72e1e4a556413f33 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8748c5d012c5528d3461815e459f9342a3cc1e4aa2e768fa72e1e4a556413f33", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling shiori3 v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `hglobal` in the crate root [INFO] [stdout] --> src/lib.rs:12:16 [INFO] [stdout] | [INFO] [stdout] 12 | pub use crate::hglobal::enc::Encoder; [INFO] [stdout] | ^^^^^^^ could not find `hglobal` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `hglobal` in the crate root [INFO] [stdout] --> src/lib.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | pub use crate::hglobal::enc::Encoding; [INFO] [stdout] | ^^^^^^^ could not find `hglobal` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/api.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::shared::minwindef::{DWORD, HGLOBAL, LPVOID}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::hglobal` [INFO] [stdout] --> src/api.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::hglobal::GStr; [INFO] [stdout] | ^^^^^^^ could not find `hglobal` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/api.rs:61:27 [INFO] [stdout] | [INFO] [stdout] 61 | const DLL_PROCESS_DETACH: DWORD = 0; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/api.rs:63:27 [INFO] [stdout] | [INFO] [stdout] 63 | const DLL_PROCESS_ATTACH: DWORD = 1; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/api.rs:65:26 [INFO] [stdout] | [INFO] [stdout] 65 | const DLL_THREAD_ATTACH: DWORD = 2; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/api.rs:67:26 [INFO] [stdout] | [INFO] [stdout] 67 | const DLL_THREAD_DETACH: DWORD = 3; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/api.rs:75:29 [INFO] [stdout] | [INFO] [stdout] 75 | ul_reason_for_call: DWORD, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stdout] --> src/api.rs:76:23 [INFO] [stdout] | [INFO] [stdout] 76 | _lp_reserved: LPVOID, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLOBAL` in this scope [INFO] [stdout] --> src/api.rs:97:38 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn raw_load(&mut self, hdir: HGLOBAL, len: usize) -> bool { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLOBAL` in this scope [INFO] [stdout] --> src/api.rs:107:39 [INFO] [stdout] | [INFO] [stdout] 107 | fn raw_load_impl(&mut self, hdir: HGLOBAL, len: usize) -> Result<(), failure::Error> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLOBAL` in this scope [INFO] [stdout] --> src/api.rs:118:41 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn raw_request(&mut self, hreq: HGLOBAL, len: &mut usize) -> HGLOBAL { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLOBAL` in this scope [INFO] [stdout] --> src/api.rs:118:70 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn raw_request(&mut self, hreq: HGLOBAL, len: &mut usize) -> HGLOBAL { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLOBAL` in this scope [INFO] [stdout] --> src/api.rs:133:15 [INFO] [stdout] | [INFO] [stdout] 133 | hreq: HGLOBAL, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGLOBAL` in this scope [INFO] [stdout] --> src/api.rs:135:18 [INFO] [stdout] | [INFO] [stdout] 69 | impl RawShiori3 { [INFO] [stdout] | - help: you might be missing a type parameter: `, HGLOBAL` [INFO] [stdout] ... [INFO] [stdout] 135 | ) -> Result<(HGLOBAL, usize), failure::Error> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `shiori3` due to 17 previous errors [INFO] running `Command { std: "docker" "inspect" "8748c5d012c5528d3461815e459f9342a3cc1e4aa2e768fa72e1e4a556413f33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8748c5d012c5528d3461815e459f9342a3cc1e4aa2e768fa72e1e4a556413f33", kill_on_drop: false }` [INFO] [stdout] 8748c5d012c5528d3461815e459f9342a3cc1e4aa2e768fa72e1e4a556413f33