[INFO] fetching crate sea-orm-macros 0.8.0... [INFO] documenting sea-orm-macros-0.8.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate sea-orm-macros 0.8.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate sea-orm-macros 0.8.0 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sea-orm-macros 0.8.0 [INFO] finished tweaking crates.io crate sea-orm-macros 0.8.0 [INFO] tweaked toml for crates.io crate sea-orm-macros 0.8.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9162393c72e00bb0c22164161736b1f1ad60290d13a69e038f1ccb794830e16d [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" "9162393c72e00bb0c22164161736b1f1ad60290d13a69e038f1ccb794830e16d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9162393c72e00bb0c22164161736b1f1ad60290d13a69e038f1ccb794830e16d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9162393c72e00bb0c22164161736b1f1ad60290d13a69e038f1ccb794830e16d", kill_on_drop: false }` [INFO] [stdout] 9162393c72e00bb0c22164161736b1f1ad60290d13a69e038f1ccb794830e16d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2f673cb8ae8382b31326683a8436c367f791e403ebd53edab51a63e59037650b [INFO] running `Command { std: "docker" "start" "-a" "2f673cb8ae8382b31326683a8436c367f791e403ebd53edab51a63e59037650b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Checking unicode-segmentation v1.9.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking heck v0.3.3 [INFO] [stderr] Checking quote v1.0.18 [INFO] [stderr] Compiling bae v0.1.7 [INFO] [stderr] Documenting sea-orm-macros v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `sea_orm::ActiveModel` [INFO] [stdout] --> src/derives/active_model.rs:7:39 [INFO] [stdout] | [INFO] [stdout] 7 | /// Method to derive an [ActiveModel](sea_orm::ActiveModel) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `sea_orm` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sea_orm::ActiveModelBehavior` [INFO] [stdout] --> src/derives/active_model_behavior.rs:5:65 [INFO] [stdout] | [INFO] [stdout] 5 | /// Method to derive an implementation of [ActiveModelBehavior](sea_orm::ActiveModelBehavior) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sea_orm` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sea_orm::DeriveColumn` [INFO] [stdout] --> src/derives/column.rs:74:63 [INFO] [stdout] | [INFO] [stdout] 74 | /// Implement a column using for an enum using [DeriveColumn](sea_orm::DeriveColumn) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `sea_orm` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sea_orm::QueryResult` [INFO] [stdout] --> src/derives/from_query_result.rs:5:38 [INFO] [stdout] | [INFO] [stdout] 5 | /// Method to derive a [QueryResult](sea_orm::QueryResult) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `sea_orm` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sea_orm::ActiveModelTrait` [INFO] [stdout] --> src/derives/into_active_model.rs:93:66 [INFO] [stdout] | [INFO] [stdout] 93 | /// Method to derive the ActiveModel from the [ActiveModelTrait](sea_orm::ActiveModelTrait) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sea_orm` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sea_orm::PrimaryKeyTrait` [INFO] [stdout] --> src/derives/primary_key.rs:6:76 [INFO] [stdout] | [INFO] [stdout] 6 | /// Method to derive a Primary Key for a Model using the [PrimaryKeyTrait](sea_orm::PrimaryKeyTrait) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sea_orm` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `PrimaryKeyToColumn` [INFO] [stdout] --> src/lib.rs:132:55 [INFO] [stdout] | [INFO] [stdout] 132 | /// The DerivePrimaryKey derive macro will implement [PrimaryKeyToColumn] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `PrimaryKeyToColumn` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `EnumIter` [INFO] [stdout] --> src/lib.rs:134:10 [INFO] [stdout] | [INFO] [stdout] 134 | /// The [EnumIter] is also derived, allowing iteration over all enum variants. [INFO] [stdout] | ^^^^^^^^ no item named `EnumIter` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ColumnTrait` [INFO] [stdout] --> src/lib.rs:208:51 [INFO] [stdout] | [INFO] [stdout] 208 | /// The DeriveColumn derive macro will implement [ColumnTrait] for Columns. [INFO] [stdout] | ^^^^^^^^^^^ no item named `ColumnTrait` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.06s [INFO] running `Command { std: "docker" "inspect" "2f673cb8ae8382b31326683a8436c367f791e403ebd53edab51a63e59037650b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f673cb8ae8382b31326683a8436c367f791e403ebd53edab51a63e59037650b", kill_on_drop: false }` [INFO] [stdout] 2f673cb8ae8382b31326683a8436c367f791e403ebd53edab51a63e59037650b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 87f69e1db6a5bbc0236de83da8ce3c2a2dabefd7f78166577b8fd4002483fe7e [INFO] running `Command { std: "docker" "start" "-a" "87f69e1db6a5bbc0236de83da8ce3c2a2dabefd7f78166577b8fd4002483fe7e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking heck v0.3.3 [INFO] [stderr] Checking quote v1.0.18 [INFO] [stdout] error[E0277]: the trait bound `proc_macro2::Span: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/src/lib.rs:549:37 [INFO] [stdout] | [INFO] [stdout] 549 | first: self.clone().into(), [INFO] [stdout] | ^^^^ the trait `From` is not implemented for `proc_macro2::Span` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `proc_macro::Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `proc_macro2::Span: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/src/lib.rs:550:36 [INFO] [stdout] | [INFO] [stdout] 550 | last: self.clone().into(), [INFO] [stdout] | ^^^^ the trait `From` is not implemented for `proc_macro2::Span` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `proc_macro::Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro-error` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "87f69e1db6a5bbc0236de83da8ce3c2a2dabefd7f78166577b8fd4002483fe7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87f69e1db6a5bbc0236de83da8ce3c2a2dabefd7f78166577b8fd4002483fe7e", kill_on_drop: false }` [INFO] [stdout] 87f69e1db6a5bbc0236de83da8ce3c2a2dabefd7f78166577b8fd4002483fe7e