[INFO] cloning repository https://github.com/Alxandr/blog-comments [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Alxandr/blog-comments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlxandr%2Fblog-comments", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlxandr%2Fblog-comments'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0e403a242a733020212eee610e351fe704ace76b [INFO] documenting Alxandr/blog-comments 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%2FAlxandr%2Fblog-comments" "/workspace/builds/worker-38/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-38/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Alxandr/blog-comments 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] removed /workspace/builds/worker-38/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/Alxandr/blog-comments [INFO] finished tweaking git repo https://github.com/Alxandr/blog-comments [INFO] tweaked toml for git repo https://github.com/Alxandr/blog-comments written to /workspace/builds/worker-38/source/Cargo.toml [INFO] crate git repo https://github.com/Alxandr/blog-comments 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] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/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] 3e7ed133862328a6ea5eaf86d6f2a17029291cebdc0ad4a7f265f511b19e910f [INFO] running `Command { std: "docker" "start" "-a" "3e7ed133862328a6ea5eaf86d6f2a17029291cebdc0ad4a7f265f511b19e910f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e7ed133862328a6ea5eaf86d6f2a17029291cebdc0ad4a7f265f511b19e910f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e7ed133862328a6ea5eaf86d6f2a17029291cebdc0ad4a7f265f511b19e910f", kill_on_drop: false }` [INFO] [stdout] 3e7ed133862328a6ea5eaf86d6f2a17029291cebdc0ad4a7f265f511b19e910f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/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] 3348e3f6cbf3e60be8271ee43de453003f38a12bbb73e93e181f75c127862497 [INFO] running `Command { std: "docker" "start" "-a" "3348e3f6cbf3e60be8271ee43de453003f38a12bbb73e93e181f75c127862497", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling libc v0.2.118 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.69 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Checking httpdate v1.0.1 [INFO] [stderr] Checking futures-sink v0.3.17 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking slab v0.4.5 [INFO] [stderr] Checking tower-layer v0.3.1 [INFO] [stderr] Compiling time-macros v0.2.3 [INFO] [stderr] Checking tracing-core v0.1.21 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking crossbeam-channel v0.5.2 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking mio v0.8.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking getrandom v0.2.4 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking colored v2.0.0 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking time v0.3.5 [INFO] [stderr] Checking flate2 v1.0.22 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking simple_logger v2.1.0 [INFO] [stderr] Checking hdrhistogram v7.5.0 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Checking async-stream v0.3.2 [INFO] [stderr] Checking tracing v0.1.29 [INFO] [stderr] Checking pin-project v1.0.10 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking query_map v0.4.0 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking tokio v1.17.0 [INFO] [stderr] Checking http v0.2.5 [INFO] [stderr] Checking http-body v0.4.4 [INFO] [stderr] Checking http-serde v1.1.0 [INFO] [stderr] Checking aws_lambda_events v0.6.0 [INFO] [stderr] Checking tokio-util v0.7.0 [INFO] [stderr] Checking hyper v0.14.14 [INFO] [stderr] Checking tokio-stream v0.1.8 [INFO] [stderr] Checking tower v0.4.12 [INFO] [stderr] Checking lambda_runtime_api_client v0.5.0 [INFO] [stderr] Checking lambda_runtime v0.5.1 [INFO] [stderr] Checking lambda_http v0.5.0 [INFO] [stderr] Documenting hello v0.0.0 (/opt/rustwide/workdir/lambda/hello) [INFO] [stderr] Documenting hello-http v0.0.0 (/opt/rustwide/workdir/lambda/hello-http) [INFO] [stdout] error[E0432]: unresolved import `lambda_http::handler` [INFO] [stdout] --> lambda/hello-http/src/main.rs:2:3 [INFO] [stdout] | [INFO] [stdout] 2 | handler, [INFO] [stdout] | ^^^^^^^ no `handler` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [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 E0432`. [INFO] [stdout] [INFO] [stderr] error: could not document `hello-http` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name hello_http lambda/hello-http/src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=ac810822e23e3c16 -L dependency=/opt/rustwide/target/debug/deps --extern lambda_http=/opt/rustwide/target/debug/deps/liblambda_http-ac2559248cfd7019.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-250758b0906e1967.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-676fbe9c0d998b80.rmeta --extern simple_logger=/opt/rustwide/target/debug/deps/libsimple_logger-a74d2e551fe3a212.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-e24d958c7f9d8d42.rmeta --cap-lints=warn --crate-version 0.0.0` (exit status: 1) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "3348e3f6cbf3e60be8271ee43de453003f38a12bbb73e93e181f75c127862497", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3348e3f6cbf3e60be8271ee43de453003f38a12bbb73e93e181f75c127862497", kill_on_drop: false }` [INFO] [stdout] 3348e3f6cbf3e60be8271ee43de453003f38a12bbb73e93e181f75c127862497