[INFO] cloning repository https://github.com/jago-community/jago [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jago-community/jago" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjago-community%2Fjago", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjago-community%2Fjago'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a7e0847469f762c5f7f52e96c65be81b7ce62f8b [INFO] documenting jago-community/jago against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjago-community%2Fjago" "/workspace/builds/worker-18/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-18/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jago-community/jago 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 git repo https://github.com/jago-community/jago [INFO] finished tweaking git repo https://github.com/jago-community/jago [INFO] tweaked toml for git repo https://github.com/jago-community/jago written to /workspace/builds/worker-18/source/Cargo.toml [INFO] crate git repo https://github.com/jago-community/jago already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: /workspace/builds/worker-18/source/Cargo.toml: file found to be present in multiple build targets: /workspace/builds/worker-18/source/src/main.rs [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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] 6cc699b985a32df10e94e7944f3d2f8b00b2519117067e7e4e8cff7c9f96418b [INFO] running `Command { std: "docker" "start" "-a" "6cc699b985a32df10e94e7944f3d2f8b00b2519117067e7e4e8cff7c9f96418b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6cc699b985a32df10e94e7944f3d2f8b00b2519117067e7e4e8cff7c9f96418b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cc699b985a32df10e94e7944f3d2f8b00b2519117067e7e4e8cff7c9f96418b", kill_on_drop: false }` [INFO] [stdout] 6cc699b985a32df10e94e7944f3d2f8b00b2519117067e7e4e8cff7c9f96418b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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] 634b8248a9f1d4b6db954f215ecb2dee7560c82c3728665f28034090d70e6b02 [INFO] running `Command { std: "docker" "start" "-a" "634b8248a9f1d4b6db954f215ecb2dee7560c82c3728665f28034090d70e6b02", kill_on_drop: false }` [INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: file found to be present in multiple build targets: /opt/rustwide/workdir/src/main.rs [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Checking unicode-segmentation v1.9.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Checking tracing-core v0.1.23 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Checking itertools v0.10.3 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling tracing-attributes v0.1.20 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Checking tracing-log v0.1.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Checking getrandom v0.1.16 [INFO] [stderr] Checking dirs-sys v0.3.6 [INFO] [stderr] Checking regex v1.5.5 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking num-integer v0.1.44 [INFO] [stderr] Checking dirs v4.0.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking environment v0.1.0 (/opt/rustwide/workdir/crates/environment) [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking tracing v0.1.32 [INFO] [stderr] Compiling ignore v0.4.18 [INFO] [stderr] Checking tracing-subscriber v0.3.9 [INFO] [stderr] Checking quickcheck v0.9.2 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Checking num-complex v0.3.1 [INFO] [stderr] Compiling workspace v0.1.0 (/opt/rustwide/workdir/crates/workspace) [INFO] [stderr] Checking num v0.3.1 [INFO] [stderr] Checking crdts v7.0.0 [INFO] [stderr] Checking instrument v0.1.0 (/opt/rustwide/workdir/crates/instrument) [INFO] [stdout] error: --- error: error opening Cargo.toml: No such file or directory (os error 2) [INFO] [stdout] --> crates/instrument/src/lib.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | let crate_names = workspace::crate_names!(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `workspace::crate_names` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for unit type `()` in the current scope [INFO] [stdout] --> crates/instrument/src/lib.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | .iter() [INFO] [stdout] | ^^^^ method not found in `()` [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 E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `instrument` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "634b8248a9f1d4b6db954f215ecb2dee7560c82c3728665f28034090d70e6b02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "634b8248a9f1d4b6db954f215ecb2dee7560c82c3728665f28034090d70e6b02", kill_on_drop: false }` [INFO] [stdout] 634b8248a9f1d4b6db954f215ecb2dee7560c82c3728665f28034090d70e6b02