01KKNAHP599D9QH5EP849Z966J: rbuild

BasicConfig {
    output_rules: [
        "/out/*",
        "/work/rbins/*",
        "/work/scripts/*",
        "/tmp/core.*",
        "/tmp/*.log",
    ],
    rust_toolchain: Some(
        String(
            "1.84.0",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/crucible-nightly.tar.gz",
            series: "nightly-image",
            name: "crucible-nightly.tar.gz",
        },
        BasicConfigPublish {
            from_output: "/out/crucible-nightly.sha256.txt",
            series: "nightly-image",
            name: "crucible-nightly.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/out/crucible.tar.gz",
            series: "image",
            name: "crucible.tar.gz",
        },
        BasicConfigPublish {
            from_output: "/out/crucible.sha256.txt",
            series: "image",
            name: "crucible.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/out/crucible-pantry.tar.gz",
            series: "image",
            name: "crucible-pantry.tar.gz",
        },
        BasicConfigPublish {
            from_output: "/out/crucible-pantry.sha256.txt",
            series: "image",
            name: "crucible-pantry.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/out/crucible-utils.tar",
            series: "image",
            name: "crucible-utils.tar",
        },
        BasicConfigPublish {
            from_output: "/out/crucible-utils.sha256.txt",
            series: "image",
            name: "crucible-utils.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KKNAJZ95Y1V2SCGEHT3S2EVY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-14T04:46:47.707Zjob assigned to worker 01KKNAK67QD23ZZSB5KS36HR3R [factory aws, i-0b649d3af3dc58e90] (queued for 1 m 45 s)
 
22026-03-14T04:46:55.253Zstarting task 0: "setup"
32026-03-14T04:46:55.259Z++ uname -s
42026-03-14T04:46:55.262Z+ kern=SunOS
52026-03-14T04:46:55.262Z+ build_user=build
62026-03-14T04:46:55.262Z+ build_uid=12345
72026-03-14T04:46:55.262Z+ work_dir=/work
82026-03-14T04:46:55.262Z+ input_dir=/input
92026-03-14T04:46:55.262Z+ [[ 0 == 12345 ]]
102026-03-14T04:46:55.262Z+ case "$kern" in
112026-03-14T04:46:55.262Z+ groupadd -g 12345 build
122026-03-14T04:46:55.265Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-14T04:46:57.270Z+ zfs create -o mountpoint=/work rpool/work
142026-03-14T04:46:57.392Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-14T04:46:57.395Z+ home_fs=zfs
162026-03-14T04:46:57.395Z+ [[ zfs == autofs ]]
172026-03-14T04:46:57.395Z+ mkdir -p /home/build
182026-03-14T04:46:57.397Z+ chown build:build /home/build /work
192026-03-14T04:46:59.398Z+ chmod 0700 /home/build /work
202026-03-14T04:46:59.401Zprocess exited: duration 4146 ms, exit code 0
 
212026-03-14T04:46:59.407Zstarting task 1: "rust-toolchain"
222026-03-14T04:46:59.411Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.0
232026-03-14T04:46:59.411Z * rust toolchain channel = "1.84.0"
242026-03-14T04:46:59.411Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-14T04:46:59.411Z * rust toolchain profile = "default"
262026-03-14T04:46:59.411Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-14T04:46:59.411Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-14T04:46:59.414Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-14T04:46:59.414Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
302026-03-14T04:46:59.524Zinfo: downloading installer
312026-03-14T04:47:01.203Zwarn: It looks like you have an existing installation of Rust at:
322026-03-14T04:47:01.203Zwarn: /opt/ooce/bin
332026-03-14T04:47:01.203Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-14T04:47:01.204Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-14T04:47:01.204Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-14T04:47:01.204Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-14T04:47:01.204Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-14T04:47:01.204Zerror: cannot install while Rust is installed
392026-03-14T04:47:01.204Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-14T04:47:01.204Zwarn: It looks like you have an existing rustup settings file at:
412026-03-14T04:47:01.204Zwarn: /home/build/.rustup/settings.toml
422026-03-14T04:47:01.204Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-14T04:47:01.204Zwarn: instead of the one inferred from the default host triple.
442026-03-14T04:47:01.220Zinfo: profile set to default
452026-03-14T04:47:01.220Zinfo: default host triple is x86_64-unknown-illumos
462026-03-14T04:47:01.223Zinfo: syncing channel updates for 1.84.0-x86_64-unknown-illumos
472026-03-14T04:47:01.370Zinfo: latest update on 2025-01-09 for version 1.84.0 (9fc6b4312 2025-01-07)
482026-03-14T04:47:01.373Zinfo: downloading 6 components
492026-03-14T04:47:16.074Zinfo: default toolchain set to 1.84.0-x86_64-unknown-illumos
502026-03-14T04:47:16.074Z
512026-03-14T04:47:16.105Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
522026-03-14T04:47:16.105Z
532026-03-14T04:47:16.108Z
542026-03-14T04:47:16.108ZRust is installed now. Great!
552026-03-14T04:47:16.108Z
562026-03-14T04:47:16.108ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-14T04:47:16.108Zenvironment variable. This has not been done automatically.
582026-03-14T04:47:16.108Z
592026-03-14T04:47:16.108ZTo configure your current shell, you need to source
602026-03-14T04:47:16.108Zthe corresponding env file under $HOME/.cargo.
612026-03-14T04:47:16.108Z
622026-03-14T04:47:16.108ZThis is usually done by running one of the following (note the leading DOT):
632026-03-14T04:47:16.108Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-14T04:47:16.108Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-14T04:47:16.108Zsource "~/.cargo/env.nu" # For nushell
662026-03-14T04:47:16.108Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-14T04:47:16.109Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-14T04:47:16.109Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-14T04:47:16.109Zwarn: no default linker (`cc`) was found in your PATH
702026-03-14T04:47:16.109Zwarn: many Rust crates require a system C toolchain to build
712026-03-14T04:47:16.196Z+ rustup --version
722026-03-14T04:47:16.207Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-14T04:47:16.210Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-14T04:47:16.231Zinfo: the currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)`
752026-03-14T04:47:16.234Z+ cargo --version
762026-03-14T04:47:16.253Zcargo 1.84.0 (66221abde 2024-11-19)
772026-03-14T04:47:16.256Z+ rustc --version
782026-03-14T04:47:16.279Zrustc 1.84.0 (9fc6b4312 2025-01-07)
792026-03-14T04:47:16.282Zprocess exited: duration 16871 ms, exit code 0
 
802026-03-14T04:47:16.288Zstarting task 2: "authentication"
812026-03-14T04:47:16.307Zprocess exited: duration 18 ms, exit code 0
 
822026-03-14T04:47:16.312Zstarting task 3: "clone repository"
832026-03-14T04:47:16.316Z+ mkdir -p /work/oxidecomputer/crucible
842026-03-14T04:47:16.319Z+ git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible
852026-03-14T04:47:16.351ZCloning into '/work/oxidecomputer/crucible'...
862026-03-14T04:47:17.514Z+ cd /work/oxidecomputer/crucible
872026-03-14T04:47:17.514Z+ git fetch origin 32faa9d7c39509069e3468c61de767d474f3af50
882026-03-14T04:47:17.774ZFrom https://github.com/oxidecomputer/crucible
892026-03-14T04:47:17.774Z * branch 32faa9d7c39509069e3468c61de767d474f3af50 -> FETCH_HEAD
902026-03-14T04:47:17.780Z+ [[ -n '' ]]
912026-03-14T04:47:17.780Z+ git reset --hard 32faa9d7c39509069e3468c61de767d474f3af50
922026-03-14T04:47:17.807ZHEAD is now at 32faa9d Update Rust crate rand to 0.10.0
932026-03-14T04:47:17.811Zprocess exited: duration 1494 ms, exit code 0
 
942026-03-14T04:47:17.819Zstarting task 4: "build"
952026-03-14T04:47:17.822Z+ cargo --version
962026-03-14T04:47:17.827Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
972026-03-14T04:47:17.988Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
982026-03-14T04:47:17.991Zinfo: downloading 6 components
992026-03-14T04:47:35.093Zcargo 1.90.0 (840b83a10 2025-07-30)
1002026-03-14T04:47:35.096Z+ rustc --version
1012026-03-14T04:47:35.133Zrustc 1.90.0 (1159e78c4 2025-09-14)
1022026-03-14T04:47:35.138Z+ banner cores
1032026-03-14T04:47:35.141Z
1042026-03-14T04:47:35.141Z #### #### ##### ###### ####
1052026-03-14T04:47:35.141Z # # # # # # # #
1062026-03-14T04:47:35.141Z # # # # # ##### ####
1072026-03-14T04:47:35.141Z # # # ##### # #
1082026-03-14T04:47:35.141Z # # # # # # # # #
1092026-03-14T04:47:35.141Z #### #### # # ###### ####
1102026-03-14T04:47:35.141Z
1112026-03-14T04:47:35.144Z+ pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid
1122026-03-14T04:47:35.151Z+ banner prerequisites
1132026-03-14T04:47:35.154Z
1142026-03-14T04:47:35.154Z ##### ##### ###### ##### ###### #### # # # #### #
1152026-03-14T04:47:35.154Z # # # # # # # # # # # # # # #
1162026-03-14T04:47:35.154Z # # # # ##### # # ##### # # # # # #### #
1172026-03-14T04:47:35.154Z ##### ##### # ##### # # # # # # # # #
1182026-03-14T04:47:35.154Z # # # # # # # # # # # # # # #
1192026-03-14T04:47:35.154Z # # # ###### # # ###### ### # #### # #### #
1202026-03-14T04:47:35.154Z
1212026-03-14T04:47:35.154Z+ ptime -m ./tools/install_builder_prerequisites.sh -y
1222026-03-14T04:47:43.136Z Startup: Refreshing catalog 'helios-dev' ... Done
1232026-03-14T04:47:52.880Z Startup: Caching catalogs ... Done
1242026-03-14T04:48:15.097ZPlanning: Solver setup ... Done (20.600s)
1252026-03-14T04:48:15.247ZPlanning: Running solver ... Done (0.150s)
1262026-03-14T04:48:15.431ZPlanning: Finding local manifests ... Done (0.003s)
1272026-03-14T04:48:15.442ZPlanning: Fetching manifests: 0/3 0% complete
1282026-03-14T04:48:15.561ZPlanning: Fetching manifests: 3/3 100% complete
1292026-03-14T04:48:15.601ZPlanning: Package planning ... Done (0.040s)
1302026-03-14T04:48:15.638ZPlanning: Merging actions ... Done (0.037s)
1312026-03-14T04:48:15.779ZPlanning: Checking for conflicting actions ... Done (0.141s)
1322026-03-14T04:48:15.788ZPlanning: Consolidating action changes ... Done (0.009s)
1332026-03-14T04:48:16.646ZPlanning: Evaluating mediators ... Done (0.857s)
1342026-03-14T04:48:16.656ZPlanning: Planning completed in 23.63 seconds
1352026-03-14T04:48:16.671Z Packages to install: 3
1362026-03-14T04:48:16.671Z Mediators to change: 2
1372026-03-14T04:48:16.674Z Services to change: 1
1382026-03-14T04:48:16.674Z Estimated space available: 154.97 GB
1392026-03-14T04:48:16.674ZEstimated space to be consumed: 1.82 GB
1402026-03-14T04:48:16.674Z Create boot environment: No
1412026-03-14T04:48:16.674ZCreate backup boot environment: No
1422026-03-14T04:48:16.674Z Rebuild boot archive: No
1432026-03-14T04:48:16.674Z
1442026-03-14T04:48:16.674ZChanged mediators:
1452026-03-14T04:48:16.675Z mediator clang:
1462026-03-14T04:48:16.675Z version: None -> 15 (system default)
1472026-03-14T04:48:16.675Z
1482026-03-14T04:48:16.675Z mediator llvm:
1492026-03-14T04:48:16.675Z version: 14 (system default) -> 15 (system default)
1502026-03-14T04:48:16.675Z
1512026-03-14T04:48:16.675ZChanged packages:
1522026-03-14T04:48:16.675Zhelios-dev
1532026-03-14T04:48:16.675Z developer/build-essential
1542026-03-14T04:48:16.675Z None -> 11-2.0
1552026-03-14T04:48:16.675Z ooce/developer/clang-15
1562026-03-14T04:48:16.675Z None -> 15.0.7-2.0
1572026-03-14T04:48:16.675Z ooce/developer/llvm-15
1582026-03-14T04:48:16.675Z None -> 15.0.7-2.0
1592026-03-14T04:48:16.675Z
1602026-03-14T04:48:16.675ZServices:
1612026-03-14T04:48:16.675Z restart_fmri:
1622026-03-14T04:48:16.675Z svc:/system/update-man-index:default
1632026-03-14T04:48:16.715Z
1642026-03-14T04:48:16.715ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1652026-03-14T04:48:21.718ZDownload: 957/3076 items 70.4/211.3MB 33% complete (14.1M/s)
1662026-03-14T04:48:26.723ZDownload: 1987/3076 items 117.9/211.3MB 55% complete (11.9M/s)
1672026-03-14T04:48:31.731ZDownload: 2482/3076 items 119.5/211.3MB 56% complete (7.4M/s)
1682026-03-14T04:48:36.818ZDownload: 3067/3076 items 206.1/211.3MB 97% complete (8.8M/s)
1692026-03-14T04:48:36.874ZDownload: Completed 211.31 MB in 20.15 seconds (10.5M/s)
1702026-03-14T04:48:37.996Z Actions: 1/3430 actions (Installing new actions)
1712026-03-14T04:48:42.024Z Actions: Completed 3430 actions in 4.03 seconds.
1722026-03-14T04:48:42.399Z Done (0.371s)
1732026-03-14T04:48:42.399Z Done (0.000s)
1742026-03-14T04:48:43.401Z Done (1.002s)
1752026-03-14T04:48:47.385Z Done (3.635s)
1762026-03-14T04:48:47.468Z Done (0.017s)
1772026-03-14T04:48:47.471Z Done (0.000s)
1782026-03-14T04:48:47.655Z Done (0.000s)
1792026-03-14T04:48:48.614ZPlanning: Evaluating mediator changes ... Done
1802026-03-14T04:48:48.755ZPlanning: Checking for conflicting actions ... Done
1812026-03-14T04:48:48.758ZPlanning: Consolidating action changes ... Done
1822026-03-14T04:48:48.977ZPlanning: Evaluating mediators ... Done
1832026-03-14T04:48:48.980ZPlanning: Planning completed in 0.36 seconds
1842026-03-14T04:48:49.007Z Mediators to change: 2
1852026-03-14T04:48:49.007Z Create boot environment: No
1862026-03-14T04:48:49.012ZCreate backup boot environment: No
1872026-03-14T04:48:49.091Z Done
1882026-03-14T04:48:49.091Z Done
1892026-03-14T04:48:49.821Z Done
1902026-03-14T04:48:53.174Z Done
1912026-03-14T04:48:53.267Z Done
1922026-03-14T04:48:53.270Z Done
1932026-03-14T04:48:53.427Z Done
1942026-03-14T04:48:53.802ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-03-14T04:48:53.802Zclang system 15 system
1962026-03-14T04:48:53.802Zcsh system system illumos
1972026-03-14T04:48:53.802Zctags system system illumos
1982026-03-14T04:48:53.802Zfile system system illumos
1992026-03-14T04:48:53.802Zgcc vendor 12 vendor
2002026-03-14T04:48:53.802Zgcc system 10 system
2012026-03-14T04:48:53.802Zgcc system 7 system
2022026-03-14T04:48:53.802Zgo system 1.20 system
2032026-03-14T04:48:53.802Zgo system 1.19 system
2042026-03-14T04:48:53.803Zllvm system 15 system
2052026-03-14T04:48:53.803Zllvm system 14 system
2062026-03-14T04:48:53.803Zmariadb system 10.6 system
2072026-03-14T04:48:53.803Zmta vendor vendor dma
2082026-03-14T04:48:53.803Zopenjdk system 17 system
2092026-03-14T04:48:53.803Zopenjdk system 11 system
2102026-03-14T04:48:53.803Zopenjdk system 1.8 system
2112026-03-14T04:48:53.803Zopenssl vendor 3 vendor
2122026-03-14T04:48:53.803Zperl system 5.36 system
2132026-03-14T04:48:53.803Zpostgresql system 15 system
2142026-03-14T04:48:53.803Zpostgresql system 13 system
2152026-03-14T04:48:53.803Zpython vendor 3 vendor
2162026-03-14T04:48:53.803Zpython system 2 system
2172026-03-14T04:48:53.803Zpython3 system 3.11 system
2182026-03-14T04:48:53.803Zruby system 3.0 system
2192026-03-14T04:48:53.803Zwords vendor vendor american-english
2202026-03-14T04:48:53.803Zwords system system australian-english
2212026-03-14T04:48:53.803Zwords system system british-english
2222026-03-14T04:48:53.803Zwords system system canadian-english
2232026-03-14T04:48:53.803Zwords system system french
2242026-03-14T04:48:53.803Zwords system system italian
2252026-03-14T04:48:53.803Zwords system system ngerman
2262026-03-14T04:48:53.803Zwords system system ogerman
2272026-03-14T04:48:53.803Zwords system system spanish
2282026-03-14T04:48:54.101ZPUBLISHER TYPE STATUS P LOCATION
2292026-03-14T04:48:54.101Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2302026-03-14T04:48:59.920ZFMRI IFO
2312026-03-14T04:48:59.920Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2322026-03-14T04:48:59.920Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2332026-03-14T04:48:59.920Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2342026-03-14T04:48:59.920Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2352026-03-14T04:48:59.920Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2362026-03-14T04:48:59.920Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2372026-03-14T04:48:59.920Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2382026-03-14T04:49:00.867ZAll builder prerequisites installed successfully, and PATH looks valid
2392026-03-14T04:49:00.871Z
2402026-03-14T04:49:00.871Zreal 1:25.693836442
2412026-03-14T04:49:00.871Zuser 59.448645916
2422026-03-14T04:49:00.871Zsys 5.189376768
2432026-03-14T04:49:00.871Ztrap 0.011823152
2442026-03-14T04:49:00.871Ztflt 0.024593558
2452026-03-14T04:49:00.871Zdflt 0.036243321
2462026-03-14T04:49:00.871Zkflt 0.011880853
2472026-03-14T04:49:00.871Zlock 0.000000000
2482026-03-14T04:49:00.871Zslp 1:46.661650769
2492026-03-14T04:49:00.871Zlat 0.076269835
2502026-03-14T04:49:00.871Zstop 0.000258140
2512026-03-14T04:49:00.871Z+ banner rbuild
2522026-03-14T04:49:00.871Z
2532026-03-14T04:49:00.871Z ##### ##### # # # # #####
2542026-03-14T04:49:00.871Z # # # # # # # # # #
2552026-03-14T04:49:00.871Z # # ##### # # # # # #
2562026-03-14T04:49:00.871Z ##### # # # # # # # #
2572026-03-14T04:49:00.871Z # # # # # # # # # #
2582026-03-14T04:49:00.871Z # # ##### #### # ###### #####
2592026-03-14T04:49:00.871Z
2602026-03-14T04:49:00.872Z+ ptime -m cargo build --verbose --release --all-features
2612026-03-14T04:49:01.028Z Updating crates.io index
2622026-03-14T04:49:01.032Z Updating git repository `https://github.com/oxidecomputer/omicron`
2632026-03-14T04:49:11.761Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2642026-03-14T04:49:12.069Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-03-14T04:49:13.008Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662026-03-14T04:49:13.714Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2672026-03-14T04:49:13.942Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2682026-03-14T04:49:14.239Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-03-14T04:49:14.549Zerror: failed to select a version for `rand`.
2702026-03-14T04:49:14.549Z ... required by package `crucible-integration-tests v0.1.0 (/work/oxidecomputer/crucible/integration_tests)`
2712026-03-14T04:49:14.549Zversions that meet the requirements `^0.10.0` are: 0.10.0
2722026-03-14T04:49:14.549Z
2732026-03-14T04:49:14.549Zpackage `crucible-integration-tests` depends on `rand` with feature `small_rng` but `rand` does not have that feature.
2742026-03-14T04:49:14.549Z
2752026-03-14T04:49:14.549Z
2762026-03-14T04:49:14.549Zfailed to select a version for `rand` which could resolve this conflict
2772026-03-14T04:49:14.573Z
2782026-03-14T04:49:14.576Zreal 13.673636122
2792026-03-14T04:49:14.576Zuser 7.930262380
2802026-03-14T04:49:14.577Zsys 0.544233182
2812026-03-14T04:49:14.577Ztrap 0.001219986
2822026-03-14T04:49:14.577Ztflt 0.000007274
2832026-03-14T04:49:14.577Zdflt 0.000004358
2842026-03-14T04:49:14.577Zkflt 0.000001449
2852026-03-14T04:49:14.577Zlock 0.050568658
2862026-03-14T04:49:14.577Zslp 5.362333855
2872026-03-14T04:49:14.577Zlat 0.011341661
2882026-03-14T04:49:14.577Zstop 0.000127173
2892026-03-14T04:49:14.577Zprocess exited: duration 116732 ms, exit code 101
 
2902026-03-14T04:49:14.583Zfound 0 output files