Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

727 (again) #85

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

:nyaboom:

3005194
Select commit
Loading
Failed to load commit list.
Open

727 (again) #85

:nyaboom:
3005194
Select commit
Loading
Failed to load commit list.
Garnix CI / package default [x86_64-linux] failed Nov 16, 2023 in 50s

Run results

Build failed

Details

Last 100 lines of logs:

unpacking sources
unpacking source archive /nix/store/qd3gm4caqnnhj18mbiglqhcqjv228v3v-source
source root is source
patching sources
updateAutotoolsGnuConfigScriptsPhase
configuring
[naersk] cargo_version (read): 1.72.0
[naersk] cargo_message_format (set): json-diagnostic-rendered-ansi
[naersk] cargo_release: --release
[naersk] cargo_options: 
[naersk] cargo_build_options: $cargo_release -j "$NIX_BUILD_CORES" --message-format=$cargo_message_format
[naersk] cargo_test_options: $cargo_release -j "$NIX_BUILD_CORES"
[naersk] RUST_TEST_THREADS: 32
[naersk] cargo_bins_jq_filter: select(.reason == "compiler-artifact" and .executable != null and .profile.test == false)
[naersk] cargo_build_output_json (created): /build/tmp.vK5VhABGBE
[naersk] RUSTFLAGS: 
[naersk] CARGO_BUILD_RUSTFLAGS: 
[naersk] CARGO_BUILD_RUSTFLAGS (updated):  --remap-path-prefix /nix/store/zmfg4gvchf72v1w79v5q9mj72ixi5ajk-crates-io-dependencies=/sources --remap-path-prefix /nix/store/r1ld4vi2xyfx6z0fvny6ra64daaxjyq5-git-dependencies=/sources
[naersk] pre-installing dep /nix/store/k46cswp5djc755glykjwq6vfbf01swrn-teawiebot-deps-20231116
building
cargo build $cargo_release -j "$NIX_BUILD_CORES" --message-format=$cargo_message_format
   Compiling teawiebot v1.0.0 (/build/source)
error: could not compile `teawiebot` (bin "teawiebot") due to 2 previous errors
error[E0599]: no variant or associated item named `WYSI` found for enum `Copypastas` in the current scope
  --> src/commands/copypasta.rs:34:16
   |
11 | pub enum Copypastas {
   | ------------------- variant or associated item `WYSI` not found for this enum
...
34 |             Copypastas::WYSI => "WYSI",
   |                         ^^^^
   |                         |
   |                         variant or associated item not found in `Copypastas`
   |                         help: there is a variant with a similar name: `WSYI`


error: aborting due to previous error


For more information about this error, try `rustc --explain E0599`.

[naersk] cargo returned with exit code 101, exiting