Skip to content

build(deps): bump pulldown-cmark from 0.9.3 to 0.10.0 #39

build(deps): bump pulldown-cmark from 0.9.3 to 0.10.0

build(deps): bump pulldown-cmark from 0.9.3 to 0.10.0 #39

Triggered via pull request March 4, 2024 01:39
Status Failure
Total duration 47s
Artifacts

build_web.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
Error: buildah exited with code 1 Resolving "rust" using unqualified-search registries (/etc/containers/registries.conf) Trying to pull docker.io/library/rust:latest... Getting image source signatures Copying blob sha256:b131e345d3fc26ecc0cede1cebedaec8259f883d4bba18ef68e0d02d84a99f21 Copying blob sha256:2b9b41aaa3c52ab268b47da303015b94ced04a1eb02e58860e58b283404974f4 Copying blob sha256:c558fac597f8ecbb7a66712e14912ce1d83b23a92ca8b6ff14eef209ab01aff2 Copying blob sha256:7bb465c2914923b08ae03b7fc67b92a1ef9b09c4c1eb9d6711b22ee6bbb46a00 Copying blob sha256:49b40be4436eff6fe463f6977159dc727df37cabe65ade75c75c1caa3cb0a234 Copying blob sha256:49b40be4436eff6fe463f6977159dc727df37cabe65ade75c75c1caa3cb0a234 Copying blob sha256:2b9b41aaa3c52ab268b47da303015b94ced04a1eb02e58860e58b283404974f4 Copying blob sha256:c558fac597f8ecbb7a66712e14912ce1d83b23a92ca8b6ff14eef209ab01aff2 Copying blob sha256:b131e345d3fc26ecc0cede1cebedaec8259f883d4bba18ef68e0d02d84a99f21 Copying blob sha256:7bb465c2914923b08ae03b7fc67b92a1ef9b09c4c1eb9d6711b22ee6bbb46a00 Copying config sha256:a3558f4b17dbe347a00629dec54a2b6a6e3035392c110ce7458b8594101fbb8a Writing manifest to image destination Storing signatures info: downloading wasm-pack [INFO]: Checking for the Wasm target... info: downloading component 'rust-std' for 'wasm32-unknown-unknown' info: installing component 'rust-std' for 'wasm32-unknown-unknown' [INFO]: Compiling to Wasm... warning: /usr/build/harper-wasm/Cargo.toml: unused manifest key: package.private warning: /usr/build/harper-serve/Cargo.toml: unused manifest key: package.private Compiling proc-macro2 v1.0.76 Compiling unicode-ident v1.0.12 Compiling wasm-bindgen-shared v0.2.90 Compiling cfg-if v1.0.0 Compiling version_check v0.9.4 Compiling log v0.4.20 Compiling once_cell v1.19.0 Compiling bumpalo v3.14.0 Compiling wasm-bindgen v0.2.90 Compiling serde v1.0.197 Compiling unicase v2.7.0 Compiling ahash v0.8.7 Compiling quote v1.0.35 Compiling tracing-core v0.1.32 Compiling paste v1.0.14 Compiling syn v2.0.48 Compiling zerocopy v0.7.32 Compiling unicode-width v0.1.11 Compiling thiserror v1.0.56 Compiling lazy_static v1.4.0 Compiling pulldown-cmark v0.10.0 Compiling sharded-slab v0.1.7 Compiling getopts v0.2.21 Compiling thread_local v1.1.7 Compiling Inflector v0.11.4 Compiling pin-project-lite v0.2.13 Compiling pulldown-cmark-escape v0.10.0 Compiling either v1.9.0 Compiling bitflags v2.4.2 Compiling memchr v2.7.1 Compiling allocator-api2 v0.2.16 Compiling itertools v0.11.0 Compiling tracing-subscriber v0.3.18 Compiling wasm-bindgen-backend v0.2.90 Compiling wasm-bindgen-macro-support v0.2.90 Compiling serde_derive v1.0.197 Compiling thiserror-impl v1.0.56 Compiling tracing-attributes v0.1.27 Compiling wasm-bindgen-macro v0.2.90 Compiling blanket v0.3.0 Compiling tracing v0.1.40 Compiling js-sys v0.3.67 Compiling is-macro v0.3.5 Compiling tracing-wasm v0.2.1 Compiling console_error_panic_hook v0.1.7 Compiling smallvec v1.12.0 Compiling hashbrown v0.14.3 Compiling serde-wasm-bindgen v0.6.3 Compiling harper-core v0.7.5 (/usr/build/harper-core) error[E0308]: mismatched types --> harper-core/src/parsers/markdown.rs:41:44 | 33 | match event { | ----- this expression has type `Event<'_>` ... 41 | pulldown_cmark::Event::End(pulldown_cmark::Tag::Paragraph) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `TagEnd`, found `Tag<'_>` error[E0308]: mismatched types --> harper-core/src/parsers/markdown.rs:42:46 | 33 | match event { | ----- this expression has type `Event<'_>` ... 42 | | pulldown_cmark::Event::End(pulldown_cmark::Tag::Item) => tokens.push(Token { | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `TagEnd`, found `Tag<'_>` error[E0164]: expected tuple struct or tuple variant, found struct variant `Tag::Link` --> h
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, redhat-actions/buildah-build@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.