[INFO] fetching crate byt32 0.1.7...
[INFO] checking byt32-0.1.7 against master#1280928a99ad3ef2c5735b42dc8852456ae3b974 for pr-120798
[INFO] extracting crate byt32 0.1.7 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate byt32 0.1.7 on toolchain 1280928a99ad3ef2c5735b42dc8852456ae3b974
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate byt32 0.1.7
[INFO] finished tweaking crates.io crate byt32 0.1.7
[INFO] tweaked toml for crates.io crate byt32 0.1.7 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate byt32 0.1.7 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" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[INFO] [stderr] Downloading crates ...
[INFO] [stderr] Downloaded no-std-compat v0.4.1
[INFO] [stderr] Downloaded ctor v0.1.22
[INFO] [stderr] Downloaded os_str_bytes v6.0.0
[INFO] [stderr] Downloaded clap_derive v3.1.7
[INFO] [stderr] Downloaded ibig v0.3.5
[INFO] [stderr] Downloaded clap v3.1.8
[INFO] [stderr] Downloaded libc v0.2.122
[INFO] [stderr] Downloaded aoko v0.3.0-alpha.7
[INFO] [stderr] Downloaded minstant v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 63dc5c5debca7cb4d6c2ab2ca2060ddffceaa44cbe68140923b8f42b42f6601e
[INFO] running `Command { std: "docker" "start" "-a" "63dc5c5debca7cb4d6c2ab2ca2060ddffceaa44cbe68140923b8f42b42f6601e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "63dc5c5debca7cb4d6c2ab2ca2060ddffceaa44cbe68140923b8f42b42f6601e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63dc5c5debca7cb4d6c2ab2ca2060ddffceaa44cbe68140923b8f42b42f6601e", kill_on_drop: false }`
[INFO] [stdout] 63dc5c5debca7cb4d6c2ab2ca2060ddffceaa44cbe68140923b8f42b42f6601e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ece2d7110759f4af29b4bf6c9e836115adf47f0df36de3270d2f916ca21af27f
[INFO] running `Command { std: "docker" "start" "-a" "ece2d7110759f4af29b4bf6c9e836115adf47f0df36de3270d2f916ca21af27f", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.37
[INFO] [stderr] Compiling unicode-xid v0.2.2
[INFO] [stderr] Compiling syn v1.0.91
[INFO] [stderr] Compiling libc v0.2.122
[INFO] [stderr] Compiling memchr v2.4.1
[INFO] [stderr] Checking hashbrown v0.11.2
[INFO] [stderr] Compiling num-traits v0.2.14
[INFO] [stderr] Compiling indexmap v1.8.1
[INFO] [stderr] Checking rand_core v0.6.3
[INFO] [stderr] Checking rand v0.8.5
[INFO] [stderr] Checking itertools v0.10.3
[INFO] [stderr] Checking textwrap v0.15.0
[INFO] [stderr] Checking no-std-compat v0.4.1
[INFO] [stderr] Checking termcolor v1.1.3
[INFO] [stderr] Checking os_str_bytes v6.0.0
[INFO] [stderr] Checking hex v0.4.3
[INFO] [stderr] Compiling quote v1.0.18
[INFO] [stderr] Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr] Checking atty v0.2.14
[INFO] [stderr] Checking ibig v0.3.5
[INFO] [stderr] Compiling proc-macro-error v1.0.4
[INFO] [stderr] Compiling ctor v0.1.22
[INFO] [stderr] Compiling clap_derive v3.1.7
[INFO] [stderr] Checking minstant v0.1.1
[INFO] [stderr] Checking aoko v0.3.0-alpha.7
[INFO] [stderr] Checking clap v3.1.8
[INFO] [stderr] Checking byt32 v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.87s
[INFO] running `Command { std: "docker" "inspect" "ece2d7110759f4af29b4bf6c9e836115adf47f0df36de3270d2f916ca21af27f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ece2d7110759f4af29b4bf6c9e836115adf47f0df36de3270d2f916ca21af27f", kill_on_drop: false }`
[INFO] [stdout] ece2d7110759f4af29b4bf6c9e836115adf47f0df36de3270d2f916ca21af27f
[INFO] checking byt32-0.1.7 against try#9b9e20bc79549d80ab413f49d990713851172cc1 for pr-120798
[INFO] extracting crate byt32 0.1.7 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate byt32 0.1.7 on toolchain 9b9e20bc79549d80ab413f49d990713851172cc1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate byt32 0.1.7
[INFO] finished tweaking crates.io crate byt32 0.1.7
[INFO] tweaked toml for crates.io crate byt32 0.1.7 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate crates.io crate byt32 0.1.7 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" "+9b9e20bc79549d80ab413f49d990713851172cc1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bde94ba515fb2922a516661db9c9cf7db98146319536a8b0f65982607e439814
[INFO] running `Command { std: "docker" "start" "-a" "bde94ba515fb2922a516661db9c9cf7db98146319536a8b0f65982607e439814", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bde94ba515fb2922a516661db9c9cf7db98146319536a8b0f65982607e439814", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bde94ba515fb2922a516661db9c9cf7db98146319536a8b0f65982607e439814", kill_on_drop: false }`
[INFO] [stdout] bde94ba515fb2922a516661db9c9cf7db98146319536a8b0f65982607e439814
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a558896afa7c872554559426d68dab641eeac038e53aa4993d1c2cffdbef4ff4
[INFO] running `Command { std: "docker" "start" "-a" "a558896afa7c872554559426d68dab641eeac038e53aa4993d1c2cffdbef4ff4", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.37
[INFO] [stderr] Compiling unicode-xid v0.2.2
[INFO] [stderr] Compiling syn v1.0.91
[INFO] [stderr] Compiling libc v0.2.122
[INFO] [stderr] Compiling memchr v2.4.1
[INFO] [stderr] Compiling indexmap v1.8.1
[INFO] [stderr] Compiling num-traits v0.2.14
[INFO] [stderr] Checking rand_core v0.6.3
[INFO] [stderr] Checking hashbrown v0.11.2
[INFO] [stderr] Checking rand v0.8.5
[INFO] [stderr] Checking itertools v0.10.3
[INFO] [stderr] Checking termcolor v1.1.3
[INFO] [stderr] Checking textwrap v0.15.0
[INFO] [stderr] Checking no-std-compat v0.4.1
[INFO] [stderr] Checking hex v0.4.3
[INFO] [stderr] Checking os_str_bytes v6.0.0
[INFO] [stderr] Compiling quote v1.0.18
[INFO] [stderr] Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr] Checking atty v0.2.14
[INFO] [stderr] Checking ibig v0.3.5
[INFO] [stderr] Compiling proc-macro-error v1.0.4
[INFO] [stderr] Compiling ctor v0.1.22
[INFO] [stderr] Compiling clap_derive v3.1.7
[INFO] [stderr] Checking minstant v0.1.1
[INFO] [stderr] Checking aoko v0.3.0-alpha.7
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aoko-0.3.0-alpha.7/src/no_std/functions/ext.rs:36:25
[INFO] [stdout] |
[INFO] [stdout] 36 | move |a| f(&y(f), a)
[INFO] [stdout] | ^^^^ cannot infer type
[INFO] [stdout] |
[INFO] [stdout] = note: multiple `impl`s satisfying `_: Fn(T)` found in the following crates: `alloc`, `core`:
[INFO] [stdout] - impl Fn for &F
[INFO] [stdout] where A: Tuple, F: Fn, F: ?Sized;
[INFO] [stdout] - impl Fn for Box
[INFO] [stdout] where Args: Tuple, F: Fn, A: Allocator, F: ?Sized;
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: concrete type differs from previous defining opaque type use
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aoko-0.3.0-alpha.7/src/no_std/functions/ext.rs:36:25
[INFO] [stdout] |
[INFO] [stdout] 36 | move |a| f(&y(f), a)
[INFO] [stdout] | ^^^^
[INFO] [stdout] | |
[INFO] [stdout] | expected `{type error}`, got `{closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aoko-0.3.0-alpha.7/src/no_std/functions/ext.rs:36:13: 36:21}`
[INFO] [stdout] | this expression supplies two conflicting concrete types for the same opaque type
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout]
[INFO] [stderr] error: could not compile `aoko` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a558896afa7c872554559426d68dab641eeac038e53aa4993d1c2cffdbef4ff4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a558896afa7c872554559426d68dab641eeac038e53aa4993d1c2cffdbef4ff4", kill_on_drop: false }`
[INFO] [stdout] a558896afa7c872554559426d68dab641eeac038e53aa4993d1c2cffdbef4ff4