[INFO] fetching crate rquickjs 0.1.5... [INFO] documenting rquickjs-0.1.5 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate rquickjs 0.1.5 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate rquickjs 0.1.5 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rquickjs 0.1.5 [INFO] finished tweaking crates.io crate rquickjs 0.1.5 [INFO] tweaked toml for crates.io crate rquickjs 0.1.5 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8d463ffa4e1d20df2d32c0f28e4fa0c4465f4d510dd1c95dbf4f0d1143d94f8 [INFO] running `Command { std: "docker" "start" "-a" "b8d463ffa4e1d20df2d32c0f28e4fa0c4465f4d510dd1c95dbf4f0d1143d94f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8d463ffa4e1d20df2d32c0f28e4fa0c4465f4d510dd1c95dbf4f0d1143d94f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8d463ffa4e1d20df2d32c0f28e4fa0c4465f4d510dd1c95dbf4f0d1143d94f8", kill_on_drop: false }` [INFO] [stdout] b8d463ffa4e1d20df2d32c0f28e4fa0c4465f4d510dd1c95dbf4f0d1143d94f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4ca33a02dfe27d6fe66d076ffb7143802212366179333211c8c42f18761b1d80 [INFO] running `Command { std: "docker" "start" "-a" "4ca33a02dfe27d6fe66d076ffb7143802212366179333211c8c42f18761b1d80", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling rquickjs-sys v0.1.5 [INFO] [stderr] Checking rquickjs-core v0.1.5 [INFO] [stderr] Documenting rquickjs v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `Allocator` [INFO] [stdout] --> src/lib.rs:40:106 [INFO] [stdout] | [INFO] [stdout] 40 | ...untime`]. The allocators should implements [`Allocator`] trait and can be plugged on [`Runtime`] creation via [`Runtime::new_with_allo... [INFO] [stdout] | ^^^^^^^^^ no item named `Allocator` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Runtime::new_with_alloc` [INFO] [stdout] --> src/lib.rs:40:173 [INFO] [stdout] | [INFO] [stdout] 40 | ...] creation via [`Runtime::new_with_alloc`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the struct `Runtime` has no field or associated item named `new_with_alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Resolver` [INFO] [stdout] --> src/lib.rs:42:121 [INFO] [stdout] | [INFO] [stdout] 42 | ...The resolvers and loaders should implements [`Resolver`] and [`Loader`] traits respectively and can be plugged in already existing [`R... [INFO] [stdout] | ^^^^^^^^ no item named `Resolver` 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 `Loader` [INFO] [stdout] --> src/lib.rs:42:138 [INFO] [stdout] | [INFO] [stdout] 42 | ...nd loaders should implements [`Resolver`] and [`Loader`] traits respectively and can be plugged in already existing [`Runtime`] before... [INFO] [stdout] | ^^^^^^ no item named `Loader` 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 `Runtime::set_loader` [INFO] [stdout] --> src/lib.rs:42:247 [INFO] [stdout] | [INFO] [stdout] 42 | ...oading modules via [`Runtime::set_loader`]. The resolvers and loaders can be easily combined via tuples. When the previous resolver or... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the struct `Runtime` has no field or associated item named `set_loader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ArrayBuffer` [INFO] [stdout] --> src/lib.rs:44:41 [INFO] [stdout] | [INFO] [stdout] 44 | //! - `array-buffer` adds support for [`ArrayBuffer`] and [`TypedArray`]. [INFO] [stdout] | ^^^^^^^^^^^ no item named `ArrayBuffer` 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 `TypedArray` [INFO] [stdout] --> src/lib.rs:44:61 [INFO] [stdout] | [INFO] [stdout] 44 | //! - `array-buffer` adds support for [`ArrayBuffer`] and [`TypedArray`]. [INFO] [stdout] | ^^^^^^^^^^ no item named `TypedArray` 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 `tokio` [INFO] [stdout] --> src/lib.rs:46:39 [INFO] [stdout] | [INFO] [stdout] 46 | //! - `tokio` adds integration with [`tokio`] async runtime. The method [`Runtime::spawn_executor`] can be used with [`Tokio`] to spawn a... [INFO] [stdout] | ^^^^^ no item named `tokio` 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 `Runtime::spawn_executor` [INFO] [stdout] --> src/lib.rs:46:75 [INFO] [stdout] | [INFO] [stdout] 46 | ...me. The method [`Runtime::spawn_executor`] can be used with [`Tokio`] to spawn async executor. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the struct `Runtime` has no field or associated item named `spawn_executor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Tokio` [INFO] [stdout] --> src/lib.rs:46:120 [INFO] [stdout] | [INFO] [stdout] 46 | ...d [`Runtime::spawn_executor`] can be used with [`Tokio`] to spawn async executor. [INFO] [stdout] | ^^^^^ no item named `Tokio` 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 `async_std` [INFO] [stdout] --> src/lib.rs:47:43 [INFO] [stdout] | [INFO] [stdout] 47 | //! - `async-std` adds integration with [`async_std`] runtime. The method [`Runtime::spawn_executor`] can be used with [`AsyncStd`] to sp... [INFO] [stdout] | ^^^^^^^^^ no item named `async_std` 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 `Runtime::spawn_executor` [INFO] [stdout] --> src/lib.rs:47:77 [INFO] [stdout] | [INFO] [stdout] 47 | ...me. The method [`Runtime::spawn_executor`] can be used with [`AsyncStd`] to spawn async executor. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the struct `Runtime` has no field or associated item named `spawn_executor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `AsyncStd` [INFO] [stdout] --> src/lib.rs:47:122 [INFO] [stdout] | [INFO] [stdout] 47 | ...`Runtime::spawn_executor`] can be used with [`AsyncStd`] to spawn async executor. [INFO] [stdout] | ^^^^^^^^ no item named `AsyncStd` 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 `smol` [INFO] [stdout] --> src/lib.rs:48:39 [INFO] [stdout] | [INFO] [stdout] 48 | //! - `smol` adds integrations with [`smol`] async runtime. The method [`Runtime::spawn_executor`] can be used with [`Smol`] to spawn asy... [INFO] [stdout] | ^^^^ no item named `smol` 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 `Runtime::spawn_executor` [INFO] [stdout] --> src/lib.rs:48:74 [INFO] [stdout] | [INFO] [stdout] 48 | ...me. The method [`Runtime::spawn_executor`] can be used with [`Smol`] to spawn async executor. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the struct `Runtime` has no field or associated item named `spawn_executor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Smol` [INFO] [stdout] --> src/lib.rs:48:119 [INFO] [stdout] | [INFO] [stdout] 48 | ...od [`Runtime::spawn_executor`] can be used with [`Smol`] to spawn async executor. [INFO] [stdout] | ^^^^ no item named `Smol` 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 `either::Either` [INFO] [stdout] --> src/lib.rs:59:75 [INFO] [stdout] | [INFO] [stdout] 59 | //! - `either` adds [`FromJs`]/[`IntoJs`] implementations for [`Either`](`either::Either`) [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `either` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `indexmap::IndexSet` [INFO] [stdout] --> src/lib.rs:60:79 [INFO] [stdout] | [INFO] [stdout] 60 | //! - `indexmap` adds [`FromJs`]/[`IntoJs`] implementations for [`IndexSet`](`indexmap::IndexSet`) and [`IndexMap`](`indexmap_rs::IndexMap`) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `indexmap` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `indexmap_rs::IndexMap` [INFO] [stdout] --> src/lib.rs:60:118 [INFO] [stdout] | [INFO] [stdout] 60 | //! - `indexmap` adds [`FromJs`]/[`IntoJs`] implementations for [`IndexSet`](`indexmap::IndexSet`) and [`IndexMap`](`indexmap_rs::IndexMap`) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `indexmap_rs` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.06s [INFO] running `Command { std: "docker" "inspect" "4ca33a02dfe27d6fe66d076ffb7143802212366179333211c8c42f18761b1d80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ca33a02dfe27d6fe66d076ffb7143802212366179333211c8c42f18761b1d80", kill_on_drop: false }` [INFO] [stdout] 4ca33a02dfe27d6fe66d076ffb7143802212366179333211c8c42f18761b1d80 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=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" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "full-async parallel doc-cfg" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] c1f90418fc3be5dd5cd8eb2a072ac0c83596a81348d03fcee0d84e2bca12e953 [INFO] running `Command { std: "docker" "start" "-a" "c1f90418fc3be5dd5cd8eb2a072ac0c83596a81348d03fcee0d84e2bca12e953", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling signal-hook v0.3.14 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling async-task v4.2.0 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling relative-path v1.7.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling indexmap v1.8.2 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking crossbeam-utils v0.8.8 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Checking tokio v1.18.2 [INFO] [stderr] Compiling async-lock v2.5.0 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.9 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking phf v0.10.1 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rquickjs-sys v0.1.5 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling spin v0.9.3 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking blocking v1.2.0 [INFO] [stderr] Checking async-executor v1.4.1 [INFO] [stderr] Checking async-fs v1.5.0 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling darling_core v0.13.4 [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" "c1f90418fc3be5dd5cd8eb2a072ac0c83596a81348d03fcee0d84e2bca12e953", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1f90418fc3be5dd5cd8eb2a072ac0c83596a81348d03fcee0d84e2bca12e953", kill_on_drop: false }` [INFO] [stdout] c1f90418fc3be5dd5cd8eb2a072ac0c83596a81348d03fcee0d84e2bca12e953