01JF0J6W28RCAQZ1RH07E64SMT: 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: 01JF0J71VZKXYAP1H7C37TRJ64

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-13T17:49:37.136Zjob assigned to worker 01JF0J73MNZYWWGAPM95Y7RSDV [factory gimlet-EVT22200007-propolis, EVT22200007/20422] (queued for 25 s)
 
22024-12-13T17:49:44.754Zstarting task 0: "setup"
32024-12-13T17:49:44.777Z++ uname -s
42024-12-13T17:49:44.777Z+ kern=SunOS
52024-12-13T17:49:44.777Z+ case "$kern" in
62024-12-13T17:49:44.777Z+ groupadd -g 12345 build
72024-12-13T17:49:44.777Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-13T17:49:46.776Z+ zfs create -o mountpoint=/work rpool/work
92024-12-13T17:49:46.811Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-13T17:49:46.834Z+ home_fs=zfs
112024-12-13T17:49:46.834Z+ [[ zfs == autofs ]]
122024-12-13T17:49:46.834Z+ mkdir -p /home/build
132024-12-13T17:49:46.834Z+ chown build:build /home/build /work
142024-12-13T17:49:48.819Z+ chmod 0700 /home/build /work
152024-12-13T17:49:48.843Zprocess exited: duration 4072 ms, exit code 0
 
162024-12-13T17:49:48.889Zstarting task 1: "rust-toolchain"
172024-12-13T17:49:48.912Z+ printf ' * toolchain channel = "%s"
182024-12-13T17:49:48.913Z' stable
192024-12-13T17:49:48.913Z+ printf ' * toolchain profile = "%s"
202024-12-13T17:49:48.913Z' default
212024-12-13T17:49:48.913Z * toolchain channel = "stable"
222024-12-13T17:49:48.913Z * toolchain profile = "default"
232024-12-13T17:49:48.913Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-13T17:49:48.913Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-13T17:49:49.038Zinfo: downloading installer
262024-12-13T17:49:49.417Zinfo: profile set to 'default'
272024-12-13T17:49:49.417Zinfo: default host triple is x86_64-unknown-illumos
282024-12-13T17:49:49.417Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-13T17:49:49.524Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-13T17:49:49.524Zinfo: downloading component 'cargo'
312024-12-13T17:49:49.650Zinfo: downloading component 'clippy'
322024-12-13T17:49:49.699Zinfo: downloading component 'rust-docs'
332024-12-13T17:49:49.873Zinfo: downloading component 'rust-std'
342024-12-13T17:49:50.120Zinfo: downloading component 'rustc'
352024-12-13T17:49:51.104Zinfo: downloading component 'rustfmt'
362024-12-13T17:49:51.141Zinfo: installing component 'cargo'
372024-12-13T17:49:52.260Zinfo: installing component 'clippy'
382024-12-13T17:49:52.720Zinfo: installing component 'rust-docs'
392024-12-13T17:49:55.539Zinfo: installing component 'rust-std'
402024-12-13T17:49:57.547Zinfo: installing component 'rustc'
412024-12-13T17:50:04.441Zinfo: installing component 'rustfmt'
422024-12-13T17:50:04.842Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-13T17:50:04.842Z
442024-12-13T17:50:04.983Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-13T17:50:04.983Z
462024-12-13T17:50:05.008Z
472024-12-13T17:50:05.008ZRust is installed now. Great!
482024-12-13T17:50:05.008Z
492024-12-13T17:50:05.008ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-13T17:50:05.008Zenvironment variable. This has not been done automatically.
512024-12-13T17:50:05.008Z
522024-12-13T17:50:05.008ZTo configure your current shell, you need to source
532024-12-13T17:50:05.008Zthe corresponding env file under $HOME/.cargo.
542024-12-13T17:50:05.008Z
552024-12-13T17:50:05.008ZThis is usually done by running one of the following (note the leading DOT):
562024-12-13T17:50:05.008Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-13T17:50:05.009Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-13T17:50:05.060Z+ rustc --version
592024-12-13T17:50:05.174Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-13T17:50:05.207Zprocess exited: duration 16290 ms, exit code 0
 
612024-12-13T17:50:05.255Zstarting task 2: "authentication"
622024-12-13T17:50:05.310Zprocess exited: duration 54 ms, exit code 0
 
632024-12-13T17:50:05.357Zstarting task 3: "clone repository"
642024-12-13T17:50:05.380Z+ mkdir -p /work/oxidecomputer/transceiver-control
652024-12-13T17:50:05.380Z+ git clone https://github.com/oxidecomputer/transceiver-control /work/oxidecomputer/transceiver-control
662024-12-13T17:50:05.404ZCloning into '/work/oxidecomputer/transceiver-control'...
672024-12-13T17:50:06.245Z+ cd /work/oxidecomputer/transceiver-control
682024-12-13T17:50:06.245Z+ git fetch origin fd90967883a91c8af37608c54abb626c49eb2137
692024-12-13T17:50:06.616ZFrom https://github.com/oxidecomputer/transceiver-control
702024-12-13T17:50:06.616Z * branch fd90967883a91c8af37608c54abb626c49eb2137 -> FETCH_HEAD
712024-12-13T17:50:06.639Z+ [[ -n osfp ]]
722024-12-13T17:50:06.639Z++ git branch --show-current
732024-12-13T17:50:06.639Z+ current=main
742024-12-13T17:50:06.639Z+ [[ main != osfp ]]
752024-12-13T17:50:06.639Z+ git branch -f osfp fd90967883a91c8af37608c54abb626c49eb2137
762024-12-13T17:50:06.663Z+ git checkout -f osfp
772024-12-13T17:50:06.663ZSwitched to branch 'osfp'
782024-12-13T17:50:06.663Z+ git reset --hard fd90967883a91c8af37608c54abb626c49eb2137
792024-12-13T17:50:06.663ZHEAD is now at fd90967 review feedback
802024-12-13T17:50:06.663Zprocess exited: duration 1306 ms, exit code 0
 
812024-12-13T17:50:06.711Zstarting task 4: "build"
822024-12-13T17:50:06.734Z+ cargo --version
832024-12-13T17:50:06.819Zcargo 1.83.0 (5ffbef321 2024-10-29)
842024-12-13T17:50:06.842Z+ rustc --version
852024-12-13T17:50:06.924Zrustc 1.83.0 (90b35a623 2024-11-26)
862024-12-13T17:50:06.947Z+ pfexec mkdir -p /out
872024-12-13T17:50:06.947Z+ pfexec chown build /out
882024-12-13T17:50:06.947Z+ banner build
892024-12-13T17:50:06.947Z
902024-12-13T17:50:06.947Z ##### # # # # #####
912024-12-13T17:50:06.947Z # # # # # # # #
922024-12-13T17:50:06.947Z ##### # # # # # #
932024-12-13T17:50:06.947Z # # # # # # # #
942024-12-13T17:50:06.947Z # # # # # # # #
952024-12-13T17:50:06.948Z ##### #### # ###### #####
962024-12-13T17:50:06.948Z
972024-12-13T17:50:06.948Z+ ptime -m cargo build --release --locked --bin xcvradm
982024-12-13T17:50:07.182Z Updating crates.io index
992024-12-13T17:50:07.905Z Downloading crates ...
1002024-12-13T17:50:07.965Z Downloaded cfg_aliases v0.2.1
1012024-12-13T17:50:07.989Z Downloaded hubpack_derive v0.1.1
1022024-12-13T17:50:07.989Z Downloaded bytecount v0.6.8
1032024-12-13T17:50:07.989Z Downloaded utf8parse v0.2.1
1042024-12-13T17:50:07.989Z Downloaded unicode-width v0.1.11
1052024-12-13T17:50:07.989Z Downloaded usdt v0.5.0
1062024-12-13T17:50:08.012Z Downloaded term v0.7.0
1072024-12-13T17:50:08.012Z Downloaded unicode-ident v1.0.8
1082024-12-13T17:50:08.012Z Downloaded zerocopy-derive v0.7.32
1092024-12-13T17:50:08.035Z Downloaded time v0.3.36
1102024-12-13T17:50:08.035Z Downloaded zerocopy v0.7.32
1112024-12-13T17:50:08.058Z Downloaded tabled v0.16.0
1122024-12-13T17:50:08.081Z Downloaded nix v0.29.0
1132024-12-13T17:50:08.105Z Downloaded usdt-macro v0.5.0
1142024-12-13T17:50:08.105Z Downloaded ucd-trie v0.1.5
1152024-12-13T17:50:08.105Z Downloaded memmap v0.7.0
1162024-12-13T17:50:08.105Z Downloaded clap v4.5.23
1172024-12-13T17:50:08.105Z Downloaded anstream v0.6.15
1182024-12-13T17:50:08.105Z Downloaded thread-id v4.0.0
1192024-12-13T17:50:08.105Z Downloaded quote v1.0.35
1202024-12-13T17:50:08.130Z Downloaded pretty-hex v0.4.1
1212024-12-13T17:50:08.130Z Downloaded serde_json v1.0.133
1222024-12-13T17:50:08.130Z Downloaded libc v0.2.167
1232024-12-13T17:50:08.153Z Downloaded dirs-next v2.0.0
1242024-12-13T17:50:08.153Z Downloaded cpufeatures v0.2.6
1252024-12-13T17:50:08.153Z Downloaded syn v2.0.87
1262024-12-13T17:50:08.176Z Downloaded syn v1.0.109
1272024-12-13T17:50:08.176Z Downloaded itertools v0.13.0
1282024-12-13T17:50:08.199Z Downloaded goblin v0.8.0
1292024-12-13T17:50:08.199Z Downloaded clap_builder v4.5.23
1302024-12-13T17:50:08.199Z Downloaded pest v2.7.6
1312024-12-13T17:50:08.222Z Downloaded mio v1.0.3
1322024-12-13T17:50:08.222Z Downloaded version_check v0.9.5
1332024-12-13T17:50:08.222Z Downloaded serde_derive v1.0.215
1342024-12-13T17:50:08.222Z Downloaded serde v1.0.215
1352024-12-13T17:50:08.222Z Downloaded pin-project-lite v0.2.12
1362024-12-13T17:50:08.222Z Downloaded papergrid v0.12.0
1372024-12-13T17:50:08.246Z Downloaded usdt-impl v0.5.0
1382024-12-13T17:50:08.246Z Downloaded memchr v2.5.0
1392024-12-13T17:50:08.246Z Downloaded crossbeam-channel v0.5.8
1402024-12-13T17:50:08.246Z Downloaded typenum v1.16.0
1412024-12-13T17:50:08.246Z Downloaded thiserror-impl v1.0.69
1422024-12-13T17:50:08.246Z Downloaded socket2 v0.5.5
1432024-12-13T17:50:08.246Z Downloaded tokio v1.42.0
1442024-12-13T17:50:08.288Z Downloaded slog v2.7.0
1452024-12-13T17:50:08.312Z Downloaded ryu v1.0.13
1462024-12-13T17:50:08.312Z Downloaded proc-macro2 v1.0.89
1472024-12-13T17:50:08.312Z Downloaded pest_meta v2.7.6
1482024-12-13T17:50:08.312Z Downloaded pest_derive v2.7.6
1492024-12-13T17:50:08.312Z Downloaded scroll v0.12.0
1502024-12-13T17:50:08.312Z Downloaded once_cell v1.17.1
1512024-12-13T17:50:08.312Z Downloaded crossbeam-utils v0.8.15
1522024-12-13T17:50:08.312Z Downloaded byteorder v1.4.3
1532024-12-13T17:50:08.313Z Downloaded time-macros v0.2.18
1542024-12-13T17:50:08.337Z Downloaded thiserror v2.0.6
1552024-12-13T17:50:08.337Z Downloaded thiserror v1.0.69
1562024-12-13T17:50:08.337Z Downloaded strsim v0.11.0
1572024-12-13T17:50:08.337Z Downloaded slog-term v2.9.1
1582024-12-13T17:50:08.337Z Downloaded serde_tokenstream v0.2.0
1592024-12-13T17:50:08.337Z Downloaded proc-macro-error v1.0.4
1602024-12-13T17:50:08.337Z Downloaded log v0.4.20
1612024-12-13T17:50:08.361Z Downloaded generic-array v0.14.7
1622024-12-13T17:50:08.361Z Downloaded either v1.8.1
1632024-12-13T17:50:08.361Z Downloaded bitflags v2.6.0
1642024-12-13T17:50:08.361Z Downloaded thread_local v1.1.7
1652024-12-13T17:50:08.361Z Downloaded thiserror-impl v2.0.6
1662024-12-13T17:50:08.361Z Downloaded tabled_derive v0.8.0
1672024-12-13T17:50:08.361Z Downloaded static_assertions v1.1.0
1682024-12-13T17:50:08.361Z Downloaded slog-async v2.8.0
1692024-12-13T17:50:08.361Z Downloaded sha2 v0.10.6
1702024-12-13T17:50:08.361Z Downloaded proc-macro-error-attr v1.0.4
1712024-12-13T17:50:08.361Z Downloaded powerfmt v0.2.0
1722024-12-13T17:50:08.361Z Downloaded plain v0.2.3
1732024-12-13T17:50:08.361Z Downloaded pest_generator v2.7.6
1742024-12-13T17:50:08.361Z Downloaded memoffset v0.9.0
1752024-12-13T17:50:08.361Z Downloaded itoa v1.0.6
1762024-12-13T17:50:08.385Z Downloaded is_terminal_polyfill v1.70.1
1772024-12-13T17:50:08.385Z Downloaded is-terminal v0.4.12
1782024-12-13T17:50:08.385Z Downloaded dof v0.3.0
1792024-12-13T17:50:08.385Z Downloaded anyhow v1.0.94
1802024-12-13T17:50:08.385Z Downloaded usdt-attr-macro v0.5.0
1812024-12-13T17:50:08.385Z Downloaded tokio-macros v2.4.0
1822024-12-13T17:50:08.385Z Downloaded time-core v0.1.2
1832024-12-13T17:50:08.386Z Downloaded take_mut v0.2.2
1842024-12-13T17:50:08.386Z Downloaded scroll_derive v0.12.0
1852024-12-13T17:50:08.386Z Downloaded num-conv v0.1.0
1862024-12-13T17:50:08.387Z Downloaded hubpack v0.1.2
1872024-12-13T17:50:08.387Z Downloaded dirs-sys-next v0.1.2
1882024-12-13T17:50:08.387Z Downloaded digest v0.10.6
1892024-12-13T17:50:08.387Z Downloaded deranged v0.3.11
1902024-12-13T17:50:08.387Z Downloaded crypto-common v0.1.6
1912024-12-13T17:50:08.387Z Downloaded clap_lex v0.7.4
1922024-12-13T17:50:08.387Z Downloaded clap_derive v4.5.18
1932024-12-13T17:50:08.413Z Downloaded autocfg v1.1.0
1942024-12-13T17:50:08.414Z Downloaded anstyle-parse v0.2.0
1952024-12-13T17:50:08.414Z Downloaded anstyle v1.0.8
1962024-12-13T17:50:08.414Z Downloaded heck v0.5.0
1972024-12-13T17:50:08.414Z Downloaded heck v0.4.1
1982024-12-13T17:50:08.414Z Downloaded fnv v1.0.7
1992024-12-13T17:50:08.414Z Downloaded dtrace-parser v0.2.0
2002024-12-13T17:50:08.414Z Downloaded colorchoice v1.0.0
2012024-12-13T17:50:08.414Z Downloaded cfg-if v1.0.0
2022024-12-13T17:50:08.414Z Downloaded block-buffer v0.10.4
2032024-12-13T17:50:08.414Z Downloaded anstyle-query v1.0.0
2042024-12-13T17:50:08.498Z Compiling proc-macro2 v1.0.89
2052024-12-13T17:50:08.521Z Compiling unicode-ident v1.0.8
2062024-12-13T17:50:08.522Z Compiling memchr v2.5.0
2072024-12-13T17:50:08.522Z Compiling version_check v0.9.5
2082024-12-13T17:50:08.522Z Compiling thiserror v1.0.69
2092024-12-13T17:50:08.522Z Compiling serde v1.0.215
2102024-12-13T17:50:08.522Z Compiling libc v0.2.167
2112024-12-13T17:50:08.522Z Compiling ucd-trie v0.1.5
2122024-12-13T17:50:08.708Z Compiling serde_json v1.0.133
2132024-12-13T17:50:08.907Z Compiling once_cell v1.17.1
2142024-12-13T17:50:09.029Z Compiling syn v1.0.109
2152024-12-13T17:50:09.096Z Compiling cfg-if v1.0.0
2162024-12-13T17:50:09.296Z Compiling utf8parse v0.2.1
2172024-12-13T17:50:09.450Z Compiling itoa v1.0.6
2182024-12-13T17:50:09.538Z Compiling ryu v1.0.13
2192024-12-13T17:50:09.670Z Compiling byteorder v1.4.3
2202024-12-13T17:50:09.702Z Compiling anstyle-parse v0.2.0
2212024-12-13T17:50:09.947Z Compiling proc-macro-error-attr v1.0.4
2222024-12-13T17:50:10.009Z Compiling quote v1.0.35
2232024-12-13T17:50:10.034Z Compiling usdt-impl v0.5.0
2242024-12-13T17:50:10.063Z Compiling anstyle v1.0.8
2252024-12-13T17:50:10.266Z Compiling is_terminal_polyfill v1.70.1
2262024-12-13T17:50:10.369Z Compiling syn v2.0.87
2272024-12-13T17:50:10.410Z Compiling anstyle-query v1.0.0
2282024-12-13T17:50:10.435Z Compiling colorchoice v1.0.0
2292024-12-13T17:50:10.524Z Compiling anstream v0.6.15
2302024-12-13T17:50:10.569Z Compiling thread-id v4.0.0
2312024-12-13T17:50:10.612Z Compiling proc-macro-error v1.0.4
2322024-12-13T17:50:10.636Z Compiling thiserror v2.0.6
2332024-12-13T17:50:10.660Z Compiling heck v0.5.0
2342024-12-13T17:50:11.087Z Compiling slog v2.7.0
2352024-12-13T17:50:11.111Z Compiling log v0.4.20
2362024-12-13T17:50:11.384Z Compiling clap_lex v0.7.4
2372024-12-13T17:50:11.515Z Compiling plain v0.2.3
2382024-12-13T17:50:11.612Z Compiling autocfg v1.1.0
2392024-12-13T17:50:11.667Z Compiling strsim v0.11.0
2402024-12-13T17:50:12.004Z Compiling crossbeam-utils v0.8.15
2412024-12-13T17:50:12.076Z Compiling clap_builder v4.5.23
2422024-12-13T17:50:12.099Z Compiling memoffset v0.9.0
2432024-12-13T17:50:12.684Z Compiling dirs-sys-next v0.1.2
2442024-12-13T17:50:13.481Z Compiling time-core v0.1.2
2452024-12-13T17:50:13.504Z Compiling cfg_aliases v0.2.1
2462024-12-13T17:50:13.558Z Compiling num-conv v0.1.0
2472024-12-13T17:50:13.595Z Compiling bitflags v2.6.0
2482024-12-13T17:50:13.633Z Compiling pretty-hex v0.4.1
2492024-12-13T17:50:13.790Z Compiling powerfmt v0.2.0
2502024-12-13T17:50:13.813Z Compiling time-macros v0.2.18
2512024-12-13T17:50:13.842Z Compiling nix v0.29.0
2522024-12-13T17:50:14.195Z Compiling deranged v0.3.11
2532024-12-13T17:50:14.492Z Compiling thread_local v1.1.7
2542024-12-13T17:50:14.579Z Compiling dirs-next v2.0.0
2552024-12-13T17:50:15.829Z Compiling bytecount v0.6.8
2562024-12-13T17:50:15.979Z Compiling anyhow v1.0.94
2572024-12-13T17:50:16.067Z Compiling heck v0.4.1
2582024-12-13T17:50:16.108Z Compiling slog-async v2.8.0
2592024-12-13T17:50:16.139Z Compiling unicode-width v0.1.11
2602024-12-13T17:50:16.282Z Compiling fnv v1.0.7
2612024-12-13T17:50:16.355Z Compiling time v0.3.36
2622024-12-13T17:50:16.394Z Compiling papergrid v0.12.0
2632024-12-13T17:50:16.557Z Compiling crossbeam-channel v0.5.8
2642024-12-13T17:50:16.827Z Compiling term v0.7.0
2652024-12-13T17:50:17.173Z Compiling hubpack_derive v0.1.1
2662024-12-13T17:50:17.763Z Compiling tabled_derive v0.8.0
2672024-12-13T17:50:17.836Z Compiling mio v1.0.3
2682024-12-13T17:50:18.368Z Compiling thiserror-impl v1.0.69
2692024-12-13T17:50:19.062Z Compiling serde_derive v1.0.215
2702024-12-13T17:50:19.594Z Compiling zerocopy-derive v0.7.32
2712024-12-13T17:50:20.326Z Compiling scroll_derive v0.12.0
2722024-12-13T17:50:20.543Z Compiling pest v2.7.6
2732024-12-13T17:50:21.068Z Compiling zerocopy v0.7.32
2742024-12-13T17:50:21.541Z Compiling scroll v0.12.0
2752024-12-13T17:50:22.009Z Compiling goblin v0.8.0
2762024-12-13T17:50:22.582Z Compiling pest_meta v2.7.6
2772024-12-13T17:50:24.105Z Compiling pest_generator v2.7.6
2782024-12-13T17:50:25.098Z Compiling thiserror-impl v2.0.6
2792024-12-13T17:50:25.286Z Compiling pest_derive v2.7.6
2802024-12-13T17:50:25.935Z Compiling dtrace-parser v0.2.0
2812024-12-13T17:50:26.516Z Compiling clap_derive v4.5.18
2822024-12-13T17:50:27.403Z Compiling tokio-macros v2.4.0
2832024-12-13T17:50:28.498Z Compiling serde_tokenstream v0.2.0
2842024-12-13T17:50:29.088Z Compiling hubpack v0.1.2
2852024-12-13T17:50:29.439Z Compiling dof v0.3.0
2862024-12-13T17:50:29.545Z Compiling clap v4.5.23
2872024-12-13T17:50:29.637Z Compiling transceiver-messages v0.1.1 (/work/oxidecomputer/transceiver-control/messages)
2882024-12-13T17:50:29.952Zwarning: use of deprecated unit variant `message::HwError::I2cError`: Use the more specific error variants instead
2892024-12-13T17:50:29.953Z --> messages/src/message.rs:132:5
2902024-12-13T17:50:29.953Z |
2912024-12-13T17:50:29.953Z132 | I2cError,
2922024-12-13T17:50:29.953Z | ^^^^^^^^
2932024-12-13T17:50:29.953Z |
2942024-12-13T17:50:29.953Z = note: `#[warn(deprecated)]` on by default
2952024-12-13T17:50:29.953Z
2962024-12-13T17:50:30.050Z Compiling is-terminal v0.4.12
2972024-12-13T17:50:30.156Z Compiling memmap v0.7.0
2982024-12-13T17:50:30.894Z Compiling usdt-attr-macro v0.5.0
2992024-12-13T17:50:31.808Zwarning: `transceiver-messages` (lib) generated 1 warning
3002024-12-13T17:50:31.808Z Compiling usdt-macro v0.5.0
3012024-12-13T17:50:31.979Z Compiling socket2 v0.5.5
3022024-12-13T17:50:32.793Z Compiling transceiver-controller v0.1.1 (/work/oxidecomputer/transceiver-control/controller)
3032024-12-13T17:50:33.077Z Compiling pin-project-lite v0.2.12
3042024-12-13T17:50:33.175Z Compiling either v1.8.1
3052024-12-13T17:50:33.260Z Compiling static_assertions v1.1.0
3062024-12-13T17:50:33.344Z Compiling take_mut v0.2.2
3072024-12-13T17:50:33.378Z Compiling transceiver-decode v0.1.0 (/work/oxidecomputer/transceiver-control/decode)
3082024-12-13T17:50:33.469Z Compiling itertools v0.13.0
3092024-12-13T17:50:33.851Z Compiling tokio v1.42.0
3102024-12-13T17:50:35.410Z Compiling usdt v0.5.0
3112024-12-13T17:50:35.479Z Compiling slog-term v2.9.1
3122024-12-13T17:50:35.797Z Compiling tabled v0.16.0
3132024-12-13T17:50:54.469Z Finished `release` profile [optimized] target(s) in 47.45s
3142024-12-13T17:50:54.563Z
3152024-12-13T17:50:54.563Zreal 47.607045008
3162024-12-13T17:50:54.563Zuser 5:10.662345087
3172024-12-13T17:50:54.563Zsys 23.115230190
3182024-12-13T17:50:54.563Ztrap 0.167109214
3192024-12-13T17:50:54.563Ztflt 0.207157220
3202024-12-13T17:50:54.563Zdflt 0.117185166
3212024-12-13T17:50:54.563Zkflt 0.001937430
3222024-12-13T17:50:54.563Zlock 9:28.041968556
3232024-12-13T17:50:54.563Zslp 16:36.870776059
3242024-12-13T17:50:54.563Zlat 17.143142846
3252024-12-13T17:50:54.587Zstop 11.547130391
3262024-12-13T17:50:54.587Z+ banner output
3272024-12-13T17:50:54.587Z
3282024-12-13T17:50:54.587Z #### # # ##### ##### # # #####
3292024-12-13T17:50:54.587Z # # # # # # # # # #
3302024-12-13T17:50:54.587Z # # # # # # # # # #
3312024-12-13T17:50:54.589Z # # # # # ##### # # #
3322024-12-13T17:50:54.589Z # # # # # # # # #
3332024-12-13T17:50:54.589Z #### #### # # #### #
3342024-12-13T17:50:54.589Z
3352024-12-13T17:50:54.589Z+ mv target/release/xcvradm /out/xcvradm
3362024-12-13T17:50:54.589Z+ digest -a sha256 /out/xcvradm
3372024-12-13T17:50:54.613Z+ gzip /out/xcvradm
3382024-12-13T17:50:55.213Z+ digest -a sha256 /out/xcvradm.gz
3392024-12-13T17:50:55.236Zprocess exited: duration 48520 ms, exit code 0
 
3402024-12-13T17:50:55.312Zfound 3 output files
3412024-12-13T17:50:55.312Zuploading: /out/xcvradm.gz (4670751 bytes)
3422024-12-13T17:50:56.712Zuploaded: /out/xcvradm.gz
3432024-12-13T17:50:56.735Zuploading: /out/xcvradm.sha256.txt (65 bytes)
3442024-12-13T17:50:57.803Zuploaded: /out/xcvradm.sha256.txt
3452024-12-13T17:50:57.803Zuploading: /out/xcvradm.gz.sha256.txt (65 bytes)
3462024-12-13T17:50:58.895Zuploaded: /out/xcvradm.gz.sha256.txt