01HSV59Y7MCY36S3AWWAZHMMKX: 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: 01HSV5A42C0FP2ZQ877T0Q2134

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-25T15:58:25.441Zjob assigned to worker 01HSV5A5DACGRVVS06S3PER0SZ (queued for 35 s)
 
22024-03-25T15:58:26.097Zstarting task 0: "setup"
32024-03-25T15:58:26.122Z++ uname -s
42024-03-25T15:58:26.122Z+ kern=SunOS
52024-03-25T15:58:26.122Z+ case "$kern" in
62024-03-25T15:58:26.122Z+ groupadd -g 12345 build
72024-03-25T15:58:26.122Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-25T15:58:28.124Z+ zfs create -o mountpoint=/work rpool/work
92024-03-25T15:58:28.167Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-25T15:58:28.191Z+ home_fs=zfs
112024-03-25T15:58:28.192Z+ [[ zfs == autofs ]]
122024-03-25T15:58:28.192Z+ mkdir -p /home/build
132024-03-25T15:58:28.192Z+ chown build:build /home/build /work
142024-03-25T15:58:30.178Z+ chmod 0700 /home/build /work
152024-03-25T15:58:30.202Zprocess exited: duration 4087 ms, exit code 0
 
162024-03-25T15:58:30.251Zstarting task 1: "rust-toolchain"
172024-03-25T15:58:30.277Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-25T15:58:30.277Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-03-25T15:58:30.402Zinfo: downloading installer
202024-03-25T15:58:30.857Zwarning: it looks like you have an existing installation of Rust at:
212024-03-25T15:58:30.857Zwarning: /opt/ooce/bin
222024-03-25T15:58:30.857Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-25T15:58:30.857Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-25T15:58:30.857Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-25T15:58:30.857Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-25T15:58:30.857Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-25T15:58:30.857Zerror: cannot install while Rust is installed
282024-03-25T15:58:30.857Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-25T15:58:30.904Zinfo: profile set to 'default'
302024-03-25T15:58:30.904Zinfo: default host triple is x86_64-unknown-illumos
312024-03-25T15:58:30.929Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-03-25T15:58:31.005Zinfo: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)
332024-03-25T15:58:31.005Zinfo: downloading component 'cargo'
342024-03-25T15:58:31.382Zinfo: downloading component 'clippy'
352024-03-25T15:58:31.458Zinfo: downloading component 'rust-docs'
362024-03-25T15:58:31.625Zinfo: downloading component 'rust-std'
372024-03-25T15:58:32.075Zinfo: downloading component 'rustc'
382024-03-25T15:58:33.100Zinfo: downloading component 'rustfmt'
392024-03-25T15:58:33.255Zinfo: installing component 'cargo'
402024-03-25T15:58:34.289Zinfo: installing component 'clippy'
412024-03-25T15:58:34.663Zinfo: installing component 'rust-docs'
422024-03-25T15:58:37.663Zinfo: installing component 'rust-std'
432024-03-25T15:58:39.685Zinfo: installing component 'rustc'
442024-03-25T15:58:44.600Zinfo: installing component 'rustfmt'
452024-03-25T15:58:44.986Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-03-25T15:58:44.986Z
472024-03-25T15:58:45.082Z stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17)
482024-03-25T15:58:45.082Z
492024-03-25T15:58:45.107Z
502024-03-25T15:58:45.107ZRust is installed now. Great!
512024-03-25T15:58:45.107Z
522024-03-25T15:58:45.107ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-25T15:58:45.107Zenvironment variable. This has not been done automatically.
542024-03-25T15:58:45.107Z
552024-03-25T15:58:45.107ZTo configure your current shell, you need to source
562024-03-25T15:58:45.107Zthe corresponding env file under $HOME/.cargo.
572024-03-25T15:58:45.107Z
582024-03-25T15:58:45.107ZThis is usually done by running one of the following (note the leading DOT):
592024-03-25T15:58:45.107Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-25T15:58:45.107Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-25T15:58:45.162Z+ rustc --version
622024-03-25T15:58:45.251Zrustc 1.77.0 (aedd173a2 2024-03-17)
632024-03-25T15:58:45.275Zprocess exited: duration 15006 ms, exit code 0
 
642024-03-25T15:58:45.324Zstarting task 2: "authentication"
652024-03-25T15:58:45.383Zprocess exited: duration 54 ms, exit code 0
 
662024-03-25T15:58:45.433Zstarting task 3: "clone repository"
672024-03-25T15:58:45.457Z+ mkdir -p /work/oxidecomputer/transceiver-control
682024-03-25T15:58:45.457Z+ git clone https://github.com/oxidecomputer/transceiver-control /work/oxidecomputer/transceiver-control
692024-03-25T15:58:45.483ZCloning into '/work/oxidecomputer/transceiver-control'...
702024-03-25T15:58:46.307Z+ cd /work/oxidecomputer/transceiver-control
712024-03-25T15:58:46.307Z+ git fetch origin 7b330f4e7ff1c620a1e80db631ce628caa7c32ae
722024-03-25T15:58:46.651ZFrom https://github.com/oxidecomputer/transceiver-control
732024-03-25T15:58:46.651Z * branch 7b330f4e7ff1c620a1e80db631ce628caa7c32ae -> FETCH_HEAD
742024-03-25T15:58:46.676Z+ [[ -n moar-errors ]]
752024-03-25T15:58:46.676Z++ git branch --show-current
762024-03-25T15:58:46.676Z+ current=main
772024-03-25T15:58:46.676Z+ [[ main != moar-errors ]]
782024-03-25T15:58:46.676Z+ git branch -f moar-errors 7b330f4e7ff1c620a1e80db631ce628caa7c32ae
792024-03-25T15:58:46.676Z+ git checkout -f moar-errors
802024-03-25T15:58:46.700ZSwitched to branch 'moar-errors'
812024-03-25T15:58:46.700Z+ git reset --hard 7b330f4e7ff1c620a1e80db631ce628caa7c32ae
822024-03-25T15:58:46.701ZHEAD is now at 7b330f4 deprecate HwError::I2cError
832024-03-25T15:58:46.701Zprocess exited: duration 1254 ms, exit code 0
 
842024-03-25T15:58:46.755Zstarting task 4: "build"
852024-03-25T15:58:46.779Z+ cargo --version
862024-03-25T15:58:46.830Zcargo 1.77.0 (3fe68eabf 2024-02-29)
872024-03-25T15:58:46.857Z+ rustc --version
882024-03-25T15:58:46.896Zrustc 1.77.0 (aedd173a2 2024-03-17)
892024-03-25T15:58:46.921Z+ pfexec mkdir -p /out
902024-03-25T15:58:46.921Z+ pfexec chown build /out
912024-03-25T15:58:46.921Z+ banner build
922024-03-25T15:58:46.921Z
932024-03-25T15:58:46.921Z ##### # # # # #####
942024-03-25T15:58:46.921Z # # # # # # # #
952024-03-25T15:58:46.921Z ##### # # # # # #
962024-03-25T15:58:46.921Z # # # # # # # #
972024-03-25T15:58:46.921Z # # # # # # # #
982024-03-25T15:58:46.921Z ##### #### # ###### #####
992024-03-25T15:58:46.921Z
1002024-03-25T15:58:46.921Z+ ptime -m cargo build --release --locked --bin xcvradm
1012024-03-25T15:58:47.060Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
1022024-03-25T15:58:47.060Znote: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
1032024-03-25T15:58:47.060Znote: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
1042024-03-25T15:58:47.060Znote: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
1052024-03-25T15:58:47.144Z Updating crates.io index
1062024-03-25T15:58:47.860Z Downloading crates ...
1072024-03-25T15:58:47.941Z Downloaded cfg_aliases v0.1.1
1082024-03-25T15:58:47.966Z Downloaded dtrace-parser v0.2.0
1092024-03-25T15:58:47.966Z Downloaded clap_lex v0.7.0
1102024-03-25T15:58:47.966Z Downloaded dof v0.3.0
1112024-03-25T15:58:47.966Z Downloaded generic-array v0.14.7
1122024-03-25T15:58:47.966Z Downloaded usdt-impl v0.5.0
1132024-03-25T15:58:47.966Z Downloaded usdt-macro v0.5.0
1142024-03-25T15:58:47.966Z Downloaded plain v0.2.3
1152024-03-25T15:58:47.966Z Downloaded usdt-attr-macro v0.5.0
1162024-03-25T15:58:47.966Z Downloaded thread_local v1.1.7
1172024-03-25T15:58:47.966Z Downloaded syn v1.0.109
1182024-03-25T15:58:47.992Z Downloaded zerocopy-derive v0.7.32
1192024-03-25T15:58:47.992Z Downloaded zerocopy v0.7.32
1202024-03-25T15:58:48.017Z Downloaded syn v2.0.46
1212024-03-25T15:58:48.041Z Downloaded tokio v1.36.0
1222024-03-25T15:58:48.066Z Downloaded libc v0.2.153
1232024-03-25T15:58:48.091Z Downloaded nix v0.28.0
1242024-03-25T15:58:48.115Z Downloaded itertools v0.12.1
1252024-03-25T15:58:48.115Z Downloaded goblin v0.8.0
1262024-03-25T15:58:48.141Z Downloaded time v0.3.20
1272024-03-25T15:58:48.141Z Downloaded slog v2.7.0
1282024-03-25T15:58:48.141Z Downloaded serde_json v1.0.114
1292024-03-25T15:58:48.141Z Downloaded pest v2.7.6
1302024-03-25T15:58:48.141Z Downloaded version_check v0.9.4
1312024-03-25T15:58:48.141Z Downloaded utf8parse v0.2.1
1322024-03-25T15:58:48.165Z Downloaded ucd-trie v0.1.5
1332024-03-25T15:58:48.165Z Downloaded typenum v1.16.0
1342024-03-25T15:58:48.165Z Downloaded time-macros v0.2.8
1352024-03-25T15:58:48.165Z Downloaded thread-id v4.0.0
1362024-03-25T15:58:48.166Z Downloaded thiserror-impl v1.0.58
1372024-03-25T15:58:48.166Z Downloaded term v0.7.0
1382024-03-25T15:58:48.166Z Downloaded slog-async v2.8.0
1392024-03-25T15:58:48.166Z Downloaded sha2 v0.10.6
1402024-03-25T15:58:48.166Z Downloaded serde v1.0.197
1412024-03-25T15:58:48.166Z Downloaded ryu v1.0.13
1422024-03-25T15:58:48.166Z Downloaded proc-macro2 v1.0.74
1432024-03-25T15:58:48.196Z Downloaded pest_generator v2.7.6
1442024-03-25T15:58:48.196Z Downloaded mio v0.8.11
1452024-03-25T15:58:48.196Z Downloaded memchr v2.5.0
1462024-03-25T15:58:48.196Z Downloaded itoa v1.0.6
1472024-03-25T15:58:48.196Z Downloaded hubpack_derive v0.1.1
1482024-03-25T15:58:48.196Z Downloaded hubpack v0.1.2
1492024-03-25T15:58:48.196Z Downloaded take_mut v0.2.2
1502024-03-25T15:58:48.196Z Downloaded serde_tokenstream v0.2.0
1512024-03-25T15:58:48.197Z Downloaded pretty-hex v0.4.1
1522024-03-25T15:58:48.197Z Downloaded pin-project-lite v0.2.12
1532024-03-25T15:58:48.197Z Downloaded num_cpus v1.15.0
1542024-03-25T15:58:48.221Z Downloaded memoffset v0.9.0
1552024-03-25T15:58:48.221Z Downloaded heck v0.5.0
1562024-03-25T15:58:48.221Z Downloaded either v1.8.1
1572024-03-25T15:58:48.221Z Downloaded usdt v0.5.0
1582024-03-25T15:58:48.221Z Downloaded unicode-ident v1.0.8
1592024-03-25T15:58:48.221Z Downloaded time-core v0.1.0
1602024-03-25T15:58:48.221Z Downloaded thiserror v1.0.58
1612024-03-25T15:58:48.221Z Downloaded slog-term v2.9.1
1622024-03-25T15:58:48.221Z Downloaded serde_derive v1.0.197
1632024-03-25T15:58:48.221Z Downloaded scroll_derive v0.12.0
1642024-03-25T15:58:48.221Z Downloaded scroll v0.12.0
1652024-03-25T15:58:48.222Z Downloaded pest_derive v2.7.6
1662024-03-25T15:58:48.222Z Downloaded memmap v0.7.0
1672024-03-25T15:58:48.222Z Downloaded log v0.4.20
1682024-03-25T15:58:48.222Z Downloaded is-terminal v0.4.12
1692024-03-25T15:58:48.222Z Downloaded tokio-macros v2.2.0
1702024-03-25T15:58:48.222Z Downloaded strsim v0.11.0
1712024-03-25T15:58:48.246Z Downloaded socket2 v0.5.5
1722024-03-25T15:58:48.246Z Downloaded quote v1.0.35
1732024-03-25T15:58:48.246Z Downloaded pest_meta v2.7.6
1742024-03-25T15:58:48.246Z Downloaded once_cell v1.17.1
1752024-03-25T15:58:48.246Z Downloaded clap_builder v4.5.2
1762024-03-25T15:58:48.246Z Downloaded dirs-sys-next v0.1.2
1772024-03-25T15:58:48.246Z Downloaded dirs-next v2.0.0
1782024-03-25T15:58:48.247Z Downloaded digest v0.10.6
1792024-03-25T15:58:48.247Z Downloaded crypto-common v0.1.6
1802024-03-25T15:58:48.247Z Downloaded crossbeam-utils v0.8.15
1812024-03-25T15:58:48.247Z Downloaded crossbeam-channel v0.5.8
1822024-03-25T15:58:48.271Z Downloaded cpufeatures v0.2.6
1832024-03-25T15:58:48.271Z Downloaded clap_derive v4.5.3
1842024-03-25T15:58:48.271Z Downloaded clap v4.5.3
1852024-03-25T15:58:48.271Z Downloaded block-buffer v0.10.4
1862024-03-25T15:58:48.271Z Downloaded bitflags v2.4.2
1872024-03-25T15:58:48.271Z Downloaded anyhow v1.0.81
1882024-03-25T15:58:48.272Z Downloaded cfg-if v1.0.0
1892024-03-25T15:58:48.297Z Downloaded byteorder v1.4.3
1902024-03-25T15:58:48.297Z Downloaded autocfg v1.1.0
1912024-03-25T15:58:48.297Z Downloaded anstyle-query v1.0.0
1922024-03-25T15:58:48.298Z Downloaded anstyle-parse v0.2.0
1932024-03-25T15:58:48.298Z Downloaded anstyle v1.0.0
1942024-03-25T15:58:48.298Z Downloaded anstream v0.6.7
1952024-03-25T15:58:48.298Z Downloaded colorchoice v1.0.0
1962024-03-25T15:58:48.356Z Compiling proc-macro2 v1.0.74
1972024-03-25T15:58:48.356Z Compiling unicode-ident v1.0.8
1982024-03-25T15:58:48.380Z Compiling libc v0.2.153
1992024-03-25T15:58:48.380Z Compiling thiserror v1.0.58
2002024-03-25T15:58:48.381Z Compiling serde v1.0.197
2012024-03-25T15:58:48.381Z Compiling memchr v2.5.0
2022024-03-25T15:58:48.381Z Compiling ucd-trie v0.1.5
2032024-03-25T15:58:48.381Z Compiling serde_json v1.0.114
2042024-03-25T15:58:48.557Z Compiling version_check v0.9.4
2052024-03-25T15:58:48.826Z Compiling once_cell v1.17.1
2062024-03-25T15:58:48.861Z Compiling cfg-if v1.0.0
2072024-03-25T15:58:49.023Z Compiling byteorder v1.4.3
2082024-03-25T15:58:49.053Z Compiling plain v0.2.3
2092024-03-25T15:58:49.145Z Compiling usdt-impl v0.5.0
2102024-03-25T15:58:49.171Z Compiling ryu v1.0.13
2112024-03-25T15:58:49.195Z Compiling log v0.4.20
2122024-03-25T15:58:49.220Z Compiling utf8parse v0.2.1
2132024-03-25T15:58:49.350Z Compiling itoa v1.0.6
2142024-03-25T15:58:49.452Z Compiling syn v1.0.109
2152024-03-25T15:58:49.513Z Compiling anstyle-parse v0.2.0
2162024-03-25T15:58:49.637Z Compiling anstyle v1.0.0
2172024-03-25T15:58:49.878Z Compiling quote v1.0.35
2182024-03-25T15:58:49.903Z Compiling anstyle-query v1.0.0
2192024-03-25T15:58:49.927Z Compiling colorchoice v1.0.0
2202024-03-25T15:58:50.030Z Compiling pretty-hex v0.4.1
2212024-03-25T15:58:50.057Z Compiling anstream v0.6.7
2222024-03-25T15:58:50.210Z Compiling syn v2.0.46
2232024-03-25T15:58:50.530Z Compiling thread-id v4.0.0
2242024-03-25T15:58:50.669Z Compiling clap_lex v0.7.0
2252024-03-25T15:58:50.812Z Compiling heck v0.5.0
2262024-03-25T15:58:50.886Z Compiling slog v2.7.0
2272024-03-25T15:58:51.077Z Compiling autocfg v1.1.0
2282024-03-25T15:58:51.154Z Compiling strsim v0.11.0
2292024-03-25T15:58:51.291Z Compiling crossbeam-utils v0.8.15
2302024-03-25T15:58:51.810Z Compiling memoffset v0.9.0
2312024-03-25T15:58:52.098Z Compiling clap_builder v4.5.2
2322024-03-25T15:58:52.242Z Compiling dirs-sys-next v0.1.2
2332024-03-25T15:58:52.897Z Compiling cfg_aliases v0.1.1
2342024-03-25T15:58:53.160Z Compiling time-core v0.1.0
2352024-03-25T15:58:53.223Z Compiling bitflags v2.4.2
2362024-03-25T15:58:53.284Z Compiling time-macros v0.2.8
2372024-03-25T15:58:53.344Z Compiling thread_local v1.1.7
2382024-03-25T15:58:53.683Z Compiling nix v0.28.0
2392024-03-25T15:58:53.976Z Compiling dirs-next v2.0.0
2402024-03-25T15:58:54.717Z Compiling slog-async v2.8.0
2412024-03-25T15:58:54.986Z Compiling anyhow v1.0.81
2422024-03-25T15:58:55.177Z Compiling crossbeam-channel v0.5.8
2432024-03-25T15:58:55.585Z Compiling time v0.3.20
2442024-03-25T15:58:55.654Z Compiling term v0.7.0
2452024-03-25T15:59:09.547Z Compiling hubpack_derive v0.1.1
2462024-03-25T15:59:09.547Z Compiling is-terminal v0.4.12
2472024-03-25T15:59:09.547Z Compiling num_cpus v1.15.0
2482024-03-25T15:59:09.586Z Compiling mio v0.8.11
2492024-03-25T15:59:09.586Z Compiling socket2 v0.5.5
2502024-03-25T15:59:09.617Z Compiling memmap v0.7.0
2512024-03-25T15:59:09.618Z Compiling transceiver-controller v0.1.1 (/work/oxidecomputer/transceiver-control/controller)
2522024-03-25T15:59:09.618Z Compiling take_mut v0.2.2
2532024-03-25T15:59:09.618Z Compiling either v1.8.1
2542024-03-25T15:59:09.618Z Compiling pin-project-lite v0.2.12
2552024-03-25T15:59:09.618Z Compiling itertools v0.12.1
2562024-03-25T15:59:09.618Z Compiling slog-term v2.9.1
2572024-03-25T15:59:09.618Z Compiling thiserror-impl v1.0.58
2582024-03-25T15:59:09.618Z Compiling serde_derive v1.0.197
2592024-03-25T15:59:09.618Z Compiling scroll_derive v0.12.0
2602024-03-25T15:59:09.618Z Compiling zerocopy-derive v0.7.32
2612024-03-25T15:59:09.618Z Compiling clap_derive v4.5.3
2622024-03-25T15:59:09.618Z Compiling pest v2.7.6
2632024-03-25T15:59:09.618Z Compiling scroll v0.12.0
2642024-03-25T15:59:09.618Z Compiling goblin v0.8.0
2652024-03-25T15:59:09.619Z Compiling zerocopy v0.7.32
2662024-03-25T15:59:09.619Z Compiling pest_meta v2.7.6
2672024-03-25T15:59:09.619Z Compiling pest_generator v2.7.6
2682024-03-25T15:59:09.619Z Compiling clap v4.5.3
2692024-03-25T15:59:09.619Z Compiling pest_derive v2.7.6
2702024-03-25T15:59:09.619Z Compiling dtrace-parser v0.2.0
2712024-03-25T15:59:09.619Z Compiling tokio-macros v2.2.0
2722024-03-25T15:59:09.619Z Compiling tokio v1.36.0
2732024-03-25T15:59:11.367Z Compiling dof v0.3.0
2742024-03-25T15:59:11.769Z Compiling serde_tokenstream v0.2.0
2752024-03-25T15:59:12.736Z Compiling hubpack v0.1.2
2762024-03-25T15:59:12.977Z Compiling usdt-macro v0.5.0
2772024-03-25T15:59:13.129Z Compiling usdt-attr-macro v0.5.0
2782024-03-25T15:59:14.170Z Compiling transceiver-messages v0.1.1 (/work/oxidecomputer/transceiver-control/messages)
2792024-03-25T15:59:14.513Zwarning: use of deprecated unit variant `message::HwError::I2cError`: Use the more specific error variants instead
2802024-03-25T15:59:14.513Z --> messages/src/message.rs:130:5
2812024-03-25T15:59:14.513Z |
2822024-03-25T15:59:14.513Z130 | I2cError,
2832024-03-25T15:59:14.513Z | ^^^^^^^^
2842024-03-25T15:59:14.513Z |
2852024-03-25T15:59:14.513Z = note: `#[warn(deprecated)]` on by default
2862024-03-25T15:59:14.513Z
2872024-03-25T15:59:15.570Z Compiling usdt v0.5.0
2882024-03-25T15:59:15.827Z Compiling transceiver-decode v0.1.0 (/work/oxidecomputer/transceiver-control/decode)
2892024-03-25T15:59:15.916Zwarning: unused import: `transceiver_messages::mgmt::ManagementInterface`
2902024-03-25T15:59:15.916Z --> decode/src/memory_model.rs:15:9
2912024-03-25T15:59:15.916Z |
2922024-03-25T15:59:15.916Z15 | pub use transceiver_messages::mgmt::ManagementInterface;
2932024-03-25T15:59:15.916Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2942024-03-25T15:59:15.916Z |
2952024-03-25T15:59:15.916Z = note: `#[warn(unused_imports)]` on by default
2962024-03-25T15:59:15.916Z
2972024-03-25T15:59:16.030Zwarning: unused import: `transceiver_messages::mgmt::ManagementInterface`
2982024-03-25T15:59:16.030Z --> decode/src/monitors.rs:14:9
2992024-03-25T15:59:16.030Z |
3002024-03-25T15:59:16.030Z14 | pub use transceiver_messages::mgmt::ManagementInterface;
3012024-03-25T15:59:16.030Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3022024-03-25T15:59:16.031Z
3032024-03-25T15:59:16.031Zwarning: unused import: `transceiver_messages::mgmt::ManagementInterface`
3042024-03-25T15:59:16.031Z --> decode/src/power.rs:14:9
3052024-03-25T15:59:16.031Z |
3062024-03-25T15:59:16.031Z14 | pub use transceiver_messages::mgmt::ManagementInterface;
3072024-03-25T15:59:16.031Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3082024-03-25T15:59:16.031Z
3092024-03-25T15:59:16.651Zwarning: `transceiver-messages` (lib) generated 1 warning
3102024-03-25T15:59:16.851Zwarning: unused import: `transceiver_messages::message::HwError`
3112024-03-25T15:59:16.851Z --> controller/src/controller.rs:48:9
3122024-03-25T15:59:16.851Z |
3132024-03-25T15:59:16.851Z48 | pub use transceiver_messages::message::HwError;
3142024-03-25T15:59:16.851Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3152024-03-25T15:59:16.851Z |
3162024-03-25T15:59:16.851Z = note: `#[warn(unused_imports)]` on by default
3172024-03-25T15:59:16.851Z
3182024-03-25T15:59:16.877Zwarning: unused import: `transceiver_messages::message::ProtocolError`
3192024-03-25T15:59:16.877Z --> controller/src/controller.rs:54:9
3202024-03-25T15:59:16.877Z |
3212024-03-25T15:59:16.877Z54 | pub use transceiver_messages::message::ProtocolError;
3222024-03-25T15:59:16.877Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3232024-03-25T15:59:16.877Z
3242024-03-25T15:59:16.877Zwarning: unused import: `transceiver_messages::mgmt`
3252024-03-25T15:59:16.877Z --> controller/src/controller.rs:57:9
3262024-03-25T15:59:16.877Z |
3272024-03-25T15:59:16.877Z57 | pub use transceiver_messages::mgmt;
3282024-03-25T15:59:16.877Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^
3292024-03-25T15:59:16.877Z
3302024-03-25T15:59:16.878Zwarning: unused import: `transceiver_messages::InvalidPort`
3312024-03-25T15:59:16.878Z --> controller/src/controller.rs:64:9
3322024-03-25T15:59:16.878Z |
3332024-03-25T15:59:16.878Z64 | pub use transceiver_messages::InvalidPort;
3342024-03-25T15:59:16.878Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3352024-03-25T15:59:16.878Z
3362024-03-25T15:59:17.083Zwarning: `transceiver-decode` (lib) generated 3 warnings (run `cargo fix --lib -p transceiver-decode` to apply 3 suggestions)
3372024-03-25T15:59:20.666Zwarning: `transceiver-controller` (lib) generated 4 warnings (run `cargo fix --lib -p transceiver-controller` to apply 4 suggestions)
3382024-03-25T15:59:33.697Z Finished release [optimized] target(s) in 46.66s
3392024-03-25T15:59:33.769Z
3402024-03-25T15:59:33.769Zreal 46.832900949
3412024-03-25T15:59:33.769Zuser 4:51.231735016
3422024-03-25T15:59:33.769Zsys 32.096190568
3432024-03-25T15:59:33.769Ztrap 0.148435859
3442024-03-25T15:59:33.769Ztflt 0.217965919
3452024-03-25T15:59:33.769Zdflt 0.342613113
3462024-03-25T15:59:33.769Zkflt 0.000638058
3472024-03-25T15:59:33.795Zlock 8:47.282963660
3482024-03-25T15:59:33.795Zslp 11:52.719703529
3492024-03-25T15:59:33.795Zlat 13.856765978
3502024-03-25T15:59:33.795Zstop 7.986697723
3512024-03-25T15:59:33.795Z+ banner output
3522024-03-25T15:59:33.796Z
3532024-03-25T15:59:33.796Z #### # # ##### ##### # # #####
3542024-03-25T15:59:33.796Z # # # # # # # # # #
3552024-03-25T15:59:33.796Z # # # # # # # # # #
3562024-03-25T15:59:33.796Z # # # # # ##### # # #
3572024-03-25T15:59:33.796Z # # # # # # # # #
3582024-03-25T15:59:33.796Z #### #### # # #### #
3592024-03-25T15:59:33.796Z
3602024-03-25T15:59:33.796Z+ mv target/release/xcvradm /out/xcvradm
3612024-03-25T15:59:33.796Z+ digest -a sha256 /out/xcvradm
3622024-03-25T15:59:33.822Z+ gzip /out/xcvradm
3632024-03-25T15:59:34.372Z+ digest -a sha256 /out/xcvradm.gz
3642024-03-25T15:59:34.397Zprocess exited: duration 47637 ms, exit code 0
 
3652024-03-25T15:59:34.449Zfound 3 output files
3662024-03-25T15:59:34.449Zuploading: /out/xcvradm.gz (4190068 bytes)
3672024-03-25T15:59:37.603Zuploaded: /out/xcvradm.gz
3682024-03-25T15:59:37.603Zuploading: /out/xcvradm.sha256.txt (65 bytes)
3692024-03-25T15:59:39.166Zuploaded: /out/xcvradm.sha256.txt
3702024-03-25T15:59:39.167Zuploading: /out/xcvradm.gz.sha256.txt (65 bytes)
3712024-03-25T15:59:40.680Zuploaded: /out/xcvradm.gz.sha256.txt