[INFO] fetching crate hoedown 6.0.0... [INFO] testing hoedown-6.0.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate hoedown 6.0.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate hoedown 6.0.0 [INFO] finished tweaking crates.io crate hoedown 6.0.0 [INFO] tweaked toml for crates.io crate hoedown 6.0.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate hoedown 6.0.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 24 packages to latest compatible versions [INFO] [stderr] Adding bitflags v0.5.0 (available: v2.9.4) [INFO] [stderr] Adding glob v0.2.11 (available: v0.3.3) [INFO] [stderr] Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded timebomb v0.1.2 [INFO] [stderr] Downloaded bitflags v0.5.0 [INFO] [stderr] Downloaded atom v0.3.6 [INFO] [stderr] Downloaded pulse v0.5.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c8c74c075ae8eba385686f8a6c8ed69fa9fc05dac747db9502a6a8ec2dbfeb4 [INFO] running `Command { std: "docker" "start" "-a" "9c8c74c075ae8eba385686f8a6c8ed69fa9fc05dac747db9502a6a8ec2dbfeb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c8c74c075ae8eba385686f8a6c8ed69fa9fc05dac747db9502a6a8ec2dbfeb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c8c74c075ae8eba385686f8a6c8ed69fa9fc05dac747db9502a6a8ec2dbfeb4", kill_on_drop: false }` [INFO] [stdout] 9c8c74c075ae8eba385686f8a6c8ed69fa9fc05dac747db9502a6a8ec2dbfeb4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5edc8659ec375a9e43fe25aac925663839638e6cd6b70e6d2e44b95fb113f9d0 [INFO] running `Command { std: "docker" "start" "-a" "5edc8659ec375a9e43fe25aac925663839638e6cd6b70e6d2e44b95fb113f9d0", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling hoedown v6.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `gcc::compile_library`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | gcc::compile_library("libhoedown.a", LIBHOEDOWN_SRC); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: In function 'autolink_delim': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:37:55: warning: unused parameter 'max_rewind' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 37 | autolink_delim(uint8_t *data, size_t link_end, size_t max_rewind, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:37:74: warning: unused parameter 'size' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 37 | autolink_delim(uint8_t *data, size_t link_end, size_t max_rewind, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: At top level: [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:147:1: warning: conflicting types for 'hoedown_autolink__www' due to enum/integer mismatch; have 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, unsigned int)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, unsigned int)'} [-Wenum-int-mismatch] [INFO] [stderr] warning: hoedown@6.0.0: 147 | hoedown_autolink__www( [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: In file included from libhoedown/src/autolink.c:1: [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.h:30:8: note: previous declaration of 'hoedown_autolink__www' with type 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, hoedown_autolink_flags)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, hoedown_autolink_flags)'} [INFO] [stderr] warning: hoedown@6.0.0: 30 | size_t hoedown_autolink__www(size_t *rewind_p, hoedown_buffer *link, [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: In function 'hoedown_autolink__www': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:153:22: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 153 | unsigned int flags) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: At top level: [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:183:1: warning: conflicting types for 'hoedown_autolink__email' due to enum/integer mismatch; have 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, unsigned int)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, unsigned int)'} [-Wenum-int-mismatch] [INFO] [stderr] warning: hoedown@6.0.0: 183 | hoedown_autolink__email( [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.h:34:8: note: previous declaration of 'hoedown_autolink__email' with type 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, hoedown_autolink_flags)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, hoedown_autolink_flags)'} [INFO] [stderr] warning: hoedown@6.0.0: 34 | size_t hoedown_autolink__email(size_t *rewind_p, hoedown_buffer *link, [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: In function 'hoedown_autolink__email': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:189:22: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 189 | unsigned int flags) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: At top level: [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:239:1: warning: conflicting types for 'hoedown_autolink__url' due to enum/integer mismatch; have 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, unsigned int)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, unsigned int)'} [-Wenum-int-mismatch] [INFO] [stderr] warning: hoedown@6.0.0: 239 | hoedown_autolink__url( [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.h:38:8: note: previous declaration of 'hoedown_autolink__url' with type 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, hoedown_autolink_flags)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, hoedown_autolink_flags)'} [INFO] [stderr] warning: hoedown@6.0.0: 38 | size_t hoedown_autolink__url(size_t *rewind_p, hoedown_buffer *link, [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'create_footnote_ref': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:244:43: warning: unused parameter 'list' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 244 | create_footnote_ref(struct footnote_list *list, const uint8_t *name, size_t name_size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_linebreak': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:800:96: warning: unused parameter 'size' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 800 | char_linebreak(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_codespan': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:815:80: warning: unused parameter 'offset' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 815 | char_codespan(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_quote': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:860:77: warning: unused parameter 'offset' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 860 | char_quote(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_entity': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:940:78: warning: unused parameter 'offset' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 940 | char_entity(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_langle_tag': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:968:82: warning: unused parameter 'offset' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 968 | char_langle_tag(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_link': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:1149:33: warning: this 'else' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: hoedown@6.0.0: 1149 | else nb_p--; i++; [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:1149:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' [INFO] [stderr] warning: hoedown@6.0.0: 1149 | else nb_p--; i++; [INFO] [stderr] warning: hoedown@6.0.0: | ^ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_superscript': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:1292:83: warning: unused parameter 'offset' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 1292 | char_superscript(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'htmlblock_is_end': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:2039:27: warning: unused parameter 'doc' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 2039 | hoedown_document *doc, [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_blockcode': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:96:121: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 96 | rndr_blockcode(hoedown_buffer *ob, const hoedown_buffer *text, const hoedown_buffer *lang, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_blockquote': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:115:97: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 115 | rndr_blockquote(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_codespan': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:124:92: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 124 | rndr_codespan(hoedown_buffer *ob, const hoedown_buffer *text, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_strikethrough': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:133:100: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 133 | rndr_strikethrough(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_double_emphasis': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:145:102: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 145 | rndr_double_emphasis(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_emphasis': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:158:95: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 158 | rndr_emphasis(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_underline': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:168:96: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 168 | rndr_underline(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_highlight': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:181:96: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 181 | rndr_highlight(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_quote': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:194:92: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 194 | rndr_quote(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_list': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:260:117: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 260 | rndr_list(hoedown_buffer *ob, const hoedown_buffer *content, hoedown_list_flags flags, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_listitem': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:269:85: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 269 | rndr_listitem(hoedown_buffer *ob, const hoedown_buffer *content, hoedown_list_flags flags, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:269:121: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 269 | rndr_listitem(hoedown_buffer *ob, const hoedown_buffer *content, hoedown_list_flags flags, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_raw_block': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:326:93: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 326 | rndr_raw_block(hoedown_buffer *ob, const hoedown_buffer *text, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_triple_emphasis': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:353:102: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 353 | rndr_triple_emphasis(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_table': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:411:92: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 411 | rndr_table(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_table_header': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:420:99: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 420 | rndr_table_header(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_table_body': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:429:97: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 429 | rndr_table_body(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_tablerow': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:438:95: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 438 | rndr_tablerow(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_tablecell': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:446:123: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 446 | rndr_tablecell(hoedown_buffer *ob, const hoedown_buffer *content, hoedown_table_flags flags, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_superscript': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:482:98: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 482 | rndr_superscript(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_normal_text': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:492:98: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 492 | rndr_normal_text(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_footnote_def': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:514:117: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 514 | rndr_footnote_def(hoedown_buffer *ob, const hoedown_buffer *content, unsigned int num, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_footnote_ref': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:544:86: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 544 | rndr_footnote_ref(hoedown_buffer *ob, unsigned int num, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_math': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:551:105: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 551 | rndr_math(hoedown_buffer *ob, const hoedown_buffer *text, int displaymode, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'toc_link': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:595:83: warning: unused parameter 'link' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 595 | toc_link(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_buffer *link, const hoedown_buffer *title, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:595:111: warning: unused parameter 'title' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 595 | toc_link(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_buffer *link, const hoedown_buffer *title, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:595:147: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 595 | toc_link(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_buffer *link, const hoedown_buffer *title, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__parens': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:166:69: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 166 | smartypants_cb__parens(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:166:83: warning: unused parameter 'previous_char' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 166 | smartypants_cb__parens(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~^~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__dash': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:194:67: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 194 | smartypants_cb__dash(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:194:81: warning: unused parameter 'previous_char' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 194 | smartypants_cb__dash(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~^~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__period': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:234:69: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 234 | smartypants_cb__period(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:234:83: warning: unused parameter 'previous_char' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 234 | smartypants_cb__period(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~^~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__number': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:265:69: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 265 | smartypants_cb__number(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__ltag': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:307:67: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 307 | smartypants_cb__ltag(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:307:81: warning: unused parameter 'previous_char' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 307 | smartypants_cb__ltag(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~^~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__escape': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:357:69: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 357 | smartypants_cb__escape(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:357:83: warning: unused parameter 'previous_char' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 357 | smartypants_cb__escape(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~^~~~~~~~~~~~~ [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/renderer/html.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | /// Flags to control the behavior of the html renderer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/buffer.rs:100:24 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn to_str<'a>(&'a self) -> Result<&str, str::Utf8Error> { [INFO] [stdout] | ^^ ---- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 100 | pub fn to_str<'a>(&'a self) -> Result<&'a str, str::Utf8Error> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.5.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "5edc8659ec375a9e43fe25aac925663839638e6cd6b70e6d2e44b95fb113f9d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5edc8659ec375a9e43fe25aac925663839638e6cd6b70e6d2e44b95fb113f9d0", kill_on_drop: false }` [INFO] [stdout] 5edc8659ec375a9e43fe25aac925663839638e6cd6b70e6d2e44b95fb113f9d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 29a175b44c1f28003c57b841e7f38a8b207db15389a0460e4a3ec7fbb8dc03c6 [INFO] running `Command { std: "docker" "start" "-a" "29a175b44c1f28003c57b841e7f38a8b207db15389a0460e4a3ec7fbb8dc03c6", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling atom v0.3.6 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stdout] warning: use of deprecated function `gcc::compile_library`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | gcc::compile_library("libhoedown.a", LIBHOEDOWN_SRC); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: In function 'autolink_delim': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:37:55: warning: unused parameter 'max_rewind' [-Wunused-parameter] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: 37 | autolink_delim(uint8_t *data, size_t link_end, size_t max_rewind, size_t size) [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~~~~~ [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:37:74: warning: unused parameter 'size' [-Wunused-parameter] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: 37 | autolink_delim(uint8_t *data, size_t link_end, size_t max_rewind, size_t size) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~ [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: At top level: [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:147:1: warning: conflicting types for 'hoedown_autolink__www' due to enum/integer mismatch; have 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, unsigned int)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, unsigned int)'} [-Wenum-int-mismatch] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: 147 | hoedown_autolink__www( [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: In file included from libhoedown/src/autolink.c:1: [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.h:30:8: note: previous declaration of 'hoedown_autolink__www' with type 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, hoedown_autolink_flags)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, hoedown_autolink_flags)'} [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: 30 | size_t hoedown_autolink__www(size_t *rewind_p, hoedown_buffer *link, [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/renderer/html.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | /// Flags to control the behavior of the html renderer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: In function 'hoedown_autolink__www': [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:153:22: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: 153 | unsigned int flags) [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~^~~~~ [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: At top level: [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:183:1: warning: conflicting types for 'hoedown_autolink__email' due to enum/integer mismatch; have 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, unsigned int)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, unsigned int)'} [-Wenum-int-mismatch] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/buffer.rs:100:24 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn to_str<'a>(&'a self) -> Result<&str, str::Utf8Error> { [INFO] [stdout] | ^^ ---- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 100 | pub fn to_str<'a>(&'a self) -> Result<&'a str, str::Utf8Error> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: hoedown@6.0.0: 183 | hoedown_autolink__email( [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.h:34:8: note: previous declaration of 'hoedown_autolink__email' with type 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, hoedown_autolink_flags)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, hoedown_autolink_flags)'} [INFO] [stderr] warning: hoedown@6.0.0: 34 | size_t hoedown_autolink__email(size_t *rewind_p, hoedown_buffer *link, [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: In function 'hoedown_autolink__email': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:189:22: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 189 | unsigned int flags) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: At top level: [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:239:1: warning: conflicting types for 'hoedown_autolink__url' due to enum/integer mismatch; have 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, unsigned int)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, unsigned int)'} [-Wenum-int-mismatch] [INFO] [stderr] warning: hoedown@6.0.0: 239 | hoedown_autolink__url( [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.h:38:8: note: previous declaration of 'hoedown_autolink__url' with type 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, hoedown_autolink_flags)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, hoedown_autolink_flags)'} [INFO] [stderr] warning: hoedown@6.0.0: 38 | size_t hoedown_autolink__url(size_t *rewind_p, hoedown_buffer *link, [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'create_footnote_ref': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:244:43: warning: unused parameter 'list' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 244 | create_footnote_ref(struct footnote_list *list, const uint8_t *name, size_t name_size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_linebreak': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:800:96: warning: unused parameter 'size' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 800 | char_linebreak(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_codespan': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:815:80: warning: unused parameter 'offset' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 815 | char_codespan(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_quote': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:860:77: warning: unused parameter 'offset' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 860 | char_quote(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_entity': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:940:78: warning: unused parameter 'offset' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 940 | char_entity(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_langle_tag': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:968:82: warning: unused parameter 'offset' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 968 | char_langle_tag(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_link': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:1149:33: warning: this 'else' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: hoedown@6.0.0: 1149 | else nb_p--; i++; [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:1149:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' [INFO] [stderr] warning: hoedown@6.0.0: 1149 | else nb_p--; i++; [INFO] [stderr] warning: hoedown@6.0.0: | ^ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_superscript': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:1292:83: warning: unused parameter 'offset' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 1292 | char_superscript(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'htmlblock_is_end': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:2039:27: warning: unused parameter 'doc' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 2039 | hoedown_document *doc, [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_blockcode': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:96:121: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 96 | rndr_blockcode(hoedown_buffer *ob, const hoedown_buffer *text, const hoedown_buffer *lang, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_blockquote': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:115:97: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 115 | rndr_blockquote(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_codespan': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:124:92: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 124 | rndr_codespan(hoedown_buffer *ob, const hoedown_buffer *text, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_strikethrough': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:133:100: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 133 | rndr_strikethrough(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_double_emphasis': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:145:102: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 145 | rndr_double_emphasis(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_emphasis': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:158:95: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 158 | rndr_emphasis(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_underline': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:168:96: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 168 | rndr_underline(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_highlight': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:181:96: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 181 | rndr_highlight(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_quote': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:194:92: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 194 | rndr_quote(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_list': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:260:117: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 260 | rndr_list(hoedown_buffer *ob, const hoedown_buffer *content, hoedown_list_flags flags, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_listitem': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:269:85: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 269 | rndr_listitem(hoedown_buffer *ob, const hoedown_buffer *content, hoedown_list_flags flags, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:269:121: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 269 | rndr_listitem(hoedown_buffer *ob, const hoedown_buffer *content, hoedown_list_flags flags, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_raw_block': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:326:93: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 326 | rndr_raw_block(hoedown_buffer *ob, const hoedown_buffer *text, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_triple_emphasis': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:353:102: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 353 | rndr_triple_emphasis(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_table': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:411:92: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 411 | rndr_table(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_table_header': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:420:99: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 420 | rndr_table_header(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_table_body': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:429:97: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 429 | rndr_table_body(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_tablerow': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:438:95: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 438 | rndr_tablerow(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_tablecell': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:446:123: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 446 | rndr_tablecell(hoedown_buffer *ob, const hoedown_buffer *content, hoedown_table_flags flags, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_superscript': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:482:98: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 482 | rndr_superscript(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_normal_text': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:492:98: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 492 | rndr_normal_text(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_footnote_def': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:514:117: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 514 | rndr_footnote_def(hoedown_buffer *ob, const hoedown_buffer *content, unsigned int num, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_footnote_ref': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:544:86: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 544 | rndr_footnote_ref(hoedown_buffer *ob, unsigned int num, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_math': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:551:105: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 551 | rndr_math(hoedown_buffer *ob, const hoedown_buffer *text, int displaymode, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'toc_link': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:595:83: warning: unused parameter 'link' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 595 | toc_link(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_buffer *link, const hoedown_buffer *title, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:595:111: warning: unused parameter 'title' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 595 | toc_link(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_buffer *link, const hoedown_buffer *title, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:595:147: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 595 | toc_link(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_buffer *link, const hoedown_buffer *title, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__parens': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:166:69: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 166 | smartypants_cb__parens(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:166:83: warning: unused parameter 'previous_char' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 166 | smartypants_cb__parens(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~^~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__dash': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:194:67: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 194 | smartypants_cb__dash(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:194:81: warning: unused parameter 'previous_char' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 194 | smartypants_cb__dash(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~^~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__period': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:234:69: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 234 | smartypants_cb__period(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:234:83: warning: unused parameter 'previous_char' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 234 | smartypants_cb__period(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~^~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__number': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:265:69: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 265 | smartypants_cb__number(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__ltag': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:307:67: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 307 | smartypants_cb__ltag(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:307:81: warning: unused parameter 'previous_char' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 307 | smartypants_cb__ltag(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~^~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__escape': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:357:69: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 357 | smartypants_cb__escape(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:357:83: warning: unused parameter 'previous_char' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 357 | smartypants_cb__escape(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~^~~~~~~~~~~~~ [INFO] [stderr] Compiling pulse v0.5.3 [INFO] [stderr] Compiling timebomb v0.1.2 [INFO] [stderr] Compiling hoedown v6.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/extensions.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Constants for the various Hoedown extensions [INFO] [stdout] 3 | | pub flags Extension: u32 { [INFO] [stdout] ... | [INFO] [stdout] 54 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderer/mod.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | / bitflags! { [INFO] [stdout] 565 | | /// Flags that describe a list or list item [INFO] [stdout] 566 | | #[repr(C)] [INFO] [stdout] 567 | | pub flags List: u32 { [INFO] [stdout] ... | [INFO] [stdout] 576 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/renderer/html.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | /// Flags to control the behavior of the html renderer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderer/html.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Information about a list item [INFO] [stdout] 35 | | pub flags Flags: u32 { [INFO] [stdout] 36 | | /// Ignore raw html [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/buffer.rs:100:24 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn to_str<'a>(&'a self) -> Result<&str, str::Utf8Error> { [INFO] [stdout] | ^^ ---- the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 100 | pub fn to_str<'a>(&'a self) -> Result<&'a str, str::Utf8Error> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.63s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.5.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "29a175b44c1f28003c57b841e7f38a8b207db15389a0460e4a3ec7fbb8dc03c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29a175b44c1f28003c57b841e7f38a8b207db15389a0460e4a3ec7fbb8dc03c6", kill_on_drop: false }` [INFO] [stdout] 29a175b44c1f28003c57b841e7f38a8b207db15389a0460e4a3ec7fbb8dc03c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5139d90e3ed557f0a4f943a7ac49a0268ef6e9a39b422f5ab35caa6250b89b39 [INFO] running `Command { std: "docker" "start" "-a" "5139d90e3ed557f0a4f943a7ac49a0268ef6e9a39b422f5ab35caa6250b89b39", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: use of deprecated function `gcc::compile_library`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:19:8 [INFO] [stderr] | [INFO] [stderr] 19 | gcc::compile_library("libhoedown.a", LIBHOEDOWN_SRC); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `hoedown` (build script) generated 1 warning [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: In function 'autolink_delim': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:37:55: warning: unused parameter 'max_rewind' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 37 | autolink_delim(uint8_t *data, size_t link_end, size_t max_rewind, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:37:74: warning: unused parameter 'size' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 37 | autolink_delim(uint8_t *data, size_t link_end, size_t max_rewind, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: At top level: [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:147:1: warning: conflicting types for 'hoedown_autolink__www' due to enum/integer mismatch; have 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, unsigned int)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, unsigned int)'} [-Wenum-int-mismatch] [INFO] [stderr] warning: hoedown@6.0.0: 147 | hoedown_autolink__www( [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: In file included from libhoedown/src/autolink.c:1: [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.h:30:8: note: previous declaration of 'hoedown_autolink__www' with type 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, hoedown_autolink_flags)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, hoedown_autolink_flags)'} [INFO] [stderr] warning: hoedown@6.0.0: 30 | size_t hoedown_autolink__www(size_t *rewind_p, hoedown_buffer *link, [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: In function 'hoedown_autolink__www': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:153:22: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 153 | unsigned int flags) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: At top level: [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:183:1: warning: conflicting types for 'hoedown_autolink__email' due to enum/integer mismatch; have 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, unsigned int)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, unsigned int)'} [-Wenum-int-mismatch] [INFO] [stderr] warning: hoedown@6.0.0: 183 | hoedown_autolink__email( [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.h:34:8: note: previous declaration of 'hoedown_autolink__email' with type 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, hoedown_autolink_flags)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, hoedown_autolink_flags)'} [INFO] [stderr] warning: hoedown@6.0.0: 34 | size_t hoedown_autolink__email(size_t *rewind_p, hoedown_buffer *link, [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: In function 'hoedown_autolink__email': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:189:22: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 189 | unsigned int flags) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c: At top level: [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.c:239:1: warning: conflicting types for 'hoedown_autolink__url' due to enum/integer mismatch; have 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, unsigned int)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, unsigned int)'} [-Wenum-int-mismatch] [INFO] [stderr] warning: hoedown@6.0.0: 239 | hoedown_autolink__url( [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/autolink.h:38:8: note: previous declaration of 'hoedown_autolink__url' with type 'size_t(size_t *, hoedown_buffer *, uint8_t *, size_t, size_t, hoedown_autolink_flags)' {aka 'long unsigned int(long unsigned int *, hoedown_buffer *, unsigned char *, long unsigned int, long unsigned int, hoedown_autolink_flags)'} [INFO] [stderr] warning: hoedown@6.0.0: 38 | size_t hoedown_autolink__url(size_t *rewind_p, hoedown_buffer *link, [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'create_footnote_ref': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:244:43: warning: unused parameter 'list' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 244 | create_footnote_ref(struct footnote_list *list, const uint8_t *name, size_t name_size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_linebreak': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:800:96: warning: unused parameter 'size' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 800 | char_linebreak(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_codespan': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:815:80: warning: unused parameter 'offset' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 815 | char_codespan(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_quote': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:860:77: warning: unused parameter 'offset' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 860 | char_quote(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_entity': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:940:78: warning: unused parameter 'offset' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 940 | char_entity(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_langle_tag': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:968:82: warning: unused parameter 'offset' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 968 | char_langle_tag(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_link': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:1149:33: warning: this 'else' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: hoedown@6.0.0: 1149 | else nb_p--; i++; [INFO] [stderr] warning: hoedown@6.0.0: | ^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:1149:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' [INFO] [stderr] warning: hoedown@6.0.0: 1149 | else nb_p--; i++; [INFO] [stderr] warning: hoedown@6.0.0: | ^ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'char_superscript': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:1292:83: warning: unused parameter 'offset' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 1292 | char_superscript(hoedown_buffer *ob, hoedown_document *doc, uint8_t *data, size_t offset, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c: In function 'htmlblock_is_end': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/document.c:2039:27: warning: unused parameter 'doc' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 2039 | hoedown_document *doc, [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_blockcode': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:96:121: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 96 | rndr_blockcode(hoedown_buffer *ob, const hoedown_buffer *text, const hoedown_buffer *lang, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_blockquote': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:115:97: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 115 | rndr_blockquote(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_codespan': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:124:92: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 124 | rndr_codespan(hoedown_buffer *ob, const hoedown_buffer *text, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_strikethrough': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:133:100: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 133 | rndr_strikethrough(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_double_emphasis': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:145:102: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 145 | rndr_double_emphasis(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_emphasis': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:158:95: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 158 | rndr_emphasis(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_underline': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:168:96: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 168 | rndr_underline(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_highlight': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:181:96: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 181 | rndr_highlight(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_quote': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:194:92: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 194 | rndr_quote(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_list': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:260:117: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 260 | rndr_list(hoedown_buffer *ob, const hoedown_buffer *content, hoedown_list_flags flags, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_listitem': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:269:85: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 269 | rndr_listitem(hoedown_buffer *ob, const hoedown_buffer *content, hoedown_list_flags flags, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:269:121: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 269 | rndr_listitem(hoedown_buffer *ob, const hoedown_buffer *content, hoedown_list_flags flags, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_raw_block': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:326:93: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 326 | rndr_raw_block(hoedown_buffer *ob, const hoedown_buffer *text, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_triple_emphasis': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:353:102: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 353 | rndr_triple_emphasis(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_table': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:411:92: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 411 | rndr_table(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_table_header': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:420:99: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 420 | rndr_table_header(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_table_body': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:429:97: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 429 | rndr_table_body(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_tablerow': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:438:95: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 438 | rndr_tablerow(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_tablecell': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:446:123: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 446 | rndr_tablecell(hoedown_buffer *ob, const hoedown_buffer *content, hoedown_table_flags flags, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_superscript': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:482:98: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 482 | rndr_superscript(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_normal_text': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:492:98: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 492 | rndr_normal_text(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_footnote_def': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:514:117: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 514 | rndr_footnote_def(hoedown_buffer *ob, const hoedown_buffer *content, unsigned int num, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_footnote_ref': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:544:86: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 544 | rndr_footnote_ref(hoedown_buffer *ob, unsigned int num, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'rndr_math': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:551:105: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 551 | rndr_math(hoedown_buffer *ob, const hoedown_buffer *text, int displaymode, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c: In function 'toc_link': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:595:83: warning: unused parameter 'link' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 595 | toc_link(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_buffer *link, const hoedown_buffer *title, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:595:111: warning: unused parameter 'title' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 595 | toc_link(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_buffer *link, const hoedown_buffer *title, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html.c:595:147: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 595 | toc_link(hoedown_buffer *ob, const hoedown_buffer *content, const hoedown_buffer *link, const hoedown_buffer *title, const hoedown_renderer_data *data) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__parens': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:166:69: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 166 | smartypants_cb__parens(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:166:83: warning: unused parameter 'previous_char' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 166 | smartypants_cb__parens(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~^~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__dash': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:194:67: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 194 | smartypants_cb__dash(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:194:81: warning: unused parameter 'previous_char' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 194 | smartypants_cb__dash(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~^~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__period': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:234:69: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 234 | smartypants_cb__period(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:234:83: warning: unused parameter 'previous_char' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 234 | smartypants_cb__period(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~^~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__number': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:265:69: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 265 | smartypants_cb__number(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__ltag': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:307:67: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 307 | smartypants_cb__ltag(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:307:81: warning: unused parameter 'previous_char' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 307 | smartypants_cb__ltag(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~^~~~~~~~~~~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c: In function 'smartypants_cb__escape': [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:357:69: warning: unused parameter 'smrt' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 357 | smartypants_cb__escape(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: hoedown@6.0.0: libhoedown/src/html_smartypants.c:357:83: warning: unused parameter 'previous_char' [-Wunused-parameter] [INFO] [stderr] warning: hoedown@6.0.0: 357 | smartypants_cb__escape(hoedown_buffer *ob, struct smartypants_data *smrt, uint8_t previous_char, const uint8_t *text, size_t size) [INFO] [stderr] warning: hoedown@6.0.0: | ~~~~~~~~^~~~~~~~~~~~~ [INFO] [stderr] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stderr] --> src/extensions.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / bitflags! { [INFO] [stderr] 2 | | /// Constants for the various Hoedown extensions [INFO] [stderr] 3 | | pub flags Extension: u32 { [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stderr] --> src/extensions.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / bitflags! { [INFO] [stderr] 2 | | /// Constants for the various Hoedown extensions [INFO] [stderr] 3 | | pub flags Extension: u32 { [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/extensions.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / bitflags! { [INFO] [stderr] 2 | | /// Constants for the various Hoedown extensions [INFO] [stderr] 3 | | pub flags Extension: u32 { [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/extensions.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / bitflags! { [INFO] [stderr] 2 | | /// Constants for the various Hoedown extensions [INFO] [stderr] 3 | | pub flags Extension: u32 { [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stderr] --> src/renderer/mod.rs:564:5 [INFO] [stderr] | [INFO] [stderr] 564 | / bitflags! { [INFO] [stderr] 565 | | /// Flags that describe a list or list item [INFO] [stderr] 566 | | #[repr(C)] [INFO] [stderr] 567 | | pub flags List: u32 { [INFO] [stderr] ... | [INFO] [stderr] 576 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/renderer/mod.rs:564:5 [INFO] [stderr] | [INFO] [stderr] 564 | / bitflags! { [INFO] [stderr] 565 | | /// Flags that describe a list or list item [INFO] [stderr] 566 | | #[repr(C)] [INFO] [stderr] 567 | | pub flags List: u32 { [INFO] [stderr] ... | [INFO] [stderr] 576 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/renderer/html.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | /// Flags to control the behavior of the html renderer [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `assignment_operators` [INFO] [stderr] --> src/renderer/html.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / bitflags! { [INFO] [stderr] 34 | | /// Information about a list item [INFO] [stderr] 35 | | pub flags Flags: u32 { [INFO] [stderr] 36 | | /// Ignore raw html [INFO] [stderr] ... | [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `bitflags` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the macro `bitflags` may come from an old version of the `bitflags` crate, try updating your dependency with `cargo update -p bitflags` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/renderer/html.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / bitflags! { [INFO] [stderr] 34 | | /// Information about a list item [INFO] [stderr] 35 | | pub flags Flags: u32 { [INFO] [stderr] 36 | | /// Ignore raw html [INFO] [stderr] ... | [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/buffer.rs:100:24 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn to_str<'a>(&'a self) -> Result<&str, str::Utf8Error> { [INFO] [stderr] | ^^ ---- the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 100 | pub fn to_str<'a>(&'a self) -> Result<&'a str, str::Utf8Error> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `hoedown` (lib) generated 20 warnings (10 duplicates) [INFO] [stderr] warning: `hoedown` (lib test) generated 20 warnings (20 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.5.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hoedown-a00c376966f12755) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/buffer.rs (/opt/rustwide/target/debug/deps/buffer-d9d2efb6ce491398) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_read_to_end ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/extensions.rs (/opt/rustwide/target/debug/deps/extensions-68d36e77a84aaf7f) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test test_hard_wrap ... ok [INFO] [stdout] test test_highlight ... ok [INFO] [stdout] test test_no_indented_code ... ok [INFO] [stdout] test test_fenced_code_lang ... ok [INFO] [stdout] test test_no_intra_emphasis ... ok [INFO] [stdout] test test_footnotes ... ok [INFO] [stdout] test test_space_headers ... ok [INFO] [stdout] test test_strikethrough ... ok [INFO] [stdout] test test_superscript ... ok [INFO] [stdout] test test_underline ... ok [INFO] [stdout] test test_tables ... ok [INFO] [stdout] test test_fenced_code ... ok [INFO] [stdout] test test_quote ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/html_flags.rs (/opt/rustwide/target/debug/deps/html_flags-0d2798bbb48567eb) [INFO] [stdout] running 4 tests [INFO] [stdout] test test_escaping ... ok [INFO] [stdout] test test_hard_wrap ... ok [INFO] [stdout] test test_skip_html ... ok [INFO] [stdout] test test_xhtml ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/markdown.rs (/opt/rustwide/target/debug/deps/markdown-c80c84513cbef3ad) [INFO] [stdout] running 4 tests [INFO] [stdout] test test_math ... FAILED [INFO] [stdout] test test_markdown ... FAILED [INFO] [stdout] test test_wrapper ... FAILED [INFO] [stdout] test test_toc ... FAILED [INFO] [stderr] error: test failed, to rerun pass `--test markdown` [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_math stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_math' panicked at tests/markdown.rs:27:10: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5f90d52de342 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5f90d52de342 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5f90d52de342 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5f90d52de342 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5f90d5303d93 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5f90d5303d93 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5f90d52daae3 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5f90d52daae3 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5f90d52de192 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5f90d52dfab9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x5f90d52df8ee - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x5f90d527f204 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x5f90d527f204 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5f90d52e058e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5f90d52e058e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5f90d52e025a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x5f90d52de849 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5f90d52dfeed - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5f90d5302810 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5f90d5302c46 - core::result::unwrap_failed::h95bc3f5a607b2c95 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5 [INFO] [stdout] 20: 0x5f90d523f3b2 - core::result::Result::unwrap::h3dd70e989aa40b91 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23 [INFO] [stdout] 21: 0x5f90d523f3b2 - markdown::tidy::h84079b260a5928d2 [INFO] [stdout] at /opt/rustwide/workdir/tests/markdown.rs:27:10 [INFO] [stdout] 22: 0x5f90d52415ef - markdown::test_math::hd4029f537bcd97fd [INFO] [stdout] at /opt/rustwide/workdir/tests/markdown.rs:113:25 [INFO] [stdout] 23: 0x5f90d5240fb7 - markdown::test_math::{{closure}}::hafa3e9a9868b4cbd [INFO] [stdout] at /opt/rustwide/workdir/tests/markdown.rs:99:15 [INFO] [stdout] 24: 0x5f90d52424f6 - core::ops::function::FnOnce::call_once::h22706b81a9015862 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x5f90d5284a6b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 26: 0x5f90d5284a6b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 27: 0x5f90d5283ba5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 28: 0x5f90d5283ba5 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 29: 0x5f90d5283ba5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 30: 0x5f90d5283ba5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 31: 0x5f90d5283ba5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5f90d5283ba5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 33: 0x5f90d5283ba5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 34: 0x5f90d52477a4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 35: 0x5f90d52477a4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x5f90d524b17a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x5f90d524b17a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 38: 0x5f90d524b17a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 39: 0x5f90d524b17a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 40: 0x5f90d524b17a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5f90d524b17a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x5f90d524b17a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 43: 0x5f90d52e359f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 44: 0x5f90d52e359f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 45: 0x7e711cb75aa4 - [INFO] [stdout] 46: 0x7e711cc02a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_markdown stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_markdown' panicked at tests/markdown.rs:27:10: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5f90d52de342 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5f90d52de342 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5f90d52de342 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5f90d52de342 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5f90d5303d93 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5f90d5303d93 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5f90d52daae3 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5f90d52daae3 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5f90d52de192 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5f90d52dfab9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x5f90d52df8ee - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x5f90d527f204 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x5f90d527f204 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5f90d52e058e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5f90d52e058e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5f90d52e025a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x5f90d52de849 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5f90d52dfeed - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5f90d5302810 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5f90d5302c46 - core::result::unwrap_failed::h95bc3f5a607b2c95 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5 [INFO] [stdout] 20: 0x5f90d523f3b2 - core::result::Result::unwrap::h3dd70e989aa40b91 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23 [INFO] [stdout] 21: 0x5f90d523f3b2 - markdown::tidy::h84079b260a5928d2 [INFO] [stdout] at /opt/rustwide/workdir/tests/markdown.rs:27:10 [INFO] [stdout] 22: 0x5f90d524026a - markdown::test_markdown::hb808464e5f49ab44 [INFO] [stdout] at /opt/rustwide/workdir/tests/markdown.rs:52:29 [INFO] [stdout] 23: 0x5f90d523f917 - markdown::test_markdown::{{closure}}::h42f27087ffd98047 [INFO] [stdout] at /opt/rustwide/workdir/tests/markdown.rs:36:19 [INFO] [stdout] 24: 0x5f90d5242696 - core::ops::function::FnOnce::call_once::hf7abad1fda116122 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x5f90d5284a6b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 26: 0x5f90d5284a6b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 27: 0x5f90d5283ba5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 28: 0x5f90d5283ba5 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 29: 0x5f90d5283ba5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 30: 0x5f90d5283ba5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 31: 0x5f90d5283ba5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5f90d5283ba5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 33: 0x5f90d5283ba5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 34: 0x5f90d52477a4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 35: 0x5f90d52477a4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x5f90d524b17a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x5f90d524b17a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 38: 0x5f90d524b17a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 39: 0x5f90d524b17a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 40: 0x5f90d524b17a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5f90d524b17a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x5f90d524b17a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 43: 0x5f90d52e359f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 44: 0x5f90d52e359f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 45: 0x7e711cb75aa4 - [INFO] [stdout] 46: 0x7e711cc02a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_wrapper stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_wrapper' panicked at tests/markdown.rs:27:10: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5f90d52de342 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5f90d52de342 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5f90d52de342 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5f90d52de342 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5f90d5303d93 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5f90d5303d93 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5f90d52daae3 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5f90d52daae3 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5f90d52de192 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5f90d52dfab9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x5f90d52df8ee - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x5f90d527f204 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x5f90d527f204 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5f90d52e058e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5f90d52e058e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5f90d52e025a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x5f90d52de849 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5f90d52dfeed - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5f90d5302810 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5f90d5302c46 - core::result::unwrap_failed::h95bc3f5a607b2c95 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5 [INFO] [stdout] 20: 0x5f90d523f3b2 - core::result::Result::unwrap::h3dd70e989aa40b91 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23 [INFO] [stdout] 21: 0x5f90d523f3b2 - markdown::tidy::h84079b260a5928d2 [INFO] [stdout] at /opt/rustwide/workdir/tests/markdown.rs:27:10 [INFO] [stdout] 22: 0x5f90d5240dba - markdown::test_wrapper::h4725ef8f65ce8df0 [INFO] [stdout] at /opt/rustwide/workdir/tests/markdown.rs:91:29 [INFO] [stdout] 23: 0x5f90d5240467 - markdown::test_wrapper::{{closure}}::ha0ce9884fb10814c [INFO] [stdout] at /opt/rustwide/workdir/tests/markdown.rs:60:18 [INFO] [stdout] 24: 0x5f90d5242536 - core::ops::function::FnOnce::call_once::h262de4c54a9a8719 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x5f90d5284a6b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 26: 0x5f90d5284a6b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 27: 0x5f90d5283ba5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 28: 0x5f90d5283ba5 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 29: 0x5f90d5283ba5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 30: 0x5f90d5283ba5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 31: 0x5f90d5283ba5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5f90d5283ba5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 33: 0x5f90d5283ba5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 34: 0x5f90d52477a4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 35: 0x5f90d52477a4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x5f90d524b17a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x5f90d524b17a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 38: 0x5f90d524b17a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 39: 0x5f90d524b17a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 40: 0x5f90d524b17a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5f90d524b17a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x5f90d524b17a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 43: 0x5f90d52e359f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 44: 0x5f90d52e359f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 45: 0x7e711cb75aa4 - [INFO] [stdout] 46: 0x7e711cc02a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_toc stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_toc' panicked at tests/markdown.rs:27:10: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5f90d52de342 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5f90d52de342 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5f90d52de342 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5f90d52de342 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5f90d5303d93 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5f90d5303d93 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5f90d52daae3 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5f90d52daae3 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5f90d52de192 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5f90d52dfab9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x5f90d52df8ee - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x5f90d527f204 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x5f90d527f204 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5f90d52e058e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5f90d52e058e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5f90d52e025a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x5f90d52de849 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5f90d52dfeed - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5f90d5302810 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5f90d5302c46 - core::result::unwrap_failed::h95bc3f5a607b2c95 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5 [INFO] [stdout] 20: 0x5f90d523f3b2 - core::result::Result::unwrap::h3dd70e989aa40b91 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23 [INFO] [stdout] 21: 0x5f90d523f3b2 - markdown::tidy::h84079b260a5928d2 [INFO] [stdout] at /opt/rustwide/workdir/tests/markdown.rs:27:10 [INFO] [stdout] 22: 0x5f90d5241dba - markdown::test_toc::h1fde8db8db99e56e [INFO] [stdout] at /opt/rustwide/workdir/tests/markdown.rs:132:25 [INFO] [stdout] 23: 0x5f90d52417b7 - markdown::test_toc::{{closure}}::hd3676161cb257533 [INFO] [stdout] at /opt/rustwide/workdir/tests/markdown.rs:120:14 [INFO] [stdout] 24: 0x5f90d52425e6 - core::ops::function::FnOnce::call_once::ha722284d65e87f83 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x5f90d5284a6b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 26: 0x5f90d5284a6b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 27: 0x5f90d5283ba5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 28: 0x5f90d5283ba5 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 29: 0x5f90d5283ba5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 30: 0x5f90d5283ba5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 31: 0x5f90d5283ba5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5f90d5283ba5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 33: 0x5f90d5283ba5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 34: 0x5f90d52477a4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 35: 0x5f90d52477a4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x5f90d524b17a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x5f90d524b17a - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 38: 0x5f90d524b17a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 39: 0x5f90d524b17a - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 40: 0x5f90d524b17a - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5f90d524b17a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x5f90d524b17a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 43: 0x5f90d52e359f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 44: 0x5f90d52e359f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 45: 0x7e711cb75aa4 - [INFO] [stdout] 46: 0x7e711cc02a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_markdown [INFO] [stdout] test_math [INFO] [stdout] test_toc [INFO] [stdout] test_wrapper [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5139d90e3ed557f0a4f943a7ac49a0268ef6e9a39b422f5ab35caa6250b89b39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5139d90e3ed557f0a4f943a7ac49a0268ef6e9a39b422f5ab35caa6250b89b39", kill_on_drop: false }` [INFO] [stdout] 5139d90e3ed557f0a4f943a7ac49a0268ef6e9a39b422f5ab35caa6250b89b39