[INFO] fetching crate poem-openapi 2.0.0-alpha.4... [INFO] documenting poem-openapi-2.0.0-alpha.4 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate poem-openapi 2.0.0-alpha.4 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate poem-openapi 2.0.0-alpha.4 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 poem-openapi 2.0.0-alpha.4 [INFO] finished tweaking crates.io crate poem-openapi 2.0.0-alpha.4 [INFO] tweaked toml for crates.io crate poem-openapi 2.0.0-alpha.4 written to /workspace/builds/worker-1/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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded multer v2.0.2 [INFO] [stderr] Downloaded email_address v0.2.1 [INFO] [stderr] Downloaded aes v0.7.5 [INFO] [stderr] Downloaded aes-gcm v0.9.4 [INFO] [stderr] Downloaded bson v2.2.0 [INFO] [stderr] Downloaded ghash v0.4.4 [INFO] [stderr] Downloaded polyval v0.5.3 [INFO] [stderr] Downloaded pin-project v0.4.29 [INFO] [stderr] Downloaded pin-project-internal v0.4.29 [INFO] [stderr] Downloaded ctr v0.8.0 [INFO] [stderr] Downloaded hostname-validator v1.1.1 [INFO] [stderr] Downloaded poem-openapi-derive v2.0.0 [INFO] [stderr] Downloaded sse-codec v0.3.2 [INFO] [stderr] Downloaded futures_codec v0.4.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 0c952ca920756652bd57ead308d8e9335cb128f991da877fa91ed55bce0cbe4c [INFO] running `Command { std: "docker" "start" "-a" "0c952ca920756652bd57ead308d8e9335cb128f991da877fa91ed55bce0cbe4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c952ca920756652bd57ead308d8e9335cb128f991da877fa91ed55bce0cbe4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c952ca920756652bd57ead308d8e9335cb128f991da877fa91ed55bce0cbe4c", kill_on_drop: false }` [INFO] [stdout] 0c952ca920756652bd57ead308d8e9335cb128f991da877fa91ed55bce0cbe4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] [stdout] 126b257d0dc9f5e305e41ef2d46d13c1f29f665b8885a1cac44f27c4b46eec5a [INFO] running `Command { std: "docker" "start" "-a" "126b257d0dc9f5e305e41ef2d46d13c1f29f665b8885a1cac44f27c4b46eec5a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Checking cpufeatures v0.2.2 [INFO] [stderr] Checking once_cell v1.12.0 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking slab v0.4.6 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Checking num_threads v0.1.6 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Checking spin v0.9.3 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking tracing-core v0.1.26 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Compiling multer v2.0.2 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking http v0.2.7 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking mio v0.8.3 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking headers-core v0.2.0 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking block-buffer v0.10.2 [INFO] [stderr] Checking crypto-common v0.1.3 [INFO] [stderr] Checking universal-hash v0.4.1 [INFO] [stderr] Checking cipher v0.3.0 [INFO] [stderr] Checking aead v0.4.3 [INFO] [stderr] Checking time v0.3.9 [INFO] [stderr] Checking digest v0.10.3 [INFO] [stderr] Checking polyval v0.5.3 [INFO] [stderr] Checking aes v0.7.5 [INFO] [stderr] Checking ctr v0.8.0 [INFO] [stderr] Checking parking_lot v0.12.0 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Checking ghash v0.4.4 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking sha-1 v0.10.0 [INFO] [stderr] Checking sha2 v0.10.2 [INFO] [stderr] Checking hkdf v0.12.3 [INFO] [stderr] Checking aes-gcm v0.9.4 [INFO] [stderr] Checking headers v0.3.7 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling tracing-attributes v0.1.21 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Checking tokio v1.18.2 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Checking tracing v0.1.34 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling poem-derive v1.3.30 [INFO] [stderr] Compiling poem-openapi-derive v2.0.0 [INFO] [stderr] Checking tokio-util v0.7.2 [INFO] [stderr] Checking tokio-stream v0.1.8 [INFO] [stderr] Checking h2 v0.3.13 [INFO] [stderr] Checking serde_json v1.0.81 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking hyper v0.14.19 [INFO] [stderr] Checking poem v1.3.30 [INFO] [stderr] Documenting poem-openapi v2.0.0-alpha.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.10s [INFO] running `Command { std: "docker" "inspect" "126b257d0dc9f5e305e41ef2d46d13c1f29f665b8885a1cac44f27c4b46eec5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "126b257d0dc9f5e305e41ef2d46d13c1f29f665b8885a1cac44f27c4b46eec5a", kill_on_drop: false }` [INFO] [stdout] 126b257d0dc9f5e305e41ef2d46d13c1f29f665b8885a1cac44f27c4b46eec5a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--frozen" "--message-format=json" "--" "--cfg" "docsrs" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] c3f8847868617123be7cfd37b0f632d569c470461f6ffdc029402159e6795c0b [INFO] running `Command { std: "docker" "start" "-a" "c3f8847868617123be7cfd37b0f632d569c470461f6ffdc029402159e6795c0b", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Checking once_cell v1.12.0 [INFO] [stderr] Checking cpufeatures v0.2.2 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking slab v0.4.6 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking ryu v1.0.10 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking num_threads v0.1.6 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Compiling rust_decimal v1.23.1 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Checking unicode-bidi v0.3.8 [INFO] [stderr] Checking fastrand v1.7.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking spin v0.9.3 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking arrayvec v0.7.2 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking hostname-validator v1.1.1 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking tracing-core v0.1.26 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking http v0.2.7 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Compiling multer v2.0.2 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking headers-core v0.2.0 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking mio v0.8.3 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking parking_lot v0.12.0 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking time v0.3.9 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Checking crypto-common v0.1.3 [INFO] [stderr] Checking block-buffer v0.10.2 [INFO] [stderr] Checking cipher v0.3.0 [INFO] [stderr] Checking universal-hash v0.4.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking aead v0.4.3 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking polyval v0.5.3 [INFO] [stderr] Checking aes v0.7.5 [INFO] [stderr] Checking ctr v0.8.0 [INFO] [stderr] Checking digest v0.10.3 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking sha-1 v0.10.0 [INFO] [stderr] Checking sha2 v0.10.2 [INFO] [stderr] Checking ghash v0.4.4 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Checking aes-gcm v0.9.4 [INFO] [stderr] Checking hkdf v0.12.3 [INFO] [stderr] Checking headers v0.3.7 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling tracing-attributes v0.1.21 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Checking tokio v1.18.2 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Checking tracing v0.1.34 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Checking tokio-util v0.7.2 [INFO] [stderr] Checking tokio-stream v0.1.8 [INFO] [stderr] Compiling poem-derive v1.3.30 [INFO] [stderr] Compiling poem-openapi-derive v2.0.0 [INFO] [stderr] Checking h2 v0.3.13 [INFO] [stderr] Checking hyper v0.14.19 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde_bytes v0.11.6 [INFO] [stderr] Checking email_address v0.2.1 [INFO] [stderr] Checking bson v2.2.0 [INFO] [stderr] Checking poem v1.3.30 [INFO] [stderr] Documenting poem-openapi v2.0.0-alpha.4 (/opt/rustwide/workdir) [INFO] [stdout] error: expected one of: `for`, parentheses, `fn`, `unsafe`, `extern`, identifier, `::`, `<`, square brackets, `*`, `&`, `!`, `impl`, `_`, lifetime [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | #[poem::async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/payload/base64_payload.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | impl_apirequest_for_payload!(Base64>); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `poem::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of: `for`, parentheses, `fn`, `unsafe`, `extern`, identifier, `::`, `<`, square brackets, `*`, `&`, `!`, `impl`, `_`, lifetime [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | #[poem::async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/payload/base64_payload.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | impl_apirequest_for_payload!(Base64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `poem::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of: `for`, parentheses, `fn`, `unsafe`, `extern`, identifier, `::`, `<`, square brackets, `*`, `&`, `!`, `impl`, `_`, lifetime [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | #[poem::async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/payload/binary.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 151 | impl_apirequest_for_payload!(Binary>); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `poem::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of: `for`, parentheses, `fn`, `unsafe`, `extern`, identifier, `::`, `<`, square brackets, `*`, `&`, `!`, `impl`, `_`, lifetime [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | #[poem::async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/payload/binary.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | impl_apirequest_for_payload!(Binary); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `poem::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of: `for`, parentheses, `fn`, `unsafe`, `extern`, identifier, `::`, `<`, square brackets, `*`, `&`, `!`, `impl`, `_`, lifetime [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | #[poem::async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/payload/binary.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 153 | impl_apirequest_for_payload!(Binary); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `poem::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of: `for`, parentheses, `fn`, `unsafe`, `extern`, identifier, `::`, `<`, square brackets, `*`, `&`, `!`, `impl`, `_`, lifetime [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | #[poem::async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/payload/form.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | impl_apirequest_for_payload!(Form, T: DeserializeOwned + Type); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `poem::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of: `for`, parentheses, `fn`, `unsafe`, `extern`, identifier, `::`, `<`, square brackets, `*`, `&`, `!`, `impl`, `_`, lifetime [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | #[poem::async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/payload/html.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | impl_apirequest_for_payload!(Html); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `poem::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of: `for`, parentheses, `fn`, `unsafe`, `extern`, identifier, `::`, `<`, square brackets, `*`, `&`, `!`, `impl`, `_`, lifetime [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | #[poem::async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/payload/json.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | impl_apirequest_for_payload!(Json, T: ParseFromJSON); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `poem::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of: `for`, parentheses, `fn`, `unsafe`, `extern`, identifier, `::`, `<`, square brackets, `*`, `&`, `!`, `impl`, `_`, lifetime [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | #[poem::async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/payload/plain_text.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | impl_apirequest_for_payload!(PlainText); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `poem::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `poem-openapi` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name poem_openapi src/lib.rs -o /opt/rustwide/target/doc --cfg 'feature="bson"' --cfg 'feature="chrono"' --cfg 'feature="email"' --cfg 'feature="email_address"' --cfg 'feature="hostname"' --cfg 'feature="hostname-validator"' --cfg 'feature="rapidoc"' --cfg 'feature="redoc"' --cfg 'feature="rust_decimal"' --cfg 'feature="static-files"' --cfg 'feature="swagger-ui"' --cfg 'feature="url"' --cfg 'feature="uuid"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --cfg docsrs -Z unstable-options --document-private-items -C metadata=a97fe783005eaf4d -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-8bcb81a96746c276.rmeta --extern bson=/opt/rustwide/target/debug/deps/libbson-4bb52b29ee59d283.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-57de1f6d7c9c6f6c.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-81297c76ee0cf361.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-2aa3fa03a675ef81.so --extern email_address=/opt/rustwide/target/debug/deps/libemail_address-df7c4e86b4dd0fff.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-2aa75e254aae514c.rmeta --extern hostname_validator=/opt/rustwide/target/debug/deps/libhostname_validator-1984ada66967d60c.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-1d79507d89b2ca88.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-881ce0f8723e0e2d.rmeta --extern poem=/opt/rustwide/target/debug/deps/libpoem-a31a51a93d323d7d.rmeta --extern poem_openapi_derive=/opt/rustwide/target/debug/deps/libpoem_openapi_derive-ace1ee04ab8169f0.so --extern regex=/opt/rustwide/target/debug/deps/libregex-1c5e9376ee8338dc.rmeta --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-4ec95fcf46f7270a.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-311e13e6ee1f9772.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-a36aab838ec979b4.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-4721a75c7c7c7d43.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3e53de7f84d3f50d.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-70c6ca309ae35ab8.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-56996ab2af0158e3.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-3e910928d398abd2.rmeta --extern-html-root-url 'base64=https://docs.rs/base64/0.13.0/' --extern-html-root-url 'bson=https://docs.rs/bson/2.2.0/' --extern-html-root-url 'bytes=https://docs.rs/bytes/1.1.0/' --extern-html-root-url 'chrono=https://docs.rs/chrono/0.4.19/' --extern-html-root-url 'derive_more=https://docs.rs/derive_more/0.99.17/' --extern-html-root-url 'email_address=https://docs.rs/email_address/0.2.1/' --extern-html-root-url 'futures_util=https://docs.rs/futures-util/0.3.21/' --extern-html-root-url 'hostname_validator=https://docs.rs/hostname-validator/1.1.1/' --extern-html-root-url 'mime=https://docs.rs/mime/0.3.16/' --extern-html-root-url 'num_traits=https://docs.rs/num-traits/0.2.15/' --extern-html-root-url 'poem=https://docs.rs/poem/1.3.30/' --extern-html-root-url 'poem_openapi_derive=https://docs.rs/poem-openapi-derive/2.0.0/' --extern-html-root-url 'regex=https://docs.rs/regex/1.5.6/' --extern-html-root-url 'rust_decimal=https://docs.rs/rust_decimal/1.23.1/' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.137/' --extern-html-root-url 'serde_json=https://docs.rs/serde_json/1.0.81/' --extern-html-root-url 'serde_urlencoded=https://docs.rs/serde_urlencoded/0.7.1/' --extern-html-root-url 'thiserror=https://docs.rs/thiserror/1.0.31/' --extern-html-root-url 'tokio=https://docs.rs/tokio/1.18.2/' --extern-html-root-url 'url=https://docs.rs/url/2.2.2/' --extern-html-root-url 'uuid=https://docs.rs/uuid/0.8.2/' -Zunstable-options --crate-version 2.0.0-alpha.4` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "c3f8847868617123be7cfd37b0f632d569c470461f6ffdc029402159e6795c0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3f8847868617123be7cfd37b0f632d569c470461f6ffdc029402159e6795c0b", kill_on_drop: false }` [INFO] [stdout] c3f8847868617123be7cfd37b0f632d569c470461f6ffdc029402159e6795c0b