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

build(nix): nix flake update #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

build(nix): nix flake update

b6ee021
Select commit
Loading
Failed to load commit list.
Open

build(nix): nix flake update #19

build(nix): nix flake update
b6ee021
Select commit
Loading
Failed to load commit list.
Garnix CI / package cli [x86_64-linux] failed Apr 18, 2024 in 2m 39s

Run results

Build failed

Details

Last 100 lines of logs:

ayysee-deps> Running phase: unpackPhase
ayysee-deps> unpacking source archive /nix/store/21fz39wiyipl776lz01b8alp4im2dcwb-source
ayysee-deps> source root is source
ayysee-deps> Running phase: patchPhase
ayysee-deps> Executing configureCargoCommonVars
ayysee-deps> Running phase: updateAutotoolsGnuConfigScriptsPhase
ayysee-deps> Running phase: configurePhase
ayysee-deps> will append /build/source/.cargo-home/config.toml with contents of /nix/store/5v4amfrlbr2rhvnyjl5larsda1f1ydpp-vendor-cargo-deps/config.toml
ayysee-deps> default configurePhase, nothing to do
ayysee-deps> Running phase: buildPhase
ayysee-deps> ++ command cargo --version
ayysee-deps> cargo 1.79.0-nightly (48eca1b16 2024-04-12)
ayysee-deps> ++ command cargo check --release --locked --all-targets
ayysee-deps>    Compiling libc v0.2.142
ayysee-deps>    Compiling proc-macro2 v1.0.56
ayysee-deps>    Compiling unicode-ident v1.0.8
ayysee-deps>    Compiling quote v1.0.26
ayysee-deps>    Compiling autocfg v1.1.0
ayysee-deps>    Compiling cfg-if v1.0.0
ayysee-deps>    Compiling io-lifetimes v1.0.10
ayysee-deps>    Compiling memchr v2.5.0
ayysee-deps>    Compiling rustix v0.37.19
ayysee-deps>    Compiling parking_lot_core v0.9.7
ayysee-deps>    Compiling log v0.4.17
ayysee-deps>    Compiling once_cell v1.17.1
ayysee-deps>    Compiling smallvec v1.10.0
ayysee-deps>    Compiling scopeguard v1.1.0
ayysee-deps>    Compiling thiserror v1.0.40
ayysee-deps>    Compiling crunchy v0.2.2
ayysee-deps>    Compiling hashbrown v0.12.3
ayysee-deps>    Compiling bitflags v1.3.2
ayysee-deps>    Compiling regex-syntax v0.7.1
ayysee-deps>    Compiling tiny-keccak v2.0.2
ayysee-deps>    Compiling siphasher v0.3.10
ayysee-deps>    Compiling linux-raw-sys v0.3.7
ayysee-deps>    Compiling bit-vec v0.6.3
ayysee-deps>    Compiling fixedbitset v0.4.2
ayysee-deps>    Compiling either v1.8.1
ayysee-deps>    Compiling precomputed-hash v0.1.1
ayysee-deps>    Compiling new_debug_unreachable v1.0.4
ayysee-deps>    Compiling unicode-xid v0.2.4
ayysee-deps>    Compiling diff v0.1.13
ayysee-deps>    Compiling regex-syntax v0.6.29
ayysee-deps>     Checking pin-project-lite v0.2.9
ayysee-deps>    Compiling stationeers-mips v0.2.1 (/build/source/crates/mips)
ayysee-deps>    Compiling ayysee-compiler v0.2.1 (/build/source/crates/compiler)
ayysee-deps>    Compiling wasm-bindgen-shared v0.2.84
ayysee-deps>    Compiling syn v1.0.109
ayysee-deps>    Compiling phf_shared v0.10.0
ayysee-deps>     Checking tracing-core v0.1.30
ayysee-deps>    Compiling itertools v0.10.5
ayysee-deps>    Compiling bumpalo v3.12.2
ayysee-deps>    Compiling bit-set v0.5.3
ayysee-deps>     Checking utf8parse v0.2.1
ayysee-deps>     Checking anstyle v1.0.0
ayysee-deps>     Checking lazy_static v1.4.0
ayysee-deps>     Checking anstyle-query v1.0.0
ayysee-deps>     Checking anstyle-parse v0.2.0
ayysee-deps>     Checking colorchoice v1.0.0
ayysee-deps>    Compiling lock_api v0.4.9
ayysee-deps>    Compiling indexmap v1.9.3
ayysee-deps>    Compiling tokio v1.28.0
ayysee-deps>     Checking overload v0.1.1
ayysee-deps>    Compiling wasm-bindgen v0.2.84
ayysee-deps>     Checking clap_lex v0.4.1
ayysee-deps>    Compiling heck v0.4.1
ayysee-deps>    Compiling anyhow v1.0.71
ayysee-deps>     Checking strsim v0.10.0
ayysee-deps>    Compiling ena v0.14.2
ayysee-deps>     Checking nu-ansi-term v0.46.0
ayysee-deps>     Checking sharded-slab v0.1.4
ayysee-deps>     Checking thread_local v1.1.7
ayysee-deps>     Checking bytes v1.4.0
ayysee-deps>    Compiling ayysee-wasm v0.2.1 (/build/source/crates/wasm)
ayysee-deps>    Compiling cli v0.2.1 (/build/source/crates/cli)
ayysee-deps>     Checking tracing-log v0.1.3
ayysee-deps> error[E0635]: unknown feature `proc_macro_span_shrink`
ayysee-deps>   --> /nix/store/5v4amfrlbr2rhvnyjl5larsda1f1ydpp-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/proc-macro2-1.0.56/src/lib.rs:92:30
ayysee-deps>    |
ayysee-deps> 92 |     feature(proc_macro_span, proc_macro_span_shrink)
ayysee-deps>    |                              ^^^^^^^^^^^^^^^^^^^^^^
ayysee-deps>    Compiling aho-corasick v1.0.1
ayysee-deps> For more information about this error, try `rustc --explain E0635`.
ayysee-deps> error: could not compile `proc-macro2` (lib) due to 1 previous error
ayysee-deps> warning: build failed, waiting for other jobs to finish...
error: build of '/nix/store/5619l7lggb3w7zpc2wfy3cwqk7f4bwqg-ayysee-deps-0.2.1.drv' on 'ssh-ng://nix-ssh@garnix4' failed: builder for '/nix/store/5619l7lggb3w7zpc2wfy3cwqk7f4bwqg-ayysee-deps-0.2.1.drv' failed with exit code 101;
       last 10 log lines:
       > error[E0635]: unknown feature `proc_macro_span_shrink`
       >   --> /nix/store/5v4amfrlbr2rhvnyjl5larsda1f1ydpp-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/proc-macro2-1.0.56/src/lib.rs:92:30
       >    |
       > 92 |     feature(proc_macro_span, proc_macro_span_shrink)
       >    |                              ^^^^^^^^^^^^^^^^^^^^^^
       >
       >    Compiling aho-corasick v1.0.1
       > For more information about this error, try `rustc --explain E0635`.
       > error: could not compile `proc-macro2` (lib) due to 1 previous error
       > warning: build failed, waiting for other jobs to finish...
       For full logs, run 'nix log /nix/store/5619l7lggb3w7zpc2wfy3cwqk7f4bwqg-ayysee-deps-0.2.1.drv'.
error: builder for '/nix/store/5619l7lggb3w7zpc2wfy3cwqk7f4bwqg-ayysee-deps-0.2.1.drv' failed with exit code 1
error: 1 dependencies of derivation '/nix/store/ccrh9jiff9zim640rwjxdrmr7cr85336-ayysee-0.2.1.drv' failed to build