[INFO] cloning repository https://github.com/DanCardin/platformrs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DanCardin/platformrs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanCardin%2Fplatformrs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanCardin%2Fplatformrs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 95e9e7d71066d302fd712b23ba328302577d0bf1
[INFO] checking DanCardin/platformrs against try#f70ee28831acc074c109afab32d287057c3eca46 for pr-149389
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanCardin%2Fplatformrs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DanCardin/platformrs
[INFO] finished tweaking git repo https://github.com/DanCardin/platformrs
[INFO] tweaked toml for git repo https://github.com/DanCardin/platformrs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DanCardin/platformrs on toolchain f70ee28831acc074c109afab32d287057c3eca46
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DanCardin/platformrs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 00b99a01626208483d4cc9bc44043197198ee44c543fdf4a99975ed6732070a0
[INFO] running `Command { std: "docker" "start" "-a" "00b99a01626208483d4cc9bc44043197198ee44c543fdf4a99975ed6732070a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "00b99a01626208483d4cc9bc44043197198ee44c543fdf4a99975ed6732070a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00b99a01626208483d4cc9bc44043197198ee44c543fdf4a99975ed6732070a0", kill_on_drop: false }`
[INFO] [stdout] 00b99a01626208483d4cc9bc44043197198ee44c543fdf4a99975ed6732070a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a6aa48c561fb39d3a656a205dedc49b1b6939fe77c009a590f5d3b64f2b12da3
[INFO] running `Command { std: "docker" "start" "-a" "a6aa48c561fb39d3a656a205dedc49b1b6939fe77c009a590f5d3b64f2b12da3", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.4
[INFO] [stderr]    Compiling libc v0.2.58
[INFO] [stderr]     Checking cfg-if v0.1.9
[INFO] [stderr]    Compiling cc v1.0.37
[INFO] [stderr]    Compiling arrayvec v0.4.10
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling syn v0.15.37
[INFO] [stderr]     Checking nodrop v0.1.13
[INFO] [stderr]     Checking scopeguard v0.3.3
[INFO] [stderr]     Checking memoffset v0.2.1
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]    Compiling quote v0.6.12
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]     Checking stb_truetype v0.2.6
[INFO] [stderr]     Checking crossbeam-utils v0.6.5
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rustc-hash v1.0.1
[INFO] [stderr]     Checking linked-hash-map v0.5.2
[INFO] [stderr]     Checking stable_deref_trait v1.1.1
[INFO] [stderr]     Checking log v0.4.6
[INFO] [stderr]     Checking owning_ref v0.4.0
[INFO] [stderr]    Compiling wayland-scanner v0.21.13
[INFO] [stderr]     Checking smallvec v0.6.10
[INFO] [stderr]    Compiling core-foundation-sys v0.6.2
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking lock_api v0.1.5
[INFO] [stderr]    Compiling backtrace v0.3.30
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]     Checking downcast-rs v1.0.4
[INFO] [stderr]     Checking same-file v1.0.4
[INFO] [stderr]    Compiling x11-dl v2.18.3
[INFO] [stderr]     Checking rustc-demangle v0.1.15
[INFO] [stderr]     Checking xdg v2.2.0
[INFO] [stderr]     Checking num_cpus v1.10.1
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking malloc_buf v0.0.6
[INFO] [stderr]     Checking walkdir v2.2.8
[INFO] [stderr]     Checking xml-rs v0.8.0
[INFO] [stderr]     Checking core-foundation v0.6.4
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]    Compiling parking_lot_core v0.3.1
[INFO] [stderr]     Checking block v0.1.6
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]     Checking crossbeam-epoch v0.7.1
[INFO] [stderr]     Checking core-graphics v0.17.3
[INFO] [stderr]    Compiling objc_exception v0.1.1
[INFO] [stderr]    Compiling libloading v0.5.1
[INFO] [stderr]    Compiling backtrace-sys v0.1.28
[INFO] [stderr]    Compiling spirv_cross v0.12.1
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/color.rs:31:38
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]    |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/color_space.rs:54:38
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]    |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/context.rs:343:38
[INFO] [stdout]     |
[INFO] [stdout] 343 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/data_provider.rs:109:38
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/font.rs:128:38
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/geometry.rs:189:42
[INFO] [stdout]     |
[INFO] [stdout] 189 |     #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]     |                                          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/image.rs:138:38
[INFO] [stdout]     |
[INFO] [stdout] 138 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/path.rs:124:38
[INFO] [stdout]     |
[INFO] [stdout] 124 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stdout] For more information about this error, try `rustc --explain E0455`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `core-graphics` (lib) due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a6aa48c561fb39d3a656a205dedc49b1b6939fe77c009a590f5d3b64f2b12da3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6aa48c561fb39d3a656a205dedc49b1b6939fe77c009a590f5d3b64f2b12da3", kill_on_drop: false }`
[INFO] [stdout] a6aa48c561fb39d3a656a205dedc49b1b6939fe77c009a590f5d3b64f2b12da3
