[INFO] cloning repository https://github.com/dupu222/rust-cross-android [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dupu222/rust-cross-android" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdupu222%2Frust-cross-android", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdupu222%2Frust-cross-android'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0939cf51c8043fbf7c0bd803eac0a94d756f4b4a [INFO] checking dupu222/rust-cross-android/0939cf51c8043fbf7c0bd803eac0a94d756f4b4a against master#5fe0e40e05f2d0408c6a292b160f96d595aedfbc for pr-130367 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdupu222%2Frust-cross-android" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dupu222/rust-cross-android on toolchain 5fe0e40e05f2d0408c6a292b160f96d595aedfbc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fe0e40e05f2d0408c6a292b160f96d595aedfbc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/dupu222/rust-cross-android [INFO] finished tweaking git repo https://github.com/dupu222/rust-cross-android [INFO] tweaked toml for git repo https://github.com/dupu222/rust-cross-android written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/dupu222/rust-cross-android 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" "+5fe0e40e05f2d0408c6a292b160f96d595aedfbc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: /workspace/builds/worker-4-tc1/source/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `which` dependency) [INFO] [stderr] warning: /workspace/builds/worker-4-tc1/source/xtask/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `which` dependency) [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_ignored v0.1.3 [INFO] [stderr] Downloaded serde_yaml v0.8.25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+5fe0e40e05f2d0408c6a292b160f96d595aedfbc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ace2fa73700cfd5a86487dae01c61e065336c589e89c26eb8138e8c7e6060ea8 [INFO] running `Command { std: "docker" "start" "-a" "ace2fa73700cfd5a86487dae01c61e065336c589e89c26eb8138e8c7e6060ea8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ace2fa73700cfd5a86487dae01c61e065336c589e89c26eb8138e8c7e6060ea8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ace2fa73700cfd5a86487dae01c61e065336c589e89c26eb8138e8c7e6060ea8", kill_on_drop: false }` [INFO] [stdout] ace2fa73700cfd5a86487dae01c61e065336c589e89c26eb8138e8c7e6060ea8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+5fe0e40e05f2d0408c6a292b160f96d595aedfbc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8e0adc058589d6a6ca478ef2e32c91b5fefbbf08622a56178f12d91ad5487113 [INFO] running `Command { std: "docker" "start" "-a" "8e0adc058589d6a6ca478ef2e32c91b5fefbbf08622a56178f12d91ad5487113", kill_on_drop: false }` [INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `which` dependency) [INFO] [stderr] warning: /opt/rustwide/workdir/xtask/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `which` dependency) [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking once_cell v1.13.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde_derive v1.0.138 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.138 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Checking tracing-core v0.1.28 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Checking is_ci v1.1.1 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Checking hashbrown v0.12.2 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking tracing v0.1.35 [INFO] [stderr] Checking gimli v0.26.1 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling eyre v0.6.8 [INFO] [stderr] Compiling semver v1.0.12 [INFO] [stderr] Checking tracing-subscriber v0.3.14 [INFO] [stderr] Checking miniz_oxide v0.5.3 [INFO] [stderr] Checking object v0.29.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking supports-color v1.3.0 [INFO] [stderr] Checking owo-colors v3.4.0 [INFO] [stderr] Compiling backtrace v0.3.66 [INFO] [stderr] Checking os_str_bytes v6.1.0 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking rustc-demangle v0.1.21 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Checking ryu v1.0.10 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Checking clap_lex v0.2.4 [INFO] [stderr] Checking nix v0.24.1 [INFO] [stderr] Checking tracing-error v0.2.0 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking fastrand v1.7.0 [INFO] [stderr] Compiling cross v0.2.4 (/opt/rustwide/workdir) [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking color-spantrace v0.2.0 [INFO] [stderr] Checking either v1.7.0 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking rustc_version v0.4.0 [INFO] [stderr] Checking which v4.2.5 [INFO] [stderr] Checking directories v4.0.1 [INFO] [stderr] Checking shell-words v1.1.0 [INFO] [stderr] Checking shell-escape v0.1.5 [INFO] [stderr] Checking const-sha1 v0.2.0 [INFO] [stderr] Checking home v0.5.3 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking addr2line v0.17.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.10 [INFO] [stderr] Checking regex-syntax v0.6.27 [INFO] [stderr] Checking ctrlc v3.2.2 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Compiling clap_derive v3.2.7 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking color-eyre v0.6.2 [INFO] [stderr] Checking regex v1.6.0 [INFO] [stderr] Checking thiserror v1.0.31 [INFO] [stderr] Checking globset v0.4.9 [INFO] [stderr] Checking clap v3.2.8 [INFO] [stderr] Checking ignore v0.4.18 [INFO] [stderr] Checking serde_ignored v0.1.3 [INFO] [stderr] Checking toml v0.5.9 [INFO] [stderr] Checking serde_yaml v0.8.25 [INFO] [stdout] warning: unexpected `cfg` condition name: `cross_sandboxed` [INFO] [stdout] --> src/docker/shared.rs:1132:20 [INFO] [stdout] | [INFO] [stdout] 1132 | #[cfg_attr(cross_sandboxed, ignore)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(cross_sandboxed)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_sandboxed)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static is discouraged [INFO] [stdout] --> src/docker/remote.rs:137:34 [INFO] [stdout] | [INFO] [stdout] 137 | if let Some(container) = &mut CONTAINER { [INFO] [stdout] | ^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #114447 [INFO] [stdout] = note: this will be a hard error in the 2024 edition [INFO] [stdout] = note: this mutable reference has lifetime `'static`, but if the static gets accessed (read or written) by any other means, or any other reference is created, then any further use of this mutable reference is Undefined Behavior [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] help: use `addr_of_mut!` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 137 | if let Some(container) = addr_of_mut!(CONTAINER) { [INFO] [stdout] | ~~~~~~~~~~~~~ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static is discouraged [INFO] [stdout] --> src/docker/remote.rs:137:34 [INFO] [stdout] | [INFO] [stdout] 137 | if let Some(container) = &mut CONTAINER { [INFO] [stdout] | ^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #114447 [INFO] [stdout] = note: this will be a hard error in the 2024 edition [INFO] [stdout] = note: this mutable reference has lifetime `'static`, but if the static gets accessed (read or written) by any other means, or any other reference is created, then any further use of this mutable reference is Undefined Behavior [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] help: use `addr_of_mut!` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 137 | if let Some(container) = addr_of_mut!(CONTAINER) { [INFO] [stdout] | ~~~~~~~~~~~~~ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking xtask v0.0.0-dev.0 (/opt/rustwide/workdir/xtask) [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.93s [INFO] running `Command { std: "docker" "inspect" "8e0adc058589d6a6ca478ef2e32c91b5fefbbf08622a56178f12d91ad5487113", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e0adc058589d6a6ca478ef2e32c91b5fefbbf08622a56178f12d91ad5487113", kill_on_drop: false }` [INFO] [stdout] 8e0adc058589d6a6ca478ef2e32c91b5fefbbf08622a56178f12d91ad5487113