Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SomeoneSerge/11042bdd4474c4742fd502c20083608e to your computer and use it in GitHub Desktop.
Save SomeoneSerge/11042bdd4474c4742fd502c20083608e to your computer and use it in GitHub Desktop.
nix log /nix/store/llpf3ld5d4i0yw2l1d4p82aj2fjjvzfv-gifski-1.11.0.drv
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/d772f1x2hgcn2jgbjayb2s1pcnibsjh9-source
source root is source
Executing cargoSetupPostUnpackHook
Finished cargoSetupPostUnpackHook
unpackPhase completed in 1 minutes 5 seconds
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
Executing cargoSetupPostPatchHook
Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock
Finished cargoSetupPostPatchHook
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing cargoBuildHook
++ env CC_x86_64-unknown-linux-gnu=/nix/store/bxic6j2whyg3z4h2x3xjyqgp7fl83bnp-gcc-wrapper-12.3.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/bxic6j2whyg3z4h2x3xjyqgp7fl83bnp-gcc-wrapper-12.3.0/bin/c++ CC_x86_64-unknown-linux-gnu=/nix/store/bxic6j2whyg3z4h2x3xjyqgp7fl83bnp-gcc-wrapper-12.3.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/bxic6j2whyg3z4h2x3xjyqgp7fl83bnp-gcc-wrapper-12.3.0/bin/c++ cargo build -j 24 --target x86_64-unknown-linux-gnu --frozen --release --features=video
 Compiling libc v0.2.142
 Compiling cfg-if v1.0.0
 Compiling autocfg v1.1.0
 Compiling proc-macro2 v1.0.56
 Compiling glob v0.3.1
 Compiling memchr v2.5.0
 Compiling crossbeam-utils v0.8.15
 Compiling once_cell v1.17.1
 Compiling unicode-ident v1.0.8
 Compiling quote v1.0.26
 Compiling minimal-lexical v0.2.1
 Compiling syn v1.0.109
 Compiling cc v1.0.79
 Compiling regex-syntax v0.7.1
 Compiling version_check v0.9.4
 Compiling io-lifetimes v1.0.10
 Compiling bindgen v0.64.0
 Compiling shlex v1.1.0
 Compiling lazycell v1.3.0
 Compiling rustc-hash v1.1.0
 Compiling rustix v0.37.18
 Compiling peeking_take_while v0.1.2
 Compiling libloading v0.7.4
 Compiling bitflags v1.3.2
 Compiling lazy_static v1.4.0
 Compiling bytemuck v1.13.1
 Compiling pkg-config v0.3.26
 Compiling scopeguard v1.1.0
 Compiling linux-raw-sys v0.3.6
 Compiling rayon-core v1.11.0
 Compiling utf8parse v0.2.1
 Compiling clang-sys v1.6.1
 Compiling rgb v0.8.36
 Compiling crc32fast v1.3.2
 Compiling anstyle-parse v0.2.0
 Compiling anstyle v1.0.0
 Compiling anstyle-query v1.0.0
 Compiling colorchoice v1.0.0
 Compiling adler v1.0.2
 Compiling weezl v0.1.7
 Compiling either v1.8.1
 Compiling ffmpeg-next v6.0.0
 Compiling ahash v0.8.3
 Compiling miniz_oxide v0.7.1
 Compiling imgref v1.9.4
 Compiling crossbeam-channel v0.5.8
 Compiling strsim v0.10.0
 Compiling color_quant v1.1.0
 Compiling nom v7.1.3
 Compiling clap_lex v0.4.1
 Compiling thread_local v1.1.7
 Compiling arrayvec v0.7.2
 Compiling wild v2.1.0
 Compiling memoffset v0.8.0
 Compiling crossbeam-epoch v0.9.14
 Compiling num-traits v0.2.15
 Compiling loop9 v0.1.3
 Compiling dunce v1.0.4
 Compiling natord v1.0.9
 Compiling quick-error v2.0.1
 Compiling gif v0.12.0
 Compiling num_cpus v1.15.0
 Compiling hashbrown v0.13.2
 Compiling flate2 v1.0.26
 Compiling gifsicle v1.93.0
 Compiling crossbeam-deque v0.8.3
 Compiling gif-dispose v4.0.0
 Compiling cexpr v0.6.0
 Compiling fallible_collections v0.4.7
 Compiling resize v0.7.4
 Compiling pbr v1.1.1
 Compiling lodepng v3.7.2
 Compiling regex v1.8.1
 Compiling rayon v1.7.0
 Compiling is-terminal v0.4.7
 Compiling anstream v0.3.1
 Compiling clap_builder v4.2.5
 Compiling imagequant v4.2.0
 Compiling clap v4.2.5
 Compiling ffmpeg-sys-next v6.0.1 (https://github.com/kornelski/rust-ffmpeg-sys-1?rev=94d5496d88900bdc0cad66733138134d0ea3cf31#94d5496d)
 Compiling gifski v1.11.0 (/build/source)
 Finished release [optimized] target(s) in 9m 11s
Executing cargoInstallPostBuildHook
Finished cargoInstallPostBuildHook
Finished cargoBuildHook
buildPhase completed in 9 minutes 16 seconds
@nix { "action": "setPhase", "phase": "checkPhase" }
running tests
Executing cargoCheckHook
++ cargo test -j 24 --release --features=video --target x86_64-unknown-linux-gnu --frozen -- --test-threads=24
warning: output filename collision.
The lib target `gifski` in package `gifski v1.11.0 (/build/source)` has the same output filename as the lib target `gifski` in package `gifski v1.11.0 (/build/source)`.
Colliding filename is: /build/source/target/x86_64-unknown-linux-gnu/release/deps/libgifski.rlib
The targets should have unique names.
Consider changing their names to be unique or compiling them separately.
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
warning: output filename collision.
The lib target `gifski` in package `gifski v1.11.0 (/build/source)` has the same output filename as the lib target `gifski` in package `gifski v1.11.0 (/build/source)`.
Colliding filename is: /build/source/target/x86_64-unknown-linux-gnu/release/deps/libgifski.a
The targets should have unique names.
Consider changing their names to be unique or compiling them separately.
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
warning: output filename collision.
The lib target `gifski` in package `gifski v1.11.0 (/build/source)` has the same output filename as the lib target `gifski` in package `gifski v1.11.0 (/build/source)`.
Colliding filename is: /build/source/target/x86_64-unknown-linux-gnu/release/deps/libgifski.so
The targets should have unique names.
Consider changing their names to be unique or compiling them separately.
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
warning: output filename collision.
The lib target `gifski` in package `gifski v1.11.0 (/build/source)` has the same output filename as the lib target `gifski` in package `gifski v1.11.0 (/build/source)`.
Colliding filename is: /build/source/target/x86_64-unknown-linux-gnu/release/deps/libgifski.so.dwp
The targets should have unique names.
Consider changing their names to be unique or compiling them separately.
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
 Compiling cfg-if v1.0.0
 Compiling libc v0.2.142
 Compiling once_cell v1.17.1
 Compiling bitflags v1.3.2
 Compiling memoffset v0.8.0
 Compiling bytemuck v1.13.1
 Compiling scopeguard v1.1.0
 Compiling linux-raw-sys v0.3.6
 Compiling utf8parse v0.2.1
 Compiling adler v1.0.2
 Compiling gifsicle v1.93.0
 Compiling colorchoice v1.0.0
 Compiling anstyle v1.0.0
 Compiling anstyle-query v1.0.0
 Compiling color_quant v1.1.0
 Compiling strsim v0.10.0
 Compiling clap_lex v0.4.1
 Compiling either v1.8.1
 Compiling imgref v1.9.4
 Compiling weezl v0.1.7
 Compiling ffmpeg-sys-next v6.0.1 (https://github.com/kornelski/rust-ffmpeg-sys-1?rev=94d5496d88900bdc0cad66733138134d0ea3cf31#94d5496d)
 Compiling arrayvec v0.7.2
 Compiling num-traits v0.2.15
 Compiling quick-error v2.0.1
 Compiling wild v2.1.0
 Compiling dunce v1.0.4
 Compiling crossbeam-utils v0.8.15
 Compiling anstyle-parse v0.2.0
 Compiling miniz_oxide v0.7.1
 Compiling crc32fast v1.3.2
 Compiling natord v1.0.9
 Compiling rgb v0.8.36
 Compiling loop9 v0.1.3
 Compiling gif v0.12.0
 Compiling ahash v0.8.3
 Compiling thread_local v1.1.7
 Compiling crossbeam-channel v0.5.8
 Compiling crossbeam-epoch v0.9.14
 Compiling gif-dispose v4.0.0
 Compiling hashbrown v0.13.2
 Compiling flate2 v1.0.26
 Compiling crossbeam-deque v0.8.3
 Compiling io-lifetimes v1.0.10
 Compiling num_cpus v1.15.0
 Compiling pbr v1.1.1
 Compiling rayon-core v1.11.0
 Compiling fallible_collections v0.4.7
 Compiling rustix v0.37.18
 Compiling lodepng v3.7.2
 Compiling resize v0.7.4
 Compiling is-terminal v0.4.7
 Compiling rayon v1.7.0
 Compiling anstream v0.3.1
 Compiling clap_builder v4.2.5
 Compiling ffmpeg-next v6.0.0
 Compiling imagequant v4.2.0
 Compiling clap v4.2.5
 Compiling gifski v1.11.0 (/build/source)
error: the crate `gifski` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `gif` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `weezl` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `color_quant` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `imagequant` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `rgb` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `bytemuck` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `arrayvec` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `num_cpus` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `libc` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `rayon` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `either` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `rayon_core` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `crossbeam_channel` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `cfg_if` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `crossbeam_utils` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `crossbeam_deque` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `crossbeam_epoch` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `scopeguard` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `memoffset` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `thread_local` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `once_cell` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `imgref` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `quick_error` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `pbr` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `loop9` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `gifsicle` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `gif_dispose` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `resize` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `fallible_collections` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `hashbrown` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `ahash` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `lodepng` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `flate2` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `crc32fast` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `miniz_oxide` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: the crate `adler` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
error: could not compile `gifski` (test "tests") due to 37 previous errors
warning: build failed, waiting for other jobs to finish...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment