[INFO] cloning repository https://github.com/jedel1043/ra-bug
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jedel1043/ra-bug" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjedel1043%2Fra-bug", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjedel1043%2Fra-bug'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 003be8a1fb86222752803cdcd7054f18da5c9e5d
[INFO] testing jedel1043/ra-bug against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjedel1043%2Fra-bug" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jedel1043/ra-bug
[INFO] finished tweaking git repo https://github.com/jedel1043/ra-bug
[INFO] tweaked toml for git repo https://github.com/jedel1043/ra-bug written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jedel1043/ra-bug on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jedel1043/ra-bug 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 08f268dac2c7390cb8ab3af7425b8131976baf6bae11df010a0457d35973f48c
[INFO] running `Command { std: "docker" "start" "08f268dac2c7390cb8ab3af7425b8131976baf6bae11df010a0457d35973f48c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "08f268dac2c7390cb8ab3af7425b8131976baf6bae11df010a0457d35973f48c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "08f268dac2c7390cb8ab3af7425b8131976baf6bae11df010a0457d35973f48c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "08f268dac2c7390cb8ab3af7425b8131976baf6bae11df010a0457d35973f48c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "08f268dac2c7390cb8ab3af7425b8131976baf6bae11df010a0457d35973f48c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.105
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling serde_derive v1.0.151
[INFO] [stderr]    Compiling serde v1.0.151
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling writeable v0.5.0 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling litemap v0.6.0 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling cobs v0.2.3
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling utf8_iter v1.0.3
[INFO] [stderr]    Compiling utf16_iter v1.0.4
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling regex-automata v0.2.0
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling zerofrom-derive v0.1.1 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling yoke-derive v0.6.1 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling displaydoc v0.2.3
[INFO] [stderr]    Compiling zerovec-derive v0.9.0 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling icu_provider_macros v1.0.0 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling fixed_decimal v0.5.1 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling zerofrom v0.1.1 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling yoke v0.6.2 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling postcard v1.0.2
[INFO] [stderr]    Compiling zerovec v0.9.1 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling tinystr v0.7.0 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling icu_collections v1.0.0 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling icu_locid v1.0.0 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling icu_provider v1.0.1 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling icu_properties v1.0.0 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling icu_calendar v1.0.0 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling icu_decimal v1.0.0 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling icu_plurals v1.0.0 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling icu_provider_blob v1.0.0 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling icu_locid_transform v1.0.0 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling icu_list v1.0.0 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stderr]    Compiling icu_provider_adapters v1.0.0 (https://github.com/unicode-org/icu4x.git#b74aafda)
[INFO] [stdout] error[E0161]: cannot move a value of type `ZeroSlice<RangeOrValue>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/icu4x-c02c81a3edcf3d72/b74aafd/components/plurals/src/rules/runtime/ast.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[zerovec::make_varule(RelationULE)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the size of `ZeroSlice<RangeOrValue>` cannot be statically determined
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `zerovec::make_varule` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0507]: cannot move out of a shared reference
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/icu4x-c02c81a3edcf3d72/b74aafd/components/plurals/src/rules/runtime/ast.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[zerovec::make_varule(RelationULE)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ move occurs because value has type `ZeroSlice<RangeOrValue>`, which does not implement the `Copy` trait
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[derive(PartialEq)]` triggers a move because taking references to the fields of a packed struct is undefined behaviour
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0161]: cannot move a value of type `MultiFieldsULE`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/icu4x-c02c81a3edcf3d72/b74aafd/components/locid_transform/src/provider.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[zerovec::make_varule(StrStrPairVarULE)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the size of `MultiFieldsULE` cannot be statically determined
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `zerovec::make_varule` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0507]: cannot move out of a shared reference
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/icu4x-c02c81a3edcf3d72/b74aafd/components/locid_transform/src/provider.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[zerovec::make_varule(StrStrPairVarULE)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ move occurs because value has type `MultiFieldsULE`, which does not implement the `Copy` trait
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[derive(PartialEq)]` triggers a move because taking references to the fields of a packed struct is undefined behaviour
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0161, E0507.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0161`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `icu_locid_transform` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0161, E0507.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0161`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `icu_plurals` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "08f268dac2c7390cb8ab3af7425b8131976baf6bae11df010a0457d35973f48c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08f268dac2c7390cb8ab3af7425b8131976baf6bae11df010a0457d35973f48c", kill_on_drop: false }`
[INFO] [stdout] 08f268dac2c7390cb8ab3af7425b8131976baf6bae11df010a0457d35973f48c
