[INFO] crate uuid-rs 0.5.0 is already in cache [INFO] checking uuid-rs-0.5.0 against master#8ac1525e091d3db28e67adcbbd6db1e1deaa37fb for pr-73323 [INFO] extracting crate uuid-rs 0.5.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate uuid-rs 0.5.0 on toolchain 8ac1525e091d3db28e67adcbbd6db1e1deaa37fb [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate uuid-rs 0.5.0 [INFO] finished tweaking crates.io crate uuid-rs 0.5.0 [INFO] tweaked toml for crates.io crate uuid-rs 0.5.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] da4d8c98150e1ad393e8b424bab954db95685ad0b62f9954d35aa2ddf372aaad [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" "da4d8c98150e1ad393e8b424bab954db95685ad0b62f9954d35aa2ddf372aaad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "da4d8c98150e1ad393e8b424bab954db95685ad0b62f9954d35aa2ddf372aaad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da4d8c98150e1ad393e8b424bab954db95685ad0b62f9954d35aa2ddf372aaad", kill_on_drop: false }` [INFO] [stdout] da4d8c98150e1ad393e8b424bab954db95685ad0b62f9954d35aa2ddf372aaad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2700882e020d5099411bc9eeced50929f1c09a290ec6a5780639d03b1674b2db [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" "2700882e020d5099411bc9eeced50929f1c09a290ec6a5780639d03b1674b2db", kill_on_drop: false }` [INFO] [stderr] Checking uuid-rs v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Layout`, `Variant`, `Version` [INFO] [stdout] --> src/name_based.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{Layout, Variant, Version, UUID}; [INFO] [stdout] | ^^^^^^ ^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `data` [INFO] [stdout] --> src/name_based.rs:45:8 [INFO] [stdout] | [INFO] [stdout] 45 | fn data(any: &str, namespace: UUID) -> String { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `uuid_v1` in this scope [INFO] [stdout] --> src/lib.rs:267:13 [INFO] [stdout] | [INFO] [stdout] 267 | uuid_v1!(), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `uuid_v2` in this scope [INFO] [stdout] --> src/lib.rs:268:13 [INFO] [stdout] | [INFO] [stdout] 268 | uuid_v2!(Domain::PERSON), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `uuid_v3` in this scope [INFO] [stdout] --> src/lib.rs:269:13 [INFO] [stdout] | [INFO] [stdout] 269 | uuid_v3!("any", UUID::NAMESPACE_URL), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `uuid_v4` in this scope [INFO] [stdout] --> src/lib.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | uuid_v4!(), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `uuid_v5` in this scope [INFO] [stdout] --> src/lib.rs:271:13 [INFO] [stdout] | [INFO] [stdout] 271 | uuid_v5!("any", UUID::NAMESPACE_DNS), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Layout` [INFO] [stdout] --> src/name_based.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{Layout, Variant, Version, UUID}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `uuid_v1` in this scope [INFO] [stdout] --> benches/bench.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | b.iter(|| uuid_v1!()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `uuid_v2` in this scope [INFO] [stdout] --> benches/bench.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | b.iter(|| uuid_v2!(Domain::PERSON)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `uuid_v3` in this scope [INFO] [stdout] --> benches/bench.rs:20:15 [INFO] [stdout] | [INFO] [stdout] 20 | b.iter(|| uuid_v3!("any", UUID::NAMESPACE_DNS)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `uuid_v4` in this scope [INFO] [stdout] --> benches/bench.rs:25:15 [INFO] [stdout] | [INFO] [stdout] 25 | b.iter(|| uuid_v4!()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `uuid_v5` in this scope [INFO] [stdout] --> benches/bench.rs:30:15 [INFO] [stdout] | [INFO] [stdout] 30 | b.iter(|| uuid_v5!("any", UUID::NAMESPACE_X500)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `uuid_rs::*` [INFO] [stdout] --> benches/bench.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use uuid_rs::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `uuid-rs`. [INFO] [stdout] error[E0599]: no function or associated item named `new_v3` found for struct `UUID` in the current scope [INFO] [stdout] --> src/name_based.rs:82:30 [INFO] [stdout] | [INFO] [stdout] 82 | assert_eq!(UUID::new_v3("any", *s).get_version(), Some(Version::MD5)); [INFO] [stdout] | ^^^^^^ function or associated item not found in `UUID` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | pub struct UUID([u8; 16]); [INFO] [stdout] | -------------------------- function or associated item `new_v3` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0599]: no function or associated item named `new_v3` found for struct `UUID` in the current scope [INFO] [stdout] --> src/name_based.rs:83:30 [INFO] [stdout] | [INFO] [stdout] 83 | assert_eq!(UUID::new_v3("any", *s).get_variant(), Some(Variant::RFC)); [INFO] [stdout] | ^^^^^^ function or associated item not found in `UUID` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | pub struct UUID([u8; 16]); [INFO] [stdout] | -------------------------- function or associated item `new_v3` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] error[E0599]: no function or associated item named `new_v5` found for struct `UUID` in the current scope [INFO] [stdout] --> src/name_based.rs:87:30 [INFO] [stdout] | [INFO] [stdout] 87 | assert_eq!(UUID::new_v5("any", *s).get_version(), Some(Version::SHA1)); [INFO] [stdout] | ^^^^^^ function or associated item not found in `UUID` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | pub struct UUID([u8; 16]); [INFO] [stdout] | -------------------------- function or associated item `new_v5` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no function or associated item named `new_v5` found for struct `UUID` in the current scope [INFO] [stdout] --> src/name_based.rs:88:30 [INFO] [stdout] | [INFO] [stdout] 88 | assert_eq!(UUID::new_v5("any", *s).get_variant(), Some(Variant::RFC)); [INFO] [stdout] | ^^^^^^ function or associated item not found in `UUID` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | pub struct UUID([u8; 16]); [INFO] [stdout] | -------------------------- function or associated item `new_v5` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new_v5` found for struct `UUID` in the current scope [INFO] [stdout] --> src/name_based.rs:102:30 [INFO] [stdout] | [INFO] [stdout] 102 | assert_eq!(UUID::new_v5("any", *s).get_version(), Some(Version::SHA1)); [INFO] [stdout] | ^^^^^^ function or associated item not found in `UUID` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | pub struct UUID([u8; 16]); [INFO] [stdout] | -------------------------- function or associated item `new_v5` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new_v5` found for struct `UUID` in the current scope [INFO] [stdout] --> src/name_based.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | assert_eq!(UUID::new_v5("any", *s).get_variant(), Some(Variant::RFC)); [INFO] [stdout] | ^^^^^^ function or associated item not found in `UUID` [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | pub struct UUID([u8; 16]); [INFO] [stdout] | -------------------------- function or associated item `new_v5` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2700882e020d5099411bc9eeced50929f1c09a290ec6a5780639d03b1674b2db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2700882e020d5099411bc9eeced50929f1c09a290ec6a5780639d03b1674b2db", kill_on_drop: false }` [INFO] [stdout] 2700882e020d5099411bc9eeced50929f1c09a290ec6a5780639d03b1674b2db