[INFO] fetching crate xtensa-lx6-rt 0.3.0... [INFO] checking xtensa-lx6-rt-0.3.0 against master#db870ea71b6dcc7a91b999420b88f41d3cdd13e1 for pr-75192 [INFO] extracting crate xtensa-lx6-rt 0.3.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate xtensa-lx6-rt 0.3.0 on toolchain db870ea71b6dcc7a91b999420b88f41d3cdd13e1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db870ea71b6dcc7a91b999420b88f41d3cdd13e1" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate xtensa-lx6-rt 0.3.0 [INFO] finished tweaking crates.io crate xtensa-lx6-rt 0.3.0 [INFO] tweaked toml for crates.io crate xtensa-lx6-rt 0.3.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db870ea71b6dcc7a91b999420b88f41d3cdd13e1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db870ea71b6dcc7a91b999420b88f41d3cdd13e1" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+db870ea71b6dcc7a91b999420b88f41d3cdd13e1" "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] db91d909f327288026bfbf8a3ad1ec9132d2c7938642f792bf852fee8e9f490f [INFO] running `Command { std: "docker" "start" "-a" "db91d909f327288026bfbf8a3ad1ec9132d2c7938642f792bf852fee8e9f490f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db91d909f327288026bfbf8a3ad1ec9132d2c7938642f792bf852fee8e9f490f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db91d909f327288026bfbf8a3ad1ec9132d2c7938642f792bf852fee8e9f490f", kill_on_drop: false }` [INFO] [stdout] db91d909f327288026bfbf8a3ad1ec9132d2c7938642f792bf852fee8e9f490f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+db870ea71b6dcc7a91b999420b88f41d3cdd13e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 573caccc8c877cf07153241a5afdb2bfa0a514a706b8f90107b2761864736a46 [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" "573caccc8c877cf07153241a5afdb2bfa0a514a706b8f90107b2761864736a46", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Compiling xtensa-lx6-rt v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking r0 v1.0.0 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling xtensa-lx6-rt-proc-macros v0.1.0 [INFO] [stdout] warning: `extern` fn uses type `exception::ExceptionCause`, which is not FFI-safe [INFO] [stdout] --> src/exception.rs:210:42 [INFO] [stdout] | [INFO] [stdout] 210 | extern "C" fn __default_exception(cause: ExceptionCause, save_frame: &Context) { [INFO] [stdout] | ^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum [INFO] [stdout] = note: enum has no representation hint [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/exception.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / pub enum ExceptionCause { [INFO] [stdout] 35 | | /// Illegal Instruction [INFO] [stdout] 36 | | Illegal = 0, [INFO] [stdout] 37 | | /// System Call (Syscall Instruction) [INFO] [stdout] ... | [INFO] [stdout] 116 | | None = 255, [INFO] [stdout] 117 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `exception::ExceptionCause`, which is not FFI-safe [INFO] [stdout] --> src/exception.rs:222:49 [INFO] [stdout] | [INFO] [stdout] 222 | extern "C" fn __default_double_exception(cause: ExceptionCause, save_frame: &Context) { [INFO] [stdout] | ^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum [INFO] [stdout] = note: enum has no representation hint [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/exception.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / pub enum ExceptionCause { [INFO] [stdout] 35 | | /// Illegal Instruction [INFO] [stdout] 36 | | Illegal = 0, [INFO] [stdout] 37 | | /// System Call (Syscall Instruction) [INFO] [stdout] ... | [INFO] [stdout] 116 | | None = 255, [INFO] [stdout] 117 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `exception::ExceptionCause`, which is not FFI-safe [INFO] [stdout] --> src/exception.rs:210:42 [INFO] [stdout] | [INFO] [stdout] 210 | extern "C" fn __default_exception(cause: ExceptionCause, save_frame: &Context) { [INFO] [stdout] | ^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum [INFO] [stdout] = note: enum has no representation hint [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/exception.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / pub enum ExceptionCause { [INFO] [stdout] 35 | | /// Illegal Instruction [INFO] [stdout] 36 | | Illegal = 0, [INFO] [stdout] 37 | | /// System Call (Syscall Instruction) [INFO] [stdout] ... | [INFO] [stdout] 116 | | None = 255, [INFO] [stdout] 117 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `exception::ExceptionCause`, which is not FFI-safe [INFO] [stdout] --> src/exception.rs:222:49 [INFO] [stdout] | [INFO] [stdout] 222 | extern "C" fn __default_double_exception(cause: ExceptionCause, save_frame: &Context) { [INFO] [stdout] | ^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum [INFO] [stdout] = note: enum has no representation hint [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/exception.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / pub enum ExceptionCause { [INFO] [stdout] 35 | | /// Illegal Instruction [INFO] [stdout] 36 | | Illegal = 0, [INFO] [stdout] 37 | | /// System Call (Syscall Instruction) [INFO] [stdout] ... | [INFO] [stdout] 116 | | None = 255, [INFO] [stdout] 117 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.60s [INFO] running `Command { std: "docker" "inspect" "573caccc8c877cf07153241a5afdb2bfa0a514a706b8f90107b2761864736a46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "573caccc8c877cf07153241a5afdb2bfa0a514a706b8f90107b2761864736a46", kill_on_drop: false }` [INFO] [stdout] 573caccc8c877cf07153241a5afdb2bfa0a514a706b8f90107b2761864736a46