[INFO] crate CoreFoundation-sys 0.1.4 is already in cache [INFO] testing CoreFoundation-sys-0.1.4 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate CoreFoundation-sys 0.1.4 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate CoreFoundation-sys 0.1.4 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate CoreFoundation-sys 0.1.4 [INFO] finished tweaking crates.io crate CoreFoundation-sys 0.1.4 [INFO] tweaked toml for crates.io crate CoreFoundation-sys 0.1.4 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "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] ee133c1c435d2b17210ec38b3cae0539371e2c5c83710b8c156957e608e8bf83 [INFO] running `Command { std: "docker" "start" "-a" "ee133c1c435d2b17210ec38b3cae0539371e2c5c83710b8c156957e608e8bf83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee133c1c435d2b17210ec38b3cae0539371e2c5c83710b8c156957e608e8bf83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee133c1c435d2b17210ec38b3cae0539371e2c5c83710b8c156957e608e8bf83", kill_on_drop: false }` [INFO] [stdout] ee133c1c435d2b17210ec38b3cae0539371e2c5c83710b8c156957e608e8bf83 [INFO] running `Command { std: "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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a40e3af4401217e172457368fcdc9d83e840d89881dae7341e61687e2e57d1a [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" "9a40e3af4401217e172457368fcdc9d83e840d89881dae7341e61687e2e57d1a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling CoreFoundation-sys v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling mach v0.1.2 [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/runloop.rs:127:48 [INFO] [stdout] | [INFO] [stdout] 127 | pub const kCFRunLoopEntry: CFRunLoopActivity = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/runloop.rs:128:55 [INFO] [stdout] | [INFO] [stdout] 128 | pub const kCFRunLoopBeforeTimers: CFRunLoopActivity = (1 << 1); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/runloop.rs:129:56 [INFO] [stdout] | [INFO] [stdout] 129 | pub const kCFRunLoopBeforeSources: CFRunLoopActivity = (1 << 2); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/runloop.rs:130:56 [INFO] [stdout] | [INFO] [stdout] 130 | pub const kCFRunLoopBeforeWaiting: CFRunLoopActivity = (1 << 5); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/runloop.rs:131:55 [INFO] [stdout] | [INFO] [stdout] 131 | pub const kCFRunLoopAfterWaiting: CFRunLoopActivity = (1 << 6); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/runloop.rs:132:47 [INFO] [stdout] | [INFO] [stdout] 132 | pub const kCFRunLoopExit: CFRunLoopActivity = (1 << 7); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: native frameworks are only available on macOS targets [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `CoreFoundation-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "9a40e3af4401217e172457368fcdc9d83e840d89881dae7341e61687e2e57d1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a40e3af4401217e172457368fcdc9d83e840d89881dae7341e61687e2e57d1a", kill_on_drop: false }` [INFO] [stdout] 9a40e3af4401217e172457368fcdc9d83e840d89881dae7341e61687e2e57d1a