[INFO] cloning repository https://github.com/ohadApiiro/RustRepo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ohadApiiro/RustRepo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FohadApiiro%2FRustRepo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FohadApiiro%2FRustRepo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a9b311da41eb215e1ec9c91fc81c25df15f93f21 [INFO] documenting ohadApiiro/RustRepo 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%2FohadApiiro%2FRustRepo" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ohadApiiro/RustRepo 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/ohadApiiro/RustRepo [INFO] finished tweaking git repo https://github.com/ohadApiiro/RustRepo [INFO] tweaked toml for git repo https://github.com/ohadApiiro/RustRepo written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/ohadApiiro/RustRepo 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] 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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a0ab736ea01125f0f7fb88b0c656c697cfc48c615c83a0c8ff8481ec1d56bb49 [INFO] running `Command { std: "docker" "start" "-a" "a0ab736ea01125f0f7fb88b0c656c697cfc48c615c83a0c8ff8481ec1d56bb49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a0ab736ea01125f0f7fb88b0c656c697cfc48c615c83a0c8ff8481ec1d56bb49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0ab736ea01125f0f7fb88b0c656c697cfc48c615c83a0c8ff8481ec1d56bb49", kill_on_drop: false }` [INFO] [stdout] a0ab736ea01125f0f7fb88b0c656c697cfc48c615c83a0c8ff8481ec1d56bb49 [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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b39d7623b99f80a937202e9831182e7e2d501e55df0f3b6ddf52805b056eaf8d [INFO] running `Command { std: "docker" "start" "-a" "b39d7623b99f80a937202e9831182e7e2d501e55df0f3b6ddf52805b056eaf8d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Documenting RustRepo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `crate::Error` [INFO] [stdout] --> src/sl.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::Error; [INFO] [stdout] | ^^^^^^^^^^^^ no `Error` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/sl.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `serde` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `strum_macros` [INFO] [stdout] --> src/sl.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use strum_macros::{EnumString, ToString}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `strum_macros` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `ToString` [INFO] [stdout] --> src/sl.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | ToString, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `EnumString` [INFO] [stdout] --> src/sl.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | EnumString, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> src/sl.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | Serialize, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> src/sl.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | Deserialize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | #[strum(serialize = "(#)")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:33:7 [INFO] [stdout] | [INFO] [stdout] 33 | #[strum(serialize = "(CLS)")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[strum(serialize = "(SEP)")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:37:7 [INFO] [stdout] | [INFO] [stdout] 37 | #[strum(serialize = "O")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:39:7 [INFO] [stdout] | [INFO] [stdout] 39 | #[strum(serialize = "X")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:43:7 [INFO] [stdout] | [INFO] [stdout] 43 | #[strum(serialize = "album")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | #[strum(serialize = "amount")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:47:7 [INFO] [stdout] | [INFO] [stdout] 47 | #[strum(serialize = "application")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | #[strum(serialize = "artist")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:51:7 [INFO] [stdout] | [INFO] [stdout] 51 | #[strum(serialize = "calendar_item")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | #[strum(serialize = "callable_entity")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:55:7 [INFO] [stdout] | [INFO] [stdout] 55 | #[strum(serialize = "complex_criteria")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[strum(serialize = "country")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[strum(serialize = "date_period")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:61:7 [INFO] [stdout] | [INFO] [stdout] 61 | #[strum(serialize = "day")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:63:7 [INFO] [stdout] | [INFO] [stdout] 63 | #[strum(serialize = "device_type")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:65:7 [INFO] [stdout] | [INFO] [stdout] 65 | #[strum(serialize = "filter_avoid_tolls")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:67:7 [INFO] [stdout] | [INFO] [stdout] 67 | #[strum(serialize = "filter_max_distance")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | #[strum(serialize = "filter_max_rating")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:71:7 [INFO] [stdout] | [INFO] [stdout] 71 | #[strum(serialize = "filter_min_distance")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:73:7 [INFO] [stdout] | [INFO] [stdout] 73 | #[strum(serialize = "filter_min_rating")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:75:7 [INFO] [stdout] | [INFO] [stdout] 75 | #[strum(serialize = "filter_open")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:77:7 [INFO] [stdout] | [INFO] [stdout] 77 | #[strum(serialize = "filter_selection")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:79:7 [INFO] [stdout] | [INFO] [stdout] 79 | #[strum(serialize = "filter_tolls")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:81:7 [INFO] [stdout] | [INFO] [stdout] 81 | #[strum(serialize = "gas_type")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:83:7 [INFO] [stdout] | [INFO] [stdout] 83 | #[strum(serialize = "genre")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:85:7 [INFO] [stdout] | [INFO] [stdout] 85 | #[strum(serialize = "index")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:87:7 [INFO] [stdout] | [INFO] [stdout] 87 | #[strum(serialize = "interrogative")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:89:7 [INFO] [stdout] | [INFO] [stdout] 89 | #[strum(serialize = "location")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:91:7 [INFO] [stdout] | [INFO] [stdout] 91 | #[strum(serialize = "loc_bias_destination")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:93:7 [INFO] [stdout] | [INFO] [stdout] 93 | #[strum(serialize = "loc_bias_literal")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:95:7 [INFO] [stdout] | [INFO] [stdout] 95 | #[strum(serialize = "loc_bias_poi")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:97:7 [INFO] [stdout] | [INFO] [stdout] 97 | #[strum(serialize = "loc_bias_route")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:99:7 [INFO] [stdout] | [INFO] [stdout] 99 | #[strum(serialize = "media_type_album")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:101:7 [INFO] [stdout] | [INFO] [stdout] 101 | #[strum(serialize = "media_type_artist")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:103:7 [INFO] [stdout] | [INFO] [stdout] 103 | #[strum(serialize = "media_type_playlist")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:105:7 [INFO] [stdout] | [INFO] [stdout] 105 | #[strum(serialize = "media_type_song")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:107:7 [INFO] [stdout] | [INFO] [stdout] 107 | #[strum(serialize = "meeting_name")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:109:7 [INFO] [stdout] | [INFO] [stdout] 109 | #[strum(serialize = "message_start")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:111:7 [INFO] [stdout] | [INFO] [stdout] 111 | #[strum(serialize = "minutes")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:113:7 [INFO] [stdout] | [INFO] [stdout] 113 | #[strum(serialize = "month")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:115:7 [INFO] [stdout] | [INFO] [stdout] 115 | #[strum(serialize = "msg_body")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:117:7 [INFO] [stdout] | [INFO] [stdout] 117 | #[strum(serialize = "music_hierarchy")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:119:7 [INFO] [stdout] | [INFO] [stdout] 119 | #[strum(serialize = "named_entity")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:121:7 [INFO] [stdout] | [INFO] [stdout] 121 | #[strum(serialize = "number")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:123:7 [INFO] [stdout] | [INFO] [stdout] 123 | #[strum(serialize = "playlist")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:125:7 [INFO] [stdout] | [INFO] [stdout] 125 | #[strum(serialize = "podcast")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:127:7 [INFO] [stdout] | [INFO] [stdout] 127 | #[strum(serialize = "podcast_name")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:129:7 [INFO] [stdout] | [INFO] [stdout] 129 | #[strum(serialize = "pod_identifier")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:131:7 [INFO] [stdout] | [INFO] [stdout] 131 | #[strum(serialize = "preset")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:133:7 [INFO] [stdout] | [INFO] [stdout] 133 | #[strum(serialize = "query")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:135:7 [INFO] [stdout] | [INFO] [stdout] 135 | #[strum(serialize = "seconds")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:137:7 [INFO] [stdout] | [INFO] [stdout] 137 | #[strum(serialize = "selection_direction")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:139:7 [INFO] [stdout] | [INFO] [stdout] 139 | #[strum(serialize = "selection_number")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:141:7 [INFO] [stdout] | [INFO] [stdout] 141 | #[strum(serialize = "selection_position")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:144:7 [INFO] [stdout] | [INFO] [stdout] 144 | #[strum(serialize = "seperator", serialize = "separator")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:146:7 [INFO] [stdout] | [INFO] [stdout] 146 | #[strum(serialize = "setting")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:148:7 [INFO] [stdout] | [INFO] [stdout] 148 | #[strum(serialize = "signal_type")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:150:7 [INFO] [stdout] | [INFO] [stdout] 150 | #[strum(serialize = "song")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:152:7 [INFO] [stdout] | [INFO] [stdout] 152 | #[strum(serialize = "source")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:154:7 [INFO] [stdout] | [INFO] [stdout] 154 | #[strum(serialize = "station_callsign")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:156:7 [INFO] [stdout] | [INFO] [stdout] 156 | #[strum(serialize = "station_frequency")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:158:7 [INFO] [stdout] | [INFO] [stdout] 158 | #[strum(serialize = "station_name")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:160:7 [INFO] [stdout] | [INFO] [stdout] 160 | #[strum(serialize = "subject")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:162:7 [INFO] [stdout] | [INFO] [stdout] 162 | #[strum(serialize = "transcription")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:164:7 [INFO] [stdout] | [INFO] [stdout] 164 | #[strum(serialize = "task_item")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:166:7 [INFO] [stdout] | [INFO] [stdout] 166 | #[strum(serialize = "task_location")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:168:7 [INFO] [stdout] | [INFO] [stdout] 168 | #[strum(serialize = "time")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:170:7 [INFO] [stdout] | [INFO] [stdout] 170 | #[strum(serialize = "timeframe")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:172:7 [INFO] [stdout] | [INFO] [stdout] 172 | #[strum(serialize = "time_modifier")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:174:7 [INFO] [stdout] | [INFO] [stdout] 174 | #[strum(serialize = "time_period")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:176:7 [INFO] [stdout] | [INFO] [stdout] 176 | #[strum(serialize = "time_period_modifier")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:178:7 [INFO] [stdout] | [INFO] [stdout] 178 | #[strum(serialize = "vehicle_module")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:180:7 [INFO] [stdout] | [INFO] [stdout] 180 | #[strum(serialize = "version")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:182:7 [INFO] [stdout] | [INFO] [stdout] 182 | #[strum(serialize = "weekday")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strum` in this scope [INFO] [stdout] --> src/sl.rs:184:7 [INFO] [stdout] | [INFO] [stdout] 184 | #[strum(serialize = "zipcode")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> src/sl.rs:216:10 [INFO] [stdout] | [INFO] [stdout] 216 | #[derive(Serialize, Deserialize, Clone, Debug, Default, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> src/sl.rs:216:21 [INFO] [stdout] | [INFO] [stdout] 216 | #[derive(Serialize, Deserialize, Clone, Debug, Default, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> src/sl.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | #[derive(Serialize, Default, Deserialize, Clone, Debug)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> src/sl.rs:258:30 [INFO] [stdout] | [INFO] [stdout] 258 | #[derive(Serialize, Default, Deserialize, Clone, Debug)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 88 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 `RustRepo` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name RustRepo 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=a799338a89957b21 -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "b39d7623b99f80a937202e9831182e7e2d501e55df0f3b6ddf52805b056eaf8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b39d7623b99f80a937202e9831182e7e2d501e55df0f3b6ddf52805b056eaf8d", kill_on_drop: false }` [INFO] [stdout] b39d7623b99f80a937202e9831182e7e2d501e55df0f3b6ddf52805b056eaf8d