[INFO] cloning repository https://github.com/egergo/kermit-kernel-first [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/egergo/kermit-kernel-first" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegergo%2Fkermit-kernel-first"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegergo%2Fkermit-kernel-first'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3c6e9da305384f94cccf72b340fff8c4e5c1fd3e [INFO] checking egergo/kermit-kernel-first against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegergo%2Fkermit-kernel-first" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/egergo/kermit-kernel-first on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/egergo/kermit-kernel-first [INFO] finished tweaking git repo https://github.com/egergo/kermit-kernel-first [INFO] tweaked toml for git repo https://github.com/egergo/kermit-kernel-first written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/egergo/kermit-kernel-first already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-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" "+nightly-2019-10-27" "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] 669210a199f9075b675ff184e95de25315604a59c0dbe136648836b5ddb7e83e [INFO] running `"docker" "start" "-a" "669210a199f9075b675ff184e95de25315604a59c0dbe136648836b5ddb7e83e"` [INFO] [stderr] Checking bitflags v1.0.4 [INFO] [stderr] Checking ux v0.1.2 [INFO] [stderr] Checking spin v0.4.9 [INFO] [stderr] Checking usize_conversions v0.2.0 [INFO] [stderr] Checking bit_field v0.9.0 [INFO] [stderr] Checking os_bootinfo v0.2.1 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Checking multiboot2 v0.7.1 [INFO] [stderr] Checking x86_64 v0.2.11 [INFO] [stderr] Checking blog_os v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0080]: could not evaluate static initializer [INFO] [stderr] --> src/mem.rs:4:39 [INFO] [stderr] | [INFO] [stderr] 4 | static mut LAST_PTR: usize = unsafe { &__cheap_malloc_start as *const u8 as usize }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ "pointer-to-integer cast" needs an rfc before being allowed inside constants [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0080`. [INFO] [stderr] error: could not compile `blog_os`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0152]: duplicate lang item found: `panic_impl`. [INFO] [stderr] --> src/lib.rs:431:1 [INFO] [stderr] | [INFO] [stderr] 431 | / pub fn panic(_info: &PanicInfo) -> ! { [INFO] [stderr] 432 | | println!("PANIC {:?}", _info); [INFO] [stderr] 433 | | loop {} [INFO] [stderr] 434 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `std` (which `test` depends on). [INFO] [stderr] [INFO] [stderr] error[E0152]: duplicate lang item found: `oom`. [INFO] [stderr] --> src/lib.rs:470:1 [INFO] [stderr] | [INFO] [stderr] 470 | / fn foo(_: core::alloc::Layout) -> ! { [INFO] [stderr] 471 | | panic!("alloc"); [INFO] [stderr] 472 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `std` (which `test` depends on). [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0152`. [INFO] [stderr] error: could not compile `blog_os`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "669210a199f9075b675ff184e95de25315604a59c0dbe136648836b5ddb7e83e"` [INFO] running `"docker" "rm" "-f" "669210a199f9075b675ff184e95de25315604a59c0dbe136648836b5ddb7e83e"` [INFO] [stdout] 669210a199f9075b675ff184e95de25315604a59c0dbe136648836b5ddb7e83e