[INFO] crate diesel-derive-newtype 0.1.2 is already in cache [INFO] checking diesel-derive-newtype-0.1.2 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate diesel-derive-newtype 0.1.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate diesel-derive-newtype 0.1.2 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate diesel-derive-newtype 0.1.2 [INFO] finished tweaking crates.io crate diesel-derive-newtype 0.1.2 [INFO] tweaked toml for crates.io crate diesel-derive-newtype 0.1.2 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] a28050acc6d0b52bc53f95ceca1c48a6c2b844879cca274cc4a74a5a43e28f98 [INFO] running `"docker" "start" "-a" "a28050acc6d0b52bc53f95ceca1c48a6c2b844879cca274cc4a74a5a43e28f98"` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling libsqlite3-sys v0.17.3 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Checking diesel v1.4.4 [INFO] [stderr] Checking diesel-derive-newtype v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `diesel` [INFO] [stderr] --> tests/compile-weird-diesel-imports.rs:10:42 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] [INFO] [stderr] | ^^^^^^^^^ no `diesel` in the root [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `diesel`? [INFO] [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] [INFO] [stderr] | ^^^^^^^^^^^^ maybe a missing crate `diesel`? [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `diesel` [INFO] [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] [INFO] [stderr] | ^^^^^^^^^^^^ no `diesel` in the root [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `diesel`? [INFO] [stderr] --> tests/compile-weird-diesel-imports.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | my_entities { [INFO] [stderr] 18 | | id -> Text, [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ maybe a missing crate `diesel`? [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `diesel` [INFO] [stderr] --> tests/compile-weird-diesel-imports.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | my_entities { [INFO] [stderr] 18 | | id -> Text, [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ no `diesel` in the root [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `diesel`? [INFO] [stderr] --> tests/compile-weird-diesel-imports.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | my_entities { [INFO] [stderr] 18 | | id -> Text, [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ maybe a missing crate `diesel`? [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `diesel` [INFO] [stderr] --> tests/compile-weird-diesel-imports.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | my_entities { [INFO] [stderr] 18 | | id -> Text, [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ no `diesel` in the root [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `HasTable` in this scope [INFO] [stderr] --> tests/compile-weird-diesel-imports.rs:10:28 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Debug, PartialEq, Identifiable, Queryable)] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use gasoline::associations::HasTable; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `QueryId` in this scope [INFO] [stderr] --> tests/compile-weird-diesel-imports.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | my_entities { [INFO] [stderr] 18 | | id -> Text, [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: possible candidate is found in another module, you can import it into scope: [INFO] [stderr] gasoline::query_builder::QueryId [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `diesel-derive-newtype`. [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" "a28050acc6d0b52bc53f95ceca1c48a6c2b844879cca274cc4a74a5a43e28f98"` [INFO] running `"docker" "rm" "-f" "a28050acc6d0b52bc53f95ceca1c48a6c2b844879cca274cc4a74a5a43e28f98"` [INFO] [stdout] a28050acc6d0b52bc53f95ceca1c48a6c2b844879cca274cc4a74a5a43e28f98