[INFO] updating cached repository https://github.com/vityafx/unique-type-id [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/vityafx/unique-type-id [INFO] [stderr] - [deleted] (none) -> dependabot/cargo/quote-1.0.3 [INFO] [stderr] - [deleted] (none) -> dependabot/cargo/syn-1.0.18 [INFO] [stderr] * [new branch] dependabot/cargo/syn-1.0.20 -> dependabot/cargo/syn-1.0.20 [INFO] [stderr] cd09f60..45a400d master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 45a400d87e029138c748656b36e77fb4f7c03855 [INFO] checking vityafx/unique-type-id against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvityafx%2Funique-type-id" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vityafx/unique-type-id on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/vityafx/unique-type-id [INFO] removed workspace from git repo https://github.com/vityafx/unique-type-id [INFO] removed path dependency unique-type-id from git repo https://github.com/vityafx/unique-type-id [INFO] removed path dependency unique-type-id-derive from git repo https://github.com/vityafx/unique-type-id [INFO] finished tweaking git repo https://github.com/vityafx/unique-type-id [INFO] tweaked toml for git repo https://github.com/vityafx/unique-type-id written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/vityafx/unique-type-id already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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] d0a8dcd5a471e7119668ff33b6a492cf7c03b70734694924b1991412cfef2fc2 [INFO] running `"docker" "start" "-a" "d0a8dcd5a471e7119668ff33b6a492cf7c03b70734694924b1991412cfef2fc2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Checking quote v1.0.4 [INFO] [stderr] Checking syn v1.0.20 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Checking unique-type-id v1.0.0 [INFO] [stderr] Compiling unique-type-id-derive v1.0.0 [INFO] [stderr] Checking unique_type_id_workspace v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> tests/tests.rs:98:14 [INFO] [stderr] | [INFO] [stderr] 98 | #[derive(UniqueTypeId)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: Unable to create file: Os { code: 30, kind: Other, message: "Read-only file system" } [INFO] [stderr] [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> tests/tests.rs:94:14 [INFO] [stderr] | [INFO] [stderr] 94 | #[derive(UniqueTypeId)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: Unable to create file: Os { code: 30, kind: Other, message: "Read-only file system" } [INFO] [stderr] [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> tests/tests.rs:80:14 [INFO] [stderr] | [INFO] [stderr] 80 | #[derive(UniqueTypeId)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: Unable to create file: Os { code: 30, kind: Other, message: "Read-only file system" } [INFO] [stderr] [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> tests/tests.rs:77:14 [INFO] [stderr] | [INFO] [stderr] 77 | #[derive(UniqueTypeId)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: Unable to create file: Os { code: 30, kind: Other, message: "Read-only file system" } [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `id` found for struct `check_simple_empty_file::Test1` in the current scope [INFO] [stderr] --> tests/tests.rs:85:30 [INFO] [stderr] | [INFO] [stderr] 79 | struct Test1; [INFO] [stderr] | ------------- function or associated item `id` not found for this [INFO] [stderr] ... [INFO] [stderr] 85 | let unique_ids = [Test1::id().0, Test2::id().0]; [INFO] [stderr] | ^^ function or associated item not found in `check_simple_empty_file::Test1` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `id`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `unique_type_id::UniqueTypeId` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `id` found for struct `check_simple_empty_file::Test2` in the current scope [INFO] [stderr] --> tests/tests.rs:85:45 [INFO] [stderr] | [INFO] [stderr] 82 | struct Test2; [INFO] [stderr] | ------------- function or associated item `id` not found for this [INFO] [stderr] ... [INFO] [stderr] 85 | let unique_ids = [Test1::id().0, Test2::id().0]; [INFO] [stderr] | ^^ function or associated item not found in `check_simple_empty_file::Test2` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `id`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `unique_type_id::UniqueTypeId` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `id` found for struct `check_simple_empty_file::Test1` in the current scope [INFO] [stderr] --> tests/tests.rs:88:23 [INFO] [stderr] | [INFO] [stderr] 79 | struct Test1; [INFO] [stderr] | ------------- function or associated item `id` not found for this [INFO] [stderr] ... [INFO] [stderr] 88 | assert_ne!(Test1::id().0, Test2::id().0); [INFO] [stderr] | ^^ function or associated item not found in `check_simple_empty_file::Test1` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `id`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `unique_type_id::UniqueTypeId` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `id` found for struct `check_simple_empty_file::Test2` in the current scope [INFO] [stderr] --> tests/tests.rs:88:38 [INFO] [stderr] | [INFO] [stderr] 82 | struct Test2; [INFO] [stderr] | ------------- function or associated item `id` not found for this [INFO] [stderr] ... [INFO] [stderr] 88 | assert_ne!(Test1::id().0, Test2::id().0); [INFO] [stderr] | ^^ function or associated item not found in `check_simple_empty_file::Test2` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `id`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `unique_type_id::UniqueTypeId` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `id` found for struct `check_empty_file_custom_start::Test1` in the current scope [INFO] [stderr] --> tests/tests.rs:104:30 [INFO] [stderr] | [INFO] [stderr] 97 | struct Test1; [INFO] [stderr] | ------------- function or associated item `id` not found for this [INFO] [stderr] ... [INFO] [stderr] 104 | let unique_ids = [Test1::id().0, Test2::id().0]; [INFO] [stderr] | ^^ function or associated item not found in `check_empty_file_custom_start::Test1` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `id`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `unique_type_id::UniqueTypeId` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `id` found for struct `check_empty_file_custom_start::Test2` in the current scope [INFO] [stderr] --> tests/tests.rs:104:45 [INFO] [stderr] | [INFO] [stderr] 101 | struct Test2; [INFO] [stderr] | ------------- function or associated item `id` not found for this [INFO] [stderr] ... [INFO] [stderr] 104 | let unique_ids = [Test1::id().0, Test2::id().0]; [INFO] [stderr] | ^^ function or associated item not found in `check_empty_file_custom_start::Test2` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `id`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `unique_type_id::UniqueTypeId` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `id` found for struct `check_empty_file_custom_start::Test1` in the current scope [INFO] [stderr] --> tests/tests.rs:107:23 [INFO] [stderr] | [INFO] [stderr] 97 | struct Test1; [INFO] [stderr] | ------------- function or associated item `id` not found for this [INFO] [stderr] ... [INFO] [stderr] 107 | assert_ne!(Test1::id().0, Test2::id().0); [INFO] [stderr] | ^^ function or associated item not found in `check_empty_file_custom_start::Test1` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `id`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `unique_type_id::UniqueTypeId` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `id` found for struct `check_empty_file_custom_start::Test2` in the current scope [INFO] [stderr] --> tests/tests.rs:107:38 [INFO] [stderr] | [INFO] [stderr] 101 | struct Test2; [INFO] [stderr] | ------------- function or associated item `id` not found for this [INFO] [stderr] ... [INFO] [stderr] 107 | assert_ne!(Test1::id().0, Test2::id().0); [INFO] [stderr] | ^^ function or associated item not found in `check_empty_file_custom_start::Test2` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `id`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `unique_type_id::UniqueTypeId` [INFO] [stderr] [INFO] [stderr] warning: unused import: `unique_type_id::UniqueTypeId` [INFO] [stderr] --> tests/tests.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | use unique_type_id::UniqueTypeId; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `unique_type_id::UniqueTypeId` [INFO] [stderr] --> tests/tests.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | use unique_type_id::UniqueTypeId; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `unique_type_id_workspace`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d0a8dcd5a471e7119668ff33b6a492cf7c03b70734694924b1991412cfef2fc2"` [INFO] running `"docker" "rm" "-f" "d0a8dcd5a471e7119668ff33b6a492cf7c03b70734694924b1991412cfef2fc2"` [INFO] [stdout] d0a8dcd5a471e7119668ff33b6a492cf7c03b70734694924b1991412cfef2fc2