[INFO] cloning repository https://github.com/yasammez/kmd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yasammez/kmd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyasammez%2Fkmd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyasammez%2Fkmd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f2d3973d662131559acae403fd2b392732084bc9 [INFO] checking yasammez/kmd against master#893fadd11a52aa26fc19c67ee1b79f03d6a1bed3 for pr-77153 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyasammez%2Fkmd" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yasammez/kmd on toolchain 893fadd11a52aa26fc19c67ee1b79f03d6a1bed3 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+893fadd11a52aa26fc19c67ee1b79f03d6a1bed3" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yasammez/kmd [INFO] finished tweaking git repo https://github.com/yasammez/kmd [INFO] tweaked toml for git repo https://github.com/yasammez/kmd written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/yasammez/kmd already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+893fadd11a52aa26fc19c67ee1b79f03d6a1bed3" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+893fadd11a52aa26fc19c67ee1b79f03d6a1bed3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 472e2ae299cfb465da7b614c1f1d30a7d7d5c18e2552fb169076432197bdb3e5 [INFO] running `Command { std: "docker" "start" "-a" "472e2ae299cfb465da7b614c1f1d30a7d7d5c18e2552fb169076432197bdb3e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "472e2ae299cfb465da7b614c1f1d30a7d7d5c18e2552fb169076432197bdb3e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "472e2ae299cfb465da7b614c1f1d30a7d7d5c18e2552fb169076432197bdb3e5", kill_on_drop: false }` [INFO] [stdout] 472e2ae299cfb465da7b614c1f1d30a7d7d5c18e2552fb169076432197bdb3e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+893fadd11a52aa26fc19c67ee1b79f03d6a1bed3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2fbaa95490889918f2fcee4d19d56575ea3d6db5adbb316c486efc13a6161f51 [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" "2fbaa95490889918f2fcee4d19d56575ea3d6db5adbb316c486efc13a6161f51", kill_on_drop: false }` [INFO] [stderr] Checking kmd v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0152]: found duplicate lang item `eh_personality` [INFO] [stdout] --> src/lang.rs:1:28 [INFO] [stdout] | [INFO] [stdout] 1 | #[lang = "eh_personality"] extern fn eh_personality() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the lang item is first defined in crate `panic_unwind` (which `std` depends on) [INFO] [stdout] = note: first definition in `panic_unwind` loaded from /opt/rustwide/rustup-home/toolchains/893fadd11a52aa26fc19c67ee1b79f03d6a1bed3/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-cb36837ea2d84c1b.rlib [INFO] [stdout] = note: second definition in the local crate (`kmd`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0152`. [INFO] [stdout] [INFO] [stderr] error: could not compile `kmd` [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] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/crt.rs:57:32 [INFO] [stdout] | [INFO] [stdout] 57 | pub extern "C" fn __multi3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/crt.rs:57:41 [INFO] [stdout] | [INFO] [stdout] 57 | pub extern "C" fn __multi3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/crt.rs:57:50 [INFO] [stdout] | [INFO] [stdout] 57 | pub extern "C" fn __multi3(a: i128, b: i128) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/crt.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | pub extern fn __muloti4(a: i128, b: i128, oflow: &mut i32) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/crt.rs:62:38 [INFO] [stdout] | [INFO] [stdout] 62 | pub extern fn __muloti4(a: i128, b: i128, oflow: &mut i32) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `i128`, which is not FFI-safe [INFO] [stdout] --> src/crt.rs:62:64 [INFO] [stdout] | [INFO] [stdout] 62 | pub extern fn __muloti4(a: i128, b: i128, oflow: &mut i32) -> i128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/crt.rs:67:33 [INFO] [stdout] | [INFO] [stdout] 67 | pub extern "C" fn __udivti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/crt.rs:67:42 [INFO] [stdout] | [INFO] [stdout] 67 | pub extern "C" fn __udivti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/crt.rs:67:51 [INFO] [stdout] | [INFO] [stdout] 67 | pub extern "C" fn __udivti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/crt.rs:72:33 [INFO] [stdout] | [INFO] [stdout] 72 | pub extern "C" fn __umodti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/crt.rs:72:42 [INFO] [stdout] | [INFO] [stdout] 72 | pub extern "C" fn __umodti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/crt.rs:72:51 [INFO] [stdout] | [INFO] [stdout] 72 | pub extern "C" fn __umodti3(n: u128, d: u128) -> u128 { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2fbaa95490889918f2fcee4d19d56575ea3d6db5adbb316c486efc13a6161f51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fbaa95490889918f2fcee4d19d56575ea3d6db5adbb316c486efc13a6161f51", kill_on_drop: false }` [INFO] [stdout] 2fbaa95490889918f2fcee4d19d56575ea3d6db5adbb316c486efc13a6161f51