01HSV59Y7QCYZ7JG9C767XWME1: build-and-test (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-latest",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HSV5A44EP979P8MG33FAPKTY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-25T15:58:35.473Zjob assigned to worker 01HSV5A48M0J4C88G91XATXPCY (queued for 45 s)
 
22024-03-25T15:58:35.673Zstarting task 0: "setup"
32024-03-25T15:58:35.698Z++ uname -s
42024-03-25T15:58:35.698Z+ kern=SunOS
52024-03-25T15:58:35.698Z+ case "$kern" in
62024-03-25T15:58:35.699Z+ groupadd -g 12345 build
72024-03-25T15:58:35.699Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-25T15:58:37.706Z+ zfs create -o mountpoint=/work rpool/work
92024-03-25T15:58:37.756Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-25T15:58:37.781Z+ home_fs=zfs
112024-03-25T15:58:37.781Z+ [[ zfs == autofs ]]
122024-03-25T15:58:37.781Z+ mkdir -p /home/build
132024-03-25T15:58:37.782Z+ chown build:build /home/build /work
142024-03-25T15:58:39.759Z+ chmod 0700 /home/build /work
152024-03-25T15:58:39.783Zprocess exited: duration 4087 ms, exit code 0
 
162024-03-25T15:58:39.834Zstarting task 1: "rust-toolchain"
172024-03-25T15:58:39.859Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-25T15:58:39.859Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-03-25T15:58:39.995Zinfo: downloading installer
202024-03-25T15:58:40.784Zwarning: it looks like you have an existing installation of Rust at:
212024-03-25T15:58:40.784Zwarning: /opt/ooce/bin
222024-03-25T15:58:40.784Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-25T15:58:40.784Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-25T15:58:40.784Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-25T15:58:40.784Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-25T15:58:40.784Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-25T15:58:40.784Zerror: cannot install while Rust is installed
282024-03-25T15:58:40.784Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-25T15:58:40.848Zinfo: profile set to 'default'
302024-03-25T15:58:40.848Zinfo: default host triple is x86_64-unknown-illumos
312024-03-25T15:58:40.877Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-03-25T15:58:40.952Zinfo: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)
332024-03-25T15:58:40.952Zinfo: downloading component 'cargo'
342024-03-25T15:58:41.105Zinfo: downloading component 'clippy'
352024-03-25T15:58:41.151Zinfo: downloading component 'rust-docs'
362024-03-25T15:58:41.349Zinfo: downloading component 'rust-std'
372024-03-25T15:58:41.603Zinfo: downloading component 'rustc'
382024-03-25T15:58:42.244Zinfo: downloading component 'rustfmt'
392024-03-25T15:58:42.301Zinfo: installing component 'cargo'
402024-03-25T15:58:43.340Zinfo: installing component 'clippy'
412024-03-25T15:58:43.715Zinfo: installing component 'rust-docs'
422024-03-25T15:58:46.254Zinfo: installing component 'rust-std'
432024-03-25T15:58:48.235Zinfo: installing component 'rustc'
442024-03-25T15:58:53.117Zinfo: installing component 'rustfmt'
452024-03-25T15:58:53.485Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-03-25T15:58:53.485Z
472024-03-25T15:58:53.578Z stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17)
482024-03-25T15:58:53.578Z
492024-03-25T15:58:53.626Z
502024-03-25T15:58:53.626ZRust is installed now. Great!
512024-03-25T15:58:53.626Z
522024-03-25T15:58:53.626ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-25T15:58:53.626Zenvironment variable. This has not been done automatically.
542024-03-25T15:58:53.626Z
552024-03-25T15:58:53.626ZTo configure your current shell, you need to source
562024-03-25T15:58:53.626Zthe corresponding env file under $HOME/.cargo.
572024-03-25T15:58:53.626Z
582024-03-25T15:58:53.626ZThis is usually done by running one of the following (note the leading DOT):
592024-03-25T15:58:53.626Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-25T15:58:53.626Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-25T15:58:53.673Z+ rustc --version
622024-03-25T15:58:53.742Zrustc 1.77.0 (aedd173a2 2024-03-17)
632024-03-25T15:58:53.784Zprocess exited: duration 13910 ms, exit code 0
 
642024-03-25T15:58:53.934Zstarting task 2: "authentication"
652024-03-25T15:58:54.041Zprocess exited: duration 107 ms, exit code 0
 
662024-03-25T15:58:54.154Zstarting task 3: "clone repository"
672024-03-25T15:58:54.192Z+ mkdir -p /work/oxidecomputer/transceiver-control
682024-03-25T15:58:54.192Z+ git clone https://github.com/oxidecomputer/transceiver-control /work/oxidecomputer/transceiver-control
692024-03-25T15:58:54.192ZCloning into '/work/oxidecomputer/transceiver-control'...
702024-03-25T15:58:54.945Z+ cd /work/oxidecomputer/transceiver-control
712024-03-25T15:58:54.945Z+ git fetch origin 7b330f4e7ff1c620a1e80db631ce628caa7c32ae
722024-03-25T15:58:55.279ZFrom https://github.com/oxidecomputer/transceiver-control
732024-03-25T15:58:55.279Z * branch 7b330f4e7ff1c620a1e80db631ce628caa7c32ae -> FETCH_HEAD
742024-03-25T15:58:55.319Z+ [[ -n moar-errors ]]
752024-03-25T15:58:55.319Z++ git branch --show-current
762024-03-25T15:58:55.319Z+ current=main
772024-03-25T15:58:55.320Z+ [[ main != moar-errors ]]
782024-03-25T15:58:55.320Z+ git branch -f moar-errors 7b330f4e7ff1c620a1e80db631ce628caa7c32ae
792024-03-25T15:58:55.320Z+ git checkout -f moar-errors
802024-03-25T15:58:55.320ZSwitched to branch 'moar-errors'
812024-03-25T15:58:55.320Z+ git reset --hard 7b330f4e7ff1c620a1e80db631ce628caa7c32ae
822024-03-25T15:58:55.355ZHEAD is now at 7b330f4 deprecate HwError::I2cError
832024-03-25T15:58:55.355Zprocess exited: duration 1183 ms, exit code 0
 
842024-03-25T15:58:55.432Zstarting task 4: "build"
852024-03-25T15:58:55.467Z+ cargo --version
862024-03-25T15:58:55.507Zcargo 1.77.0 (3fe68eabf 2024-02-29)
872024-03-25T15:58:55.549Z+ rustc --version
882024-03-25T15:58:55.609Zrustc 1.77.0 (aedd173a2 2024-03-17)
892024-03-25T15:58:55.609Z+ banner fmt
902024-03-25T15:58:55.609Z
912024-03-25T15:58:55.609Z ###### # # #####
922024-03-25T15:58:55.609Z # ## ## #
932024-03-25T15:58:55.609Z ##### # ## # #
942024-03-25T15:58:55.609Z # # # #
952024-03-25T15:58:55.609Z # # # #
962024-03-25T15:58:55.609Z # # # #
972024-03-25T15:58:55.609Z
982024-03-25T15:58:55.610Z+ ptime -m cargo fmt -- --check
992024-03-25T15:59:09.649Z
1002024-03-25T15:59:09.650Zreal 0.352088778
1012024-03-25T15:59:09.650Zuser 0.233264397
1022024-03-25T15:59:09.650Zsys 0.111456481
1032024-03-25T15:59:09.650Ztrap 0.000025792
1042024-03-25T15:59:09.650Ztflt 0.000003917
1052024-03-25T15:59:09.650Zdflt 0.000000000
1062024-03-25T15:59:09.650Zkflt 0.000000000
1072024-03-25T15:59:09.650Zlock 0.000000000
1082024-03-25T15:59:09.650Zslp 0.225562048
1092024-03-25T15:59:09.650Zlat 0.000474972
1102024-03-25T15:59:09.650Zstop 0.000308473
1112024-03-25T15:59:09.650Z+ banner 'no std chk'
1122024-03-25T15:59:09.650Z
1132024-03-25T15:59:09.650Z # # #### #### ##### ##### #### # # # #
1142024-03-25T15:59:09.650Z ## # # # # # # # # # # # # #
1152024-03-25T15:59:09.650Z # # # # # #### # # # # ###### ####
1162024-03-25T15:59:09.651Z # # # # # # # # # # # # # #
1172024-03-25T15:59:09.651Z # ## # # # # # # # # # # # # #
1182024-03-25T15:59:09.651Z # # #### #### # ##### #### # # # #
1192024-03-25T15:59:09.651Z
1202024-03-25T15:59:09.651Z+ ptime -m cargo check --package transceiver-messages --no-default-features
1212024-03-25T15:59:09.651Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
1222024-03-25T15:59:09.651Znote: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
1232024-03-25T15:59:09.651Znote: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
1242024-03-25T15:59:09.651Znote: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
1252024-03-25T15:59:09.651Z Updating crates.io index
1262024-03-25T15:59:09.651Z Downloading crates ...
1272024-03-25T15:59:09.651Z Downloaded quote v1.0.35
1282024-03-25T15:59:09.651Z Downloaded hubpack_derive v0.1.1
1292024-03-25T15:59:09.651Z Downloaded bitflags v2.4.2
1302024-03-25T15:59:09.651Z Downloaded unicode-ident v1.0.8
1312024-03-25T15:59:09.651Z Downloaded syn v2.0.46
1322024-03-25T15:59:09.651Z Downloaded syn v1.0.109
1332024-03-25T15:59:09.651Z Downloaded serde_derive v1.0.197
1342024-03-25T15:59:09.651Z Downloaded serde v1.0.197
1352024-03-25T15:59:09.651Z Downloaded proc-macro2 v1.0.74
1362024-03-25T15:59:09.652Z Downloaded hubpack v0.1.2
1372024-03-25T15:59:09.652Z Compiling proc-macro2 v1.0.74
1382024-03-25T15:59:09.652Z Compiling unicode-ident v1.0.8
1392024-03-25T15:59:09.652Z Compiling syn v1.0.109
1402024-03-25T15:59:09.652Z Compiling serde v1.0.197
1412024-03-25T15:59:09.652Z Checking bitflags v2.4.2
1422024-03-25T15:59:09.652Z Compiling quote v1.0.35
1432024-03-25T15:59:09.652Z Compiling syn v2.0.46
1442024-03-25T15:59:09.652Z Compiling serde_derive v1.0.197
1452024-03-25T15:59:09.652Z Compiling hubpack_derive v0.1.1
1462024-03-25T15:59:09.652Z Checking hubpack v0.1.2
1472024-03-25T15:59:09.652Z Checking transceiver-messages v0.1.1 (/work/oxidecomputer/transceiver-control/messages)
1482024-03-25T15:59:09.712Zwarning: use of deprecated unit variant `message::HwError::I2cError`: Use the more specific error variants instead
1492024-03-25T15:59:09.713Z --> messages/src/message.rs:130:5
1502024-03-25T15:59:09.713Z |
1512024-03-25T15:59:09.713Z130 | I2cError,
1522024-03-25T15:59:09.713Z | ^^^^^^^^
1532024-03-25T15:59:09.713Z |
1542024-03-25T15:59:09.713Z = note: `#[warn(deprecated)]` on by default
1552024-03-25T15:59:09.713Z
1562024-03-25T15:59:09.749Zwarning: use of deprecated unit variant `message::HwError::I2cError`: Use the more specific error variants instead
1572024-03-25T15:59:09.749Z --> messages/src/message.rs:130:5
1582024-03-25T15:59:09.749Z |
1592024-03-25T15:59:09.749Z130 | I2cError,
1602024-03-25T15:59:09.749Z | ^^^^^^^^
1612024-03-25T15:59:09.749Z
1622024-03-25T15:59:10.897Zwarning: `transceiver-messages` (lib) generated 2 warnings
1632024-03-25T15:59:10.897Z Finished dev [unoptimized + debuginfo] target(s) in 14.88s
1642024-03-25T15:59:10.951Z
1652024-03-25T15:59:10.979Zreal 14.992323545
1662024-03-25T15:59:10.980Zuser 22.990143664
1672024-03-25T15:59:10.980Zsys 6.751473761
1682024-03-25T15:59:10.980Ztrap 0.005866205
1692024-03-25T15:59:10.980Ztflt 0.107073640
1702024-03-25T15:59:10.980Zdflt 0.555175675
1712024-03-25T15:59:10.980Zkflt 0.001202680
1722024-03-25T15:59:10.980Zlock 50.414116134
1732024-03-25T15:59:10.980Zslp 44.980923488
1742024-03-25T15:59:10.980Zlat 0.581831055
1752024-03-25T15:59:10.980Zstop 0.335768125
1762024-03-25T15:59:10.980Z+ banner test
1772024-03-25T15:59:10.980Z
1782024-03-25T15:59:10.980Z ##### ###### #### #####
1792024-03-25T15:59:10.980Z # # # #
1802024-03-25T15:59:10.980Z # ##### #### #
1812024-03-25T15:59:10.980Z # # # #
1822024-03-25T15:59:10.980Z # # # # #
1832024-03-25T15:59:10.980Z # ###### #### #
1842024-03-25T15:59:10.980Z
1852024-03-25T15:59:10.980Z+ ptime -m cargo test --all-targets
1862024-03-25T15:59:11.019Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
1872024-03-25T15:59:11.019Znote: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
1882024-03-25T15:59:11.019Znote: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
1892024-03-25T15:59:11.019Znote: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
1902024-03-25T15:59:11.054Z Downloading crates ...
1912024-03-25T15:59:11.169Z Downloaded cfg_aliases v0.1.1
1922024-03-25T15:59:11.197Z Downloaded clap v4.5.3
1932024-03-25T15:59:11.197Z Downloaded either v1.8.1
1942024-03-25T15:59:11.197Z Downloaded plain v0.2.3
1952024-03-25T15:59:11.198Z Downloaded once_cell v1.17.1
1962024-03-25T15:59:11.198Z Downloaded pest_generator v2.7.6
1972024-03-25T15:59:11.198Z Downloaded pretty-hex v0.4.1
1982024-03-25T15:59:11.198Z Downloaded take_mut v0.2.2
1992024-03-25T15:59:11.198Z Downloaded usdt-macro v0.5.0
2002024-03-25T15:59:11.198Z Downloaded nix v0.28.0
2012024-03-25T15:59:11.224Z Downloaded usdt-attr-macro v0.5.0
2022024-03-25T15:59:11.224Z Downloaded zerocopy-derive v0.7.32
2032024-03-25T15:59:11.224Z Downloaded ucd-trie v0.1.5
2042024-03-25T15:59:11.249Z Downloaded time v0.3.20
2052024-03-25T15:59:11.249Z Downloaded zerocopy v0.7.32
2062024-03-25T15:59:11.275Z Downloaded tokio v1.36.0
2072024-03-25T15:59:11.301Z Downloaded libc v0.2.153
2082024-03-25T15:59:11.328Z Downloaded rustix v0.38.31
2092024-03-25T15:59:11.358Z Downloaded serde_json v1.0.114
2102024-03-25T15:59:11.390Z Downloaded itertools v0.12.1
2112024-03-25T15:59:11.390Z Downloaded thread_local v1.1.7
2122024-03-25T15:59:11.390Z Downloaded thread-id v4.0.0
2132024-03-25T15:59:11.390Z Downloaded thiserror v1.0.58
2142024-03-25T15:59:11.390Z Downloaded term v0.7.0
2152024-03-25T15:59:11.390Z Downloaded slog v2.7.0
2162024-03-25T15:59:11.390Z Downloaded schemars v0.8.16
2172024-03-25T15:59:11.417Z Downloaded ryu v1.0.13
2182024-03-25T15:59:11.417Z Downloaded pest_derive v2.7.6
2192024-03-25T15:59:11.417Z Downloaded memchr v2.5.0
2202024-03-25T15:59:11.417Z Downloaded goblin v0.8.0
2212024-03-25T15:59:11.417Z Downloaded version_check v0.9.4
2222024-03-25T15:59:11.417Z Downloaded utf8parse v0.2.1
2232024-03-25T15:59:11.417Z Downloaded usdt-impl v0.5.0
2242024-03-25T15:59:11.417Z Downloaded usdt v0.5.0
2252024-03-25T15:59:11.417Z Downloaded typenum v1.16.0
2262024-03-25T15:59:11.417Z Downloaded tokio-macros v2.2.0
2272024-03-25T15:59:11.417Z Downloaded thiserror-impl v1.0.58
2282024-03-25T15:59:11.443Z Downloaded schemars_derive v0.8.16
2292024-03-25T15:59:11.443Z Downloaded time-macros v0.2.8
2302024-03-25T15:59:11.443Z Downloaded time-core v0.1.0
2312024-03-25T15:59:11.443Z Downloaded tempfile v3.10.1
2322024-03-25T15:59:11.443Z Downloaded strsim v0.11.0
2332024-03-25T15:59:11.443Z Downloaded socket2 v0.5.5
2342024-03-25T15:59:11.443Z Downloaded slog-term v2.9.1
2352024-03-25T15:59:11.443Z Downloaded slog-async v2.8.0
2362024-03-25T15:59:11.443Z Downloaded sha2 v0.10.6
2372024-03-25T15:59:11.443Z Downloaded serde_tokenstream v0.2.0
2382024-03-25T15:59:11.444Z Downloaded serde_derive_internals v0.26.0
2392024-03-25T15:59:11.444Z Downloaded scroll_derive v0.12.0
2402024-03-25T15:59:11.444Z Downloaded scroll v0.12.0
2412024-03-25T15:59:11.444Z Downloaded pin-project-lite v0.2.12
2422024-03-25T15:59:11.469Z Downloaded pest_meta v2.7.6
2432024-03-25T15:59:11.469Z Downloaded pest v2.7.6
2442024-03-25T15:59:11.469Z Downloaded num_cpus v1.15.0
2452024-03-25T15:59:11.469Z Downloaded mio v0.8.11
2462024-03-25T15:59:11.469Z Downloaded memoffset v0.9.0
2472024-03-25T15:59:11.469Z Downloaded log v0.4.20
2482024-03-25T15:59:11.469Z Downloaded itoa v1.0.6
2492024-03-25T15:59:11.469Z Downloaded heck v0.5.0
2502024-03-25T15:59:11.469Z Downloaded generic-array v0.14.7
2512024-03-25T15:59:11.469Z Downloaded dirs-sys-next v0.1.2
2522024-03-25T15:59:11.469Z Downloaded crypto-common v0.1.6
2532024-03-25T15:59:11.494Z Downloaded crossbeam-utils v0.8.15
2542024-03-25T15:59:11.494Z Downloaded cpufeatures v0.2.6
2552024-03-25T15:59:11.494Z Downloaded clap_derive v4.5.3
2562024-03-25T15:59:11.494Z Downloaded clap_lex v0.7.0
2572024-03-25T15:59:11.495Z Downloaded errno v0.3.8
2582024-03-25T15:59:11.495Z Downloaded dyn-clone v1.0.11
2592024-03-25T15:59:11.495Z Downloaded dirs-next v2.0.0
2602024-03-25T15:59:11.495Z Downloaded digest v0.10.6
2612024-03-25T15:59:11.495Z Downloaded is-terminal v0.4.12
2622024-03-25T15:59:11.495Z Downloaded memmap v0.7.0
2632024-03-25T15:59:11.495Z Downloaded fastrand v2.0.1
2642024-03-25T15:59:11.495Z Downloaded dof v0.3.0
2652024-03-25T15:59:11.495Z Downloaded clap_builder v4.5.2
2662024-03-25T15:59:11.495Z Downloaded dtrace-parser v0.2.0
2672024-03-25T15:59:11.523Z Downloaded crossbeam-channel v0.5.8
2682024-03-25T15:59:11.523Z Downloaded colorchoice v1.0.0
2692024-03-25T15:59:11.523Z Downloaded anyhow v1.0.81
2702024-03-25T15:59:11.524Z Downloaded anstyle-parse v0.2.0
2712024-03-25T15:59:11.524Z Downloaded anstyle v1.0.0
2722024-03-25T15:59:11.524Z Downloaded anstream v0.6.7
2732024-03-25T15:59:11.524Z Downloaded cfg-if v1.0.0
2742024-03-25T15:59:11.524Z Downloaded byteorder v1.4.3
2752024-03-25T15:59:11.524Z Downloaded block-buffer v0.10.4
2762024-03-25T15:59:11.524Z Downloaded autocfg v1.1.0
2772024-03-25T15:59:11.524Z Downloaded anstyle-query v1.0.0
2782024-03-25T15:59:11.549Z Compiling proc-macro2 v1.0.74
2792024-03-25T15:59:11.549Z Compiling unicode-ident v1.0.8
2802024-03-25T15:59:11.549Z Compiling libc v0.2.153
2812024-03-25T15:59:11.549Z Compiling thiserror v1.0.58
2822024-03-25T15:59:11.549Z Compiling memchr v2.5.0
2832024-03-25T15:59:11.549Z Compiling once_cell v1.17.1
2842024-03-25T15:59:11.549Z Compiling itoa v1.0.6
2852024-03-25T15:59:11.549Z Compiling serde_json v1.0.114
2862024-03-25T15:59:11.695Z Compiling cfg-if v1.0.0
2872024-03-25T15:59:11.739Z Compiling ryu v1.0.13
2882024-03-25T15:59:11.765Z Compiling ucd-trie v0.1.5
2892024-03-25T15:59:11.868Z Compiling version_check v0.9.4
2902024-03-25T15:59:11.944Z Compiling utf8parse v0.2.1
2912024-03-25T15:59:12.017Z Compiling bitflags v2.4.2
2922024-03-25T15:59:12.065Z Compiling anstyle-parse v0.2.0
2932024-03-25T15:59:12.090Z Compiling anstyle-query v1.0.0
2942024-03-25T15:59:12.173Z Compiling colorchoice v1.0.0
2952024-03-25T15:59:12.292Z Compiling quote v1.0.35
2962024-03-25T15:59:12.326Z Compiling anstyle v1.0.0
2972024-03-25T15:59:12.364Z Compiling clap_lex v0.7.0
2982024-03-25T15:59:12.395Z Compiling heck v0.5.0
2992024-03-25T15:59:12.395Z Compiling log v0.4.20
3002024-03-25T15:59:12.651Z Compiling syn v2.0.46
3012024-03-25T15:59:12.708Z Compiling syn v1.0.109
3022024-03-25T15:59:12.734Z Compiling anstream v0.6.7
3032024-03-25T15:59:12.807Z Compiling byteorder v1.4.3
3042024-03-25T15:59:12.890Z Compiling plain v0.2.3
3052024-03-25T15:59:13.004Z Compiling strsim v0.11.0
3062024-03-25T15:59:13.072Z Compiling usdt-impl v0.5.0
3072024-03-25T15:59:13.205Z Compiling pretty-hex v0.4.1
3082024-03-25T15:59:13.231Z Compiling thread-id v4.0.0
3092024-03-25T15:59:13.272Z Compiling clap_builder v4.5.2
3102024-03-25T15:59:13.309Z Compiling slog v2.7.0
3112024-03-25T15:59:13.356Z Compiling crossbeam-utils v0.8.15
3122024-03-25T15:59:13.381Z Compiling autocfg v1.1.0
3132024-03-25T15:59:13.502Z Compiling dirs-sys-next v0.1.2
3142024-03-25T15:59:13.743Z Compiling schemars v0.8.16
3152024-03-25T15:59:13.768Z Compiling time-core v0.1.0
3162024-03-25T15:59:13.849Z Compiling cfg_aliases v0.1.1
3172024-03-25T15:59:13.880Z Compiling time-macros v0.2.8
3182024-03-25T15:59:13.920Z Compiling memoffset v0.9.0
3192024-03-25T15:59:13.945Z Compiling nix v0.28.0
3202024-03-25T15:59:14.302Z Compiling dirs-next v2.0.0
3212024-03-25T15:59:14.453Z Compiling thread_local v1.1.7
3222024-03-25T15:59:14.520Z Compiling dyn-clone v1.0.11
3232024-03-25T15:59:14.698Z Compiling rustix v0.38.31
3242024-03-25T15:59:14.723Z Compiling slog-async v2.8.0
3252024-03-25T15:59:15.038Z Compiling anyhow v1.0.81
3262024-03-25T15:59:15.191Z Compiling crossbeam-channel v0.5.8
3272024-03-25T15:59:15.256Z Compiling term v0.7.0
3282024-03-25T15:59:15.529Z Compiling serde_derive_internals v0.26.0
3292024-03-25T15:59:15.610Z Compiling num_cpus v1.15.0
3302024-03-25T15:59:16.126Z Compiling is-terminal v0.4.12
3312024-03-25T15:59:16.126Z Compiling mio v0.8.11
3322024-03-25T15:59:16.167Z Compiling memmap v0.7.0
3332024-03-25T15:59:16.319Z Compiling time v0.3.20
3342024-03-25T15:59:16.469Z Compiling errno v0.3.8
3352024-03-25T15:59:16.655Z Compiling socket2 v0.5.5
3362024-03-25T15:59:16.815Z Compiling transceiver-controller v0.1.1 (/work/oxidecomputer/transceiver-control/controller)
3372024-03-25T15:59:16.968Z Compiling take_mut v0.2.2
3382024-03-25T15:59:17.082Z Compiling either v1.8.1
3392024-03-25T15:59:17.126Z Compiling pin-project-lite v0.2.12
3402024-03-25T15:59:17.337Z Compiling itertools v0.12.1
3412024-03-25T15:59:18.157Z Compiling hubpack_derive v0.1.1
3422024-03-25T15:59:18.338Z Compiling schemars_derive v0.8.16
3432024-03-25T15:59:18.438Z Compiling slog-term v2.9.1
3442024-03-25T15:59:19.158Z Compiling fastrand v2.0.1
3452024-03-25T15:59:19.399Z Compiling tempfile v3.10.1
3462024-03-25T15:59:21.784Z Compiling thiserror-impl v1.0.58
3472024-03-25T15:59:21.784Z Compiling serde_derive v1.0.197
3482024-03-25T15:59:21.784Z Compiling scroll_derive v0.12.0
3492024-03-25T15:59:21.784Z Compiling zerocopy-derive v0.7.32
3502024-03-25T15:59:21.784Z Compiling clap_derive v4.5.3
3512024-03-25T15:59:21.784Z Compiling tokio-macros v2.2.0
3522024-03-25T15:59:23.045Z Compiling scroll v0.12.0
3532024-03-25T15:59:23.177Z Compiling tokio v1.36.0
3542024-03-25T15:59:23.469Z Compiling zerocopy v0.7.32
3552024-03-25T15:59:23.494Z Compiling goblin v0.8.0
3562024-03-25T15:59:23.851Z Compiling pest v2.7.6
3572024-03-25T15:59:24.603Z Compiling clap v4.5.3
3582024-03-25T15:59:25.582Z Compiling pest_meta v2.7.6
3592024-03-25T15:59:26.208Z Compiling serde v1.0.197
3602024-03-25T15:59:26.455Z Compiling pest_generator v2.7.6
3612024-03-25T15:59:27.657Z Compiling pest_derive v2.7.6
3622024-03-25T15:59:28.578Z Compiling dtrace-parser v0.2.0
3632024-03-25T15:59:30.337Z Compiling hubpack v0.1.2
3642024-03-25T15:59:30.337Z Compiling serde_tokenstream v0.2.0
3652024-03-25T15:59:30.560Z Compiling transceiver-messages v0.1.1 (/work/oxidecomputer/transceiver-control/messages)
3662024-03-25T15:59:30.895Zwarning: use of deprecated unit variant `message::HwError::I2cError`: Use the more specific error variants instead
3672024-03-25T15:59:30.895Z --> messages/src/message.rs:130:5
3682024-03-25T15:59:30.895Z |
3692024-03-25T15:59:30.895Z130 | I2cError,
3702024-03-25T15:59:30.895Z | ^^^^^^^^
3712024-03-25T15:59:30.895Z |
3722024-03-25T15:59:30.895Z = note: `#[warn(deprecated)]` on by default
3732024-03-25T15:59:30.895Z
3742024-03-25T15:59:30.895Zwarning: use of deprecated unit variant `message::HwError::I2cError`: Use the more specific error variants instead
3752024-03-25T15:59:30.896Z --> messages/src/message.rs:130:5
3762024-03-25T15:59:30.896Z |
3772024-03-25T15:59:30.896Z130 | I2cError,
3782024-03-25T15:59:30.896Z | ^^^^^^^^
3792024-03-25T15:59:30.896Z
3802024-03-25T15:59:31.522Z Compiling dof v0.3.0
3812024-03-25T15:59:32.261Z Compiling transceiver-decode v0.1.0 (/work/oxidecomputer/transceiver-control/decode)
3822024-03-25T15:59:32.340Zwarning: unused import: `transceiver_messages::mgmt::ManagementInterface`
3832024-03-25T15:59:32.340Z --> decode/src/memory_model.rs:15:9
3842024-03-25T15:59:32.340Z |
3852024-03-25T15:59:32.340Z15 | pub use transceiver_messages::mgmt::ManagementInterface;
3862024-03-25T15:59:32.340Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3872024-03-25T15:59:32.340Z |
3882024-03-25T15:59:32.340Z = note: `#[warn(unused_imports)]` on by default
3892024-03-25T15:59:32.340Z
3902024-03-25T15:59:32.340Zwarning: unused import: `transceiver_messages::mgmt::ManagementInterface`
3912024-03-25T15:59:32.340Z --> decode/src/monitors.rs:14:9
3922024-03-25T15:59:32.340Z |
3932024-03-25T15:59:32.340Z14 | pub use transceiver_messages::mgmt::ManagementInterface;
3942024-03-25T15:59:32.341Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3952024-03-25T15:59:32.341Z
3962024-03-25T15:59:32.341Zwarning: unused import: `transceiver_messages::mgmt::ManagementInterface`
3972024-03-25T15:59:32.341Z --> decode/src/power.rs:14:9
3982024-03-25T15:59:32.341Z |
3992024-03-25T15:59:32.341Z14 | pub use transceiver_messages::mgmt::ManagementInterface;
4002024-03-25T15:59:32.341Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4012024-03-25T15:59:32.341Z
4022024-03-25T15:59:32.657Zwarning: `transceiver-messages` (lib) generated 2 warnings
4032024-03-25T15:59:33.004Zwarning: `transceiver-decode` (lib) generated 3 warnings (run `cargo fix --lib -p transceiver-decode` to apply 3 suggestions)
4042024-03-25T15:59:33.269Z Compiling usdt-attr-macro v0.5.0
4052024-03-25T15:59:33.269Z Compiling usdt-macro v0.5.0
4062024-03-25T15:59:34.424Zwarning: use of deprecated unit variant `message::HwError::I2cError`: Use the more specific error variants instead
4072024-03-25T15:59:34.424Z --> messages/src/message.rs:1040:22
4082024-03-25T15:59:34.424Z |
4092024-03-25T15:59:34.424Z1040 | HwError::I2cError,
4102024-03-25T15:59:34.424Z | ^^^^^^^^
4112024-03-25T15:59:34.425Z
4122024-03-25T15:59:34.425Zwarning: use of deprecated unit variant `message::HwError::I2cError`: Use the more specific error variants instead
4132024-03-25T15:59:34.425Z --> messages/src/message.rs:1398:27
4142024-03-25T15:59:34.425Z |
4152024-03-25T15:59:34.425Z1398 | vec![HwError::I2cError],
4162024-03-25T15:59:34.425Z | ^^^^^^^^
4172024-03-25T15:59:34.425Z
4182024-03-25T15:59:35.068Z Compiling usdt v0.5.0
4192024-03-25T15:59:35.442Zwarning: unused import: `transceiver_messages::message::HwError`
4202024-03-25T15:59:35.442Z --> controller/src/controller.rs:48:9
4212024-03-25T15:59:35.443Z |
4222024-03-25T15:59:35.443Z48 | pub use transceiver_messages::message::HwError;
4232024-03-25T15:59:35.443Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4242024-03-25T15:59:35.443Z |
4252024-03-25T15:59:35.443Z = note: `#[warn(unused_imports)]` on by default
4262024-03-25T15:59:35.443Z
4272024-03-25T15:59:35.443Zwarning: unused import: `transceiver_messages::message::ProtocolError`
4282024-03-25T15:59:35.443Z --> controller/src/controller.rs:54:9
4292024-03-25T15:59:35.443Z |
4302024-03-25T15:59:35.469Z54 | pub use transceiver_messages::message::ProtocolError;
4312024-03-25T15:59:35.469Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4322024-03-25T15:59:35.469Z
4332024-03-25T15:59:35.469Zwarning: unused import: `transceiver_messages::mgmt`
4342024-03-25T15:59:35.469Z --> controller/src/controller.rs:57:9
4352024-03-25T15:59:35.469Z |
4362024-03-25T15:59:35.469Z57 | pub use transceiver_messages::mgmt;
4372024-03-25T15:59:35.469Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^
4382024-03-25T15:59:35.469Z
4392024-03-25T15:59:35.469Zwarning: unused import: `transceiver_messages::InvalidPort`
4402024-03-25T15:59:35.469Z --> controller/src/controller.rs:64:9
4412024-03-25T15:59:35.469Z |
4422024-03-25T15:59:35.469Z64 | pub use transceiver_messages::InvalidPort;
4432024-03-25T15:59:35.469Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4442024-03-25T15:59:35.470Z
4452024-03-25T15:59:36.943Zwarning: `transceiver-decode` (lib test) generated 3 warnings (3 duplicates)
4462024-03-25T15:59:37.415Zwarning: `transceiver-controller` (lib) generated 4 warnings (run `cargo fix --lib -p transceiver-controller` to apply 4 suggestions)
4472024-03-25T15:59:37.731Zwarning: `transceiver-messages` (lib test) generated 4 warnings (2 duplicates)
4482024-03-25T16:00:08.181Zwarning: `transceiver-controller` (lib test) generated 4 warnings (4 duplicates)
4492024-03-25T16:00:08.181Z Finished test [unoptimized + debuginfo] target(s) in 57.17s
4502024-03-25T16:00:08.209Z Running unittests src/lib.rs (target/debug/deps/transceiver_controller-6ace922ea2862a58)
4512024-03-25T16:00:08.209Z
4522024-03-25T16:00:08.210Zrunning 31 tests
4532024-03-25T16:00:08.210Ztest controller::tests::test_deserialize_power_state ... ok
4542024-03-25T16:00:08.210Ztest config::tests::test_config_builder ... ok
4552024-03-25T16:00:08.210Ztest controller::tests::test_fits_in_one_message ... ok
4562024-03-25T16:00:08.237Ztest controller::tests::test_deassert_reset ... ok
4572024-03-25T16:00:08.237Ztest controller::tests::test_disable_power ... ok
4582024-03-25T16:00:08.237Ztest controller::tests::test_enable_power ... ok
4592024-03-25T16:00:08.237Ztest controller::tests::test_deassert_lp_mode ... ok
4602024-03-25T16:00:08.237Ztest controller::tests::test_identifier ... ok
4612024-03-25T16:00:08.237Ztest controller::tests::test_assert_reset ... ok
4622024-03-25T16:00:08.237Ztest controller::tests::test_assert_lp_mode ... ok
4632024-03-25T16:00:08.237Ztest controller::tests::test_clear_power_fault ... ok
4642024-03-25T16:00:08.237Ztest controller::tests::test_split_large_reads ... ok
4652024-03-25T16:00:08.237Ztest controller::tests::test_serialize_power_state ... ok
4662024-03-25T16:00:08.237Ztest controller::tests::test_verify_ids_for_page ... ok
4672024-03-25T16:00:08.238Ztest controller::tests::test_macs ... ok
4682024-03-25T16:00:08.238Ztest ioloop::tests::test_handle_sp_error ... ok
4692024-03-25T16:00:08.238Ztest controller::tests::test_power_mode_with_failures ... ok
4702024-03-25T16:00:08.238Ztest ioloop::tests::test_handle_sp_response_to_outgoing_request_message_serialization_failure ... ok
4712024-03-25T16:00:08.238Ztest controller::tests::test_parse_modules_by_identifier_out_of_order ... ok
4722024-03-25T16:00:08.238Ztest controller::tests::test_set_power_mode_off ... ok
4732024-03-25T16:00:08.238Ztest controller::tests::test_power_mode_no_failures ... ok
4742024-03-25T16:00:08.238Ztest results::tests::test_merge_module_result_new_failure ... ok
4752024-03-25T16:00:08.238Ztest results::tests::test_merge_module_result_no_overlap ... ok
4762024-03-25T16:00:08.238Ztest ioloop::tests::test_handle_sp_response_to_outgoing_request_missing_error_data ... ok
4772024-03-25T16:00:08.238Ztest results::tests::test_merge_module_result_overlap ... ok
4782024-03-25T16:00:08.238Ztest results::tests::test_merge_module_result_old_failure_is_sticky ... ok
4792024-03-25T16:00:08.238Ztest ioloop::tests::test_send_protocol_error ... ok
4802024-03-25T16:00:08.239Ztest ioloop::tests::test_handle_sp_response_to_outstanding_request ... ok
4812024-03-25T16:00:08.239Ztest ioloop::tests::test_send_outgoing_request ... ok
4822024-03-25T16:00:08.239Ztest controller::tests::test_memory_model ... ok
4832024-03-25T16:00:08.469Ztest ioloop::tests::test_handle_faulty_message_limit ... ok
4842024-03-25T16:00:08.469Z
4852024-03-25T16:00:08.495Ztest result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
4862024-03-25T16:00:08.496Z
4872024-03-25T16:00:08.496Z Running unittests src/bin/xcvradm.rs (target/debug/deps/xcvradm-adee39baee2ef578)
4882024-03-25T16:00:08.496Z
4892024-03-25T16:00:08.496Zrunning 9 tests
4902024-03-25T16:00:08.496Ztest tests::test_load_write_data_binary ... ok
4912024-03-25T16:00:08.496Ztest tests::test_load_write_data_decimal_trailing_newline ... ok
4922024-03-25T16:00:08.496Ztest tests::test_load_write_data_decimal ... ok
4932024-03-25T16:00:08.496Ztest tests::test_load_write_data_binary_string ... ok
4942024-03-25T16:00:08.496Ztest tests::test_load_write_data_binary_string_with_0b_prefix ... ok
4952024-03-25T16:00:08.497Ztest tests::test_load_write_data_autodetect ... ok
4962024-03-25T16:00:08.497Ztest tests::test_load_write_data_hex ... ok
4972024-03-25T16:00:08.497Ztest tests::test_load_write_data_hex_with_0x_prefix ... ok
4982024-03-25T16:00:08.497Ztest tests::test_parse_transceivers ... ok
4992024-03-25T16:00:08.497Z
5002024-03-25T16:00:08.497Ztest result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5012024-03-25T16:00:08.497Z
5022024-03-25T16:00:08.497Z Running unittests src/lib.rs (target/debug/deps/transceiver_decode-88fa7ff52f0eba96)
5032024-03-25T16:00:08.497Z
5042024-03-25T16:00:08.497Zrunning 16 tests
5052024-03-25T16:00:08.498Ztest ident::tests::test_oui_from_str ... ok
5062024-03-25T16:00:08.498Ztest ident::tests::test_parse_vendor_info_from_module_sff8636 ... ok
5072024-03-25T16:00:08.498Ztest ident::tests::test_parse_vendor_info_from_module_cmis ... ok
5082024-03-25T16:00:08.530Ztest memory_model::tests::test_parse_memory_model_from_module_sff8636 ... ok
5092024-03-25T16:00:08.530Ztest memory_model::tests::test_parse_memory_model_from_module_cmis ... ok
5102024-03-25T16:00:08.530Ztest ident::tests::test_vendor_info_serdes ... ok
5112024-03-25T16:00:08.530Ztest monitors::tests::test_aux1_monitor_serdes ... ok
5122024-03-25T16:00:08.530Ztest monitors::tests::test_aux2_monitor_serdes ... ok
5132024-03-25T16:00:08.530Ztest monitors::tests::test_aux3_monitor_serdes ... ok
5142024-03-25T16:00:08.530Ztest monitors::tests::test_cmis_monitor_reads ... ok
5152024-03-25T16:00:08.530Ztest monitors::tests::test_parse_cmis_monitor_all_supported ... ok
5162024-03-25T16:00:08.530Ztest monitors::tests::test_sff8636_monitor_reads ... ok
5172024-03-25T16:00:08.530Ztest monitors::tests::test_parse_sff8636_monitor_all_supported ... ok
5182024-03-25T16:00:08.531Ztest monitors::tests::test_receiver_power_serdes ... ok
5192024-03-25T16:00:08.531Ztest power::tests::test_power_control_from_module_cmis ... ok
5202024-03-25T16:00:08.531Ztest power::tests::test_power_control_from_module_sff8636 ... ok
5212024-03-25T16:00:08.531Z
5222024-03-25T16:00:08.531Ztest result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5232024-03-25T16:00:08.531Z
5242024-03-25T16:00:08.531Z Running unittests src/lib.rs (target/debug/deps/transceiver_messages-d5866fc517a5d3fc)
5252024-03-25T16:00:08.531Z
5262024-03-25T16:00:08.531Zrunning 45 tests
5272024-03-25T16:00:08.531Ztest mac::tests::test_bad_mac_addr_range_encoding_unchanged ... ok
5282024-03-25T16:00:08.532Ztest mac::tests::test_mac_addrs ... ok
5292024-03-25T16:00:08.532Ztest mac::tests::test_bad_mac_addr_reason_encoding_unchanged ... ok
5302024-03-25T16:00:08.532Ztest mac::tests::test_mac_addrs_is_valid ... ok
5312024-03-25T16:00:08.532Ztest message::test::test_deserialize_hw_errors ... ok
5322024-03-25T16:00:08.532Ztest message::test::test_deserialize_led_state ... ok
5332024-03-25T16:00:08.532Ztest message::test::test_extended_status ... ok
5342024-03-25T16:00:08.532Ztest message::test::test_hardware_error_encoding_unchanged ... ok
5352024-03-25T16:00:08.532Ztest message::test::test_host_request_data_len ... ok
5362024-03-25T16:00:08.532Ztest message::test::test_header_encoding_unchanged ... ok
5372024-03-25T16:00:08.532Ztest message::test::test_host_request_encoding_unchanged ... ok
5382024-03-25T16:00:08.533Ztest message::test::test_mac_addr_response_encoding_unchanged ... ok
5392024-03-25T16:00:08.533Ztest message::test::test_message_encoding_unchanged ... ok
5402024-03-25T16:00:08.533Ztest message::test::test_serialize_led_state ... ok
5412024-03-25T16:00:08.533Ztest message::test::test_serialize_status ... ok
5422024-03-25T16:00:08.533Ztest mgmt::cmis::tests::test_page ... ok
5432024-03-25T16:00:08.533Ztest mgmt::sff8636::tests::test_upper_page ... ok
5442024-03-25T16:00:08.533Ztest message::test::test_sp_response_error_data_len ... ok
5452024-03-25T16:00:08.533Ztest message::test::test_sp_response_data_len ... ok
5462024-03-25T16:00:08.533Ztest mgmt::tests::test_cmis_page_encoding_unchanged ... ok
5472024-03-25T16:00:08.533Ztest message::test::test_sp_response_encoding_unchanged ... ok
5482024-03-25T16:00:08.534Ztest message::test::test_protocol_error_encoding_unchanged ... ok
5492024-03-25T16:00:08.534Ztest mgmt::tests::test_cmis_lower_page_memory_read ... ok
5502024-03-25T16:00:08.534Ztest message::test::test_message_body_encoding_unchanged ... ok
5512024-03-25T16:00:08.534Ztest mgmt::tests::test_cmis_upper_page_memory_read ... ok
5522024-03-25T16:00:08.534Ztest mgmt::tests::test_cmis_upper_page_memory_write ... ok
5532024-03-25T16:00:08.534Ztest mgmt::tests::test_cmis_lower_page_memory_write ... ok
5542024-03-25T16:00:08.534Ztest mgmt::tests::test_page_encoding_unchanged ... ok
5552024-03-25T16:00:08.534Ztest mgmt::tests::test_management_interface_encoding_unchanged ... ok
5562024-03-25T16:00:08.534Ztest mgmt::tests::test_sff_8636_lower_page_memory_read ... ok
5572024-03-25T16:00:08.534Ztest mgmt::tests::test_sff_8636_upper_page_memory_read ... ok
5582024-03-25T16:00:08.534Ztest mgmt::tests::test_sff_8636_upper_page_memory_write ... ok
5592024-03-25T16:00:08.534Ztest module_id::tests::test_bit_ops ... ok
5602024-03-25T16:00:08.534Ztest module_id::tests::test_filter_module_data ... ok
5612024-03-25T16:00:08.535Ztest module_id::tests::test_merge_module_id ... ok
5622024-03-25T16:00:08.535Ztest mgmt::tests::test_sff_8636_lower_page_memory_write ... ok
5632024-03-25T16:00:08.535Ztest module_id::tests::test_module_id_all ... ok
5642024-03-25T16:00:08.535Ztest mgmt::tests::test_sff8636_page_encoding_unchanged ... ok
5652024-03-25T16:00:08.535Ztest module_id::tests::test_module_id_from_indices_out_of_range ... ok
5662024-03-25T16:00:08.535Ztest module_id::tests::test_remove_module_data ... ok
5672024-03-25T16:00:08.535Ztest module_id::tests::test_module_id_contains ... ok
5682024-03-25T16:00:08.535Ztest module_id::tests::test_module_id_remove ... ok
5692024-03-25T16:00:08.535Ztest module_id::tests::test_module_id_test_set_clear ... ok
5702024-03-25T16:00:08.535Ztest module_id::tests::test_module_id_from_indices ... ok
5712024-03-25T16:00:08.535Ztest module_id::tests::test_selected_transceiver_count ... ok
5722024-03-25T16:00:08.536Z
5732024-03-25T16:00:08.536Ztest result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5742024-03-25T16:00:08.536Z
5752024-03-25T16:00:08.536Z
5762024-03-25T16:00:08.536Zreal 57.557164899
5772024-03-25T16:00:08.536Zuser 3:11.266921119
5782024-03-25T16:00:08.536Zsys 49.122583667
5792024-03-25T16:00:08.536Ztrap 0.083652914
5802024-03-25T16:00:08.536Ztflt 0.139767006
5812024-03-25T16:00:08.536Zdflt 2.486657929
5822024-03-25T16:00:08.536Zkflt 0.000063796
5832024-03-25T16:00:08.536Zlock 5:44.248456086
5842024-03-25T16:00:08.536Zslp 7:12.932868269
5852024-03-25T16:00:08.537Zlat 7.488104634
5862024-03-25T16:00:08.537Zstop 3.985073682
5872024-03-25T16:00:08.537Zprocess exited: duration 73095 ms, exit code 0
 
5882024-03-25T16:00:08.590Zfound 0 output files