[INFO] fetching crate tinyvec_string 0.1.3... [INFO] checking tinyvec_string-0.1.3 against try#d990716b6a1fdde1300748828a9c9e79dfd0b898 for pr-74846 [INFO] extracting crate tinyvec_string 0.1.3 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate tinyvec_string 0.1.3 on toolchain d990716b6a1fdde1300748828a9c9e79dfd0b898 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate tinyvec_string 0.1.3 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate tinyvec_string 0.1.3 [INFO] tweaked toml for crates.io crate tinyvec_string 0.1.3 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 994c305b95f06fdd7e4cfb75accf90ececbc6eaeef2fab3d785f7fefd833c1b2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "994c305b95f06fdd7e4cfb75accf90ececbc6eaeef2fab3d785f7fefd833c1b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "994c305b95f06fdd7e4cfb75accf90ececbc6eaeef2fab3d785f7fefd833c1b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "994c305b95f06fdd7e4cfb75accf90ececbc6eaeef2fab3d785f7fefd833c1b2", kill_on_drop: false }` [INFO] [stdout] 994c305b95f06fdd7e4cfb75accf90ececbc6eaeef2fab3d785f7fefd833c1b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb02ea39879b426122ed38e0aa6adf11a07f860e0154e8d77359898d3fd52ff0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bb02ea39879b426122ed38e0aa6adf11a07f860e0154e8d77359898d3fd52ff0", kill_on_drop: false }` [INFO] [stderr] Checking tinyvec v0.3.4 [INFO] [stderr] Checking tinyvec_string v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0271]: type mismatch resolving ` as std::convert::TryFrom>>::Error == tinyvec_string::arraystring::CapacityOverflowError>` [INFO] [stdout] --> tests/arraystring.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | ArrayString::<[u8; 16]>::from(Cow::Borrowed("string")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `tinyvec_string::arraystring::CapacityOverflowError`, found enum `std::convert::Infallible` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `tinyvec_string::arraystring::CapacityOverflowError>` [INFO] [stdout] found enum `std::convert::Infallible` [INFO] [stdout] = note: required by `tinyvec_string::ArrayString::::from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `tinyvec_string::ArrayString<[u8; 16]>: std::convert::From>` is not satisfied [INFO] [stdout] --> tests/arraystring.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | ArrayString::<[u8; 16]>::from(Cow::Borrowed("string")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From>` is not implemented for `tinyvec_string::ArrayString<[u8; 16]>` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `std::convert::Into>` for `std::borrow::Cow<'_, str>` [INFO] [stdout] = note: required because of the requirements on the impl of `std::convert::TryFrom>` for `tinyvec_string::ArrayString<[u8; 16]>` [INFO] [stdout] = note: required by `tinyvec_string::ArrayString::::from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0271]: type mismatch resolving ` as std::convert::TryFrom>>::Error == tinyvec_string::arraystring::CapacityOverflowError>` [INFO] [stdout] --> tests/arraystring.rs:22:3 [INFO] [stdout] | [INFO] [stdout] 22 | ArrayString::<[u8; 16]>::from(Cow::Owned(String::from("string"))), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `tinyvec_string::arraystring::CapacityOverflowError`, found enum `std::convert::Infallible` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `tinyvec_string::arraystring::CapacityOverflowError>` [INFO] [stdout] found enum `std::convert::Infallible` [INFO] [stdout] = note: required by `tinyvec_string::ArrayString::::from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `tinyvec_string::ArrayString<[u8; 16]>: std::convert::From>` is not satisfied [INFO] [stdout] --> tests/arraystring.rs:22:3 [INFO] [stdout] | [INFO] [stdout] 22 | ArrayString::<[u8; 16]>::from(Cow::Owned(String::from("string"))), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From>` is not implemented for `tinyvec_string::ArrayString<[u8; 16]>` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `std::convert::Into>` for `std::borrow::Cow<'_, _>` [INFO] [stdout] = note: required because of the requirements on the impl of `std::convert::TryFrom>` for `tinyvec_string::ArrayString<[u8; 16]>` [INFO] [stdout] = note: required by `tinyvec_string::ArrayString::::from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `tinyvec_string::ArrayString<[u8; 64]>` with `std::string::String` [INFO] [stdout] --> tests/arraystring.rs:292:2 [INFO] [stdout] | [INFO] [stdout] 292 | assert_eq!(s, a); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no implementation for `tinyvec_string::ArrayString<[u8; 64]> == std::string::String` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::cmp::PartialEq` is not implemented for `tinyvec_string::ArrayString<[u8; 64]>` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `tinyvec_string::ArrayString<[u8; 16]>` with `std::string::String` [INFO] [stdout] --> tests/arraystring.rs:334:2 [INFO] [stdout] | [INFO] [stdout] 334 | assert_eq!(ArrayString::<[u8; 16]>::from('a'), 'a'.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `tinyvec_string::ArrayString<[u8; 16]> == std::string::String` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::cmp::PartialEq` is not implemented for `tinyvec_string::ArrayString<[u8; 16]>` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `tinyvec_string::ArrayString<[u8; 16]>` with `std::string::String` [INFO] [stdout] --> tests/arraystring.rs:336:2 [INFO] [stdout] | [INFO] [stdout] 336 | assert_eq!(s, 'x'.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `tinyvec_string::ArrayString<[u8; 16]> == std::string::String` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::cmp::PartialEq` is not implemented for `tinyvec_string::ArrayString<[u8; 16]>` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tinyvec_string`. [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] Some errors have detailed explanations: E0271, E0277. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] For more information about an error, try `rustc --explain E0271`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bb02ea39879b426122ed38e0aa6adf11a07f860e0154e8d77359898d3fd52ff0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb02ea39879b426122ed38e0aa6adf11a07f860e0154e8d77359898d3fd52ff0", kill_on_drop: false }` [INFO] [stdout] bb02ea39879b426122ed38e0aa6adf11a07f860e0154e8d77359898d3fd52ff0