[INFO] fetching crate makepad-objc-sys 0.2.7... [INFO] checking makepad-objc-sys-0.2.7 against try#f6e2f78768c57172b99c3e85892f867894dc7e30 for pr-75502 [INFO] extracting crate makepad-objc-sys 0.2.7 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate makepad-objc-sys 0.2.7 on toolchain f6e2f78768c57172b99c3e85892f867894dc7e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate makepad-objc-sys 0.2.7 [INFO] finished tweaking crates.io crate makepad-objc-sys 0.2.7 [INFO] tweaked toml for crates.io crate makepad-objc-sys 0.2.7 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "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] f9de9eb6e4449d232bbc6f88a7b9e644b3f88c6c5cca62314ba5ddcb02b50f8c [INFO] running `Command { std: "docker" "start" "-a" "f9de9eb6e4449d232bbc6f88a7b9e644b3f88c6c5cca62314ba5ddcb02b50f8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f9de9eb6e4449d232bbc6f88a7b9e644b3f88c6c5cca62314ba5ddcb02b50f8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9de9eb6e4449d232bbc6f88a7b9e644b3f88c6c5cca62314ba5ddcb02b50f8c", kill_on_drop: false }` [INFO] [stdout] f9de9eb6e4449d232bbc6f88a7b9e644b3f88c6c5cca62314ba5ddcb02b50f8c [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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] 85777edc610e8294be13d6f3cb46b80131bec9ded539b200a4412facb635fd28 [INFO] running `Command { std: "docker" "start" "-a" "85777edc610e8294be13d6f3cb46b80131bec9ded539b200a4412facb635fd28", kill_on_drop: false }` [INFO] [stderr] Checking makepad-objc-sys v0.2.7 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `libc` [INFO] [stdout] --> src/malloc_buf.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | use libc; [INFO] [stdout] | ^^^^ no `libc` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/test_utils.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/test_utils.rs:66:42 [INFO] [stdout] | [INFO] [stdout] 66 | static REGISTER_CUSTOM_CLASS: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/test_utils.rs:125:45 [INFO] [stdout] | [INFO] [stdout] 125 | static REGISTER_CUSTOM_PROTOCOL: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/test_utils.rs:141:48 [INFO] [stdout] | [INFO] [stdout] 141 | static REGISTER_CUSTOM_SUBPROTOCOL: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/test_utils.rs:161:45 [INFO] [stdout] | [INFO] [stdout] 161 | static REGISTER_CUSTOM_SUBCLASS: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `makepad-objc-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "85777edc610e8294be13d6f3cb46b80131bec9ded539b200a4412facb635fd28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85777edc610e8294be13d6f3cb46b80131bec9ded539b200a4412facb635fd28", kill_on_drop: false }` [INFO] [stdout] 85777edc610e8294be13d6f3cb46b80131bec9ded539b200a4412facb635fd28