[INFO] cloning repository https://github.com/origami-build/origami
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/origami-build/origami" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Forigami-build%2Forigami", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Forigami-build%2Forigami'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 35bbc0b84ff12c7dcfdd23b59eca8b9ddec9e983
[INFO] checking origami-build/origami against master#8f08b3a32478b8d0507732800ecb548a76e0fd0c for pr-144157
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Forigami-build%2Forigami" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/origami-build/origami
[INFO] finished tweaking git repo https://github.com/origami-build/origami
[INFO] tweaked toml for git repo https://github.com/origami-build/origami written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/origami-build/origami on toolchain 8f08b3a32478b8d0507732800ecb548a76e0fd0c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f08b3a32478b8d0507732800ecb548a76e0fd0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/origami-build/origami 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" "+8f08b3a32478b8d0507732800ecb548a76e0fd0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Downloading crates ...
[INFO] [stderr] Downloaded binserde v0.1.7
[INFO] [stderr] Downloaded proc-exit v1.0.3
[INFO] [stderr] Downloaded serde_test v1.0.126
[INFO] [stderr] Downloaded binserde_derive v0.1.4
[INFO] [stderr] Downloaded async-codec v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+8f08b3a32478b8d0507732800ecb548a76e0fd0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 63461b36686502d9ee0e814414478ac9c00343053c5768d107d12e5cff688047
[INFO] running `Command { std: "docker" "start" "-a" "63461b36686502d9ee0e814414478ac9c00343053c5768d107d12e5cff688047", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "63461b36686502d9ee0e814414478ac9c00343053c5768d107d12e5cff688047", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63461b36686502d9ee0e814414478ac9c00343053c5768d107d12e5cff688047", kill_on_drop: false }`
[INFO] [stdout] 63461b36686502d9ee0e814414478ac9c00343053c5768d107d12e5cff688047
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+8f08b3a32478b8d0507732800ecb548a76e0fd0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb08e47eab646114eb0df007489fcf60b13d28efdab974ad1630e0f6a0081908
[INFO] running `Command { std: "docker" "start" "-a" "bb08e47eab646114eb0df007489fcf60b13d28efdab974ad1630e0f6a0081908", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.27
[INFO] [stderr] Compiling unicode-xid v0.2.2
[INFO] [stderr] Compiling syn v1.0.73
[INFO] [stderr] Compiling libc v0.2.98
[INFO] [stderr] Compiling autocfg v1.0.1
[INFO] [stderr] Compiling version_check v0.9.3
[INFO] [stderr] Checking cfg-if v1.0.0
[INFO] [stderr] Compiling memchr v2.4.0
[INFO] [stderr] Compiling log v0.4.14
[INFO] [stderr] Compiling futures-core v0.3.15
[INFO] [stderr] Checking lazy_static v1.4.0
[INFO] [stderr] Checking slab v0.4.3
[INFO] [stderr] Checking pin-project-lite v0.2.7
[INFO] [stderr] Checking futures-io v0.3.15
[INFO] [stderr] Compiling serde_derive v1.0.126
[INFO] [stderr] Compiling bitflags v1.2.1
[INFO] [stderr] Compiling serde v1.0.126
[INFO] [stderr] Checking hashbrown v0.11.2
[INFO] [stderr] Checking once_cell v1.8.0
[INFO] [stderr] Compiling proc-macro-hack v0.5.19
[INFO] [stderr] Checking futures-sink v0.3.15
[INFO] [stderr] Compiling futures-task v0.3.15
[INFO] [stderr] Compiling futures-channel v0.3.15
[INFO] [stderr] Compiling proc-macro-nested v0.1.7
[INFO] [stderr] Compiling fnv v1.0.7
[INFO] [stderr] Compiling strsim v0.9.3
[INFO] [stderr] Compiling ident_case v1.0.1
[INFO] [stderr] Checking pin-utils v0.1.0
[INFO] [stderr] Checking termcolor v1.1.2
[INFO] [stderr] Checking itoa v0.4.7
[INFO] [stderr] Compiling indexmap v1.7.0
[INFO] [stderr] Compiling value-bag v1.0.0-alpha.7
[INFO] [stderr] Compiling futures-macro v0.3.15
[INFO] [stderr] Compiling futures-util v0.3.15
[INFO] [stderr] Checking bytes v1.0.1
[INFO] [stderr] Checking cache-padded v1.1.1
[INFO] [stderr] Checking strsim v0.10.0
[INFO] [stderr] Compiling ryu v1.0.5
[INFO] [stderr] Checking event-listener v2.5.1
[INFO] [stderr] Checking concurrent-queue v1.2.2
[INFO] [stderr] Checking textwrap v0.14.2
[INFO] [stderr] Checking fastrand v1.4.1
[INFO] [stderr] Checking parking v2.0.0
[INFO] [stderr] Checking byteorder v1.4.3
[INFO] [stderr] Checking waker-fn v1.1.0
[INFO] [stderr] Compiling num-traits v0.2.14
[INFO] [stderr] Compiling num-integer v0.1.44
[INFO] [stderr] Checking async-task v4.0.3
[INFO] [stderr] Compiling cc v1.0.69
[INFO] [stderr] Compiling pkg-config v0.3.19
[INFO] [stderr] Checking cfg-if v0.1.10
[INFO] [stderr] Checking async-channel v1.6.1
[INFO] [stderr] Compiling crossbeam-utils v0.8.5
[INFO] [stderr] Compiling signal-hook v0.3.9
[INFO] [stderr] Compiling quote v1.0.9
[INFO] [stderr] Checking num_cpus v1.13.0
[INFO] [stderr] Checking signal-hook-registry v1.4.0
[INFO] [stderr] Checking atty v0.2.14
[INFO] [stderr] Checking getrandom v0.2.3
[INFO] [stderr] Checking socket2 v0.4.0
[INFO] [stderr] Checking os_str_bytes v6.0.0
[INFO] [stderr] Checking futures-lite v1.12.0
[INFO] [stderr] Checking net2 v0.2.37
[INFO] [stderr] Checking iovec v0.1.4
[INFO] [stderr] Checking ppv-lite86 v0.2.10
[INFO] [stderr] Checking rand_core v0.6.3
[INFO] [stderr] Checking atomic-waker v1.0.0
[INFO] [stderr] Checking time v0.1.43
[INFO] [stderr] Checking async-mutex v1.4.0
[INFO] [stderr] Compiling serde_json v1.0.64
[INFO] [stderr] Checking bytes v0.5.6
[INFO] [stderr] Checking async-lock v2.4.0
[INFO] [stderr] Compiling unicase v2.6.0
[INFO] [stderr] Checking pin-project-lite v0.1.12
[INFO] [stderr] Checking remove_dir_all v0.5.3
[INFO] [stderr] Checking rand_chacha v0.3.1
[INFO] [stderr] Checking clap v3.0.14
[INFO] [stderr] Checking bytes v0.6.0
[INFO] [stderr] Checking tracing-core v0.1.18
[INFO] [stderr] Checking matches v0.1.8
[INFO] [stderr] Compiling typenum v1.13.0
[INFO] [stderr] Checking foreign-types-shared v0.1.1
[INFO] [stderr] Compiling openssl v0.10.35
[INFO] [stderr] Checking http v0.2.4
[INFO] [stderr] Checking foreign-types v0.3.2
[INFO] [stderr] Compiling generic-array v0.14.4
[INFO] [stderr] Compiling native-tls v0.2.7
[INFO] [stderr] Compiling httparse v1.4.1
[INFO] [stderr] Checking rand v0.8.4
[INFO] [stderr] Checking tinyvec_macros v0.1.0
[INFO] [stderr] Checking tinyvec v1.2.0
[INFO] [stderr] Checking blocking v1.0.2
[INFO] [stderr] Checking async-executor v1.4.1
[INFO] [stderr] Checking try-lock v0.2.3
[INFO] [stderr] Checking openssl-probe v0.1.4
[INFO] [stderr] Checking percent-encoding v2.1.0
[INFO] [stderr] Checking unicode-bidi v0.3.5
[INFO] [stderr] Checking socket2 v0.3.19
[INFO] [stderr] Checking httpdate v0.3.2
[INFO] [stderr] Compiling encoding_rs v0.8.28
[INFO] [stderr] Checking tower-service v0.3.1
[INFO] [stderr] Checking form_urlencoded v1.0.1
[INFO] [stderr] Compiling mime_guess v2.0.3
[INFO] [stderr] Checking chrono v0.4.19
[INFO] [stderr] Checking mime v0.3.16
[INFO] [stderr] Compiling anyhow v1.0.42
[INFO] [stderr] Checking opaque-debug v0.3.0
[INFO] [stderr] Checking tempfile v3.2.0
[INFO] [stderr] Checking base64 v0.13.0
[INFO] [stderr] Checking xml-rs v0.8.3
[INFO] [stderr] Checking ipnet v2.3.1
[INFO] [stderr] Compiling openssl-sys v0.9.65
[INFO] [stderr] Checking fixedbitset v0.4.0
[INFO] [stderr] Checking rustc-hash v1.1.0
[INFO] [stderr] Checking cpufeatures v0.1.5
[INFO] [stderr] Checking type-map v0.5.0
[INFO] [stderr] Checking proc-exit v1.0.3
[INFO] [stderr] Checking petgraph v0.6.0
[INFO] [stderr] Checking unicode-normalization v0.1.19
[INFO] [stderr] Checking digest v0.9.0
[INFO] [stderr] Checking block-buffer v0.9.0
[INFO] [stderr] Checking sha2 v0.9.5
[INFO] [stderr] Checking http-body v0.3.1
[INFO] [stderr] Checking common-args v0.1.0 (/opt/rustwide/workdir/java-compilers/common-args)
[INFO] [stderr] Checking ojvm-launch v0.1.0 (/opt/rustwide/workdir/ojvm-launch)
[INFO] [stderr] Checking idna v0.2.3
[INFO] [stdout] warning: unused variable: `matches`
[INFO] [stdout] --> ojvm-launch/src/main.rs:4:9
[INFO] [stdout] |
[INFO] [stdout] 4 | let matches = app_from_crate!()
[INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matches`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> java-compilers/common-args/src/lib.rs:70:28
[INFO] [stdout] |
[INFO] [stdout] 70 | pub fn read_props(matches: &ArgMatches) -> CommonProps {
[INFO] [stdout] | ^^^^^^^^^^^ ----------- the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 70 | pub fn read_props(matches: &ArgMatches) -> CommonProps<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `matches`
[INFO] [stdout] --> ojvm-launch/src/main.rs:4:9
[INFO] [stdout] |
[INFO] [stdout] 4 | let matches = app_from_crate!()
[INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matches`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> java-compilers/common-args/src/lib.rs:70:28
[INFO] [stdout] |
[INFO] [stdout] 70 | pub fn read_props(matches: &ArgMatches) -> CommonProps {
[INFO] [stdout] | ^^^^^^^^^^^ ----------- the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 70 | pub fn read_props(matches: &ArgMatches) -> CommonProps<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling darling_core v0.10.2
[INFO] [stderr] Compiling ctor v0.1.20
[INFO] [stderr] Compiling thiserror-impl v1.0.30
[INFO] [stderr] Compiling tokio-macros v0.2.6
[INFO] [stderr] Compiling pin-project-internal v1.0.7
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.7/src/internal/cast/primitive.rs:56:21
[INFO] [stdout] |
[INFO] [stdout] 25 | const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout] | -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 56 | usize: (USIZE, OPTION_USIZE),
[INFO] [stdout] | ^^^^^ can't be used in patterns
[INFO] [stdout] |
[INFO] [stdout] = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.7/src/internal/cast/primitive.rs:56:28
[INFO] [stdout] |
[INFO] [stdout] 26 | const $option_ident: TypeId = TypeId::of::