[INFO] updating cached repository https://github.com/AlexEne/demoscene_starter_kit [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6b9925ece4526dc71aa17d2199e159883eca0ec0 [INFO] checking AlexEne/demoscene_starter_kit against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexEne%2Fdemoscene_starter_kit" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AlexEne/demoscene_starter_kit on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/AlexEne/demoscene_starter_kit [INFO] finished tweaking git repo https://github.com/AlexEne/demoscene_starter_kit [INFO] tweaked toml for git repo https://github.com/AlexEne/demoscene_starter_kit written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/AlexEne/demoscene_starter_kit already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 22aec9cd91a5614b57bd7ed1933b61d28bd23c7be015fb91db66725b35542a73 [INFO] running `"docker" "start" "-a" "22aec9cd91a5614b57bd7ed1933b61d28bd23c7be015fb91db66725b35542a73"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Checking demoscene_starter_kit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/main.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | use winapi::um::heapapi::{GetProcessHeap, HeapAlloc, HeapFree}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/main.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | use winapi::um::processthreadsapi::ExitProcess; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `HeapAlloc` in this scope [INFO] [stderr] --> src/main.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | HeapAlloc(GetProcessHeap(), 0, layout.size()) as *mut _ [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetProcessHeap` in this scope [INFO] [stderr] --> src/main.rs:21:19 [INFO] [stderr] | [INFO] [stderr] 21 | HeapAlloc(GetProcessHeap(), 0, layout.size()) as *mut _ [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `HeapFree` in this scope [INFO] [stderr] --> src/main.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | HeapFree(GetProcessHeap(), 0, ptr as *mut _); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetProcessHeap` in this scope [INFO] [stderr] --> src/main.rs:25:18 [INFO] [stderr] | [INFO] [stderr] 25 | HeapFree(GetProcessHeap(), 0, ptr as *mut _); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `ExitProcess` in this scope [INFO] [stderr] --> src/main.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 55 | fn exit_process(exit_code: i32) -> ! { [INFO] [stderr] | ------------------------------------ similarly named function `exit_process` defined here [INFO] [stderr] 56 | unsafe { [INFO] [stderr] 57 | ExitProcess(exit_code as _); [INFO] [stderr] | ^^^^^^^^^^^ help: a function with a similar name exists: `exit_process` [INFO] [stderr] [INFO] [stderr] error[E0152]: found duplicate lang item `panic_impl` [INFO] [stderr] --> src/main.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / pub extern "C" fn panic(_info: &PanicInfo) -> ! { [INFO] [stderr] 35 | | // A small trick that can save some size - tell the optimizer that this point is unreachable, [INFO] [stderr] 36 | | // thereby allowing to to assume branches that panic never actually happen, which they [INFO] [stderr] 37 | | // shouldn't in a release build. Obviously very unsafe, so you probably don't want this in [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: the lang item is first defined in crate `std` (which `test` depends on) [INFO] [stderr] [INFO] [stderr] error[E0152]: found duplicate lang item `oom` [INFO] [stderr] --> src/main.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | / fn error_handler(_: core::alloc::Layout) -> ! { [INFO] [stderr] 46 | | // Same as above [INFO] [stderr] 47 | | unsafe { [INFO] [stderr] 48 | | unreachable_unchecked() [INFO] [stderr] 49 | | } [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: the lang item is first defined in crate `std` (which `test` depends on) [INFO] [stderr] [INFO] [stderr] error[E0152]: found duplicate lang item `eh_personality` [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | extern "C" fn eh_personality() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the lang item is first defined in crate `panic_unwind` (which `std` depends on) [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0152, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0152`. [INFO] [stderr] error: could not compile `demoscene_starter_kit`. [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[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/main.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | use winapi::um::heapapi::{GetProcessHeap, HeapAlloc, HeapFree}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/main.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | use winapi::um::processthreadsapi::ExitProcess; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `HeapAlloc` in this scope [INFO] [stderr] --> src/main.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | HeapAlloc(GetProcessHeap(), 0, layout.size()) as *mut _ [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetProcessHeap` in this scope [INFO] [stderr] --> src/main.rs:21:19 [INFO] [stderr] | [INFO] [stderr] 21 | HeapAlloc(GetProcessHeap(), 0, layout.size()) as *mut _ [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `HeapFree` in this scope [INFO] [stderr] --> src/main.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | HeapFree(GetProcessHeap(), 0, ptr as *mut _); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetProcessHeap` in this scope [INFO] [stderr] --> src/main.rs:25:18 [INFO] [stderr] | [INFO] [stderr] 25 | HeapFree(GetProcessHeap(), 0, ptr as *mut _); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `ExitProcess` in this scope [INFO] [stderr] --> src/main.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 55 | fn exit_process(exit_code: i32) -> ! { [INFO] [stderr] | ------------------------------------ similarly named function `exit_process` defined here [INFO] [stderr] 56 | unsafe { [INFO] [stderr] 57 | ExitProcess(exit_code as _); [INFO] [stderr] | ^^^^^^^^^^^ help: a function with a similar name exists: `exit_process` [INFO] [stderr] [INFO] [stderr] error[E0152]: found duplicate lang item `panic_impl` [INFO] [stderr] --> src/main.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / pub extern "C" fn panic(_info: &PanicInfo) -> ! { [INFO] [stderr] 35 | | // A small trick that can save some size - tell the optimizer that this point is unreachable, [INFO] [stderr] 36 | | // thereby allowing to to assume branches that panic never actually happen, which they [INFO] [stderr] 37 | | // shouldn't in a release build. Obviously very unsafe, so you probably don't want this in [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: the lang item is first defined in crate `std` (which `winapi` depends on) [INFO] [stderr] [INFO] [stderr] error[E0152]: found duplicate lang item `oom` [INFO] [stderr] --> src/main.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | / fn error_handler(_: core::alloc::Layout) -> ! { [INFO] [stderr] 46 | | // Same as above [INFO] [stderr] 47 | | unsafe { [INFO] [stderr] 48 | | unreachable_unchecked() [INFO] [stderr] 49 | | } [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: the lang item is first defined in crate `std` (which `winapi` depends on) [INFO] [stderr] [INFO] [stderr] error[E0152]: found duplicate lang item `eh_personality` [INFO] [stderr] --> src/main.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | extern "C" fn eh_personality() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the lang item is first defined in crate `panic_unwind` (which `std` depends on) [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0152, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0152`. [INFO] [stderr] error: could not compile `demoscene_starter_kit`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "22aec9cd91a5614b57bd7ed1933b61d28bd23c7be015fb91db66725b35542a73"` [INFO] running `"docker" "rm" "-f" "22aec9cd91a5614b57bd7ed1933b61d28bd23c7be015fb91db66725b35542a73"` [INFO] [stdout] 22aec9cd91a5614b57bd7ed1933b61d28bd23c7be015fb91db66725b35542a73