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

Depolama #3919

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

wip: migration works?

f671031
Select commit
Loading
Failed to load commit list.
Draft

Depolama #3919

wip: migration works?
f671031
Select commit
Loading
Failed to load commit list.
Garnix CI / package unionvisor [x86_64-linux] succeeded Mar 4, 2025 in 6m 18s

Run results

Build succeeded

Details

Last 100 lines of logs:

Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix {"action":"setPhase","phase":"updateAutotoolsGnuConfigScriptsPhase"}
Running phase: configurePhase
@nix {"action":"setPhase","phase":"configurePhase"}
will append /build/unionvisor-patched-workspace-cargo-toml/.cargo-home/config.toml with contents of /nix/store/366rs2s80kywzpz4jzj19xv049zih1xk-vendor-cargo-deps/config.toml
default configurePhase, nothing to do
Running phase: buildPhase
@nix {"action":"setPhase","phase":"buildPhase"}
cargoVendorDir: /nix/store/366rs2s80kywzpz4jzj19xv049zih1xk-vendor-cargo-deps
rustToolchain: /nix/store/66k1vwifdy392z4h08h4562zc68l9h2i-rust-minimal-1.83.0-nightly-2024-10-11
  --remap-path-prefix=/nix/store/366rs2s80kywzpz4jzj19xv049zih1xk-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0=  --remap-path-prefix=/nix/store/366rs2s80kywzpz4jzj19xv049zih1xk-vendor-cargo-deps/58bbd3669c2d3907b3e8d2c3f5eeafe9ad7edcc859d757891aaf4685ef636a6c=  --remap-path-prefix=/nix/store/366rs2s80kywzpz4jzj19xv049zih1xk-vendor-cargo-deps/a12e663e255663b4c8b53c5d1432402b1c8f6dfc5e948e0f75e10c3cc266a87c=  --remap-path-prefix=/nix/store/366rs2s80kywzpz4jzj19xv049zih1xk-vendor-cargo-deps/fceb3a3f7a38c4632d165962876930f10ca0a8c058ae14b3b293c18546fa012d=  --remap-path-prefix=/nix/store/366rs2s80kywzpz4jzj1…
++ command cargo --version
cargo 1.83.0-nightly (15fbd2f60 2024-10-08)
++ command cargo build --release --message-format json-render-diagnostics -j1 -p unionvisor
warning: Patch `arbitrary v1.3.2 (https://github.com/unionlabs/arbitrary#b5796f1a)` was not used in the crate graph.
Patch `merlin v3.0.0 (https://github.com/aptos-labs/merlin#3454ccc8)` was not used in the crate graph.
Patch `x25519-dalek v1.2.0 (https://github.com/aptos-labs/x25519-dalek?branch=zeroize_v1#762a9501)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
   Compiling proc-macro2 v1.0.93
   Compiling unicode-ident v1.0.12
   Compiling quote v1.0.35
   Compiling syn v2.0.98
   Compiling once_cell v1.19.0
   Compiling serde v1.0.217
   Compiling tracing-core v0.1.32
   Compiling serde_derive v1.0.217
   Compiling serde_json v1.0.118
   Compiling cfg-if v1.0.0
   Compiling ryu v1.0.17
   Compiling itoa v1.0.11
   Compiling overload v0.1.1
   Compiling lazy_static v1.4.0
   Compiling log v0.4.21
   Compiling tracing-log v0.2.0
   Compiling sharded-slab v0.1.7
   Compiling nu-ansi-term v0.46.0
   Compiling thread_local v1.1.8
   Compiling tracing-serde v0.1.3
   Compiling pin-project-lite v0.2.14
   Compiling utf8parse v0.2.1
   Compiling cc v1.0.90
   Compiling libc v0.2.169
   Compiling backtrace v0.3.71
   Compiling anstyle-parse v0.2.3
   Compiling tracing v0.1.40
   Compiling tracing-subscriber v0.3.18
   Compiling colorchoice v1.0.0
   Compiling gimli v0.28.1
   Compiling anstyle v1.0.6
   Compiling adler v1.0.2
   Compiling memchr v2.7.2
   Compiling eyre v0.6.12
   Compiling anstyle-query v1.0.2
   Compiling anstream v0.6.13
   Compiling object v0.32.2
   Compiling miniz_oxide v0.7.2
   Compiling addr2line v0.21.0
   Compiling tracing-error v0.2.0
   Compiling strsim v0.11.0
   Compiling rustc-demangle v0.1.23
   Compiling indenter v0.3.3
   Compiling heck v0.5.0
   Compiling clap_lex v0.7.0
   Compiling thiserror v1.0.69
   Compiling owo-colors v3.5.0
   Compiling color-spantrace v0.2.1
   Compiling clap_builder v4.5.2
   Compiling clap_derive v4.5.4
   Compiling thiserror-impl v1.0.69
   Compiling color-eyre v0.6.3
   Compiling clap v4.5.4
   Compiling fs_extra v1.3.0
   Compiling unionvisor v0.0.0 (/build/unionvisor-patched-workspace-cargo-toml/unionvisor)
    Finished `release` profile [optimized] target(s) in 1m 04s
buildPhase completed in 1 minutes 5 seconds
Running phase: installPhase
@nix {"action":"setPhase","phase":"installPhase"}
searching for bins/libs to install from cargo build log at cargoBuildLog6YQU.json
warning: Patch `arbitrary v1.3.2 (https://github.com/unionlabs/arbitrary#b5796f1a)` was not used in the crate graph.
Patch `merlin v3.0.0 (https://github.com/aptos-labs/merlin#3454ccc8)` was not used in the crate graph.
Patch `x25519-dalek v1.2.0 (https://github.com/aptos-labs/x25519-dalek?branch=zeroize_v1#762a9501)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
installing /build/unionvisor-patched-workspace-cargo-toml/target/release/unionvisor
searching for bins/libs complete
stripping references to cargoVendorDir from:
/nix/store/z3l00af3ww8anxcwnm9prq7rfpimz556-unionvisor-0.0.0/bin/unionvisor
stripping references done
Running phase: fixupPhase
@nix {"action":"setPhase","phase":"fixupPhase"}
shrinking RPATHs of ELF executables and libraries in /nix/store/z3l00af3ww8anxcwnm9prq7rfpimz556-unionvisor-0.0.0
shrinking /nix/store/z3l00af3ww8anxcwnm9prq7rfpimz556-unionvisor-0.0.0/bin/unionvisor
checking for references to /build/ in /nix/store/z3l00af3ww8anxcwnm9prq7rfpimz556-unionvisor-0.0.0...
patching script interpreter paths in /nix/store/z3l00af3ww8anxcwnm9prq7rfpimz556-unionvisor-0.0.0
stripping (with command strip and flags -S -p) in  /nix/store/z3l00af3ww8anxcwnm9prq7rfpimz556-unionvisor-0.0.0/bin