[INFO] cloning repository https://github.com/neivv/aice [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/neivv/aice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneivv%2Faice", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneivv%2Faice'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 54c260524032eea725ac44aacc3e2437395b1504 [INFO] checking neivv/aice against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneivv%2Faice" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/neivv/aice on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4/source/.cargo/config [INFO] started tweaking git repo https://github.com/neivv/aice [INFO] finished tweaking git repo https://github.com/neivv/aice [INFO] tweaked toml for git repo https://github.com/neivv/aice written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/neivv/aice already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 14c2fc50cf2eeefeafdff93c50a30d3ea5c2f18a19a8d8d5f70bf87245f3e484 [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" "14c2fc50cf2eeefeafdff93c50a30d3ea5c2f18a19a8d8d5f70bf87245f3e484", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "14c2fc50cf2eeefeafdff93c50a30d3ea5c2f18a19a8d8d5f70bf87245f3e484", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14c2fc50cf2eeefeafdff93c50a30d3ea5c2f18a19a8d8d5f70bf87245f3e484", kill_on_drop: false }` [INFO] [stdout] 14c2fc50cf2eeefeafdff93c50a30d3ea5c2f18a19a8d8d5f70bf87245f3e484 [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=forbid" "-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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ccadb536cd308bcea5b6c784444c36b0574d736d5903b66de0c6b8cc0f7fc05 [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" "0ccadb536cd308bcea5b6c784444c36b0574d736d5903b66de0c6b8cc0f7fc05", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Checking smallvec v1.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking lde v0.3.0 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking miniz_oxide v0.3.5 [INFO] [stderr] Checking lock_api v0.3.3 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Checking c2-chacha v0.2.3 [INFO] [stderr] Checking fern v0.5.8 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking regex-automata v0.1.8 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking whack v0.2.0 (https://github.com/neivv/whack/?rev=e8e847864c2938735040ca3c68ef1cf9e03b692f#e8e84786) [INFO] [stdout] error[E0432]: unresolved imports `win_common`, `platform::Location` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | pub use platform::Location as Arg; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/x86_64.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub use win_common::*; [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `win_common`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `win_common`, `platform::Location` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | pub use platform::Location as Arg; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/x86_64.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub use win_common::*; [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `win_common`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ExecutableHeap` in `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:432:34 [INFO] [stdout] | [INFO] [stdout] 432 | exec_heap: platform::ExecutableHeap::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `ExecutableHeap` in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `MemoryProtection` in `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:445:38 [INFO] [stdout] | [INFO] [stdout] 445 | .map(|handles| platform::MemoryProtection::new(handles.write)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `MemoryProtection` in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `MemoryProtection` in `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:472:38 [INFO] [stdout] | [INFO] [stdout] 472 | .map(|handles| platform::MemoryProtection::new(handles.write)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `MemoryProtection` in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ExecutableHeap` in `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:432:34 [INFO] [stdout] | [INFO] [stdout] 432 | exec_heap: platform::ExecutableHeap::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `ExecutableHeap` in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `MemoryProtection` in `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:445:38 [INFO] [stdout] | [INFO] [stdout] 445 | .map(|handles| platform::MemoryProtection::new(handles.write)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `MemoryProtection` in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `MemoryProtection` in `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:472:38 [INFO] [stdout] | [INFO] [stdout] 472 | .map(|handles| platform::MemoryProtection::new(handles.write)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `MemoryProtection` in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `MemoryProtection` in `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:652:44 [INFO] [stdout] | [INFO] [stdout] 652 | let protection = platform::MemoryProtection::new(handle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `MemoryProtection` in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/macros.rs:24:37 [INFO] [stdout] | [INFO] [stdout] 24 | exec_heap: &mut ::platform::ExecutableHeap, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/macros.rs:455:26 [INFO] [stdout] | [INFO] [stdout] 455 | heap: &mut platform::ExecutableHeap, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/x86_64.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | pub fn write(&mut self, exec_heap: &mut ExecutableHeap) -> *const u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `MemoryProtection` in `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:652:44 [INFO] [stdout] | [INFO] [stdout] 652 | let protection = platform::MemoryProtection::new(handle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `MemoryProtection` in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/x86_64.rs:441:20 [INFO] [stdout] | [INFO] [stdout] 441 | heap: &mut ExecutableHeap, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/macros.rs:24:37 [INFO] [stdout] | [INFO] [stdout] 24 | exec_heap: &mut ::platform::ExecutableHeap, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:34:47 [INFO] [stdout] | [INFO] [stdout] 34 | type InitFn = unsafe fn(usize, &mut platform::ExecutableHeap); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryName` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:110:27 [INFO] [stdout] | [INFO] [stdout] 110 | Library(Arc), [INFO] [stdout] | ^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `exe_handle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:120:74 [INFO] [stdout] | [INFO] [stdout] 120 | ImageBase::Executable => Some(PatchEnableHandles::same(platform::exe_handle())), [INFO] [stdout] | ^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/macros.rs:455:26 [INFO] [stdout] | [INFO] [stdout] 455 | heap: &mut platform::ExecutableHeap, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/x86_64.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | pub fn write(&mut self, exec_heap: &mut ExecutableHeap) -> *const u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/x86_64.rs:441:20 [INFO] [stdout] | [INFO] [stdout] 441 | heap: &mut ExecutableHeap, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `library_name_to_handle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:122:23 [INFO] [stdout] | [INFO] [stdout] 122 | platform::library_name_to_handle(s).map(|x| PatchEnableHandles::same(x)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:125:37 [INFO] [stdout] | [INFO] [stdout] 125 | exec: exec as platform::LibraryHandle, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:34:47 [INFO] [stdout] | [INFO] [stdout] 34 | type InitFn = unsafe fn(usize, &mut platform::ExecutableHeap); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryName` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:110:27 [INFO] [stdout] | [INFO] [stdout] 110 | Library(Arc), [INFO] [stdout] | ^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `exe_handle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:120:74 [INFO] [stdout] | [INFO] [stdout] 120 | ImageBase::Executable => Some(PatchEnableHandles::same(platform::exe_handle())), [INFO] [stdout] | ^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `library_name_to_handle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:122:23 [INFO] [stdout] | [INFO] [stdout] 122 | platform::library_name_to_handle(s).map(|x| PatchEnableHandles::same(x)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:125:37 [INFO] [stdout] | [INFO] [stdout] 125 | exec: exec as platform::LibraryHandle, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:126:39 [INFO] [stdout] | [INFO] [stdout] 126 | write: write as platform::LibraryHandle, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:133:21 [INFO] [stdout] | [INFO] [stdout] 133 | exec: platform::LibraryHandle, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:134:22 [INFO] [stdout] | [INFO] [stdout] 134 | write: platform::LibraryHandle, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:138:31 [INFO] [stdout] | [INFO] [stdout] 138 | fn same(handle: platform::LibraryHandle) -> PatchEnableHandles { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:215:30 [INFO] [stdout] | [INFO] [stdout] 215 | heap: &mut platform::ExecutableHeap [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:238:59 [INFO] [stdout] | [INFO] [stdout] 238 | unsafe fn disable(&mut self, handle: Option) { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `import_addr` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:262:46 [INFO] [stdout] | [INFO] [stdout] 262 | let addr = platform::import_addr(handle, &hook.library, &hook.export); [INFO] [stdout] | ^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:279:30 [INFO] [stdout] | [INFO] [stdout] 279 | heap: &mut platform::ExecutableHeap, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:313:30 [INFO] [stdout] | [INFO] [stdout] 313 | heap: &mut platform::ExecutableHeap, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:366:30 [INFO] [stdout] | [INFO] [stdout] 366 | heap: &mut platform::ExecutableHeap, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `import_addr` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:368:30 [INFO] [stdout] | [INFO] [stdout] 368 | let addr = platform::import_addr(handles.write, &self.library, &self.export); [INFO] [stdout] | ^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:392:26 [INFO] [stdout] | [INFO] [stdout] 392 | exec_heap: platform::ExecutableHeap, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryProtection` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:423:34 [INFO] [stdout] | [INFO] [stdout] 423 | protection: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `library_name` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:469:64 [INFO] [stdout] | [INFO] [stdout] 469 | let image_base = ImageBase::Library(Arc::new(platform::library_name(library))); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:641:48 [INFO] [stdout] | [INFO] [stdout] 641 | protections: &mut SmallVec<[(platform::LibraryHandle, platform::MemoryProtection); 16]>, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryProtection` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:641:73 [INFO] [stdout] | [INFO] [stdout] 641 | protections: &mut SmallVec<[(platform::LibraryHandle, platform::MemoryProtection); 16]>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:646:27 [INFO] [stdout] | [INFO] [stdout] 646 | platform::LibraryHandle, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryProtection` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:647:27 [INFO] [stdout] | [INFO] [stdout] 647 | platform::MemoryProtection, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `nop` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:854:57 [INFO] [stdout] | [INFO] [stdout] 854 | let nops: SmallVec<[u8; 16]> = repeat(platform::nop()).take(length).collect(); [INFO] [stdout] | ^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:126:39 [INFO] [stdout] | [INFO] [stdout] 126 | write: write as platform::LibraryHandle, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:133:21 [INFO] [stdout] | [INFO] [stdout] 133 | exec: platform::LibraryHandle, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:134:22 [INFO] [stdout] | [INFO] [stdout] 134 | write: platform::LibraryHandle, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:138:31 [INFO] [stdout] | [INFO] [stdout] 138 | fn same(handle: platform::LibraryHandle) -> PatchEnableHandles { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:215:30 [INFO] [stdout] | [INFO] [stdout] 215 | heap: &mut platform::ExecutableHeap [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:238:59 [INFO] [stdout] | [INFO] [stdout] 238 | unsafe fn disable(&mut self, handle: Option) { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `import_addr` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:262:46 [INFO] [stdout] | [INFO] [stdout] 262 | let addr = platform::import_addr(handle, &hook.library, &hook.export); [INFO] [stdout] | ^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:279:30 [INFO] [stdout] | [INFO] [stdout] 279 | heap: &mut platform::ExecutableHeap, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:313:30 [INFO] [stdout] | [INFO] [stdout] 313 | heap: &mut platform::ExecutableHeap, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:366:30 [INFO] [stdout] | [INFO] [stdout] 366 | heap: &mut platform::ExecutableHeap, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `import_addr` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:368:30 [INFO] [stdout] | [INFO] [stdout] 368 | let addr = platform::import_addr(handles.write, &self.library, &self.export); [INFO] [stdout] | ^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExecutableHeap` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:392:26 [INFO] [stdout] | [INFO] [stdout] 392 | exec_heap: platform::ExecutableHeap, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryProtection` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:423:34 [INFO] [stdout] | [INFO] [stdout] 423 | protection: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `library_name` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:469:64 [INFO] [stdout] | [INFO] [stdout] 469 | let image_base = ImageBase::Library(Arc::new(platform::library_name(library))); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:641:48 [INFO] [stdout] | [INFO] [stdout] 641 | protections: &mut SmallVec<[(platform::LibraryHandle, platform::MemoryProtection); 16]>, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryProtection` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:641:73 [INFO] [stdout] | [INFO] [stdout] 641 | protections: &mut SmallVec<[(platform::LibraryHandle, platform::MemoryProtection); 16]>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LibraryHandle` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:646:27 [INFO] [stdout] | [INFO] [stdout] 646 | platform::LibraryHandle, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryProtection` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:647:27 [INFO] [stdout] | [INFO] [stdout] 647 | platform::MemoryProtection, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `nop` in module `platform` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:854:57 [INFO] [stdout] | [INFO] [stdout] 854 | let nops: SmallVec<[u8; 16]> = repeat(platform::nop()).take(length).collect(); [INFO] [stdout] | ^^^ not found in `platform` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking bstr v0.2.10 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:506:23 [INFO] [stdout] | [INFO] [stdout] 506 | init_fns: Vec::new(), [INFO] [stdout] | ^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/whack-747fafa4bbcff5a8/e8e8478/src/lib.rs:506:23 [INFO] [stdout] | [INFO] [stdout] 506 | init_fns: Vec::new(), [INFO] [stdout] | ^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 34 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 34 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `whack` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0ccadb536cd308bcea5b6c784444c36b0574d736d5903b66de0c6b8cc0f7fc05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ccadb536cd308bcea5b6c784444c36b0574d736d5903b66de0c6b8cc0f7fc05", kill_on_drop: false }` [INFO] [stdout] 0ccadb536cd308bcea5b6c784444c36b0574d736d5903b66de0c6b8cc0f7fc05