[INFO] updating cached repository autozimu/im-switch-macOS [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/autozimu/im-switch-macOS [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/autozimu/im-switch-macOS" "work/ex/beta-1.37-6/sources/1.36.0/gh/autozimu/im-switch-macOS"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/autozimu/im-switch-macOS'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/autozimu/im-switch-macOS" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/autozimu/im-switch-macOS"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/autozimu/im-switch-macOS'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2070793dd7388c134b4264617840e3f7ced4c1d7 [INFO] sha for GitHub repo autozimu/im-switch-macOS: 2070793dd7388c134b4264617840e3f7ced4c1d7 [INFO] validating manifest of autozimu/im-switch-macOS on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of autozimu/im-switch-macOS on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing autozimu/im-switch-macOS [INFO] finished frobbing autozimu/im-switch-macOS [INFO] frobbed toml for autozimu/im-switch-macOS written to work/ex/beta-1.37-6/sources/1.36.0/gh/autozimu/im-switch-macOS/Cargo.toml [INFO] started frobbing autozimu/im-switch-macOS [INFO] finished frobbing autozimu/im-switch-macOS [INFO] frobbed toml for autozimu/im-switch-macOS written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/autozimu/im-switch-macOS/Cargo.toml [INFO] crate autozimu/im-switch-macOS already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing autozimu/im-switch-macOS against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/autozimu/im-switch-macOS:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 9fd3f175f15b89c3c4fd543aa05e5e61b645297baaa51aefecb79cc8bbb8fe2b [INFO] running `"docker" "start" "-a" "9fd3f175f15b89c3c4fd543aa05e5e61b645297baaa51aefecb79cc8bbb8fe2b"` [INFO] [stderr] Compiling cc v1.0.0 [INFO] [stderr] Compiling core-foundation-sys v0.4.4 [INFO] [stderr] Compiling percent-encoding v1.0.0 [INFO] [stderr] Compiling libc v0.2.31 [INFO] [stderr] Compiling httparse v1.2.3 [INFO] [stderr] Compiling block v0.1.6 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling structopt-derive v0.1.0 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling url v1.5.1 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling malloc_buf v0.0.6 [INFO] [stderr] Compiling textwrap v0.8.0 [INFO] [stderr] Compiling core-foundation v0.4.4 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.5.1/src/form_urlencoded.rs:251:40 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 250 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 251 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] Compiling objc v0.2.2 [INFO] [stderr] Compiling core-graphics v0.9.1 [INFO] [stderr] Compiling clap v2.26.2 [INFO] [stderr] Compiling backtrace-sys v0.1.14 [INFO] [stderr] error[E0455]: native frameworks are only available on macOS targets [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/color_space.rs:82:1 [INFO] [stderr] | [INFO] [stderr] 82 | #[link(name = "ApplicationServices", kind = "framework")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0455]: native frameworks are only available on macOS targets [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/context.rs:226:1 [INFO] [stderr] | [INFO] [stderr] 226 | #[link(name = "ApplicationServices", kind = "framework")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0455]: native frameworks are only available on macOS targets [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/data_provider.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | #[link(name = "ApplicationServices", kind = "framework")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0455]: native frameworks are only available on macOS targets [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/display.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[link(name = "ApplicationServices", kind = "framework")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0455]: native frameworks are only available on macOS targets [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/event.rs:255:1 [INFO] [stderr] | [INFO] [stderr] 255 | #[link(name = "ApplicationServices", kind = "framework")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0455]: native frameworks are only available on macOS targets [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/event_source.rs:91:1 [INFO] [stderr] | [INFO] [stderr] 91 | #[link(name = "ApplicationServices", kind = "framework")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0455]: native frameworks are only available on macOS targets [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/font.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | #[link(name = "ApplicationServices", kind = "framework")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0455]: native frameworks are only available on macOS targets [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/geometry.rs:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | #[link(name = "ApplicationServices", kind = "framework")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0455]: native frameworks are only available on macOS targets [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/private.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | #[link(name = "ApplicationServices", kind = "framework")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0455]: native frameworks are only available on macOS targets [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.9.1/src/image.rs:148:1 [INFO] [stderr] | [INFO] [stderr] 148 | #[link(name = "ApplicationServices", kind = "framework")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0455`. [INFO] [stderr] error: Could not compile `core-graphics`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9fd3f175f15b89c3c4fd543aa05e5e61b645297baaa51aefecb79cc8bbb8fe2b"` [INFO] running `"docker" "rm" "-f" "9fd3f175f15b89c3c4fd543aa05e5e61b645297baaa51aefecb79cc8bbb8fe2b"` [INFO] [stdout] 9fd3f175f15b89c3c4fd543aa05e5e61b645297baaa51aefecb79cc8bbb8fe2b