01KSH1KQJ3MFKWYZ38E8JBKVGN: 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: 01KSH1KXF12JDZ5M8767K57HA6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-26T02:26:14.285Zjob assigned to worker 01KSH1M0D3FSMRNZ1MCRMKB7PQ [factory aws, i-0691dc3b600912ae8] (queued for 45 s)
 
22026-05-26T02:26:20.629Zstarting task 0: "setup"
32026-05-26T02:26:20.635Z++ uname -s
42026-05-26T02:26:20.638Z+ kern=SunOS
52026-05-26T02:26:20.638Z+ build_user=build
62026-05-26T02:26:20.638Z+ build_uid=12345
72026-05-26T02:26:20.638Z+ work_dir=/work
82026-05-26T02:26:20.638Z+ input_dir=/input
92026-05-26T02:26:20.638Z+ [[ 0 == 12345 ]]
102026-05-26T02:26:20.638Z+ case "$kern" in
112026-05-26T02:26:20.638Z+ groupadd -g 12345 build
122026-05-26T02:26:20.641Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-26T02:26:22.645Z+ zfs create -o mountpoint=/work rpool/work
142026-05-26T02:26:22.755Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-26T02:26:22.758Z+ home_fs=zfs
162026-05-26T02:26:22.758Z+ [[ zfs == autofs ]]
172026-05-26T02:26:22.758Z+ mkdir -p /home/build
182026-05-26T02:26:22.758Z+ chown build:build /home/build /work
192026-05-26T02:26:24.760Z+ chmod 0700 /home/build /work
202026-05-26T02:26:24.764Zprocess exited: duration 4133 ms, exit code 0
 
212026-05-26T02:26:24.770Zstarting task 1: "rust-toolchain"
222026-05-26T02:26:24.775Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-26T02:26:24.775Z * rust toolchain channel = "stable"
242026-05-26T02:26:24.775Z * rust toolchain profile = "default"
252026-05-26T02:26:24.775Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-26T02:26:24.775Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-26T02:26:24.775Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-26T02:26:24.778Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-26T02:26:24.778Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-26T02:26:24.897Zinfo: downloading installer
312026-05-26T02:26:26.492Zwarn: It looks like you have an existing installation of Rust at:
322026-05-26T02:26:26.492Zwarn: /opt/ooce/bin
332026-05-26T02:26:26.492Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-26T02:26:26.492Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-26T02:26:26.492Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-26T02:26:26.492Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-26T02:26:26.492Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-26T02:26:26.492Zerror: cannot install while Rust is installed
392026-05-26T02:26:26.492Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-26T02:26:26.492Zwarn: It looks like you have an existing rustup settings file at:
412026-05-26T02:26:26.492Zwarn: /home/build/.rustup/settings.toml
422026-05-26T02:26:26.492Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-26T02:26:26.492Zwarn: instead of the one inferred from the default host triple.
442026-05-26T02:26:26.506Zinfo: profile set to default
452026-05-26T02:26:26.506Zinfo: default host triple is x86_64-unknown-illumos
462026-05-26T02:26:26.509Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-26T02:26:26.639Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-26T02:26:26.642Zinfo: downloading 6 components
492026-05-26T02:26:40.965Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-26T02:26:40.965Z
512026-05-26T02:26:40.998Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-26T02:26:40.998Z
532026-05-26T02:26:40.998Z
542026-05-26T02:26:40.998ZRust is installed now. Great!
552026-05-26T02:26:40.998Z
562026-05-26T02:26:40.998ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-26T02:26:40.998Zenvironment variable. This has not been done automatically.
582026-05-26T02:26:40.998Z
592026-05-26T02:26:40.998ZTo configure your current shell, you need to source
602026-05-26T02:26:40.998Zthe corresponding env file under $HOME/.cargo.
612026-05-26T02:26:40.998Z
622026-05-26T02:26:41.002ZThis is usually done by running one of the following (note the leading DOT):
632026-05-26T02:26:41.002Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-26T02:26:41.002Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-26T02:26:41.002Zsource "~/.cargo/env.nu" # For nushell
662026-05-26T02:26:41.002Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-26T02:26:41.002Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-26T02:26:41.002Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-26T02:26:41.002Zwarn: no default linker (`cc`) was found in your PATH
702026-05-26T02:26:41.002Zwarn: many Rust crates require a system C toolchain to build
712026-05-26T02:26:41.087Z+ rustup --version
722026-05-26T02:26:41.096Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-26T02:26:41.099Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-26T02:26:41.117Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-26T02:26:41.120Z+ cargo --version
762026-05-26T02:26:41.134Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-26T02:26:41.137Z+ rustc --version
782026-05-26T02:26:41.155Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-26T02:26:41.158Zprocess exited: duration 16386 ms, exit code 0
 
802026-05-26T02:26:41.164Zstarting task 2: "authentication"
812026-05-26T02:26:41.180Zprocess exited: duration 15 ms, exit code 0
 
822026-05-26T02:26:41.186Zstarting task 3: "clone repository"
832026-05-26T02:26:41.189Z+ mkdir -p /work/oxidecomputer/transceiver-control
842026-05-26T02:26:41.192Z+ git clone https://github.com/oxidecomputer/transceiver-control /work/oxidecomputer/transceiver-control
852026-05-26T02:26:41.230ZCloning into '/work/oxidecomputer/transceiver-control'...
862026-05-26T02:26:41.863Z+ cd /work/oxidecomputer/transceiver-control
872026-05-26T02:26:41.863Z+ git fetch origin 7c50a6f0dc27786c9d819d8e6080815b6aa3a897
882026-05-26T02:26:42.129ZFrom https://github.com/oxidecomputer/transceiver-control
892026-05-26T02:26:42.129Z * branch 7c50a6f0dc27786c9d819d8e6080815b6aa3a897 -> FETCH_HEAD
902026-05-26T02:26:42.134Z+ [[ -n dependabot/cargo/serde_json-1.0.150 ]]
912026-05-26T02:26:42.136Z++ git branch --show-current
922026-05-26T02:26:42.136Z+ current=main
932026-05-26T02:26:42.136Z+ [[ main != dependabot/cargo/serde_json-1.0.150 ]]
942026-05-26T02:26:42.136Z+ git branch -f dependabot/cargo/serde_json-1.0.150 7c50a6f0dc27786c9d819d8e6080815b6aa3a897
952026-05-26T02:26:42.139Z+ git checkout -f dependabot/cargo/serde_json-1.0.150
962026-05-26T02:26:42.144ZSwitched to branch 'dependabot/cargo/serde_json-1.0.150'
972026-05-26T02:26:42.147Z+ git reset --hard 7c50a6f0dc27786c9d819d8e6080815b6aa3a897
982026-05-26T02:26:42.150ZHEAD is now at 7c50a6f build(deps): bump serde_json from 1.0.149 to 1.0.150
992026-05-26T02:26:42.153Zprocess exited: duration 964 ms, exit code 0
 
1002026-05-26T02:26:42.161Zstarting task 4: "build"
1012026-05-26T02:26:42.165Z+ cargo --version
1022026-05-26T02:26:42.173Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1032026-05-26T02:26:42.176Z+ rustc --version
1042026-05-26T02:26:42.195Zrustc 1.95.0 (59807616e 2026-04-14)
1052026-05-26T02:26:42.198Z+ pfexec mkdir -p /out
1062026-05-26T02:26:42.200Z+ pfexec chown build /out
1072026-05-26T02:26:42.202Z+ banner build
1082026-05-26T02:26:42.205Z
1092026-05-26T02:26:42.205Z ##### # # # # #####
1102026-05-26T02:26:42.205Z # # # # # # # #
1112026-05-26T02:26:42.205Z ##### # # # # # #
1122026-05-26T02:26:42.205Z # # # # # # # #
1132026-05-26T02:26:42.205Z # # # # # # # #
1142026-05-26T02:26:42.205Z ##### #### # ###### #####
1152026-05-26T02:26:42.205Z
1162026-05-26T02:26:42.205Z+ ptime -m cargo build --release --locked --bin xcvradm
1172026-05-26T02:26:42.281Z Updating crates.io index
1182026-05-26T02:26:43.135Z Downloading crates ...
1192026-05-26T02:26:43.192Z Downloaded anstyle v1.0.14
1202026-05-26T02:26:43.195Z Downloaded anstream v1.0.0
1212026-05-26T02:26:43.218Z Downloaded zerocopy-derive v0.8.27
1222026-05-26T02:26:43.221Z Downloaded time v0.3.47
1232026-05-26T02:26:43.228Z Downloaded version_check v0.9.5
1242026-05-26T02:26:43.231Z Downloaded utf8parse v0.2.2
1252026-05-26T02:26:43.231Z Downloaded usdt-macro v0.6.0
1262026-05-26T02:26:43.231Z Downloaded hubpack_derive v0.1.1
1272026-05-26T02:26:43.231Z Downloaded cpufeatures v0.2.6
1282026-05-26T02:26:43.233Z Downloaded proc-macro-error2 v2.0.1
1292026-05-26T02:26:43.233Z Downloaded thiserror-impl v2.0.18
1302026-05-26T02:26:43.236Z Downloaded deranged v0.5.5
1312026-05-26T02:26:43.236Z Downloaded proc-macro-error-attr2 v2.0.0
1322026-05-26T02:26:43.236Z Downloaded time-core v0.1.8
1332026-05-26T02:26:43.236Z Downloaded cfg_aliases v0.2.1
1342026-05-26T02:26:43.239Z Downloaded crypto-common v0.1.6
1352026-05-26T02:26:43.239Z Downloaded zerocopy v0.8.27
1362026-05-26T02:26:43.249Z Downloaded zmij v1.0.2
1372026-05-26T02:26:43.252Z Downloaded static_assertions v1.1.0
1382026-05-26T02:26:43.252Z Downloaded serde_derive v1.0.228
1392026-05-26T02:26:43.255Z Downloaded anstyle-parse v1.0.0
1402026-05-26T02:26:43.255Z Downloaded thread-id v5.0.0
1412026-05-26T02:26:43.255Z Downloaded serde_tokenstream v0.2.0
1422026-05-26T02:26:43.257Z Downloaded scroll_derive v0.13.1
1432026-05-26T02:26:43.257Z Downloaded generic-array v0.14.7
1442026-05-26T02:26:43.257Z Downloaded quote v1.0.45
1452026-05-26T02:26:43.260Z Downloaded memoffset v0.9.0
1462026-05-26T02:26:43.260Z Downloaded clap_lex v1.0.0
1472026-05-26T02:26:43.260Z Downloaded thread_local v1.1.7
1482026-05-26T02:26:43.263Z Downloaded either v1.8.1
1492026-05-26T02:26:43.263Z Downloaded byteorder v1.4.3
1502026-05-26T02:26:43.263Z Downloaded block-buffer v0.10.4
1512026-05-26T02:26:43.265Z Downloaded fnv v1.0.7
1522026-05-26T02:26:43.265Z Downloaded slog-async v2.8.0
1532026-05-26T02:26:43.265Z Downloaded anyhow v1.0.102
1542026-05-26T02:26:43.268Z Downloaded hubpack v0.1.2
1552026-05-26T02:26:43.268Z Downloaded dtrace-parser v0.3.0
1562026-05-26T02:26:43.271Z Downloaded anstyle-query v1.0.0
1572026-05-26T02:26:43.271Z Downloaded clap_derive v4.6.1
1582026-05-26T02:26:43.273Z Downloaded usdt-impl v0.6.0
1592026-05-26T02:26:43.279Z Downloaded num-conv v0.2.0
1602026-05-26T02:26:43.282Z Downloaded is_terminal_polyfill v1.70.1
1612026-05-26T02:26:43.284Z Downloaded tabled_derive v0.11.0
1622026-05-26T02:26:43.284Z Downloaded is-terminal v0.4.12
1632026-05-26T02:26:43.284Z Downloaded pest_derive v2.8.1
1642026-05-26T02:26:43.287Z Downloaded take_mut v0.2.2
1652026-05-26T02:26:43.287Z Downloaded bytecount v0.6.8
1662026-05-26T02:26:43.290Z Downloaded usdt v0.6.0
1672026-05-26T02:26:43.293Z Downloaded strsim v0.11.1
1682026-05-26T02:26:43.293Z Downloaded plain v0.2.3
1692026-05-26T02:26:43.293Z Downloaded autocfg v1.1.0
1702026-05-26T02:26:43.296Z Downloaded usdt-attr-macro v0.6.0
1712026-05-26T02:26:43.299Z Downloaded pretty-hex v0.4.1
1722026-05-26T02:26:43.301Z Downloaded cfg-if v1.0.0
1732026-05-26T02:26:43.304Z Downloaded heck v0.5.0
1742026-05-26T02:26:43.307Z Downloaded rustversion v1.0.12
1752026-05-26T02:26:43.307Z Downloaded erased-serde v0.3.31
1762026-05-26T02:26:43.310Z Downloaded itoa v1.0.6
1772026-05-26T02:26:43.313Z Downloaded dof v0.4.0
1782026-05-26T02:26:43.317Z Downloaded powerfmt v0.2.0
1792026-05-26T02:26:43.324Z Downloaded testing_table v0.3.0
1802026-05-26T02:26:43.326Z Downloaded colorchoice v1.0.0
1812026-05-26T02:26:43.337Z Downloaded pest_generator v2.8.1
1822026-05-26T02:26:43.342Z Downloaded tokio-macros v2.7.0
1832026-05-26T02:26:43.350Z Downloaded digest v0.10.6
1842026-05-26T02:26:43.357Z Downloaded scroll v0.13.0
1852026-05-26T02:26:43.360Z Downloaded sha2 v0.10.6
1862026-05-26T02:26:43.362Z Downloaded pin-project-lite v0.2.12
1872026-05-26T02:26:43.365Z Downloaded slog-term v2.9.2
1882026-05-26T02:26:43.365Z Downloaded ucd-trie v0.1.5
1892026-05-26T02:26:43.369Z Downloaded thiserror v2.0.18
1902026-05-26T02:26:43.372Z Downloaded serde v1.0.228
1912026-05-26T02:26:43.372Z Downloaded once_cell v1.21.3
1922026-05-26T02:26:43.374Z Downloaded iana-time-zone v0.1.63
1932026-05-26T02:26:43.374Z Downloaded time-macros v0.2.27
1942026-05-26T02:26:43.377Z Downloaded unicode-ident v1.0.8
1952026-05-26T02:26:43.380Z Downloaded term v1.1.0
1962026-05-26T02:26:43.384Z Downloaded typenum v1.16.0
1972026-05-26T02:26:43.387Z Downloaded num-traits v0.2.19
1982026-05-26T02:26:43.387Z Downloaded memmap2 v0.9.8
1992026-05-26T02:26:43.389Z Downloaded log v0.4.20
2002026-05-26T02:26:43.389Z Downloaded crossbeam-utils v0.8.15
2012026-05-26T02:26:43.394Z Downloaded pest_meta v2.8.1
2022026-05-26T02:26:43.397Z Downloaded clap v4.6.1
2032026-05-26T02:26:43.402Z Downloaded slog v2.8.2
2042026-05-26T02:26:43.405Z Downloaded bitflags v2.11.1
2052026-05-26T02:26:43.407Z Downloaded serde_core v1.0.228
2062026-05-26T02:26:43.412Z Downloaded papergrid v0.17.0
2072026-05-26T02:26:43.414Z Downloaded memchr v2.5.0
2082026-05-26T02:26:43.421Z Downloaded proc-macro2 v1.0.106
2092026-05-26T02:26:43.425Z Downloaded socket2 v0.6.3
2102026-05-26T02:26:43.438Z Downloaded crossbeam-channel v0.5.8
2112026-05-26T02:26:43.446Z Downloaded clap_builder v4.6.0
2122026-05-26T02:26:43.452Z Downloaded serde_json v1.0.150
2132026-05-26T02:26:43.460Z Downloaded mio v1.2.0
2142026-05-26T02:26:43.478Z Downloaded pest v2.8.1
2152026-05-26T02:26:43.481Z Downloaded itertools v0.14.0
2162026-05-26T02:26:43.507Z Downloaded unicode-width v0.2.0
2172026-05-26T02:26:43.516Z Downloaded chrono v0.4.41
2182026-05-26T02:26:43.523Z Downloaded goblin v0.10.1
2192026-05-26T02:26:43.527Z Downloaded tabled v0.20.0
2202026-05-26T02:26:43.536Z Downloaded syn v1.0.109
2212026-05-26T02:26:43.544Z Downloaded syn v2.0.117
2222026-05-26T02:26:43.552Z Downloaded nix v0.31.3
2232026-05-26T02:26:43.608Z Downloaded libc v0.2.186
2242026-05-26T02:26:43.626Z Downloaded tokio v1.52.3
2252026-05-26T02:26:43.693Z Compiling proc-macro2 v1.0.106
2262026-05-26T02:26:43.694Z Compiling quote v1.0.45
2272026-05-26T02:26:43.694Z Compiling unicode-ident v1.0.8
2282026-05-26T02:26:43.694Z Compiling thiserror v2.0.18
2292026-05-26T02:26:43.694Z Compiling memchr v2.5.0
2302026-05-26T02:26:43.694Z Compiling serde_core v1.0.228
2312026-05-26T02:26:43.696Z Compiling zmij v1.0.2
2322026-05-26T02:26:43.697Z Compiling serde v1.0.228
2332026-05-26T02:26:43.843Z Compiling libc v0.2.186
2342026-05-26T02:26:44.083Z Compiling zerocopy v0.8.27
2352026-05-26T02:26:44.123Z Compiling ucd-trie v0.1.5
2362026-05-26T02:26:44.124Z Compiling serde_json v1.0.150
2372026-05-26T02:26:44.400Z Compiling autocfg v1.1.0
2382026-05-26T02:26:44.640Z Compiling rustversion v1.0.12
2392026-05-26T02:26:44.925Z Compiling itoa v1.0.6
2402026-05-26T02:26:45.000Z Compiling syn v2.0.117
2412026-05-26T02:26:45.050Z Compiling heck v0.5.0
2422026-05-26T02:26:45.055Z Compiling syn v1.0.109
2432026-05-26T02:26:45.075Z Compiling cfg-if v1.0.0
2442026-05-26T02:26:45.132Z Compiling utf8parse v0.2.2
2452026-05-26T02:26:45.227Z Compiling anstyle-parse v1.0.0
2462026-05-26T02:26:45.473Z Compiling usdt-impl v0.6.0
2472026-05-26T02:26:45.498Z Compiling anstyle-query v1.0.0
2482026-05-26T02:26:45.696Z Compiling anstyle v1.0.14
2492026-05-26T02:26:45.710Z Compiling is_terminal_polyfill v1.70.1
2502026-05-26T02:26:45.719Z Compiling colorchoice v1.0.0
2512026-05-26T02:26:45.797Z Compiling slog v2.8.2
2522026-05-26T02:26:45.824Z Compiling thread-id v5.0.0
2532026-05-26T02:26:45.892Z Compiling anstream v1.0.0
2542026-05-26T02:26:46.028Z Compiling num-traits v0.2.19
2552026-05-26T02:26:46.253Z Compiling plain v0.2.3
2562026-05-26T02:26:46.260Z Compiling clap_lex v1.0.0
2572026-05-26T02:26:46.361Z Compiling byteorder v1.4.3
2582026-05-26T02:26:46.510Z Compiling strsim v0.11.1
2592026-05-26T02:26:46.573Z Compiling log v0.4.20
2602026-05-26T02:26:46.615Z Compiling crossbeam-utils v0.8.15
2612026-05-26T02:26:46.719Z Compiling clap_builder v4.6.0
2622026-05-26T02:26:47.322Z Compiling proc-macro-error-attr2 v2.0.0
2632026-05-26T02:26:47.348Z Compiling memoffset v0.9.0
2642026-05-26T02:26:47.589Z Compiling unicode-width v0.2.0
2652026-05-26T02:26:47.623Z Compiling num-conv v0.2.0
2662026-05-26T02:26:47.680Z Compiling hubpack_derive v0.1.1
2672026-05-26T02:26:47.736Z Compiling pretty-hex v0.4.1
2682026-05-26T02:26:47.739Z Compiling cfg_aliases v0.2.1
2692026-05-26T02:26:47.802Z Compiling once_cell v1.21.3
2702026-05-26T02:26:47.872Z Compiling time-core v0.1.8
2712026-05-26T02:26:47.877Z Compiling bitflags v2.11.1
2722026-05-26T02:26:47.949Z Compiling powerfmt v0.2.0
2732026-05-26T02:26:48.046Z Compiling time-macros v0.2.27
2742026-05-26T02:26:48.137Z Compiling deranged v0.5.5
2752026-05-26T02:26:48.200Z Compiling thread_local v1.1.7
2762026-05-26T02:26:48.200Z Compiling nix v0.31.3
2772026-05-26T02:26:48.263Z Compiling proc-macro-error2 v2.0.1
2782026-05-26T02:26:48.533Z Compiling thiserror-impl v2.0.18
2792026-05-26T02:26:48.560Z Compiling serde_derive v1.0.228
2802026-05-26T02:26:48.573Z Compiling zerocopy-derive v0.8.27
2812026-05-26T02:26:48.603Z Compiling scroll_derive v0.13.1
2822026-05-26T02:26:49.035Z Compiling clap_derive v4.6.1
2832026-05-26T02:26:49.437Z Compiling scroll v0.13.0
2842026-05-26T02:26:49.716Z Compiling goblin v0.10.1
2852026-05-26T02:26:49.872Z Compiling pest v2.8.1
2862026-05-26T02:26:51.044Z Compiling pest_meta v2.8.1
2872026-05-26T02:26:51.818Z Compiling pest_generator v2.8.1
2882026-05-26T02:26:51.824Z Compiling dof v0.4.0
2892026-05-26T02:26:52.005Z Compiling serde_tokenstream v0.2.0
2902026-05-26T02:26:52.217Z Compiling erased-serde v0.3.31
2912026-05-26T02:26:52.251Z Compiling hubpack v0.1.2
2922026-05-26T02:26:52.257Z Compiling clap v4.6.1
2932026-05-26T02:26:52.405Z Compiling bytecount v0.6.8
2942026-05-26T02:26:52.431Z Compiling pest_derive v2.8.1
2952026-05-26T02:26:52.579Z Compiling slog-async v2.8.0
2962026-05-26T02:26:52.624Z Compiling iana-time-zone v0.1.63
2972026-05-26T02:26:52.955Z Compiling dtrace-parser v0.3.0
2982026-05-26T02:26:52.978Z Compiling anyhow v1.0.102
2992026-05-26T02:26:53.425Z Compiling version_check v0.9.5
3002026-05-26T02:26:53.681Z Compiling fnv v1.0.7
3012026-05-26T02:26:53.776Z Compiling papergrid v0.17.0
3022026-05-26T02:26:53.796Z Compiling usdt-attr-macro v0.6.0
3032026-05-26T02:26:54.553Z Compiling usdt-macro v0.6.0
3042026-05-26T02:26:55.223Z Compiling transceiver-controller v0.1.1 (/work/oxidecomputer/transceiver-control/controller)
3052026-05-26T02:26:55.460Z Compiling time v0.3.47
3062026-05-26T02:26:55.733Z Compiling chrono v0.4.41
3072026-05-26T02:26:55.757Z Compiling crossbeam-channel v0.5.8
3082026-05-26T02:26:56.431Z Compiling transceiver-messages v0.1.1 (/work/oxidecomputer/transceiver-control/messages)
3092026-05-26T02:26:57.340Z Compiling tokio-macros v2.7.0
3102026-05-26T02:26:57.573Z Compiling tabled_derive v0.11.0
3112026-05-26T02:26:57.638Z Compiling testing_table v0.3.0
3122026-05-26T02:26:58.018Z Compiling memmap2 v0.9.8
3132026-05-26T02:26:58.043Z Compiling is-terminal v0.4.12
3142026-05-26T02:26:58.078Z Compiling mio v1.2.0
3152026-05-26T02:26:58.135Z Compiling socket2 v0.6.3
3162026-05-26T02:26:58.293Z Compiling either v1.8.1
3172026-05-26T02:26:58.466Z Compiling pin-project-lite v0.2.12
3182026-05-26T02:26:58.560Z Compiling static_assertions v1.1.0
3192026-05-26T02:26:58.624Z Compiling term v1.1.0
3202026-05-26T02:26:58.643Z Compiling take_mut v0.2.2
3212026-05-26T02:26:58.752Z Compiling tabled v0.20.0
3222026-05-26T02:26:58.901Z Compiling transceiver-decode v0.1.0 (/work/oxidecomputer/transceiver-control/decode)
3232026-05-26T02:26:59.101Z Compiling slog-term v2.9.2
3242026-05-26T02:26:59.472Z Compiling tokio v1.52.3
3252026-05-26T02:27:00.018Z Compiling itertools v0.14.0
3262026-05-26T02:27:00.120Z Compiling usdt v0.6.0
3272026-05-26T02:27:09.853Z Finished `release` profile [optimized] target(s) in 27.63s
3282026-05-26T02:27:09.930Z
3292026-05-26T02:27:09.930Zreal 27.710034474
3302026-05-26T02:27:09.930Zuser 2:48.784423464
3312026-05-26T02:27:09.930Zsys 16.703142958
3322026-05-26T02:27:09.930Ztrap 0.103848648
3332026-05-26T02:27:09.930Ztflt 0.162582455
3342026-05-26T02:27:09.930Zdflt 0.402796240
3352026-05-26T02:27:09.930Zkflt 0.010104969
3362026-05-26T02:27:09.930Zlock 9:21.118504964
3372026-05-26T02:27:09.930Zslp 6:54.695593627
3382026-05-26T02:27:09.930Zlat 10.444516259
3392026-05-26T02:27:09.930Zstop 11.342341845
3402026-05-26T02:27:09.933Z+ banner output
3412026-05-26T02:27:09.933Z
3422026-05-26T02:27:09.933Z #### # # ##### ##### # # #####
3432026-05-26T02:27:09.933Z # # # # # # # # # #
3442026-05-26T02:27:09.933Z # # # # # # # # # #
3452026-05-26T02:27:09.933Z # # # # # ##### # # #
3462026-05-26T02:27:09.933Z # # # # # # # # #
3472026-05-26T02:27:09.933Z #### #### # # #### #
3482026-05-26T02:27:09.933Z
3492026-05-26T02:27:09.933Z+ mv target/release/xcvradm /out/xcvradm
3502026-05-26T02:27:09.942Z+ digest -a sha256 /out/xcvradm
3512026-05-26T02:27:09.955Z+ gzip /out/xcvradm
3522026-05-26T02:27:10.365Z+ digest -a sha256 /out/xcvradm.gz
3532026-05-26T02:27:10.372Zprocess exited: duration 28209 ms, exit code 0
 
3542026-05-26T02:27:10.379Zfound 3 output files
3552026-05-26T02:27:10.379Zuploading: /out/xcvradm.gz (4673669 bytes)
3562026-05-26T02:27:11.422Zuploaded: /out/xcvradm.gz
3572026-05-26T02:27:11.422Zuploading: /out/xcvradm.sha256.txt (65 bytes)
3582026-05-26T02:27:12.430Zuploaded: /out/xcvradm.sha256.txt
3592026-05-26T02:27:12.430Zuploading: /out/xcvradm.gz.sha256.txt (65 bytes)
3602026-05-26T02:27:13.439Zuploaded: /out/xcvradm.gz.sha256.txt