[INFO] crate korat_derive 0.1.3 is already in cache [INFO] checking korat_derive-0.1.3 against master#6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 for pr-70872 [INFO] extracting crate korat_derive 0.1.3 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate korat_derive 0.1.3 on toolchain 6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate korat_derive 0.1.3 [INFO] finished tweaking crates.io crate korat_derive 0.1.3 [INFO] tweaked toml for crates.io crate korat_derive 0.1.3 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 58e99189efa155dce7778659405d35cb1fd8eecc13617dd250a5a72cc72d55f1 [INFO] running `"docker" "start" "-a" "58e99189efa155dce7778659405d35cb1fd8eecc13617dd250a5a72cc72d55f1"` [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling futures-sink v0.3.4 [INFO] [stderr] Compiling arc-swap v0.4.5 [INFO] [stderr] Compiling futures-task v0.3.4 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling zeroize v1.1.0 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling base64 v0.12.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Compiling standback v0.2.2 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling openssl-sys v0.9.55 [INFO] [stderr] Checking syn v1.0.17 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Checking rusoto_core v0.43.0 [INFO] [stderr] Compiling time v0.2.9 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio v0.2.16 [INFO] [stderr] Checking rusoto_dynamodb v0.43.0 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.2.4 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling hyper v0.13.4 [INFO] [stderr] Checking korat v0.1.3 [INFO] [stderr] Compiling rusoto_credential v0.43.0 [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] error[E0277]: a value of type `std::collections::HashSet>` cannot be built from an iterator over elements of type `bytes::bytes::Bytes` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/korat-0.1.3/src/lib.rs:83:50 [INFO] [stderr] | [INFO] [stderr] 83 | .and_then(|mut vec| Ok(vec.drain(..).collect())) [INFO] [stderr] | ^^^^^^^ value of type `std::collections::HashSet>` cannot be built from `std::iter::Iterator` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::iter::FromIterator` is not implemented for `std::collections::HashSet>` [INFO] [stderr] [INFO] [stderr] error[E0277]: a value of type `std::vec::Vec` cannot be built from an iterator over elements of type `std::vec::Vec` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/korat-0.1.3/src/lib.rs:87:43 [INFO] [stderr] | [INFO] [stderr] 87 | attribute_value!(bs, self.drain().collect()) [INFO] [stderr] | ^^^^^^^ value of type `std::vec::Vec` cannot be built from `std::iter::Iterator>` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::iter::FromIterator>` is not implemented for `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/korat-0.1.3/src/lib.rs:95:9 [INFO] [stderr] | [INFO] [stderr] 94 | ) -> ConversionResult { [INFO] [stderr] | ---------------------- expected `std::result::Result, errors::ConversionError>` because of return type [INFO] [stderr] 95 | attribute_value.b.ok_or(ConversionError::MissingValue) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::vec::Vec`, found struct `bytes::bytes::Bytes` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `std::result::Result, _>` [INFO] [stderr] found enum `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/korat-0.1.3/src/lib.rs:99:29 [INFO] [stderr] | [INFO] [stderr] 99 | attribute_value!(b, self) [INFO] [stderr] | ^^^^ expected struct `bytes::bytes::Bytes`, found struct `std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `bytes::bytes::Bytes` [INFO] [stderr] found struct `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `korat`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "58e99189efa155dce7778659405d35cb1fd8eecc13617dd250a5a72cc72d55f1"` [INFO] running `"docker" "rm" "-f" "58e99189efa155dce7778659405d35cb1fd8eecc13617dd250a5a72cc72d55f1"` [INFO] [stdout] 58e99189efa155dce7778659405d35cb1fd8eecc13617dd250a5a72cc72d55f1