[INFO] fetching crate log-analyzer 0.1.3...
[INFO] testing log-analyzer-0.1.3 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0
[INFO] extracting crate log-analyzer 0.1.3 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate log-analyzer 0.1.3
[INFO] finished tweaking crates.io crate log-analyzer 0.1.3
[INFO] tweaked toml for crates.io crate log-analyzer 0.1.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate log-analyzer 0.1.3 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate log-analyzer 0.1.3 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Updating crates.io index
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Downloading crates ...
[INFO] [stderr] Downloaded gloo-timers v0.2.3
[INFO] [stderr] Downloaded pariter v0.5.1
[INFO] [stderr] Downloaded log-source v0.1.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1ab4562406ee4e2b7f23aff9ef781d9f1d0bdd33d4fb5a0b91c7ed94b392dd7b
[INFO] running `Command { std: "docker" "start" "-a" "1ab4562406ee4e2b7f23aff9ef781d9f1d0bdd33d4fb5a0b91c7ed94b392dd7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ab4562406ee4e2b7f23aff9ef781d9f1d0bdd33d4fb5a0b91c7ed94b392dd7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ab4562406ee4e2b7f23aff9ef781d9f1d0bdd33d4fb5a0b91c7ed94b392dd7b", kill_on_drop: false }`
[INFO] [stdout] 1ab4562406ee4e2b7f23aff9ef781d9f1d0bdd33d4fb5a0b91c7ed94b392dd7b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }`
[INFO] [stdout] 3e819d5931d29ef2eeef26b959ff932965a0e659a8742991aafb5508e943c749
[INFO] running `Command { std: "docker" "start" "-a" "3e819d5931d29ef2eeef26b959ff932965a0e659a8742991aafb5508e943c749", kill_on_drop: false }`
[INFO] [stderr] Compiling cfg-if v1.0.0
[INFO] [stderr] Compiling proc-macro2 v1.0.36
[INFO] [stderr] Compiling unicode-xid v0.2.2
[INFO] [stderr] Compiling libc v0.2.126
[INFO] [stderr] Compiling syn v1.0.86
[INFO] [stderr] Compiling memchr v2.4.1
[INFO] [stderr] Compiling futures-core v0.3.21
[INFO] [stderr] Compiling version_check v0.9.4
[INFO] [stderr] Compiling crossbeam-utils v0.8.7
[INFO] [stderr] Compiling log v0.4.14
[INFO] [stderr] Compiling pin-project-lite v0.2.8
[INFO] [stderr] Compiling scopeguard v1.1.0
[INFO] [stderr] Compiling cache-padded v1.2.0
[INFO] [stderr] Compiling fastrand v1.7.0
[INFO] [stderr] Compiling futures-io v0.3.21
[INFO] [stderr] Compiling waker-fn v1.1.0
[INFO] [stderr] Compiling parking v2.0.0
[INFO] [stderr] Compiling concurrent-queue v1.2.2
[INFO] [stderr] Compiling event-listener v2.5.2
[INFO] [stderr] Compiling once_cell v1.9.0
[INFO] [stderr] Compiling lock_api v0.4.7
[INFO] [stderr] Compiling memoffset v0.6.5
[INFO] [stderr] Compiling slab v0.4.5
[INFO] [stderr] Compiling miniz_oxide v0.4.4
[INFO] [stderr] Compiling crossbeam-epoch v0.9.8
[INFO] [stderr] Compiling async-task v4.1.0
[INFO] [stderr] Compiling cc v1.0.72
[INFO] [stderr] Compiling signal-hook v0.3.13
[INFO] [stderr] Compiling async-channel v1.6.1
[INFO] [stderr] Compiling serde_derive v1.0.136
[INFO] [stderr] Compiling gimli v0.26.1
[INFO] [stderr] Compiling adler v1.0.2
[INFO] [stderr] Compiling parking_lot_core v0.9.3
[INFO] [stderr] Compiling crossbeam-queue v0.3.5
[INFO] [stderr] Compiling atomic-waker v1.0.0
[INFO] [stderr] Compiling async-mutex v1.4.0
[INFO] [stderr] Compiling serde v1.0.136
[INFO] [stderr] Compiling smallvec v1.8.0
[INFO] [stderr] Compiling async-trait v0.1.52
[INFO] [stderr] Compiling rustc-demangle v0.1.21
[INFO] [stderr] Compiling anyhow v1.0.53
[INFO] [stderr] Compiling value-bag v1.0.0-alpha.8
[INFO] [stderr] Compiling futures-lite v1.12.0
[INFO] [stderr] Compiling object v0.27.1
[INFO] [stderr] Compiling spin v0.9.3
[INFO] [stderr] Compiling crossbeam-channel v0.5.4
[INFO] [stderr] Compiling async-lock v2.4.0
[INFO] [stderr] Compiling socket2 v0.4.4
[INFO] [stderr] Compiling num_cpus v1.13.1
[INFO] [stderr] Compiling signal-hook-registry v1.4.0
[INFO] [stderr] Compiling getrandom v0.2.6
[INFO] [stderr] Compiling crossbeam-deque v0.8.1
[INFO] [stderr] Compiling serde_json v1.0.78
[INFO] [stderr] Compiling futures-sink v0.3.21
[INFO] [stderr] Compiling quote v1.0.15
[INFO] [stderr] Compiling aho-corasick v0.7.18
[INFO] [stderr] Compiling nanorand v0.7.0
[INFO] [stderr] Compiling crossbeam v0.8.1
[INFO] [stderr] Compiling parking_lot v0.12.0
[INFO] [stderr] Compiling regex-syntax v0.6.25
[INFO] [stderr] Compiling ryu v1.0.9
[INFO] [stderr] Compiling itoa v1.0.1
[INFO] [stderr] Compiling pariter v0.5.1
[INFO] [stderr] Compiling async-executor v1.4.1
[INFO] [stderr] Compiling blocking v1.1.0
[INFO] [stderr] Compiling tokio v1.18.2
[INFO] [stderr] Compiling rustc-hash v1.1.0
[INFO] [stderr] Compiling backtrace v0.3.64
[INFO] [stderr] Compiling regex v1.5.4
[INFO] [stderr] Compiling addr2line v0.17.0
[INFO] [stderr] Compiling ctor v0.1.21
[INFO] [stderr] Compiling pin-project-internal v1.0.10
[INFO] [stdout] error: constant of non-structural type `TypeId` in a pattern
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.8/src/internal/cast/primitive.rs:72:21
[INFO] [stdout] |
[INFO] [stdout] 32 | const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout] | -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 72 | usize: (USIZE, OPTION_USIZE),
[INFO] [stdout] | ^^^^^ constant of non-structural type
[INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/any.rs:710:1
[INFO] [stdout] |
[INFO] [stdout] = note: `TypeId` must be annotated with `#[derive(PartialEq)]` to be usable in patterns
[INFO] [stdout] |
[INFO] [stdout] = note: see https://doc.rust-lang.org/stable/std/marker/trait.StructuralPartialEq.html for details
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: constant of non-structural type `TypeId` in a pattern
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.8/src/internal/cast/primitive.rs:72:28
[INFO] [stdout] |
[INFO] [stdout] 35 | const $option_ident: TypeId = TypeId::of::