01KHM3NHT3WAQMBS5FVGV94CX5: bins

BasicConfig {
    output_rules: [
        "=/out/xcvradm.gz",
        "=/out/xcvradm.sha256.txt",
        "=/out/xcvradm.gz.sha256.txt",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-latest",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/xcvradm.gz",
            series: "bins",
            name: "xcvradm.gz",
        },
        BasicConfigPublish {
            from_output: "/out/xcvradm.gz.sha256.txt",
            series: "bins",
            name: "xcvradm.gz.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KHM3NS67ECM0VS5P0S9V56RX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-16T20:54:02.297Zjob assigned to worker 01KHM3NT7YTT7SHXNME12E5TE7 [factory gimlet-EVT22200007-propolis, EVT22200007/58280] (queued for 26 s)
 
22026-02-16T20:54:11.241Zstarting task 0: "setup"
32026-02-16T20:54:11.265Z++ uname -s
42026-02-16T20:54:11.265Z+ kern=SunOS
52026-02-16T20:54:11.265Z+ build_user=build
62026-02-16T20:54:11.265Z+ build_uid=12345
72026-02-16T20:54:11.265Z+ work_dir=/work
82026-02-16T20:54:11.265Z+ input_dir=/input
92026-02-16T20:54:11.265Z+ [[ 0 == 12345 ]]
102026-02-16T20:54:11.266Z+ case "$kern" in
112026-02-16T20:54:11.266Z+ groupadd -g 12345 build
122026-02-16T20:54:11.266Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-16T20:54:13.267Z+ zfs create -o mountpoint=/work rpool/work
142026-02-16T20:54:13.309Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-16T20:54:13.334Z+ home_fs=zfs
162026-02-16T20:54:13.334Z+ [[ zfs == autofs ]]
172026-02-16T20:54:13.334Z+ mkdir -p /home/build
182026-02-16T20:54:13.334Z+ chown build:build /home/build /work
192026-02-16T20:54:15.316Z+ chmod 0700 /home/build /work
202026-02-16T20:54:15.340Zprocess exited: duration 4078 ms, exit code 0
 
212026-02-16T20:54:15.390Zstarting task 1: "rust-toolchain"
222026-02-16T20:54:15.414Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-02-16T20:54:15.415Z * rust toolchain channel = "stable"
242026-02-16T20:54:15.415Z * rust toolchain profile = "default"
252026-02-16T20:54:15.415Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-16T20:54:15.415Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-16T20:54:15.415Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-16T20:54:15.415Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-16T20:54:15.415Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-16T20:54:15.566Zinfo: downloading installer
312026-02-16T20:54:16.298Zwarn: It looks like you have an existing installation of Rust at:
322026-02-16T20:54:16.298Zwarn: /opt/ooce/bin
332026-02-16T20:54:16.298Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-16T20:54:16.298Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-16T20:54:16.298Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-16T20:54:16.298Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-16T20:54:16.298Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-16T20:54:16.298Zerror: cannot install while Rust is installed
392026-02-16T20:54:16.298Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-16T20:54:16.323Zinfo: profile set to 'default'
412026-02-16T20:54:16.324Zinfo: default host triple is x86_64-unknown-illumos
422026-02-16T20:54:16.324Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-16T20:54:16.423Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-16T20:54:16.423Zinfo: downloading component 'cargo'
452026-02-16T20:54:16.589Zinfo: downloading component 'clippy'
462026-02-16T20:54:16.656Zinfo: downloading component 'rust-docs'
472026-02-16T20:54:16.909Zinfo: downloading component 'rust-std'
482026-02-16T20:54:17.234Zinfo: downloading component 'rustc'
492026-02-16T20:54:18.855Zinfo: downloading component 'rustfmt'
502026-02-16T20:54:19.369Zinfo: installing component 'cargo'
512026-02-16T20:54:20.200Zinfo: installing component 'clippy'
522026-02-16T20:54:20.713Zinfo: installing component 'rust-docs'
532026-02-16T20:54:24.023Zinfo: installing component 'rust-std'
542026-02-16T20:54:26.130Zinfo: installing component 'rustc'
552026-02-16T20:54:34.383Zinfo: installing component 'rustfmt'
562026-02-16T20:54:34.773Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-02-16T20:54:34.773Z
582026-02-16T20:54:34.955Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-16T20:54:34.955Z
602026-02-16T20:54:34.980Z
612026-02-16T20:54:34.980ZRust is installed now. Great!
622026-02-16T20:54:34.980Z
632026-02-16T20:54:34.980ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-16T20:54:34.980Zenvironment variable. This has not been done automatically.
652026-02-16T20:54:34.980Z
662026-02-16T20:54:34.980ZTo configure your current shell, you need to source
672026-02-16T20:54:34.980Zthe corresponding env file under $HOME/.cargo.
682026-02-16T20:54:34.980Z
692026-02-16T20:54:34.980ZThis is usually done by running one of the following (note the leading DOT):
702026-02-16T20:54:34.980Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-16T20:54:34.980Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-16T20:54:34.980Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-16T20:54:35.096Z+ rustup --version
742026-02-16T20:54:35.121Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-16T20:54:35.121Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-16T20:54:35.231Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-16T20:54:35.256Z+ cargo --version
782026-02-16T20:54:35.341Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-16T20:54:35.365Z+ rustc --version
802026-02-16T20:54:35.449Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-16T20:54:35.474Zprocess exited: duration 20064 ms, exit code 0
 
822026-02-16T20:54:35.523Zstarting task 2: "authentication"
832026-02-16T20:54:35.584Zprocess exited: duration 61 ms, exit code 0
 
842026-02-16T20:54:35.636Zstarting task 3: "clone repository"
852026-02-16T20:54:35.661Z+ mkdir -p /work/oxidecomputer/transceiver-control
862026-02-16T20:54:35.661Z+ git clone https://github.com/oxidecomputer/transceiver-control /work/oxidecomputer/transceiver-control
872026-02-16T20:54:35.686ZCloning into '/work/oxidecomputer/transceiver-control'...
882026-02-16T20:54:36.466Z+ cd /work/oxidecomputer/transceiver-control
892026-02-16T20:54:36.466Z+ git fetch origin 4f8aa6f373600e3a18dc0ca8f12aa85b36a7238a
902026-02-16T20:54:36.797ZFrom https://github.com/oxidecomputer/transceiver-control
912026-02-16T20:54:36.797Z * branch 4f8aa6f373600e3a18dc0ca8f12aa85b36a7238a -> FETCH_HEAD
922026-02-16T20:54:36.822Z+ [[ -n dependabot/cargo/clap-4.5.58 ]]
932026-02-16T20:54:36.822Z++ git branch --show-current
942026-02-16T20:54:36.822Z+ current=main
952026-02-16T20:54:36.822Z+ [[ main != dependabot/cargo/clap-4.5.58 ]]
962026-02-16T20:54:36.822Z+ git branch -f dependabot/cargo/clap-4.5.58 4f8aa6f373600e3a18dc0ca8f12aa85b36a7238a
972026-02-16T20:54:36.822Z+ git checkout -f dependabot/cargo/clap-4.5.58
982026-02-16T20:54:36.846ZSwitched to branch 'dependabot/cargo/clap-4.5.58'
992026-02-16T20:54:36.847Z+ git reset --hard 4f8aa6f373600e3a18dc0ca8f12aa85b36a7238a
1002026-02-16T20:54:36.847ZHEAD is now at 4f8aa6f Bump clap from 4.5.57 to 4.5.58
1012026-02-16T20:54:36.847Zprocess exited: duration 1208 ms, exit code 0
 
1022026-02-16T20:54:36.899Zstarting task 4: "build"
1032026-02-16T20:54:36.924Z+ cargo --version
1042026-02-16T20:54:36.987Zcargo 1.93.1 (083ac5135 2025-12-15)
1052026-02-16T20:54:37.012Z+ rustc --version
1062026-02-16T20:54:37.092Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1072026-02-16T20:54:37.117Z+ pfexec mkdir -p /out
1082026-02-16T20:54:37.117Z+ pfexec chown build /out
1092026-02-16T20:54:37.117Z+ banner build
1102026-02-16T20:54:37.117Z
1112026-02-16T20:54:37.117Z ##### # # # # #####
1122026-02-16T20:54:37.117Z # # # # # # # #
1132026-02-16T20:54:37.117Z ##### # # # # # #
1142026-02-16T20:54:37.117Z # # # # # # # #
1152026-02-16T20:54:37.117Z # # # # # # # #
1162026-02-16T20:54:37.117Z ##### #### # ###### #####
1172026-02-16T20:54:37.117Z
1182026-02-16T20:54:37.117Z+ ptime -m cargo build --release --locked --bin xcvradm
1192026-02-16T20:54:37.294Z Updating crates.io index
1202026-02-16T20:54:37.821Z Downloading crates ...
1212026-02-16T20:54:37.891Z Downloaded anstream v0.6.15
1222026-02-16T20:54:37.916Z Downloaded chrono v0.4.41
1232026-02-16T20:54:37.916Z Downloaded version_check v0.9.5
1242026-02-16T20:54:37.916Z Downloaded anstyle-parse v0.2.0
1252026-02-16T20:54:37.916Z Downloaded anstyle v1.0.8
1262026-02-16T20:54:37.916Z Downloaded clap_builder v4.5.58
1272026-02-16T20:54:37.941Z Downloaded usdt-macro v0.6.0
1282026-02-16T20:54:37.941Z Downloaded clap v4.5.58
1292026-02-16T20:54:37.941Z Downloaded zerocopy v0.8.27
1302026-02-16T20:54:37.966Z Downloaded zmij v1.0.2
1312026-02-16T20:54:37.966Z Downloaded thiserror v2.0.18
1322026-02-16T20:54:37.990Z Downloaded ucd-trie v0.1.5
1332026-02-16T20:54:37.991Z Downloaded usdt-impl v0.6.0
1342026-02-16T20:54:37.991Z Downloaded unicode-ident v1.0.8
1352026-02-16T20:54:37.991Z Downloaded zerocopy-derive v0.8.27
1362026-02-16T20:54:37.991Z Downloaded tokio-macros v2.6.0
1372026-02-16T20:54:38.015Z Downloaded syn v1.0.109
1382026-02-16T20:54:38.016Z Downloaded libc v0.2.180
1392026-02-16T20:54:38.040Z Downloaded is-terminal v0.4.12
1402026-02-16T20:54:38.040Z Downloaded tokio v1.49.0
1412026-02-16T20:54:38.081Z Downloaded term v1.1.0
1422026-02-16T20:54:38.105Z Downloaded usdt v0.6.0
1432026-02-16T20:54:38.105Z Downloaded time-core v0.1.8
1442026-02-16T20:54:38.105Z Downloaded num-traits v0.2.19
1452026-02-16T20:54:38.105Z Downloaded thread_local v1.1.7
1462026-02-16T20:54:38.105Z Downloaded tabled_derive v0.11.0
1472026-02-16T20:54:38.105Z Downloaded strsim v0.11.0
1482026-02-16T20:54:38.105Z Downloaded tabled v0.20.0
1492026-02-16T20:54:38.130Z Downloaded memchr v2.5.0
1502026-02-16T20:54:38.130Z Downloaded itertools v0.14.0
1512026-02-16T20:54:38.130Z Downloaded goblin v0.10.1
1522026-02-16T20:54:38.130Z Downloaded slog-async v2.8.0
1532026-02-16T20:54:38.155Z Downloaded rustversion v1.0.12
1542026-02-16T20:54:38.155Z Downloaded pretty-hex v0.4.1
1552026-02-16T20:54:38.155Z Downloaded typenum v1.16.0
1562026-02-16T20:54:38.155Z Downloaded slog-term v2.9.2
1572026-02-16T20:54:38.155Z Downloaded scroll v0.13.0
1582026-02-16T20:54:38.155Z Downloaded pest_generator v2.8.1
1592026-02-16T20:54:38.155Z Downloaded erased-serde v0.3.31
1602026-02-16T20:54:38.155Z Downloaded cfg_aliases v0.2.1
1612026-02-16T20:54:38.155Z Downloaded unicode-width v0.2.0
1622026-02-16T20:54:38.155Z Downloaded byteorder v1.4.3
1632026-02-16T20:54:38.155Z Downloaded bitflags v2.10.0
1642026-02-16T20:54:38.180Z Downloaded proc-macro2 v1.0.89
1652026-02-16T20:54:38.180Z Downloaded pin-project-lite v0.2.12
1662026-02-16T20:54:38.180Z Downloaded nix v0.31.1
1672026-02-16T20:54:38.180Z Downloaded mio v1.0.3
1682026-02-16T20:54:38.205Z Downloaded dtrace-parser v0.3.0
1692026-02-16T20:54:38.205Z Downloaded deranged v0.5.5
1702026-02-16T20:54:38.205Z Downloaded crypto-common v0.1.6
1712026-02-16T20:54:38.205Z Downloaded time v0.3.47
1722026-02-16T20:54:38.205Z Downloaded syn v2.0.87
1732026-02-16T20:54:38.230Z Downloaded serde v1.0.228
1742026-02-16T20:54:38.230Z Downloaded proc-macro-error2 v2.0.1
1752026-02-16T20:54:38.230Z Downloaded usdt-attr-macro v0.6.0
1762026-02-16T20:54:38.230Z Downloaded thread-id v5.0.0
1772026-02-16T20:54:38.230Z Downloaded static_assertions v1.1.0
1782026-02-16T20:54:38.230Z Downloaded slog v2.8.2
1792026-02-16T20:54:38.230Z Downloaded thiserror-impl v2.0.18
1802026-02-16T20:54:38.230Z Downloaded scroll_derive v0.13.1
1812026-02-16T20:54:38.230Z Downloaded either v1.8.1
1822026-02-16T20:54:38.230Z Downloaded digest v0.10.6
1832026-02-16T20:54:38.230Z Downloaded cpufeatures v0.2.6
1842026-02-16T20:54:38.230Z Downloaded bytecount v0.6.8
1852026-02-16T20:54:38.255Z Downloaded time-macros v0.2.27
1862026-02-16T20:54:38.255Z Downloaded testing_table v0.3.0
1872026-02-16T20:54:38.255Z Downloaded take_mut v0.2.2
1882026-02-16T20:54:38.255Z Downloaded socket2 v0.6.0
1892026-02-16T20:54:38.255Z Downloaded serde_tokenstream v0.2.0
1902026-02-16T20:54:38.255Z Downloaded serde_json v1.0.149
1912026-02-16T20:54:38.255Z Downloaded serde_derive v1.0.228
1922026-02-16T20:54:38.280Z Downloaded serde_core v1.0.228
1932026-02-16T20:54:38.280Z Downloaded quote v1.0.35
1942026-02-16T20:54:38.280Z Downloaded pest v2.8.1
1952026-02-16T20:54:38.280Z Downloaded memoffset v0.9.0
1962026-02-16T20:54:38.280Z Downloaded crossbeam-channel v0.5.8
1972026-02-16T20:54:38.280Z Downloaded anyhow v1.0.101
1982026-02-16T20:54:38.280Z Downloaded sha2 v0.10.6
1992026-02-16T20:54:38.280Z Downloaded pest_derive v2.8.1
2002026-02-16T20:54:38.305Z Downloaded heck v0.5.0
2012026-02-16T20:54:38.305Z Downloaded dof v0.4.0
2022026-02-16T20:54:38.305Z Downloaded crossbeam-utils v0.8.15
2032026-02-16T20:54:38.305Z Downloaded block-buffer v0.10.4
2042026-02-16T20:54:38.305Z Downloaded proc-macro-error-attr2 v2.0.0
2052026-02-16T20:54:38.305Z Downloaded powerfmt v0.2.0
2062026-02-16T20:54:38.305Z Downloaded plain v0.2.3
2072026-02-16T20:54:38.305Z Downloaded pest_meta v2.8.1
2082026-02-16T20:54:38.305Z Downloaded papergrid v0.17.0
2092026-02-16T20:54:38.305Z Downloaded once_cell v1.21.3
2102026-02-16T20:54:38.305Z Downloaded num-conv v0.2.0
2112026-02-16T20:54:38.305Z Downloaded memmap2 v0.9.8
2122026-02-16T20:54:38.305Z Downloaded log v0.4.20
2132026-02-16T20:54:38.305Z Downloaded itoa v1.0.6
2142026-02-16T20:54:38.330Z Downloaded is_terminal_polyfill v1.70.1
2152026-02-16T20:54:38.330Z Downloaded iana-time-zone v0.1.63
2162026-02-16T20:54:38.330Z Downloaded hubpack_derive v0.1.1
2172026-02-16T20:54:38.330Z Downloaded generic-array v0.14.7
2182026-02-16T20:54:38.330Z Downloaded colorchoice v1.0.0
2192026-02-16T20:54:38.330Z Downloaded clap_lex v1.0.0
2202026-02-16T20:54:38.330Z Downloaded cfg-if v1.0.0
2212026-02-16T20:54:38.330Z Downloaded utf8parse v0.2.1
2222026-02-16T20:54:38.330Z Downloaded hubpack v0.1.2
2232026-02-16T20:54:38.330Z Downloaded fnv v1.0.7
2242026-02-16T20:54:38.330Z Downloaded clap_derive v4.5.55
2252026-02-16T20:54:38.330Z Downloaded autocfg v1.1.0
2262026-02-16T20:54:38.330Z Downloaded anstyle-query v1.0.0
2272026-02-16T20:54:38.409Z Compiling proc-macro2 v1.0.89
2282026-02-16T20:54:38.409Z Compiling unicode-ident v1.0.8
2292026-02-16T20:54:38.433Z Compiling thiserror v2.0.18
2302026-02-16T20:54:38.433Z Compiling memchr v2.5.0
2312026-02-16T20:54:38.433Z Compiling serde_core v1.0.228
2322026-02-16T20:54:38.433Z Compiling zmij v1.0.2
2332026-02-16T20:54:38.433Z Compiling libc v0.2.180
2342026-02-16T20:54:38.433Z Compiling serde v1.0.228
2352026-02-16T20:54:38.641Z Compiling serde_json v1.0.149
2362026-02-16T20:54:38.980Z Compiling ucd-trie v0.1.5
2372026-02-16T20:54:39.007Z Compiling zerocopy v0.8.27
2382026-02-16T20:54:39.365Z Compiling autocfg v1.1.0
2392026-02-16T20:54:39.773Z Compiling rustversion v1.0.12
2402026-02-16T20:54:40.108Z Compiling quote v1.0.35
2412026-02-16T20:54:40.333Z Compiling utf8parse v0.2.1
2422026-02-16T20:54:40.357Z Compiling itoa v1.0.6
2432026-02-16T20:54:40.483Z Compiling syn v2.0.87
2442026-02-16T20:54:40.507Z Compiling syn v1.0.109
2452026-02-16T20:54:40.557Z Compiling cfg-if v1.0.0
2462026-02-16T20:54:40.608Z Compiling heck v0.5.0
2472026-02-16T20:54:40.754Z Compiling anstyle-parse v0.2.0
2482026-02-16T20:54:41.227Z Compiling colorchoice v1.0.0
2492026-02-16T20:54:41.358Z Compiling usdt-impl v0.6.0
2502026-02-16T20:54:41.413Z Compiling anstyle-query v1.0.0
2512026-02-16T20:54:41.460Z Compiling anstyle v1.0.8
2522026-02-16T20:54:41.574Z Compiling is_terminal_polyfill v1.70.1
2532026-02-16T20:54:41.791Z Compiling thread-id v5.0.0
2542026-02-16T20:54:41.927Z Compiling anstream v0.6.15
2552026-02-16T20:54:42.067Z Compiling slog v2.8.2
2562026-02-16T20:54:42.417Z Compiling num-traits v0.2.19
2572026-02-16T20:54:42.539Z Compiling byteorder v1.4.3
2582026-02-16T20:54:42.875Z Compiling plain v0.2.3
2592026-02-16T20:54:42.945Z Compiling clap_lex v1.0.0
2602026-02-16T20:54:43.067Z Compiling strsim v0.11.0
2612026-02-16T20:54:43.777Z Compiling crossbeam-utils v0.8.15
2622026-02-16T20:54:43.801Z Compiling log v0.4.20
2632026-02-16T20:54:44.170Z Compiling clap_builder v4.5.58
2642026-02-16T20:54:44.682Z Compiling proc-macro-error-attr2 v2.0.0
2652026-02-16T20:54:45.428Z Compiling memoffset v0.9.0
2662026-02-16T20:54:45.680Z Compiling pretty-hex v0.4.1
2672026-02-16T20:54:45.774Z Compiling cfg_aliases v0.2.1
2682026-02-16T20:54:45.862Z Compiling num-conv v0.2.0
2692026-02-16T20:54:46.019Z Compiling bitflags v2.10.0
2702026-02-16T20:54:46.061Z Compiling once_cell v1.21.3
2712026-02-16T20:54:46.190Z Compiling powerfmt v0.2.0
2722026-02-16T20:54:46.221Z Compiling hubpack_derive v0.1.1
2732026-02-16T20:54:46.266Z Compiling time-core v0.1.8
2742026-02-16T20:54:46.449Z Compiling unicode-width v0.2.0
2752026-02-16T20:54:46.498Z Compiling time-macros v0.2.27
2762026-02-16T20:54:46.608Z Compiling deranged v0.5.5
2772026-02-16T20:54:46.633Z Compiling thread_local v1.1.7
2782026-02-16T20:54:46.905Z Compiling proc-macro-error2 v2.0.1
2792026-02-16T20:54:46.930Z Compiling nix v0.31.1
2802026-02-16T20:54:48.505Z Compiling anyhow v1.0.101
2812026-02-16T20:54:48.846Z Compiling fnv v1.0.7
2822026-02-16T20:54:49.006Z Compiling iana-time-zone v0.1.63
2832026-02-16T20:54:49.124Z Compiling version_check v0.9.5
2842026-02-16T20:54:49.160Z Compiling thiserror-impl v2.0.18
2852026-02-16T20:54:49.195Z Compiling serde_derive v1.0.228
2862026-02-16T20:54:49.356Z Compiling zerocopy-derive v0.8.27
2872026-02-16T20:54:49.445Z Compiling scroll_derive v0.13.1
2882026-02-16T20:54:49.549Z Compiling clap_derive v4.5.55
2892026-02-16T20:54:49.613Z Compiling slog-async v2.8.0
2902026-02-16T20:54:49.998Z Compiling bytecount v0.6.8
2912026-02-16T20:54:50.499Z Compiling time v0.3.47
2922026-02-16T20:54:50.829Z Compiling scroll v0.13.0
2932026-02-16T20:54:51.356Z Compiling goblin v0.10.1
2942026-02-16T20:54:51.502Z Compiling pest v2.8.1
2952026-02-16T20:54:53.881Z Compiling pest_meta v2.8.1
2962026-02-16T20:54:55.086Z Compiling pest_generator v2.8.1
2972026-02-16T20:54:55.965Z Compiling erased-serde v0.3.31
2982026-02-16T20:54:56.296Z Compiling hubpack v0.1.2
2992026-02-16T20:54:56.605Z Compiling pest_derive v2.8.1
3002026-02-16T20:54:56.674Z Compiling dof v0.4.0
3012026-02-16T20:54:56.718Z Compiling serde_tokenstream v0.2.0
3022026-02-16T20:54:57.314Z Compiling clap v4.5.58
3032026-02-16T20:54:57.339Z Compiling dtrace-parser v0.3.0
3042026-02-16T20:54:57.565Z Compiling transceiver-messages v0.1.1 (/work/oxidecomputer/transceiver-control/messages)
3052026-02-16T20:54:57.613Z Compiling papergrid v0.17.0
3062026-02-16T20:54:59.095Z Compiling usdt-attr-macro v0.6.0
3072026-02-16T20:55:00.204Z Compiling usdt-macro v0.6.0
3082026-02-16T20:55:01.267Z Compiling transceiver-controller v0.1.1 (/work/oxidecomputer/transceiver-control/controller)
3092026-02-16T20:55:01.589Z Compiling chrono v0.4.41
3102026-02-16T20:55:02.379Z Compiling tabled_derive v0.11.0
3112026-02-16T20:55:04.125Z Compiling tokio-macros v2.6.0
3122026-02-16T20:55:04.824Z Compiling crossbeam-channel v0.5.8
3132026-02-16T20:55:05.529Z Compiling testing_table v0.3.0
3142026-02-16T20:55:06.081Z Compiling memmap2 v0.9.8
3152026-02-16T20:55:06.113Z Compiling socket2 v0.6.0
3162026-02-16T20:55:06.199Z Compiling mio v1.0.3
3172026-02-16T20:55:06.563Z Compiling is-terminal v0.4.12
3182026-02-16T20:55:06.688Z Compiling take_mut v0.2.2
3192026-02-16T20:55:06.832Z Compiling pin-project-lite v0.2.12
3202026-02-16T20:55:06.960Z Compiling static_assertions v1.1.0
3212026-02-16T20:55:07.053Z Compiling either v1.8.1
3222026-02-16T20:55:07.346Z Compiling term v1.1.0
3232026-02-16T20:55:07.495Z Compiling itertools v0.14.0
3242026-02-16T20:55:07.591Z Compiling transceiver-decode v0.1.0 (/work/oxidecomputer/transceiver-control/decode)
3252026-02-16T20:55:08.201Z Compiling slog-term v2.9.2
3262026-02-16T20:55:08.820Z Compiling tokio v1.49.0
3272026-02-16T20:55:09.713Z Compiling usdt v0.6.0
3282026-02-16T20:55:10.534Z Compiling tabled v0.20.0
3292026-02-16T20:55:30.054Z Finished `release` profile [optimized] target(s) in 52.87s
3302026-02-16T20:55:30.142Z
3312026-02-16T20:55:30.142Zreal 53.015582283
3322026-02-16T20:55:30.142Zuser 5:41.519246811
3332026-02-16T20:55:30.142Zsys 28.284886150
3342026-02-16T20:55:30.142Ztrap 0.227685711
3352026-02-16T20:55:30.142Ztflt 0.124846258
3362026-02-16T20:55:30.142Zdflt 0.372190286
3372026-02-16T20:55:30.142Zkflt 0.001756683
3382026-02-16T20:55:30.142Zlock 19:32.727844602
3392026-02-16T20:55:30.142Zslp 13:21.633212605
3402026-02-16T20:55:30.142Zlat 18.099619380
3412026-02-16T20:55:30.142Zstop 12.906165225
3422026-02-16T20:55:30.167Z+ banner output
3432026-02-16T20:55:30.167Z
3442026-02-16T20:55:30.167Z #### # # ##### ##### # # #####
3452026-02-16T20:55:30.167Z # # # # # # # # # #
3462026-02-16T20:55:30.167Z # # # # # # # # # #
3472026-02-16T20:55:30.167Z # # # # # ##### # # #
3482026-02-16T20:55:30.167Z # # # # # # # # #
3492026-02-16T20:55:30.167Z #### #### # # #### #
3502026-02-16T20:55:30.167Z
3512026-02-16T20:55:30.167Z+ mv target/release/xcvradm /out/xcvradm
3522026-02-16T20:55:30.167Z+ digest -a sha256 /out/xcvradm
3532026-02-16T20:55:30.192Z+ gzip /out/xcvradm
3542026-02-16T20:55:30.792Z+ digest -a sha256 /out/xcvradm.gz
3552026-02-16T20:55:30.817Zprocess exited: duration 53909 ms, exit code 0
 
3562026-02-16T20:55:30.868Zfound 3 output files
3572026-02-16T20:55:30.868Zuploading: /out/xcvradm.gz (4718040 bytes)
3582026-02-16T20:55:37.535Zuploaded: /out/xcvradm.gz
3592026-02-16T20:55:37.559Zuploading: /out/xcvradm.sha256.txt (65 bytes)
3602026-02-16T20:55:38.630Zuploaded: /out/xcvradm.sha256.txt
3612026-02-16T20:55:38.631Zuploading: /out/xcvradm.gz.sha256.txt (65 bytes)
3622026-02-16T20:55:39.725Zuploaded: /out/xcvradm.gz.sha256.txt