01J5CK6YHSM6GZJ05Y2B3WX3MF: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01J5CK8QYBKE95BV3V8SHFJJ01

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-16T03:34:04.578Zjob assigned to worker 01J5CKYD3167JDWW907MK34B6P (queued for 12 m 34 s)
 
22024-08-16T03:34:12.475Zstarting task 0: "setup"
32024-08-16T03:34:12.487Z++ uname -s
42024-08-16T03:34:12.490Z+ kern=SunOS
52024-08-16T03:34:12.490Z+ case "$kern" in
62024-08-16T03:34:12.490Z+ groupadd -g 12345 build
72024-08-16T03:34:12.492Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-16T03:34:14.502Z+ zfs create -o mountpoint=/work rpool/work
92024-08-16T03:34:14.579Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-16T03:34:14.581Z+ home_fs=zfs
112024-08-16T03:34:14.581Z+ [[ zfs == autofs ]]
122024-08-16T03:34:14.581Z+ mkdir -p /home/build
132024-08-16T03:34:14.584Z+ chown build:build /home/build /work
142024-08-16T03:34:16.585Z+ chmod 0700 /home/build /work
152024-08-16T03:34:16.588Zprocess exited: duration 4113 ms, exit code 0
 
162024-08-16T03:34:16.593Zstarting task 1: "rust-toolchain"
172024-08-16T03:34:16.599Z+ printf ' * toolchain channel = "%s"
182024-08-16T03:34:16.599Z' 1.80.1
192024-08-16T03:34:16.599Z+ printf ' * toolchain profile = "%s"
202024-08-16T03:34:16.599Z' default
212024-08-16T03:34:16.599Z * toolchain channel = "1.80.1"
222024-08-16T03:34:16.599Z * toolchain profile = "default"
232024-08-16T03:34:16.602Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-16T03:34:16.602Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-16T03:34:16.720Zinfo: downloading installer
262024-08-16T03:34:18.052Zinfo: profile set to 'default'
272024-08-16T03:34:18.053Zinfo: default host triple is x86_64-unknown-illumos
282024-08-16T03:34:18.055Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-16T03:34:18.219Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-16T03:34:18.219Zinfo: downloading component 'cargo'
312024-08-16T03:34:19.152Zinfo: downloading component 'clippy'
322024-08-16T03:34:19.487Zinfo: downloading component 'rust-docs'
332024-08-16T03:34:20.790Zinfo: downloading component 'rust-std'
342024-08-16T03:34:22.678Zinfo: downloading component 'rustc'
352024-08-16T03:34:27.789Zinfo: downloading component 'rustfmt'
362024-08-16T03:34:28.067Zinfo: installing component 'cargo'
372024-08-16T03:34:28.900Zinfo: installing component 'clippy'
382024-08-16T03:34:29.313Zinfo: installing component 'rust-docs'
392024-08-16T03:34:30.948Zinfo: installing component 'rust-std'
402024-08-16T03:34:32.601Zinfo: installing component 'rustc'
412024-08-16T03:34:36.707Zinfo: installing component 'rustfmt'
422024-08-16T03:34:37.036Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-16T03:34:37.036Z
442024-08-16T03:34:37.288Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-16T03:34:37.289Z
462024-08-16T03:34:37.291Z
472024-08-16T03:34:37.291ZRust is installed now. Great!
482024-08-16T03:34:37.291Z
492024-08-16T03:34:37.291ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-16T03:34:37.291Zenvironment variable. This has not been done automatically.
512024-08-16T03:34:37.291Z
522024-08-16T03:34:37.291ZTo configure your current shell, you need to source
532024-08-16T03:34:37.291Zthe corresponding env file under $HOME/.cargo.
542024-08-16T03:34:37.291Z
552024-08-16T03:34:37.291ZThis is usually done by running one of the following (note the leading DOT):
562024-08-16T03:34:37.292Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-16T03:34:37.292Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-16T03:34:37.339Z+ rustc --version
592024-08-16T03:34:37.402Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-16T03:34:37.405Zprocess exited: duration 20813 ms, exit code 0
 
612024-08-16T03:34:37.413Zstarting task 2: "authentication"
622024-08-16T03:34:37.434Zprocess exited: duration 22 ms, exit code 0
 
632024-08-16T03:34:37.442Zstarting task 3: "clone repository"
642024-08-16T03:34:37.445Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-16T03:34:37.448Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-16T03:34:37.495ZCloning into '/work/oxidecomputer/omicron'...
672024-08-16T03:34:43.295Z+ cd /work/oxidecomputer/omicron
682024-08-16T03:34:43.295Z+ git fetch origin f6a6b398a6c4f2b807aa11ef8d15157c11490621
692024-08-16T03:34:43.566ZFrom https://github.com/oxidecomputer/omicron
702024-08-16T03:34:43.566Z * branch f6a6b398a6c4f2b807aa11ef8d15157c11490621 -> FETCH_HEAD
712024-08-16T03:34:43.575Z+ [[ -n renovate/tokio-1.x ]]
722024-08-16T03:34:43.578Z++ git branch --show-current
732024-08-16T03:34:43.578Z+ current=main
742024-08-16T03:34:43.578Z+ [[ main != renovate/tokio-1.x ]]
752024-08-16T03:34:43.578Z+ git branch -f renovate/tokio-1.x f6a6b398a6c4f2b807aa11ef8d15157c11490621
762024-08-16T03:34:43.582Z+ git checkout -f renovate/tokio-1.x
772024-08-16T03:34:43.622ZSwitched to branch 'renovate/tokio-1.x'
782024-08-16T03:34:43.624Z+ git reset --hard f6a6b398a6c4f2b807aa11ef8d15157c11490621
792024-08-16T03:34:43.663ZHEAD is now at f6a6b398a Update Rust crate tokio to 1.39.2
802024-08-16T03:34:43.668Zprocess exited: duration 6224 ms, exit code 0
 
812024-08-16T03:34:43.677Zstarting task 4: "build"
822024-08-16T03:34:43.682Z+ cargo --version
832024-08-16T03:34:43.739Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-16T03:34:43.756Z+ rustc --version
852024-08-16T03:34:43.795Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-16T03:34:43.802Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-16T03:34:48.880Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-16T03:34:51.001Z Startup: Caching catalogs ... Done
892024-08-16T03:34:52.872ZPlanning: Solver setup ... Done (1.226s)
902024-08-16T03:34:52.892ZPlanning: Running solver ... Done (0.021s)
912024-08-16T03:34:52.934ZPlanning: Finding local manifests ... Done (0.005s)
922024-08-16T03:34:52.960ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-16T03:34:53.861ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-16T03:34:54.010ZPlanning: Package planning ... Done (0.148s)
952024-08-16T03:34:54.060ZPlanning: Merging actions ... Done (0.050s)
962024-08-16T03:34:54.371ZPlanning: Checking for conflicting actions ... Done (0.312s)
972024-08-16T03:34:54.382ZPlanning: Consolidating action changes ... Done (0.011s)
982024-08-16T03:34:55.403ZPlanning: Evaluating mediators ... Done (1.019s)
992024-08-16T03:34:55.414ZPlanning: Planning completed in 4.34 seconds
1002024-08-16T03:34:55.429Z Packages to install: 4
1012024-08-16T03:34:55.429Z Mediators to change: 2
1022024-08-16T03:34:55.433Z Services to change: 1
1032024-08-16T03:34:55.433Z Estimated space available: 155.72 GB
1042024-08-16T03:34:55.433ZEstimated space to be consumed: 1.48 GB
1052024-08-16T03:34:55.433Z Create boot environment: No
1062024-08-16T03:34:55.433ZCreate backup boot environment: No
1072024-08-16T03:34:55.433Z Rebuild boot archive: No
1082024-08-16T03:34:55.433Z
1092024-08-16T03:34:55.433ZChanged mediators:
1102024-08-16T03:34:55.433Z mediator clang:
1112024-08-16T03:34:55.433Z version: None -> 15 (system default)
1122024-08-16T03:34:55.434Z
1132024-08-16T03:34:55.434Z mediator llvm:
1142024-08-16T03:34:55.434Z version: 14 (system default) -> 15 (system default)
1152024-08-16T03:34:55.434Z
1162024-08-16T03:34:55.434ZChanged packages:
1172024-08-16T03:34:55.434Zhelios-dev
1182024-08-16T03:34:55.434Z developer/build-essential
1192024-08-16T03:34:55.434Z None -> 11-2.0
1202024-08-16T03:34:55.434Z library/libxmlsec1
1212024-08-16T03:34:55.434Z None -> 1.2.35-2.0
1222024-08-16T03:34:55.434Z ooce/developer/clang-15
1232024-08-16T03:34:55.434Z None -> 15.0.7-2.0
1242024-08-16T03:34:55.434Z ooce/developer/llvm-15
1252024-08-16T03:34:55.434Z None -> 15.0.7-2.0
1262024-08-16T03:34:55.434Z
1272024-08-16T03:34:55.434ZServices:
1282024-08-16T03:34:55.434Z restart_fmri:
1292024-08-16T03:34:55.434Z svc:/system/update-man-index:default
1302024-08-16T03:34:55.477Z
1312024-08-16T03:34:55.477ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-16T03:35:01.705ZDownload: 213/3290 items 1.3/212.6MB 0% complete (380k/s)
1332024-08-16T03:35:06.707ZDownload: 928/3290 items 18.9/212.6MB 8% complete (1.9M/s)
1342024-08-16T03:35:13.482ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (8.6M/s)
1352024-08-16T03:35:18.600ZDownload: 2075/3290 items 118.7/212.6MB 55% complete (5.7M/s)
1362024-08-16T03:35:23.487ZDownload: 3167/3290 items 144.0/212.6MB 67% complete (6.0M/s)
1372024-08-16T03:35:25.893ZDownload: Completed 212.60 MB in 30.42 seconds (7.0M/s)
1382024-08-16T03:35:26.220Z Actions: 1/3689 actions (Installing new actions)
1392024-08-16T03:35:30.883Z Actions: Completed 3689 actions in 4.66 seconds.
1402024-08-16T03:35:31.157Z Done (0.269s)
1412024-08-16T03:35:31.157Z Done (0.000s)
1422024-08-16T03:35:31.529Z Done (0.372s)
1432024-08-16T03:35:36.142Z Done (4.438s)
1442024-08-16T03:35:36.234Z Done (0.021s)
1452024-08-16T03:35:36.236Z Done (0.000s)
1462024-08-16T03:35:36.388Z Done (0.000s)
1472024-08-16T03:35:36.990ZPlanning: Evaluating mediator changes ... Done
1482024-08-16T03:35:37.153ZPlanning: Checking for conflicting actions ... Done
1492024-08-16T03:35:37.157ZPlanning: Consolidating action changes ... Done
1502024-08-16T03:35:37.422ZPlanning: Evaluating mediators ... Done
1512024-08-16T03:35:37.424ZPlanning: Planning completed in 0.43 seconds
1522024-08-16T03:35:37.455Z Mediators to change: 2
1532024-08-16T03:35:37.455Z Create boot environment: No
1542024-08-16T03:35:37.457ZCreate backup boot environment: No
1552024-08-16T03:35:37.535Z Done
1562024-08-16T03:35:37.535Z Done
1572024-08-16T03:35:37.765Z Done
1582024-08-16T03:35:41.208Z Done
1592024-08-16T03:35:41.294Z Done
1602024-08-16T03:35:41.296Z Done
1612024-08-16T03:35:41.418Z Done
1622024-08-16T03:35:42.028ZPlanning: Evaluating mediator changes ... Done
1632024-08-16T03:35:42.031ZPlanning: Merging actions ... Done
1642024-08-16T03:35:42.218ZPlanning: Checking for conflicting actions ... Done
1652024-08-16T03:35:42.221ZPlanning: Consolidating action changes ... Done
1662024-08-16T03:35:42.483ZPlanning: Evaluating mediators ... Done
1672024-08-16T03:35:42.541ZPlanning: Planning completed in 0.75 seconds
1682024-08-16T03:35:42.577Z Packages to change: 1
1692024-08-16T03:35:42.577Z Mediators to change: 1
1702024-08-16T03:35:42.580Z Services to change: 1
1712024-08-16T03:35:42.580Z Create boot environment: No
1722024-08-16T03:35:42.580ZCreate backup boot environment: Yes
1732024-08-16T03:35:44.693Z Actions: 1/6 actions (Updating modified actions)
1742024-08-16T03:35:44.696Z Actions: Completed 6 actions in 0.00 seconds.
1752024-08-16T03:35:44.696Z Done
1762024-08-16T03:35:44.696Z Done
1772024-08-16T03:35:44.772Z Done
1782024-08-16T03:35:48.400Z Done
1792024-08-16T03:35:48.487Z Done
1802024-08-16T03:35:48.489Z Done
1812024-08-16T03:35:48.652Z Done
1822024-08-16T03:35:49.086ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1832024-08-16T03:35:49.086Zclang system 15 system
1842024-08-16T03:35:49.086Zcsh system system illumos
1852024-08-16T03:35:49.087Zctags system system illumos
1862024-08-16T03:35:49.087Zgcc vendor 12 vendor
1872024-08-16T03:35:49.087Zgcc system 10 system
1882024-08-16T03:35:49.087Zgcc system 7 system
1892024-08-16T03:35:49.087Zgo system 1.20 system
1902024-08-16T03:35:49.087Zgo system 1.19 system
1912024-08-16T03:35:49.087Zllvm system 15 system
1922024-08-16T03:35:49.087Zllvm system 14 system
1932024-08-16T03:35:49.087Zmariadb system 10.6 system
1942024-08-16T03:35:49.087Zmta vendor vendor dma
1952024-08-16T03:35:49.087Zopenjdk system 17 system
1962024-08-16T03:35:49.087Zopenjdk system 11 system
1972024-08-16T03:35:49.087Zopenjdk system 1.8 system
1982024-08-16T03:35:49.087Zopenssl vendor 3 vendor
1992024-08-16T03:35:49.087Zperl system 5.36 system
2002024-08-16T03:35:49.087Zpostgresql system 15 system
2012024-08-16T03:35:49.087Zpostgresql system 13 system
2022024-08-16T03:35:49.087Zpython vendor 3 vendor
2032024-08-16T03:35:49.087Zpython system 2 system
2042024-08-16T03:35:49.087Zpython3 system 3.11 system
2052024-08-16T03:35:49.087Zruby system 3.0 system
2062024-08-16T03:35:49.087Zwords vendor vendor american-english
2072024-08-16T03:35:49.087Zwords system system australian-english
2082024-08-16T03:35:49.087Zwords system system british-english
2092024-08-16T03:35:49.087Zwords system system canadian-english
2102024-08-16T03:35:49.087Zwords system system french
2112024-08-16T03:35:49.087Zwords system system italian
2122024-08-16T03:35:49.087Zwords system system ngerman
2132024-08-16T03:35:49.087Zwords system system ogerman
2142024-08-16T03:35:49.087Zwords system system spanish
2152024-08-16T03:35:49.420ZPUBLISHER TYPE STATUS P LOCATION
2162024-08-16T03:35:49.420Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2172024-08-16T03:35:51.188ZFMRI IFO
2182024-08-16T03:35:51.188Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2192024-08-16T03:35:51.188Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2202024-08-16T03:35:51.188Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2212024-08-16T03:35:51.188Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2222024-08-16T03:35:51.188Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2232024-08-16T03:35:51.188Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2242024-08-16T03:35:51.188Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2252024-08-16T03:35:51.188Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2262024-08-16T03:35:51.188Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2272024-08-16T03:35:51.189Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2282024-08-16T03:35:51.189Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2292024-08-16T03:35:51.189Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2302024-08-16T03:35:51.778Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2312024-08-16T03:35:52.004Z Updating git repository `https://github.com/oxidecomputer/zone`
2322024-08-16T03:35:52.281Z Updating crates.io index
2332024-08-16T03:35:52.284Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2342024-08-16T03:35:53.052Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2352024-08-16T03:35:53.757Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2362024-08-16T03:35:53.992Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2372024-08-16T03:35:55.430Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2382024-08-16T03:35:55.619Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2392024-08-16T03:35:55.843Z Updating git repository `https://github.com/oxidecomputer/propolis`
2402024-08-16T03:35:56.992Z Updating git repository `https://github.com/oxidecomputer/crucible`
2412024-08-16T03:35:58.781Z Updating git repository `https://github.com/oxidecomputer/opte`
2422024-08-16T03:35:59.733Z Updating git repository `https://github.com/oxidecomputer/falcon`
2432024-08-16T03:36:00.420Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442024-08-16T03:36:00.644Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452024-08-16T03:36:01.174Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2462024-08-16T03:36:01.437Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2472024-08-16T03:36:01.762Z Updating git repository `https://github.com/oxidecomputer/tofino`
2482024-08-16T03:36:02.045Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2492024-08-16T03:36:02.356Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2502024-08-16T03:36:02.591Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2512024-08-16T03:36:02.831Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522024-08-16T03:36:03.118Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2532024-08-16T03:36:03.429Z Updating git repository `https://github.com/oxidecomputer/ispf`
2542024-08-16T03:36:03.756Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2552024-08-16T03:36:03.995Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2562024-08-16T03:36:04.412Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2572024-08-16T03:36:04.748Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2582024-08-16T03:36:05.142Z Updating git repository `https://github.com/oxidecomputer/typify`
2592024-08-16T03:36:07.247Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602024-08-16T03:36:07.508Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612024-08-16T03:36:07.792Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622024-08-16T03:36:08.170Z Updating git repository `https://github.com/oxidecomputer/rfb`
2632024-08-16T03:36:09.207Z Downloading crates ...
2642024-08-16T03:36:09.388Z Downloaded heck v0.4.1
2652024-08-16T03:36:09.391Z Downloaded digest v0.10.7
2662024-08-16T03:36:09.394Z Downloaded clap_lex v0.7.0
2672024-08-16T03:36:09.397Z Downloaded anstyle v1.0.8
2682024-08-16T03:36:09.397Z Downloaded cargo_metadata v0.18.1
2692024-08-16T03:36:09.400Z Downloaded dtrace-parser v0.2.0
2702024-08-16T03:36:09.405Z Downloaded usdt-attr-macro v0.5.0
2712024-08-16T03:36:09.410Z Downloaded usdt-macro v0.5.0
2722024-08-16T03:36:09.420Z Downloaded itoa v1.0.11
2732024-08-16T03:36:09.420Z Downloaded swrite v0.1.0
2742024-08-16T03:36:09.424Z Downloaded serde_spanned v0.6.7
2752024-08-16T03:36:09.424Z Downloaded macaddr v1.0.1
2762024-08-16T03:36:09.424Z Downloaded fs-err v2.11.0
2772024-08-16T03:36:09.428Z Downloaded cpufeatures v0.2.12
2782024-08-16T03:36:09.428Z Downloaded cfg-if v1.0.0
2792024-08-16T03:36:09.432Z Downloaded version_check v0.9.5
2802024-08-16T03:36:09.432Z Downloaded memmap v0.7.0
2812024-08-16T03:36:09.432Z Downloaded bytecount v0.6.8
2822024-08-16T03:36:09.436Z Downloaded toml_datetime v0.6.8
2832024-08-16T03:36:09.438Z Downloaded thread-id v4.2.1
2842024-08-16T03:36:09.439Z Downloaded anstyle-query v1.0.3
2852024-08-16T03:36:09.439Z Downloaded usdt v0.5.0
2862024-08-16T03:36:09.439Z Downloaded proc-macro-error v1.0.4
2872024-08-16T03:36:09.441Z Downloaded thiserror v1.0.63
2882024-08-16T03:36:09.447Z Downloaded tabled_derive v0.7.0
2892024-08-16T03:36:09.450Z Downloaded zerocopy-derive v0.7.34
2902024-08-16T03:36:09.454Z Downloaded bitflags v2.6.0
2912024-08-16T03:36:09.457Z Downloaded semver v1.0.23
2922024-08-16T03:36:09.459Z Downloaded unicode-ident v1.0.12
2932024-08-16T03:36:09.462Z Downloaded typenum v1.17.0
2942024-08-16T03:36:09.467Z Downloaded serde_derive v1.0.207
2952024-08-16T03:36:09.471Z Downloaded pest_meta v2.7.10
2962024-08-16T03:36:09.471Z Downloaded proc-macro2 v1.0.86
2972024-08-16T03:36:09.474Z Downloaded equivalent v1.0.1
2982024-08-16T03:36:09.474Z Downloaded pest_derive v2.7.10
2992024-08-16T03:36:09.478Z Downloaded sha2 v0.10.8
3002024-08-16T03:36:09.478Z Downloaded papergrid v0.11.0
3012024-08-16T03:36:09.482Z Downloaded scroll_derive v0.12.0
3022024-08-16T03:36:09.484Z Downloaded is_terminal_polyfill v1.70.0
3032024-08-16T03:36:09.484Z Downloaded indexmap v2.4.0
3042024-08-16T03:36:09.488Z Downloaded cargo-platform v0.1.8
3052024-08-16T03:36:09.490Z Downloaded fnv v1.0.7
3062024-08-16T03:36:09.490Z Downloaded dof v0.3.0
3072024-08-16T03:36:09.492Z Downloaded byteorder v1.5.0
3082024-08-16T03:36:09.495Z Downloaded block-buffer v0.10.4
3092024-08-16T03:36:09.495Z Downloaded crypto-common v0.1.6
3102024-08-16T03:36:09.498Z Downloaded autocfg v1.3.0
3112024-08-16T03:36:09.498Z Downloaded errno v0.3.9
3122024-08-16T03:36:09.498Z Downloaded scroll v0.12.0
3132024-08-16T03:36:09.501Z Downloaded camino v1.1.7
3142024-08-16T03:36:09.504Z Downloaded pretty-hex v0.4.1
3152024-08-16T03:36:09.504Z Downloaded heck v0.5.0
3162024-08-16T03:36:09.504Z Downloaded generic-array v0.14.7
3172024-08-16T03:36:09.507Z Downloaded colorchoice v1.0.1
3182024-08-16T03:36:09.509Z Downloaded clap_derive v4.5.13
3192024-08-16T03:36:09.514Z Downloaded thiserror-impl v1.0.63
3202024-08-16T03:36:09.517Z Downloaded cargo_toml v0.20.4
3212024-08-16T03:36:09.517Z Downloaded anstyle-parse v0.2.4
3222024-08-16T03:36:09.520Z Downloaded pest_generator v2.7.10
3232024-08-16T03:36:09.520Z Downloaded clap v4.5.15
3242024-08-16T03:36:09.529Z Downloaded utf8parse v0.2.1
3252024-08-16T03:36:09.531Z Downloaded terminal_size v0.3.0
3262024-08-16T03:36:09.531Z Downloaded strsim v0.11.1
3272024-08-16T03:36:09.533Z Downloaded serde_tokenstream v0.2.2
3282024-08-16T03:36:09.535Z Downloaded anyhow v1.0.86
3292024-08-16T03:36:09.537Z Downloaded anstream v0.6.14
3302024-08-16T03:36:09.540Z Downloaded proc-macro-error-attr v1.0.4
3312024-08-16T03:36:09.543Z Downloaded plain v0.2.3
3322024-08-16T03:36:09.543Z Downloaded once_cell v1.19.0
3332024-08-16T03:36:09.546Z Downloaded quote v1.0.36
3342024-08-16T03:36:09.548Z Downloaded usdt-impl v0.5.0
3352024-08-16T03:36:09.548Z Downloaded ryu v1.0.18
3362024-08-16T03:36:09.551Z Downloaded log v0.4.21
3372024-08-16T03:36:09.560Z Downloaded toml v0.8.19
3382024-08-16T03:36:09.576Z Downloaded ucd-trie v0.1.6
3392024-08-16T03:36:09.591Z Downloaded memchr v2.7.2
3402024-08-16T03:36:09.597Z Downloaded goblin v0.8.2
3412024-08-16T03:36:09.603Z Downloaded clap_builder v4.5.15
3422024-08-16T03:36:09.610Z Downloaded serde v1.0.207
3432024-08-16T03:36:09.614Z Downloaded toml_edit v0.22.20
3442024-08-16T03:36:09.637Z Downloaded pest v2.7.10
3452024-08-16T03:36:09.641Z Downloaded hashbrown v0.14.5
3462024-08-16T03:36:09.646Z Downloaded zerocopy v0.7.34
3472024-08-16T03:36:09.662Z Downloaded winnow v0.6.18
3482024-08-16T03:36:09.670Z Downloaded serde_json v1.0.125
3492024-08-16T03:36:09.677Z Downloaded tabled v0.15.0
3502024-08-16T03:36:09.693Z Downloaded syn v2.0.74
3512024-08-16T03:36:09.704Z Downloaded syn v1.0.109
3522024-08-16T03:36:09.715Z Downloaded rustix v0.38.34
3532024-08-16T03:36:09.738Z Downloaded unicode-width v0.1.13
3542024-08-16T03:36:09.744Z Downloaded libc v0.2.155
3552024-08-16T03:36:10.042Z Compiling proc-macro2 v1.0.86
3562024-08-16T03:36:10.044Z Compiling unicode-ident v1.0.12
3572024-08-16T03:36:10.044Z Compiling version_check v0.9.5
3582024-08-16T03:36:10.044Z Compiling serde v1.0.207
3592024-08-16T03:36:10.044Z Compiling memchr v2.7.2
3602024-08-16T03:36:10.044Z Compiling thiserror v1.0.63
3612024-08-16T03:36:10.044Z Compiling libc v0.2.155
3622024-08-16T03:36:10.075Z Compiling ucd-trie v0.1.6
3632024-08-16T03:36:10.285Z Compiling ryu v1.0.18
3642024-08-16T03:36:10.645Z Compiling itoa v1.0.11
3652024-08-16T03:36:10.805Z Compiling once_cell v1.19.0
3662024-08-16T03:36:10.857Z Compiling byteorder v1.5.0
3672024-08-16T03:36:10.993Z Compiling serde_json v1.0.125
3682024-08-16T03:36:11.310Z Compiling proc-macro-error-attr v1.0.4
3692024-08-16T03:36:11.354Z Compiling usdt-impl v0.5.0
3702024-08-16T03:36:11.383Z Compiling syn v1.0.109
3712024-08-16T03:36:11.582Z Compiling rustix v0.38.34
3722024-08-16T03:36:11.676Z Compiling quote v1.0.36
3732024-08-16T03:36:11.793Z Compiling proc-macro-error v1.0.4
3742024-08-16T03:36:11.838Z Compiling bitflags v2.6.0
3752024-08-16T03:36:12.077Z Compiling syn v2.0.74
3762024-08-16T03:36:12.100Z Compiling utf8parse v0.2.1
3772024-08-16T03:36:12.268Z Compiling errno v0.3.9
3782024-08-16T03:36:12.292Z Compiling hashbrown v0.14.5
3792024-08-16T03:36:12.357Z Compiling plain v0.2.3
3802024-08-16T03:36:12.403Z Compiling log v0.4.21
3812024-08-16T03:36:12.463Z Compiling equivalent v1.0.1
3822024-08-16T03:36:12.498Z Compiling thread-id v4.2.1
3832024-08-16T03:36:12.567Z Compiling anstyle-parse v0.2.4
3842024-08-16T03:36:12.759Z Compiling autocfg v1.3.0
3852024-08-16T03:36:12.894Z Compiling is_terminal_polyfill v1.70.0
3862024-08-16T03:36:13.030Z Compiling pretty-hex v0.4.1
3872024-08-16T03:36:13.093Z Compiling anstyle-query v1.0.3
3882024-08-16T03:36:13.244Z Compiling colorchoice v1.0.1
3892024-08-16T03:36:13.244Z Compiling winnow v0.6.18
3902024-08-16T03:36:13.427Z Compiling semver v1.0.23
3912024-08-16T03:36:13.576Z Compiling indexmap v2.4.0
3922024-08-16T03:36:13.744Z Compiling anstyle v1.0.8
3932024-08-16T03:36:14.021Z Compiling camino v1.1.7
3942024-08-16T03:36:14.116Z Compiling anstream v0.6.14
3952024-08-16T03:36:14.188Z Compiling fs-err v2.11.0
3962024-08-16T03:36:14.497Z Compiling terminal_size v0.3.0
3972024-08-16T03:36:14.852Z Compiling heck v0.4.1
3982024-08-16T03:36:14.877Z Compiling heck v0.5.0
3992024-08-16T03:36:14.877Z Compiling clap_lex v0.7.0
4002024-08-16T03:36:14.877Z Compiling fnv v1.0.7
4012024-08-16T03:36:15.022Z Compiling bytecount v0.6.8
4022024-08-16T03:36:15.238Z Compiling strsim v0.11.1
4032024-08-16T03:36:15.333Z Compiling anyhow v1.0.86
4042024-08-16T03:36:15.372Z Compiling unicode-width v0.1.13
4052024-08-16T03:36:15.541Z Compiling clap_builder v4.5.15
4062024-08-16T03:36:15.605Z Compiling papergrid v0.11.0
4072024-08-16T03:36:16.095Z Compiling memmap v0.7.0
4082024-08-16T03:36:16.781Z Compiling swrite v0.1.0
4092024-08-16T03:36:18.345Z Compiling tabled_derive v0.7.0
4102024-08-16T03:36:19.938Z Compiling tabled v0.15.0
4112024-08-16T03:36:20.427Z Compiling serde_derive v1.0.207
4122024-08-16T03:36:20.427Z Compiling thiserror-impl v1.0.63
4132024-08-16T03:36:20.430Z Compiling zerocopy-derive v0.7.34
4142024-08-16T03:36:20.430Z Compiling scroll_derive v0.12.0
4152024-08-16T03:36:20.430Z Compiling clap_derive v4.5.13
4162024-08-16T03:36:21.984Z Compiling scroll v0.12.0
4172024-08-16T03:36:22.513Z Compiling goblin v0.8.2
4182024-08-16T03:36:22.629Z Compiling zerocopy v0.7.34
4192024-08-16T03:36:23.453Z Compiling pest v2.7.10
4202024-08-16T03:36:24.299Z Compiling clap v4.5.15
4212024-08-16T03:36:25.763Z Compiling pest_meta v2.7.10
4222024-08-16T03:36:26.656Z Compiling pest_generator v2.7.10
4232024-08-16T03:36:28.627Z Compiling pest_derive v2.7.10
4242024-08-16T03:36:29.328Z Compiling dtrace-parser v0.2.0
4252024-08-16T03:36:30.705Z Compiling serde_spanned v0.6.7
4262024-08-16T03:36:30.705Z Compiling toml_datetime v0.6.8
4272024-08-16T03:36:30.725Z Compiling cargo-platform v0.1.8
4282024-08-16T03:36:31.086Z Compiling serde_tokenstream v0.2.2
4292024-08-16T03:36:31.265Z Compiling toml_edit v0.22.20
4302024-08-16T03:36:31.288Z Compiling macaddr v1.0.1
4312024-08-16T03:36:32.034Z Compiling dof v0.3.0
4322024-08-16T03:36:32.034Z Compiling cargo_metadata v0.18.1
4332024-08-16T03:36:33.989Z Compiling toml v0.8.19
4342024-08-16T03:36:34.114Z Compiling usdt-macro v0.5.0
4352024-08-16T03:36:34.118Z Compiling usdt-attr-macro v0.5.0
4362024-08-16T03:36:34.802Z Compiling cargo_toml v0.20.4
4372024-08-16T03:36:35.451Z Compiling usdt v0.5.0
4382024-08-16T03:36:38.515Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4392024-08-16T03:36:42.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.75s
4402024-08-16T03:36:42.543Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4412024-08-16T03:36:43.086Z Downloading crates ...
4422024-08-16T03:36:43.207Z Downloaded atomicwrites v0.4.3
4432024-08-16T03:36:43.214Z Downloaded adler v1.0.2
4442024-08-16T03:36:43.217Z Downloaded addr2line v0.21.0
4452024-08-16T03:36:43.223Z Downloaded cfg_aliases v0.1.1
4462024-08-16T03:36:43.226Z Downloaded bitstruct_derive v0.1.0
4472024-08-16T03:36:43.226Z Downloaded async-stream-impl v0.3.5
4482024-08-16T03:36:43.230Z Downloaded is-terminal v0.4.12
4492024-08-16T03:36:43.236Z Downloaded defmt v0.3.8
4502024-08-16T03:36:43.240Z Downloaded ident_case v1.0.1
4512024-08-16T03:36:43.243Z Downloaded hubpack_derive v0.1.1
4522024-08-16T03:36:43.243Z Downloaded ascii-canvas v3.0.0
4532024-08-16T03:36:43.247Z Downloaded hyper-tls v0.5.0
4542024-08-16T03:36:43.247Z Downloaded hyper-rustls v0.24.2
4552024-08-16T03:36:43.249Z Downloaded darling_macro v0.20.9
4562024-08-16T03:36:43.250Z Downloaded bitflags v1.3.2
4572024-08-16T03:36:43.253Z Downloaded base16ct v0.2.0
4582024-08-16T03:36:43.255Z Downloaded normalize-line-endings v0.3.0
4592024-08-16T03:36:43.258Z Downloaded crossbeam-deque v0.8.5
4602024-08-16T03:36:43.260Z Downloaded bitfield-struct v0.6.1
4612024-08-16T03:36:43.260Z Downloaded async-recursion v1.1.1
4622024-08-16T03:36:43.263Z Downloaded newtype_derive v0.1.6
4632024-08-16T03:36:43.266Z Downloaded number_prefix v0.4.0
4642024-08-16T03:36:43.268Z Downloaded indoc v1.0.9
4652024-08-16T03:36:43.270Z Downloaded camino-tempfile v1.1.1
4662024-08-16T03:36:43.274Z Downloaded opaque-debug v0.3.1
4672024-08-16T03:36:43.274Z Downloaded impl-trait-for-tuples v0.2.2
4682024-08-16T03:36:43.276Z Downloaded multimap v0.10.0
4692024-08-16T03:36:43.278Z Downloaded curve25519-dalek-derive v0.1.1
4702024-08-16T03:36:43.278Z Downloaded block-padding v0.3.3
4712024-08-16T03:36:43.281Z Downloaded libsw v3.3.1
4722024-08-16T03:36:43.283Z Downloaded newline-converter v0.3.0
4732024-08-16T03:36:43.283Z Downloaded num v0.4.3
4742024-08-16T03:36:43.285Z Downloaded lazy_static v1.5.0
4752024-08-16T03:36:43.288Z Downloaded cassowary v0.3.0
4762024-08-16T03:36:43.290Z Downloaded num-integer v0.1.46
4772024-08-16T03:36:43.292Z Downloaded num_enum_derive v0.5.11
4782024-08-16T03:36:43.292Z Downloaded cookie_store v0.20.0
4792024-08-16T03:36:43.296Z Downloaded base64ct v1.6.0
4802024-08-16T03:36:43.298Z Downloaded signal-hook-tokio v0.3.1
4812024-08-16T03:36:43.300Z Downloaded num_enum v0.5.11
4822024-08-16T03:36:43.304Z Downloaded num-derive v0.4.2
4832024-08-16T03:36:43.307Z Downloaded memmap2 v0.9.4
4842024-08-16T03:36:43.309Z Downloaded num-rational v0.4.2
4852024-08-16T03:36:43.311Z Downloaded csv-core v0.1.11
4862024-08-16T03:36:43.313Z Downloaded bitstruct v0.1.1
4872024-08-16T03:36:43.313Z Downloaded atty v0.2.14
4882024-08-16T03:36:43.316Z Downloaded stable_deref_trait v1.2.0
4892024-08-16T03:36:43.318Z Downloaded secrecy v0.8.0
4902024-08-16T03:36:43.318Z Downloaded assert_matches v1.5.0
4912024-08-16T03:36:43.320Z Downloaded instant v0.1.12
4922024-08-16T03:36:43.320Z Downloaded ciborium v0.2.2
4932024-08-16T03:36:43.323Z Downloaded termtree v0.4.1
4942024-08-16T03:36:43.325Z Downloaded mockall_derive v0.13.0
4952024-08-16T03:36:43.327Z Downloaded mime_guess v2.0.4
4962024-08-16T03:36:43.330Z Downloaded maybe-uninit v2.0.0
4972024-08-16T03:36:43.332Z Downloaded num-complex v0.4.6
4982024-08-16T03:36:43.332Z Downloaded humantime v2.1.0
4992024-08-16T03:36:43.334Z Downloaded cstr-argument v0.1.2
5002024-08-16T03:36:43.337Z Downloaded native-tls v0.2.11
5012024-08-16T03:36:43.339Z Downloaded miniz_oxide v0.7.2
5022024-08-16T03:36:43.342Z Downloaded olpc-cjson v0.1.3
5032024-08-16T03:36:43.342Z Downloaded ipnetwork v0.20.0
5042024-08-16T03:36:43.345Z Downloaded cookie v0.17.0
5052024-08-16T03:36:43.347Z Downloaded inout v0.1.3
5062024-08-16T03:36:43.349Z Downloaded indent_write v2.2.0
5072024-08-16T03:36:43.349Z Downloaded indexmap v1.9.3
5082024-08-16T03:36:43.352Z Downloaded hyper-staticfile v0.9.5
5092024-08-16T03:36:43.356Z Downloaded lock_api v0.4.12
5102024-08-16T03:36:43.358Z Downloaded arrayref v0.3.7
5112024-08-16T03:36:43.358Z Downloaded slog-envlogger v2.2.0
5122024-08-16T03:36:43.361Z Downloaded crucible-workspace-hack v0.1.0
5132024-08-16T03:36:43.361Z Downloaded ciborium-io v0.2.2
5142024-08-16T03:36:43.363Z Downloaded linked-hash-map v0.5.6
5152024-08-16T03:36:43.363Z Downloaded openssl-macros v0.1.1
5162024-08-16T03:36:43.365Z Downloaded new_debug_unreachable v1.0.6
5172024-08-16T03:36:43.367Z Downloaded strum v0.26.3
5182024-08-16T03:36:43.367Z Downloaded num_threads v0.1.7
5192024-08-16T03:36:43.370Z Downloaded blake2 v0.10.6
5202024-08-16T03:36:43.372Z Downloaded match_cfg v0.1.0
5212024-08-16T03:36:43.372Z Downloaded openssl-probe v0.1.5
5222024-08-16T03:36:43.375Z Downloaded display-error-chain v0.2.0
5232024-08-16T03:36:43.375Z Downloaded num-conv v0.1.0
5242024-08-16T03:36:43.377Z Downloaded endian-type v0.1.2
5252024-08-16T03:36:43.377Z Downloaded bb8 v0.8.5
5262024-08-16T03:36:43.380Z Downloaded atomic-waker v1.1.2
5272024-08-16T03:36:43.382Z Downloaded async-stream v0.3.5
5282024-08-16T03:36:43.382Z Downloaded strip-ansi-escapes v0.2.0
5292024-08-16T03:36:43.385Z Downloaded serde_path_to_error v0.1.16
5302024-08-16T03:36:43.387Z Downloaded topological-sort v0.2.2
5312024-08-16T03:36:43.387Z Downloaded cipher v0.4.4
5322024-08-16T03:36:43.390Z Downloaded lalrpop-util v0.19.12
5332024-08-16T03:36:43.392Z Downloaded buf-list v1.0.3
5342024-08-16T03:36:43.394Z Downloaded bit-set v0.5.3
5352024-08-16T03:36:43.394Z Downloaded aead v0.5.2
5362024-08-16T03:36:43.397Z Downloaded zone_cfg_derive v0.1.2
5372024-08-16T03:36:43.399Z Downloaded const-oid v0.9.6
5382024-08-16T03:36:43.399Z Downloaded num-iter v0.1.45
5392024-08-16T03:36:43.402Z Downloaded chacha20 v0.9.1
5402024-08-16T03:36:43.405Z Downloaded crc-catalog v2.4.0
5412024-08-16T03:36:43.407Z Downloaded crc v3.2.1
5422024-08-16T03:36:43.409Z Downloaded oso-derive v0.27.3
5432024-08-16T03:36:43.409Z Downloaded constant_time_eq v0.3.0
5442024-08-16T03:36:43.412Z Downloaded fxhash v0.2.1
5452024-08-16T03:36:43.412Z Downloaded convert_case v0.4.0
5462024-08-16T03:36:43.415Z Downloaded kstat-rs v0.2.4
5472024-08-16T03:36:43.415Z Downloaded crc32fast v1.4.0
5482024-08-16T03:36:43.417Z Downloaded managed v0.8.0
5492024-08-16T03:36:43.420Z Downloaded clang-sys v1.7.0
5502024-08-16T03:36:43.422Z Downloaded castaway v0.2.3
5512024-08-16T03:36:43.425Z Downloaded whoami v1.5.1
5522024-08-16T03:36:43.425Z Downloaded dirs-sys-next v0.1.2
5532024-08-16T03:36:43.428Z Downloaded slog-dtrace v0.3.0
5542024-08-16T03:36:43.430Z Downloaded cobs v0.2.3
5552024-08-16T03:36:43.433Z Downloaded fastrand v2.1.0
5562024-08-16T03:36:43.433Z Downloaded funty v2.0.0
5572024-08-16T03:36:43.433Z Downloaded schemars_derive v0.8.21
5582024-08-16T03:36:43.435Z Downloaded salsa20 v0.10.2
5592024-08-16T03:36:43.437Z Downloaded async-trait v0.1.81
5602024-08-16T03:36:43.441Z Downloaded iana-time-zone v0.1.60
5612024-08-16T03:36:43.443Z Downloaded peg-runtime v0.8.3
5622024-08-16T03:36:43.446Z Downloaded linear-map v1.2.0
5632024-08-16T03:36:43.448Z Downloaded psl-types v2.0.11
5642024-08-16T03:36:43.449Z Downloaded argon2 v0.5.3
5652024-08-16T03:36:43.451Z Downloaded jobserver v0.1.32
5662024-08-16T03:36:43.454Z Downloaded tiny-keccak v2.0.2
5672024-08-16T03:36:43.456Z Downloaded fragile v2.0.0
5682024-08-16T03:36:43.458Z Downloaded bitfield v0.14.0
5692024-08-16T03:36:43.460Z Downloaded supports-color v3.0.0
5702024-08-16T03:36:43.463Z Downloaded subtle v2.5.0
5712024-08-16T03:36:43.463Z Downloaded bzip2 v0.4.4
5722024-08-16T03:36:43.466Z Downloaded cbc v0.1.2
5732024-08-16T03:36:43.469Z Downloaded structmeta-derive v0.3.0
5742024-08-16T03:36:43.469Z Downloaded cexpr v0.6.0
5752024-08-16T03:36:43.471Z Downloaded take_mut v0.2.2
5762024-08-16T03:36:43.473Z Downloaded foreign-types v0.5.0
5772024-08-16T03:36:43.476Z Downloaded rand_seeder v0.3.0
5782024-08-16T03:36:43.476Z Downloaded predicates-tree v1.0.9
5792024-08-16T03:36:43.478Z Downloaded console v0.15.8
5802024-08-16T03:36:43.480Z Downloaded pem v3.0.4
5812024-08-16T03:36:43.482Z Downloaded nu-ansi-term v0.50.0
5822024-08-16T03:36:43.485Z Downloaded mockall v0.13.0
5832024-08-16T03:36:43.489Z Downloaded try-lock v0.2.5
5842024-08-16T03:36:43.491Z Downloaded tinyvec_macros v0.1.1
5852024-08-16T03:36:43.491Z Downloaded downcast v0.11.0
5862024-08-16T03:36:43.491Z Downloaded bytes v1.7.1
5872024-08-16T03:36:43.495Z Downloaded crossbeam-utils v0.8.19
5882024-08-16T03:36:43.499Z Downloaded hash32 v0.3.1
5892024-08-16T03:36:43.501Z Downloaded rustc-hash v1.1.0
5902024-08-16T03:36:43.503Z Downloaded spin v0.9.8
5912024-08-16T03:36:43.507Z Downloaded siphasher v0.3.11
5922024-08-16T03:36:43.510Z Downloaded foreign-types v0.3.2
5932024-08-16T03:36:43.510Z Downloaded spin v0.5.2
5942024-08-16T03:36:43.513Z Downloaded slog-bunyan v2.5.0
5952024-08-16T03:36:43.513Z Downloaded phf_shared v0.10.0
5962024-08-16T03:36:43.516Z Downloaded mio v1.0.2
5972024-08-16T03:36:43.523Z Downloaded time-macros v0.2.18
5982024-08-16T03:36:43.526Z Downloaded ref-cast v1.0.23
5992024-08-16T03:36:43.530Z Downloaded powerfmt v0.2.0
6002024-08-16T03:36:43.532Z Downloaded tungstenite v0.21.0
6012024-08-16T03:36:43.536Z Downloaded tui-tree-widget v0.22.0
6022024-08-16T03:36:43.538Z Downloaded zeroize v1.7.0
6032024-08-16T03:36:43.541Z Downloaded rustc-demangle v0.1.24
6042024-08-16T03:36:43.544Z Downloaded pkcs1 v0.7.5
6052024-08-16T03:36:43.547Z Downloaded serde-big-array v0.5.1
6062024-08-16T03:36:43.549Z Downloaded sync_wrapper v0.1.2
6072024-08-16T03:36:43.549Z Downloaded fatfs v0.3.6
6082024-08-16T03:36:43.553Z Downloaded vergen v8.3.2
6092024-08-16T03:36:43.557Z Downloaded toolchain_find v0.4.0
6102024-08-16T03:36:43.560Z Downloaded fixedbitset v0.4.2
6112024-08-16T03:36:43.563Z Downloaded utf-8 v0.7.6
6122024-08-16T03:36:43.563Z Downloaded vte_generate_state_changes v0.1.1
6132024-08-16T03:36:43.563Z Downloaded allocator-api2 v0.2.18
6142024-08-16T03:36:43.566Z Downloaded ahash v0.8.11
6152024-08-16T03:36:43.568Z Downloaded diesel_table_macro_syntax v0.2.0
6162024-08-16T03:36:43.571Z Downloaded embedded-io v0.4.0
6172024-08-16T03:36:43.573Z Downloaded heck v0.3.3
6182024-08-16T03:36:43.575Z Downloaded owo-colors v4.0.0
6192024-08-16T03:36:43.577Z Downloaded phf v0.11.2
6202024-08-16T03:36:43.580Z Downloaded base64 v0.13.1
6212024-08-16T03:36:43.582Z Downloaded glob v0.3.1
6222024-08-16T03:36:43.585Z Downloaded path-slash v0.1.5
6232024-08-16T03:36:43.585Z Downloaded tinyvec v1.6.0
6242024-08-16T03:36:43.588Z Downloaded peg-macros v0.8.4
6252024-08-16T03:36:43.590Z Downloaded quick-error v1.2.3
6262024-08-16T03:36:43.593Z Downloaded serde_with_macros v3.8.3
6272024-08-16T03:36:43.596Z Downloaded enum-as-inner v0.6.0
6282024-08-16T03:36:43.598Z Downloaded signature v2.2.0
6292024-08-16T03:36:43.598Z Downloaded signal-hook-registry v1.4.2
6302024-08-16T03:36:43.610Z Downloaded spki v0.7.3
6312024-08-16T03:36:43.613Z Downloaded proc-macro-crate v1.3.1
6322024-08-16T03:36:43.615Z Downloaded percent-encoding v2.3.1
6332024-08-16T03:36:43.615Z Downloaded packed_struct_codegen v0.10.1
6342024-08-16T03:36:43.618Z Downloaded yasna v0.5.2
6352024-08-16T03:36:43.618Z Downloaded serde-hex v0.1.0
6362024-08-16T03:36:43.620Z Downloaded omicron-zone-package v0.11.0
6372024-08-16T03:36:43.623Z Downloaded tokio-macros v2.4.0
6382024-08-16T03:36:43.626Z Downloaded tokio-native-tls v0.3.1
6392024-08-16T03:36:43.628Z Downloaded darling_core v0.20.9
6402024-08-16T03:36:43.631Z Downloaded signal-hook-mio v0.2.4
6412024-08-16T03:36:43.634Z Downloaded tower-service v0.3.2
6422024-08-16T03:36:43.636Z Downloaded globset v0.4.14
6432024-08-16T03:36:43.638Z Downloaded futures-executor v0.3.30
6442024-08-16T03:36:43.639Z Downloaded slog v2.7.0
6452024-08-16T03:36:43.641Z Downloaded resolv-conf v0.7.0
6462024-08-16T03:36:43.643Z Downloaded static_assertions v1.1.0
6472024-08-16T03:36:43.646Z Downloaded flagset v0.4.5
6482024-08-16T03:36:43.648Z Downloaded fallible-iterator v0.2.0
6492024-08-16T03:36:43.648Z Downloaded phf_shared v0.11.2
6502024-08-16T03:36:43.651Z Downloaded peg v0.8.4
6512024-08-16T03:36:43.653Z Downloaded ena v0.14.3
6522024-08-16T03:36:43.657Z Downloaded rustls-pemfile v2.1.3
6532024-08-16T03:36:43.660Z Downloaded oso v0.27.3
6542024-08-16T03:36:43.662Z Downloaded crypto-bigint v0.5.5
6552024-08-16T03:36:43.669Z Downloaded sha1 v0.10.6
6562024-08-16T03:36:43.671Z Downloaded rustls-pki-types v1.7.0
6572024-08-16T03:36:43.673Z Downloaded group v0.13.0
6582024-08-16T03:36:43.677Z Downloaded pem-rfc7468 v0.7.0
6592024-08-16T03:36:43.679Z Downloaded pbkdf2 v0.12.2
6602024-08-16T03:36:43.679Z Downloaded snafu v0.8.2
6612024-08-16T03:36:43.686Z Downloaded foreign-types-shared v0.3.1
6622024-08-16T03:36:43.689Z Downloaded xattr v1.3.1
6632024-08-16T03:36:43.689Z Downloaded float-ord v0.3.2
6642024-08-16T03:36:43.691Z Downloaded fallible-iterator v0.3.0
6652024-08-16T03:36:43.691Z Downloaded universal-hash v0.5.1
6662024-08-16T03:36:43.693Z Downloaded aes v0.8.4
6672024-08-16T03:36:43.696Z Downloaded tap v1.0.1
6682024-08-16T03:36:43.699Z Downloaded headers-core v0.2.0
6692024-08-16T03:36:43.699Z Downloaded unicase v2.7.0
6702024-08-16T03:36:43.706Z Downloaded rand_xorshift v0.3.0
6712024-08-16T03:36:43.706Z Downloaded smallvec v0.6.14
6722024-08-16T03:36:43.709Z Downloaded schemars v0.8.21
6732024-08-16T03:36:43.714Z Downloaded slog-stdlog v4.1.1
6742024-08-16T03:36:43.716Z Downloaded precomputed-hash v0.1.1
6752024-08-16T03:36:43.718Z Downloaded itertools v0.12.1
6762024-08-16T03:36:43.724Z Downloaded hostname v0.4.0
6772024-08-16T03:36:43.726Z Downloaded sqlparser_derive v0.2.2
6782024-08-16T03:36:43.729Z Downloaded rpassword v7.3.1
6792024-08-16T03:36:43.729Z Downloaded getopts v0.2.21
6802024-08-16T03:36:43.731Z Downloaded gethostname v0.5.0
6812024-08-16T03:36:43.733Z Downloaded rustfmt-wrapper v0.2.1
6822024-08-16T03:36:43.733Z Downloaded thiserror-no-std v2.0.2
6832024-08-16T03:36:43.737Z Downloaded openssl-sys v0.9.103
6842024-08-16T03:36:43.743Z Downloaded base64 v0.22.1
6852024-08-16T03:36:43.747Z Downloaded waitgroup v0.1.2
6862024-08-16T03:36:43.750Z Downloaded minimal-lexical v0.2.1
6872024-08-16T03:36:43.753Z Downloaded difflib v0.4.0
6882024-08-16T03:36:43.756Z Downloaded semver v0.1.20
6892024-08-16T03:36:43.758Z Downloaded radium v0.7.0
6902024-08-16T03:36:43.758Z Downloaded smallvec v1.13.2
6912024-08-16T03:36:43.760Z Downloaded serde_yaml v0.9.34+deprecated
6922024-08-16T03:36:43.763Z Downloaded rustversion v1.0.17
6932024-08-16T03:36:43.767Z Downloaded termcolor v1.4.1
6942024-08-16T03:36:43.769Z Downloaded hickory-resolver v0.24.1
6952024-08-16T03:36:43.774Z Downloaded string_cache v0.8.7
6962024-08-16T03:36:43.778Z Downloaded parse-size v1.0.0
6972024-08-16T03:36:43.780Z Downloaded parse-display v0.10.0
6982024-08-16T03:36:43.780Z Downloaded parking_lot_core v0.8.6
6992024-08-16T03:36:43.782Z Downloaded twox-hash v1.6.3
7002024-08-16T03:36:43.785Z Downloaded pin-utils v0.1.0
7012024-08-16T03:36:43.785Z Downloaded pin-project-lite v0.2.14
7022024-08-16T03:36:43.789Z Downloaded futures-macro v0.3.30
7032024-08-16T03:36:43.793Z Downloaded derive_builder_macro v0.20.0
7042024-08-16T03:36:43.795Z Downloaded pin-project-internal v1.1.5
7052024-08-16T03:36:43.795Z Downloaded packed_struct v0.10.1
7062024-08-16T03:36:43.798Z Downloaded strum_macros v0.26.4
7072024-08-16T03:36:43.800Z Downloaded slog-term v2.9.1
7082024-08-16T03:36:43.802Z Downloaded shell-words v1.1.0
7092024-08-16T03:36:43.802Z Downloaded getrandom v0.2.14
7102024-08-16T03:36:43.806Z Downloaded url v2.5.2
7112024-08-16T03:36:43.810Z Downloaded structmeta v0.2.0
7122024-08-16T03:36:43.813Z Downloaded publicsuffix v2.2.3
7132024-08-16T03:36:43.815Z Downloaded half v2.4.1
7142024-08-16T03:36:43.819Z Downloaded sigpipe v0.1.3
7152024-08-16T03:36:43.822Z Downloaded float-cmp v0.9.0
7162024-08-16T03:36:43.822Z Downloaded filetime v0.2.24
7172024-08-16T03:36:43.824Z Downloaded sqlformat v0.2.4
7182024-08-16T03:36:43.826Z Downloaded unicode-truncate v1.0.0
7192024-08-16T03:36:43.826Z Downloaded itertools v0.10.5
7202024-08-16T03:36:43.834Z Downloaded ff v0.13.0
7212024-08-16T03:36:43.836Z Downloaded time-core v0.1.2
7222024-08-16T03:36:43.842Z Downloaded ppv-lite86 v0.2.17
7232024-08-16T03:36:43.842Z Downloaded num-bigint-dig v0.8.4
7242024-08-16T03:36:43.846Z Downloaded scrypt v0.11.0
7252024-08-16T03:36:43.848Z Downloaded http-range v0.1.5
7262024-08-16T03:36:43.849Z Downloaded rusty-fork v0.3.0
7272024-08-16T03:36:43.851Z Downloaded libxml v0.3.3
7282024-08-16T03:36:43.856Z Downloaded sec1 v0.7.3
7292024-08-16T03:36:43.858Z Downloaded http-body v0.4.6
7302024-08-16T03:36:43.861Z Downloaded flume v0.11.0
7312024-08-16T03:36:43.864Z Downloaded hostname v0.3.1
7322024-08-16T03:36:43.867Z Downloaded same-file v1.0.6
7332024-08-16T03:36:43.869Z Downloaded test-strategy v0.3.1
7342024-08-16T03:36:43.871Z Downloaded parking_lot_core v0.9.10
7352024-08-16T03:36:43.874Z Downloaded nom v7.1.3
7362024-08-16T03:36:43.880Z Downloaded futures v0.3.30
7372024-08-16T03:36:43.886Z Downloaded structmeta v0.3.0
7382024-08-16T03:36:43.888Z Downloaded pretty-hex v0.2.1
7392024-08-16T03:36:43.888Z Downloaded serde_urlencoded v0.7.1
7402024-08-16T03:36:43.891Z Downloaded foreign-types-shared v0.1.1
7412024-08-16T03:36:43.893Z Downloaded http v1.1.0
7422024-08-16T03:36:43.895Z Downloaded portpicker v0.1.1
7432024-08-16T03:36:43.898Z Downloaded postgres-protocol v0.6.7
7442024-08-16T03:36:43.901Z Downloaded idna v0.4.0
7452024-08-16T03:36:43.907Z Downloaded rustc_version v0.4.0
7462024-08-16T03:36:43.910Z Downloaded wyz v0.5.1
7472024-08-16T03:36:43.910Z Downloaded tokio-rustls v0.24.1
7482024-08-16T03:36:43.912Z Downloaded rustc_version v0.1.7
7492024-08-16T03:36:43.914Z Downloaded headers v0.3.9
7502024-08-16T03:36:43.919Z Downloaded smf v0.2.3
7512024-08-16T03:36:43.921Z Downloaded structmeta-derive v0.2.0
7522024-08-16T03:36:43.924Z Downloaded prettyplease v0.2.20
7532024-08-16T03:36:43.926Z Downloaded highway v1.2.0
7542024-08-16T03:36:43.929Z Downloaded httpdate v1.0.3
7552024-08-16T03:36:43.929Z Downloaded crossterm v0.28.1
7562024-08-16T03:36:43.938Z Downloaded deranged v0.3.11
7572024-08-16T03:36:43.941Z Downloaded futures-io v0.3.30
7582024-08-16T03:36:43.941Z Downloaded similar v2.5.0
7592024-08-16T03:36:43.945Z Downloaded env_logger v0.10.2
7602024-08-16T03:36:43.948Z Downloaded dirs-next v2.0.0
7612024-08-16T03:36:43.950Z Downloaded tokio-stream v0.1.15
7622024-08-16T03:36:43.953Z Downloaded strum_macros v0.25.3
7632024-08-16T03:36:43.956Z Downloaded unarray v0.1.4
7642024-08-16T03:36:43.965Z Downloaded untrusted v0.7.1
7652024-08-16T03:36:43.965Z Downloaded paste v1.0.15
7662024-08-16T03:36:43.965Z Downloaded pkcs8 v0.10.2
7672024-08-16T03:36:43.965Z Downloaded tokio-rustls v0.25.0
7682024-08-16T03:36:43.968Z Downloaded uzers v0.11.3
7692024-08-16T03:36:43.968Z Downloaded futures-core v0.3.30
7702024-08-16T03:36:43.971Z Downloaded rustls-pemfile v1.0.4
7712024-08-16T03:36:43.974Z Downloaded smawk v0.3.2
7722024-08-16T03:36:43.974Z Downloaded term v0.7.0
7732024-08-16T03:36:43.977Z Downloaded erased-serde v0.3.31
7742024-08-16T03:36:43.980Z Downloaded predicates v3.1.2
7752024-08-16T03:36:43.983Z Downloaded rand v0.8.5
7762024-08-16T03:36:43.987Z Downloaded form_urlencoded v1.2.1
7772024-08-16T03:36:43.990Z Downloaded tracing-attributes v0.1.27
7782024-08-16T03:36:43.993Z Downloaded password-hash v0.5.0
7792024-08-16T03:36:43.995Z Downloaded der_derive v0.7.2
7802024-08-16T03:36:43.995Z Downloaded derive-where v1.2.7
7812024-08-16T03:36:44.000Z Downloaded hmac v0.12.1
7822024-08-16T03:36:44.003Z Downloaded tokio-tungstenite v0.21.0
7832024-08-16T03:36:44.006Z Downloaded strum_macros v0.24.3
7842024-08-16T03:36:44.006Z Downloaded env_logger v0.9.3
7852024-08-16T03:36:44.009Z Downloaded hyper v0.14.30
7862024-08-16T03:36:44.015Z Downloaded tempfile v3.10.1
7872024-08-16T03:36:44.018Z Downloaded futures-channel v0.3.30
7882024-08-16T03:36:44.022Z Downloaded pkg-config v0.3.30
7892024-08-16T03:36:44.022Z Downloaded derive_more v0.99.18
7902024-08-16T03:36:44.027Z Downloaded ron v0.7.1
7912024-08-16T03:36:44.031Z Downloaded poly1305 v0.8.0
7922024-08-16T03:36:44.034Z Downloaded shlex v1.3.0
7932024-08-16T03:36:44.036Z Downloaded hickory-server v0.24.1
7942024-08-16T03:36:44.041Z Downloaded thread_local v1.1.8
7952024-08-16T03:36:44.044Z Downloaded flate2 v1.0.31
7962024-08-16T03:36:44.049Z Downloaded dsl_auto_type v0.1.2
7972024-08-16T03:36:44.051Z Downloaded hashbrown v0.12.3
7982024-08-16T03:36:44.053Z Downloaded rusqlite v0.31.0
7992024-08-16T03:36:44.058Z Downloaded crossterm v0.27.0
8002024-08-16T03:36:44.064Z Downloaded slog-json v2.6.1
8012024-08-16T03:36:44.068Z Downloaded postcard v1.0.8
8022024-08-16T03:36:44.071Z Downloaded aho-corasick v1.1.3
8032024-08-16T03:36:44.076Z Downloaded uuid v1.10.0
8042024-08-16T03:36:44.079Z Downloaded diesel_derives v2.2.2
8052024-08-16T03:36:44.083Z Downloaded snafu-derive v0.8.2
8062024-08-16T03:36:44.088Z Downloaded rayon-core v1.12.1
8072024-08-16T03:36:44.090Z Downloaded rsa v0.9.6
8082024-08-16T03:36:44.093Z Downloaded reedline v0.33.0
8092024-08-16T03:36:44.099Z Downloaded blake3 v1.5.1
8102024-08-16T03:36:44.107Z Downloaded futures-util v0.3.30
8112024-08-16T03:36:44.118Z Downloaded tokio-postgres v0.7.11
8122024-08-16T03:36:44.122Z Downloaded pin-project v1.1.5
8132024-08-16T03:36:44.135Z Downloaded typed-path v0.7.1
8142024-08-16T03:36:44.139Z Downloaded samael v0.0.15
8152024-08-16T03:36:44.143Z Downloaded unicode_categories v0.1.1
8162024-08-16T03:36:44.146Z Downloaded hashbrown v0.13.2
8172024-08-16T03:36:44.149Z Downloaded tungstenite v0.20.1
8182024-08-16T03:36:44.155Z Downloaded http v0.2.12
8192024-08-16T03:36:44.157Z Downloaded heapless v0.8.0
8202024-08-16T03:36:44.160Z Downloaded tracing v0.1.40
8212024-08-16T03:36:44.165Z Downloaded openssl v0.10.66
8222024-08-16T03:36:44.175Z Downloaded object v0.32.2
8232024-08-16T03:36:44.185Z Downloaded der v0.7.9
8242024-08-16T03:36:44.188Z Downloaded steno v0.4.1
8252024-08-16T03:36:44.194Z Downloaded expectorate v1.1.0
8262024-08-16T03:36:44.196Z Downloaded nix v0.27.1
8272024-08-16T03:36:44.205Z Downloaded rayon v1.10.0
8282024-08-16T03:36:44.214Z Downloaded object v0.30.4
8292024-08-16T03:36:44.223Z Downloaded unicode-segmentation v1.11.0
8302024-08-16T03:36:44.227Z Downloaded webpki-roots v0.25.4
8312024-08-16T03:36:44.230Z Downloaded rustyline v14.0.0
8322024-08-16T03:36:44.235Z Downloaded regex-automata v0.1.10
8332024-08-16T03:36:44.241Z Downloaded chrono v0.4.38
8342024-08-16T03:36:44.248Z Downloaded bitvec v1.0.1
8352024-08-16T03:36:44.262Z Downloaded bindgen v0.69.4
8362024-08-16T03:36:44.271Z Downloaded idna v0.5.0
8372024-08-16T03:36:44.276Z Downloaded winnow v0.5.40
8382024-08-16T03:36:44.284Z Downloaded time v0.3.36
8392024-08-16T03:36:44.290Z Downloaded h2 v0.3.26
8402024-08-16T03:36:44.297Z Downloaded regex v1.10.6
8412024-08-16T03:36:44.310Z Downloaded serde_with v3.8.3
8422024-08-16T03:36:44.320Z Downloaded hkdf v0.12.4
8432024-08-16T03:36:44.323Z Downloaded quick-xml v0.31.0
8442024-08-16T03:36:44.325Z Downloaded sqlparser v0.45.0
8452024-08-16T03:36:44.330Z Downloaded nix v0.28.0
8462024-08-16T03:36:44.341Z Downloaded radix_trie v0.2.1
8472024-08-16T03:36:44.346Z Downloaded rustls-webpki v0.102.4
8482024-08-16T03:36:44.364Z Downloaded gimli v0.28.1
8492024-08-16T03:36:44.371Z Downloaded bstr v0.2.17
8502024-08-16T03:36:44.381Z Downloaded curve25519-dalek v4.1.3
8512024-08-16T03:36:44.388Z Downloaded bstr v1.9.1
8522024-08-16T03:36:44.398Z Downloaded polar-core v0.27.3
8532024-08-16T03:36:44.408Z Downloaded rustls v0.21.12
8542024-08-16T03:36:44.416Z Downloaded smoltcp v0.9.1
8552024-08-16T03:36:44.427Z Downloaded openapiv3 v2.0.0
8562024-08-16T03:36:44.438Z Downloaded git2 v0.19.0
8572024-08-16T03:36:44.445Z Downloaded diesel v2.2.2
8582024-08-16T03:36:44.463Z Downloaded rustls v0.22.4
8592024-08-16T03:36:44.476Z Downloaded regex-syntax v0.6.29
8602024-08-16T03:36:44.482Z Downloaded regress v0.9.1
8612024-08-16T03:36:44.490Z Downloaded smoltcp v0.11.0
8622024-08-16T03:36:44.503Z Downloaded regex-syntax v0.8.4
8632024-08-16T03:36:44.512Z Downloaded zerocopy-derive v0.6.6
8642024-08-16T03:36:44.521Z Downloaded bzip2-sys v0.1.11+1.0.8
8652024-08-16T03:36:44.536Z Downloaded hickory-proto v0.24.1
8662024-08-16T03:36:44.549Z Downloaded finl_unicode v1.2.0
8672024-08-16T03:36:44.562Z Downloaded csv v1.3.0
8682024-08-16T03:36:44.583Z Downloaded petgraph v0.6.5
8692024-08-16T03:36:44.601Z Downloaded ratatui v0.28.0
8702024-08-16T03:36:44.620Z Downloaded sled v0.34.7
8712024-08-16T03:36:44.630Z Downloaded reqwest v0.11.27
8722024-08-16T03:36:44.636Z Downloaded vcpkg v0.2.15
8732024-08-16T03:36:44.675Z Downloaded proptest v1.5.0
8742024-08-16T03:36:44.682Z Downloaded idna v0.3.0
8752024-08-16T03:36:44.691Z Downloaded heapless v0.7.17
8762024-08-16T03:36:44.693Z Downloaded tokio-util v0.7.11
8772024-08-16T03:36:44.701Z Downloaded x509-cert v0.2.5
8782024-08-16T03:36:44.705Z Downloaded unicode-normalization v0.1.23
8792024-08-16T03:36:44.715Z Downloaded rustls-webpki v0.101.7
8802024-08-16T03:36:44.722Z Downloaded portable-atomic v1.6.0
8812024-08-16T03:36:44.727Z Downloaded lalrpop v0.19.12
8822024-08-16T03:36:44.738Z Downloaded itertools v0.13.0
8832024-08-16T03:36:44.744Z Downloaded regex-automata v0.4.6
8842024-08-16T03:36:44.762Z Downloaded foreign-types-macros v0.2.3
8852024-08-16T03:36:44.764Z Downloaded predicates-core v1.0.6
8862024-08-16T03:36:44.764Z Downloaded dyn-clone v1.0.17
8872024-08-16T03:36:44.767Z Downloaded ron v0.8.1
8882024-08-16T03:36:44.770Z Downloaded elliptic-curve v0.13.8
8892024-08-16T03:36:44.774Z Downloaded httparse v1.8.0
8902024-08-16T03:36:44.778Z Downloaded derive_builder v0.20.0
8912024-08-16T03:36:44.780Z Downloaded toml_edit v0.19.15
8922024-08-16T03:36:44.795Z Downloaded tokio v1.39.2
8932024-08-16T03:36:44.837Z Downloaded sct v0.7.1
8942024-08-16T03:36:44.840Z Downloaded tough v0.17.1
8952024-08-16T03:36:44.843Z Downloaded zip v0.6.6
8962024-08-16T03:36:44.848Z Downloaded unsafe-libyaml v0.2.11
8972024-08-16T03:36:44.851Z Downloaded toml v0.7.8
8982024-08-16T03:36:44.854Z Downloaded vte v0.11.1
8992024-08-16T03:36:44.857Z Downloaded home v0.5.9
9002024-08-16T03:36:44.857Z Downloaded unicode-xid v0.2.4
9012024-08-16T03:36:44.859Z Downloaded serde_repr v0.1.19
9022024-08-16T03:36:44.859Z Downloaded sha3 v0.10.8
9032024-08-16T03:36:44.863Z Downloaded diff v0.1.13
9042024-08-16T03:36:44.866Z Downloaded subprocess v0.2.9
9052024-08-16T03:36:44.869Z Downloaded parse-display-derive v0.10.0
9062024-08-16T03:36:44.871Z Downloaded fd-lock v4.0.2
9072024-08-16T03:36:44.873Z Downloaded pkcs5 v0.7.1
9082024-08-16T03:36:44.875Z Downloaded tar v0.4.41
9092024-08-16T03:36:44.879Z Downloaded libm v0.2.8
9102024-08-16T03:36:44.886Z Downloaded slog-scope v4.4.0
9112024-08-16T03:36:44.888Z Downloaded derive_builder_core v0.20.0
9122024-08-16T03:36:44.890Z Downloaded textwrap v0.16.1
9132024-08-16T03:36:44.893Z Downloaded socket2 v0.5.7
9142024-08-16T03:36:44.896Z Downloaded socket2 v0.4.10
9152024-08-16T03:36:44.896Z Downloaded signal-hook v0.3.17
9162024-08-16T03:36:44.899Z Downloaded zerocopy v0.6.6
9172024-08-16T03:36:44.903Z Downloaded tracing-core v0.1.32
9182024-08-16T03:36:44.905Z Downloaded r2d2 v0.8.10
9192024-08-16T03:36:44.905Z Downloaded crossbeam-channel v0.5.12
9202024-08-16T03:36:44.908Z Downloaded stringprep v0.1.4
9212024-08-16T03:36:44.911Z Downloaded serde_arrays v0.1.0
9222024-08-16T03:36:44.913Z Downloaded parking_lot v0.12.2
9232024-08-16T03:36:44.913Z Downloaded parking_lot v0.11.2
9242024-08-16T03:36:44.916Z Downloaded either v1.13.0
9252024-08-16T03:36:44.919Z Downloaded want v0.3.1
9262024-08-16T03:36:44.919Z Downloaded zeroize_derive v1.4.2
9272024-08-16T03:36:44.919Z Downloaded wait-timeout v0.2.0
9282024-08-16T03:36:44.921Z Downloaded vsss-rs v3.3.4
9292024-08-16T03:36:44.923Z Downloaded rcgen v0.12.1
9302024-08-16T03:36:44.926Z Downloaded backtrace v0.3.71
9312024-08-16T03:36:44.929Z Downloaded mio v0.8.11
9322024-08-16T03:36:44.934Z Downloaded tabwriter v1.4.0
9332024-08-16T03:36:44.936Z Downloaded rand_core v0.6.4
9342024-08-16T03:36:44.936Z Downloaded hashlink v0.9.1
9352024-08-16T03:36:44.939Z Downloaded rand_chacha v0.3.1
9362024-08-16T03:36:44.941Z Downloaded futures-sink v0.3.30
9372024-08-16T03:36:44.941Z Downloaded postgres-types v0.2.7
9382024-08-16T03:36:44.943Z Downloaded const_format v0.2.32
9392024-08-16T03:36:44.946Z Downloaded hickory-client v0.24.1
9402024-08-16T03:36:44.949Z Downloaded unicode-bidi v0.3.15
9412024-08-16T03:36:44.952Z Downloaded walkdir v2.5.0
9422024-08-16T03:36:44.955Z Downloaded crossbeam-epoch v0.9.18
9432024-08-16T03:36:44.957Z Downloaded cookie v0.18.1
9442024-08-16T03:36:44.959Z Downloaded tls_codec_derive v0.4.1
9452024-08-16T03:36:44.959Z Downloaded tls_codec v0.4.1
9462024-08-16T03:36:44.962Z Downloaded thiserror-impl-no-std v2.0.2
9472024-08-16T03:36:44.967Z Downloaded multer v3.1.0
9482024-08-16T03:36:44.967Z Downloaded tokio-tungstenite v0.20.1
9492024-08-16T03:36:44.969Z Downloaded num-traits v0.2.19
9502024-08-16T03:36:44.969Z Downloaded slog-async v2.8.0
9512024-08-16T03:36:44.971Z Downloaded scheduled-thread-pool v0.2.7
9522024-08-16T03:36:44.971Z Downloaded scopeguard v1.2.0
9532024-08-16T03:36:44.974Z Downloaded chacha20poly1305 v0.10.1
9542024-08-16T03:36:44.974Z Downloaded cc v1.0.97
9552024-08-16T03:36:44.976Z Downloaded rtoolbox v0.0.2
9562024-08-16T03:36:44.978Z Downloaded ref-cast-impl v1.0.23
9572024-08-16T03:36:44.978Z Downloaded serde_derive_internals v0.29.1
9582024-08-16T03:36:44.981Z Downloaded hash32 v0.2.1
9592024-08-16T03:36:44.981Z Downloaded indicatif v0.17.8
9602024-08-16T03:36:44.984Z Downloaded data-encoding v2.6.0
9612024-08-16T03:36:44.987Z Downloaded darling v0.20.9
9622024-08-16T03:36:44.990Z Downloaded compact_str v0.8.0
9632024-08-16T03:36:44.992Z Downloaded base64 v0.21.7
9642024-08-16T03:36:44.996Z Downloaded hex v0.4.3
9652024-08-16T03:36:44.999Z Downloaded futures-task v0.3.30
9662024-08-16T03:36:45.002Z Downloaded fallible-streaming-iterator v0.1.9
9672024-08-16T03:36:45.002Z Downloaded defmt-parser v0.3.4
9682024-08-16T03:36:45.002Z Downloaded defmt-macros v0.3.9
9692024-08-16T03:36:45.005Z Downloaded zone v0.1.8
9702024-08-16T03:36:45.005Z Downloaded termios v0.3.3
9712024-08-16T03:36:45.005Z Downloaded arc-swap v1.7.1
9722024-08-16T03:36:45.009Z Downloaded cancel-safe-futures v0.1.5
9732024-08-16T03:36:45.011Z Downloaded serde_plain v1.0.2
9742024-08-16T03:36:45.014Z Downloaded lru v0.12.3
9752024-08-16T03:36:45.014Z Downloaded ascii v1.1.0
9762024-08-16T03:36:45.017Z Downloaded which v4.4.2
9772024-08-16T03:36:45.017Z Downloaded unicode-linebreak v0.1.5
9782024-08-16T03:36:45.019Z Downloaded slab v0.4.9
9792024-08-16T03:36:45.019Z Downloaded untrusted v0.9.0
9802024-08-16T03:36:45.019Z Downloaded nibble_vec v0.1.0
9812024-08-16T03:36:45.022Z Downloaded newtype-uuid v1.1.0
9822024-08-16T03:36:45.022Z Downloaded nanorand v0.7.0
9832024-08-16T03:36:45.024Z Downloaded colored v2.1.0
9842024-08-16T03:36:45.028Z Downloaded encoding_rs v0.8.34
9852024-08-16T03:36:45.047Z Downloaded mime v0.3.17
9862024-08-16T03:36:45.049Z Downloaded md-5 v0.10.6
9872024-08-16T03:36:45.049Z Downloaded crc-any v2.5.0
9882024-08-16T03:36:45.052Z Downloaded hubpack v0.1.2
9892024-08-16T03:36:45.052Z Downloaded backoff v0.4.0
9902024-08-16T03:36:45.055Z Downloaded libloading v0.8.3
9912024-08-16T03:36:45.057Z Downloaded ipnet v2.9.0
9922024-08-16T03:36:45.057Z Downloaded instability v0.3.2
9932024-08-16T03:36:45.060Z Downloaded nodrop v0.1.14
9942024-08-16T03:36:45.060Z Downloaded libefi-sys v0.1.0
9952024-08-16T03:36:45.063Z Downloaded lazycell v1.3.0
9962024-08-16T03:36:45.063Z Downloaded debug-ignore v1.0.5
9972024-08-16T03:36:45.065Z Downloaded lru-cache v0.1.2
9982024-08-16T03:36:45.065Z Downloaded keccak v0.1.5
9992024-08-16T03:36:45.065Z Downloaded bcs v0.1.6
10002024-08-16T03:36:45.068Z Downloaded arrayvec v0.7.4
10012024-08-16T03:36:45.071Z Downloaded memoffset v0.9.1
10022024-08-16T03:36:45.071Z Downloaded maplit v1.0.2
10032024-08-16T03:36:45.071Z Downloaded const_format_proc_macros v0.2.32
10042024-08-16T03:36:45.074Z Downloaded is_ci v1.2.0
10052024-08-16T03:36:45.074Z Downloaded array-init v0.0.4
10062024-08-16T03:36:45.074Z Downloaded ciborium-ll v0.2.2
10072024-08-16T03:36:45.076Z Downloaded crunchy v0.2.2
10082024-08-16T03:36:45.076Z Downloaded bit-vec v0.6.3
10092024-08-16T03:36:45.173Z Downloaded libgit2-sys v0.17.0+1.8.1
10102024-08-16T03:36:45.780Z Downloaded libz-sys v1.1.16
10112024-08-16T03:36:45.882Z Downloaded ring v0.17.8
10122024-08-16T03:36:46.046Z Downloaded libsqlite3-sys v0.28.0
10132024-08-16T03:36:46.122Z Downloaded ring v0.16.20
10142024-08-16T03:36:46.289Z Compiling cfg-if v1.0.0
10152024-08-16T03:36:46.289Z Compiling serde v1.0.207
10162024-08-16T03:36:46.294Z Compiling lock_api v0.4.12
10172024-08-16T03:36:46.294Z Compiling typenum v1.17.0
10182024-08-16T03:36:46.294Z Compiling scopeguard v1.2.0
10192024-08-16T03:36:46.453Z Compiling generic-array v0.14.7
10202024-08-16T03:36:46.477Z Compiling syn v2.0.74
10212024-08-16T03:36:46.491Z Compiling log v0.4.21
10222024-08-16T03:36:46.511Z Compiling getrandom v0.2.14
10232024-08-16T03:36:46.799Z Compiling rand_core v0.6.4
10242024-08-16T03:36:46.952Z Compiling jobserver v0.1.32
10252024-08-16T03:36:46.955Z Compiling subtle v2.5.0
10262024-08-16T03:36:46.988Z Compiling const-oid v0.9.6
10272024-08-16T03:36:47.236Z Compiling smallvec v1.13.2
10282024-08-16T03:36:47.297Z Compiling cc v1.0.97
10292024-08-16T03:36:47.310Z Compiling pin-project-lite v0.2.14
10302024-08-16T03:36:47.405Z Compiling parking_lot_core v0.9.10
10312024-08-16T03:36:47.441Z Compiling spin v0.9.8
10322024-08-16T03:36:47.625Z Compiling signal-hook-registry v1.4.2
10332024-08-16T03:36:47.786Z Compiling mio v1.0.2
10342024-08-16T03:36:47.851Z Compiling ahash v0.8.11
10352024-08-16T03:36:48.223Z Compiling tinyvec_macros v0.1.1
10362024-08-16T03:36:48.317Z Compiling parking_lot v0.12.2
10372024-08-16T03:36:48.398Z Compiling tinyvec v1.6.0
10382024-08-16T03:36:48.683Z Compiling socket2 v0.5.7
10392024-08-16T03:36:49.041Z Compiling cpufeatures v0.2.12
10402024-08-16T03:36:49.089Z Compiling libm v0.2.8
10412024-08-16T03:36:49.142Z Compiling futures-core v0.3.30
10422024-08-16T03:36:49.199Z Compiling serde_json v1.0.125
10432024-08-16T03:36:49.342Z Compiling num-traits v0.2.19
10442024-08-16T03:36:49.380Z Compiling slab v0.4.9
10452024-08-16T03:36:49.472Z Compiling futures-sink v0.3.30
10462024-08-16T03:36:49.587Z Compiling unicode-bidi v0.3.15
10472024-08-16T03:36:49.625Z Compiling allocator-api2 v0.2.18
10482024-08-16T03:36:49.884Z Compiling futures-channel v0.3.30
10492024-08-16T03:36:50.005Z Compiling unicode-normalization v0.1.23
10502024-08-16T03:36:50.147Z Compiling futures-io v0.3.30
10512024-08-16T03:36:50.319Z Compiling pin-utils v0.1.0
10522024-08-16T03:36:50.416Z Compiling futures-task v0.3.30
10532024-08-16T03:36:50.440Z Compiling vcpkg v0.2.15
10542024-08-16T03:36:50.490Z Compiling pkg-config v0.3.30
10552024-08-16T03:36:51.119Z Compiling base64ct v1.6.0
10562024-08-16T03:36:51.121Z Compiling percent-encoding v2.3.1
10572024-08-16T03:36:51.188Z Compiling ppv-lite86 v0.2.17
10582024-08-16T03:36:51.546Z Compiling flagset v0.4.5
10592024-08-16T03:36:51.661Z Compiling ring v0.17.8
10602024-08-16T03:36:51.751Z Compiling pem-rfc7468 v0.7.0
10612024-08-16T03:36:51.782Z Compiling tracing-core v0.1.32
10622024-08-16T03:36:52.024Z Compiling rand_chacha v0.3.1
10632024-08-16T03:36:52.088Z Compiling rustix v0.38.34
10642024-08-16T03:36:52.484Z Compiling untrusted v0.9.0
10652024-08-16T03:36:52.657Z Compiling rand v0.8.5
10662024-08-16T03:36:52.717Z Compiling openssl-sys v0.9.103
10672024-08-16T03:36:52.829Z Compiling httparse v1.8.0
10682024-08-16T03:36:53.024Z Compiling rustversion v1.0.17
10692024-08-16T03:36:53.169Z Compiling num-conv v0.1.0
10702024-08-16T03:36:53.268Z Compiling time-core v0.1.2
10712024-08-16T03:36:53.435Z Compiling openssl v0.10.66
10722024-08-16T03:36:53.438Z Compiling powerfmt v0.2.0
10732024-08-16T03:36:53.658Z Compiling foreign-types-shared v0.1.1
10742024-08-16T03:36:53.764Z Compiling foreign-types v0.3.2
10752024-08-16T03:36:53.847Z Compiling deranged v0.3.11
10762024-08-16T03:36:53.865Z Compiling time-macros v0.2.18
10772024-08-16T03:36:53.957Z Compiling form_urlencoded v1.2.1
10782024-08-16T03:36:54.266Z Compiling lazy_static v1.5.0
10792024-08-16T03:36:54.284Z Compiling try-lock v0.2.5
10802024-08-16T03:36:54.378Z Compiling syn v1.0.109
10812024-08-16T03:36:54.416Z Compiling native-tls v0.2.11
10822024-08-16T03:36:54.540Z Compiling num_threads v0.1.7
10832024-08-16T03:36:54.646Z Compiling siphasher v0.3.11
10842024-08-16T03:36:54.752Z Compiling rustls v0.21.12
10852024-08-16T03:36:55.013Z Compiling crossbeam-utils v0.8.19
10862024-08-16T03:36:55.073Z Compiling want v0.3.1
10872024-08-16T03:36:55.348Z Compiling idna v0.5.0
10882024-08-16T03:36:55.593Z Compiling aho-corasick v1.1.3
10892024-08-16T03:36:55.610Z Compiling cookie v0.17.0
10902024-08-16T03:36:55.737Z Compiling openssl-probe v0.1.5
10912024-08-16T03:36:55.906Z Compiling finl_unicode v1.2.0
10922024-08-16T03:36:56.086Z Compiling iana-time-zone v0.1.60
10932024-08-16T03:36:56.455Z Compiling tower-service v0.3.2
10942024-08-16T03:36:56.501Z Compiling adler v1.0.2
10952024-08-16T03:36:56.530Z Compiling regex-syntax v0.8.4
10962024-08-16T03:36:56.569Z Compiling slog v2.7.0
10972024-08-16T03:36:56.709Z Compiling httpdate v1.0.3
10982024-08-16T03:36:56.826Z Compiling miniz_oxide v0.7.2
10992024-08-16T03:36:57.014Z Compiling time v0.3.36
11002024-08-16T03:36:57.142Z Compiling stringprep v0.1.4
11012024-08-16T03:36:57.159Z Compiling url v2.5.2
11022024-08-16T03:36:58.981Z Compiling num-integer v0.1.46
11032024-08-16T03:36:59.607Z Compiling backtrace v0.3.71
11042024-08-16T03:36:59.781Z Compiling idna v0.3.0
11052024-08-16T03:37:00.089Z Compiling regex-automata v0.4.6
11062024-08-16T03:37:00.633Z Compiling serde_derive v1.0.207
11072024-08-16T03:37:01.013Z Compiling zeroize_derive v1.4.2
11082024-08-16T03:37:01.342Z Compiling zerocopy-derive v0.7.34
11092024-08-16T03:37:02.044Z Compiling tokio-macros v2.4.0
11102024-08-16T03:37:02.472Z Compiling thiserror-impl v1.0.63
11112024-08-16T03:37:02.617Z Compiling zeroize v1.7.0
11122024-08-16T03:37:03.011Z Compiling futures-macro v0.3.30
11132024-08-16T03:37:03.641Z Compiling zerocopy v0.7.34
11142024-08-16T03:37:03.745Z Compiling der_derive v0.7.2
11152024-08-16T03:37:04.270Z Compiling crypto-common v0.1.6
11162024-08-16T03:37:04.515Z Compiling block-buffer v0.10.4
11172024-08-16T03:37:04.777Z Compiling digest v0.10.7
11182024-08-16T03:37:05.013Z Compiling block-padding v0.3.3
11192024-08-16T03:37:05.261Z Compiling hmac v0.12.1
11202024-08-16T03:37:05.281Z Compiling inout v0.1.3
11212024-08-16T03:37:05.493Z Compiling cipher v0.4.4
11222024-08-16T03:37:05.551Z Compiling sha2 v0.10.8
11232024-08-16T03:37:05.793Z Compiling thiserror v1.0.63
11242024-08-16T03:37:05.918Z Compiling hashbrown v0.14.5
11252024-08-16T03:37:05.938Z Compiling futures-util v0.3.30
11262024-08-16T03:37:06.005Z Compiling pest v2.7.10
11272024-08-16T03:37:06.215Z Compiling der v0.7.9
11282024-08-16T03:37:07.314Z Compiling salsa20 v0.10.2
11292024-08-16T03:37:07.545Z Compiling pbkdf2 v0.12.2
11302024-08-16T03:37:07.719Z Compiling scroll_derive v0.12.0
11312024-08-16T03:37:09.011Z Compiling pest_meta v2.7.10
11322024-08-16T03:37:09.176Z Compiling tracing-attributes v0.1.27
11332024-08-16T03:37:09.207Z Compiling scroll v0.12.0
11342024-08-16T03:37:09.481Z Compiling spki v0.7.3
11352024-08-16T03:37:09.775Z Compiling scrypt v0.11.0
11362024-08-16T03:37:09.856Z Compiling aes v0.8.4
11372024-08-16T03:37:10.340Z Compiling pest_generator v2.7.10
11382024-08-16T03:37:12.068Z Compiling cbc v0.1.2
11392024-08-16T03:37:12.093Z Compiling goblin v0.8.2
11402024-08-16T03:37:12.303Z Compiling pkcs5 v0.7.1
11412024-08-16T03:37:12.319Z Compiling openssl-macros v0.1.1
11422024-08-16T03:37:12.607Z Compiling rustls-webpki v0.101.7
11432024-08-16T03:37:12.796Z Compiling sct v0.7.1
11442024-08-16T03:37:12.930Z Compiling tracing v0.1.40
11452024-08-16T03:37:13.070Z Compiling pkcs8 v0.10.2
11462024-08-16T03:37:13.103Z Compiling md-5 v0.10.6
11472024-08-16T03:37:13.424Z Compiling hash32 v0.2.1
11482024-08-16T03:37:13.520Z Compiling psl-types v2.0.11
11492024-08-16T03:37:13.742Z Compiling signal-hook v0.3.17
11502024-08-16T03:37:13.814Z Compiling base64 v0.22.1
11512024-08-16T03:37:13.836Z Compiling crc32fast v1.4.0
11522024-08-16T03:37:14.023Z Compiling smoltcp v0.9.1
11532024-08-16T03:37:14.044Z Compiling pest_derive v2.7.10
11542024-08-16T03:37:14.367Z Compiling stable_deref_trait v1.2.0
11552024-08-16T03:37:14.473Z Compiling fallible-iterator v0.2.0
11562024-08-16T03:37:14.514Z Compiling num-bigint-dig v0.8.4
11572024-08-16T03:37:14.548Z Compiling gimli v0.28.1
11582024-08-16T03:37:14.751Z Compiling bytes v1.7.1
11592024-08-16T03:37:14.816Z Compiling bitflags v2.6.0
11602024-08-16T03:37:15.014Z Compiling indexmap v2.4.0
11612024-08-16T03:37:15.155Z Compiling semver v1.0.23
11622024-08-16T03:37:15.924Z Compiling tokio v1.39.2
11632024-08-16T03:37:16.026Z Compiling http v0.2.12
11642024-08-16T03:37:16.457Z Compiling rustc_version v0.4.0
11652024-08-16T03:37:17.179Z Compiling heapless v0.7.17
11662024-08-16T03:37:17.628Z Compiling dof v0.3.0
11672024-08-16T03:37:17.937Z Compiling http-body v0.4.6
11682024-08-16T03:37:18.380Z Compiling dtrace-parser v0.2.0
11692024-08-16T03:37:18.513Z Compiling uuid v1.10.0
11702024-08-16T03:37:19.493Z Compiling usdt-impl v0.5.0
11712024-08-16T03:37:19.929Z Compiling chrono v0.4.38
11722024-08-16T03:37:19.957Z Compiling serde_tokenstream v0.2.2
11732024-08-16T03:37:20.566Z Compiling serde_spanned v0.6.7
11742024-08-16T03:37:20.582Z Compiling toml_datetime v0.6.8
11752024-08-16T03:37:20.796Z Compiling cfg_aliases v0.1.1
11762024-08-16T03:37:20.897Z Compiling nix v0.28.0
11772024-08-16T03:37:21.099Z Compiling addr2line v0.21.0
11782024-08-16T03:37:21.753Z Compiling terminal_size v0.3.0
11792024-08-16T03:37:21.772Z Compiling postgres-protocol v0.6.7
11802024-08-16T03:37:22.101Z Compiling publicsuffix v2.2.3
11812024-08-16T03:37:22.247Z Compiling hubpack_derive v0.1.1
11822024-08-16T03:37:22.272Z Compiling zerocopy-derive v0.6.6
11832024-08-16T03:37:22.309Z Compiling async-trait v0.1.81
11842024-08-16T03:37:23.078Z Compiling num-iter v0.1.45
11852024-08-16T03:37:23.270Z Compiling phf_shared v0.11.2
11862024-08-16T03:37:23.430Z Compiling serde_derive_internals v0.29.1
11872024-08-16T03:37:23.647Z Compiling ff v0.13.0
11882024-08-16T03:37:23.665Z Compiling object v0.32.2
11892024-08-16T03:37:23.880Z Compiling tokio-util v0.7.11
11902024-08-16T03:37:24.011Z Compiling tokio-rustls v0.24.1
11912024-08-16T03:37:24.417Z Compiling fs-err v2.11.0
11922024-08-16T03:37:24.715Z Compiling tokio-native-tls v0.3.1
11932024-08-16T03:37:24.956Z Compiling h2 v0.3.26
11942024-08-16T03:37:24.996Z Compiling managed v0.8.0
11952024-08-16T03:37:25.106Z Compiling anyhow v1.0.86
11962024-08-16T03:37:25.282Z Compiling either v1.13.0
11972024-08-16T03:37:25.437Z Compiling rustc-demangle v0.1.24
11982024-08-16T03:37:25.686Z Compiling base64 v0.21.7
11992024-08-16T03:37:25.723Z Compiling base16ct v0.2.0
12002024-08-16T03:37:26.038Z Compiling regex-automata v0.1.10
12012024-08-16T03:37:26.133Z Compiling winnow v0.5.40
12022024-08-16T03:37:26.427Z Compiling schemars v0.8.21
12032024-08-16T03:37:26.444Z Compiling bitflags v1.3.2
12042024-08-16T03:37:26.539Z Compiling ipnet v2.9.0
12052024-08-16T03:37:26.559Z Compiling clap_builder v4.5.15
12062024-08-16T03:37:26.864Z Compiling bstr v0.2.17
12072024-08-16T03:37:27.738Z Compiling rustls-pemfile v1.0.4
12082024-08-16T03:37:28.190Z Compiling schemars_derive v0.8.21
12092024-08-16T03:37:28.336Z Compiling sec1 v0.7.3
12102024-08-16T03:37:29.063Z Compiling zerocopy v0.6.6
12112024-08-16T03:37:29.083Z Compiling group v0.13.0
12122024-08-16T03:37:29.405Z Compiling phf v0.11.2
12132024-08-16T03:37:29.681Z Compiling toml_edit v0.19.15
12142024-08-16T03:37:29.933Z Compiling hubpack v0.1.2
12152024-08-16T03:37:30.785Z Compiling cookie_store v0.20.0
12162024-08-16T03:37:30.940Z Compiling postgres-types v0.2.7
12172024-08-16T03:37:31.515Z Compiling usdt-attr-macro v0.5.0
12182024-08-16T03:37:32.265Z Compiling hyper v0.14.30
12192024-08-16T03:37:32.446Z Compiling usdt-macro v0.5.0
12202024-08-16T03:37:33.981Z Compiling serde_urlencoded v0.7.1
12212024-08-16T03:37:34.097Z Compiling pkcs1 v0.7.5
12222024-08-16T03:37:34.116Z Compiling futures-executor v0.3.30
12232024-08-16T03:37:34.507Z Compiling hkdf v0.12.4
12242024-08-16T03:37:34.668Z Compiling regex v1.10.6
12252024-08-16T03:37:34.774Z Compiling signature v2.2.0
12262024-08-16T03:37:35.085Z Compiling crypto-bigint v0.5.5
12272024-08-16T03:37:35.108Z Compiling serde_repr v0.1.19
12282024-08-16T03:37:35.408Z Compiling clap_derive v4.5.13
12292024-08-16T03:37:35.684Z Compiling strum_macros v0.25.3
12302024-08-16T03:37:35.754Z Compiling enum-as-inner v0.6.0
12312024-08-16T03:37:36.304Z Compiling phf_shared v0.10.0
12322024-08-16T03:37:36.711Z Compiling float-cmp v0.9.0
12332024-08-16T03:37:36.801Z Compiling idna v0.4.0
12342024-08-16T03:37:36.935Z Compiling mio v0.8.11
12352024-08-16T03:37:37.612Z Compiling encoding_rs v0.8.34
12362024-08-16T03:37:38.190Z Compiling whoami v1.5.1
12372024-08-16T03:37:38.347Z Compiling new_debug_unreachable v1.0.6
12382024-08-16T03:37:38.446Z Compiling difflib v0.4.0
12392024-08-16T03:37:38.852Z Compiling unicode-segmentation v1.11.0
12402024-08-16T03:37:39.713Z Compiling hyper-tls v0.5.0
12412024-08-16T03:37:39.864Z Compiling hyper-rustls v0.24.2
12422024-08-16T03:37:40.020Z Compiling bit-vec v0.6.3
12432024-08-16T03:37:40.079Z Compiling predicates-core v1.0.6
12442024-08-16T03:37:40.439Z Compiling webpki-roots v0.25.4
12452024-08-16T03:37:40.450Z Compiling dyn-clone v1.0.17
12462024-08-16T03:37:40.450Z Compiling data-encoding v2.6.0
12472024-08-16T03:37:40.450Z Compiling normalize-line-endings v0.3.0
12482024-08-16T03:37:40.492Z Compiling sync_wrapper v0.1.2
12492024-08-16T03:37:40.555Z Compiling precomputed-hash v0.1.1
12502024-08-16T03:37:40.573Z Compiling fixedbitset v0.4.2
12512024-08-16T03:37:40.624Z Compiling mime v0.3.17
12522024-08-16T03:37:40.673Z Compiling static_assertions v1.1.0
12532024-08-16T03:37:40.774Z Compiling minimal-lexical v0.2.1
12542024-08-16T03:37:40.959Z Compiling reqwest v0.11.27
12552024-08-16T03:37:41.048Z Compiling petgraph v0.6.5
12562024-08-16T03:37:41.223Z Compiling nom v7.1.3
12572024-08-16T03:37:41.286Z Compiling hickory-proto v0.24.1
12582024-08-16T03:37:41.951Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12592024-08-16T03:37:42.024Z Compiling string_cache v0.8.7
12602024-08-16T03:37:42.505Z Compiling toml_edit v0.22.20
12612024-08-16T03:37:42.797Z Compiling predicates v3.1.2
12622024-08-16T03:37:44.543Z Compiling clap v4.5.15
12632024-08-16T03:37:44.666Z Compiling bit-set v0.5.3
12642024-08-16T03:37:44.847Z Compiling console v0.15.8
12652024-08-16T03:37:44.940Z Compiling similar v2.5.0
12662024-08-16T03:37:45.023Z Compiling tokio-postgres v0.7.11
12672024-08-16T03:37:46.423Z Compiling usdt v0.5.0
12682024-08-16T03:37:46.915Z Compiling elliptic-curve v0.13.8
12692024-08-16T03:37:47.439Z Compiling signal-hook-mio v0.2.4
12702024-08-16T03:37:47.607Z Compiling rsa v0.9.6
12712024-08-16T03:37:47.743Z Compiling futures v0.3.30
12722024-08-16T03:37:48.041Z Compiling flate2 v1.0.31
12732024-08-16T03:37:48.207Z Compiling toml v0.7.8
12742024-08-16T03:37:49.943Z Compiling itertools v0.10.5
12752024-08-16T03:37:50.674Z Compiling itertools v0.12.1
12762024-08-16T03:37:50.690Z Compiling tokio-stream v0.1.15
12772024-08-16T03:37:50.747Z Compiling openapiv3 v2.0.0
12782024-08-16T03:37:51.490Z Compiling hex v0.4.3
12792024-08-16T03:37:51.652Z Compiling bstr v1.9.1
12802024-08-16T03:37:51.902Z Compiling sha1 v0.10.6
12812024-08-16T03:37:52.081Z Compiling crossbeam-epoch v0.9.18
12822024-08-16T03:37:52.343Z Compiling dirs-sys-next v0.1.2
12832024-08-16T03:37:52.697Z Compiling lalrpop-util v0.19.12
12842024-08-16T03:37:52.853Z Compiling unicode-xid v0.2.4
12852024-08-16T03:37:52.998Z Compiling peg-runtime v0.8.3
12862024-08-16T03:37:53.018Z Compiling dirs-next v2.0.0
12872024-08-16T03:37:53.036Z Compiling thread_local v1.1.8
12882024-08-16T03:37:53.225Z Compiling slog-async v2.8.0
12892024-08-16T03:37:53.387Z Compiling term v0.7.0
12902024-08-16T03:37:53.559Z Compiling xattr v1.3.1
12912024-08-16T03:37:53.673Z Compiling strum_macros v0.26.4
12922024-08-16T03:37:53.693Z Compiling crossbeam-channel v0.5.12
12932024-08-16T03:37:53.816Z Compiling filetime v0.2.24
12942024-08-16T03:37:53.836Z Compiling is-terminal v0.4.12
12952024-08-16T03:37:53.962Z Compiling take_mut v0.2.2
12962024-08-16T03:37:54.109Z Compiling tar v0.4.41
12972024-08-16T03:37:54.124Z Compiling slog-term v2.9.1
12982024-08-16T03:37:54.921Z Compiling camino v1.1.7
12992024-08-16T03:37:55.783Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13002024-08-16T03:37:56.736Z Compiling strum v0.26.3
13012024-08-16T03:37:56.814Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13022024-08-16T03:38:01.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
13032024-08-16T03:38:01.949Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13042024-08-16T03:38:01.994ZAug 16 03:38:00.795 INFO Starting download, target: Console
13052024-08-16T03:38:01.994ZAug 16 03:38:00.795 INFO Starting download, target: Clickhouse
13062024-08-16T03:38:02.015ZAug 16 03:38:00.795 INFO Starting download, target: DendriteOpenapi
13072024-08-16T03:38:02.015ZAug 16 03:38:00.795 INFO Starting download, target: Cockroach
13082024-08-16T03:38:02.016ZAug 16 03:38:00.795 INFO Starting download, target: DendriteStub
13092024-08-16T03:38:02.016ZAug 16 03:38:00.795 INFO Starting download, target: MaghemiteMgd
13102024-08-16T03:38:02.016ZAug 16 03:38:00.795 INFO Starting download, target: TransceiverControl
13112024-08-16T03:38:02.016ZAug 16 03:38:00.796 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13122024-08-16T03:38:02.016ZAug 16 03:38:00.796 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13132024-08-16T03:38:02.016ZAug 16 03:38:00.796 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13142024-08-16T03:38:02.016ZAug 16 03:38:00.796 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13152024-08-16T03:38:02.016ZAug 16 03:38:00.796 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13162024-08-16T03:38:02.016ZAug 16 03:38:00.796 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13172024-08-16T03:38:02.016ZAug 16 03:38:00.796 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13182024-08-16T03:38:02.122ZAug 16 03:38:00.923 INFO Download complete, target: DendriteOpenapi
13192024-08-16T03:38:02.223ZAug 16 03:38:01.015 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13202024-08-16T03:38:02.496ZAug 16 03:38:01.281 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13212024-08-16T03:38:02.695ZAug 16 03:38:01.496 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13222024-08-16T03:38:02.780ZAug 16 03:38:01.581 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13232024-08-16T03:38:02.877ZAug 16 03:38:01.677 INFO Download complete, target: Console
13242024-08-16T03:38:02.982ZAug 16 03:38:01.782 INFO Download complete, target: TransceiverControl
13252024-08-16T03:38:04.085ZAug 16 03:38:02.874 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13262024-08-16T03:38:04.221ZAug 16 03:38:03.020 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13272024-08-16T03:38:04.221ZAug 16 03:38:03.020 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13282024-08-16T03:38:05.847ZAug 16 03:38:04.648 INFO Download complete, target: DendriteStub
13292024-08-16T03:38:06.054ZAug 16 03:38:04.855 INFO Download complete, target: MaghemiteMgd
13302024-08-16T03:38:12.293ZAug 16 03:38:11.095 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13312024-08-16T03:38:12.619ZAug 16 03:38:11.421 INFO Checking that binary works, target: Cockroach
13322024-08-16T03:38:12.773ZAug 16 03:38:11.575 INFO Download complete, target: Cockroach
13332024-08-16T03:38:17.791ZAug 16 03:38:16.593 INFO Checking that binary works, target: Clickhouse
13342024-08-16T03:38:17.922ZAug 16 03:38:16.724 INFO Download complete, target: Clickhouse
13352024-08-16T03:38:17.929ZAll prerequisites installed successfully
13362024-08-16T03:38:17.932Z
13372024-08-16T03:38:17.932Zreal 3:34.149839037
13382024-08-16T03:38:17.932Zuser 11:10.591604554
13392024-08-16T03:38:17.932Zsys 2:23.362474514
13402024-08-16T03:38:17.932Ztrap 0.413122101
13412024-08-16T03:38:17.932Ztflt 1.079400746
13422024-08-16T03:38:17.932Zdflt 1.668280346
13432024-08-16T03:38:17.932Zkflt 0.030182041
13442024-08-16T03:38:17.932Zlock 21:42.889085582
13452024-08-16T03:38:17.932Zslp 43:13.368712174
13462024-08-16T03:38:17.932Zlat 39.618941145
13472024-08-16T03:38:17.932Zstop 1:41.137651565
13482024-08-16T03:38:17.932Z+ source ./tools/include/force-git-over-https.sh
13492024-08-16T03:38:17.932Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13502024-08-16T03:38:17.932Z++ (( i = 0 ))
13512024-08-16T03:38:17.932Z++ (( i < 5 ))
13522024-08-16T03:38:17.932Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13532024-08-16T03:38:17.935Z++ (( i++ ))
13542024-08-16T03:38:17.935Z++ (( i < 5 ))
13552024-08-16T03:38:17.937Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13562024-08-16T03:38:17.939Z++ (( i++ ))
13572024-08-16T03:38:17.939Z++ (( i < 5 ))
13582024-08-16T03:38:17.939Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13592024-08-16T03:38:17.942Z++ (( i++ ))
13602024-08-16T03:38:17.942Z++ (( i < 5 ))
13612024-08-16T03:38:17.942Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13622024-08-16T03:38:17.944Z++ (( i++ ))
13632024-08-16T03:38:17.944Z++ (( i < 5 ))
13642024-08-16T03:38:17.944Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13652024-08-16T03:38:17.947Z++ (( i++ ))
13662024-08-16T03:38:17.947Z++ (( i < 5 ))
13672024-08-16T03:38:17.949Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13682024-08-16T03:38:17.949Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13692024-08-16T03:38:17.949Z+ rc=0
13702024-08-16T03:38:17.949Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13712024-08-16T03:38:50.935Z+ case $rc in
13722024-08-16T03:38:50.935Z+ pfexec zfs create -p rpool/images/build/host
13732024-08-16T03:38:51.086Z+ pfexec zfs create -p rpool/images/build/recovery
13742024-08-16T03:38:51.157Z+ cargo xtask releng --output-dir /work
13752024-08-16T03:38:51.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
13762024-08-16T03:38:51.727Z Running `target/debug/xtask releng --output-dir /work`
13772024-08-16T03:38:52.595Z Compiling proc-macro2 v1.0.86
13782024-08-16T03:38:52.595Z Compiling unicode-ident v1.0.12
13792024-08-16T03:38:52.614Z Compiling libc v0.2.155
13802024-08-16T03:38:52.614Z Compiling serde v1.0.207
13812024-08-16T03:38:52.614Z Compiling version_check v0.9.5
13822024-08-16T03:38:52.614Z Compiling autocfg v1.3.0
13832024-08-16T03:38:52.614Z Compiling cfg-if v1.0.0
13842024-08-16T03:38:52.614Z Compiling once_cell v1.19.0
13852024-08-16T03:38:52.895Z Compiling typenum v1.17.0
13862024-08-16T03:38:52.967Z Compiling memchr v2.7.2
13872024-08-16T03:38:53.441Z Compiling lock_api v0.4.12
13882024-08-16T03:38:53.444Z Compiling generic-array v0.14.7
13892024-08-16T03:38:53.777Z Compiling ahash v0.8.11
13902024-08-16T03:38:53.838Z Compiling serde_json v1.0.125
13912024-08-16T03:38:53.880Z Compiling libm v0.2.8
13922024-08-16T03:38:54.189Z Compiling num-traits v0.2.19
13932024-08-16T03:38:54.216Z Compiling parking_lot_core v0.9.10
13942024-08-16T03:38:54.278Z Compiling quote v1.0.36
13952024-08-16T03:38:54.351Z Compiling byteorder v1.5.0
13962024-08-16T03:38:54.655Z Compiling syn v2.0.74
13972024-08-16T03:38:54.841Z Compiling jobserver v0.1.32
13982024-08-16T03:38:54.859Z Compiling getrandom v0.2.14
13992024-08-16T03:38:54.990Z Compiling scopeguard v1.2.0
14002024-08-16T03:38:55.053Z Compiling log v0.4.21
14012024-08-16T03:38:55.272Z Compiling cc v1.0.97
14022024-08-16T03:38:55.465Z Compiling thiserror v1.0.63
14032024-08-16T03:38:55.487Z Compiling itoa v1.0.11
14042024-08-16T03:38:55.716Z Compiling slab v0.4.9
14052024-08-16T03:38:55.734Z Compiling rand_core v0.6.4
14062024-08-16T03:38:55.942Z Compiling pkg-config v0.3.30
14072024-08-16T03:38:56.270Z Compiling semver v1.0.23
14082024-08-16T03:38:56.526Z Compiling ryu v1.0.18
14092024-08-16T03:38:56.695Z Compiling pin-project-lite v0.2.14
14102024-08-16T03:38:56.782Z Compiling vcpkg v0.2.15
14112024-08-16T03:38:56.834Z Compiling smallvec v1.13.2
14122024-08-16T03:38:56.905Z Compiling spin v0.9.8
14132024-08-16T03:38:57.211Z Compiling allocator-api2 v0.2.18
14142024-08-16T03:38:57.660Z Compiling subtle v2.5.0
14152024-08-16T03:38:58.151Z Compiling const-oid v0.9.6
14162024-08-16T03:38:58.367Z Compiling signal-hook-registry v1.4.2
14172024-08-16T03:38:58.538Z Compiling rustix v0.38.34
14182024-08-16T03:38:58.628Z Compiling ring v0.17.8
14192024-08-16T03:38:59.179Z Compiling openssl-sys v0.9.103
14202024-08-16T03:38:59.795Z Compiling httparse v1.8.0
14212024-08-16T03:39:00.070Z Compiling heck v0.5.0
14222024-08-16T03:39:00.201Z Compiling schemars v0.8.21
14232024-08-16T03:39:00.505Z Compiling parking_lot v0.12.2
14242024-08-16T03:39:00.582Z Compiling mio v1.0.2
14252024-08-16T03:39:00.728Z Compiling time-core v0.1.2
14262024-08-16T03:39:00.988Z Compiling num-conv v0.1.0
14272024-08-16T03:39:01.374Z Compiling futures-core v0.3.30
14282024-08-16T03:39:01.403Z Compiling time-macros v0.2.18
14292024-08-16T03:39:01.434Z Compiling socket2 v0.5.7
14302024-08-16T03:39:01.650Z Compiling openssl v0.10.66
14312024-08-16T03:39:02.199Z Compiling serde_derive_internals v0.29.1
14322024-08-16T03:39:02.288Z Compiling equivalent v1.0.1
14332024-08-16T03:39:02.332Z Compiling fnv v1.0.7
14342024-08-16T03:39:02.553Z Compiling rustls v0.21.12
14352024-08-16T03:39:02.557Z Compiling native-tls v0.2.11
14362024-08-16T03:39:03.019Z Compiling tinyvec_macros v0.1.1
14372024-08-16T03:39:03.146Z Compiling futures-sink v0.3.30
14382024-08-16T03:39:03.196Z Compiling tinyvec v1.6.0
14392024-08-16T03:39:03.381Z Compiling crossbeam-utils v0.8.19
14402024-08-16T03:39:04.192Z Compiling cookie v0.17.0
14412024-08-16T03:39:04.470Z Compiling cpufeatures v0.2.12
14422024-08-16T03:39:04.608Z Compiling ucd-trie v0.1.6
14432024-08-16T03:39:04.678Z Compiling iana-time-zone v0.1.60
14442024-08-16T03:39:04.977Z Compiling unicode-normalization v0.1.23
14452024-08-16T03:39:05.039Z Compiling futures-channel v0.3.30
14462024-08-16T03:39:05.213Z Compiling slog v2.7.0
14472024-08-16T03:39:05.257Z Compiling pin-utils v0.1.0
14482024-08-16T03:39:05.333Z Compiling syn v1.0.109
14492024-08-16T03:39:05.409Z Compiling unicode-bidi v0.3.15
14502024-08-16T03:39:05.541Z Compiling futures-io v0.3.30
14512024-08-16T03:39:05.955Z Compiling futures-task v0.3.30
14522024-08-16T03:39:06.351Z Compiling untrusted v0.9.0
14532024-08-16T03:39:06.920Z Compiling aho-corasick v1.1.3
14542024-08-16T03:39:07.181Z Compiling crc32fast v1.4.0
14552024-08-16T03:39:07.370Z Compiling dyn-clone v1.0.17
14562024-08-16T03:39:07.482Z Compiling serde_derive v1.0.207
14572024-08-16T03:39:07.565Z Compiling zeroize_derive v1.4.2
14582024-08-16T03:39:07.680Z Compiling zerocopy-derive v0.7.34
14592024-08-16T03:39:07.823Z Compiling tokio-macros v2.4.0
14602024-08-16T03:39:08.465Z Compiling thiserror-impl v1.0.63
14612024-08-16T03:39:09.042Z Compiling zeroize v1.7.0
14622024-08-16T03:39:09.489Z Compiling futures-macro v0.3.30
14632024-08-16T03:39:09.727Z Compiling zerocopy v0.7.34
14642024-08-16T03:39:11.551Z Compiling crypto-common v0.1.6
14652024-08-16T03:39:11.642Z Compiling tracing-attributes v0.1.27
14662024-08-16T03:39:11.753Z Compiling der_derive v0.7.2
14672024-08-16T03:39:12.177Z Compiling hashbrown v0.14.5
14682024-08-16T03:39:13.036Z Compiling block-buffer v0.10.4
14692024-08-16T03:39:13.338Z Compiling digest v0.10.7
14702024-08-16T03:39:13.837Z Compiling schemars_derive v0.8.21
14712024-08-16T03:39:14.129Z Compiling openssl-macros v0.1.1
14722024-08-16T03:39:14.996Z Compiling scroll_derive v0.12.0
14732024-08-16T03:39:15.018Z Compiling hmac v0.12.1
14742024-08-16T03:39:15.129Z Compiling pest v2.7.10
14752024-08-16T03:39:15.437Z Compiling block-padding v0.3.3
14762024-08-16T03:39:15.717Z Compiling inout v0.1.3
14772024-08-16T03:39:16.006Z Compiling futures-util v0.3.30
14782024-08-16T03:39:16.311Z Compiling cipher v0.4.4
14792024-08-16T03:39:16.800Z Compiling sha2 v0.10.8
14802024-08-16T03:39:16.959Z Compiling regex-syntax v0.8.4
14812024-08-16T03:39:17.832Z Compiling pest_meta v2.7.10
14822024-08-16T03:39:19.877Z Compiling pest_generator v2.7.10
14832024-08-16T03:39:21.809Z Compiling bytes v1.7.1
14842024-08-16T03:39:23.188Z Compiling bitflags v2.6.0
14852024-08-16T03:39:23.652Z Compiling tokio v1.39.2
14862024-08-16T03:39:23.864Z Compiling indexmap v2.4.0
14872024-08-16T03:39:24.007Z Compiling serde_tokenstream v0.2.2
14882024-08-16T03:39:24.645Z Compiling uuid v1.10.0
14892024-08-16T03:39:25.212Z Compiling chrono v0.4.38
14902024-08-16T03:39:25.490Z Compiling http v0.2.12
14912024-08-16T03:39:26.109Z Compiling rustc_version v0.4.0
14922024-08-16T03:39:26.220Z Compiling pest_derive v2.7.10
14932024-08-16T03:39:27.140Z Compiling regex-automata v0.4.6
14942024-08-16T03:39:28.713Z Compiling usdt-impl v0.5.0
14952024-08-16T03:39:29.057Z Compiling powerfmt v0.2.0
14962024-08-16T03:39:29.133Z Compiling heck v0.4.1
14972024-08-16T03:39:29.655Z Compiling percent-encoding v2.3.1
14982024-08-16T03:39:29.657Z Compiling base64ct v1.6.0
14992024-08-16T03:39:29.674Z Compiling deranged v0.3.11
15002024-08-16T03:39:30.281Z Compiling pem-rfc7468 v0.7.0
15012024-08-16T03:39:30.311Z Compiling heapless v0.7.17
15022024-08-16T03:39:31.248Z Compiling scroll v0.12.0
15032024-08-16T03:39:31.662Z Compiling zerocopy-derive v0.6.6
15042024-08-16T03:39:32.389Z Compiling backtrace v0.3.71
15052024-08-16T03:39:32.881Z Compiling tracing-core v0.1.32
15062024-08-16T03:39:33.679Z Compiling errno v0.3.9
15072024-08-16T03:39:33.947Z Compiling num_threads v0.1.7
15082024-08-16T03:39:34.077Z Compiling num-bigint-dig v0.8.4
15092024-08-16T03:39:34.954Z Compiling flagset v0.4.5
15102024-08-16T03:39:35.026Z Compiling plain v0.2.3
15112024-08-16T03:39:35.207Z Compiling ppv-lite86 v0.2.17
15122024-08-16T03:39:35.256Z Compiling der v0.7.9
15132024-08-16T03:39:35.607Z Compiling goblin v0.8.2
15142024-08-16T03:39:35.630Z Compiling time v0.3.36
15152024-08-16T03:39:36.001Z Compiling rand_chacha v0.3.1
15162024-08-16T03:39:37.881Z Compiling tracing v0.1.40
15172024-08-16T03:39:38.408Z Compiling tokio-util v0.7.11
15182024-08-16T03:39:38.505Z Compiling regex v1.10.6
15192024-08-16T03:39:38.674Z Compiling salsa20 v0.10.2
15202024-08-16T03:39:38.982Z Compiling pbkdf2 v0.12.2
15212024-08-16T03:39:39.255Z Compiling async-trait v0.1.81
15222024-08-16T03:39:40.890Z Compiling rustversion v1.0.17
15232024-08-16T03:39:41.887Z Compiling strsim v0.11.1
15242024-08-16T03:39:41.980Z Compiling pretty-hex v0.4.1
15252024-08-16T03:39:42.237Z Compiling dof v0.3.0
15262024-08-16T03:39:43.141Z Compiling scrypt v0.11.0
15272024-08-16T03:39:43.753Z Compiling spki v0.7.3
15282024-08-16T03:39:43.791Z Compiling rand v0.8.5
15292024-08-16T03:39:44.213Z Compiling form_urlencoded v1.2.1
15302024-08-16T03:39:44.459Z Compiling dtrace-parser v0.2.0
15312024-08-16T03:39:45.221Z Compiling cbc v0.1.2
15322024-08-16T03:39:45.369Z Compiling aes v0.8.4
15332024-08-16T03:39:45.442Z Compiling thread-id v4.2.1
15342024-08-16T03:39:45.494Z Compiling anyhow v1.0.86
15352024-08-16T03:39:45.673Z Compiling signal-hook v0.3.17
15362024-08-16T03:39:45.759Z Compiling smoltcp v0.9.1
15372024-08-16T03:39:46.043Z Compiling unicode-width v0.1.13
15382024-08-16T03:39:46.283Z Compiling foreign-types-shared v0.1.1
15392024-08-16T03:39:46.405Z Compiling try-lock v0.2.5
15402024-08-16T03:39:46.585Z Compiling want v0.3.1
15412024-08-16T03:39:46.605Z Compiling foreign-types v0.3.2
15422024-08-16T03:39:46.759Z Compiling pkcs5 v0.7.1
15432024-08-16T03:39:48.093Z Compiling h2 v0.3.26
15442024-08-16T03:39:48.638Z Compiling http-body v0.4.6
15452024-08-16T03:39:49.181Z Compiling clap_derive v4.5.13
15462024-08-16T03:39:50.270Z Compiling lazy_static v1.5.0
15472024-08-16T03:39:50.576Z Compiling siphasher v0.3.11
15482024-08-16T03:39:50.953Z Compiling tower-service v0.3.2
15492024-08-16T03:39:51.428Z Compiling httpdate v1.0.3
15502024-08-16T03:39:51.580Z Compiling base64 v0.21.7
15512024-08-16T03:39:52.276Z Compiling cfg_aliases v0.1.1
15522024-08-16T03:39:52.382Z Compiling nix v0.28.0
15532024-08-16T03:39:57.874Z Compiling hyper v0.14.30
15542024-08-16T03:39:57.963Z Compiling pkcs8 v0.10.2
15552024-08-16T03:40:02.919Z Compiling sct v0.7.1
15562024-08-16T03:40:03.262Z Compiling rustls-webpki v0.101.7
15572024-08-16T03:40:06.008Z Compiling openapiv3 v2.0.0
15582024-08-16T03:40:08.881Z Compiling hubpack_derive v0.1.1
15592024-08-16T03:40:10.064Z Compiling idna v0.5.0
15602024-08-16T03:40:11.522Z Compiling fs-err v2.11.0
15612024-08-16T03:40:11.667Z Compiling anstyle v1.0.8
15622024-08-16T03:40:11.705Z Compiling openssl-probe v0.1.5
15632024-08-16T03:40:11.822Z Compiling adler v1.0.2
15642024-08-16T03:40:12.069Z Compiling finl_unicode v1.2.0
15652024-08-16T03:40:12.113Z Compiling utf8parse v0.2.1
15662024-08-16T03:40:12.311Z Compiling anstyle-parse v0.2.4
15672024-08-16T03:40:12.331Z Compiling miniz_oxide v0.7.2
15682024-08-16T03:40:12.688Z Compiling stringprep v0.1.4
15692024-08-16T03:40:13.871Z Compiling url v2.5.2
15702024-08-16T03:40:17.503Z Compiling usdt-macro v0.5.0
15712024-08-16T03:40:17.985Z Compiling usdt-attr-macro v0.5.0
15722024-08-16T03:40:19.566Z Compiling serde_spanned v0.6.7
15732024-08-16T03:40:19.789Z Compiling toml_datetime v0.6.8
15742024-08-16T03:40:20.028Z Compiling md-5 v0.10.6
15752024-08-16T03:40:20.191Z Compiling regress v0.9.1
15762024-08-16T03:40:20.248Z Compiling idna v0.3.0
15772024-08-16T03:40:21.883Z Compiling num-integer v0.1.46
15782024-08-16T03:40:22.555Z Compiling hash32 v0.2.1
15792024-08-16T03:40:22.580Z Compiling encoding_rs v0.8.34
15802024-08-16T03:40:22.937Z Compiling colorchoice v1.0.1
15812024-08-16T03:40:23.095Z Compiling fallible-iterator v0.2.0
15822024-08-16T03:40:24.086Z Compiling stable_deref_trait v1.2.0
15832024-08-16T03:40:24.194Z Compiling gimli v0.28.1
15842024-08-16T03:40:24.219Z Compiling psl-types v2.0.11
15852024-08-16T03:40:24.411Z Compiling is_terminal_polyfill v1.70.0
15862024-08-16T03:40:24.541Z Compiling anstyle-query v1.0.3
15872024-08-16T03:40:24.689Z Compiling base64 v0.22.1
15882024-08-16T03:40:24.848Z Compiling mime v0.3.17
15892024-08-16T03:40:25.072Z Compiling publicsuffix v2.2.3
15902024-08-16T03:40:25.367Z Compiling postgres-protocol v0.6.7
15912024-08-16T03:40:25.385Z Compiling anstream v0.6.14
15922024-08-16T03:40:26.538Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15932024-08-16T03:40:28.726Z Compiling addr2line v0.21.0
15942024-08-16T03:40:29.026Z Compiling num-iter v0.1.45
15952024-08-16T03:40:29.393Z Compiling tokio-rustls v0.24.1
15962024-08-16T03:40:30.748Z Compiling terminal_size v0.3.0
15972024-08-16T03:40:30.946Z Compiling tokio-native-tls v0.3.1
15982024-08-16T03:40:31.565Z Compiling phf_shared v0.11.2
15992024-08-16T03:40:31.933Z Compiling strum_macros v0.25.3
16002024-08-16T03:40:32.119Z Compiling serde_urlencoded v0.7.1
16012024-08-16T03:40:32.778Z Compiling enum-as-inner v0.6.0
16022024-08-16T03:40:33.347Z Compiling serde_repr v0.1.19
16032024-08-16T03:40:33.831Z Compiling ff v0.13.0
16042024-08-16T03:40:34.041Z Compiling object v0.32.2
16052024-08-16T03:40:34.069Z Compiling clap_lex v0.7.0
16062024-08-16T03:40:34.449Z Compiling either v1.13.0
16072024-08-16T03:40:34.501Z Compiling ipnet v2.9.0
16082024-08-16T03:40:35.447Z Compiling regex-automata v0.1.10
16092024-08-16T03:40:35.574Z Compiling base16ct v0.2.0
16102024-08-16T03:40:35.867Z Compiling rustc-demangle v0.1.24
16112024-08-16T03:40:36.916Z Compiling winnow v0.5.40
16122024-08-16T03:40:37.772Z Compiling bitflags v1.3.2
16132024-08-16T03:40:37.886Z Compiling managed v0.8.0
16142024-08-16T03:40:38.136Z Compiling rustls-pemfile v1.0.4
16152024-08-16T03:40:38.478Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16162024-08-16T03:40:38.917Z Compiling bstr v0.2.17
16172024-08-16T03:40:40.274Z Compiling sec1 v0.7.3
16182024-08-16T03:40:40.276Z Compiling clap_builder v4.5.15
16192024-08-16T03:40:40.357Z Compiling toml_edit v0.19.15
16202024-08-16T03:40:40.571Z Compiling group v0.13.0
16212024-08-16T03:40:42.084Z Compiling phf v0.11.2
16222024-08-16T03:40:42.144Z Compiling hyper-tls v0.5.0
16232024-08-16T03:40:42.388Z Compiling hyper-rustls v0.24.2
16242024-08-16T03:40:42.708Z Compiling cookie_store v0.20.0
16252024-08-16T03:40:43.652Z Compiling postgres-types v0.2.7
16262024-08-16T03:40:44.164Z Compiling hubpack v0.1.2
16272024-08-16T03:40:44.336Z Compiling pkcs1 v0.7.5
16282024-08-16T03:40:45.026Z Compiling phf_shared v0.10.0
16292024-08-16T03:40:45.355Z Compiling zerocopy v0.6.6
16302024-08-16T03:40:45.396Z Compiling futures-executor v0.3.30
16312024-08-16T03:40:45.427Z Compiling hkdf v0.12.4
16322024-08-16T03:40:45.548Z Compiling signature v2.2.0
16332024-08-16T03:40:45.662Z Compiling crypto-bigint v0.5.5
16342024-08-16T03:40:45.842Z Compiling idna v0.4.0
16352024-08-16T03:40:45.930Z Compiling float-cmp v0.9.0
16362024-08-16T03:40:46.152Z Compiling mio v0.8.11
16372024-08-16T03:40:46.184Z Compiling memmap v0.7.0
16382024-08-16T03:40:47.070Z Compiling difflib v0.4.0
16392024-08-16T03:40:47.175Z Compiling minimal-lexical v0.2.1
16402024-08-16T03:40:47.259Z Compiling webpki-roots v0.25.4
16412024-08-16T03:40:47.414Z Compiling bit-vec v0.6.3
16422024-08-16T03:40:47.437Z Compiling sync_wrapper v0.1.2
16432024-08-16T03:40:47.477Z Compiling whoami v1.5.1
16442024-08-16T03:40:47.643Z Compiling fixedbitset v0.4.2
16452024-08-16T03:40:47.824Z Compiling static_assertions v1.1.0
16462024-08-16T03:40:48.003Z Compiling data-encoding v2.6.0
16472024-08-16T03:40:48.021Z Compiling precomputed-hash v0.1.1
16482024-08-16T03:40:48.042Z Compiling unicode-segmentation v1.11.0
16492024-08-16T03:40:48.081Z Compiling winnow v0.6.18
16502024-08-16T03:40:48.250Z Compiling predicates-core v1.0.6
16512024-08-16T03:40:48.440Z Compiling normalize-line-endings v0.3.0
16522024-08-16T03:40:48.561Z Compiling new_debug_unreachable v1.0.6
16532024-08-16T03:40:48.784Z Compiling hickory-proto v0.24.1
16542024-08-16T03:40:48.803Z Compiling similar v2.5.0
16552024-08-16T03:40:49.072Z Compiling reqwest v0.11.27
16562024-08-16T03:40:49.091Z Compiling string_cache v0.8.7
16572024-08-16T03:40:49.557Z Compiling predicates v3.1.2
16582024-08-16T03:40:49.664Z Compiling elliptic-curve v0.13.8
16592024-08-16T03:40:50.414Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16602024-08-16T03:40:50.840Z Compiling petgraph v0.6.5
16612024-08-16T03:40:50.965Z Compiling tokio-postgres v0.7.11
16622024-08-16T03:40:50.982Z Compiling bit-set v0.5.3
16632024-08-16T03:40:51.273Z Compiling nom v7.1.3
16642024-08-16T03:40:51.820Z Compiling toml_edit v0.22.20
16652024-08-16T03:40:54.841Z Compiling signal-hook-mio v0.2.4
16662024-08-16T03:40:55.022Z Compiling usdt v0.5.0
16672024-08-16T03:40:56.244Z Compiling rsa v0.9.6
16682024-08-16T03:40:56.524Z Compiling futures v0.3.30
16692024-08-16T03:40:57.720Z Compiling clap v4.5.15
16702024-08-16T03:40:57.851Z Compiling toml v0.7.8
16712024-08-16T03:40:57.865Z Compiling crossbeam-epoch v0.9.18
16722024-08-16T03:40:58.122Z Compiling flate2 v1.0.31
16732024-08-16T03:40:58.543Z Compiling itertools v0.12.1
16742024-08-16T03:40:58.839Z Compiling itertools v0.10.5
16752024-08-16T03:40:59.857Z Compiling console v0.15.8
16762024-08-16T03:41:00.444Z Compiling tokio-stream v0.1.15
16772024-08-16T03:41:01.145Z Compiling bstr v1.9.1
16782024-08-16T03:41:01.374Z Compiling hex v0.4.3
16792024-08-16T03:41:01.676Z Compiling sha1 v0.10.6
16802024-08-16T03:41:02.208Z Compiling unicode-xid v0.2.4
16812024-08-16T03:41:02.283Z Compiling camino v1.1.7
16822024-08-16T03:41:02.556Z Compiling lalrpop-util v0.19.12
16832024-08-16T03:41:02.859Z Compiling radium v0.7.0
16842024-08-16T03:41:02.898Z Compiling peg-runtime v0.8.3
16852024-08-16T03:41:03.399Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16862024-08-16T03:41:07.042Z Compiling is-terminal v0.4.12
16872024-08-16T03:41:10.116Z Compiling rustls-pki-types v1.7.0
16882024-08-16T03:41:10.226Z Compiling maybe-uninit v2.0.0
16892024-08-16T03:41:11.342Z Compiling ident_case v1.0.1
16902024-08-16T03:41:12.880Z Compiling tap v1.0.1
16912024-08-16T03:41:13.068Z Compiling wyz v0.5.1
16922024-08-16T03:41:13.711Z Compiling darling_core v0.20.9
16932024-08-16T03:41:26.961Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16942024-08-16T03:41:27.115Z Compiling getopts v0.2.21
16952024-08-16T03:41:28.055Z Compiling bzip2-sys v0.1.11+1.0.8
16962024-08-16T03:41:28.591Z Compiling dirs-sys-next v0.1.2
16972024-08-16T03:41:28.978Z Compiling rustls v0.22.4
16982024-08-16T03:41:29.600Z Compiling paste v1.0.15
16992024-08-16T03:41:29.618Z Compiling packed_struct v0.10.1
17002024-08-16T03:41:30.051Z Compiling unsafe-libyaml v0.2.11
17012024-08-16T03:41:30.071Z Compiling funty v2.0.0
17022024-08-16T03:41:31.860Z Compiling serde_yaml v0.9.34+deprecated
17032024-08-16T03:41:32.595Z Compiling bitvec v1.0.1
17042024-08-16T03:41:33.455Z Compiling dirs-next v2.0.0
17052024-08-16T03:41:37.164Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17062024-08-16T03:41:38.447Z Compiling darling_macro v0.20.9
17072024-08-16T03:41:41.308Z Compiling rustls-webpki v0.102.4
17082024-08-16T03:41:43.453Z Compiling packed_struct_codegen v0.10.1
17092024-08-16T03:41:43.548Z Compiling structmeta-derive v0.3.0
17102024-08-16T03:41:44.090Z Compiling thread_local v1.1.8
17112024-08-16T03:41:44.930Z Compiling indexmap v1.9.3
17122024-08-16T03:41:45.257Z Compiling multer v3.1.0
17132024-08-16T03:41:45.274Z Compiling nodrop v0.1.14
17142024-08-16T03:41:45.405Z Compiling crc-catalog v2.4.0
17152024-08-16T03:41:45.567Z Compiling slog-async v2.8.0
17162024-08-16T03:41:45.884Z Compiling match_cfg v0.1.0
17172024-08-16T03:41:45.986Z Compiling rayon-core v1.12.1
17182024-08-16T03:41:46.071Z Compiling fastrand v2.1.0
17192024-08-16T03:41:46.096Z Compiling structmeta v0.3.0
17202024-08-16T03:41:46.469Z Compiling tempfile v3.10.1
17212024-08-16T03:41:46.533Z Compiling hostname v0.3.1
17222024-08-16T03:41:46.874Z Compiling crc v3.2.1
17232024-08-16T03:41:48.094Z Compiling array-init v0.0.4
17242024-08-16T03:41:48.807Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17252024-08-16T03:41:49.900Z Compiling smallvec v0.6.14
17262024-08-16T03:41:50.389Z Compiling darling v0.20.9
17272024-08-16T03:41:50.518Z Compiling term v0.7.0
17282024-08-16T03:41:52.907Z Compiling crossbeam-deque v0.8.5
17292024-08-16T03:41:53.302Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17302024-08-16T03:41:54.757Z Compiling slog-json v2.6.1
17312024-08-16T03:41:54.975Z Compiling crossbeam-channel v0.5.12
17322024-08-16T03:41:55.235Z Compiling http v1.1.0
17332024-08-16T03:41:56.422Z Compiling pin-project-internal v1.1.5
17342024-08-16T03:41:56.526Z Compiling async-stream-impl v0.3.5
17352024-08-16T03:41:59.780Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17362024-08-16T03:42:01.676Z Compiling termcolor v1.4.1
17372024-08-16T03:42:02.710Z Compiling same-file v1.0.6
17382024-08-16T03:42:02.728Z Compiling atomic-waker v1.1.2
17392024-08-16T03:42:02.936Z Compiling hashbrown v0.12.3
17402024-08-16T03:42:02.989Z Compiling bitfield v0.14.0
17412024-08-16T03:42:03.433Z Compiling take_mut v0.2.2
17422024-08-16T03:42:12.194Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17432024-08-16T03:42:12.432Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17442024-08-16T03:42:12.741Z Compiling walkdir v2.5.0
17452024-08-16T03:42:12.944Z Compiling waitgroup v0.1.2
17462024-08-16T03:42:13.194Z Compiling env_logger v0.10.2
17472024-08-16T03:42:16.356Z Compiling pin-project v1.1.5
17482024-08-16T03:42:17.343Z Compiling async-stream v0.3.5
17492024-08-16T03:42:17.647Z Compiling slog-bunyan v2.5.0
17502024-08-16T03:42:18.978Z Compiling tokio-rustls v0.25.0
17512024-08-16T03:42:19.570Z Compiling slog-term v2.9.1
17522024-08-16T03:42:20.034Z Compiling serde_with_macros v3.8.3
17532024-08-16T03:42:20.686Z Compiling serde-hex v0.1.0
17542024-08-16T03:42:22.174Z Compiling bzip2 v0.4.4
17552024-08-16T03:42:22.629Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17562024-08-16T03:42:22.632Z Compiling parse-display-derive v0.10.0
17572024-08-16T03:42:22.665Z Compiling toml v0.8.19
17582024-08-16T03:42:22.934Z Compiling rustls-pemfile v2.1.3
17592024-08-16T03:42:26.441Z Compiling x509-cert v0.2.5
17602024-08-16T03:42:26.651Z Compiling ron v0.8.1
17612024-08-16T03:42:26.689Z Compiling strum_macros v0.26.4
17622024-08-16T03:42:26.898Z Compiling newtype-uuid v1.1.0
17632024-08-16T03:42:27.266Z Compiling ipnetwork v0.20.0
17642024-08-16T03:42:29.380Z Compiling xattr v1.3.1
17652024-08-16T03:42:29.694Z Compiling snafu-derive v0.8.2
17662024-08-16T03:42:30.699Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17672024-08-16T03:42:30.887Z Compiling serde_path_to_error v0.1.16
17682024-08-16T03:42:31.255Z Compiling hashbrown v0.13.2
17692024-08-16T03:42:31.922Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17702024-08-16T03:42:32.390Z Compiling ring v0.16.20
17712024-08-16T03:42:32.623Z Compiling blake3 v1.5.1
17722024-08-16T03:42:32.655Z Compiling hostname v0.4.0
17732024-08-16T03:42:32.925Z Compiling filetime v0.2.24
17742024-08-16T03:42:33.248Z Compiling instant v0.1.12
17752024-08-16T03:42:33.288Z Compiling debug-ignore v1.0.5
17762024-08-16T03:42:33.399Z Compiling buf-list v1.0.3
17772024-08-16T03:42:33.450Z Compiling crc-any v2.5.0
17782024-08-16T03:42:34.407Z Compiling snafu v0.8.2
17792024-08-16T03:42:34.424Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17802024-08-16T03:42:34.462Z Compiling backoff v0.4.0
17812024-08-16T03:42:35.430Z Compiling tar v0.4.41
17822024-08-16T03:42:35.691Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17832024-08-16T03:42:35.919Z Compiling object v0.30.4
17842024-08-16T03:42:37.712Z Compiling strum v0.26.3
17852024-08-16T03:42:37.902Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17862024-08-16T03:42:39.202Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17872024-08-16T03:42:39.608Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17882024-08-16T03:42:40.168Z Compiling parse-display v0.10.0
17892024-08-16T03:42:40.275Z Compiling serde_with v3.8.3
17902024-08-16T03:42:40.553Z Compiling zip v0.6.6
17912024-08-16T03:42:42.179Z Compiling rayon v1.10.0
17922024-08-16T03:42:42.831Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17932024-08-16T03:42:43.708Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17942024-08-16T03:42:43.809Z Compiling camino-tempfile v1.1.1
17952024-08-16T03:42:44.340Z Compiling globset v0.4.14
17962024-08-16T03:42:44.523Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17972024-08-16T03:42:44.733Z Compiling pem v3.0.4
17982024-08-16T03:42:46.272Z Compiling olpc-cjson v0.1.3
17992024-08-16T03:42:46.596Z Compiling serde_plain v1.0.2
18002024-08-16T03:42:47.116Z Compiling macaddr v1.0.1
18012024-08-16T03:42:47.753Z Compiling async-recursion v1.1.1
18022024-08-16T03:42:47.768Z Compiling memmap2 v0.9.4
18032024-08-16T03:42:48.323Z Compiling typed-path v0.7.1
18042024-08-16T03:42:49.480Z Compiling spin v0.5.2
18052024-08-16T03:42:49.524Z Compiling path-slash v0.1.5
18062024-08-16T03:42:49.524Z Compiling arrayvec v0.7.4
18072024-08-16T03:42:49.524Z Compiling untrusted v0.7.1
18082024-08-16T03:42:49.535Z Compiling constant_time_eq v0.3.0
18092024-08-16T03:42:49.600Z Compiling arrayref v0.3.7
18102024-08-16T03:42:51.587Z Compiling tough v0.17.1
18112024-08-16T03:42:51.772Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18122024-08-16T03:42:52.255Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18132024-08-16T03:42:54.812Z Compiling itertools v0.13.0
18142024-08-16T03:42:55.218Z Compiling cargo-platform v0.1.8
18152024-08-16T03:42:56.311Z Compiling parse-size v1.0.0
18162024-08-16T03:42:56.608Z Compiling topological-sort v0.2.2
18172024-08-16T03:42:56.883Z Compiling omicron-zone-package v0.11.0
18182024-08-16T03:42:57.123Z Compiling cargo_metadata v0.18.1
18192024-08-16T03:42:58.543Z Compiling shell-words v1.1.0
18202024-08-16T03:43:04.120Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18212024-08-16T03:43:16.754Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18222024-08-16T03:43:31.042Z Finished `release` profile [optimized] target(s) in 4m 39s
18232024-08-16T03:43:31.186Z Running `target/release/omicron-releng --output-dir /work`
18242024-08-16T03:43:31.228ZAug 16 03:43:30.056 DEBG changing working directory to /work/oxidecomputer/omicron
18252024-08-16T03:43:31.317ZAug 16 03:43:30.147 DEBG running: git rev-parse HEAD
18262024-08-16T03:43:31.324ZAug 16 03:43:30.154 DEBG process exited with exit status: 0 (6.283753ms)
18272024-08-16T03:43:31.324ZAug 16 03:43:30.154 INFO version: 10.0.0-0.ci+gitf6a6b398a6c
18282024-08-16T03:43:31.363ZAug 16 03:43:30.193 INFO cloning helios to /work/oxidecomputer/helios
18292024-08-16T03:43:31.363ZAug 16 03:43:30.193 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18302024-08-16T03:43:31.368ZCloning into '/work/oxidecomputer/helios'...
18312024-08-16T03:43:31.803ZAug 16 03:43:30.633 DEBG process exited with exit status: 0 (439.694799ms)
18322024-08-16T03:43:31.803ZAug 16 03:43:30.633 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18332024-08-16T03:43:31.810Z# branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70
18342024-08-16T03:43:31.810Z# branch.head master
18352024-08-16T03:43:31.810Z# branch.upstream origin/master
18362024-08-16T03:43:31.810Z# branch.ab +0 -0
18372024-08-16T03:43:31.813ZAug 16 03:43:30.641 DEBG process exited with exit status: 0 (7.997655ms)
18382024-08-16T03:43:31.813ZAug 16 03:43:30.641 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18392024-08-16T03:43:32.505ZAug 16 03:43:31.335 DEBG process exited with exit status: 0 (693.484491ms)
18402024-08-16T03:43:32.505ZAug 16 03:43:31.335 DEBG running: zfs list rpool/images/build/host
18412024-08-16T03:43:32.511ZNAME USED AVAIL REFER MOUNTPOINT
18422024-08-16T03:43:32.511Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18432024-08-16T03:43:32.515ZAug 16 03:43:31.342 DEBG process exited with exit status: 0 (6.998033ms)
18442024-08-16T03:43:32.515ZAug 16 03:43:31.342 DEBG running: zfs list rpool/images/build/recovery
18452024-08-16T03:43:32.521ZNAME USED AVAIL REFER MOUNTPOINT
18462024-08-16T03:43:32.521Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18472024-08-16T03:43:32.523ZAug 16 03:43:31.348 DEBG process exited with exit status: 0 (6.145927ms)
18482024-08-16T03:43:32.524ZAug 16 03:43:31.349 INFO [hubris-production] running task
18492024-08-16T03:43:32.524ZAug 16 03:43:31.349 INFO [hubris-staging] running task
18502024-08-16T03:43:32.524ZAug 16 03:43:31.350 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18512024-08-16T03:43:32.524ZAug 16 03:43:31.353 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
18522024-08-16T03:43:32.590Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18532024-08-16T03:43:33.021Z[ omicron-package] Blocking waiting for file lock on package cache
18542024-08-16T03:43:33.738ZAug 16 03:43:32.569 INFO [hubris-production] task succeeded (1.219373063s)
18552024-08-16T03:43:33.770Z[ omicron-package] Blocking waiting for file lock on package cache
18562024-08-16T03:43:34.003Z[ omicron-package] Blocking waiting for file lock on package cache
18572024-08-16T03:43:34.843Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18582024-08-16T03:43:34.843Z[ omicron-package] Compiling heapless v0.8.0
18592024-08-16T03:43:34.846Z[ omicron-package] Compiling hash32 v0.3.1
18602024-08-16T03:43:34.846Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18612024-08-16T03:43:34.846Z[ omicron-package] Compiling smoltcp v0.11.0
18622024-08-16T03:43:34.846Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18632024-08-16T03:43:34.846Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18642024-08-16T03:43:34.846Z[ omicron-package] Compiling embedded-io v0.4.0
18652024-08-16T03:43:35.489Z[ omicron-package] Compiling cobs v0.2.3
18662024-08-16T03:43:35.940Z[ omicron-package] Compiling postcard v1.0.8
18672024-08-16T03:43:36.124Z[ omicron-package] Compiling num_enum_derive v0.5.11
18682024-08-16T03:43:36.478Z[ omicron-package] Compiling proc-macro-error v1.0.4
18692024-08-16T03:43:36.478Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18702024-08-16T03:43:36.480Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18712024-08-16T03:43:36.642Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18722024-08-16T03:43:37.184Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18732024-08-16T03:43:37.355Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18742024-08-16T03:43:38.080Z[ omicron-package] Compiling tabwriter v1.4.0
18752024-08-16T03:43:38.144Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18762024-08-16T03:43:38.256Z[ omicron-package] Compiling cstr-argument v0.1.2
18772024-08-16T03:43:38.381Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18782024-08-16T03:43:39.084Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18792024-08-16T03:43:39.231Z[ omicron-package] Compiling foreign-types v0.5.0
18802024-08-16T03:43:39.406Z[ omicron-package] Compiling pretty-hex v0.2.1
18812024-08-16T03:43:39.530Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18822024-08-16T03:43:39.725Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18832024-08-16T03:43:39.863Z[ omicron-package] Compiling colored v2.1.0
18842024-08-16T03:43:40.084Z[ omicron-package] Compiling num_enum v0.5.11
18852024-08-16T03:43:40.511Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18862024-08-16T03:43:40.611Z[ omicron-package] Compiling socket2 v0.4.10
18872024-08-16T03:43:40.640Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18882024-08-16T03:43:41.364Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18892024-08-16T03:43:41.476Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18902024-08-16T03:43:41.513Z[ omicron-package] Compiling sigpipe v0.1.3
18912024-08-16T03:43:41.715Z[ omicron-package] Compiling num-derive v0.4.2
18922024-08-16T03:43:42.235Z[ omicron-package] Compiling libefi-sys v0.1.0
18932024-08-16T03:43:42.493Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18942024-08-16T03:43:42.553Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18952024-08-16T03:43:42.890ZAug 16 03:43:41.722 INFO [hubris-staging] task succeeded (10.372351812s)
18962024-08-16T03:43:43.031Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18972024-08-16T03:43:43.710Z[ omicron-package] Compiling smf v0.2.3
18982024-08-16T03:43:43.866Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18992024-08-16T03:43:43.960Z[ omicron-package] Compiling bitfield-struct v0.6.1
19002024-08-16T03:43:44.040Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19012024-08-16T03:43:45.081Z[ omicron-package] Compiling portable-atomic v1.6.0
19022024-08-16T03:43:45.880Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19032024-08-16T03:43:46.715Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19042024-08-16T03:43:47.266Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19052024-08-16T03:43:48.536Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19062024-08-16T03:43:48.830Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19072024-08-16T03:43:49.335Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19082024-08-16T03:43:50.137Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19092024-08-16T03:43:50.360Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19102024-08-16T03:43:50.420Z[ omicron-package] Compiling gethostname v0.5.0
19112024-08-16T03:43:50.865Z[ omicron-package] Compiling number_prefix v0.4.0
19122024-08-16T03:43:51.334Z[ omicron-package] Compiling indicatif v0.17.8
19132024-08-16T03:43:53.834Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19142024-08-16T03:43:56.767Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19152024-08-16T03:43:57.248Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19162024-08-16T03:43:58.689Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19172024-08-16T03:44:14.521Z[ helios-setup] Aug 16 03:44:13.355 INFO helios repository root is: /work/oxidecomputer/helios
19182024-08-16T03:44:14.524Z[ helios-setup] Aug 16 03:44:13.357 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19192024-08-16T03:44:14.524Z[ helios-setup] Aug 16 03:44:13.357 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
19202024-08-16T03:44:14.524Z[ helios-setup] Aug 16 03:44:13.357 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19212024-08-16T03:44:14.528Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19222024-08-16T03:44:15.501Z[ helios-setup] Aug 16 03:44:14.336 INFO clone ok!, project: bootserver
19232024-08-16T03:44:15.504Z[ helios-setup] Aug 16 03:44:14.336 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19242024-08-16T03:44:15.504Z[ helios-setup] Aug 16 03:44:14.336 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
19252024-08-16T03:44:15.504Z[ helios-setup] Aug 16 03:44:14.336 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19262024-08-16T03:44:15.507Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19272024-08-16T03:44:16.044Z[ helios-setup] Aug 16 03:44:14.878 INFO clone ok!, project: image-builder
19282024-08-16T03:44:16.047Z[ helios-setup] Aug 16 03:44:14.878 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
19292024-08-16T03:44:16.047Z[ helios-setup] Aug 16 03:44:14.878 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19302024-08-16T03:44:16.049Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19312024-08-16T03:44:16.787Z[ helios-setup] Aug 16 03:44:15.622 INFO clone ok!, project: pilot
19322024-08-16T03:44:16.790Z[ helios-setup] Aug 16 03:44:15.622 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
19332024-08-16T03:44:16.790Z[ helios-setup] Aug 16 03:44:15.622 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
19342024-08-16T03:44:16.795Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19352024-08-16T03:44:17.495Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.96s
19362024-08-16T03:44:17.583Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19372024-08-16T03:44:17.588Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19382024-08-16T03:44:17.708Z[ omicron-package]
19392024-08-16T03:44:17.708Z[ omicron-package] real 45.151912827
19402024-08-16T03:44:17.711Z[ omicron-package] user 2:41.646501431
19412024-08-16T03:44:17.711Z[ omicron-package] sys 21.935633544
19422024-08-16T03:44:17.711Z[ omicron-package] trap 0.162731180
19432024-08-16T03:44:17.711Z[ omicron-package] tflt 0.338120580
19442024-08-16T03:44:17.711Z[ omicron-package] dflt 0.608255339
19452024-08-16T03:44:17.711Z[ omicron-package] kflt 0.009331812
19462024-08-16T03:44:17.711Z[ omicron-package] lock 5:42.716148673
19472024-08-16T03:44:17.711Z[ omicron-package] slp 9:12.626976227
19482024-08-16T03:44:17.711Z[ omicron-package] lat 1:33.951960256
19492024-08-16T03:44:17.711ZAug 16 03:44:16.543 INFO [omicron-package] process exited with exit status: 0 (45.189887746s)[ omicron-package] stop 51.087014824
19502024-08-16T03:44:17.711Z
19512024-08-16T03:44:17.711ZAug 16 03:44:16.543 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
19522024-08-16T03:44:17.754ZAug 16 03:44:16.588 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19532024-08-16T03:44:17.764Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19542024-08-16T03:44:17.766Z[ host-target] Created new build target 'host' and set it as active
19552024-08-16T03:44:17.768ZAug 16 03:44:16.601 INFO [host-target] process exited with exit status: 0 (57.855652ms)
19562024-08-16T03:44:17.768ZAug 16 03:44:16.601 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19572024-08-16T03:44:17.771Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19582024-08-16T03:44:17.771Z[ recovery-target] Created new build target 'recovery' and set it as active
19592024-08-16T03:44:17.774ZAug 16 03:44:16.606 INFO [recovery-target] process exited with exit status: 0 (17.884181ms)
19602024-08-16T03:44:17.778Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19612024-08-16T03:44:18.873Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19622024-08-16T03:44:18.873Z[ host-package] Compiling camino v1.1.7
19632024-08-16T03:44:18.873Z[ host-package] Compiling password-hash v0.5.0
19642024-08-16T03:44:18.875Z[ host-package] Compiling blake2 v0.10.6
19652024-08-16T03:44:18.875Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19662024-08-16T03:44:18.875Z[ host-package] Compiling derive-where v1.2.7
19672024-08-16T03:44:18.875Z[ host-package] Compiling humantime v2.1.0
19682024-08-16T03:44:19.002Z[ host-package] Compiling newline-converter v0.3.0
19692024-08-16T03:44:19.181Z[ host-package] Compiling expectorate v1.1.0
19702024-08-16T03:44:19.229Z[ host-package] Compiling toml v0.8.19
19712024-08-16T03:44:19.437Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19722024-08-16T03:44:19.893Z[ host-package] Compiling argon2 v0.5.3
19732024-08-16T03:44:19.913Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19742024-08-16T03:44:19.935Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19752024-08-16T03:44:20.011Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19762024-08-16T03:44:20.160Z[ host-package] Compiling dirs-sys-next v0.1.2
19772024-08-16T03:44:20.322Z[ host-package] Compiling convert_case v0.4.0
19782024-08-16T03:44:20.681Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19792024-08-16T03:44:20.884Z[ host-package] Compiling dirs-next v2.0.0
19802024-08-16T03:44:21.134Z[ host-package] Compiling prettyplease v0.2.20
19812024-08-16T03:44:21.168Z[ host-package] Compiling term v0.7.0
19822024-08-16T03:44:21.213Z[ host-package] Compiling derive_more v0.99.18
19832024-08-16T03:44:21.256Z[ host-package] Compiling semver v0.1.20
19842024-08-16T03:44:21.476Z[ host-package] Compiling is-terminal v0.4.12
19852024-08-16T03:44:21.638Z[ host-package] Compiling rustc_version v0.1.7
19862024-08-16T03:44:21.845Z[ host-package] Compiling home v0.5.9
19872024-08-16T03:44:22.083Z[ host-package] Compiling newtype_derive v0.1.6
19882024-08-16T03:44:22.104Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19892024-08-16T03:44:22.298Z[ host-package] Compiling rustls-pki-types v1.7.0
19902024-08-16T03:44:22.499Z[ host-package] Compiling slog-dtrace v0.3.0
19912024-08-16T03:44:22.663Z[ host-package] Compiling steno v0.4.1
19922024-08-16T03:44:22.949Z[ host-package] Compiling rustls-webpki v0.102.4
19932024-08-16T03:44:23.070Z[ host-package] Compiling rustls v0.22.4
19942024-08-16T03:44:23.106Z[ host-package] Compiling thread_local v1.1.8
19952024-08-16T03:44:23.644Z[ host-package] Compiling match_cfg v0.1.0
19962024-08-16T03:44:23.762Z[ host-package] Compiling linked-hash-map v0.5.6
19972024-08-16T03:44:24.096Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
19982024-08-16T03:44:24.109Z[ helios-setup] Aug 16 03:44:22.944 INFO clone ok!, project: amd-host-image-builder
19992024-08-16T03:44:24.112Z[ helios-setup] Aug 16 03:44:22.945 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
20002024-08-16T03:44:24.112Z[ helios-setup] Aug 16 03:44:22.945 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20012024-08-16T03:44:24.115Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20022024-08-16T03:44:24.231Z[ host-package] Compiling lru-cache v0.1.2
20032024-08-16T03:44:24.988Z[ host-package] Compiling hostname v0.3.1
20042024-08-16T03:44:25.589Z[ host-package] Compiling multer v3.1.0
20052024-08-16T03:44:25.661Z[ host-package] Compiling slog-async v2.8.0
20062024-08-16T03:44:25.755Z[ host-package] Compiling slog-json v2.6.1
20072024-08-16T03:44:26.174Z[ host-package] Compiling crossbeam-channel v0.5.12
20082024-08-16T03:44:26.406Z[ host-package] Compiling http v1.1.0
20092024-08-16T03:44:26.891Z[ host-package] Compiling take_mut v0.2.2
20102024-08-16T03:44:27.071Z[ host-package] Compiling atomic-waker v1.1.2
20112024-08-16T03:44:27.271Z[ host-package] Compiling waitgroup v0.1.2
20122024-08-16T03:44:27.509Z[ host-package] Compiling slog-bunyan v2.5.0
20132024-08-16T03:44:27.730Z[ host-package] Compiling slog-term v2.9.1
20142024-08-16T03:44:28.219Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20152024-08-16T03:44:28.844Z[ host-package] Compiling rustls-pemfile v2.1.3
20162024-08-16T03:44:28.844Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
20172024-08-16T03:44:28.936Z[ host-package] Compiling async-stream v0.3.5
20182024-08-16T03:44:29.239Z[ host-package] Compiling tokio-rustls v0.25.0
20192024-08-16T03:44:29.290Z[ host-package] Compiling newtype-uuid v1.1.0
20202024-08-16T03:44:29.317Z[ host-package] Compiling ipnetwork v0.20.0
20212024-08-16T03:44:29.344Z[ host-package] Compiling serde_path_to_error v0.1.16
20222024-08-16T03:44:29.633Z[ host-package] Compiling hostname v0.4.0
20232024-08-16T03:44:29.692Z[ host-package] Compiling instant v0.1.12
20242024-08-16T03:44:29.859Z[ host-package] Compiling debug-ignore v1.0.5
20252024-08-16T03:44:29.879Z[ host-package] Compiling backoff v0.4.0
20262024-08-16T03:44:30.023Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20272024-08-16T03:44:30.245Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20282024-08-16T03:44:30.364Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20292024-08-16T03:44:30.694Z[ host-package] Compiling parse-display v0.10.0
20302024-08-16T03:44:30.796Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20312024-08-16T03:44:30.990Z[ host-package] Compiling serde_with v3.8.3
20322024-08-16T03:44:31.121Z[ helios-setup] Aug 16 03:44:29.955 INFO clone ok!, project: amd-firmware
20332024-08-16T03:44:31.123Z[ helios-setup] Aug 16 03:44:29.955 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
20342024-08-16T03:44:31.123Z[ helios-setup] Aug 16 03:44:29.955 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20352024-08-16T03:44:31.126Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20362024-08-16T03:44:31.333Z[ host-package] Compiling strum v0.26.3
20372024-08-16T03:44:31.536Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20382024-08-16T03:44:31.946Z[ helios-setup] Aug 16 03:44:30.781 INFO clone ok!, project: pinprick
20392024-08-16T03:44:31.948Z[ helios-setup] Aug 16 03:44:30.781 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
20402024-08-16T03:44:31.948Z[ helios-setup] Aug 16 03:44:30.781 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20412024-08-16T03:44:31.951Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20422024-08-16T03:44:32.699Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20432024-08-16T03:44:32.803Z[ helios-setup] Aug 16 03:44:31.637 INFO clone ok!, project: phbl
20442024-08-16T03:44:32.806Z[ helios-setup] Aug 16 03:44:31.637 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
20452024-08-16T03:44:32.806Z[ helios-setup] Aug 16 03:44:31.637 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20462024-08-16T03:44:32.808Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20472024-08-16T03:44:32.952Z[ host-package] Compiling num-rational v0.4.2
20482024-08-16T03:44:33.681Z[ host-package] Compiling num-complex v0.4.6
20492024-08-16T03:44:33.810Z[ helios-setup] Aug 16 03:44:32.646 INFO clone ok!, project: chelsio-t6-roms
20502024-08-16T03:44:33.812Z[ helios-setup] Aug 16 03:44:32.646 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20512024-08-16T03:44:33.812Z[ helios-setup] Aug 16 03:44:32.646 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20522024-08-16T03:44:34.604Z[ helios-setup] Aug 16 03:44:33.440 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20532024-08-16T03:44:34.776Z[ host-package] Compiling macaddr v1.0.1
20542024-08-16T03:44:34.872Z[ host-package] Compiling swrite v0.1.0
20552024-08-16T03:44:34.921Z[ host-package] Compiling num v0.4.3
20562024-08-16T03:44:35.111Z[ helios-setup] Aug 16 03:44:33.947 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20572024-08-16T03:44:35.113Z[ helios-setup] Aug 16 03:44:33.947 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20582024-08-16T03:44:35.268Z[ host-package] Compiling utf-8 v0.7.6
20592024-08-16T03:44:35.327Z[ host-package] Compiling float-ord v0.3.2
20602024-08-16T03:44:35.603Z[ host-package] Compiling quick-error v1.2.3
20612024-08-16T03:44:35.607Z[ helios-setup] Aug 16 03:44:34.443 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20622024-08-16T03:44:35.780Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20632024-08-16T03:44:35.818Z[ host-package] Compiling resolv-conf v0.7.0
20642024-08-16T03:44:36.182Z[ helios-setup] Aug 16 03:44:35.017 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20652024-08-16T03:44:36.182Z[ helios-setup] Aug 16 03:44:35.018 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20662024-08-16T03:44:36.718Z[ helios-setup] Aug 16 03:44:35.553 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20672024-08-16T03:44:37.246Z[ helios-setup] Aug 16 03:44:36.081 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20682024-08-16T03:44:37.249Z[ helios-setup] Aug 16 03:44:36.081 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20692024-08-16T03:44:37.249Z[ helios-setup] Aug 16 03:44:36.081 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20702024-08-16T03:44:37.249Z[ helios-setup] Aug 16 03:44:36.081 INFO ok!
20712024-08-16T03:44:37.249Z[ helios-setup] Aug 16 03:44:36.081 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20722024-08-16T03:44:37.249Z[ helios-setup] Aug 16 03:44:36.081 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20732024-08-16T03:44:37.249Z[ helios-setup] Aug 16 03:44:36.081 INFO ok!
20742024-08-16T03:44:37.249Z[ helios-setup] Aug 16 03:44:36.081 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20752024-08-16T03:44:37.250Z[ helios-setup] Aug 16 03:44:36.081 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20762024-08-16T03:44:37.250Z[ helios-setup] Aug 16 03:44:36.081 INFO ok!
20772024-08-16T03:44:37.250Z[ helios-setup] Aug 16 03:44:36.081 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
20782024-08-16T03:44:37.250Z[ helios-setup] Aug 16 03:44:36.081 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
20792024-08-16T03:44:37.563Z[ helios-setup] Aug 16 03:44:36.399 INFO E| Downloading crates ...
20802024-08-16T03:44:37.737Z[ helios-setup] Aug 16 03:44:36.573 INFO E| Downloaded digest v0.10.3
20812024-08-16T03:44:37.768Z[ helios-setup] Aug 16 03:44:36.604 INFO E| Downloaded unicode-width v0.1.10
20822024-08-16T03:44:37.771Z[ helios-setup] Aug 16 03:44:36.606 INFO E| Downloaded sha2 v0.10.5
20832024-08-16T03:44:37.773Z[ helios-setup] Aug 16 03:44:36.608 INFO E| Downloaded cpufeatures v0.2.5
20842024-08-16T03:44:37.776Z[ helios-setup] Aug 16 03:44:36.610 INFO E| Downloaded bytes v1.2.1
20852024-08-16T03:44:37.778Z[ helios-setup] Aug 16 03:44:36.615 INFO E| Downloaded anyhow v1.0.62
20862024-08-16T03:44:37.784Z[ helios-setup] Aug 16 03:44:36.620 INFO E| Downloaded typenum v1.15.0
20872024-08-16T03:44:37.787Z[ helios-setup] Aug 16 03:44:36.623 INFO E| Downloaded flate2 v1.0.25
20882024-08-16T03:44:37.795Z[ helios-setup] Aug 16 03:44:36.630 INFO E| Downloaded miniz_oxide v0.6.2
20892024-08-16T03:44:37.797Z[ host-package] Compiling hickory-resolver v0.24.1
20902024-08-16T03:44:37.797Z[ helios-setup] Aug 16 03:44:36.633 INFO E| Downloaded generic-array v0.14.6
20912024-08-16T03:44:37.800Z[ helios-setup] Aug 16 03:44:36.635 INFO E| Downloaded block-buffer v0.10.3
20922024-08-16T03:44:37.823Z[ host-package] Compiling rayon-core v1.12.1
20932024-08-16T03:44:37.866Z[ helios-setup] Aug 16 03:44:36.702 INFO E| Compiling version_check v0.9.4
20942024-08-16T03:44:37.874Z[ helios-setup] Aug 16 03:44:36.711 INFO E| Compiling typenum v1.15.0
20952024-08-16T03:44:37.874Z[ helios-setup] Aug 16 03:44:36.711 INFO E| Compiling cfg-if v1.0.0
20962024-08-16T03:44:37.877Z[ helios-setup] Aug 16 03:44:36.711 INFO E| Compiling crc32fast v1.3.2
20972024-08-16T03:44:37.877Z[ helios-setup] Aug 16 03:44:36.711 INFO E| Compiling anyhow v1.0.62
20982024-08-16T03:44:37.877Z[ helios-setup] Aug 16 03:44:36.711 INFO E| Compiling adler v1.0.2
20992024-08-16T03:44:37.877Z[ helios-setup] Aug 16 03:44:36.711 INFO E| Compiling cpufeatures v0.2.5
21002024-08-16T03:44:37.877Z[ helios-setup] Aug 16 03:44:36.711 INFO E| Compiling unicode-width v0.1.10
21012024-08-16T03:44:37.879Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21022024-08-16T03:44:38.118Z[ host-package] Compiling crossbeam-deque v0.8.5
21032024-08-16T03:44:38.478Z[ helios-setup] Aug 16 03:44:37.314 INFO E| Compiling bytes v1.2.1
21042024-08-16T03:44:38.506Z[ helios-setup] Aug 16 03:44:37.342 INFO E| Compiling bitflags v1.3.2
21052024-08-16T03:44:38.642Z[ helios-setup] Aug 16 03:44:37.478 INFO E| Compiling miniz_oxide v0.6.2
21062024-08-16T03:44:38.684Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
21072024-08-16T03:44:38.815Z[ helios-setup] Aug 16 03:44:37.650 INFO E| Compiling getopts v0.2.21
21082024-08-16T03:44:38.886Z[ host-package] Compiling half v2.4.1
21092024-08-16T03:44:40.234Z[ helios-setup] Aug 16 03:44:39.070 INFO E| Compiling generic-array v0.14.6
21102024-08-16T03:44:40.357Z[ host-package] Compiling same-file v1.0.6
21112024-08-16T03:44:40.380Z[ helios-setup] Aug 16 03:44:39.216 INFO E| Compiling flate2 v1.0.25
21122024-08-16T03:44:41.189Z[ host-package] Compiling display-error-chain v0.2.0
21132024-08-16T03:44:41.567Z[ host-package] Compiling ciborium-io v0.2.2
21142024-08-16T03:44:41.939Z[ host-package] Compiling fastrand v2.1.0
21152024-08-16T03:44:42.789Z[ host-package] Compiling tempfile v3.10.1
21162024-08-16T03:44:43.822Z[ host-package] Compiling ciborium-ll v0.2.2
21172024-08-16T03:44:44.080Z[ helios-setup] Aug 16 03:44:42.917 INFO E| Compiling crypto-common v0.1.6
21182024-08-16T03:44:44.080Z[ helios-setup] Aug 16 03:44:42.917 INFO E| Compiling block-buffer v0.10.3
21192024-08-16T03:44:44.289Z[ helios-setup] Aug 16 03:44:43.125 INFO E| Compiling digest v0.10.3
21202024-08-16T03:44:44.446Z[ host-package] Compiling walkdir v2.5.0
21212024-08-16T03:44:44.695Z[ helios-setup] Aug 16 03:44:43.531 INFO E| Compiling sha2 v0.10.5
21222024-08-16T03:44:45.170Z[ helios-setup] Aug 16 03:44:44.006 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
21232024-08-16T03:44:46.436Z[ host-package] Compiling blake3 v1.5.1
21242024-08-16T03:44:47.297Z[ host-package] Compiling ring v0.16.20
21252024-08-16T03:44:47.432Z[ host-package] Compiling rayon v1.10.0
21262024-08-16T03:44:48.960Z[ host-package] Compiling ciborium v0.2.2
21272024-08-16T03:44:50.410Z[ helios-setup] Aug 16 03:44:49.246 INFO E| Finished `release` profile [optimized] target(s) in 13.08s
21282024-08-16T03:44:50.424Z[ helios-setup] Aug 16 03:44:49.260 INFO building project "bootserver" ok (13 seconds)
21292024-08-16T03:44:50.424Z[ helios-setup] Aug 16 03:44:49.261 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
21302024-08-16T03:44:50.424Z[ helios-setup] Aug 16 03:44:49.261 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
21312024-08-16T03:44:50.740Z[ helios-setup] Aug 16 03:44:49.576 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
21322024-08-16T03:44:51.322Z[ helios-setup] Aug 16 03:44:50.158 INFO E| From https://github.com/jclulow/rust-jmclib
21332024-08-16T03:44:51.334Z[ helios-setup] Aug 16 03:44:50.158 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
21342024-08-16T03:44:51.345Z[ helios-setup] Aug 16 03:44:50.183 INFO E| Updating crates.io index
21352024-08-16T03:44:51.475Z[ helios-setup] Aug 16 03:44:50.313 INFO E| Downloading crates ...
21362024-08-16T03:44:51.599Z[ helios-setup] Aug 16 03:44:50.436 INFO E| Downloaded block-buffer v0.9.0
21372024-08-16T03:44:51.602Z[ helios-setup] Aug 16 03:44:50.438 INFO E| Downloaded cpufeatures v0.2.9
21382024-08-16T03:44:51.639Z[ helios-setup] Aug 16 03:44:50.476 INFO E| Downloaded bitflags v2.3.3
21392024-08-16T03:44:51.649Z[ helios-setup] Aug 16 03:44:50.487 INFO E| Downloaded ryu v1.0.15
21402024-08-16T03:44:51.654Z[ helios-setup] Aug 16 03:44:50.491 INFO E| Downloaded opaque-debug v0.3.0
21412024-08-16T03:44:51.656Z[ helios-setup] Aug 16 03:44:50.493 INFO E| Downloaded digest v0.9.0
21422024-08-16T03:44:51.659Z[ helios-setup] Aug 16 03:44:50.495 INFO E| Downloaded libdevinfo-sys v1.0.0
21432024-08-16T03:44:51.659Z[ helios-setup] Aug 16 03:44:50.496 INFO E| Downloaded md-5 v0.9.1
21442024-08-16T03:44:51.661Z[ helios-setup] Aug 16 03:44:50.498 INFO E| Downloaded fastrand v2.0.0
21452024-08-16T03:44:51.664Z[ helios-setup] Aug 16 03:44:50.501 INFO E| Downloaded errno v0.3.1
21462024-08-16T03:44:51.666Z[ helios-setup] Aug 16 03:44:50.503 INFO E| Downloaded sha-1 v0.9.8
21472024-08-16T03:44:51.684Z[ helios-setup] Aug 16 03:44:50.521 INFO E| Downloaded walkdir v2.3.3
21482024-08-16T03:44:51.687Z[ helios-setup] Aug 16 03:44:50.525 INFO E| Downloaded once_cell v1.18.0
21492024-08-16T03:44:51.689Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21502024-08-16T03:44:51.711Z[ helios-setup] Aug 16 03:44:50.548 INFO E| Downloaded quote v1.0.31
21512024-08-16T03:44:51.714Z[ helios-setup] Aug 16 03:44:50.552 INFO E| Downloaded uuid v0.8.2
21522024-08-16T03:44:51.723Z[ helios-setup] Aug 16 03:44:50.557 INFO E| Downloaded unicode-ident v1.0.11
21532024-08-16T03:44:51.726Z[ helios-setup] Aug 16 03:44:50.561 INFO E| Downloaded typenum v1.16.0
21542024-08-16T03:44:51.728Z[ helios-setup] Aug 16 03:44:50.565 INFO E| Downloaded serde v1.0.193
21552024-08-16T03:44:51.734Z[ helios-setup] Aug 16 03:44:50.572 INFO E| Downloaded toml v0.5.11
21562024-08-16T03:44:51.738Z[ helios-setup] Aug 16 03:44:50.575 INFO E| Downloaded tempfile v3.7.0
21572024-08-16T03:44:51.741Z[ helios-setup] Aug 16 03:44:50.579 INFO E| Downloaded serde_derive v1.0.193
21582024-08-16T03:44:51.745Z[ helios-setup] Aug 16 03:44:50.583 INFO E| Downloaded proc-macro2 v1.0.66
21592024-08-16T03:44:51.749Z[ helios-setup] Aug 16 03:44:50.586 INFO E| Downloaded serde_json v1.0.103
21602024-08-16T03:44:51.761Z[ helios-setup] Aug 16 03:44:50.599 INFO E| Downloaded syn v2.0.32
21612024-08-16T03:44:51.776Z[ helios-setup] Aug 16 03:44:50.614 INFO E| Downloaded getrandom v0.2.10
21622024-08-16T03:44:51.781Z[ helios-setup] Aug 16 03:44:50.619 INFO E| Downloaded rustix v0.38.4
21632024-08-16T03:44:51.814Z[ helios-setup] Aug 16 03:44:50.652 INFO E| Downloaded anyhow v1.0.72
21642024-08-16T03:44:51.820Z[ helios-setup] Aug 16 03:44:50.657 INFO E| Downloaded itoa v1.0.9
21652024-08-16T03:44:51.844Z[ helios-setup] Aug 16 03:44:50.681 INFO E| Downloaded libc v0.2.147
21662024-08-16T03:44:52.112Z[ helios-setup] Aug 16 03:44:50.949 INFO E| Compiling libc v0.2.147
21672024-08-16T03:44:52.112Z[ helios-setup] Aug 16 03:44:50.949 INFO E| Compiling proc-macro2 v1.0.66
21682024-08-16T03:44:52.114Z[ helios-setup] Aug 16 03:44:50.949 INFO E| Compiling unicode-ident v1.0.11
21692024-08-16T03:44:52.115Z[ helios-setup] Aug 16 03:44:50.949 INFO E| Compiling cfg-if v1.0.0
21702024-08-16T03:44:52.115Z[ helios-setup] Aug 16 03:44:50.950 INFO E| Compiling typenum v1.16.0
21712024-08-16T03:44:52.115Z[ helios-setup] Aug 16 03:44:50.950 INFO E| Compiling version_check v0.9.4
21722024-08-16T03:44:52.115Z[ helios-setup] Aug 16 03:44:50.950 INFO E| Compiling serde v1.0.193
21732024-08-16T03:44:52.115Z[ helios-setup] Aug 16 03:44:50.950 INFO E| Compiling powerfmt v0.2.0
21742024-08-16T03:44:52.392Z[ helios-setup] Aug 16 03:44:51.228 INFO E| Compiling itoa v1.0.9
21752024-08-16T03:44:52.831Z[ helios-setup] Aug 16 03:44:51.668 INFO E| Compiling time-core v0.1.2
21762024-08-16T03:44:52.947Z[ helios-setup] Aug 16 03:44:51.785 INFO E| Compiling slog v2.7.0
21772024-08-16T03:44:53.109Z[ helios-setup] Aug 16 03:44:51.947 INFO E| Compiling num-conv v0.1.0
21782024-08-16T03:44:53.328Z[ helios-setup] Aug 16 03:44:52.166 INFO E| Compiling rustix v0.38.4
21792024-08-16T03:44:53.467Z[ helios-setup] Aug 16 03:44:52.304 INFO E| Compiling deranged v0.3.11
21802024-08-16T03:44:53.745Z[ helios-setup] Aug 16 03:44:52.582 INFO E| Compiling time-macros v0.2.18
21812024-08-16T03:44:53.745Z[ helios-setup] Aug 16 03:44:52.582 INFO E| Compiling generic-array v0.14.7
21822024-08-16T03:44:54.028Z[ helios-setup] Aug 16 03:44:52.865 INFO E| Compiling once_cell v1.18.0
21832024-08-16T03:44:54.710Z[ host-package] Compiling xattr v1.3.1
21842024-08-16T03:44:54.809Z[ helios-setup] Aug 16 03:44:53.647 INFO E| Compiling quote v1.0.31
21852024-08-16T03:44:55.317Z[ helios-setup] Aug 16 03:44:54.155 INFO E| Compiling num_threads v0.1.6
21862024-08-16T03:44:55.325Z[ host-package] Compiling memmap2 v0.9.4
21872024-08-16T03:44:55.729Z[ helios-setup] Aug 16 03:44:54.567 INFO E| Compiling syn v2.0.32
21882024-08-16T03:44:56.013Z[ helios-setup] Aug 16 03:44:54.850 INFO E| Compiling dirs-sys-next v0.1.2
21892024-08-16T03:44:56.235Z[ helios-setup] Aug 16 03:44:55.073 INFO E| Compiling errno v0.3.1
21902024-08-16T03:44:56.352Z[ host-package] Compiling filetime v0.2.24
21912024-08-16T03:44:56.562Z[ helios-setup] Aug 16 03:44:55.400 INFO E| Compiling dirs-next v2.0.0
21922024-08-16T03:44:56.675Z[ helios-setup] Aug 16 03:44:55.513 INFO E| Compiling bitflags v2.3.3
21932024-08-16T03:44:56.959Z[ helios-setup] Aug 16 03:44:55.797 INFO E| Compiling term v0.7.0
21942024-08-16T03:44:56.996Z[ helios-setup] Aug 16 03:44:55.834 INFO E| Compiling atty v0.2.14
21952024-08-16T03:44:57.134Z[ host-package] Compiling arrayvec v0.7.4
21962024-08-16T03:44:57.407Z[ helios-setup] Aug 16 03:44:56.245 INFO E| Compiling thread_local v1.1.7
21972024-08-16T03:44:57.567Z[ helios-setup] Aug 16 03:44:56.404 INFO E| Compiling anyhow v1.0.72
21982024-08-16T03:44:57.971Z[ host-package] Compiling spin v0.5.2
21992024-08-16T03:44:58.141Z[ host-package] Compiling constant_time_eq v0.3.0
22002024-08-16T03:44:58.434Z[ host-package] Compiling cancel-safe-futures v0.1.5
22012024-08-16T03:44:58.600Z[ helios-setup] Aug 16 03:44:57.438 INFO E| Compiling opaque-debug v0.3.0
22022024-08-16T03:44:58.686Z[ helios-setup] Aug 16 03:44:57.523 INFO E| Compiling fastrand v2.0.0
22032024-08-16T03:44:58.738Z[ host-package] Compiling untrusted v0.7.1
22042024-08-16T03:44:58.766Z[ helios-setup] Aug 16 03:44:57.604 INFO E| Compiling serde_json v1.0.103
22052024-08-16T03:44:59.211Z[ host-package] Compiling arrayref v0.3.7
22062024-08-16T03:44:59.314Z[ helios-setup] Aug 16 03:44:58.152 INFO E| Compiling time v0.3.36
22072024-08-16T03:44:59.537Z[ helios-setup] Aug 16 03:44:58.375 INFO E| Compiling getrandom v0.2.10
22082024-08-16T03:44:59.687Z[ helios-setup] Aug 16 03:44:58.524 INFO E| Compiling cpufeatures v0.2.9
22092024-08-16T03:44:59.777Z[ helios-setup] Aug 16 03:44:58.615 INFO E| Compiling ryu v1.0.15
22102024-08-16T03:45:00.204Z[ helios-setup] Aug 16 03:44:59.041 INFO E| Compiling tempfile v3.7.0
22112024-08-16T03:45:00.216Z[ helios-setup] Aug 16 03:44:59.053 INFO E| Compiling unicode-width v0.1.10
22122024-08-16T03:45:00.257Z[ helios-setup] Aug 16 03:44:59.095 INFO E| Compiling same-file v1.0.6
22132024-08-16T03:45:00.463Z[ helios-setup] Aug 16 03:44:59.301 INFO E| Compiling getopts v0.2.21
22142024-08-16T03:45:00.593Z[ helios-setup] Aug 16 03:44:59.431 INFO E| Compiling walkdir v2.3.3
22152024-08-16T03:45:01.317Z[ helios-setup] Aug 16 03:45:00.155 INFO E| Compiling block-buffer v0.9.0
22162024-08-16T03:45:01.426Z[ helios-setup] Aug 16 03:45:00.264 INFO E| Compiling digest v0.9.0
22172024-08-16T03:45:01.710Z[ host-package] Compiling tar v0.4.41
22182024-08-16T03:45:01.814Z[ helios-setup] Aug 16 03:45:00.653 INFO E| Compiling sha-1 v0.9.8
22192024-08-16T03:45:01.927Z[ helios-setup] Aug 16 03:45:00.766 INFO E| Compiling md-5 v0.9.1
22202024-08-16T03:45:01.984Z[ helios-setup] Aug 16 03:45:00.821 INFO E| Compiling glob v0.3.1
22212024-08-16T03:45:02.352Z[ helios-setup] Aug 16 03:45:01.190 INFO E| Compiling libdevinfo-sys v1.0.0
22222024-08-16T03:45:03.064Z[ helios-setup] Aug 16 03:45:01.902 INFO E| Compiling slog-term v2.9.0
22232024-08-16T03:45:04.311Z[ helios-setup] Aug 16 03:45:03.150 INFO E| Compiling serde_derive v1.0.193
22242024-08-16T03:45:04.628Z[ host-package] Compiling toolchain_find v0.4.0
22252024-08-16T03:45:05.055Z[ host-package] Compiling camino-tempfile v1.1.1
22262024-08-16T03:45:05.299Z[ host-package] Compiling nibble_vec v0.1.0
22272024-08-16T03:45:05.709Z[ host-package] Compiling atty v0.2.14
22282024-08-16T03:45:05.853Z[ host-package] Compiling maplit v1.0.2
22292024-08-16T03:45:05.951Z[ host-package] Compiling topological-sort v0.2.2
22302024-08-16T03:45:06.068Z[ host-package] Compiling crunchy v0.2.2
22312024-08-16T03:45:06.250Z[ host-package] Compiling glob v0.3.1
22322024-08-16T03:45:06.642Z[ host-package] Compiling endian-type v0.1.2
22332024-08-16T03:45:06.910Z[ host-package] Compiling radix_trie v0.2.1
22342024-08-16T03:45:07.269Z[ host-package] Compiling clang-sys v1.7.0
22352024-08-16T03:45:07.964Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22362024-08-16T03:45:08.090Z[ host-package] Compiling omicron-zone-package v0.11.0
22372024-08-16T03:45:08.112Z[ host-package] Compiling rustfmt-wrapper v0.2.1
22382024-08-16T03:45:09.630Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22392024-08-16T03:45:10.090Z[ host-package] Compiling tungstenite v0.21.0
22402024-08-16T03:45:10.802Z[ host-package] Compiling tiny-keccak v2.0.2
22412024-08-16T03:45:11.398Z[ host-package] Compiling tokio-tungstenite v0.21.0
22422024-08-16T03:45:12.283Z[ host-package] Compiling dsl_auto_type v0.1.2
22432024-08-16T03:45:12.921Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22442024-08-16T03:45:13.512Z[ host-package] Compiling scheduled-thread-pool v0.2.7
22452024-08-16T03:45:13.991Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
22462024-08-16T03:45:14.030Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22472024-08-16T03:45:14.539Z[ host-package] Compiling arc-swap v1.7.1
22482024-08-16T03:45:15.031Z[ host-package] Compiling diesel_derives v2.2.2
22492024-08-16T03:45:15.356Z[ host-package] Compiling slog-scope v4.4.0
22502024-08-16T03:45:15.641Z[ host-package] Compiling r2d2 v0.8.10
22512024-08-16T03:45:16.420Z[ host-package] Compiling ascii-canvas v3.0.0
22522024-08-16T03:45:16.760Z[ host-package] Compiling ena v0.14.3
22532024-08-16T03:45:17.094Z[ host-package] Compiling libloading v0.8.3
22542024-08-16T03:45:17.290Z[ host-package] Compiling regex-syntax v0.6.29
22552024-08-16T03:45:17.588Z[ host-package] Compiling bindgen v0.69.4
22562024-08-16T03:45:18.211Z[ host-package] Compiling diff v0.1.13
22572024-08-16T03:45:18.705Z[ helios-setup] Aug 16 03:45:17.544 INFO E| Compiling toml v0.5.11
22582024-08-16T03:45:18.705Z[ helios-setup] Aug 16 03:45:17.544 INFO E| Compiling uuid v0.8.2
22592024-08-16T03:45:21.014Z[ helios-setup] Aug 16 03:45:19.854 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
22602024-08-16T03:45:23.982Z[ host-package] Compiling lalrpop v0.19.12
22612024-08-16T03:45:24.152Z[ helios-setup] Aug 16 03:45:22.992 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
22622024-08-16T03:45:29.178Z[ host-package] Compiling diesel v2.2.2
22632024-08-16T03:45:31.100Z[ host-package] Compiling slog-stdlog v4.1.1
22642024-08-16T03:45:31.333Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22652024-08-16T03:45:32.086Z[ host-package] Compiling which v4.4.2
22662024-08-16T03:45:32.600Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22672024-08-16T03:45:32.678Z[ host-package] Compiling cexpr v0.6.0
22682024-08-16T03:45:32.835Z[ host-package] Compiling libsw v3.3.1
22692024-08-16T03:45:33.388Z[ host-package] Compiling owo-colors v4.0.0
22702024-08-16T03:45:33.410Z[ host-package] Compiling rustc-hash v1.1.0
22712024-08-16T03:45:33.629Z[ host-package] Compiling ref-cast v1.0.23
22722024-08-16T03:45:34.349Z[ host-package] Compiling shlex v1.3.0
22732024-08-16T03:45:34.809Z[ host-package] Compiling lazycell v1.3.0
22742024-08-16T03:45:35.031Z[ host-package] Compiling linear-map v1.2.0
22752024-08-16T03:45:36.368Z[ host-package] Compiling slog-envlogger v2.2.0
22762024-08-16T03:45:36.952Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22772024-08-16T03:45:37.615Z[ helios-setup] Aug 16 03:45:36.457 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.11s
22782024-08-16T03:45:37.647Z[ helios-setup] Aug 16 03:45:36.489 INFO building project "image-builder" ok (47 seconds)
22792024-08-16T03:45:37.647Z[ helios-setup] Aug 16 03:45:36.489 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
22802024-08-16T03:45:37.651Z[ helios-setup] Aug 16 03:45:36.489 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
22812024-08-16T03:45:38.153Z[ helios-setup] Aug 16 03:45:36.994 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
22822024-08-16T03:45:38.598Z[ helios-setup] Aug 16 03:45:37.439 INFO E| From https://github.com/jclulow/hiercmd
22832024-08-16T03:45:38.598Z[ helios-setup] Aug 16 03:45:37.439 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
22842024-08-16T03:45:38.619Z[ helios-setup] Aug 16 03:45:37.461 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
22852024-08-16T03:45:38.677Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22862024-08-16T03:45:39.154Z[ helios-setup] Aug 16 03:45:37.995 INFO E| From https://github.com/jclulow/network-interface
22872024-08-16T03:45:39.155Z[ helios-setup] Aug 16 03:45:37.996 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
22882024-08-16T03:45:39.174Z[ helios-setup] Aug 16 03:45:38.016 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
22892024-08-16T03:45:39.619Z[ helios-setup] Aug 16 03:45:38.461 INFO E| From https://github.com/oxidecomputer/boot-image-tools
22902024-08-16T03:45:39.619Z[ helios-setup] Aug 16 03:45:38.461 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
22912024-08-16T03:45:39.655Z[ helios-setup] Aug 16 03:45:38.496 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
22922024-08-16T03:45:40.375Z[ helios-setup] Aug 16 03:45:39.216 INFO E| From https://github.com/oxidecomputer/facade
22932024-08-16T03:45:40.375Z[ helios-setup] Aug 16 03:45:39.217 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
22942024-08-16T03:45:40.451Z[ helios-setup] Aug 16 03:45:39.293 INFO E| Updating crates.io index
22952024-08-16T03:45:40.545Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22962024-08-16T03:45:40.938Z[ helios-setup] Aug 16 03:45:39.779 INFO E| Downloading crates ...
22972024-08-16T03:45:40.942Z[ host-package] Compiling derive_builder_core v0.20.0
22982024-08-16T03:45:41.154Z[ helios-setup] Aug 16 03:45:39.996 INFO E| Downloaded dyn-clone v1.0.11
22992024-08-16T03:45:41.157Z[ helios-setup] Aug 16 03:45:39.999 INFO E| Downloaded const-random-macro v0.1.15
23002024-08-16T03:45:41.161Z[ helios-setup] Aug 16 03:45:40.001 INFO E| Downloaded autocfg v1.1.0
23012024-08-16T03:45:41.163Z[ helios-setup] Aug 16 03:45:40.003 INFO E| Downloaded project-root v0.2.2
23022024-08-16T03:45:41.163Z[ helios-setup] Aug 16 03:45:40.005 INFO E| Downloaded concolor-query v0.3.3
23032024-08-16T03:45:41.166Z[ helios-setup] Aug 16 03:45:40.007 INFO E| Downloaded anstyle v0.3.5
23042024-08-16T03:45:41.204Z[ helios-setup] Aug 16 03:45:40.045 INFO E| Downloaded serde_path_to_error v0.1.11
23052024-08-16T03:45:41.206Z[ helios-setup] Aug 16 03:45:40.048 INFO E| Downloaded semver-parser v0.10.2
23062024-08-16T03:45:41.211Z[ helios-setup] Aug 16 03:45:40.053 INFO E| Downloaded byteorder v1.4.3
23072024-08-16T03:45:41.214Z[ helios-setup] Aug 16 03:45:40.056 INFO E| Downloaded want v0.3.0
23082024-08-16T03:45:41.218Z[ helios-setup] Aug 16 03:45:40.057 INFO E| Downloaded cargo-lock v8.0.3
23092024-08-16T03:45:41.221Z[ helios-setup] Aug 16 03:45:40.063 INFO E| Downloaded try-lock v0.2.4
23102024-08-16T03:45:41.223Z[ helios-setup] Aug 16 03:45:40.064 INFO E| Downloaded is-terminal v0.4.7
23112024-08-16T03:45:41.226Z[ helios-setup] Aug 16 03:45:40.067 INFO E| Downloaded crossbeam-deque v0.8.2
23122024-08-16T03:45:41.228Z[ helios-setup] Aug 16 03:45:40.070 INFO E| Downloaded strsim v0.10.0
23132024-08-16T03:45:41.231Z[ helios-setup] Aug 16 03:45:40.072 INFO E| Downloaded paste v1.0.12
23142024-08-16T03:45:41.237Z[ helios-setup] Aug 16 03:45:40.079 INFO E| Downloaded tokio-macros v2.0.0
23152024-08-16T03:45:41.240Z[ helios-setup] Aug 16 03:45:40.082 INFO E| Downloaded time v0.1.45
23162024-08-16T03:45:41.243Z[ helios-setup] Aug 16 03:45:40.085 INFO E| Downloaded tokio-rustls v0.24.0
23172024-08-16T03:45:41.247Z[ helios-setup] Aug 16 03:45:40.089 INFO E| Downloaded rustls-pemfile v1.0.2
23182024-08-16T03:45:41.250Z[ helios-setup] Aug 16 03:45:40.092 INFO E| Downloaded uuid v1.3.0
23192024-08-16T03:45:41.258Z[ helios-setup] Aug 16 03:45:40.100 INFO E| Downloaded ucd-trie v0.1.5
23202024-08-16T03:45:41.262Z[ helios-setup] Aug 16 03:45:40.104 INFO E| Downloaded tempfile v3.5.0
23212024-08-16T03:45:41.266Z[ helios-setup] Aug 16 03:45:40.108 INFO E| Downloaded toolchain_find v0.2.0
23222024-08-16T03:45:41.270Z[ helios-setup] Aug 16 03:45:40.111 INFO E| Downloaded crossbeam-utils v0.8.14
23232024-08-16T03:45:41.273Z[ helios-setup] Aug 16 03:45:40.115 INFO E| Downloaded slog-bunyan v2.4.0
23242024-08-16T03:45:41.276Z[ helios-setup] Aug 16 03:45:40.118 INFO E| Downloaded once_cell v1.17.0
23252024-08-16T03:45:41.281Z[ helios-setup] Aug 16 03:45:40.123 INFO E| Downloaded unsafe-libyaml v0.2.8
23262024-08-16T03:45:41.288Z[ helios-setup] Aug 16 03:45:40.130 INFO E| Downloaded percent-encoding v2.2.0
23272024-08-16T03:45:41.294Z[ helios-setup] Aug 16 03:45:40.131 INFO E| Downloaded unicode-linebreak v0.1.4
23282024-08-16T03:45:41.296Z[ helios-setup] Aug 16 03:45:40.135 INFO E| Downloaded slab v0.4.7
23292024-08-16T03:45:41.296Z[ helios-setup] Aug 16 03:45:40.138 INFO E| Downloaded smartstring v1.0.1
23302024-08-16T03:45:41.302Z[ helios-setup] Aug 16 03:45:40.143 INFO E| Downloaded clap_lex v0.4.1
23312024-08-16T03:45:41.306Z[ helios-setup] Aug 16 03:45:40.145 INFO E| Downloaded tracing v0.1.37
23322024-08-16T03:45:41.311Z[ helios-setup] Aug 16 03:45:40.153 INFO E| Downloaded async-trait v0.1.68
23332024-08-16T03:45:41.319Z[ helios-setup] Aug 16 03:45:40.161 INFO E| Downloaded toml_edit v0.19.8
23342024-08-16T03:45:41.354Z[ helios-setup] Aug 16 03:45:40.196 INFO E| Downloaded unicode-ident v1.0.8
23352024-08-16T03:45:41.359Z[ helios-setup] Aug 16 03:45:40.201 INFO E| Downloaded winnow v0.4.1
23362024-08-16T03:45:41.376Z[ helios-setup] Aug 16 03:45:40.218 INFO E| Downloaded url v2.3.1
23372024-08-16T03:45:41.381Z[ helios-setup] Aug 16 03:45:40.223 INFO E| Downloaded unicode-normalization v0.1.22
23382024-08-16T03:45:41.389Z[ helios-setup] Aug 16 03:45:40.230 INFO E| Downloaded ryu v1.0.13
23392024-08-16T03:45:41.395Z[ helios-setup] Aug 16 03:45:40.237 INFO E| Downloaded syn v2.0.72
23402024-08-16T03:45:41.418Z[ helios-setup] Aug 16 03:45:40.258 INFO E| Downloaded cc v1.0.78
23412024-08-16T03:45:41.422Z[ helios-setup] Aug 16 03:45:40.262 INFO E| Downloaded rayon-core v1.10.2
23422024-08-16T03:45:41.427Z[ helios-setup] Aug 16 03:45:40.268 INFO E| Downloaded parking_lot_core v0.9.6
23432024-08-16T03:45:41.430Z[ helios-setup] Aug 16 03:45:40.272 INFO E| Downloaded tokio v1.27.0
23442024-08-16T03:45:41.488Z[ helios-setup] Aug 16 03:45:40.329 INFO E| Downloaded parking_lot v0.12.1
23452024-08-16T03:45:41.491Z[ helios-setup] Aug 16 03:45:40.333 INFO E| Downloaded rustls-webpki v0.100.1
23462024-08-16T03:45:41.502Z[ helios-setup] Aug 16 03:45:40.344 INFO E| Downloaded aho-corasick v0.7.20
23472024-08-16T03:45:41.510Z[ helios-setup] Aug 16 03:45:40.352 INFO E| Downloaded memchr v2.5.0
23482024-08-16T03:45:41.518Z[ helios-setup] Aug 16 03:45:40.360 INFO E| Downloaded schemars v0.8.12
23492024-08-16T03:45:41.542Z[ helios-setup] Aug 16 03:45:40.383 INFO E| Downloaded http v0.2.9
23502024-08-16T03:45:41.548Z[ helios-setup] Aug 16 03:45:40.390 INFO E| Downloaded pest v2.5.7
23512024-08-16T03:45:41.557Z[ helios-setup] Aug 16 03:45:40.399 INFO E| Downloaded mio v0.8.5
23522024-08-16T03:45:41.568Z[ helios-setup] Aug 16 03:45:40.410 INFO E| Downloaded crossbeam-channel v0.5.6
23532024-08-16T03:45:41.576Z[ helios-setup] Aug 16 03:45:40.418 INFO E| Downloaded bytes v1.4.0
23542024-08-16T03:45:41.583Z[ helios-setup] Aug 16 03:45:40.425 INFO E| Downloaded base64 v0.21.0
23552024-08-16T03:45:41.589Z[ helios-setup] Aug 16 03:45:40.431 INFO E| Downloaded clap_builder v4.2.1
23562024-08-16T03:45:41.600Z[ helios-setup] Aug 16 03:45:40.442 INFO E| Downloaded syn v1.0.107
23572024-08-16T03:45:41.617Z[ helios-setup] Aug 16 03:45:40.459 INFO E| Downloaded futures-util v0.3.28
23582024-08-16T03:45:41.638Z[ helios-setup] Aug 16 03:45:40.480 INFO E| Downloaded reqwest v0.11.16
23592024-08-16T03:45:41.651Z[ helios-setup] Aug 16 03:45:40.493 INFO E| Downloaded rayon v1.6.1
23602024-08-16T03:45:41.666Z[ helios-setup] Aug 16 03:45:40.508 INFO E| Downloaded hyper v0.14.25
23612024-08-16T03:45:41.678Z[ helios-setup] Aug 16 03:45:40.520 INFO E| Downloaded git2 v0.16.1
23622024-08-16T03:45:41.692Z[ helios-setup] Aug 16 03:45:40.534 INFO E| Downloaded regress v0.5.0
23632024-08-16T03:45:41.715Z[ helios-setup] Aug 16 03:45:40.557 INFO E| Downloaded rustix v0.37.3
23642024-08-16T03:45:41.744Z[ helios-setup] Aug 16 03:45:40.586 INFO E| Downloaded rustls v0.21.0
23652024-08-16T03:45:41.763Z[ helios-setup] Aug 16 03:45:40.605 INFO E| Downloaded openapiv3 v1.0.2
23662024-08-16T03:45:41.782Z[ helios-setup] Aug 16 03:45:40.624 INFO E| Downloaded rhai v1.14.0
23672024-08-16T03:45:41.800Z[ helios-setup] Aug 16 03:45:40.641 INFO E| Downloaded regex v1.7.3
23682024-08-16T03:45:41.815Z[ helios-setup] Aug 16 03:45:40.657 INFO E| Downloaded h2 v0.3.16
23692024-08-16T03:45:41.827Z[ helios-setup] Aug 16 03:45:40.668 INFO E| Downloaded chrono v0.4.24
23702024-08-16T03:45:41.837Z[ helios-setup] Aug 16 03:45:40.679 INFO E| Downloaded rhai_codegen v1.5.0
23712024-08-16T03:45:41.851Z[ helios-setup] Aug 16 03:45:40.693 INFO E| Downloaded libc v0.2.139
23722024-08-16T03:45:41.890Z[ helios-setup] Aug 16 03:45:40.732 INFO E| Downloaded io-lifetimes v1.0.10
23732024-08-16T03:45:41.893Z[ helios-setup] Aug 16 03:45:40.735 INFO E| Downloaded futures v0.3.28
23742024-08-16T03:45:41.901Z[ helios-setup] Aug 16 03:45:40.743 INFO E| Downloaded crossbeam-epoch v0.9.13
23752024-08-16T03:45:41.905Z[ helios-setup] Aug 16 03:45:40.747 INFO E| Downloaded clap v4.2.1
23762024-08-16T03:45:41.919Z[ helios-setup] Aug 16 03:45:40.761 INFO E| Downloaded unicode-bidi v0.3.13
23772024-08-16T03:45:41.922Z[ helios-setup] Aug 16 03:45:40.764 INFO E| Downloaded tracing-core v0.1.30
23782024-08-16T03:45:41.927Z[ helios-setup] Aug 16 03:45:40.768 INFO E| Downloaded textwrap v0.16.0
23792024-08-16T03:45:41.930Z[ helios-setup] Aug 16 03:45:40.771 INFO E| Downloaded num-traits v0.2.15
23802024-08-16T03:45:41.933Z[ helios-setup] Aug 16 03:45:40.775 INFO E| Downloaded ipnet v2.7.2
23812024-08-16T03:45:41.935Z[ helios-setup] Aug 16 03:45:40.777 INFO E| Downloaded built v0.6.0
23822024-08-16T03:45:41.937Z[ helios-setup] Aug 16 03:45:40.779 INFO E| Downloaded tungstenite v0.18.0
23832024-08-16T03:45:41.942Z[ helios-setup] Aug 16 03:45:40.784 INFO E| Downloaded toml v0.7.3
23842024-08-16T03:45:41.946Z[ helios-setup] Aug 16 03:45:40.788 INFO E| Downloaded serde_yaml v0.9.21
23852024-08-16T03:45:41.952Z[ helios-setup] Aug 16 03:45:40.794 INFO E| Downloaded serde_json v1.0.95
23862024-08-16T03:45:41.964Z[ helios-setup] Aug 16 03:45:40.806 INFO E| Downloaded rustfmt-wrapper v0.2.0
23872024-08-16T03:45:41.966Z[ helios-setup] Aug 16 03:45:40.807 INFO E| Downloaded pin-project-lite v0.2.9
23882024-08-16T03:45:41.972Z[ helios-setup] Aug 16 03:45:40.814 INFO E| Downloaded log v0.4.17
23892024-08-16T03:45:41.975Z[ helios-setup] Aug 16 03:45:40.817 INFO E| Downloaded getrandom v0.2.8
23902024-08-16T03:45:42.003Z[ helios-setup] Aug 16 03:45:40.845 INFO E| Downloaded futures-channel v0.3.28
23912024-08-16T03:45:42.006Z[ helios-setup] Aug 16 03:45:40.848 INFO E| Downloaded tokio-util v0.7.7
23922024-08-16T03:45:42.017Z[ helios-setup] Aug 16 03:45:40.859 INFO E| Downloaded socket2 v0.4.9
23932024-08-16T03:45:42.020Z[ helios-setup] Aug 16 03:45:40.862 INFO E| Downloaded encoding_rs v0.8.32
23942024-08-16T03:45:42.054Z[ helios-setup] Aug 16 03:45:40.896 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
23952024-08-16T03:45:42.057Z[ helios-setup] Aug 16 03:45:40.899 INFO E| Downloaded proc-macro-crate v1.2.1
23962024-08-16T03:45:42.059Z[ helios-setup] Aug 16 03:45:40.901 INFO E| Downloaded num_enum_derive v0.5.7
23972024-08-16T03:45:42.062Z[ helios-setup] Aug 16 03:45:40.904 INFO E| Downloaded futures-io v0.3.28
23982024-08-16T03:45:42.065Z[ helios-setup] Aug 16 03:45:40.906 INFO E| Downloaded ahash v0.8.3
23992024-08-16T03:45:42.068Z[ helios-setup] Aug 16 03:45:40.910 INFO E| Downloaded ahash v0.7.6
24002024-08-16T03:45:42.072Z[ helios-setup] Aug 16 03:45:40.914 INFO E| Downloaded clap_derive v4.2.0
24012024-08-16T03:45:42.075Z[ helios-setup] Aug 16 03:45:40.917 INFO E| Downloaded tokio-tungstenite v0.18.0
24022024-08-16T03:45:42.079Z[ helios-setup] Aug 16 03:45:40.921 INFO E| Downloaded thiserror v1.0.38
24032024-08-16T03:45:42.085Z[ helios-setup] Aug 16 03:45:40.927 INFO E| Downloaded schemars_derive v0.8.12
24042024-08-16T03:45:42.088Z[ helios-setup] Aug 16 03:45:40.930 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24052024-08-16T03:45:42.179Z[ helios-setup] Aug 16 03:45:41.021 INFO E| Downloaded pkg-config v0.3.26
24062024-08-16T03:45:42.182Z[ helios-setup] Aug 16 03:45:41.024 INFO E| Downloaded num_cpus v1.15.0
24072024-08-16T03:45:42.186Z[ helios-setup] Aug 16 03:45:41.028 INFO E| Downloaded futures-sink v0.3.28
24082024-08-16T03:45:42.188Z[ helios-setup] Aug 16 03:45:41.029 INFO E| Downloaded camino v1.1.4
24092024-08-16T03:45:42.191Z[ helios-setup] Aug 16 03:45:41.033 INFO E| Downloaded toml_datetime v0.6.1
24102024-08-16T03:45:42.193Z[ helios-setup] Aug 16 03:45:41.034 INFO E| Downloaded terminal_size v0.2.6
24112024-08-16T03:45:42.195Z[ helios-setup] Aug 16 03:45:41.036 INFO E| Downloaded num-integer v0.1.45
24122024-08-16T03:45:42.198Z[ helios-setup] Aug 16 03:45:41.039 INFO E| Downloaded futures-task v0.3.28
24132024-08-16T03:45:42.200Z[ helios-setup] Aug 16 03:45:41.041 INFO E| Downloaded memoffset v0.7.1
24142024-08-16T03:45:42.202Z[ helios-setup] Aug 16 03:45:41.043 INFO E| Downloaded jobserver v0.1.26
24152024-08-16T03:45:42.205Z[ helios-setup] Aug 16 03:45:41.046 INFO E| Downloaded futures-core v0.3.28
24162024-08-16T03:45:42.207Z[ helios-setup] Aug 16 03:45:41.048 INFO E| Downloaded form_urlencoded v1.1.0
24172024-08-16T03:45:42.209Z[ helios-setup] Aug 16 03:45:41.050 INFO E| Downloaded sha2 v0.10.6
24182024-08-16T03:45:42.212Z[ helios-setup] Aug 16 03:45:41.054 INFO E| Downloaded bincode v1.3.3
24192024-08-16T03:45:42.216Z[ helios-setup] Aug 16 03:45:41.057 INFO E| Downloaded lock_api v0.4.9
24202024-08-16T03:45:42.218Z[ helios-setup] Aug 16 03:45:41.060 INFO E| Downloaded libz-sys v1.1.8
24212024-08-16T03:45:42.305Z[ helios-setup] Aug 16 03:45:41.147 INFO E| Downloaded anyhow v1.0.68
24222024-08-16T03:45:42.311Z[ helios-setup] Aug 16 03:45:41.153 INFO E| Downloaded serde v1.0.204
24232024-08-16T03:45:42.316Z[ helios-setup] Aug 16 03:45:41.158 INFO E| Downloaded either v1.8.0
24242024-08-16T03:45:42.318Z[ helios-setup] Aug 16 03:45:41.160 INFO E| Downloaded digest v0.10.6
24252024-08-16T03:45:42.321Z[ helios-setup] Aug 16 03:45:41.163 INFO E| Downloaded const-random v0.1.15
24262024-08-16T03:45:42.323Z[ helios-setup] Aug 16 03:45:41.164 INFO E| Downloaded serde_spanned v0.6.1
24272024-08-16T03:45:42.325Z[ helios-setup] Aug 16 03:45:41.166 INFO E| Downloaded thiserror-impl v1.0.38
24282024-08-16T03:45:42.327Z[ helios-setup] Aug 16 03:45:41.167 INFO E| Downloaded smawk v0.3.1
24292024-08-16T03:45:42.327Z[ helios-setup] Aug 16 03:45:41.170 INFO E| Downloaded smallvec v1.10.0
24302024-08-16T03:45:42.343Z[ helios-setup] Aug 16 03:45:41.185 INFO E| Downloaded anstyle-parse v0.1.1
24312024-08-16T03:45:42.345Z[ helios-setup] Aug 16 03:45:41.187 INFO E| Downloaded serde_derive_internals v0.26.0
24322024-08-16T03:45:42.348Z[ helios-setup] Aug 16 03:45:41.189 INFO E| Downloaded num_enum v0.5.7
24332024-08-16T03:45:42.366Z[ helios-setup] Aug 16 03:45:41.208 INFO E| Downloaded iana-time-zone v0.1.56
24342024-08-16T03:45:42.369Z[ helios-setup] Aug 16 03:45:41.211 INFO E| Downloaded futures-macro v0.3.28
24352024-08-16T03:45:42.371Z[ helios-setup] Aug 16 03:45:41.212 INFO E| Downloaded futures-executor v0.3.28
24362024-08-16T03:45:42.374Z[ helios-setup] Aug 16 03:45:41.214 INFO E| Downloaded anstream v0.2.6
24372024-08-16T03:45:42.376Z[ helios-setup] Aug 16 03:45:41.217 INFO E| Downloaded itoa v1.0.6
24382024-08-16T03:45:42.378Z[ helios-setup] Aug 16 03:45:41.219 INFO E| Downloaded slog-async v2.7.0
24392024-08-16T03:45:42.381Z[ helios-setup] Aug 16 03:45:41.221 INFO E| Downloaded signal-hook-registry v1.4.0
24402024-08-16T03:45:42.383Z[ helios-setup] Aug 16 03:45:41.223 INFO E| Downloaded sha1 v0.10.5
24412024-08-16T03:45:42.383Z[ helios-setup] Aug 16 03:45:41.225 INFO E| Downloaded serde_tokenstream v0.2.0
24422024-08-16T03:45:42.404Z[ helios-setup] Aug 16 03:45:41.245 INFO E| Downloaded serde_derive v1.0.204
24432024-08-16T03:45:42.408Z[ helios-setup] Aug 16 03:45:41.250 INFO E| Downloaded semver v1.0.17
24442024-08-16T03:45:42.411Z[ helios-setup] Aug 16 03:45:41.253 INFO E| Downloaded home v0.5.4
24452024-08-16T03:45:42.417Z[ helios-setup] Aug 16 03:45:41.255 INFO E| Downloaded semver v0.11.0
24462024-08-16T03:45:42.420Z[ helios-setup] Aug 16 03:45:41.257 INFO E| Downloaded sct v0.7.0
24472024-08-16T03:45:42.423Z[ helios-setup] Aug 16 03:45:41.263 INFO E| Downloaded scopeguard v1.1.0
24482024-08-16T03:45:42.426Z[ helios-setup] Aug 16 03:45:41.265 INFO E| Downloaded lazy_static v1.4.0
24492024-08-16T03:45:42.426Z[ helios-setup] Aug 16 03:45:41.267 INFO E| Downloaded httpdate v1.0.2
24502024-08-16T03:45:42.429Z[ helios-setup] Aug 16 03:45:41.269 INFO E| Downloaded http-body v0.4.5
24512024-08-16T03:45:42.432Z[ helios-setup] Aug 16 03:45:41.271 INFO E| Downloaded fastrand v1.9.0
24522024-08-16T03:45:42.432Z[ helios-setup] Aug 16 03:45:41.273 INFO E| Downloaded concolor-override v1.0.0
24532024-08-16T03:45:42.785Z[ helios-setup] Aug 16 03:45:41.627 INFO E| Compiling proc-macro2 v1.0.86
24542024-08-16T03:45:42.788Z[ helios-setup] Aug 16 03:45:41.627 INFO E| Compiling libc v0.2.139
24552024-08-16T03:45:42.788Z[ helios-setup] Aug 16 03:45:41.627 INFO E| Compiling unicode-ident v1.0.8
24562024-08-16T03:45:42.788Z[ helios-setup] Aug 16 03:45:41.628 INFO E| Compiling autocfg v1.1.0
24572024-08-16T03:45:42.788Z[ helios-setup] Aug 16 03:45:41.628 INFO E| Compiling cfg-if v1.0.0
24582024-08-16T03:45:42.788Z[ helios-setup] Aug 16 03:45:41.628 INFO E| Compiling version_check v0.9.4
24592024-08-16T03:45:42.788Z[ helios-setup] Aug 16 03:45:41.628 INFO E| Compiling serde v1.0.204
24602024-08-16T03:45:42.788Z[ helios-setup] Aug 16 03:45:41.628 INFO E| Compiling syn v1.0.107
24612024-08-16T03:45:43.416Z[ helios-setup] Aug 16 03:45:42.258 INFO E| Compiling memchr v2.5.0
24622024-08-16T03:45:43.578Z[ host-package] Compiling headers-core v0.2.0
24632024-08-16T03:45:43.953Z[ host-package] Compiling fxhash v0.2.1
24642024-08-16T03:45:44.405Z[ host-package] Compiling libxml v0.3.3
24652024-08-16T03:45:44.544Z[ helios-setup] Aug 16 03:45:43.386 INFO E| Compiling once_cell v1.17.0
24662024-08-16T03:45:44.685Z[ helios-setup] Aug 16 03:45:43.527 INFO E| Compiling log v0.4.17
24672024-08-16T03:45:44.793Z[ helios-setup] Aug 16 03:45:43.635 INFO E| Compiling thiserror v1.0.38
24682024-08-16T03:45:45.430Z[ helios-setup] Aug 16 03:45:44.273 INFO E| Compiling itoa v1.0.6
24692024-08-16T03:45:45.480Z[ helios-setup] Aug 16 03:45:44.322 INFO E| Compiling serde_json v1.0.95
24702024-08-16T03:45:45.580Z[ host-package] Compiling ref-cast-impl v1.0.23
24712024-08-16T03:45:46.282Z[ helios-setup] Aug 16 03:45:45.125 INFO E| Compiling getrandom v0.2.8
24722024-08-16T03:45:46.336Z[ helios-setup] Aug 16 03:45:45.179 INFO E| Compiling jobserver v0.1.26
24732024-08-16T03:45:46.354Z[ host-package] Compiling headers v0.3.9
24742024-08-16T03:45:46.389Z[ helios-setup] Aug 16 03:45:45.231 INFO E| Compiling quote v1.0.36
24752024-08-16T03:45:47.165Z[ helios-setup] Aug 16 03:45:46.007 INFO E| Compiling syn v2.0.72
24762024-08-16T03:45:47.317Z[ helios-setup] Aug 16 03:45:46.159 INFO E| Compiling cc v1.0.78
24772024-08-16T03:45:47.822Z[ helios-setup] Aug 16 03:45:46.663 INFO E| Compiling indexmap v1.9.3
24782024-08-16T03:45:47.891Z[ helios-setup] Aug 16 03:45:46.734 INFO E| Compiling scopeguard v1.1.0
24792024-08-16T03:45:48.225Z[ helios-setup] Aug 16 03:45:47.067 INFO E| Compiling pin-project-lite v0.2.9
24802024-08-16T03:45:48.345Z[ helios-setup] Aug 16 03:45:47.187 INFO E| Compiling num-integer v0.1.45
24812024-08-16T03:45:48.516Z[ helios-setup] Aug 16 03:45:47.358 INFO E| Compiling futures-core v0.3.28
24822024-08-16T03:45:48.700Z[ helios-setup] Aug 16 03:45:47.542 INFO E| Compiling bytes v1.4.0
24832024-08-16T03:45:49.140Z[ host-package] Compiling derive_builder_macro v0.20.0
24842024-08-16T03:45:49.467Z[ helios-setup] Aug 16 03:45:48.310 INFO E| Compiling ryu v1.0.13
24852024-08-16T03:45:50.392Z[ helios-setup] Aug 16 03:45:49.235 INFO E| Compiling lock_api v0.4.9
24862024-08-16T03:45:50.662Z[ helios-setup] Aug 16 03:45:49.505 INFO E| Compiling bitflags v1.3.2
24872024-08-16T03:45:50.862Z[ helios-setup] Aug 16 03:45:49.704 INFO E| Compiling parking_lot_core v0.9.6
24882024-08-16T03:45:50.909Z[ helios-setup] Aug 16 03:45:49.752 INFO E| Compiling typenum v1.16.0
24892024-08-16T03:45:51.205Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24902024-08-16T03:45:51.269Z[ helios-setup] Aug 16 03:45:50.112 INFO E| Compiling num_cpus v1.15.0
24912024-08-16T03:45:51.453Z[ helios-setup] Aug 16 03:45:50.296 INFO E| Compiling generic-array v0.14.6
24922024-08-16T03:45:51.936Z[ helios-setup] Aug 16 03:45:50.778 INFO E| Compiling slab v0.4.7
24932024-08-16T03:45:51.938Z[ helios-setup] Aug 16 03:45:50.779 INFO E| Compiling futures-channel v0.3.28
24942024-08-16T03:45:52.167Z[ helios-setup] Aug 16 03:45:51.010 INFO E| Compiling futures-task v0.3.28
24952024-08-16T03:45:52.423Z[ helios-setup] Aug 16 03:45:51.265 INFO E| Compiling futures-sink v0.3.28
24962024-08-16T03:45:52.766Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24972024-08-16T03:45:52.816Z[ helios-setup] Aug 16 03:45:51.652 INFO E| Compiling tokio v1.27.0
24982024-08-16T03:45:53.161Z[ helios-setup] Aug 16 03:45:52.002 INFO E| Compiling schemars v0.8.12
24992024-08-16T03:45:53.211Z[ helios-setup] Aug 16 03:45:52.054 INFO E| Compiling futures-util v0.3.28
25002024-08-16T03:45:53.378Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25012024-08-16T03:45:54.177Z[ helios-setup] Aug 16 03:45:53.020 INFO E| Compiling mio v0.8.5
25022024-08-16T03:45:54.180Z[ helios-setup] Aug 16 03:45:53.021 INFO E| Compiling socket2 v0.4.9
25032024-08-16T03:45:54.373Z[ helios-setup] Aug 16 03:45:53.215 INFO E| Compiling signal-hook-registry v1.4.0
25042024-08-16T03:45:54.602Z[ host-package] Compiling samael v0.0.15
25052024-08-16T03:45:54.658Z[ helios-setup] Aug 16 03:45:53.501 INFO E| Compiling ahash v0.7.6
25062024-08-16T03:45:54.994Z[ helios-setup] Aug 16 03:45:53.837 INFO E| Compiling num-traits v0.2.15
25072024-08-16T03:45:54.997Z[ host-package] Compiling strum_macros v0.24.3
25082024-08-16T03:45:55.579Z[ helios-setup] Aug 16 03:45:54.422 INFO E| Compiling pin-utils v0.1.0
25092024-08-16T03:45:55.630Z[ helios-setup] Aug 16 03:45:54.473 INFO E| Compiling io-lifetimes v1.0.10
25102024-08-16T03:45:55.742Z[ helios-setup] Aug 16 03:45:54.556 INFO E| Compiling futures-io v0.3.28
25112024-08-16T03:45:56.536Z[ helios-setup] Aug 16 03:45:55.378 INFO E| Compiling crunchy v0.2.2
25122024-08-16T03:45:56.727Z[ host-package] Compiling unicase v2.7.0
25132024-08-16T03:45:57.468Z[ host-package] Compiling cookie v0.18.1
25142024-08-16T03:45:57.895Z[ helios-setup] Aug 16 03:45:56.738 INFO E| Compiling ahash v0.8.3
25152024-08-16T03:45:57.899Z[ helios-setup] Aug 16 03:45:56.739 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25162024-08-16T03:45:57.991Z[ host-package] Compiling indoc v1.0.9
25172024-08-16T03:45:58.707Z[ helios-setup] Aug 16 03:45:57.549 INFO E| Compiling serde_derive_internals v0.26.0
25182024-08-16T03:45:58.874Z[ helios-setup] Aug 16 03:45:57.717 INFO E| Compiling tiny-keccak v2.0.2
25192024-08-16T03:45:58.981Z[ helios-setup] Aug 16 03:45:57.824 INFO E| Compiling rustix v0.37.3
25202024-08-16T03:45:59.084Z[ helios-setup] Aug 16 03:45:57.927 INFO E| Compiling hashbrown v0.12.3
25212024-08-16T03:45:59.515Z[ host-package] Compiling polar-core v0.27.3
25222024-08-16T03:45:59.752Z[ helios-setup] Aug 16 03:45:58.595 INFO E| Compiling crypto-common v0.1.6
25232024-08-16T03:45:59.862Z[ host-package] Compiling derive_builder v0.20.0
25242024-08-16T03:46:00.083Z[ helios-setup] Aug 16 03:45:58.927 INFO E| Compiling block-buffer v0.10.3
25252024-08-16T03:46:00.788Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25262024-08-16T03:46:01.400Z[ helios-setup] Aug 16 03:46:00.243 INFO E| Compiling errno v0.3.1
25272024-08-16T03:46:01.518Z[ helios-setup] Aug 16 03:46:00.360 INFO E| Compiling slog v2.7.0
25282024-08-16T03:46:01.521Z[ helios-setup] Aug 16 03:46:00.360 INFO E| Compiling crossbeam-utils v0.8.14
25292024-08-16T03:46:01.793Z[ host-package] Compiling crossterm v0.28.1
25302024-08-16T03:46:01.862Z[ host-package] Compiling curve25519-dalek v4.1.3
25312024-08-16T03:46:01.951Z[ helios-setup] Aug 16 03:46:00.794 INFO E| Compiling fnv v1.0.7
25322024-08-16T03:46:02.163Z[ helios-setup] Aug 16 03:46:01.006 INFO E| Compiling pkg-config v0.3.26
25332024-08-16T03:46:02.515Z[ helios-setup] Aug 16 03:46:01.359 INFO E| Compiling http v0.2.9
25342024-08-16T03:46:02.955Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25352024-08-16T03:46:04.260Z[ helios-setup] Aug 16 03:46:03.103 INFO E| Compiling digest v0.10.6
25362024-08-16T03:46:05.347Z[ helios-setup] Aug 16 03:46:04.191 INFO E| Compiling aho-corasick v0.7.20
25372024-08-16T03:46:05.519Z[ helios-setup] Aug 16 03:46:04.363 INFO E| Compiling httparse v1.8.0
25382024-08-16T03:46:05.727Z[ helios-setup] Aug 16 03:46:04.571 INFO E| Compiling cpufeatures v0.2.5
25392024-08-16T03:46:06.332Z[ helios-setup] Aug 16 03:46:05.176 INFO E| Compiling regex-syntax v0.6.29
25402024-08-16T03:46:06.974Z[ helios-setup] Aug 16 03:46:05.818 INFO E| Compiling unicode-width v0.1.10
25412024-08-16T03:46:07.774Z[ host-package] Compiling oso-derive v0.27.3
25422024-08-16T03:46:07.863Z[ helios-setup] Aug 16 03:46:06.708 INFO E| Compiling heck v0.4.1
25432024-08-16T03:46:08.057Z[ helios-setup] Aug 16 03:46:06.900 INFO E| Compiling tinyvec_macros v0.1.1
25442024-08-16T03:46:08.069Z[ helios-setup] Aug 16 03:46:06.914 INFO E| Compiling anyhow v1.0.68
25452024-08-16T03:46:08.184Z[ helios-setup] Aug 16 03:46:07.029 INFO E| Compiling percent-encoding v2.2.0
25462024-08-16T03:46:08.520Z[ helios-setup] Aug 16 03:46:07.364 INFO E| Compiling thiserror-impl v1.0.38
25472024-08-16T03:46:08.697Z[ helios-setup] Aug 16 03:46:07.541 INFO E| Compiling schemars_derive v0.8.12
25482024-08-16T03:46:09.099Z[ helios-setup] Aug 16 03:46:07.943 INFO E| Compiling tinyvec v1.6.0
25492024-08-16T03:46:09.203Z[ host-package] Compiling libz-sys v1.1.16
25502024-08-16T03:46:09.345Z[ helios-setup] Aug 16 03:46:08.190 INFO E| Compiling serde_derive v1.0.204
25512024-08-16T03:46:09.364Z[ host-package] Compiling quick-xml v0.31.0
25522024-08-16T03:46:09.456Z[ helios-setup] Aug 16 03:46:08.301 INFO E| Compiling tokio-macros v2.0.0
25532024-08-16T03:46:09.746Z[ helios-setup] Aug 16 03:46:08.590 INFO E| Compiling futures-macro v0.3.28
25542024-08-16T03:46:10.789Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25552024-08-16T03:46:11.685Z[ helios-setup] Aug 16 03:46:10.529 INFO E| Compiling form_urlencoded v1.1.0
25562024-08-16T03:46:11.983Z[ host-package] Compiling keccak v0.1.5
25572024-08-16T03:46:12.672Z[ helios-setup] Aug 16 03:46:11.517 INFO E| Compiling const-random-macro v0.1.15
25582024-08-16T03:46:12.975Z[ helios-setup] Aug 16 03:46:11.819 INFO E| Compiling regex v1.7.3
25592024-08-16T03:46:14.364Z[ host-package] Compiling parking_lot_core v0.8.6
25602024-08-16T03:46:14.644Z[ helios-setup] Aug 16 03:46:13.489 INFO E| Compiling hashbrown v0.13.2
25612024-08-16T03:46:15.298Z[ helios-setup] Aug 16 03:46:14.142 INFO E| Compiling libz-sys v1.1.8
25622024-08-16T03:46:15.526Z[ host-package] Compiling sha3 v0.10.8
25632024-08-16T03:46:16.381Z[ helios-setup] Aug 16 03:46:15.226 INFO E| Compiling chrono v0.4.24
25642024-08-16T03:46:17.122Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25652024-08-16T03:46:17.199Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25662024-08-16T03:46:18.512Z[ helios-setup] Aug 16 03:46:17.357 INFO E| Compiling uuid v1.3.0
25672024-08-16T03:46:18.697Z[ helios-setup] Aug 16 03:46:17.542 INFO E| Compiling dyn-clone v1.0.11
25682024-08-16T03:46:19.646Z[ helios-setup] Aug 16 03:46:18.491 INFO E| Compiling regress v0.5.0
25692024-08-16T03:46:19.783Z[ helios-setup] Aug 16 03:46:18.628 INFO E| Compiling unicode-normalization v0.1.22
25702024-08-16T03:46:19.932Z[ helios-setup] Aug 16 03:46:18.777 INFO E| Compiling const-random v0.1.15
25712024-08-16T03:46:20.473Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25722024-08-16T03:46:21.546Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25732024-08-16T03:46:22.160Z[ helios-setup] Aug 16 03:46:21.006 INFO E| Compiling getopts v0.2.21
25742024-08-16T03:46:22.363Z[ host-package] Compiling bb8 v0.8.5
25752024-08-16T03:46:22.378Z[ helios-setup] Aug 16 03:46:21.223 INFO E| Compiling tracing-core v0.1.30
25762024-08-16T03:46:23.006Z[ helios-setup] Aug 16 03:46:21.852 INFO E| Compiling memoffset v0.7.1
25772024-08-16T03:46:23.193Z[ helios-setup] Aug 16 03:46:22.039 INFO E| Compiling ucd-trie v0.1.5
25782024-08-16T03:46:23.242Z[ helios-setup] Aug 16 03:46:22.087 INFO E| Compiling num-conv v0.1.0
25792024-08-16T03:46:23.518Z[ host-package] Compiling const_format_proc_macros v0.2.32
25802024-08-16T03:46:25.055Z[ helios-setup] Aug 16 03:46:22.897 INFO E| Compiling powerfmt v0.2.0
25812024-08-16T03:46:25.057Z[ helios-setup] Aug 16 03:46:23.811 INFO E| Compiling time-core v0.1.2
25822024-08-16T03:46:25.082Z[ helios-setup] Aug 16 03:46:23.928 INFO E| Compiling unicode-bidi v0.3.13
25832024-08-16T03:46:25.645Z[ host-package] Compiling universal-hash v0.5.1
25842024-08-16T03:46:26.213Z[ host-package] Compiling secrecy v0.8.0
25852024-08-16T03:46:26.683Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25862024-08-16T03:46:26.822Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
25872024-08-16T03:46:27.410Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25882024-08-16T03:46:27.678Z[ helios-setup] Aug 16 03:46:26.524 INFO E| Compiling idna v0.3.0
25892024-08-16T03:46:28.141Z[ helios-setup] Aug 16 03:46:26.987 INFO E| Compiling time-macros v0.2.18
25902024-08-16T03:46:29.050Z[ host-package] Compiling opaque-debug v0.3.1
25912024-08-16T03:46:29.330Z[ host-package] Compiling poly1305 v0.8.0
25922024-08-16T03:46:29.432Z[ helios-setup] Aug 16 03:46:28.278 INFO E| Compiling deranged v0.3.11
25932024-08-16T03:46:30.868Z[ helios-setup] Aug 16 03:46:29.714 INFO E| Compiling tracing v0.1.37
25942024-08-16T03:46:31.009Z[ helios-setup] Aug 16 03:46:29.855 INFO E| Compiling pest v2.5.7
25952024-08-16T03:46:31.808Z[ host-package] Compiling thiserror-no-std v2.0.2
25962024-08-16T03:46:32.195Z[ host-package] Compiling vte v0.11.1
25972024-08-16T03:46:32.251Z[ host-package] Compiling const_format v0.2.32
25982024-08-16T03:46:34.360Z[ helios-setup] Aug 16 03:46:33.206 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
25992024-08-16T03:46:34.363Z[ helios-setup] Aug 16 03:46:33.207 INFO E| Compiling time v0.1.45
26002024-08-16T03:46:34.795Z[ helios-setup] Aug 16 03:46:33.638 INFO E| Compiling crossbeam-epoch v0.9.13
26012024-08-16T03:46:35.501Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26022024-08-16T03:46:35.880Z[ helios-setup] Aug 16 03:46:34.727 INFO E| Compiling iana-time-zone v0.1.56
26032024-08-16T03:46:36.016Z[ helios-setup] Aug 16 03:46:34.861 INFO E| Compiling semver v1.0.17
26042024-08-16T03:46:36.393Z[ helios-setup] Aug 16 03:46:35.239 INFO E| Compiling num_threads v0.1.6
26052024-08-16T03:46:36.438Z[ host-package] Compiling chacha20 v0.9.1
26062024-08-16T03:46:36.541Z[ host-package] Compiling fd-lock v4.0.2
26072024-08-16T03:46:36.972Z[ host-package] Compiling aead v0.5.2
26082024-08-16T03:46:37.055Z[ helios-setup] Aug 16 03:46:35.902 INFO E| Compiling toml v0.5.11
26092024-08-16T03:46:37.233Z[ helios-setup] Aug 16 03:46:36.080 INFO E| Compiling serde_tokenstream v0.2.0
26102024-08-16T03:46:37.363Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26112024-08-16T03:46:37.552Z[ host-package] Compiling bytecount v0.6.8
26122024-08-16T03:46:37.592Z[ helios-setup] Aug 16 03:46:36.439 INFO E| Compiling smallvec v1.10.0
26132024-08-16T03:46:38.343Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26142024-08-16T03:46:39.083Z[ helios-setup] Aug 16 03:46:37.929 INFO E| Compiling time v0.3.36
26152024-08-16T03:46:39.351Z[ helios-setup] Aug 16 03:46:38.198 INFO E| Compiling parking_lot v0.12.1
26162024-08-16T03:46:39.577Z[ host-package] Compiling papergrid v0.11.0
26172024-08-16T03:46:43.482Z[ helios-setup] Aug 16 03:46:42.327 INFO E| Compiling semver-parser v0.10.2
26182024-08-16T03:46:46.644Z[ helios-setup] Aug 16 03:46:45.491 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26192024-08-16T03:46:47.150Z[ helios-setup] Aug 16 03:46:45.998 INFO E| Compiling url v2.3.1
26202024-08-16T03:46:50.320Z[ helios-setup] Aug 16 03:46:49.168 INFO E| Compiling crossbeam-channel v0.5.6
26212024-08-16T03:46:51.403Z[ helios-setup] Aug 16 03:46:50.251 INFO E| Compiling dirs-sys-next v0.1.2
26222024-08-16T03:46:53.442Z[ helios-setup] Aug 16 03:46:52.290 INFO E| Compiling try-lock v0.2.4
26232024-08-16T03:46:53.949Z[ helios-setup] Aug 16 03:46:52.797 INFO E| Compiling same-file v1.0.6
26242024-08-16T03:46:54.204Z[ helios-setup] Aug 16 03:46:53.051 INFO E| Compiling crc32fast v1.3.2
26252024-08-16T03:46:54.539Z[ helios-setup] Aug 16 03:46:53.387 INFO E| Compiling walkdir v2.3.3
26262024-08-16T03:46:55.920Z[ helios-setup] Aug 16 03:46:54.767 INFO E| Compiling want v0.3.0
26272024-08-16T03:46:55.944Z[ host-package] Compiling oso v0.27.3
26282024-08-16T03:46:56.019Z[ helios-setup] Aug 16 03:46:54.867 INFO E| Compiling dirs-next v2.0.0
26292024-08-16T03:46:57.410Z[ helios-setup] Aug 16 03:46:56.257 INFO E| Compiling tokio-util v0.7.7
26302024-08-16T03:46:58.691Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
26312024-08-16T03:46:59.357Z[ helios-setup] Aug 16 03:46:58.205 INFO E| Compiling h2 v0.3.16
26322024-08-16T03:46:59.967Z[ helios-setup] Aug 16 03:46:58.815 INFO E| Compiling semver v0.11.0
26332024-08-16T03:47:00.134Z[ host-package] Compiling chacha20poly1305 v0.10.1
26342024-08-16T03:47:00.599Z[ helios-setup] Aug 16 03:46:59.448 INFO E| Compiling proc-macro-crate v1.2.1
26352024-08-16T03:47:00.686Z[ host-package] Compiling parking_lot v0.11.2
26362024-08-16T03:47:03.148Z[ helios-setup] Aug 16 03:47:01.995 INFO E| Compiling futures-executor v0.3.28
26372024-08-16T03:47:03.520Z[ helios-setup] Aug 16 03:47:02.369 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26382024-08-16T03:47:04.277Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26392024-08-16T03:47:04.809Z[ host-package] Compiling vsss-rs v3.3.4
26402024-08-16T03:47:05.376Z[ helios-setup] Aug 16 03:47:04.225 INFO E| Compiling http-body v0.4.5
26412024-08-16T03:47:05.513Z[ helios-setup] Aug 16 03:47:04.362 INFO E| Compiling ring v0.16.20
26422024-08-16T03:47:06.223Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26432024-08-16T03:47:06.268Z[ helios-setup] Aug 16 03:47:05.117 INFO E| Compiling rand_core v0.6.4
26442024-08-16T03:47:07.459Z[ helios-setup] Aug 16 03:47:06.308 INFO E| Compiling thread_local v1.1.7
26452024-08-16T03:47:07.879Z[ helios-setup] Aug 16 03:47:06.561 INFO E| Compiling lazy_static v1.4.0
26462024-08-16T03:47:08.246Z[ helios-setup] Aug 16 03:47:07.095 INFO E| Compiling httpdate v1.0.2
26472024-08-16T03:47:08.922Z[ helios-setup] Aug 16 03:47:07.770 INFO E| Compiling rayon-core v1.10.2
26482024-08-16T03:47:09.900Z[ helios-setup] Aug 16 03:47:08.590 INFO E| Compiling adler v1.0.2
26492024-08-16T03:47:09.910Z[ helios-setup] Aug 16 03:47:08.759 INFO E| Compiling ppv-lite86 v0.2.17
26502024-08-16T03:47:10.289Z[ helios-setup] Aug 16 03:47:09.139 INFO E| Compiling utf8parse v0.2.1
26512024-08-16T03:47:10.749Z[ helios-setup] Aug 16 03:47:09.599 INFO E| Compiling home v0.5.4
26522024-08-16T03:47:11.344Z[ helios-setup] Aug 16 03:47:10.194 INFO E| Compiling fastrand v1.9.0
26532024-08-16T03:47:11.397Z[ helios-setup] Aug 16 03:47:10.246 INFO E| Compiling base64 v0.21.0
26542024-08-16T03:47:11.789Z[ helios-setup] Aug 16 03:47:10.639 INFO E| Compiling tower-service v0.3.2
26552024-08-16T03:47:13.023Z[ helios-setup] Aug 16 03:47:11.873 INFO E| Compiling tempfile v3.5.0
26562024-08-16T03:47:13.989Z[ helios-setup] Aug 16 03:47:12.839 INFO E| Compiling hyper v0.14.25
26572024-08-16T03:47:14.087Z[ host-package] Compiling tabled_derive v0.7.0
26582024-08-16T03:47:14.542Z[ helios-setup] Aug 16 03:47:13.392 INFO E| Compiling rand_chacha v0.3.1
26592024-08-16T03:47:15.297Z[ host-package] Compiling crossterm v0.27.0
26602024-08-16T03:47:16.240Z[ helios-setup] Aug 16 03:47:15.090 INFO E| Compiling toolchain_find v0.2.0
26612024-08-16T03:47:17.775Z[ helios-setup] Aug 16 03:47:16.626 INFO E| Compiling anstyle-parse v0.1.1
26622024-08-16T03:47:17.788Z[ helios-setup] Aug 16 03:47:16.638 INFO E| Compiling miniz_oxide v0.6.2
26632024-08-16T03:47:18.149Z[ host-package] Compiling peg-macros v0.8.4
26642024-08-16T03:47:23.831Z[ helios-setup] Aug 16 03:47:22.682 INFO E| Compiling futures v0.3.28
26652024-08-16T03:47:24.439Z[ host-package] Compiling kstat-rs v0.2.4
26662024-08-16T03:47:24.919Z[ host-package] Compiling sqlparser_derive v0.2.2
26672024-08-16T03:47:26.233Z[ host-package] Compiling unicode_categories v0.1.1
26682024-08-16T03:47:27.191Z[ host-package] Compiling nu-ansi-term v0.50.0
26692024-08-16T03:47:27.574Z[ host-package] Compiling sqlparser v0.45.0
26702024-08-16T03:47:28.293Z[ host-package] Compiling reedline v0.33.0
26712024-08-16T03:47:29.450Z[ host-package] Compiling rustyline v14.0.0
26722024-08-16T03:47:29.688Z[ host-package] Compiling sqlformat v0.2.4
26732024-08-16T03:47:30.562Z[ helios-setup] Aug 16 03:47:29.413 INFO E| Compiling cargo-lock v8.0.3
26742024-08-16T03:47:31.742Z[ helios-setup] Aug 16 03:47:30.593 INFO E| Compiling num_enum_derive v0.5.7
26752024-08-16T03:47:35.872Z[ helios-setup] Aug 16 03:47:34.724 INFO E| Compiling crossbeam-deque v0.8.2
26762024-08-16T03:47:36.808Z[ helios-setup] Aug 16 03:47:35.660 INFO E| Compiling term v0.7.0
26772024-08-16T03:47:38.497Z[ helios-setup] Aug 16 03:47:37.349 INFO E| Compiling serde_urlencoded v0.7.1
26782024-08-16T03:47:39.218Z[ helios-setup] Aug 16 03:47:38.070 INFO E| Compiling is-terminal v0.4.7
26792024-08-16T03:47:39.418Z[ helios-setup] Aug 16 03:47:38.270 INFO E| Compiling sha1 v0.10.5
26802024-08-16T03:47:39.671Z[ helios-setup] Aug 16 03:47:38.524 INFO E| Compiling sha2 v0.10.6
26812024-08-16T03:47:39.972Z[ helios-setup] Aug 16 03:47:38.825 INFO E| Compiling atty v0.2.14
26822024-08-16T03:47:42.288Z[ helios-setup] Aug 16 03:47:41.140 INFO E| Compiling concolor-query v0.3.3
26832024-08-16T03:47:42.795Z[ helios-setup] Aug 16 03:47:41.647 INFO E| Compiling anstyle v0.3.5
26842024-08-16T03:47:44.233Z[ helios-setup] Aug 16 03:47:43.086 INFO E| Compiling concolor-override v1.0.0
26852024-08-16T03:47:44.742Z[ helios-setup] Aug 16 03:47:43.594 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
26862024-08-16T03:47:45.344Z[ helios-setup] Aug 16 03:47:44.197 INFO E| Compiling anstream v0.2.6
26872024-08-16T03:47:47.455Z[ helios-setup] Aug 16 03:47:46.308 INFO E| Compiling slog-term v2.9.0
26882024-08-16T03:47:48.065Z[ helios-setup] Aug 16 03:47:46.918 INFO E| Compiling flate2 v1.0.25
26892024-08-16T03:47:48.540Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26902024-08-16T03:47:49.015Z[ helios-setup] Aug 16 03:47:47.868 INFO E| Compiling num_enum v0.5.7
26912024-08-16T03:47:49.374Z[ helios-setup] Aug 16 03:47:48.227 INFO E| Compiling rustfmt-wrapper v0.2.0
26922024-08-16T03:47:50.018Z[ helios-setup] Aug 16 03:47:48.871 INFO E| Compiling rand v0.8.5
26932024-08-16T03:47:50.074Z[ host-package] Compiling peg v0.8.4
26942024-08-16T03:47:50.346Z[ host-package] Compiling tabled v0.15.0
26952024-08-16T03:47:50.400Z[ helios-setup] Aug 16 03:47:49.253 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26962024-08-16T03:47:50.833Z[ helios-setup] Aug 16 03:47:49.687 INFO E| Compiling openapiv3 v1.0.2
26972024-08-16T03:47:51.581Z[ host-package] Compiling mime_guess v2.0.4
26982024-08-16T03:47:53.496Z[ helios-setup] Aug 16 03:47:52.350 INFO E| Compiling encoding_rs v0.8.32
26992024-08-16T03:47:54.004Z[ helios-setup] Aug 16 03:47:52.858 INFO E| Compiling project-root v0.2.2
27002024-08-16T03:47:54.309Z[ host-package] Compiling sled v0.34.7
27012024-08-16T03:47:54.523Z[ helios-setup] Aug 16 03:47:53.377 INFO E| Compiling byteorder v1.4.3
27022024-08-16T03:47:56.059Z[ helios-setup] Aug 16 03:47:54.913 INFO E| Compiling mime v0.3.17
27032024-08-16T03:47:58.519Z[ helios-setup] Aug 16 03:47:57.373 INFO E| Compiling untrusted v0.7.1
27042024-08-16T03:47:58.569Z[ helios-setup] Aug 16 03:47:57.423 INFO E| Compiling base64 v0.13.1
27052024-08-16T03:47:59.227Z[ helios-setup] Aug 16 03:47:58.081 INFO E| Compiling unsafe-libyaml v0.2.8
27062024-08-16T03:48:00.149Z[ helios-setup] Aug 16 03:47:59.003 INFO E| Compiling either v1.8.0
27072024-08-16T03:48:00.419Z[ helios-setup] Aug 16 03:47:59.271 INFO E| Compiling spin v0.5.2
27082024-08-16T03:48:00.820Z[ helios-setup] Aug 16 03:47:59.674 INFO E| Compiling clap_lex v0.4.1
27092024-08-16T03:48:01.075Z[ helios-setup] Aug 16 03:47:59.930 INFO E| Compiling utf-8 v0.7.6
27102024-08-16T03:48:01.981Z[ helios-setup] Aug 16 03:48:00.835 INFO E| Compiling strsim v0.10.0
27112024-08-16T03:48:02.377Z[ helios-setup] Aug 16 03:48:01.232 INFO E| Compiling ipnet v2.7.2
27122024-08-16T03:48:02.920Z[ helios-setup] Aug 16 03:48:01.775 INFO E| Compiling clap_builder v4.2.1
27132024-08-16T03:48:03.564Z[ helios-setup] Aug 16 03:48:02.415 INFO E| Compiling reqwest v0.11.16
27142024-08-16T03:48:06.209Z[ helios-setup] Aug 16 03:48:05.064 INFO E| Compiling serde_yaml v0.9.21
27152024-08-16T03:48:07.725Z[ helios-setup] Aug 16 03:48:06.580 INFO E| Compiling tungstenite v0.18.0
27162024-08-16T03:48:13.643Z[ helios-setup] Aug 16 03:48:12.498 INFO E| Compiling rayon v1.6.1
27172024-08-16T03:48:14.389Z[ helios-setup] Aug 16 03:48:13.244 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27182024-08-16T03:48:18.750Z[ helios-setup] Aug 16 03:48:17.606 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
27192024-08-16T03:48:19.403Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27202024-08-16T03:48:20.696Z[ host-package] Compiling hickory-client v0.24.1
27212024-08-16T03:48:21.493Z[ helios-setup] Aug 16 03:48:20.349 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
27222024-08-16T03:48:23.066Z[ host-package] Compiling env_logger v0.9.3
27232024-08-16T03:48:25.465Z[ helios-setup] Aug 16 03:48:24.322 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
27242024-08-16T03:48:25.905Z[ helios-setup] Aug 16 03:48:24.761 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
27252024-08-16T03:48:26.896Z[ helios-setup] Aug 16 03:48:25.752 INFO E| Compiling clap_derive v4.2.0
27262024-08-16T03:48:30.314Z[ helios-setup] Aug 16 03:48:29.170 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
27272024-08-16T03:48:31.587Z[ host-package] Compiling tungstenite v0.20.1
27282024-08-16T03:48:31.618Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27292024-08-16T03:48:33.046Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27302024-08-16T03:48:36.346Z[ helios-setup] Aug 16 03:48:35.204 INFO E| Compiling clap v4.2.1
27312024-08-16T03:48:38.899Z[ helios-setup] Aug 16 03:48:37.757 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27322024-08-16T03:48:40.080Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27332024-08-16T03:48:43.072Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27342024-08-16T03:48:52.878Z[ helios-setup] Aug 16 03:48:51.733 INFO E| Compiling tokio-tungstenite v0.18.0
27352024-08-16T03:48:54.370Z[ helios-setup] Aug 16 03:48:53.226 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27362024-08-16T03:48:55.048Z[ helios-setup] Aug 16 03:48:53.907 INFO E| Compiling smartstring v1.0.1
27372024-08-16T03:48:55.430Z[ helios-setup] Aug 16 03:48:54.289 INFO E| Compiling rustls v0.21.0
27382024-08-16T03:48:56.149Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
27392024-08-16T03:48:56.970Z[ helios-setup] Aug 16 03:48:55.829 INFO E| Compiling rustls-webpki v0.100.1
27402024-08-16T03:48:57.088Z[ helios-setup] Aug 16 03:48:55.947 INFO E| Compiling sct v0.7.0
27412024-08-16T03:48:57.886Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27422024-08-16T03:48:58.014Z[ helios-setup] Aug 16 03:48:56.873 INFO E| Compiling toml_datetime v0.6.1
27432024-08-16T03:48:58.341Z[ helios-setup] Aug 16 03:48:57.200 INFO E| Compiling serde_spanned v0.6.1
27442024-08-16T03:48:58.886Z[ helios-setup] Aug 16 03:48:57.745 INFO E| Compiling camino v1.1.4
27452024-08-16T03:48:59.427Z[ host-package] Compiling hickory-server v0.24.1
27462024-08-16T03:48:59.683Z[ helios-setup] Aug 16 03:48:58.542 INFO E| Compiling paste v1.0.12
27472024-08-16T03:48:59.790Z[ host-package] Compiling bcs v0.1.6
27482024-08-16T03:49:00.166Z[ helios-setup] Aug 16 03:48:59.025 INFO E| Compiling slog-async v2.7.0
27492024-08-16T03:49:00.794Z[ helios-setup] Aug 16 03:48:59.654 INFO E| Compiling async-trait v0.1.68
27502024-08-16T03:49:01.312Z[ helios-setup] Aug 16 03:49:00.171 INFO E| Compiling winnow v0.4.1
27512024-08-16T03:49:01.460Z[ helios-setup] Aug 16 03:49:00.320 INFO E| Compiling match_cfg v0.1.0
27522024-08-16T03:49:01.667Z[ host-package] Compiling vergen v8.3.2
27532024-08-16T03:49:01.771Z[ helios-setup] Aug 16 03:49:00.624 INFO E| Compiling static_assertions v1.1.0
27542024-08-16T03:49:02.097Z[ host-package] Compiling bitstruct_derive v0.1.0
27552024-08-16T03:49:02.340Z[ helios-setup] Aug 16 03:49:01.184 INFO E| Compiling hostname v0.3.1
27562024-08-16T03:49:02.671Z[ host-package] Compiling cargo-platform v0.1.8
27572024-08-16T03:49:03.561Z[ host-package] Compiling nanorand v0.7.0
27582024-08-16T03:49:03.871Z[ helios-setup] Aug 16 03:49:02.728 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
27592024-08-16T03:49:04.478Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27602024-08-16T03:49:04.939Z[ host-package] Compiling memoffset v0.9.1
27612024-08-16T03:49:08.633Z[ host-package] Compiling highway v1.2.0
27622024-08-16T03:49:08.678Z[ host-package] Compiling ascii v1.1.0
27632024-08-16T03:49:08.678Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27642024-08-16T03:49:08.678Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27652024-08-16T03:49:08.678Z[ helios-setup] Aug 16 03:49:07.219 INFO E| Compiling toml_edit v0.19.8
27662024-08-16T03:49:09.270Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672024-08-16T03:49:12.395Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27682024-08-16T03:49:12.697Z[ host-package] Compiling bitstruct v0.1.1
27692024-08-16T03:49:12.756Z[ helios-setup] Aug 16 03:49:11.617 INFO E| Compiling slog-json v2.6.1
27702024-08-16T03:49:12.874Z[ host-package] Compiling flume v0.11.0
27712024-08-16T03:49:13.060Z[ host-package] Compiling cargo_metadata v0.18.1
27722024-08-16T03:49:14.091Z[ helios-setup] Aug 16 03:49:12.951 INFO E| Compiling unicode-linebreak v0.1.4
27732024-08-16T03:49:14.561Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27742024-08-16T03:49:16.792Z[ helios-setup] Aug 16 03:49:15.653 INFO E| Compiling async-stream-impl v0.3.5
27752024-08-16T03:49:18.877Z[ helios-setup] Aug 16 03:49:17.737 INFO E| Compiling rhai_codegen v1.5.0
27762024-08-16T03:49:18.911Z[ helios-setup] Aug 16 03:49:17.772 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27772024-08-16T03:49:19.516Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27782024-08-16T03:49:19.906Z[ helios-setup] Aug 16 03:49:18.766 INFO E| Compiling take_mut v0.2.2
27792024-08-16T03:49:19.991Z[ helios-setup] Aug 16 03:49:18.852 INFO E| Compiling async-stream v0.3.5
27802024-08-16T03:49:20.407Z[ host-package] Compiling tokio-tungstenite v0.20.1
27812024-08-16T03:49:20.471Z[ helios-setup] Aug 16 03:49:19.332 INFO E| Compiling toml v0.7.3
27822024-08-16T03:49:20.688Z[ helios-setup] Aug 16 03:49:19.547 INFO E| Compiling slog-bunyan v2.4.0
27832024-08-16T03:49:21.372Z[ helios-setup] Aug 16 03:49:20.233 INFO E| Compiling tokio-rustls v0.24.0
27842024-08-16T03:49:22.180Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27852024-08-16T03:49:22.893Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27862024-08-16T03:49:23.765Z[ helios-setup] Aug 16 03:49:22.626 INFO E| Compiling rhai v1.14.0
27872024-08-16T03:49:28.260Z[ helios-setup] Aug 16 03:49:27.121 INFO E| Compiling rustls-pemfile v1.0.2
27882024-08-16T03:49:29.724Z[ helios-setup] Aug 16 03:49:28.550 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27892024-08-16T03:49:30.039Z[ helios-setup] Aug 16 03:49:28.901 INFO E| Compiling bincode v1.3.3
27902024-08-16T03:49:31.370Z[ helios-setup] Aug 16 03:49:30.233 INFO E| Compiling serde_path_to_error v0.1.11
27912024-08-16T03:49:32.483Z[ helios-setup] Aug 16 03:49:31.342 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
27922024-08-16T03:49:33.003Z[ host-package] Compiling git2 v0.19.0
27932024-08-16T03:49:33.011Z[ helios-setup] Aug 16 03:49:31.871 INFO E| Compiling terminal_size v0.2.6
27942024-08-16T03:49:33.443Z[ helios-setup] Aug 16 03:49:32.305 INFO E| Compiling smawk v0.3.1
27952024-08-16T03:49:34.104Z[ helios-setup] Aug 16 03:49:32.964 INFO E| Compiling textwrap v0.16.0
27962024-08-16T03:49:51.918Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27972024-08-16T03:49:54.250Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27982024-08-16T03:49:57.000Z[ host-package] Compiling libsqlite3-sys v0.28.0
27992024-08-16T03:49:57.864Z[ host-package] Compiling serde_arrays v0.1.0
28002024-08-16T03:49:58.791Z[ host-package] Compiling erased-serde v0.3.31
28012024-08-16T03:50:02.208Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28022024-08-16T03:50:02.497Z[ helios-setup] Aug 16 03:50:01.362 INFO E| Compiling git2 v0.16.1
28032024-08-16T03:50:07.614Z[ helios-setup] Aug 16 03:50:06.479 INFO E| Compiling built v0.6.0
28042024-08-16T03:50:11.289Z[ helios-setup] Aug 16 03:50:09.414 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28052024-08-16T03:50:12.233Z[ helios-setup] Aug 16 03:50:11.098 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28062024-08-16T03:50:12.769Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28072024-08-16T03:50:12.965Z[ helios-setup] Aug 16 03:50:11.831 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28082024-08-16T03:50:13.716Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092024-08-16T03:50:25.419Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102024-08-16T03:50:26.799Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28112024-08-16T03:50:29.771Z[ host-package] Compiling heck v0.3.3
28122024-08-16T03:50:30.283Z[ host-package] Compiling castaway v0.2.3
28132024-08-16T03:50:30.548Z[ host-package] Compiling rand_seeder v0.3.0
28142024-08-16T03:50:31.023Z[ host-package] Compiling csv-core v0.1.11
28152024-08-16T03:50:32.056Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28162024-08-16T03:50:32.466Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28172024-08-16T03:50:32.983Z[ host-package] Compiling http-range v0.1.5
28182024-08-16T03:50:33.681Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28192024-08-16T03:50:33.909Z[ helios-setup] Aug 16 03:50:32.777 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28202024-08-16T03:50:35.207Z[ host-package] Compiling hyper-staticfile v0.9.5
28212024-08-16T03:50:35.646Z[ host-package] Compiling csv v1.3.0
28222024-08-16T03:50:36.272Z[ helios-setup] Aug 16 03:50:35.139 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28232024-08-16T03:50:38.384Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28242024-08-16T03:50:38.793Z[ host-package] Compiling compact_str v0.8.0
28252024-08-16T03:50:39.229Z[ host-package] Compiling zone_cfg_derive v0.1.2
28262024-08-16T03:50:42.118Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28272024-08-16T03:50:43.708Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28282024-08-16T03:50:44.893Z[ host-package] Compiling nix v0.27.1
28292024-08-16T03:50:46.289Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28302024-08-16T03:50:49.417Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28312024-08-16T03:50:49.692Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28322024-08-16T03:50:51.555Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28332024-08-16T03:51:00.471Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342024-08-16T03:51:01.372Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28352024-08-16T03:51:01.776Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28362024-08-16T03:51:02.589Z[ host-package] Compiling unicode-truncate v1.0.0
28372024-08-16T03:51:03.323Z[ host-package] Compiling lru v0.12.3
28382024-08-16T03:51:04.446Z[ host-package] Compiling hashlink v0.9.1
28392024-08-16T03:51:04.632Z[ host-package] Compiling serde-big-array v0.5.1
28402024-08-16T03:51:05.352Z[ host-package] Compiling instability v0.3.2
28412024-08-16T03:51:05.806Z[ host-package] Compiling fallible-iterator v0.3.0
28422024-08-16T03:51:06.173Z[ host-package] Compiling base64 v0.13.1
28432024-08-16T03:51:07.456Z[ host-package] Compiling cassowary v0.3.0
28442024-08-16T03:51:07.601Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
28452024-08-16T03:51:07.891Z[ host-package] Compiling ron v0.7.1
28462024-08-16T03:51:08.329Z[ host-package] Compiling ratatui v0.28.0
28472024-08-16T03:51:14.589Z[ host-package] Compiling rusqlite v0.31.0
28482024-08-16T03:51:17.669Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28492024-08-16T03:51:20.032Z[ helios-setup] Aug 16 03:51:18.903 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
28502024-08-16T03:51:21.024Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28512024-08-16T03:51:24.278Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28522024-08-16T03:51:31.033Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28532024-08-16T03:51:31.984Z[ host-package] Compiling zone v0.1.8
28542024-08-16T03:51:36.405Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28552024-08-16T03:51:38.275Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28562024-08-16T03:51:50.321Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28572024-08-16T03:51:50.417Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28582024-08-16T03:51:51.657Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592024-08-16T03:51:52.307Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28602024-08-16T03:52:00.915Z[ host-package] Compiling twox-hash v1.6.3
28612024-08-16T03:52:02.860Z[ host-package] Compiling signal-hook-tokio v0.3.1
28622024-08-16T03:52:03.343Z[ host-package] Compiling yasna v0.5.2
28632024-08-16T03:52:09.832Z[ host-package] Compiling portpicker v0.1.1
28642024-08-16T03:52:09.834Z[ host-package] Compiling unicode-linebreak v0.1.5
28652024-08-16T03:52:10.852Z[ host-package] Compiling smawk v0.3.2
28662024-08-16T03:52:10.918Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28672024-08-16T03:52:11.337Z[ host-package] Compiling textwrap v0.16.1
28682024-08-16T03:52:11.440Z[ host-package] Compiling rcgen v0.12.1
28692024-08-16T03:52:12.274Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702024-08-16T03:52:19.188Z[ helios-setup] Aug 16 03:52:18.065 INFO E| Finished `release` profile [optimized] target(s) in 6m 41s
28712024-08-16T03:52:19.304Z[ helios-setup] Aug 16 03:52:18.180 INFO building project "pilot" ok (401 seconds)
28722024-08-16T03:52:19.314Z[ helios-setup] Aug 16 03:52:18.180 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28732024-08-16T03:52:19.314Z[ helios-setup] Aug 16 03:52:18.180 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28742024-08-16T03:52:19.314Z[ helios-setup] Aug 16 03:52:18.190 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
28752024-08-16T03:52:19.655Z[ helios-setup] Aug 16 03:52:18.532 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
28762024-08-16T03:52:19.655Z[ helios-setup] Aug 16 03:52:18.532 INFO E| info: downloading component 'cargo'
28772024-08-16T03:52:21.284Z[ helios-setup] Aug 16 03:52:20.162 INFO E| info: downloading component 'clippy'
28782024-08-16T03:52:21.593Z[ helios-setup] Aug 16 03:52:20.471 INFO E| info: downloading component 'rust-docs'
28792024-08-16T03:52:22.877Z[ helios-setup] Aug 16 03:52:21.755 INFO E| info: downloading component 'rust-src'
28802024-08-16T03:52:23.104Z[ helios-setup] Aug 16 03:52:21.975 INFO E| info: downloading component 'rust-std'
28812024-08-16T03:52:23.121Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28822024-08-16T03:52:24.619Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28832024-08-16T03:52:25.205Z[ helios-setup] Aug 16 03:52:24.083 INFO E| info: downloading component 'rustc'
28842024-08-16T03:52:27.750Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28852024-08-16T03:52:27.830Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28862024-08-16T03:52:29.893Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28872024-08-16T03:52:30.439Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28882024-08-16T03:52:30.773Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28892024-08-16T03:52:31.105Z[ helios-setup] Aug 16 03:52:29.984 INFO E| info: downloading component 'rustfmt'
28902024-08-16T03:52:31.536Z[ helios-setup] Aug 16 03:52:30.414 INFO E| info: installing component 'cargo'
28912024-08-16T03:52:32.772Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28922024-08-16T03:52:32.969Z[ helios-setup] Aug 16 03:52:31.842 INFO E| info: installing component 'clippy'
28932024-08-16T03:52:33.385Z[ helios-setup] Aug 16 03:52:32.263 INFO E| info: installing component 'rust-docs'
28942024-08-16T03:52:39.034Z[ host-package] Compiling atomicwrites v0.4.3
28952024-08-16T03:52:39.158Z[ helios-setup] Aug 16 03:52:38.037 INFO E| info: installing component 'rust-src'
28962024-08-16T03:52:39.564Z[ host-package] Compiling fatfs v0.3.6
28972024-08-16T03:52:39.838Z[ helios-setup] Aug 16 03:52:38.717 INFO E| info: installing component 'rust-std'
28982024-08-16T03:52:40.094Z[ host-package] Compiling subprocess v0.2.9
28992024-08-16T03:52:42.366Z[ host-package] Compiling rtoolbox v0.0.2
29002024-08-16T03:52:42.393Z[ helios-setup] Aug 16 03:52:41.272 INFO E| info: installing component 'rustc'
29012024-08-16T03:52:42.896Z[ host-package] Compiling assert_matches v1.5.0
29022024-08-16T03:52:43.060Z[ host-package] Compiling is_ci v1.2.0
29032024-08-16T03:52:43.363Z[ host-package] Compiling supports-color v3.0.0
29042024-08-16T03:52:43.640Z[ host-package] Compiling rpassword v7.3.1
29052024-08-16T03:52:44.226Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29062024-08-16T03:52:44.254Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29072024-08-16T03:52:45.610Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29082024-08-16T03:52:48.017Z[ host-package] Compiling tui-tree-widget v0.22.0
29092024-08-16T03:52:48.551Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29102024-08-16T03:52:48.764Z[ helios-setup] Aug 16 03:52:47.643 INFO E| info: installing component 'rustfmt'
29112024-08-16T03:52:49.619Z[ helios-setup] Aug 16 03:52:48.499 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29122024-08-16T03:52:50.366Z[ helios-setup] Aug 16 03:52:49.246 INFO E| From https://github.com/oxidecomputer/amd-apcb
29132024-08-16T03:52:50.367Z[ helios-setup] Aug 16 03:52:49.246 INFO E| * [new branch] issue-113 -> origin/issue-113
29142024-08-16T03:52:50.367Z[ helios-setup] Aug 16 03:52:49.246 INFO E| * [new branch] issue-135 -> origin/issue-135
29152024-08-16T03:52:50.369Z[ helios-setup] Aug 16 03:52:49.246 INFO E| * [new branch] main -> origin/main
29162024-08-16T03:52:50.369Z[ helios-setup] Aug 16 03:52:49.246 INFO E| * [new ref] -> origin/HEAD
29172024-08-16T03:52:50.369Z[ helios-setup] Aug 16 03:52:49.246 INFO E| * [new tag] v0.1.3 -> v0.1.3
29182024-08-16T03:52:50.369Z[ helios-setup] Aug 16 03:52:49.246 INFO E| * [new tag] v0.1.4 -> v0.1.4
29192024-08-16T03:52:50.369Z[ helios-setup] Aug 16 03:52:49.247 INFO E| * [new tag] v0.1.5 -> v0.1.5
29202024-08-16T03:52:50.369Z[ helios-setup] Aug 16 03:52:49.247 INFO E| * [new tag] v0.2.0 -> v0.2.0
29212024-08-16T03:52:50.369Z[ helios-setup] Aug 16 03:52:49.247 INFO E| * [new tag] v0.3.0 -> v0.3.0
29222024-08-16T03:52:50.369Z[ helios-setup] Aug 16 03:52:49.247 INFO E| * [new tag] v0.3.1 -> v0.3.1
29232024-08-16T03:52:50.369Z[ helios-setup] Aug 16 03:52:49.247 INFO E| * [new tag] v0.3.2 -> v0.3.2
29242024-08-16T03:52:50.370Z[ helios-setup] Aug 16 03:52:49.247 INFO E| * [new tag] v0.3.3 -> v0.3.3
29252024-08-16T03:52:50.399Z[ helios-setup] Aug 16 03:52:49.279 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
29262024-08-16T03:52:51.214Z[ helios-setup] Aug 16 03:52:50.094 INFO E| From https://github.com/oxidecomputer/amd-efs
29272024-08-16T03:52:51.214Z[ helios-setup] Aug 16 03:52:50.094 INFO E| * [new branch] empty -> origin/empty
29282024-08-16T03:52:51.217Z[ helios-setup] Aug 16 03:52:50.094 INFO E| * [new branch] issue-99 -> origin/issue-99
29292024-08-16T03:52:51.217Z[ helios-setup] Aug 16 03:52:50.095 INFO E| * [new branch] main -> origin/main
29302024-08-16T03:52:51.217Z[ helios-setup] Aug 16 03:52:50.095 INFO E| * [new branch] review -> origin/review
29312024-08-16T03:52:51.217Z[ helios-setup] Aug 16 03:52:50.095 INFO E| * [new ref] -> origin/HEAD
29322024-08-16T03:52:51.217Z[ helios-setup] Aug 16 03:52:50.095 INFO E| * [new tag] v0.2.0 -> v0.2.0
29332024-08-16T03:52:51.217Z[ helios-setup] Aug 16 03:52:50.095 INFO E| * [new tag] v0.2.1 -> v0.2.1
29342024-08-16T03:52:51.217Z[ helios-setup] Aug 16 03:52:50.095 INFO E| * [new tag] v0.2.2 -> v0.2.2
29352024-08-16T03:52:51.217Z[ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.2.3 -> v0.2.3
29362024-08-16T03:52:51.217Z[ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.2.4 -> v0.2.4
29372024-08-16T03:52:51.217Z[ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.2.5 -> v0.2.5
29382024-08-16T03:52:51.217Z[ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.2.6 -> v0.2.6
29392024-08-16T03:52:51.217Z[ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.2.7 -> v0.2.7
29402024-08-16T03:52:51.217Z[ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.3.0 -> v0.3.0
29412024-08-16T03:52:51.217Z[ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.3.1 -> v0.3.1
29422024-08-16T03:52:51.217Z[ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.4.0 -> v0.4.0
29432024-08-16T03:52:51.260Z[ helios-setup] Aug 16 03:52:50.140 INFO E| Updating crates.io index
29442024-08-16T03:52:51.405Z[ helios-setup] Aug 16 03:52:50.285 INFO E| Downloading crates ...
29452024-08-16T03:52:51.677Z[ helios-setup] Aug 16 03:52:50.558 INFO E| Downloaded vec_map v0.8.2
29462024-08-16T03:52:51.680Z[ helios-setup] Aug 16 03:52:50.560 INFO E| Downloaded unic-common v0.9.0
29472024-08-16T03:52:51.683Z[ helios-setup] Aug 16 03:52:50.561 INFO E| Downloaded unic-char-range v0.9.0
29482024-08-16T03:52:51.686Z[ helios-setup] Aug 16 03:52:50.563 INFO E| Downloaded textwrap v0.11.0
29492024-08-16T03:52:51.686Z[ helios-setup] Aug 16 03:52:50.566 INFO E| Downloaded cfg-if v0.1.10
29502024-08-16T03:52:51.688Z[ helios-setup] Aug 16 03:52:50.568 INFO E| Downloaded strum v0.23.0
29512024-08-16T03:52:51.691Z[ helios-setup] Aug 16 03:52:50.569 INFO E| Downloaded semver-parser v0.7.0
29522024-08-16T03:52:51.691Z[ helios-setup] Aug 16 03:52:50.570 INFO E| Downloaded scroll_derive v0.10.5
29532024-08-16T03:52:51.693Z[ helios-setup] Aug 16 03:52:50.572 INFO E| Downloaded rustc_version v0.2.3
29542024-08-16T03:52:51.696Z[ helios-setup] Aug 16 03:52:50.574 INFO E| Downloaded pre-proc-macro v0.2.1
29552024-08-16T03:52:51.698Z[ helios-setup] Aug 16 03:52:50.577 INFO E| Downloaded pest_meta v2.7.11
29562024-08-16T03:52:51.701Z[ helios-setup] Aug 16 03:52:50.580 INFO E| Downloaded parse_int v0.6.0
29572024-08-16T03:52:51.703Z[ helios-setup] Aug 16 03:52:50.581 INFO E| Downloaded modular-bitfield-impl v0.11.2
29582024-08-16T03:52:51.704Z[ helios-setup] Aug 16 03:52:50.583 INFO E| Downloaded memoffset v0.5.6
29592024-08-16T03:52:51.706Z[ helios-setup] Aug 16 03:52:50.585 INFO E| Downloaded unic-ucd-version v0.9.0
29602024-08-16T03:52:51.709Z[ helios-setup] Aug 16 03:52:50.587 INFO E| Downloaded unic-char-property v0.9.0
29612024-08-16T03:52:51.709Z[ helios-setup] Aug 16 03:52:50.589 INFO E| Downloaded fletcher v0.1.0
29622024-08-16T03:52:51.712Z[ helios-setup] Aug 16 03:52:50.590 INFO E| Downloaded structopt v0.3.26
29632024-08-16T03:52:51.722Z[ helios-setup] Aug 16 03:52:50.602 INFO E| Downloaded scroll v0.10.2
29642024-08-16T03:52:51.724Z[ helios-setup] Aug 16 03:52:50.605 INFO E| Downloaded semver v0.9.0
29652024-08-16T03:52:51.727Z[ helios-setup] Aug 16 03:52:50.607 INFO E| Downloaded unic-ucd-ident v0.9.0
29662024-08-16T03:52:51.729Z[ helios-setup] Aug 16 03:52:50.610 INFO E| Downloaded strum_macros v0.23.1
29672024-08-16T03:52:51.733Z[ helios-setup] Aug 16 03:52:50.613 INFO E| Downloaded strsim v0.8.0
29682024-08-16T03:52:51.735Z[ helios-setup] Aug 16 03:52:50.615 INFO E| Downloaded structopt-derive v0.4.18
29692024-08-16T03:52:51.738Z[ helios-setup] Aug 16 03:52:50.617 INFO E| Downloaded pest_derive v2.7.11
29702024-08-16T03:52:51.740Z[ helios-setup] Aug 16 03:52:50.621 INFO E| Downloaded proc-macro-crate v0.1.5
29712024-08-16T03:52:51.743Z[ helios-setup] Aug 16 03:52:50.622 INFO E| Downloaded modular-bitfield v0.11.2
29722024-08-16T03:52:51.760Z[ helios-setup] Aug 16 03:52:50.640 INFO E| Downloaded memchr v2.7.4
29732024-08-16T03:52:51.768Z[ helios-setup] Aug 16 03:52:50.648 INFO E| Downloaded goblin v0.4.3
29742024-08-16T03:52:51.776Z[ helios-setup] Aug 16 03:52:50.656 INFO E| Downloaded pest v2.7.11
29752024-08-16T03:52:51.783Z[ helios-setup] Aug 16 03:52:50.664 INFO E| Downloaded clap v2.34.0
29762024-08-16T03:52:51.794Z[ helios-setup] Aug 16 03:52:50.674 INFO E| Downloaded pre v0.2.1
29772024-08-16T03:52:51.796Z[ helios-setup] Aug 16 03:52:50.675 INFO E| Downloaded num-derive v0.3.3
29782024-08-16T03:52:51.799Z[ helios-setup] Aug 16 03:52:50.678 INFO E| Downloaded pest_generator v2.7.11
29792024-08-16T03:52:51.801Z[ helios-setup] Aug 16 03:52:50.679 INFO E| Downloaded four-cc v0.3.0
29802024-08-16T03:52:51.802Z[ helios-setup] Aug 16 03:52:50.681 INFO E| Downloaded ansi_term v0.12.1
29812024-08-16T03:52:51.804Z[ helios-setup] Aug 16 03:52:50.683 INFO E| Downloaded bytesize v1.3.0
29822024-08-16T03:52:51.874Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29832024-08-16T03:52:51.879Z[ helios-setup] Aug 16 03:52:50.759 INFO E| Compiling proc-macro2 v1.0.86
29842024-08-16T03:52:51.881Z[ helios-setup] Aug 16 03:52:50.759 INFO E| Compiling unicode-ident v1.0.12
29852024-08-16T03:52:51.881Z[ helios-setup] Aug 16 03:52:50.759 INFO E| Compiling syn v1.0.109
29862024-08-16T03:52:51.881Z[ helios-setup] Aug 16 03:52:50.759 INFO E| Compiling version_check v0.9.4
29872024-08-16T03:52:51.881Z[ helios-setup] Aug 16 03:52:50.760 INFO E| Compiling semver-parser v0.7.0
29882024-08-16T03:52:51.881Z[ helios-setup] Aug 16 03:52:50.760 INFO E| Compiling autocfg v1.3.0
29892024-08-16T03:52:51.881Z[ helios-setup] Aug 16 03:52:50.760 INFO E| Compiling thiserror v1.0.63
29902024-08-16T03:52:51.881Z[ helios-setup] Aug 16 03:52:50.760 INFO E| Compiling serde v1.0.204
29912024-08-16T03:52:53.256Z[ helios-setup] Aug 16 03:52:52.136 INFO E| Compiling semver v0.9.0
29922024-08-16T03:52:53.260Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29932024-08-16T03:52:53.478Z[ helios-setup] Aug 16 03:52:52.358 INFO E| Compiling serde_json v1.0.120
29942024-08-16T03:52:53.547Z[ helios-setup] Aug 16 03:52:52.428 INFO E| Compiling ryu v1.0.18
29952024-08-16T03:52:53.610Z[ helios-setup] Aug 16 03:52:52.484 INFO E| Compiling unicode-segmentation v1.11.0
29962024-08-16T03:52:53.653Z[ helios-setup] Aug 16 03:52:52.533 INFO E| Compiling proc-macro-error-attr v1.0.4
29972024-08-16T03:52:53.696Z[ helios-setup] Aug 16 03:52:52.576 INFO E| Compiling proc-macro-error v1.0.4
29982024-08-16T03:52:53.728Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29992024-08-16T03:52:53.844Z[ helios-setup] Aug 16 03:52:52.725 INFO E| Compiling num-traits v0.2.19
30002024-08-16T03:52:54.316Z[ host-package] Compiling uzers v0.11.3
30012024-08-16T03:52:54.318Z[ helios-setup] Aug 16 03:52:53.196 INFO E| Compiling rustc_version v0.2.3
30022024-08-16T03:52:54.409Z[ helios-setup] Aug 16 03:52:53.290 INFO E| Compiling schemars v0.8.21
30032024-08-16T03:52:54.459Z[ helios-setup] Aug 16 03:52:53.340 INFO E| Compiling itoa v1.0.11
30042024-08-16T03:52:54.843Z[ helios-setup] Aug 16 03:52:53.723 INFO E| Compiling memoffset v0.5.6
30052024-08-16T03:52:54.850Z[ helios-setup] Aug 16 03:52:53.730 INFO E| Compiling dyn-clone v1.0.17
30062024-08-16T03:52:54.855Z[ helios-setup] Aug 16 03:52:53.736 INFO E| Compiling paste v1.0.15
30072024-08-16T03:52:55.262Z[ helios-setup] Aug 16 03:52:54.127 INFO E| Compiling heck v0.3.3
30082024-08-16T03:52:55.326Z[ helios-setup] Aug 16 03:52:54.206 INFO E| Compiling lazy_static v1.5.0
30092024-08-16T03:52:55.335Z[ helios-setup] Aug 16 03:52:54.215 INFO E| Compiling pre-proc-macro v0.2.1
30102024-08-16T03:52:55.431Z[ helios-setup] Aug 16 03:52:54.312 INFO E| Compiling ucd-trie v0.1.6
30112024-08-16T03:52:55.647Z[ helios-setup] Aug 16 03:52:54.528 INFO E| Compiling rustversion v1.0.17
30122024-08-16T03:52:55.725Z[ helios-setup] Aug 16 03:52:54.605 INFO E| Compiling libc v0.2.155
30132024-08-16T03:52:55.786Z[ helios-setup] Aug 16 03:52:54.667 INFO E| Compiling quote v1.0.36
30142024-08-16T03:52:55.867Z[ helios-setup] Aug 16 03:52:54.748 INFO E| Compiling memchr v2.7.4
30152024-08-16T03:52:56.498Z[ helios-setup] Aug 16 03:52:55.379 INFO E| Compiling pre v0.2.1
30162024-08-16T03:52:56.854Z[ helios-setup] Aug 16 03:52:55.735 INFO E| Compiling syn v2.0.71
30172024-08-16T03:52:57.338Z[ helios-setup] Aug 16 03:52:56.219 INFO E| Compiling static_assertions v1.1.0
30182024-08-16T03:52:57.412Z[ helios-setup] Aug 16 03:52:56.292 INFO E| Compiling byteorder v1.5.0
30192024-08-16T03:52:57.476Z[ helios-setup] Aug 16 03:52:56.357 INFO E| Compiling once_cell v1.19.0
30202024-08-16T03:52:58.290Z[ helios-setup] Aug 16 03:52:57.171 INFO E| Compiling cfg-if v0.1.10
30212024-08-16T03:52:58.696Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30222024-08-16T03:53:00.153Z[ helios-setup] Aug 16 03:52:59.033 INFO E| Compiling unicode-width v0.1.13
30232024-08-16T03:53:00.309Z[ helios-setup] Aug 16 03:52:59.190 INFO E| Compiling atty v0.2.14
30242024-08-16T03:53:00.688Z[ helios-setup] Aug 16 03:52:59.569 INFO E| Compiling textwrap v0.11.0
30252024-08-16T03:53:00.823Z[ helios-setup] Aug 16 03:52:59.704 INFO E| Compiling unic-common v0.9.0
30262024-08-16T03:53:01.198Z[ helios-setup] Aug 16 03:53:00.078 INFO E| Compiling unic-char-range v0.9.0
30272024-08-16T03:53:01.450Z[ helios-setup] Aug 16 03:53:00.331 INFO E| Compiling fletcher v0.1.0
30282024-08-16T03:53:01.496Z[ helios-setup] Aug 16 03:53:00.377 INFO E| Compiling strsim v0.8.0
30292024-08-16T03:53:01.728Z[ helios-setup] Aug 16 03:53:00.609 INFO E| Compiling parse_int v0.6.0
30302024-08-16T03:53:01.795Z[ helios-setup] Aug 16 03:53:00.676 INFO E| Compiling vec_map v0.8.2
30312024-08-16T03:53:01.834Z[ helios-setup] Aug 16 03:53:00.715 INFO E| Compiling ansi_term v0.12.1
30322024-08-16T03:53:02.047Z[ helios-setup] Aug 16 03:53:00.928 INFO E| Compiling strum v0.23.0
30332024-08-16T03:53:02.161Z[ helios-setup] Aug 16 03:53:01.042 INFO E| Compiling bitflags v1.3.2
30342024-08-16T03:53:02.248Z[ helios-setup] Aug 16 03:53:01.129 INFO E| Compiling unic-char-property v0.9.0
30352024-08-16T03:53:02.314Z[ helios-setup] Aug 16 03:53:01.189 INFO E| Compiling unic-ucd-version v0.9.0
30362024-08-16T03:53:02.345Z[ helios-setup] Aug 16 03:53:01.227 INFO E| Compiling log v0.4.22
30372024-08-16T03:53:02.435Z[ helios-setup] Aug 16 03:53:01.307 INFO E| Compiling plain v0.2.3
30382024-08-16T03:53:02.629Z[ helios-setup] Aug 16 03:53:01.510 INFO E| Compiling clap v2.34.0
30392024-08-16T03:53:02.683Z[ helios-setup] Aug 16 03:53:01.564 INFO E| Compiling unic-ucd-ident v0.9.0
30402024-08-16T03:53:03.042Z[ helios-setup] Aug 16 03:53:01.924 INFO E| Compiling bytesize v1.3.0
30412024-08-16T03:53:05.353Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30422024-08-16T03:53:06.059Z[ helios-setup] Aug 16 03:53:04.939 INFO E| Compiling serde_derive_internals v0.29.1
30432024-08-16T03:53:06.411Z[ helios-setup] Aug 16 03:53:05.292 INFO E| Compiling toml v0.5.11
30442024-08-16T03:53:08.486Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30452024-08-16T03:53:10.049Z[ helios-setup] Aug 16 03:53:08.901 INFO E| Compiling proc-macro-crate v0.1.5
30462024-08-16T03:53:11.003Z[ helios-setup] Aug 16 03:53:09.884 INFO E| Compiling thiserror-impl v1.0.63
30472024-08-16T03:53:11.025Z[ helios-setup] Aug 16 03:53:09.905 INFO E| Compiling serde_derive v1.0.204
30482024-08-16T03:53:11.193Z[ helios-setup] Aug 16 03:53:10.074 INFO E| Compiling schemars_derive v0.8.21
30492024-08-16T03:53:11.532Z[ helios-setup] Aug 16 03:53:10.385 INFO E| Compiling zerocopy-derive v0.6.6
30502024-08-16T03:53:14.984Z[ helios-setup] Aug 16 03:53:13.846 INFO E| Compiling zerocopy v0.6.6
30512024-08-16T03:53:16.367Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30522024-08-16T03:53:16.562Z[ helios-setup] Aug 16 03:53:15.444 INFO E| Compiling pest v2.7.11
30532024-08-16T03:53:18.497Z[ helios-setup] Aug 16 03:53:17.380 INFO E| Compiling modular-bitfield-impl v0.11.2
30542024-08-16T03:53:18.497Z[ helios-setup] Aug 16 03:53:17.380 INFO E| Compiling num-derive v0.3.3
30552024-08-16T03:53:18.916Z[ helios-setup] Aug 16 03:53:17.798 INFO E| Compiling scroll_derive v0.10.5
30562024-08-16T03:53:19.108Z[ helios-setup] Aug 16 03:53:17.990 INFO E| Compiling strum_macros v0.23.1
30572024-08-16T03:53:21.043Z[ helios-setup] Aug 16 03:53:19.925 INFO E| Compiling pest_meta v2.7.11
30582024-08-16T03:53:21.823Z[ helios-setup] Aug 16 03:53:20.706 INFO E| Compiling scroll v0.10.2
30592024-08-16T03:53:22.329Z[ helios-setup] Aug 16 03:53:21.212 INFO E| Compiling structopt-derive v0.4.18
30602024-08-16T03:53:22.914Z[ helios-setup] Aug 16 03:53:21.797 INFO E| Compiling goblin v0.4.3
30612024-08-16T03:53:24.071Z[ helios-setup] Aug 16 03:53:22.954 INFO E| Compiling modular-bitfield v0.11.2
30622024-08-16T03:53:24.322Z[ helios-setup] Aug 16 03:53:23.205 INFO E| Compiling pest_generator v2.7.11
30632024-08-16T03:53:27.743Z[ helios-setup] Aug 16 03:53:26.626 INFO E| Compiling structopt v0.3.26
30642024-08-16T03:53:28.508Z[ helios-setup] Aug 16 03:53:27.391 INFO E| Compiling pest_derive v2.7.11
30652024-08-16T03:53:32.486Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30662024-08-16T03:53:34.206Z[ helios-setup] Aug 16 03:53:33.090 INFO E| Compiling json5 v0.4.1
30672024-08-16T03:53:40.202Z[ helios-setup] Aug 16 03:53:39.086 INFO E| Compiling four-cc v0.3.0
30682024-08-16T03:53:40.202Z[ helios-setup] Aug 16 03:53:39.086 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
30692024-08-16T03:53:40.416Z[ helios-setup] Aug 16 03:53:39.300 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
30702024-08-16T03:53:45.025Z[ host-package] Compiling multimap v0.10.0
30712024-08-16T03:54:21.745Z[ helios-setup] Aug 16 03:54:20.633 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
30722024-08-16T03:54:37.181Z[ helios-setup] Aug 16 03:54:36.070 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30732024-08-16T03:55:27.225Z[ helios-setup] Aug 16 03:55:26.119 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 37s
30742024-08-16T03:55:27.264Z[ helios-setup] Aug 16 03:55:26.157 INFO building project "amd-host-image-builder" ok (187 seconds)
30752024-08-16T03:55:27.264Z[ helios-setup] Aug 16 03:55:26.157 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30762024-08-16T03:55:27.267Z[ helios-setup] Aug 16 03:55:26.157 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30772024-08-16T03:55:27.791Z[ helios-setup] Aug 16 03:55:26.685 INFO E| Compiling adler v1.0.2
30782024-08-16T03:55:27.971Z[ helios-setup] Aug 16 03:55:26.865 INFO E| Compiling miniz_oxide v0.7.2
30792024-08-16T03:55:30.886Z[ helios-setup] Aug 16 03:55:29.781 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30802024-08-16T03:55:31.852Z[ helios-setup] Aug 16 03:55:30.746 INFO E| Finished `release` profile [optimized] target(s) in 4.45s
30812024-08-16T03:55:31.859Z[ helios-setup] Aug 16 03:55:30.754 INFO building project "pinprick" ok (4 seconds)
30822024-08-16T03:55:31.862Z[ helios-setup] rm -f helios-build
30832024-08-16T03:55:31.865Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30842024-08-16T03:55:31.869Z[ helios-setup]
30852024-08-16T03:55:31.872Z[ helios-setup] Setup complete! ./helios-build is now available.
30862024-08-16T03:55:31.872Z[ helios-setup]
30872024-08-16T03:55:31.872Z[ helios-setup]
30882024-08-16T03:55:31.872Z[ helios-setup] real 11:59.412358089
30892024-08-16T03:55:31.872Z[ helios-setup] user 28:31.497172109
30902024-08-16T03:55:31.873Z[ helios-setup] sys 3:28.213749997
30912024-08-16T03:55:31.873Z[ helios-setup] trap 1.654164879
30922024-08-16T03:55:31.873Z[ helios-setup] tflt 6.277161638
30932024-08-16T03:55:31.873Z[ helios-setup] dflt 35.742620289
30942024-08-16T03:55:31.873Z[ helios-setup] kflt 0.050414933
30952024-08-16T03:55:31.873Z[ helios-setup] lock 1:59:25.266136236
30962024-08-16T03:55:31.873Z[ helios-setup] slp 3:37:55.100403391
30972024-08-16T03:55:31.873Z[ helios-setup] lat 32:13.523953771
30982024-08-16T03:55:31.873Z[ helios-setup] stop 4:35.841465763
30992024-08-16T03:55:31.875ZAug 16 03:55:30.767 INFO [helios-setup] process exited with exit status: 0 (719.41773711s)
31002024-08-16T03:55:31.876ZAug 16 03:55:30.768 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31012024-08-16T03:55:31.892Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31022024-08-16T03:55:32.279Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31032024-08-16T03:55:32.279Z[ phbl-toolchain] info: downloading component 'cargo'
31042024-08-16T03:55:33.854Z[ phbl-toolchain] info: downloading component 'clippy'
31052024-08-16T03:55:34.129Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31062024-08-16T03:55:37.453Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31072024-08-16T03:55:39.724Z[ phbl-toolchain] info: downloading component 'miri'
31082024-08-16T03:55:39.869Z[ phbl-toolchain] info: downloading component 'rust-docs'
31092024-08-16T03:55:41.109Z[ phbl-toolchain] info: downloading component 'rust-src'
31102024-08-16T03:55:41.436Z[ phbl-toolchain] info: downloading component 'rust-std'
31112024-08-16T03:55:44.302Z[ phbl-toolchain] info: downloading component 'rustc'
31122024-08-16T03:55:49.967Z[ phbl-toolchain] info: downloading component 'rustfmt'
31132024-08-16T03:55:50.462Z[ phbl-toolchain] info: installing component 'cargo'
31142024-08-16T03:55:51.920Z[ phbl-toolchain] info: installing component 'clippy'
31152024-08-16T03:55:52.373Z[ phbl-toolchain] info: installing component 'llvm-tools'
31162024-08-16T03:55:57.946Z[ phbl-toolchain] info: installing component 'miri'
31172024-08-16T03:55:58.266Z[ phbl-toolchain] info: installing component 'rust-docs'
31182024-08-16T03:56:03.737Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31192024-08-16T03:56:04.829Z[ phbl-toolchain] info: installing component 'rust-src'
31202024-08-16T03:56:05.468Z[ phbl-toolchain] info: installing component 'rust-std'
31212024-08-16T03:56:08.175Z[ phbl-toolchain] info: installing component 'rustc'
31222024-08-16T03:56:14.496Z[ phbl-toolchain] info: installing component 'rustfmt'
31232024-08-16T03:56:15.293Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31242024-08-16T03:56:15.296ZAug 16 03:56:14.194 INFO [phbl-toolchain] process exited with exit status: 0 (43.426423366s)
31252024-08-16T04:02:38.702Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 20s
31262024-08-16T04:03:30.733ZAug 16 04:03:27.855 INFO [host-package] process exited with exit status: 0 (1151.254477008s)
31272024-08-16T04:03:30.733ZAug 16 04:03:27.856 INFO [host-stamp] running task
31282024-08-16T04:03:30.733ZAug 16 04:03:27.856 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31292024-08-16T04:03:30.733ZAug 16 04:03:27.856 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 10.0.0-0.ci+gitf6a6b398a6c
31302024-08-16T04:03:30.733ZAug 16 04:03:27.867 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 10.0.0-0.ci+gitf6a6b398a6c
31312024-08-16T04:03:30.733ZAug 16 04:03:27.872 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 10.0.0-0.ci+gitf6a6b398a6c
31322024-08-16T04:03:30.733Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31332024-08-16T04:03:30.733Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31342024-08-16T04:03:30.733ZAug 16 04:03:27.877 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 10.0.0-0.ci+gitf6a6b398a6c
31352024-08-16T04:03:30.733Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31362024-08-16T04:03:30.733Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31372024-08-16T04:03:30.733ZAug 16 04:03:27.883 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 10.0.0-0.ci+gitf6a6b398a6c
31382024-08-16T04:03:30.733Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31392024-08-16T04:03:30.733ZAug 16 04:03:27.891 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 10.0.0-0.ci+gitf6a6b398a6c
31402024-08-16T04:03:30.733Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31412024-08-16T04:03:30.733ZAug 16 04:03:27.897 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 10.0.0-0.ci+gitf6a6b398a6c
31422024-08-16T04:03:30.733Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31432024-08-16T04:03:30.734ZAug 16 04:03:27.906 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 10.0.0-0.ci+gitf6a6b398a6c
31442024-08-16T04:03:30.734Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31452024-08-16T04:03:30.734Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31462024-08-16T04:03:30.734Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31472024-08-16T04:03:30.734ZAug 16 04:03:27.922 INFO [stamp-overlay] process exited with exit status: 0 (65.648365ms)
31482024-08-16T04:03:30.734Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31492024-08-16T04:03:30.734ZAug 16 04:03:27.923 INFO [stamp-oxlog] process exited with exit status: 0 (32.423917ms)
31502024-08-16T04:03:30.734ZAug 16 04:03:27.926 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (28.32792ms)
31512024-08-16T04:03:30.734Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31522024-08-16T04:03:30.734Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31532024-08-16T04:03:30.734ZAug 16 04:03:28.020 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (113.828234ms)
31542024-08-16T04:03:30.734Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31552024-08-16T04:03:30.734ZAug 16 04:03:28.101 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (228.875575ms)
31562024-08-16T04:03:30.734Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31572024-08-16T04:03:30.734ZAug 16 04:03:28.240 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (357.18855ms)
31582024-08-16T04:03:30.734Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31592024-08-16T04:03:30.734ZAug 16 04:03:29.077 INFO [stamp-propolis-server] process exited with exit status: 0 (1.209744956s)
31602024-08-16T04:03:30.734Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31612024-08-16T04:03:32.508Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31622024-08-16T04:03:39.266Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31632024-08-16T04:03:39.269ZAug 16 04:03:38.207 INFO [stamp-switch-asic] process exited with exit status: 0 (10.329631731s)
31642024-08-16T04:03:39.269ZAug 16 04:03:38.207 INFO [host-stamp] task succeeded (10.351509058s)
31652024-08-16T04:03:39.269ZAug 16 04:03:38.207 INFO [host-proto] running task
31662024-08-16T04:03:39.633ZAug 16 04:03:38.570 INFO [host-proto] task succeeded (363.09817ms)
31672024-08-16T04:03:39.633ZAug 16 04:03:38.570 INFO [host-profile] running task
31682024-08-16T04:03:39.640ZAug 16 04:03:38.571 INFO [host-profile] task succeeded (315.945µs)
31692024-08-16T04:03:39.640ZAug 16 04:03:38.571 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpeiA9XR/proto/host/root -N 'ci f6a6b39/${os_short_commit} 2024-08-16 03:43' -s host -B
31702024-08-16T04:03:39.650Z[ host-image] Aug 16 04:03:38.585 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31712024-08-16T04:03:39.653Z[ host-image] Aug 16 04:03:38.585 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31722024-08-16T04:03:39.664Z[ host-image] Aug 16 04:03:38.599 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpeiA9XR/proto/host/root"
31732024-08-16T04:03:39.664Z[ host-image] Aug 16 04:03:38.599 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31742024-08-16T04:03:39.668Z[ host-image] Aug 16 04:03:38.599 INFO image builder template: ramdisk-01-os...
31752024-08-16T04:03:39.668Z[ host-image] Aug 16 04:03:38.600 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpeiA9XR/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
31762024-08-16T04:03:39.683Z[ host-image] Aug 16 04:03:38.619 INFO O| Aug 16 04:03:38.619 INFO CREATE DATASET: rpool/images/build/host/output
31772024-08-16T04:03:39.940Z[ host-image] Aug 16 04:03:38.878 INFO O| Aug 16 04:03:38.878 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31782024-08-16T04:03:39.945Z[ host-image] Aug 16 04:03:38.883 INFO O| Aug 16 04:03:38.883 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31792024-08-16T04:03:40.184Z[ host-image] Aug 16 04:03:39.122 INFO O| Aug 16 04:03:39.121 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31802024-08-16T04:03:40.232Z[ host-image] Aug 16 04:03:39.169 INFO O| Aug 16 04:03:39.169 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31812024-08-16T04:03:40.232Z[ host-image] Aug 16 04:03:39.170 INFO O| Aug 16 04:03:39.169 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31822024-08-16T04:03:40.235Z[ host-image] Aug 16 04:03:39.170 INFO O| Aug 16 04:03:39.170 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31832024-08-16T04:03:40.235Z[ host-image] Aug 16 04:03:39.170 INFO O| Aug 16 04:03:39.170 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31842024-08-16T04:03:40.243Z[ host-image] Aug 16 04:03:39.180 INFO O| Aug 16 04:03:39.180 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31852024-08-16T04:03:40.528Z[ host-image] Aug 16 04:03:39.465 INFO O| Aug 16 04:03:39.465 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31862024-08-16T04:03:40.544Z[ host-image] Aug 16 04:03:39.482 INFO O| Aug 16 04:03:39.482 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31872024-08-16T04:03:41.036Z[ host-image] Aug 16 04:03:39.973 INFO O| Aug 16 04:03:39.973 INFO O| Caching catalogs ... Done
31882024-08-16T04:03:41.159Z[ host-image] Aug 16 04:03:40.096 INFO O| Aug 16 04:03:40.096 INFO STEP 0 (pkg_image_create) COMPLETE
31892024-08-16T04:03:41.159Z[ host-image] Aug 16 04:03:40.097 INFO O| Aug 16 04:03:40.096 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31902024-08-16T04:03:41.161Z[ host-image] Aug 16 04:03:40.097 INFO O| Aug 16 04:03:40.096 INFO skip step because feature "repo_redist" is not enabled
31912024-08-16T04:03:41.161Z[ host-image] Aug 16 04:03:40.097 INFO O| Aug 16 04:03:40.096 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31922024-08-16T04:03:41.178Z[ host-image] Aug 16 04:03:40.114 INFO O| Aug 16 04:03:40.114 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
31932024-08-16T04:03:41.843Z[ host-image] Aug 16 04:03:40.682 INFO O| Aug 16 04:03:40.682 INFO STEP 2 (pkg_set_publisher) COMPLETE
31942024-08-16T04:03:41.894Z[ host-image] Aug 16 04:03:40.682 INFO O| Aug 16 04:03:40.682 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31952024-08-16T04:03:41.894Z[ host-image] Aug 16 04:03:40.700 INFO O| Aug 16 04:03:40.699 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
31962024-08-16T04:03:42.323Z[ host-image] Aug 16 04:03:41.260 INFO O| Aug 16 04:03:41.260 INFO STEP 3 (pkg_set_publisher) COMPLETE
31972024-08-16T04:03:42.323Z[ host-image] Aug 16 04:03:41.260 INFO O| Aug 16 04:03:41.260 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31982024-08-16T04:03:42.323Z[ host-image] Aug 16 04:03:41.260 INFO O| Aug 16 04:03:41.260 INFO skip step because feature "repo_redist" is not enabled
31992024-08-16T04:03:42.326Z[ host-image] Aug 16 04:03:41.260 INFO O| Aug 16 04:03:41.260 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32002024-08-16T04:03:42.855Z[ host-image] Aug 16 04:03:41.790 INFO O| Aug 16 04:03:41.790 INFO variant opensolaris.zone is already global
32012024-08-16T04:03:42.855Z[ host-image] Aug 16 04:03:41.790 INFO O| Aug 16 04:03:41.790 INFO STEP 5 (pkg_change_variant) COMPLETE
32022024-08-16T04:03:42.859Z[ host-image] Aug 16 04:03:41.790 INFO O| Aug 16 04:03:41.790 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32032024-08-16T04:03:43.390Z[ host-image] Aug 16 04:03:42.327 INFO O| Aug 16 04:03:42.327 INFO variant opensolaris.imagetype is full; changing to partial
32042024-08-16T04:03:43.390Z[ host-image] Aug 16 04:03:42.327 INFO O| Aug 16 04:03:42.327 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32052024-08-16T04:03:49.810Z[ host-image] Aug 16 04:03:48.749 INFO O| Aug 16 04:03:48.749 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32062024-08-16T04:03:50.842Z[recovery-package] Finished `release` profile [optimized] target(s) in 21.70s
32072024-08-16T04:03:52.072ZAug 16 04:03:51.011 INFO [recovery-package] process exited with exit status: 0 (23.154778571s)
32082024-08-16T04:03:52.074ZAug 16 04:03:51.011 INFO [recovery-stamp] running task
32092024-08-16T04:03:52.075ZAug 16 04:03:51.011 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32102024-08-16T04:03:52.075ZAug 16 04:03:51.011 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitf6a6b398a6c
32112024-08-16T04:03:52.085ZAug 16 04:03:51.025 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 10.0.0-0.ci+gitf6a6b398a6c
32122024-08-16T04:03:52.094Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32132024-08-16T04:03:52.101Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32142024-08-16T04:03:52.136Z[ host-image] Aug 16 04:03:51.074 INFO O| Aug 16 04:03:51.074 INFO O| Startup: Caching catalogs ... Done
32152024-08-16T04:03:52.169Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32162024-08-16T04:03:52.172ZAug 16 04:03:51.111 INFO [stamp-installinator] process exited with exit status: 0 (99.434553ms)
32172024-08-16T04:03:52.191Z[ host-image] Aug 16 04:03:51.130 INFO O| Aug 16 04:03:51.130 INFO O| Planning: Planning completed in 0.00 seconds
32182024-08-16T04:03:52.193Z[ host-image] Aug 16 04:03:51.130 INFO O| Aug 16 04:03:51.130 INFO O| Planning: Consolidating action changes ... Done
32192024-08-16T04:03:52.193Z[ host-image] Aug 16 04:03:51.131 INFO O| Aug 16 04:03:51.131 INFO O| Planning: Evaluating mediators ... Done
32202024-08-16T04:03:52.193Z[ host-image] Aug 16 04:03:51.131 INFO O| Aug 16 04:03:51.131 INFO O| Planning: Planning completed in 0.00 seconds
32212024-08-16T04:03:52.193Z[ host-image] Aug 16 04:03:51.131 INFO O| Aug 16 04:03:51.131 INFO O| Variants/Facets to change: 1
32222024-08-16T04:03:52.207Z[ host-image] Aug 16 04:03:51.146 INFO O| Aug 16 04:03:51.146 INFO O| Done
32232024-08-16T04:03:52.207Z[ host-image] Aug 16 04:03:51.146 INFO O| Aug 16 04:03:51.146 INFO O| Done
32242024-08-16T04:03:52.230Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32252024-08-16T04:03:52.233ZAug 16 04:03:51.172 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (147.908567ms)
32262024-08-16T04:03:52.236ZAug 16 04:03:51.173 INFO [recovery-stamp] task succeeded (161.518499ms)
32272024-08-16T04:03:52.236ZAug 16 04:03:51.173 INFO [recovery-proto] running task
32282024-08-16T04:03:52.236ZAug 16 04:03:51.173 INFO [tuf-stamp] running task
32292024-08-16T04:03:52.236ZAug 16 04:03:51.174 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 10.0.0-0.ci+gitf6a6b398a6c
32302024-08-16T04:03:52.244ZAug 16 04:03:51.183 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 10.0.0-0.ci+gitf6a6b398a6c
32312024-08-16T04:03:52.252ZAug 16 04:03:51.191 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 10.0.0-0.ci+gitf6a6b398a6c
32322024-08-16T04:03:52.258Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32332024-08-16T04:03:52.260ZAug 16 04:03:51.199 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 10.0.0-0.ci+gitf6a6b398a6c
32342024-08-16T04:03:52.266Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32352024-08-16T04:03:52.269ZAug 16 04:03:51.208 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 10.0.0-0.ci+gitf6a6b398a6c
32362024-08-16T04:03:52.271Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32372024-08-16T04:03:52.279ZAug 16 04:03:51.218 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 10.0.0-0.ci+gitf6a6b398a6c
32382024-08-16T04:03:52.289Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32392024-08-16T04:03:52.292ZAug 16 04:03:51.229 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 10.0.0-0.ci+gitf6a6b398a6c
32402024-08-16T04:03:52.305Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32412024-08-16T04:03:52.307ZAug 16 04:03:51.244 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 10.0.0-0.ci+gitf6a6b398a6c
32422024-08-16T04:03:52.314Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32432024-08-16T04:03:52.343Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32442024-08-16T04:03:52.371ZAug 16 04:03:51.308 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 10.0.0-0.ci+gitf6a6b398a6c
32452024-08-16T04:03:52.422Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32462024-08-16T04:03:52.424Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32472024-08-16T04:03:52.424ZAug 16 04:03:51.361 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 10.0.0-0.ci+gitf6a6b398a6c
32482024-08-16T04:03:52.446ZAug 16 04:03:51.385 INFO [recovery-proto] task succeeded (212.516575ms)
32492024-08-16T04:03:52.449ZAug 16 04:03:51.386 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpeiA9XR/proto/recovery/root -N 'recovery f6a6b39/${os_short_commit} 2024-08-16 03:43' -s recovery -R
32502024-08-16T04:03:52.455ZAug 16 04:03:51.394 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 10.0.0-0.ci+gitf6a6b398a6c
32512024-08-16T04:03:52.676Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32522024-08-16T04:03:52.680Z[ recovery-image] Aug 16 04:03:51.416 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32532024-08-16T04:03:52.680Z[ recovery-image] Aug 16 04:03:51.416 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32542024-08-16T04:03:52.680Z[ recovery-image] Aug 16 04:03:51.434 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpeiA9XR/proto/recovery/root"
32552024-08-16T04:03:52.680Z[ recovery-image] Aug 16 04:03:51.434 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32562024-08-16T04:03:52.680Z[ recovery-image] Aug 16 04:03:51.434 INFO image builder template: ramdisk-01-os...
32572024-08-16T04:03:52.680Z[ recovery-image] Aug 16 04:03:51.434 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpeiA9XR/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32582024-08-16T04:03:52.680Z[ recovery-image] Aug 16 04:03:51.568 INFO O| Aug 16 04:03:51.463 INFO CREATE DATASET: rpool/images/build/recovery/output
32592024-08-16T04:03:52.692Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32602024-08-16T04:03:52.754Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32612024-08-16T04:03:52.756ZAug 16 04:03:51.693 INFO [stamp-probe] process exited with exit status: 0 (474.756212ms)
32622024-08-16T04:03:52.895Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32632024-08-16T04:03:52.984ZAug 16 04:03:51.923 INFO [stamp-ntp] process exited with exit status: 0 (694.581834ms)
32642024-08-16T04:03:52.994Z[ host-image] Aug 16 04:03:51.933 INFO O| Aug 16 04:03:51.933 INFO O| Done
32652024-08-16T04:03:53.026Z[ recovery-image] Aug 16 04:03:51.966 INFO O| Aug 16 04:03:51.943 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32662024-08-16T04:03:53.026Z[ recovery-image] Aug 16 04:03:51.966 INFO O| Aug 16 04:03:51.949 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32672024-08-16T04:03:53.069Z[ host-image] Aug 16 04:03:52.008 INFO O| Aug 16 04:03:52.008 INFO O| Done
32682024-08-16T04:03:53.071Z[ host-image] Aug 16 04:03:52.009 INFO O| Aug 16 04:03:52.009 INFO O| Done
32692024-08-16T04:03:53.071Z[ host-image] Aug 16 04:03:52.009 INFO O| Aug 16 04:03:52.009 INFO O| Done
32702024-08-16T04:03:53.073Z[ host-image] Aug 16 04:03:52.011 INFO O| Aug 16 04:03:52.011 INFO O| Done
32712024-08-16T04:03:53.453Z[ recovery-image] Aug 16 04:03:52.391 INFO O| Aug 16 04:03:52.391 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32722024-08-16T04:03:53.543Z[ recovery-image] Aug 16 04:03:52.482 INFO O| Aug 16 04:03:52.482 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32732024-08-16T04:03:53.543Z[ recovery-image] Aug 16 04:03:52.482 INFO O| Aug 16 04:03:52.482 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32742024-08-16T04:03:53.545Z[ recovery-image] Aug 16 04:03:52.482 INFO O| Aug 16 04:03:52.482 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32752024-08-16T04:03:53.545Z[ recovery-image] Aug 16 04:03:52.482 INFO O| Aug 16 04:03:52.482 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32762024-08-16T04:03:53.553Z[ recovery-image] Aug 16 04:03:52.493 INFO O| Aug 16 04:03:52.493 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32772024-08-16T04:03:53.651Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32782024-08-16T04:03:53.661ZAug 16 04:03:52.601 INFO [stamp-internal-dns] process exited with exit status: 0 (1.410039273s)
32792024-08-16T04:03:53.718Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32802024-08-16T04:03:53.728ZAug 16 04:03:52.668 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.484544418s)
32812024-08-16T04:03:53.739Z[ host-image] Aug 16 04:03:52.678 INFO O| Aug 16 04:03:52.678 INFO STEP 6 (pkg_change_variant) COMPLETE
32822024-08-16T04:03:53.739Z[ host-image] Aug 16 04:03:52.678 INFO O| Aug 16 04:03:52.678 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32832024-08-16T04:03:53.741Z[ host-image] Aug 16 04:03:52.678 INFO O| Aug 16 04:03:52.678 INFO skip step because feature "debug_variant" is not enabled
32842024-08-16T04:03:53.741Z[ host-image] Aug 16 04:03:52.678 INFO O| Aug 16 04:03:52.678 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32852024-08-16T04:03:53.850Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32862024-08-16T04:03:53.855ZAug 16 04:03:52.794 INFO [stamp-external-dns] process exited with exit status: 0 (1.485928903s)
32872024-08-16T04:03:53.867Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
32882024-08-16T04:03:53.889Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32892024-08-16T04:03:53.931Z[ recovery-image] Aug 16 04:03:52.869 INFO O| Aug 16 04:03:52.869 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32902024-08-16T04:03:53.964Z[ recovery-image] Aug 16 04:03:52.903 INFO O| Aug 16 04:03:52.903 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32912024-08-16T04:03:54.317Z[ host-image] Aug 16 04:03:53.255 INFO O| Aug 16 04:03:53.255 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32922024-08-16T04:03:54.333Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
32932024-08-16T04:03:54.337ZAug 16 04:03:53.276 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.031650044s)
32942024-08-16T04:03:54.362Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
32952024-08-16T04:03:54.367ZAug 16 04:03:53.305 INFO [stamp-oximeter] process exited with exit status: 0 (2.097087475s)
32962024-08-16T04:03:54.481Z[ recovery-image] Aug 16 04:03:53.419 INFO O| Aug 16 04:03:53.419 INFO O| Caching catalogs ... Done
32972024-08-16T04:03:54.597Z[ recovery-image] Aug 16 04:03:53.535 INFO O| Aug 16 04:03:53.535 INFO STEP 0 (pkg_image_create) COMPLETE
32982024-08-16T04:03:54.597Z[ recovery-image] Aug 16 04:03:53.535 INFO O| Aug 16 04:03:53.535 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32992024-08-16T04:03:54.597Z[ recovery-image] Aug 16 04:03:53.535 INFO O| Aug 16 04:03:53.535 INFO skip step because feature "repo_redist" is not enabled
33002024-08-16T04:03:54.600Z[ recovery-image] Aug 16 04:03:53.535 INFO O| Aug 16 04:03:53.535 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33012024-08-16T04:03:54.610Z[ recovery-image] Aug 16 04:03:53.549 INFO O| Aug 16 04:03:53.549 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
33022024-08-16T04:03:54.914Z[ host-image] Aug 16 04:03:53.853 INFO O| Aug 16 04:03:53.853 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33032024-08-16T04:03:54.917Z[ host-image] Aug 16 04:03:53.854 INFO O| Aug 16 04:03:53.854 INFO O| Planning: Planning completed in 0.00 seconds
33042024-08-16T04:03:54.917Z[ host-image] Aug 16 04:03:53.855 INFO O| Aug 16 04:03:53.855 INFO O| Planning: Consolidating action changes ... Done
33052024-08-16T04:03:54.917Z[ host-image] Aug 16 04:03:53.855 INFO O| Aug 16 04:03:53.855 INFO O| Planning: Evaluating mediators ... Done
33062024-08-16T04:03:54.917Z[ host-image] Aug 16 04:03:53.855 INFO O| Aug 16 04:03:53.855 INFO O| Planning: Planning completed in 0.00 seconds
33072024-08-16T04:03:54.917Z[ host-image] Aug 16 04:03:53.856 INFO O| Aug 16 04:03:53.856 INFO O| Variants/Facets to change: 1
33082024-08-16T04:03:54.937Z[ host-image] Aug 16 04:03:53.876 INFO O| Aug 16 04:03:53.876 INFO O| Done
33092024-08-16T04:03:54.937Z[ host-image] Aug 16 04:03:53.876 INFO O| Aug 16 04:03:53.876 INFO O| Done
33102024-08-16T04:03:55.102Z[ recovery-image] Aug 16 04:03:54.041 INFO O| Aug 16 04:03:54.041 INFO STEP 2 (pkg_set_publisher) COMPLETE
33112024-08-16T04:03:55.102Z[ recovery-image] Aug 16 04:03:54.041 INFO O| Aug 16 04:03:54.041 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33122024-08-16T04:03:55.117Z[ recovery-image] Aug 16 04:03:54.056 INFO O| Aug 16 04:03:54.056 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
33132024-08-16T04:03:55.354Z[ host-image] Aug 16 04:03:54.293 INFO O| Aug 16 04:03:54.293 INFO O| Done
33142024-08-16T04:03:55.405Z[ host-image] Aug 16 04:03:54.344 INFO O| Aug 16 04:03:54.344 INFO O| Done
33152024-08-16T04:03:55.407Z[ host-image] Aug 16 04:03:54.345 INFO O| Aug 16 04:03:54.345 INFO O| Done
33162024-08-16T04:03:55.407Z[ host-image] Aug 16 04:03:54.345 INFO O| Aug 16 04:03:54.345 INFO O| Done
33172024-08-16T04:03:55.407Z[ host-image] Aug 16 04:03:54.346 INFO O| Aug 16 04:03:54.346 INFO O| Done
33182024-08-16T04:03:55.496Z[ host-image] Aug 16 04:03:54.436 INFO O| Aug 16 04:03:54.436 INFO STEP 8 (pkg_change_facet) COMPLETE
33192024-08-16T04:03:55.497Z[ host-image] Aug 16 04:03:54.436 INFO O| Aug 16 04:03:54.436 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33202024-08-16T04:03:55.499Z[ host-image] Aug 16 04:03:54.436 INFO O| Aug 16 04:03:54.436 INFO skip step because feature "recovery" is not enabled
33212024-08-16T04:03:55.499Z[ host-image] Aug 16 04:03:54.436 INFO O| Aug 16 04:03:54.436 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33222024-08-16T04:03:55.499Z[ host-image] Aug 16 04:03:54.436 INFO O| Aug 16 04:03:54.436 INFO skip step because feature "recovery" is not enabled
33232024-08-16T04:03:55.499Z[ host-image] Aug 16 04:03:54.436 INFO O| Aug 16 04:03:54.436 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33242024-08-16T04:03:55.511Z[ host-image] Aug 16 04:03:54.450 INFO O| Aug 16 04:03:54.450 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
33252024-08-16T04:03:55.567Z[ recovery-image] Aug 16 04:03:54.506 INFO O| Aug 16 04:03:54.506 INFO STEP 3 (pkg_set_publisher) COMPLETE
33262024-08-16T04:03:55.567Z[ recovery-image] Aug 16 04:03:54.506 INFO O| Aug 16 04:03:54.506 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33272024-08-16T04:03:55.570Z[ recovery-image] Aug 16 04:03:54.506 INFO O| Aug 16 04:03:54.506 INFO skip step because feature "repo_redist" is not enabled
33282024-08-16T04:03:55.570Z[ recovery-image] Aug 16 04:03:54.506 INFO O| Aug 16 04:03:54.506 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33292024-08-16T04:03:56.061Z[ recovery-image] Aug 16 04:03:54.999 INFO O| Aug 16 04:03:54.999 INFO variant opensolaris.zone is already global
33302024-08-16T04:03:56.061Z[ recovery-image] Aug 16 04:03:54.999 INFO O| Aug 16 04:03:54.999 INFO STEP 5 (pkg_change_variant) COMPLETE
33312024-08-16T04:03:56.061Z[ recovery-image] Aug 16 04:03:54.999 INFO O| Aug 16 04:03:54.999 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33322024-08-16T04:03:56.111Z[ host-image] Aug 16 04:03:55.051 INFO O| Aug 16 04:03:55.051 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33332024-08-16T04:03:56.246Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33342024-08-16T04:03:56.251ZAug 16 04:03:55.190 INFO [stamp-nexus] process exited with exit status: 0 (3.795700071s)
33352024-08-16T04:03:56.495Z[ recovery-image] Aug 16 04:03:55.434 INFO O| Aug 16 04:03:55.434 INFO variant opensolaris.imagetype is full; changing to partial
33362024-08-16T04:03:56.495Z[ recovery-image] Aug 16 04:03:55.434 INFO O| Aug 16 04:03:55.434 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33372024-08-16T04:03:58.155Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33382024-08-16T04:03:58.168Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33392024-08-16T04:03:58.174ZAug 16 04:03:57.114 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.752681873s)
33402024-08-16T04:03:58.287Z[verify-libraries] Compiling heck v0.4.1
33412024-08-16T04:03:58.287Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33422024-08-16T04:03:58.289Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33432024-08-16T04:03:58.289Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33442024-08-16T04:03:58.289Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33452024-08-16T04:03:58.304Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33462024-08-16T04:03:58.307Z[verify-libraries] Compiling indent_write v2.2.0
33472024-08-16T04:03:58.751Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33482024-08-16T04:03:58.988Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33492024-08-16T04:03:59.126Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33502024-08-16T04:03:59.282Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33512024-08-16T04:03:59.444Z[verify-libraries] Compiling termios v0.3.3
33522024-08-16T04:04:00.046Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33532024-08-16T04:04:02.947Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
33542024-08-16T04:04:03.037ZAug 16 04:04:01.977 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.778689579s)
33552024-08-16T04:04:03.082Z[ recovery-image] Aug 16 04:04:02.022 INFO O| Aug 16 04:04:02.021 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33562024-08-16T04:04:03.140Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
33572024-08-16T04:04:03.171ZAug 16 04:04:02.111 INFO [stamp-clickhouse] process exited with exit status: 0 (10.937176779s)
33582024-08-16T04:04:03.171ZAug 16 04:04:02.111 INFO [tuf-stamp] task succeeded (10.938175081s)
33592024-08-16T04:04:09.498Z[ recovery-image] Aug 16 04:04:08.439 INFO O| Aug 16 04:04:08.439 INFO O| Startup: Caching catalogs ... Done
33602024-08-16T04:04:09.601Z[ recovery-image] Aug 16 04:04:08.541 INFO O| Aug 16 04:04:08.540 INFO O| Planning: Planning completed in 0.00 seconds
33612024-08-16T04:04:09.603Z[ recovery-image] Aug 16 04:04:08.542 INFO O| Aug 16 04:04:08.542 INFO O| Planning: Consolidating action changes ... Done
33622024-08-16T04:04:09.603Z[ recovery-image] Aug 16 04:04:08.542 INFO O| Aug 16 04:04:08.542 INFO O| Planning: Evaluating mediators ... Done
33632024-08-16T04:04:09.604Z[ recovery-image] Aug 16 04:04:08.543 INFO O| Aug 16 04:04:08.543 INFO O| Planning: Planning completed in 0.00 seconds
33642024-08-16T04:04:09.604Z[ recovery-image] Aug 16 04:04:08.543 INFO O| Aug 16 04:04:08.543 INFO O| Variants/Facets to change: 1
33652024-08-16T04:04:09.642Z[ recovery-image] Aug 16 04:04:08.583 INFO O| Aug 16 04:04:08.582 INFO O| Done
33662024-08-16T04:04:09.642Z[ recovery-image] Aug 16 04:04:08.583 INFO O| Aug 16 04:04:08.582 INFO O| Done
33672024-08-16T04:04:10.394Z[ recovery-image] Aug 16 04:04:09.335 INFO O| Aug 16 04:04:09.335 INFO O| Done
33682024-08-16T04:04:10.438Z[ recovery-image] Aug 16 04:04:09.378 INFO O| Aug 16 04:04:09.378 INFO O| Done
33692024-08-16T04:04:10.441Z[ recovery-image] Aug 16 04:04:09.380 INFO O| Aug 16 04:04:09.380 INFO O| Done
33702024-08-16T04:04:10.441Z[ recovery-image] Aug 16 04:04:09.380 INFO O| Aug 16 04:04:09.380 INFO O| Done
33712024-08-16T04:04:10.445Z[ recovery-image] Aug 16 04:04:09.382 INFO O| Aug 16 04:04:09.382 INFO O| Done
33722024-08-16T04:04:10.938Z[ recovery-image] Aug 16 04:04:09.878 INFO O| Aug 16 04:04:09.878 INFO STEP 6 (pkg_change_variant) COMPLETE
33732024-08-16T04:04:10.938Z[ recovery-image] Aug 16 04:04:09.878 INFO O| Aug 16 04:04:09.878 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33742024-08-16T04:04:10.940Z[ recovery-image] Aug 16 04:04:09.878 INFO O| Aug 16 04:04:09.878 INFO skip step because feature "debug_variant" is not enabled
33752024-08-16T04:04:10.940Z[ recovery-image] Aug 16 04:04:09.878 INFO O| Aug 16 04:04:09.878 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33762024-08-16T04:04:11.580Z[ recovery-image] Aug 16 04:04:10.521 INFO O| Aug 16 04:04:10.520 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33772024-08-16T04:04:12.450Z[ recovery-image] Aug 16 04:04:11.391 INFO O| Aug 16 04:04:11.391 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33782024-08-16T04:04:12.453Z[ recovery-image] Aug 16 04:04:11.393 INFO O| Aug 16 04:04:11.393 INFO O| Planning: Planning completed in 0.00 seconds
33792024-08-16T04:04:12.456Z[ recovery-image] Aug 16 04:04:11.394 INFO O| Aug 16 04:04:11.394 INFO O| Planning: Consolidating action changes ... Done
33802024-08-16T04:04:12.456Z[ recovery-image] Aug 16 04:04:11.394 INFO O| Aug 16 04:04:11.394 INFO O| Planning: Evaluating mediators ... Done
33812024-08-16T04:04:12.456Z[ recovery-image] Aug 16 04:04:11.395 INFO O| Aug 16 04:04:11.395 INFO O| Planning: Planning completed in 0.00 seconds
33822024-08-16T04:04:12.456Z[ recovery-image] Aug 16 04:04:11.395 INFO O| Aug 16 04:04:11.395 INFO O| Variants/Facets to change: 1
33832024-08-16T04:04:12.545Z[ recovery-image] Aug 16 04:04:11.486 INFO O| Aug 16 04:04:11.486 INFO O| Done
33842024-08-16T04:04:12.545Z[ recovery-image] Aug 16 04:04:11.486 INFO O| Aug 16 04:04:11.486 INFO O| Done
33852024-08-16T04:04:12.991Z[ recovery-image] Aug 16 04:04:11.931 INFO O| Aug 16 04:04:11.931 INFO O| Done
33862024-08-16T04:04:13.069Z[ recovery-image] Aug 16 04:04:12.010 INFO O| Aug 16 04:04:12.010 INFO O| Done
33872024-08-16T04:04:13.072Z[ recovery-image] Aug 16 04:04:12.011 INFO O| Aug 16 04:04:12.011 INFO O| Done
33882024-08-16T04:04:13.072Z[ recovery-image] Aug 16 04:04:12.011 INFO O| Aug 16 04:04:12.011 INFO O| Done
33892024-08-16T04:04:13.075Z[ recovery-image] Aug 16 04:04:12.013 INFO O| Aug 16 04:04:12.013 INFO O| Done
33902024-08-16T04:04:13.185Z[ recovery-image] Aug 16 04:04:12.126 INFO O| Aug 16 04:04:12.125 INFO STEP 8 (pkg_change_facet) COMPLETE
33912024-08-16T04:04:13.185Z[ recovery-image] Aug 16 04:04:12.126 INFO O| Aug 16 04:04:12.125 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33922024-08-16T04:04:13.763Z[ recovery-image] Aug 16 04:04:12.704 INFO O| Aug 16 04:04:12.704 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33932024-08-16T04:04:14.761Z[ recovery-image] Aug 16 04:04:13.702 INFO O| Aug 16 04:04:13.702 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33942024-08-16T04:04:14.764Z[ recovery-image] Aug 16 04:04:13.704 INFO O| Aug 16 04:04:13.704 INFO O| Planning: Planning completed in 0.00 seconds
33952024-08-16T04:04:14.764Z[ recovery-image] Aug 16 04:04:13.705 INFO O| Aug 16 04:04:13.705 INFO O| Planning: Consolidating action changes ... Done
33962024-08-16T04:04:14.766Z[ recovery-image] Aug 16 04:04:13.705 INFO O| Aug 16 04:04:13.705 INFO O| Planning: Evaluating mediators ... Done
33972024-08-16T04:04:14.766Z[ recovery-image] Aug 16 04:04:13.706 INFO O| Aug 16 04:04:13.706 INFO O| Planning: Planning completed in 0.00 seconds
33982024-08-16T04:04:14.766Z[ recovery-image] Aug 16 04:04:13.706 INFO O| Aug 16 04:04:13.706 INFO O| Variants/Facets to change: 1
33992024-08-16T04:04:14.865Z[ recovery-image] Aug 16 04:04:13.806 INFO O| Aug 16 04:04:13.806 INFO O| Done
34002024-08-16T04:04:14.865Z[ recovery-image] Aug 16 04:04:13.806 INFO O| Aug 16 04:04:13.806 INFO O| Done
34012024-08-16T04:04:15.440Z[ recovery-image] Aug 16 04:04:14.381 INFO O| Aug 16 04:04:14.381 INFO O| Done
34022024-08-16T04:04:15.512Z[ recovery-image] Aug 16 04:04:14.453 INFO O| Aug 16 04:04:14.453 INFO O| Done
34032024-08-16T04:04:15.515Z[ recovery-image] Aug 16 04:04:14.454 INFO O| Aug 16 04:04:14.454 INFO O| Done
34042024-08-16T04:04:15.515Z[ recovery-image] Aug 16 04:04:14.454 INFO O| Aug 16 04:04:14.454 INFO O| Done
34052024-08-16T04:04:15.517Z[ recovery-image] Aug 16 04:04:14.457 INFO O| Aug 16 04:04:14.456 INFO O| Done
34062024-08-16T04:04:15.631Z[ recovery-image] Aug 16 04:04:14.572 INFO O| Aug 16 04:04:14.572 INFO STEP 9 (pkg_change_facet) COMPLETE
34072024-08-16T04:04:15.631Z[ recovery-image] Aug 16 04:04:14.572 INFO O| Aug 16 04:04:14.572 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34082024-08-16T04:04:16.373Z[ recovery-image] Aug 16 04:04:15.314 INFO O| Aug 16 04:04:15.314 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34092024-08-16T04:04:17.412Z[ recovery-image] Aug 16 04:04:16.353 INFO O| Aug 16 04:04:16.353 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34102024-08-16T04:04:17.415Z[ recovery-image] Aug 16 04:04:16.355 INFO O| Aug 16 04:04:16.355 INFO O| Planning: Planning completed in 0.00 seconds
34112024-08-16T04:04:17.415Z[ recovery-image] Aug 16 04:04:16.356 INFO O| Aug 16 04:04:16.356 INFO O| Planning: Consolidating action changes ... Done
34122024-08-16T04:04:17.418Z[ recovery-image] Aug 16 04:04:16.356 INFO O| Aug 16 04:04:16.356 INFO O| Planning: Evaluating mediators ... Done
34132024-08-16T04:04:17.418Z[ recovery-image] Aug 16 04:04:16.357 INFO O| Aug 16 04:04:16.357 INFO O| Planning: Planning completed in 0.00 seconds
34142024-08-16T04:04:17.418Z[ recovery-image] Aug 16 04:04:16.357 INFO O| Aug 16 04:04:16.357 INFO O| Variants/Facets to change: 1
34152024-08-16T04:04:17.631Z[ recovery-image] Aug 16 04:04:16.573 INFO O| Aug 16 04:04:16.572 INFO O| Done
34162024-08-16T04:04:17.632Z[ recovery-image] Aug 16 04:04:16.573 INFO O| Aug 16 04:04:16.572 INFO O| Done
34172024-08-16T04:04:18.273Z[ recovery-image] Aug 16 04:04:17.214 INFO O| Aug 16 04:04:17.214 INFO O| Done
34182024-08-16T04:04:18.369Z[ recovery-image] Aug 16 04:04:17.311 INFO O| Aug 16 04:04:17.310 INFO O| Done
34192024-08-16T04:04:18.372Z[ recovery-image] Aug 16 04:04:17.312 INFO O| Aug 16 04:04:17.311 INFO O| Done
34202024-08-16T04:04:18.372Z[ recovery-image] Aug 16 04:04:17.312 INFO O| Aug 16 04:04:17.312 INFO O| Done
34212024-08-16T04:04:18.374Z[ recovery-image] Aug 16 04:04:17.314 INFO O| Aug 16 04:04:17.314 INFO O| Done
34222024-08-16T04:04:18.461Z[ recovery-image] Aug 16 04:04:17.402 INFO O| Aug 16 04:04:17.402 INFO STEP 10 (pkg_change_facet) COMPLETE
34232024-08-16T04:04:18.461Z[ recovery-image] Aug 16 04:04:17.402 INFO O| Aug 16 04:04:17.402 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34242024-08-16T04:04:18.480Z[ recovery-image] Aug 16 04:04:17.421 INFO O| Aug 16 04:04:17.421 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
34252024-08-16T04:04:19.466Z[ recovery-image] Aug 16 04:04:18.408 INFO O| Aug 16 04:04:18.407 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34262024-08-16T04:04:25.677Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34272024-08-16T04:04:26.500Z[ host-image] Aug 16 04:04:25.442 INFO O| Aug 16 04:04:25.442 INFO O| Planning: Solver setup ... Done
34282024-08-16T04:04:28.359Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34292024-08-16T04:04:31.167Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34302024-08-16T04:04:49.970Z[ recovery-image] Aug 16 04:04:48.914 INFO O| Aug 16 04:04:48.914 INFO O| Planning: Solver setup ... Done
34312024-08-16T04:04:50.296Z[ host-image] Aug 16 04:04:49.240 INFO O| Aug 16 04:04:49.240 INFO O| Planning: Running solver ... Done
34322024-08-16T04:04:50.597Z[ host-image] Aug 16 04:04:49.540 INFO O| Aug 16 04:04:49.540 INFO O| Planning: Finding local manifests ... Done
34332024-08-16T04:04:50.612Z[ host-image] Aug 16 04:04:49.557 INFO O| Aug 16 04:04:49.557 INFO O| Planning: Fetching manifests: 0/124 0% complete
34342024-08-16T04:04:56.163Z[ host-image] Aug 16 04:04:55.108 INFO O| Aug 16 04:04:55.108 INFO O| Planning: Fetching manifests: 124/124 100% complete
34352024-08-16T04:04:57.362Z[ host-image] Aug 16 04:04:56.307 INFO O| Aug 16 04:04:56.307 INFO O| Planning: Package planning ... Done
34362024-08-16T04:04:58.920Z[ host-image] Aug 16 04:04:57.865 INFO O| Aug 16 04:04:57.865 INFO O| Planning: Merging actions ... Done
34372024-08-16T04:04:59.398Z[ host-image] Aug 16 04:04:58.343 INFO O| Aug 16 04:04:58.343 INFO O| Planning: Checking for conflicting actions ... Done
34382024-08-16T04:04:59.672Z[ host-image] Aug 16 04:04:58.617 INFO O| Aug 16 04:04:58.617 INFO O| Planning: Consolidating action changes ... Done
34392024-08-16T04:05:00.188Z[ host-image] Aug 16 04:04:59.133 INFO O| Aug 16 04:04:59.133 INFO O| Planning: Evaluating mediators ... Done
34402024-08-16T04:05:04.843Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34412024-08-16T04:05:06.791Z[ host-image] Aug 16 04:05:05.736 INFO O| Aug 16 04:05:05.736 INFO O| Planning: Planning completed in 70.69 seconds
34422024-08-16T04:05:06.797Z[ host-image] Aug 16 04:05:05.742 INFO O| Aug 16 04:05:05.742 INFO O| Packages to install: 124
34432024-08-16T04:05:06.797Z[ host-image] Aug 16 04:05:05.742 INFO O| Aug 16 04:05:05.742 INFO O| Mediators to change: 4
34442024-08-16T04:05:06.799Z[ host-image] Aug 16 04:05:05.742 INFO O| Aug 16 04:05:05.742 INFO O| Services to change: 6
34452024-08-16T04:05:06.920Z[ host-image] Aug 16 04:05:05.866 INFO O| Aug 16 04:05:05.866 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete
34462024-08-16T04:05:11.227Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34472024-08-16T04:05:11.933Z[ host-image] Aug 16 04:05:10.879 INFO O| Aug 16 04:05:10.879 INFO O| Download: 847/22727 items 5.6/196.4MB 2% complete (1.2M/s)
34482024-08-16T04:05:13.237Z[ recovery-image] Aug 16 04:05:12.183 INFO O| Aug 16 04:05:12.183 INFO O| Planning: Running solver ... Done
34492024-08-16T04:05:13.539Z[ recovery-image] Aug 16 04:05:12.485 INFO O| Aug 16 04:05:12.485 INFO O| Planning: Finding local manifests ... Done
34502024-08-16T04:05:13.554Z[ recovery-image] Aug 16 04:05:12.501 INFO O| Aug 16 04:05:12.501 INFO O| Planning: Fetching manifests: 0/124 0% complete
34512024-08-16T04:05:16.936Z[ host-image] Aug 16 04:05:15.883 INFO O| Aug 16 04:05:15.883 INFO O| Download: 1504/22727 items 9.0/196.4MB 4% complete (925k/s)
34522024-08-16T04:05:19.258Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34532024-08-16T04:05:19.981Z[ recovery-image] Aug 16 04:05:18.927 INFO O| Aug 16 04:05:18.927 INFO O| Planning: Fetching manifests: 124/124 100% complete
34542024-08-16T04:05:20.884Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34552024-08-16T04:05:21.093Z[ recovery-image] Aug 16 04:05:20.040 INFO O| Aug 16 04:05:20.040 INFO O| Planning: Package planning ... Done
34562024-08-16T04:05:21.786Z[ recovery-image] Aug 16 04:05:20.733 INFO O| Aug 16 04:05:20.733 INFO O| Planning: Merging actions ... Done
34572024-08-16T04:05:21.962Z[ recovery-image] Aug 16 04:05:20.909 INFO O| Aug 16 04:05:20.909 INFO O| Planning: Checking for conflicting actions ... Done
34582024-08-16T04:05:22.085Z[ recovery-image] Aug 16 04:05:21.032 INFO O| Aug 16 04:05:21.032 INFO O| Planning: Consolidating action changes ... Done
34592024-08-16T04:05:22.109Z[ host-image] Aug 16 04:05:21.056 INFO O| Aug 16 04:05:21.056 INFO O| Download: 1769/22727 items 12.0/196.4MB 6% complete (643k/s)
34602024-08-16T04:05:22.481Z[ recovery-image] Aug 16 04:05:21.428 INFO O| Aug 16 04:05:21.428 INFO O| Planning: Evaluating mediators ... Done
34612024-08-16T04:05:28.400Z[ host-image] Aug 16 04:05:27.347 INFO O| Aug 16 04:05:27.347 INFO O| Download: 1795/22727 items 13.2/196.4MB 6% complete (675k/s)
34622024-08-16T04:05:28.766Z[ recovery-image] Aug 16 04:05:27.713 INFO O| Aug 16 04:05:27.713 INFO O| Planning: Planning completed in 69.31 seconds
34632024-08-16T04:05:28.773Z[ recovery-image] Aug 16 04:05:27.721 INFO O| Aug 16 04:05:27.721 INFO O| Packages to install: 124
34642024-08-16T04:05:28.776Z[ recovery-image] Aug 16 04:05:27.721 INFO O| Aug 16 04:05:27.721 INFO O| Mediators to change: 4
34652024-08-16T04:05:28.776Z[ recovery-image] Aug 16 04:05:27.721 INFO O| Aug 16 04:05:27.721 INFO O| Services to change: 5
34662024-08-16T04:05:28.860Z[ recovery-image] Aug 16 04:05:27.808 INFO O| Aug 16 04:05:27.808 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34672024-08-16T04:05:32.905Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34682024-08-16T04:05:33.478Z[ host-image] Aug 16 04:05:32.425 INFO O| Aug 16 04:05:32.425 INFO O| Download: 2095/22727 items 23.4/196.4MB 11% complete (1.3M/s)
34692024-08-16T04:05:33.867Z[ recovery-image] Aug 16 04:05:32.815 INFO O| Aug 16 04:05:32.815 INFO O| Download: 685/15831 items 5.5/173.2MB 3% complete (1.1M/s)
34702024-08-16T04:05:38.122Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34712024-08-16T04:05:38.650Z[ host-image] Aug 16 04:05:37.598 INFO O| Aug 16 04:05:37.598 INFO O| Download: 2252/22727 items 24.8/196.4MB 12% complete (1.1M/s)
34722024-08-16T04:05:38.868Z[ recovery-image] Aug 16 04:05:37.817 INFO O| Aug 16 04:05:37.817 INFO O| Download: 1081/15831 items 9.1/173.2MB 5% complete (913k/s)
34732024-08-16T04:05:43.683Z[ host-image] Aug 16 04:05:42.632 INFO O| Aug 16 04:05:42.632 INFO O| Download: 3107/22727 items 33.9/196.4MB 17% complete (1.1M/s)
34742024-08-16T04:05:44.090Z[ recovery-image] Aug 16 04:05:43.039 INFO O| Aug 16 04:05:43.039 INFO O| Download: 1314/15831 items 19.7/173.2MB 11% complete (1.4M/s)
34752024-08-16T04:05:48.683Z[ host-image] Aug 16 04:05:47.632 INFO O| Aug 16 04:05:47.632 INFO O| Download: 3677/22727 items 37.0/196.4MB 18% complete (1.2M/s)
34762024-08-16T04:05:51.929Z[ recovery-image] Aug 16 04:05:50.878 INFO O| Aug 16 04:05:50.878 INFO O| Download: 1466/15831 items 21.5/173.2MB 12% complete (1.5M/s)
34772024-08-16T04:05:53.908Z[ host-image] Aug 16 04:05:52.850 INFO O| Aug 16 04:05:52.850 INFO O| Download: 4531/22727 items 42.3/196.4MB 21% complete (835k/s)
34782024-08-16T04:05:56.932Z[ recovery-image] Aug 16 04:05:55.882 INFO O| Aug 16 04:05:55.882 INFO O| Download: 1835/15831 items 28.2/173.2MB 16% complete (669k/s)
34792024-08-16T04:05:59.433Z[ host-image] Aug 16 04:05:58.383 INFO O| Aug 16 04:05:58.383 INFO O| Download: 4716/22727 items 44.8/196.4MB 22% complete (908k/s)
34802024-08-16T04:06:02.222Z[ recovery-image] Aug 16 04:06:01.172 INFO O| Aug 16 04:06:01.172 INFO O| Download: 2668/15831 items 33.0/173.2MB 19% complete (1.2M/s)
34812024-08-16T04:06:04.433Z[ host-image] Aug 16 04:06:03.383 INFO O| Aug 16 04:06:03.383 INFO O| Download: 5745/22727 items 46.2/196.4MB 23% complete (367k/s)
34822024-08-16T04:06:07.276Z[ recovery-image] Aug 16 04:06:06.227 INFO O| Aug 16 04:06:06.227 INFO O| Download: 2842/15831 items 36.1/173.2MB 20% complete (786k/s)
34832024-08-16T04:06:09.433Z[ host-image] Aug 16 04:06:08.384 INFO O| Aug 16 04:06:08.384 INFO O| Download: 6404/22727 items 46.6/196.4MB 23% complete (185k/s)
34842024-08-16T04:06:12.278Z[ recovery-image] Aug 16 04:06:11.229 INFO O| Aug 16 04:06:11.229 INFO O| Download: 3499/15831 items 38.3/173.2MB 22% complete (560k/s)
34852024-08-16T04:06:14.518Z[ host-image] Aug 16 04:06:13.469 INFO O| Aug 16 04:06:13.469 INFO O| Download: 6855/22727 items 49.0/196.4MB 24% complete (274k/s)
34862024-08-16T04:06:17.280Z[ recovery-image] Aug 16 04:06:16.232 INFO O| Aug 16 04:06:16.232 INFO O| Download: 4320/15831 items 42.7/173.2MB 24% complete (672k/s)
34872024-08-16T04:06:19.519Z[ host-image] Aug 16 04:06:18.471 INFO O| Aug 16 04:06:18.471 INFO O| Download: 7278/22727 items 57.3/196.4MB 29% complete (1.1M/s)
34882024-08-16T04:06:22.286Z[ recovery-image] Aug 16 04:06:21.238 INFO O| Aug 16 04:06:21.238 INFO O| Download: 5141/15831 items 43.2/173.2MB 24% complete (506k/s)
34892024-08-16T04:06:25.056Z[ host-image] Aug 16 04:06:24.009 INFO O| Aug 16 04:06:24.009 INFO O| Download: 7952/22727 items 59.6/196.4MB 30% complete (1.1M/s)
34902024-08-16T04:06:27.286Z[ recovery-image] Aug 16 04:06:26.238 INFO O| Aug 16 04:06:26.238 INFO O| Download: 5784/15831 items 52.3/173.2MB 30% complete (869k/s)
34912024-08-16T04:06:30.408Z[ host-image] Aug 16 04:06:29.361 INFO O| Aug 16 04:06:29.361 INFO O| Download: 8134/22727 items 60.8/196.4MB 30% complete (468k/s)
34922024-08-16T04:06:32.786Z[ recovery-image] Aug 16 04:06:31.739 INFO O| Aug 16 04:06:31.738 INFO O| Download: 6107/15831 items 57.4/173.2MB 33% complete (1.3M/s)
34932024-08-16T04:06:35.710Z[ host-image] Aug 16 04:06:34.663 INFO O| Aug 16 04:06:34.663 INFO O| Download: 8341/22727 items 68.9/196.4MB 35% complete (958k/s)
34942024-08-16T04:06:37.791Z[ recovery-image] Aug 16 04:06:36.745 INFO O| Aug 16 04:06:36.744 INFO O| Download: 6267/15831 items 62.5/173.2MB 36% complete (1016k/s)
34952024-08-16T04:06:40.711Z[ host-image] Aug 16 04:06:39.665 INFO O| Aug 16 04:06:39.665 INFO O| Download: 8849/22727 items 71.5/196.4MB 36% complete (925k/s)
34962024-08-16T04:06:42.804Z[ recovery-image] Aug 16 04:06:41.759 INFO O| Aug 16 04:06:41.758 INFO O| Download: 6889/15831 items 68.0/173.2MB 39% complete (1.1M/s)
34972024-08-16T04:06:45.711Z[ host-image] Aug 16 04:06:44.665 INFO O| Aug 16 04:06:44.665 INFO O| Download: 9386/22727 items 81.5/196.4MB 41% complete (1.3M/s)
34982024-08-16T04:06:47.817Z[ recovery-image] Aug 16 04:06:46.772 INFO O| Aug 16 04:06:46.771 INFO O| Download: 7583/15831 items 73.6/173.2MB 42% complete (1.1M/s)
34992024-08-16T04:06:52.494Z[ host-image] Aug 16 04:06:51.449 INFO O| Aug 16 04:06:51.449 INFO O| Download: 10410/22727 items 88.0/196.4MB 44% complete (1.6M/s)
35002024-08-16T04:06:52.895Z[ recovery-image] Aug 16 04:06:51.850 INFO O| Aug 16 04:06:51.850 INFO O| Download: 7623/15831 items 73.6/173.2MB 42% complete (1.1M/s)
35012024-08-16T04:06:57.495Z[ host-image] Aug 16 04:06:56.450 INFO O| Aug 16 04:06:56.450 INFO O| Download: 10903/22727 items 90.2/196.4MB 45% complete (712k/s)
35022024-08-16T04:06:59.105Z[ recovery-image] Aug 16 04:06:58.061 INFO O| Aug 16 04:06:58.061 INFO O| Download: 7635/15831 items 73.7/173.2MB 42% complete (494k/s)
35032024-08-16T04:07:03.263Z[ host-image] Aug 16 04:07:02.218 INFO O| Aug 16 04:07:02.218 INFO O| Download: 11203/22727 items 93.9/196.4MB 47% complete (614k/s)
35042024-08-16T04:07:04.109Z[ recovery-image] Aug 16 04:07:03.065 INFO O| Aug 16 04:07:03.065 INFO O| Download: 8059/15831 items 79.5/173.2MB 45% complete (602k/s)
35052024-08-16T04:07:08.743Z[ host-image] Aug 16 04:07:07.700 INFO O| Aug 16 04:07:07.700 INFO O| Download: 11277/22727 items 95.0/196.4MB 48% complete (412k/s)
35062024-08-16T04:07:10.390Z[ recovery-image] Aug 16 04:07:09.347 INFO O| Aug 16 04:07:09.347 INFO O| Download: 8654/15831 items 81.3/173.2MB 46% complete (843k/s)
35072024-08-16T04:07:13.751Z[ host-image] Aug 16 04:07:12.708 INFO O| Aug 16 04:07:12.708 INFO O| Download: 11866/22727 items 96.4/196.4MB 49% complete (242k/s)
35082024-08-16T04:07:16.348Z[ recovery-image] Aug 16 04:07:15.304 INFO O| Aug 16 04:07:15.304 INFO O| Download: 8762/15831 items 84.2/173.2MB 48% complete (489k/s)
35092024-08-16T04:07:18.917Z[ host-image] Aug 16 04:07:17.874 INFO O| Aug 16 04:07:17.874 INFO O| Download: 12112/22727 items 106.2/196.4MB 54% complete (1.1M/s)
35102024-08-16T04:07:21.378Z[ recovery-image] Aug 16 04:07:20.335 INFO O| Aug 16 04:07:20.335 INFO O| Download: 8931/15831 items 92.6/173.2MB 53% complete (1.0M/s)
35112024-08-16T04:07:23.925Z[ host-image] Aug 16 04:07:22.883 INFO O| Aug 16 04:07:22.883 INFO O| Download: 12432/22727 items 109.5/196.4MB 55% complete (1.3M/s)
35122024-08-16T04:07:26.382Z[ recovery-image] Aug 16 04:07:25.340 INFO O| Aug 16 04:07:25.340 INFO O| Download: 9937/15831 items 93.1/173.2MB 53% complete (914k/s)
35132024-08-16T04:07:28.929Z[ host-image] Aug 16 04:07:27.888 INFO O| Aug 16 04:07:27.887 INFO O| Download: 13264/22727 items 109.9/196.4MB 55% complete (455k/s)
35142024-08-16T04:07:31.395Z[ recovery-image] Aug 16 04:07:30.354 INFO O| Aug 16 04:07:30.354 INFO O| Download: 10534/15831 items 93.4/173.2MB 53% complete (140k/s)
35152024-08-16T04:07:33.933Z[ host-image] Aug 16 04:07:32.892 INFO O| Aug 16 04:07:32.892 INFO O| Download: 13842/22727 items 110.2/196.4MB 56% complete (74.1k/s)
35162024-08-16T04:07:36.487Z[ recovery-image] Aug 16 04:07:35.446 INFO O| Aug 16 04:07:35.446 INFO O| Download: 11001/15831 items 94.6/173.2MB 54% complete (138k/s)
35172024-08-16T04:07:38.953Z[ host-image] Aug 16 04:07:37.912 INFO O| Aug 16 04:07:37.912 INFO O| Download: 14445/22727 items 112.1/196.4MB 57% complete (200k/s)
35182024-08-16T04:07:41.669Z[ recovery-image] Aug 16 04:07:40.628 INFO O| Aug 16 04:07:40.628 INFO O| Download: 11546/15831 items 112.6/173.2MB 65% complete (1.9M/s)
35192024-08-16T04:07:43.968Z[ host-image] Aug 16 04:07:42.927 INFO O| Aug 16 04:07:42.927 INFO O| Download: 14931/22727 items 121.6/196.4MB 61% complete (1.1M/s)
35202024-08-16T04:07:46.687Z[ recovery-image] Aug 16 04:07:45.646 INFO O| Aug 16 04:07:45.646 INFO O| Download: 12103/15831 items 138.2/173.2MB 79% complete (4.4M/s)
35212024-08-16T04:07:48.975Z[ host-image] Aug 16 04:07:47.934 INFO O| Aug 16 04:07:47.934 INFO O| Download: 15738/22727 items 126.0/196.4MB 64% complete (1.4M/s)
35222024-08-16T04:07:51.695Z[ recovery-image] Aug 16 04:07:50.655 INFO O| Aug 16 04:07:50.655 INFO O| Download: 13127/15831 items 142.1/173.2MB 82% complete (3.0M/s)
35232024-08-16T04:07:53.995Z[ host-image] Aug 16 04:07:52.955 INFO O| Aug 16 04:07:52.955 INFO O| Download: 16526/22727 items 139.2/196.4MB 70% complete (1.7M/s)
35242024-08-16T04:07:57.126Z[ recovery-image] Aug 16 04:07:56.085 INFO O| Aug 16 04:07:56.085 INFO O| Download: 14028/15831 items 145.4/173.2MB 83% complete (895k/s)
35252024-08-16T04:07:58.999Z[ host-image] Aug 16 04:07:57.960 INFO O| Aug 16 04:07:57.960 INFO O| Download: 16971/22727 items 141.4/196.4MB 72% complete (1.6M/s)
35262024-08-16T04:08:02.126Z[ recovery-image] Aug 16 04:08:01.087 INFO O| Aug 16 04:08:01.087 INFO O| Download: 14692/15831 items 148.1/173.2MB 85% complete (591k/s)
35272024-08-16T04:08:04.000Z[ host-image] Aug 16 04:08:02.961 INFO O| Aug 16 04:08:02.961 INFO O| Download: 18061/22727 items 160.1/196.4MB 81% complete (2.1M/s)
35282024-08-16T04:08:06.211Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 09s
35292024-08-16T04:08:06.499ZAug 16 04:08:05.448 INFO [verify-libraries] process exited with exit status: 0 (254.436671075s)
35302024-08-16T04:08:07.126Z[ recovery-image] Aug 16 04:08:06.087 INFO O| Aug 16 04:08:06.087 INFO O| Download: 15223/15831 items 155.2/173.2MB 89% complete (980k/s)
35312024-08-16T04:08:09.003Z[ host-image] Aug 16 04:08:07.962 INFO O| Aug 16 04:08:07.962 INFO O| Download: 19642/22727 items 166.0/196.4MB 84% complete (2.5M/s)
35322024-08-16T04:08:19.020Z[ host-image] Aug 16 04:08:17.970 INFO O| Aug 16 04:08:17.969 INFO O| Download: 19966/22727 items 167.3/196.4MB 85% complete (2.5M/s)
35332024-08-16T04:08:19.056Z[ recovery-image] Aug 16 04:08:17.972 INFO O| Aug 16 04:08:17.972 INFO O| Download: 15250/15831 items 157.9/173.2MB 91% complete
35342024-08-16T04:08:26.953Z[ host-image] Aug 16 04:08:22.970 INFO O| Aug 16 04:08:22.970 INFO O| Download: 20705/22727 items 170.1/196.4MB 86% complete (566k/s)
35352024-08-16T04:08:27.003Z[ recovery-image] Aug 16 04:08:23.170 INFO O| Aug 16 04:08:23.169 INFO O| Download: 15591/15831 items 166.5/173.2MB 96% complete (1.8M/s)
35362024-08-16T04:08:27.070Z[ recovery-image] Aug 16 04:08:26.029 INFO O| Aug 16 04:08:26.029 INFO O| Download: Completed 173.16 MB in 178.22 seconds (991k/s)
35372024-08-16T04:08:27.586Z[ recovery-image] Aug 16 04:08:26.549 INFO O| Aug 16 04:08:26.549 INFO O| Actions: 1/24964 actions (Installing new actions)
35382024-08-16T04:08:29.046Z[ host-image] Aug 16 04:08:28.009 INFO O| Aug 16 04:08:28.009 INFO O| Download: 21536/22727 items 180.0/196.4MB 91% complete (1.3M/s)
35392024-08-16T04:08:32.585Z[ recovery-image] Aug 16 04:08:31.549 INFO O| Aug 16 04:08:31.549 INFO O| Actions: 14166/24964 actions (Installing new actions)
35402024-08-16T04:08:34.046Z[ host-image] Aug 16 04:08:33.010 INFO O| Aug 16 04:08:33.010 INFO O| Download: 22323/22727 items 195.5/196.4MB 99% complete (2.5M/s)
35412024-08-16T04:08:35.517Z[ host-image] Aug 16 04:08:34.482 INFO O| Aug 16 04:08:34.482 INFO O| Download: Completed 196.39 MB in 208.62 seconds (961k/s)
35422024-08-16T04:08:37.589Z[ recovery-image] Aug 16 04:08:36.553 INFO O| Aug 16 04:08:36.553 INFO O| Actions: 24537/24964 actions (Installing new actions)
35432024-08-16T04:08:37.631Z[ host-image] Aug 16 04:08:36.596 INFO O| Aug 16 04:08:36.596 INFO O| Actions: 1/49260 actions (Installing new actions)
35442024-08-16T04:08:37.916Z[ recovery-image] Aug 16 04:08:36.880 INFO O| Aug 16 04:08:36.880 INFO O| Actions: Completed 24964 actions in 10.33 seconds.
35452024-08-16T04:08:38.090Z[ recovery-image] Aug 16 04:08:37.055 INFO O| Aug 16 04:08:37.055 INFO O| Done
35462024-08-16T04:08:38.090Z[ recovery-image] Aug 16 04:08:37.055 INFO O| Aug 16 04:08:37.055 INFO O| Done
35472024-08-16T04:08:38.549Z[ recovery-image] Aug 16 04:08:37.514 INFO O| Aug 16 04:08:37.514 INFO O| Done
35482024-08-16T04:08:39.329Z[ recovery-image] Aug 16 04:08:38.293 INFO O| Aug 16 04:08:38.293 INFO O| Done
35492024-08-16T04:08:39.340Z[ recovery-image] Aug 16 04:08:38.304 INFO O| Aug 16 04:08:38.304 INFO O| Done
35502024-08-16T04:08:42.631Z[ host-image] Aug 16 04:08:41.596 INFO O| Aug 16 04:08:41.596 INFO O| Actions: 13813/49260 actions (Installing new actions)
35512024-08-16T04:08:43.520Z[ recovery-image] Aug 16 04:08:42.485 INFO O| Aug 16 04:08:42.485 INFO O| Done
35522024-08-16T04:08:43.853Z[ recovery-image] Aug 16 04:08:42.818 INFO O| Aug 16 04:08:42.818 INFO O| Done
35532024-08-16T04:08:44.044Z[ recovery-image] Aug 16 04:08:43.009 INFO O| Aug 16 04:08:43.009 INFO STEP 11 (pkg_install) COMPLETE
35542024-08-16T04:08:44.044Z[ recovery-image] Aug 16 04:08:43.009 INFO O| Aug 16 04:08:43.009 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35552024-08-16T04:08:44.047Z[ recovery-image] Aug 16 04:08:43.009 INFO O| Aug 16 04:08:43.009 INFO skip step because feature "recovery" is enabled
35562024-08-16T04:08:44.047Z[ recovery-image] Aug 16 04:08:43.009 INFO O| Aug 16 04:08:43.009 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35572024-08-16T04:08:44.047Z[ recovery-image] Aug 16 04:08:43.009 INFO O| Aug 16 04:08:43.009 INFO skip step because feature "omicron1" is not enabled
35582024-08-16T04:08:44.047Z[ recovery-image] Aug 16 04:08:43.009 INFO O| Aug 16 04:08:43.009 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35592024-08-16T04:08:44.056Z[ recovery-image] Aug 16 04:08:43.021 INFO O| Aug 16 04:08:43.021 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
35602024-08-16T04:08:44.498Z[ recovery-image] Aug 16 04:08:43.463 INFO O| Aug 16 04:08:43.463 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35612024-08-16T04:08:46.031Z[ recovery-image] Aug 16 04:08:44.996 INFO O| Aug 16 04:08:44.996 INFO O| Planning: Solver setup ... Done
35622024-08-16T04:08:46.034Z[ recovery-image] Aug 16 04:08:44.999 INFO O| Aug 16 04:08:44.999 INFO O| Planning: Running solver ... Done
35632024-08-16T04:08:46.070Z[ recovery-image] Aug 16 04:08:45.036 INFO O| Aug 16 04:08:45.036 INFO O| Planning: Finding local manifests ... Done
35642024-08-16T04:08:46.073Z[ recovery-image] Aug 16 04:08:45.036 INFO O| Aug 16 04:08:45.036 INFO O| Planning: Fetching manifests: 0/1 0% complete
35652024-08-16T04:08:46.132Z[ recovery-image] Aug 16 04:08:45.098 INFO O| Aug 16 04:08:45.098 INFO O| Planning: Fetching manifests: 1/1 100% complete
35662024-08-16T04:08:46.155Z[ recovery-image] Aug 16 04:08:45.120 INFO O| Aug 16 04:08:45.120 INFO O| Planning: Package planning ... Done
35672024-08-16T04:08:46.157Z[ recovery-image] Aug 16 04:08:45.120 INFO O| Aug 16 04:08:45.120 INFO O| Planning: Merging actions ... Done
35682024-08-16T04:08:46.188Z[ recovery-image] Aug 16 04:08:45.154 INFO O| Aug 16 04:08:45.154 INFO O| Planning: Checking for conflicting actions ... Done
35692024-08-16T04:08:46.191Z[ recovery-image] Aug 16 04:08:45.154 INFO O| Aug 16 04:08:45.154 INFO O| Planning: Consolidating action changes ... Done
35702024-08-16T04:08:46.353Z[ recovery-image] Aug 16 04:08:45.318 INFO O| Aug 16 04:08:45.318 INFO O| Planning: Evaluating mediators ... Done
35712024-08-16T04:08:46.355Z[ recovery-image] Aug 16 04:08:45.318 INFO O| Aug 16 04:08:45.318 INFO O| Planning: Planning completed in 1.86 seconds
35722024-08-16T04:08:46.358Z[ recovery-image] Aug 16 04:08:45.321 INFO O| Aug 16 04:08:45.321 INFO O| Packages to install: 1
35732024-08-16T04:08:46.370Z[ recovery-image] Aug 16 04:08:45.336 INFO O| Aug 16 04:08:45.336 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35742024-08-16T04:08:46.997Z[ recovery-image] Aug 16 04:08:45.962 INFO O| Aug 16 04:08:45.962 INFO O| Download: Completed 20.86 MB in 0.63 seconds (33.3M/s)
35752024-08-16T04:08:47.019Z[ recovery-image] Aug 16 04:08:45.985 INFO O| Aug 16 04:08:45.985 INFO O| Actions: 1/22 actions (Installing new actions)
35762024-08-16T04:08:47.518Z[ recovery-image] Aug 16 04:08:46.483 INFO O| Aug 16 04:08:46.483 INFO O| Actions: Completed 22 actions in 0.50 seconds.
35772024-08-16T04:08:47.631Z[ host-image] Aug 16 04:08:46.596 INFO O| Aug 16 04:08:46.596 INFO O| Actions: 25809/49260 actions (Installing new actions)
35782024-08-16T04:08:47.666Z[ recovery-image] Aug 16 04:08:46.632 INFO O| Aug 16 04:08:46.632 INFO O| Done
35792024-08-16T04:08:47.666Z[ recovery-image] Aug 16 04:08:46.632 INFO O| Aug 16 04:08:46.632 INFO O| Done
35802024-08-16T04:08:48.016Z[ recovery-image] Aug 16 04:08:46.982 INFO O| Aug 16 04:08:46.981 INFO O| Done
35812024-08-16T04:08:48.790Z[ recovery-image] Aug 16 04:08:47.756 INFO O| Aug 16 04:08:47.755 INFO O| Done
35822024-08-16T04:08:48.802Z[ recovery-image] Aug 16 04:08:47.768 INFO O| Aug 16 04:08:47.768 INFO O| Done
35832024-08-16T04:08:48.805Z[ recovery-image] Aug 16 04:08:47.768 INFO O| Aug 16 04:08:47.768 INFO O| Done
35842024-08-16T04:08:48.813Z[ recovery-image] Aug 16 04:08:47.778 INFO O| Aug 16 04:08:47.777 INFO O| Done
35852024-08-16T04:08:48.919Z[ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO STEP 14 (pkg_install) COMPLETE
35862024-08-16T04:08:48.919Z[ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35872024-08-16T04:08:48.919Z[ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO skip step because feature "mfg" is not enabled
35882024-08-16T04:08:48.920Z[ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35892024-08-16T04:08:48.920Z[ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO skip step because feature "compliance" is not enabled
35902024-08-16T04:08:48.920Z[ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35912024-08-16T04:08:48.920Z[ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO skip step because feature "stress" is not enabled
35922024-08-16T04:08:48.920Z[ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35932024-08-16T04:08:48.920Z[ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO skip step because feature "nfs" is not enabled
35942024-08-16T04:08:48.923Z[ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35952024-08-16T04:08:48.923Z[ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35962024-08-16T04:08:49.154Z[ recovery-image] Aug 16 04:08:48.120 INFO O| Aug 16 04:08:48.120 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35972024-08-16T04:08:49.254Z[ recovery-image] Aug 16 04:08:48.219 INFO O| Aug 16 04:08:48.219 INFO completed processing gimlet/ramdisk-01-os
35982024-08-16T04:08:49.256Z[ recovery-image] Aug 16 04:08:48.221 INFO image builder template: ramdisk-02-trim...
35992024-08-16T04:08:49.256Z[ recovery-image] Aug 16 04:08:48.221 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpeiA9XR/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
36002024-08-16T04:08:49.278Z[ recovery-image] Aug 16 04:08:48.244 INFO O| Aug 16 04:08:48.244 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36012024-08-16T04:08:49.282Z[ recovery-image] Aug 16 04:08:48.248 INFO O| Aug 16 04:08:48.248 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36022024-08-16T04:08:49.407Z[ recovery-image] Aug 16 04:08:48.373 INFO O| Aug 16 04:08:48.373 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36032024-08-16T04:08:49.533Z[ recovery-image] Aug 16 04:08:48.498 INFO O| Aug 16 04:08:48.498 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36042024-08-16T04:08:49.535Z[ recovery-image] Aug 16 04:08:48.498 INFO O| Aug 16 04:08:48.498 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36052024-08-16T04:08:49.538Z[ recovery-image] Aug 16 04:08:48.503 INFO O| Aug 16 04:08:48.503 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36062024-08-16T04:08:49.541Z[ recovery-image] Aug 16 04:08:48.507 INFO O| Aug 16 04:08:48.507 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36072024-08-16T04:08:49.546Z[ recovery-image] Aug 16 04:08:48.512 INFO O| Aug 16 04:08:48.512 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36082024-08-16T04:08:49.712Z[ recovery-image] Aug 16 04:08:48.678 INFO O| Aug 16 04:08:48.678 INFO rolled back to input snapshot; work may begin
36092024-08-16T04:08:49.712Z[ recovery-image] Aug 16 04:08:48.678 INFO O| Aug 16 04:08:48.678 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36102024-08-16T04:08:49.718Z[ recovery-image] Aug 16 04:08:48.683 INFO O| Aug 16 04:08:48.683 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36112024-08-16T04:08:49.728Z[ recovery-image] Aug 16 04:08:48.694 INFO O| Aug 16 04:08:48.694 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36122024-08-16T04:08:49.777Z[ recovery-image] Aug 16 04:08:48.742 INFO O| Aug 16 04:08:48.742 INFO STEP 0 (remove_files) COMPLETE
36132024-08-16T04:08:49.777Z[ recovery-image] Aug 16 04:08:48.742 INFO O| Aug 16 04:08:48.742 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36142024-08-16T04:08:49.787Z[ recovery-image] Aug 16 04:08:48.753 INFO O| Aug 16 04:08:48.753 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36152024-08-16T04:08:49.789Z[ recovery-image] Aug 16 04:08:48.755 INFO O| Aug 16 04:08:48.755 INFO STEP 1 (remove_files) COMPLETE
36162024-08-16T04:08:49.789Z[ recovery-image] Aug 16 04:08:48.755 INFO O| Aug 16 04:08:48.755 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36172024-08-16T04:08:49.799Z[ recovery-image] Aug 16 04:08:48.765 INFO O| Aug 16 04:08:48.765 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36182024-08-16T04:08:49.815Z[ recovery-image] Aug 16 04:08:48.781 INFO O| Aug 16 04:08:48.780 INFO STEP 2 (remove_files) COMPLETE
36192024-08-16T04:08:49.818Z[ recovery-image] Aug 16 04:08:48.781 INFO O| Aug 16 04:08:48.780 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36202024-08-16T04:08:49.825Z[ recovery-image] Aug 16 04:08:48.790 INFO O| Aug 16 04:08:48.790 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36212024-08-16T04:08:49.827Z[ recovery-image] Aug 16 04:08:48.792 INFO O| Aug 16 04:08:48.792 INFO STEP 3 (remove_files) COMPLETE
36222024-08-16T04:08:49.827Z[ recovery-image] Aug 16 04:08:48.792 INFO O| Aug 16 04:08:48.792 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36232024-08-16T04:08:49.836Z[ recovery-image] Aug 16 04:08:48.802 INFO O| Aug 16 04:08:48.802 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36242024-08-16T04:08:49.841Z[ recovery-image] Aug 16 04:08:48.806 INFO O| Aug 16 04:08:48.806 INFO STEP 4 (remove_files) COMPLETE
36252024-08-16T04:08:49.841Z[ recovery-image] Aug 16 04:08:48.806 INFO O| Aug 16 04:08:48.806 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36262024-08-16T04:08:49.851Z[ recovery-image] Aug 16 04:08:48.817 INFO O| Aug 16 04:08:48.817 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
36272024-08-16T04:08:50.857Z[ recovery-image] Aug 16 04:08:48.817 INFO O| Aug 16 04:08:48.817 INFO STEP 5 (remove_files) COMPLETE
36282024-08-16T04:08:50.857Z[ recovery-image] Aug 16 04:08:48.817 INFO O| Aug 16 04:08:48.817 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36292024-08-16T04:08:50.861Z[ recovery-image] Aug 16 04:08:48.826 INFO O| Aug 16 04:08:48.826 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
36302024-08-16T04:08:50.861Z[ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO STEP 6 (remove_files) COMPLETE
36312024-08-16T04:08:50.861Z[ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36322024-08-16T04:08:50.861Z[ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO skip step because feature "recovery" is enabled
36332024-08-16T04:08:50.861Z[ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36342024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO skip step because feature "recovery" is enabled
36352024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36362024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO skip step because feature "recovery" is enabled
36372024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36382024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:48.848 INFO O| Aug 16 04:08:48.848 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36392024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:48.852 INFO O| Aug 16 04:08:48.852 INFO STEP 10 (remove_files) COMPLETE
36402024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:48.852 INFO O| Aug 16 04:08:48.852 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36412024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:48.861 INFO O| Aug 16 04:08:48.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
36422024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:48.862 INFO O| Aug 16 04:08:48.862 INFO STEP 11 (remove_files) COMPLETE
36432024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:48.862 INFO O| Aug 16 04:08:48.862 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36442024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:48.872 INFO O| Aug 16 04:08:48.872 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
36452024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:48.873 INFO O| Aug 16 04:08:48.873 INFO STEP 12 (remove_files) COMPLETE
36462024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:48.873 INFO O| Aug 16 04:08:48.873 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36472024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:48.890 INFO O| Aug 16 04:08:48.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
36482024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.003 INFO O| Aug 16 04:08:49.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
36492024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.005 INFO O| Aug 16 04:08:49.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
36502024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.018 INFO O| Aug 16 04:08:49.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
36512024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.025 INFO O| Aug 16 04:08:49.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
36522024-08-16T04:08:50.862Z[ host-image] Aug 16 04:08:49.041 INFO O| Aug 16 04:08:49.041 INFO O| Actions: Completed 49260 actions in 12.44 seconds.
36532024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.133 INFO O| Aug 16 04:08:49.133 INFO STEP 13 (remove_files) COMPLETE
36542024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.133 INFO O| Aug 16 04:08:49.133 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36552024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.146 INFO O| Aug 16 04:08:49.146 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
36562024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.148 INFO O| Aug 16 04:08:49.148 INFO STEP 14 (remove_files) COMPLETE
36572024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.148 INFO O| Aug 16 04:08:49.148 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36582024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.160 INFO O| Aug 16 04:08:49.160 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36592024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.167 INFO O| Aug 16 04:08:49.167 INFO STEP 15 (remove_files) COMPLETE
36602024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.167 INFO O| Aug 16 04:08:49.167 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36612024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.179 INFO O| Aug 16 04:08:49.179 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36622024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.179 INFO O| Aug 16 04:08:49.179 INFO STEP 16 (remove_files) COMPLETE
36632024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.179 INFO O| Aug 16 04:08:49.179 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36642024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.190 INFO O| Aug 16 04:08:49.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36652024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.192 INFO O| Aug 16 04:08:49.192 INFO STEP 17 (remove_files) COMPLETE
36662024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.192 INFO O| Aug 16 04:08:49.192 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36672024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.203 INFO O| Aug 16 04:08:49.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36682024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.203 INFO O| Aug 16 04:08:49.203 INFO STEP 18 (remove_files) COMPLETE
36692024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.203 INFO O| Aug 16 04:08:49.203 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36702024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.214 INFO O| Aug 16 04:08:49.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36712024-08-16T04:08:50.862Z[ recovery-image] Aug 16 04:08:49.214 INFO O| Aug 16 04:08:49.214 INFO STEP 19 (remove_files) COMPLETE
36722024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.214 INFO O| Aug 16 04:08:49.214 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36732024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.224 INFO O| Aug 16 04:08:49.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36742024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.224 INFO O| Aug 16 04:08:49.224 INFO STEP 20 (remove_files) COMPLETE
36752024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.224 INFO O| Aug 16 04:08:49.224 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36762024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.234 INFO O| Aug 16 04:08:49.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36772024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.234 INFO O| Aug 16 04:08:49.234 INFO STEP 21 (remove_files) COMPLETE
36782024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.234 INFO O| Aug 16 04:08:49.234 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36792024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.243 INFO O| Aug 16 04:08:49.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36802024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.244 INFO O| Aug 16 04:08:49.244 INFO STEP 22 (remove_files) COMPLETE
36812024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.244 INFO O| Aug 16 04:08:49.244 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36822024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.253 INFO O| Aug 16 04:08:49.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36832024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.253 INFO O| Aug 16 04:08:49.253 INFO STEP 23 (remove_files) COMPLETE
36842024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.253 INFO O| Aug 16 04:08:49.253 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36852024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.262 INFO O| Aug 16 04:08:49.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36862024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.263 INFO O| Aug 16 04:08:49.263 INFO STEP 24 (remove_files) COMPLETE
36872024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.263 INFO O| Aug 16 04:08:49.263 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36882024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.272 INFO O| Aug 16 04:08:49.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36892024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.272 INFO O| Aug 16 04:08:49.272 INFO STEP 25 (remove_files) COMPLETE
36902024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.272 INFO O| Aug 16 04:08:49.272 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36912024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.281 INFO O| Aug 16 04:08:49.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36922024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.281 INFO O| Aug 16 04:08:49.281 INFO STEP 26 (remove_files) COMPLETE
36932024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.282 INFO O| Aug 16 04:08:49.281 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36942024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.291 INFO O| Aug 16 04:08:49.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36952024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.291 INFO O| Aug 16 04:08:49.291 INFO STEP 27 (remove_files) COMPLETE
36962024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.291 INFO O| Aug 16 04:08:49.291 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36972024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.300 INFO O| Aug 16 04:08:49.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
36982024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.300 INFO O| Aug 16 04:08:49.300 INFO STEP 28 (remove_files) COMPLETE
36992024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.301 INFO O| Aug 16 04:08:49.300 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37002024-08-16T04:08:50.863Z[ host-image] Aug 16 04:08:49.306 INFO O| Aug 16 04:08:49.306 INFO O| Done
37012024-08-16T04:08:50.863Z[ host-image] Aug 16 04:08:49.306 INFO O| Aug 16 04:08:49.306 INFO O| Done
37022024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.311 INFO O| Aug 16 04:08:49.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37032024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.311 INFO O| Aug 16 04:08:49.311 INFO STEP 29 (remove_files) COMPLETE
37042024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.311 INFO O| Aug 16 04:08:49.311 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37052024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.321 INFO O| Aug 16 04:08:49.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37062024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.321 INFO O| Aug 16 04:08:49.321 INFO STEP 30 (remove_files) COMPLETE
37072024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.321 INFO O| Aug 16 04:08:49.321 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37082024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.331 INFO O| Aug 16 04:08:49.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37092024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.331 INFO O| Aug 16 04:08:49.331 INFO STEP 31 (remove_files) COMPLETE
37102024-08-16T04:08:50.863Z[ recovery-image] Aug 16 04:08:49.331 INFO O| Aug 16 04:08:49.331 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37112024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.341 INFO O| Aug 16 04:08:49.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37122024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.341 INFO O| Aug 16 04:08:49.341 INFO STEP 32 (remove_files) COMPLETE
37132024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.341 INFO O| Aug 16 04:08:49.341 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37142024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.350 INFO O| Aug 16 04:08:49.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37152024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.350 INFO O| Aug 16 04:08:49.350 INFO STEP 33 (remove_files) COMPLETE
37162024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.350 INFO O| Aug 16 04:08:49.350 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37172024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.360 INFO O| Aug 16 04:08:49.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37182024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.360 INFO O| Aug 16 04:08:49.360 INFO STEP 34 (remove_files) COMPLETE
37192024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.360 INFO O| Aug 16 04:08:49.360 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37202024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.369 INFO O| Aug 16 04:08:49.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37212024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.369 INFO O| Aug 16 04:08:49.369 INFO STEP 35 (remove_files) COMPLETE
37222024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.369 INFO O| Aug 16 04:08:49.369 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37232024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.378 INFO O| Aug 16 04:08:49.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37242024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.378 INFO O| Aug 16 04:08:49.378 INFO STEP 36 (remove_files) COMPLETE
37252024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.378 INFO O| Aug 16 04:08:49.378 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.388 INFO O| Aug 16 04:08:49.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37272024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.388 INFO O| Aug 16 04:08:49.388 INFO STEP 37 (remove_files) COMPLETE
37282024-08-16T04:08:50.864Z[ recovery-image] Aug 16 04:08:49.388 INFO O| Aug 16 04:08:49.388 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-08-16T04:08:50.869Z[ recovery-image] Aug 16 04:08:49.397 INFO O| Aug 16 04:08:49.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
37302024-08-16T04:08:50.869Z[ recovery-image] Aug 16 04:08:49.397 INFO O| Aug 16 04:08:49.397 INFO STEP 38 (remove_files) COMPLETE
37312024-08-16T04:08:50.869Z[ recovery-image] Aug 16 04:08:49.397 INFO O| Aug 16 04:08:49.397 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-08-16T04:08:50.869Z[ recovery-image] Aug 16 04:08:49.406 INFO O| Aug 16 04:08:49.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
37332024-08-16T04:08:50.869Z[ recovery-image] Aug 16 04:08:49.406 INFO O| Aug 16 04:08:49.406 INFO STEP 39 (remove_files) COMPLETE
37342024-08-16T04:08:50.869Z[ recovery-image] Aug 16 04:08:49.406 INFO O| Aug 16 04:08:49.406 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37352024-08-16T04:08:50.869Z[ recovery-image] Aug 16 04:08:49.415 INFO O| Aug 16 04:08:49.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37362024-08-16T04:08:50.869Z[ recovery-image] Aug 16 04:08:49.415 INFO O| Aug 16 04:08:49.415 INFO STEP 40 (remove_files) COMPLETE
37372024-08-16T04:08:50.869Z[ recovery-image] Aug 16 04:08:49.415 INFO O| Aug 16 04:08:49.415 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37382024-08-16T04:08:50.869Z[ recovery-image] Aug 16 04:08:49.424 INFO O| Aug 16 04:08:49.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37392024-08-16T04:08:50.869Z[ recovery-image] Aug 16 04:08:49.425 INFO O| Aug 16 04:08:49.425 INFO STEP 41 (remove_files) COMPLETE
37402024-08-16T04:08:50.869Z[ recovery-image] Aug 16 04:08:49.425 INFO O| Aug 16 04:08:49.425 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37412024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.434 INFO O| Aug 16 04:08:49.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37422024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.434 INFO O| Aug 16 04:08:49.434 INFO STEP 42 (remove_files) COMPLETE
37432024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.434 INFO O| Aug 16 04:08:49.434 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37442024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.443 INFO O| Aug 16 04:08:49.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
37452024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.443 INFO O| Aug 16 04:08:49.443 INFO STEP 43 (remove_files) COMPLETE
37462024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.443 INFO O| Aug 16 04:08:49.443 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37472024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.452 INFO O| Aug 16 04:08:49.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
37482024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.452 INFO O| Aug 16 04:08:49.452 INFO STEP 44 (remove_files) COMPLETE
37492024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.452 INFO O| Aug 16 04:08:49.452 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37502024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.462 INFO O| Aug 16 04:08:49.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
37512024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.462 INFO O| Aug 16 04:08:49.462 INFO STEP 45 (remove_files) COMPLETE
37522024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.462 INFO O| Aug 16 04:08:49.462 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37532024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.471 INFO O| Aug 16 04:08:49.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
37542024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.471 INFO O| Aug 16 04:08:49.471 INFO STEP 46 (remove_files) COMPLETE
37552024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.471 INFO O| Aug 16 04:08:49.471 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37562024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.480 INFO O| Aug 16 04:08:49.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37572024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.480 INFO O| Aug 16 04:08:49.480 INFO STEP 47 (remove_files) COMPLETE
37582024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.480 INFO O| Aug 16 04:08:49.480 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.489 INFO O| Aug 16 04:08:49.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37602024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.489 INFO O| Aug 16 04:08:49.489 INFO STEP 48 (remove_files) COMPLETE
37612024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.489 INFO O| Aug 16 04:08:49.489 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.499 INFO O| Aug 16 04:08:49.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37632024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.499 INFO O| Aug 16 04:08:49.499 INFO STEP 49 (remove_files) COMPLETE
37642024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.499 INFO O| Aug 16 04:08:49.499 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37652024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.508 INFO O| Aug 16 04:08:49.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37662024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.508 INFO O| Aug 16 04:08:49.508 INFO STEP 50 (remove_files) COMPLETE
37672024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.508 INFO O| Aug 16 04:08:49.508 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37682024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.517 INFO O| Aug 16 04:08:49.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37692024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.517 INFO O| Aug 16 04:08:49.517 INFO STEP 51 (remove_files) COMPLETE
37702024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.517 INFO O| Aug 16 04:08:49.517 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37712024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.527 INFO O| Aug 16 04:08:49.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37722024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.527 INFO O| Aug 16 04:08:49.527 INFO STEP 52 (remove_files) COMPLETE
37732024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.527 INFO O| Aug 16 04:08:49.527 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37742024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.536 INFO O| Aug 16 04:08:49.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37752024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.536 INFO O| Aug 16 04:08:49.536 INFO STEP 53 (remove_files) COMPLETE
37762024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.536 INFO O| Aug 16 04:08:49.536 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37772024-08-16T04:08:50.870Z[ recovery-image] Aug 16 04:08:49.545 INFO O| Aug 16 04:08:49.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37782024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.545 INFO O| Aug 16 04:08:49.545 INFO STEP 54 (remove_files) COMPLETE
37792024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.545 INFO O| Aug 16 04:08:49.545 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37802024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.554 INFO O| Aug 16 04:08:49.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37812024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.555 INFO O| Aug 16 04:08:49.555 INFO STEP 55 (remove_files) COMPLETE
37822024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.555 INFO O| Aug 16 04:08:49.555 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37832024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.564 INFO O| Aug 16 04:08:49.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37842024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.564 INFO O| Aug 16 04:08:49.564 INFO STEP 56 (remove_files) COMPLETE
37852024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.564 INFO O| Aug 16 04:08:49.564 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.573 INFO O| Aug 16 04:08:49.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37872024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.573 INFO O| Aug 16 04:08:49.573 INFO STEP 57 (remove_files) COMPLETE
37882024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.573 INFO O| Aug 16 04:08:49.573 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37892024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37902024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37912024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37922024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37932024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37942024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37952024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO ok!
37962024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO STEP 58 (ensure_file) COMPLETE
37972024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37982024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.592 INFO O| Aug 16 04:08:49.592 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
37992024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.592 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38002024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.593 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38012024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.593 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38022024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.593 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38032024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.593 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38042024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.593 INFO ok!
38052024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.593 INFO STEP 59 (ensure_file) COMPLETE
38062024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.593 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38072024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.602 INFO O| Aug 16 04:08:49.602 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38082024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.602 INFO O| Aug 16 04:08:49.602 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38092024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.602 INFO O| Aug 16 04:08:49.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38102024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.602 INFO O| Aug 16 04:08:49.602 INFO ok!
38112024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.602 INFO O| Aug 16 04:08:49.602 INFO STEP 60 (ensure_file) COMPLETE
38122024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.602 INFO O| Aug 16 04:08:49.602 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38132024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.612 INFO O| Aug 16 04:08:49.612 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38142024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.612 INFO O| Aug 16 04:08:49.612 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38152024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.612 INFO O| Aug 16 04:08:49.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38162024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.612 INFO O| Aug 16 04:08:49.612 INFO ok!
38172024-08-16T04:08:50.871Z[ recovery-image] Aug 16 04:08:49.612 INFO O| Aug 16 04:08:49.612 INFO STEP 61 (ensure_file) COMPLETE
38182024-08-16T04:08:50.872Z[ recovery-image] Aug 16 04:08:49.612 INFO O| Aug 16 04:08:49.612 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-08-16T04:08:50.872Z[ recovery-image] Aug 16 04:08:49.621 INFO O| Aug 16 04:08:49.621 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38202024-08-16T04:08:50.872Z[ recovery-image] Aug 16 04:08:49.621 INFO O| Aug 16 04:08:49.621 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38212024-08-16T04:08:50.872Z[ recovery-image] Aug 16 04:08:49.621 INFO O| Aug 16 04:08:49.621 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38222024-08-16T04:08:50.872Z[ recovery-image] Aug 16 04:08:49.621 INFO O| Aug 16 04:08:49.621 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38232024-08-16T04:08:50.872Z[ recovery-image] Aug 16 04:08:49.621 INFO O| Aug 16 04:08:49.621 INFO ok!
38242024-08-16T04:08:50.872Z[ recovery-image] Aug 16 04:08:49.621 INFO O| Aug 16 04:08:49.621 INFO STEP 62 (ensure_file) COMPLETE
38252024-08-16T04:08:50.872Z[ recovery-image] Aug 16 04:08:49.621 INFO O| Aug 16 04:08:49.621 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38262024-08-16T04:08:50.872Z[ recovery-image] Aug 16 04:08:49.631 INFO O| Aug 16 04:08:49.631 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38272024-08-16T04:08:50.872Z[ recovery-image] Aug 16 04:08:49.631 INFO O| Aug 16 04:08:49.631 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
38282024-08-16T04:08:50.872Z[ recovery-image] Aug 16 04:08:49.631 INFO O| Aug 16 04:08:49.631 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38292024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.631 INFO O| Aug 16 04:08:49.631 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38302024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.631 INFO O| Aug 16 04:08:49.631 INFO ok!
38312024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.631 INFO O| Aug 16 04:08:49.631 INFO STEP 63 (ensure_file) COMPLETE
38322024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.631 INFO O| Aug 16 04:08:49.631 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38332024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.640 INFO O| Aug 16 04:08:49.640 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38342024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.640 INFO O| Aug 16 04:08:49.640 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38352024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.640 INFO O| Aug 16 04:08:49.640 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38362024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.640 INFO O| Aug 16 04:08:49.640 INFO ok!
38372024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.640 INFO O| Aug 16 04:08:49.640 INFO STEP 64 (assemble_files) COMPLETE
38382024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.640 INFO O| Aug 16 04:08:49.640 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38392024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.649 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38402024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.649 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38412024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38422024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38432024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO ok!
38442024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO STEP 65 (ensure_file) COMPLETE
38452024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38462024-08-16T04:08:50.875Z[ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO skip step because feature "omicron1" is not enabled
38472024-08-16T04:08:50.876Z[ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38482024-08-16T04:08:50.876Z[ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO skip step because feature "omicron1" is not enabled
38492024-08-16T04:08:50.876Z[ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38502024-08-16T04:08:50.876Z[ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO skip step because feature "omicron1" is not enabled
38512024-08-16T04:08:50.876Z[ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38522024-08-16T04:08:50.876Z[ recovery-image] Aug 16 04:08:49.665 INFO O| Aug 16 04:08:49.665 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38532024-08-16T04:08:50.876Z[ recovery-image] Aug 16 04:08:49.665 INFO O| Aug 16 04:08:49.665 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38542024-08-16T04:08:50.876Z[ host-image] Aug 16 04:08:49.769 INFO O| Aug 16 04:08:49.769 INFO O| Done
38552024-08-16T04:08:51.902Z[ host-image] Aug 16 04:08:50.868 INFO O| Aug 16 04:08:50.868 INFO O| Done
38562024-08-16T04:08:51.923Z[ host-image] Aug 16 04:08:50.889 INFO O| Aug 16 04:08:50.889 INFO O| Done
38572024-08-16T04:08:52.408Z[ recovery-image] Aug 16 04:08:51.373 INFO O| Aug 16 04:08:51.373 INFO STEP 69 (pack_tar) COMPLETE
38582024-08-16T04:08:52.408Z[ recovery-image] Aug 16 04:08:51.374 INFO O| Aug 16 04:08:51.373 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38592024-08-16T04:08:52.408Z[ recovery-image] Aug 16 04:08:51.374 INFO O| Aug 16 04:08:51.373 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38602024-08-16T04:08:52.729Z[ recovery-image] Aug 16 04:08:51.694 INFO O| Aug 16 04:08:51.694 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38612024-08-16T04:08:52.799Z[ recovery-image] Aug 16 04:08:51.765 INFO O| Aug 16 04:08:51.765 INFO completed processing gimlet/ramdisk-02-trim
38622024-08-16T04:08:52.801Z[ recovery-image] Aug 16 04:08:51.767 INFO image builder template: ramdisk-03-recovery-trim...
38632024-08-16T04:08:52.801Z[ recovery-image] Aug 16 04:08:51.767 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpeiA9XR/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-03-recovery-trim"], pwd: None
38642024-08-16T04:08:52.869Z[ recovery-image] Aug 16 04:08:51.835 INFO O| Aug 16 04:08:51.834 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38652024-08-16T04:08:52.873Z[ recovery-image] Aug 16 04:08:51.839 INFO O| Aug 16 04:08:51.839 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38662024-08-16T04:08:52.937Z[ recovery-image] Aug 16 04:08:51.903 INFO O| Aug 16 04:08:51.903 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38672024-08-16T04:08:52.979Z[ recovery-image] Aug 16 04:08:51.945 INFO O| Aug 16 04:08:51.945 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38682024-08-16T04:08:52.981Z[ recovery-image] Aug 16 04:08:51.945 INFO O| Aug 16 04:08:51.945 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38692024-08-16T04:08:52.987Z[ recovery-image] Aug 16 04:08:51.953 INFO O| Aug 16 04:08:51.953 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38702024-08-16T04:08:52.992Z[ recovery-image] Aug 16 04:08:51.958 INFO O| Aug 16 04:08:51.958 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38712024-08-16T04:08:52.996Z[ recovery-image] Aug 16 04:08:51.962 INFO O| Aug 16 04:08:51.962 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38722024-08-16T04:08:53.195Z[ recovery-image] Aug 16 04:08:52.161 INFO O| Aug 16 04:08:52.161 INFO rolled back to input snapshot; work may begin
38732024-08-16T04:08:53.195Z[ recovery-image] Aug 16 04:08:52.161 INFO O| Aug 16 04:08:52.161 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38742024-08-16T04:08:53.201Z[ recovery-image] Aug 16 04:08:52.167 INFO O| Aug 16 04:08:52.167 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38752024-08-16T04:08:53.212Z[ recovery-image] Aug 16 04:08:52.178 INFO O| Aug 16 04:08:52.178 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38762024-08-16T04:08:53.216Z[ recovery-image] Aug 16 04:08:52.182 INFO O| Aug 16 04:08:52.182 INFO STEP 0 (remove_files) COMPLETE
38772024-08-16T04:08:53.216Z[ recovery-image] Aug 16 04:08:52.182 INFO O| Aug 16 04:08:52.182 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38782024-08-16T04:08:53.226Z[ recovery-image] Aug 16 04:08:52.192 INFO O| Aug 16 04:08:52.192 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38792024-08-16T04:08:53.285Z[ recovery-image] Aug 16 04:08:52.251 INFO O| Aug 16 04:08:52.251 INFO STEP 1 (remove_files) COMPLETE
38802024-08-16T04:08:53.285Z[ recovery-image] Aug 16 04:08:52.251 INFO O| Aug 16 04:08:52.251 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38812024-08-16T04:08:53.298Z[ recovery-image] Aug 16 04:08:52.264 INFO O| Aug 16 04:08:52.264 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38822024-08-16T04:08:53.301Z[ recovery-image] Aug 16 04:08:52.267 INFO O| Aug 16 04:08:52.267 INFO STEP 2 (remove_files) COMPLETE
38832024-08-16T04:08:53.301Z[ recovery-image] Aug 16 04:08:52.267 INFO O| Aug 16 04:08:52.267 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38842024-08-16T04:08:53.311Z[ recovery-image] Aug 16 04:08:52.277 INFO O| Aug 16 04:08:52.277 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38852024-08-16T04:08:53.354Z[ recovery-image] Aug 16 04:08:52.320 INFO O| Aug 16 04:08:52.320 INFO STEP 3 (remove_files) COMPLETE
38862024-08-16T04:08:53.357Z[ recovery-image] Aug 16 04:08:52.320 INFO O| Aug 16 04:08:52.320 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38872024-08-16T04:08:53.366Z[ recovery-image] Aug 16 04:08:52.332 INFO O| Aug 16 04:08:52.332 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38882024-08-16T04:08:53.385Z[ recovery-image] Aug 16 04:08:52.351 INFO O| Aug 16 04:08:52.351 INFO STEP 4 (remove_files) COMPLETE
38892024-08-16T04:08:53.388Z[ recovery-image] Aug 16 04:08:52.351 INFO O| Aug 16 04:08:52.351 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38902024-08-16T04:08:53.395Z[ recovery-image] Aug 16 04:08:52.361 INFO O| Aug 16 04:08:52.361 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38912024-08-16T04:08:53.401Z[ recovery-image] Aug 16 04:08:52.367 INFO O| Aug 16 04:08:52.367 INFO STEP 5 (remove_files) COMPLETE
38922024-08-16T04:08:53.403Z[ recovery-image] Aug 16 04:08:52.367 INFO O| Aug 16 04:08:52.367 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38932024-08-16T04:08:53.411Z[ recovery-image] Aug 16 04:08:52.377 INFO O| Aug 16 04:08:52.377 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38942024-08-16T04:08:53.413Z[ recovery-image] Aug 16 04:08:52.379 INFO O| Aug 16 04:08:52.379 INFO STEP 6 (remove_files) COMPLETE
38952024-08-16T04:08:53.413Z[ recovery-image] Aug 16 04:08:52.379 INFO O| Aug 16 04:08:52.379 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38962024-08-16T04:08:53.423Z[ recovery-image] Aug 16 04:08:52.388 INFO O| Aug 16 04:08:52.388 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38972024-08-16T04:08:53.425Z[ recovery-image] Aug 16 04:08:52.391 INFO O| Aug 16 04:08:52.391 INFO STEP 7 (remove_files) COMPLETE
38982024-08-16T04:08:53.426Z[ recovery-image] Aug 16 04:08:52.391 INFO O| Aug 16 04:08:52.391 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38992024-08-16T04:08:53.434Z[ recovery-image] Aug 16 04:08:52.400 INFO O| Aug 16 04:08:52.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
39002024-08-16T04:08:53.438Z[ recovery-image] Aug 16 04:08:52.404 INFO O| Aug 16 04:08:52.404 INFO STEP 8 (remove_files) COMPLETE
39012024-08-16T04:08:53.438Z[ recovery-image] Aug 16 04:08:52.404 INFO O| Aug 16 04:08:52.404 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39022024-08-16T04:08:53.447Z[ recovery-image] Aug 16 04:08:52.414 INFO O| Aug 16 04:08:52.413 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39032024-08-16T04:08:53.450Z[ recovery-image] Aug 16 04:08:52.414 INFO O| Aug 16 04:08:52.414 INFO STEP 9 (remove_files) COMPLETE
39042024-08-16T04:08:53.450Z[ recovery-image] Aug 16 04:08:52.414 INFO O| Aug 16 04:08:52.414 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39052024-08-16T04:08:53.457Z[ recovery-image] Aug 16 04:08:52.423 INFO O| Aug 16 04:08:52.423 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39062024-08-16T04:08:53.459Z[ recovery-image] Aug 16 04:08:52.424 INFO O| Aug 16 04:08:52.424 INFO STEP 10 (remove_files) COMPLETE
39072024-08-16T04:08:53.459Z[ recovery-image] Aug 16 04:08:52.424 INFO O| Aug 16 04:08:52.424 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39082024-08-16T04:08:53.467Z[ recovery-image] Aug 16 04:08:52.433 INFO O| Aug 16 04:08:52.433 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39092024-08-16T04:08:53.520Z[ recovery-image] Aug 16 04:08:52.486 INFO O| Aug 16 04:08:52.486 INFO STEP 11 (remove_files) COMPLETE
39102024-08-16T04:08:53.523Z[ recovery-image] Aug 16 04:08:52.486 INFO O| Aug 16 04:08:52.486 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39112024-08-16T04:08:53.531Z[ recovery-image] Aug 16 04:08:52.497 INFO O| Aug 16 04:08:52.497 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39122024-08-16T04:08:53.534Z[ recovery-image] Aug 16 04:08:52.500 INFO O| Aug 16 04:08:52.500 INFO STEP 12 (remove_files) COMPLETE
39132024-08-16T04:08:53.538Z[ recovery-image] Aug 16 04:08:52.500 INFO O| Aug 16 04:08:52.500 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39142024-08-16T04:08:53.545Z[ recovery-image] Aug 16 04:08:52.512 INFO O| Aug 16 04:08:52.512 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39152024-08-16T04:08:53.549Z[ recovery-image] Aug 16 04:08:52.515 INFO O| Aug 16 04:08:52.515 INFO STEP 13 (remove_files) COMPLETE
39162024-08-16T04:08:53.549Z[ recovery-image] Aug 16 04:08:52.515 INFO O| Aug 16 04:08:52.515 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39172024-08-16T04:08:53.559Z[ recovery-image] Aug 16 04:08:52.525 INFO O| Aug 16 04:08:52.525 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39182024-08-16T04:08:53.561Z[ recovery-image] Aug 16 04:08:52.525 INFO O| Aug 16 04:08:52.525 INFO STEP 14 (remove_files) COMPLETE
39192024-08-16T04:08:53.561Z[ recovery-image] Aug 16 04:08:52.525 INFO O| Aug 16 04:08:52.525 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39202024-08-16T04:08:53.569Z[ recovery-image] Aug 16 04:08:52.535 INFO O| Aug 16 04:08:52.535 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39212024-08-16T04:08:53.571Z[ recovery-image] Aug 16 04:08:52.538 INFO O| Aug 16 04:08:52.537 INFO STEP 15 (remove_files) COMPLETE
39222024-08-16T04:08:53.571Z[ recovery-image] Aug 16 04:08:52.538 INFO O| Aug 16 04:08:52.537 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39232024-08-16T04:08:53.583Z[ recovery-image] Aug 16 04:08:52.549 INFO O| Aug 16 04:08:52.549 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39242024-08-16T04:08:53.593Z[ recovery-image] Aug 16 04:08:52.559 INFO O| Aug 16 04:08:52.559 INFO STEP 16 (remove_files) COMPLETE
39252024-08-16T04:08:53.593Z[ recovery-image] Aug 16 04:08:52.559 INFO O| Aug 16 04:08:52.559 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39262024-08-16T04:08:53.603Z[ recovery-image] Aug 16 04:08:52.569 INFO O| Aug 16 04:08:52.569 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
39272024-08-16T04:08:53.605Z[ recovery-image] Aug 16 04:08:52.569 INFO O| Aug 16 04:08:52.569 INFO STEP 17 (remove_files) COMPLETE
39282024-08-16T04:08:53.605Z[ recovery-image] Aug 16 04:08:52.569 INFO O| Aug 16 04:08:52.569 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39292024-08-16T04:08:53.612Z[ recovery-image] Aug 16 04:08:52.578 INFO O| Aug 16 04:08:52.578 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
39302024-08-16T04:08:53.615Z[ recovery-image] Aug 16 04:08:52.579 INFO O| Aug 16 04:08:52.579 INFO STEP 18 (remove_files) COMPLETE
39312024-08-16T04:08:53.615Z[ recovery-image] Aug 16 04:08:52.579 INFO O| Aug 16 04:08:52.579 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39322024-08-16T04:08:53.622Z[ recovery-image] Aug 16 04:08:52.588 INFO O| Aug 16 04:08:52.588 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39332024-08-16T04:08:53.664Z[ recovery-image] Aug 16 04:08:52.630 INFO O| Aug 16 04:08:52.630 INFO STEP 19 (remove_files) COMPLETE
39342024-08-16T04:08:53.664Z[ recovery-image] Aug 16 04:08:52.630 INFO O| Aug 16 04:08:52.630 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39352024-08-16T04:08:53.676Z[ recovery-image] Aug 16 04:08:52.642 INFO O| Aug 16 04:08:52.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39362024-08-16T04:08:53.678Z[ recovery-image] Aug 16 04:08:52.643 INFO O| Aug 16 04:08:52.642 INFO STEP 20 (remove_files) COMPLETE
39372024-08-16T04:08:53.678Z[ recovery-image] Aug 16 04:08:52.643 INFO O| Aug 16 04:08:52.643 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39382024-08-16T04:08:53.686Z[ recovery-image] Aug 16 04:08:52.652 INFO O| Aug 16 04:08:52.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39392024-08-16T04:08:53.689Z[ recovery-image] Aug 16 04:08:52.654 INFO O| Aug 16 04:08:52.654 INFO STEP 21 (remove_files) COMPLETE
39402024-08-16T04:08:53.689Z[ recovery-image] Aug 16 04:08:52.655 INFO O| Aug 16 04:08:52.654 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39412024-08-16T04:08:53.698Z[ recovery-image] Aug 16 04:08:52.665 INFO O| Aug 16 04:08:52.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39422024-08-16T04:08:53.701Z[ recovery-image] Aug 16 04:08:52.665 INFO O| Aug 16 04:08:52.665 INFO STEP 22 (remove_files) COMPLETE
39432024-08-16T04:08:53.701Z[ recovery-image] Aug 16 04:08:52.665 INFO O| Aug 16 04:08:52.665 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39442024-08-16T04:08:53.708Z[ recovery-image] Aug 16 04:08:52.674 INFO O| Aug 16 04:08:52.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39452024-08-16T04:08:53.708Z[ recovery-image] Aug 16 04:08:52.675 INFO O| Aug 16 04:08:52.674 INFO STEP 23 (remove_files) COMPLETE
39462024-08-16T04:08:53.708Z[ recovery-image] Aug 16 04:08:52.675 INFO O| Aug 16 04:08:52.675 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39472024-08-16T04:08:53.718Z[ recovery-image] Aug 16 04:08:52.684 INFO O| Aug 16 04:08:52.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39482024-08-16T04:08:53.721Z[ recovery-image] Aug 16 04:08:52.685 INFO O| Aug 16 04:08:52.685 INFO STEP 24 (remove_files) COMPLETE
39492024-08-16T04:08:53.721Z[ recovery-image] Aug 16 04:08:52.685 INFO O| Aug 16 04:08:52.685 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39502024-08-16T04:08:53.728Z[ recovery-image] Aug 16 04:08:52.694 INFO O| Aug 16 04:08:52.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39512024-08-16T04:08:53.728Z[ recovery-image] Aug 16 04:08:52.694 INFO O| Aug 16 04:08:52.694 INFO STEP 25 (remove_files) COMPLETE
39522024-08-16T04:08:53.734Z[ recovery-image] Aug 16 04:08:52.694 INFO O| Aug 16 04:08:52.694 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39532024-08-16T04:08:53.738Z[ recovery-image] Aug 16 04:08:52.704 INFO O| Aug 16 04:08:52.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39542024-08-16T04:08:53.740Z[ recovery-image] Aug 16 04:08:52.705 INFO O| Aug 16 04:08:52.705 INFO STEP 26 (remove_files) COMPLETE
39552024-08-16T04:08:53.740Z[ recovery-image] Aug 16 04:08:52.705 INFO O| Aug 16 04:08:52.705 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39562024-08-16T04:08:53.748Z[ recovery-image] Aug 16 04:08:52.714 INFO O| Aug 16 04:08:52.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39572024-08-16T04:08:53.751Z[ recovery-image] Aug 16 04:08:52.715 INFO O| Aug 16 04:08:52.715 INFO STEP 27 (remove_files) COMPLETE
39582024-08-16T04:08:53.751Z[ recovery-image] Aug 16 04:08:52.715 INFO O| Aug 16 04:08:52.715 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39592024-08-16T04:08:53.758Z[ recovery-image] Aug 16 04:08:52.724 INFO O| Aug 16 04:08:52.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39602024-08-16T04:08:53.761Z[ recovery-image] Aug 16 04:08:52.725 INFO O| Aug 16 04:08:52.725 INFO STEP 28 (remove_files) COMPLETE
39612024-08-16T04:08:53.761Z[ recovery-image] Aug 16 04:08:52.725 INFO O| Aug 16 04:08:52.725 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39622024-08-16T04:08:53.768Z[ recovery-image] Aug 16 04:08:52.734 INFO O| Aug 16 04:08:52.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39632024-08-16T04:08:53.770Z[ recovery-image] Aug 16 04:08:52.735 INFO O| Aug 16 04:08:52.735 INFO STEP 29 (remove_files) COMPLETE
39642024-08-16T04:08:53.770Z[ recovery-image] Aug 16 04:08:52.735 INFO O| Aug 16 04:08:52.735 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39652024-08-16T04:08:53.778Z[ recovery-image] Aug 16 04:08:52.744 INFO O| Aug 16 04:08:52.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39662024-08-16T04:08:53.781Z[ recovery-image] Aug 16 04:08:52.744 INFO O| Aug 16 04:08:52.744 INFO STEP 30 (remove_files) COMPLETE
39672024-08-16T04:08:53.781Z[ recovery-image] Aug 16 04:08:52.744 INFO O| Aug 16 04:08:52.744 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39682024-08-16T04:08:53.788Z[ recovery-image] Aug 16 04:08:52.754 INFO O| Aug 16 04:08:52.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39692024-08-16T04:08:53.788Z[ recovery-image] Aug 16 04:08:52.754 INFO O| Aug 16 04:08:52.754 INFO STEP 31 (remove_files) COMPLETE
39702024-08-16T04:08:53.788Z[ recovery-image] Aug 16 04:08:52.754 INFO O| Aug 16 04:08:52.754 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39712024-08-16T04:08:53.797Z[ recovery-image] Aug 16 04:08:52.763 INFO O| Aug 16 04:08:52.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39722024-08-16T04:08:53.800Z[ recovery-image] Aug 16 04:08:52.764 INFO O| Aug 16 04:08:52.764 INFO STEP 32 (remove_files) COMPLETE
39732024-08-16T04:08:53.800Z[ recovery-image] Aug 16 04:08:52.764 INFO O| Aug 16 04:08:52.764 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39742024-08-16T04:08:53.807Z[ recovery-image] Aug 16 04:08:52.774 INFO O| Aug 16 04:08:52.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39752024-08-16T04:08:53.810Z[ recovery-image] Aug 16 04:08:52.774 INFO O| Aug 16 04:08:52.774 INFO STEP 33 (remove_files) COMPLETE
39762024-08-16T04:08:53.810Z[ recovery-image] Aug 16 04:08:52.774 INFO O| Aug 16 04:08:52.774 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39772024-08-16T04:08:53.818Z[ recovery-image] Aug 16 04:08:52.784 INFO O| Aug 16 04:08:52.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39782024-08-16T04:08:53.821Z[ recovery-image] Aug 16 04:08:52.785 INFO O| Aug 16 04:08:52.785 INFO STEP 34 (remove_files) COMPLETE
39792024-08-16T04:08:53.821Z[ recovery-image] Aug 16 04:08:52.785 INFO O| Aug 16 04:08:52.785 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39802024-08-16T04:08:53.828Z[ recovery-image] Aug 16 04:08:52.794 INFO O| Aug 16 04:08:52.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39812024-08-16T04:08:53.828Z[ recovery-image] Aug 16 04:08:52.794 INFO O| Aug 16 04:08:52.794 INFO STEP 35 (remove_files) COMPLETE
39822024-08-16T04:08:53.830Z[ recovery-image] Aug 16 04:08:52.794 INFO O| Aug 16 04:08:52.794 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39832024-08-16T04:08:53.839Z[ recovery-image] Aug 16 04:08:52.804 INFO O| Aug 16 04:08:52.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39842024-08-16T04:08:53.839Z[ recovery-image] Aug 16 04:08:52.804 INFO O| Aug 16 04:08:52.804 INFO STEP 36 (remove_files) COMPLETE
39852024-08-16T04:08:53.839Z[ recovery-image] Aug 16 04:08:52.804 INFO O| Aug 16 04:08:52.804 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39862024-08-16T04:08:53.847Z[ recovery-image] Aug 16 04:08:52.813 INFO O| Aug 16 04:08:52.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39872024-08-16T04:08:53.847Z[ recovery-image] Aug 16 04:08:52.813 INFO O| Aug 16 04:08:52.813 INFO STEP 37 (remove_files) COMPLETE
39882024-08-16T04:08:53.847Z[ recovery-image] Aug 16 04:08:52.813 INFO O| Aug 16 04:08:52.813 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39892024-08-16T04:08:53.856Z[ recovery-image] Aug 16 04:08:52.823 INFO O| Aug 16 04:08:52.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39902024-08-16T04:08:53.856Z[ recovery-image] Aug 16 04:08:52.823 INFO O| Aug 16 04:08:52.823 INFO STEP 38 (remove_files) COMPLETE
39912024-08-16T04:08:53.859Z[ recovery-image] Aug 16 04:08:52.823 INFO O| Aug 16 04:08:52.823 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39922024-08-16T04:08:53.866Z[ recovery-image] Aug 16 04:08:52.832 INFO O| Aug 16 04:08:52.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39932024-08-16T04:08:53.866Z[ recovery-image] Aug 16 04:08:52.832 INFO O| Aug 16 04:08:52.832 INFO STEP 39 (remove_files) COMPLETE
39942024-08-16T04:08:53.866Z[ recovery-image] Aug 16 04:08:52.832 INFO O| Aug 16 04:08:52.832 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39952024-08-16T04:08:53.875Z[ recovery-image] Aug 16 04:08:52.842 INFO O| Aug 16 04:08:52.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39962024-08-16T04:08:53.875Z[ recovery-image] Aug 16 04:08:52.842 INFO O| Aug 16 04:08:52.842 INFO STEP 40 (remove_files) COMPLETE
39972024-08-16T04:08:53.878Z[ recovery-image] Aug 16 04:08:52.842 INFO O| Aug 16 04:08:52.842 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39982024-08-16T04:08:53.943Z[ recovery-image] Aug 16 04:08:52.851 INFO O| Aug 16 04:08:52.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39992024-08-16T04:08:53.945Z[ recovery-image] Aug 16 04:08:52.851 INFO O| Aug 16 04:08:52.851 INFO STEP 41 (remove_files) COMPLETE
40002024-08-16T04:08:53.945Z[ recovery-image] Aug 16 04:08:52.852 INFO O| Aug 16 04:08:52.851 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40012024-08-16T04:08:53.945Z[ recovery-image] Aug 16 04:08:52.862 INFO O| Aug 16 04:08:52.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40022024-08-16T04:08:53.945Z[ recovery-image] Aug 16 04:08:52.862 INFO O| Aug 16 04:08:52.862 INFO STEP 42 (remove_files) COMPLETE
40032024-08-16T04:08:53.945Z[ recovery-image] Aug 16 04:08:52.862 INFO O| Aug 16 04:08:52.862 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40042024-08-16T04:08:53.945Z[ recovery-image] Aug 16 04:08:52.872 INFO O| Aug 16 04:08:52.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40052024-08-16T04:08:53.945Z[ recovery-image] Aug 16 04:08:52.872 INFO O| Aug 16 04:08:52.872 INFO STEP 43 (remove_files) COMPLETE
40062024-08-16T04:08:53.945Z[ recovery-image] Aug 16 04:08:52.872 INFO O| Aug 16 04:08:52.872 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40072024-08-16T04:08:53.946Z[ recovery-image] Aug 16 04:08:52.881 INFO O| Aug 16 04:08:52.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40082024-08-16T04:08:53.946Z[ recovery-image] Aug 16 04:08:52.882 INFO O| Aug 16 04:08:52.882 INFO STEP 44 (remove_files) COMPLETE
40092024-08-16T04:08:53.946Z[ recovery-image] Aug 16 04:08:52.882 INFO O| Aug 16 04:08:52.882 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40102024-08-16T04:08:53.946Z[ recovery-image] Aug 16 04:08:52.891 INFO O| Aug 16 04:08:52.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40112024-08-16T04:08:53.946Z[ recovery-image] Aug 16 04:08:52.891 INFO O| Aug 16 04:08:52.891 INFO STEP 45 (remove_files) COMPLETE
40122024-08-16T04:08:53.946Z[ recovery-image] Aug 16 04:08:52.891 INFO O| Aug 16 04:08:52.891 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40132024-08-16T04:08:53.946Z[ recovery-image] Aug 16 04:08:52.901 INFO O| Aug 16 04:08:52.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40142024-08-16T04:08:53.946Z[ recovery-image] Aug 16 04:08:52.901 INFO O| Aug 16 04:08:52.901 INFO STEP 46 (remove_files) COMPLETE
40152024-08-16T04:08:53.946Z[ recovery-image] Aug 16 04:08:52.901 INFO O| Aug 16 04:08:52.901 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40162024-08-16T04:08:53.946Z[ recovery-image] Aug 16 04:08:52.910 INFO O| Aug 16 04:08:52.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40172024-08-16T04:08:53.946Z[ recovery-image] Aug 16 04:08:52.910 INFO O| Aug 16 04:08:52.910 INFO STEP 47 (remove_files) COMPLETE
40182024-08-16T04:08:53.946Z[ recovery-image] Aug 16 04:08:52.910 INFO O| Aug 16 04:08:52.910 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40192024-08-16T04:08:53.961Z[ recovery-image] Aug 16 04:08:52.920 INFO O| Aug 16 04:08:52.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40202024-08-16T04:08:53.961Z[ recovery-image] Aug 16 04:08:52.920 INFO O| Aug 16 04:08:52.920 INFO STEP 48 (remove_files) COMPLETE
40212024-08-16T04:08:53.961Z[ recovery-image] Aug 16 04:08:52.920 INFO O| Aug 16 04:08:52.920 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40222024-08-16T04:08:53.966Z[ recovery-image] Aug 16 04:08:52.932 INFO O| Aug 16 04:08:52.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40232024-08-16T04:08:53.966Z[ recovery-image] Aug 16 04:08:52.932 INFO O| Aug 16 04:08:52.932 INFO STEP 49 (remove_files) COMPLETE
40242024-08-16T04:08:53.969Z[ recovery-image] Aug 16 04:08:52.932 INFO O| Aug 16 04:08:52.932 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40252024-08-16T04:08:53.976Z[ recovery-image] Aug 16 04:08:52.942 INFO O| Aug 16 04:08:52.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
40262024-08-16T04:08:53.976Z[ recovery-image] Aug 16 04:08:52.942 INFO O| Aug 16 04:08:52.942 INFO STEP 50 (remove_files) COMPLETE
40272024-08-16T04:08:53.976Z[ recovery-image] Aug 16 04:08:52.942 INFO O| Aug 16 04:08:52.942 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40282024-08-16T04:08:53.986Z[ recovery-image] Aug 16 04:08:52.952 INFO O| Aug 16 04:08:52.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
40292024-08-16T04:08:53.986Z[ recovery-image] Aug 16 04:08:52.952 INFO O| Aug 16 04:08:52.952 INFO STEP 51 (remove_files) COMPLETE
40302024-08-16T04:08:53.986Z[ recovery-image] Aug 16 04:08:52.952 INFO O| Aug 16 04:08:52.952 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40312024-08-16T04:08:53.996Z[ recovery-image] Aug 16 04:08:52.962 INFO O| Aug 16 04:08:52.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40322024-08-16T04:08:53.998Z[ recovery-image] Aug 16 04:08:52.962 INFO O| Aug 16 04:08:52.962 INFO STEP 52 (remove_files) COMPLETE
40332024-08-16T04:08:53.998Z[ recovery-image] Aug 16 04:08:52.962 INFO O| Aug 16 04:08:52.962 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40342024-08-16T04:08:54.006Z[ recovery-image] Aug 16 04:08:52.972 INFO O| Aug 16 04:08:52.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40352024-08-16T04:08:54.006Z[ recovery-image] Aug 16 04:08:52.972 INFO O| Aug 16 04:08:52.972 INFO STEP 53 (remove_files) COMPLETE
40362024-08-16T04:08:54.006Z[ recovery-image] Aug 16 04:08:52.972 INFO O| Aug 16 04:08:52.972 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40372024-08-16T04:08:54.015Z[ recovery-image] Aug 16 04:08:52.981 INFO O| Aug 16 04:08:52.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40382024-08-16T04:08:54.015Z[ recovery-image] Aug 16 04:08:52.982 INFO O| Aug 16 04:08:52.982 INFO STEP 54 (remove_files) COMPLETE
40392024-08-16T04:08:54.015Z[ recovery-image] Aug 16 04:08:52.982 INFO O| Aug 16 04:08:52.982 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40402024-08-16T04:08:54.025Z[ recovery-image] Aug 16 04:08:52.991 INFO O| Aug 16 04:08:52.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40412024-08-16T04:08:54.025Z[ recovery-image] Aug 16 04:08:52.991 INFO O| Aug 16 04:08:52.991 INFO STEP 55 (remove_files) COMPLETE
40422024-08-16T04:08:54.025Z[ recovery-image] Aug 16 04:08:52.991 INFO O| Aug 16 04:08:52.991 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40432024-08-16T04:08:54.034Z[ recovery-image] Aug 16 04:08:53.001 INFO O| Aug 16 04:08:53.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40442024-08-16T04:08:54.034Z[ recovery-image] Aug 16 04:08:53.001 INFO O| Aug 16 04:08:53.001 INFO STEP 56 (remove_files) COMPLETE
40452024-08-16T04:08:54.037Z[ recovery-image] Aug 16 04:08:53.001 INFO O| Aug 16 04:08:53.001 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40462024-08-16T04:08:54.045Z[ recovery-image] Aug 16 04:08:53.011 INFO O| Aug 16 04:08:53.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40472024-08-16T04:08:54.045Z[ recovery-image] Aug 16 04:08:53.011 INFO O| Aug 16 04:08:53.011 INFO STEP 57 (remove_files) COMPLETE
40482024-08-16T04:08:54.045Z[ recovery-image] Aug 16 04:08:53.011 INFO O| Aug 16 04:08:53.011 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40492024-08-16T04:08:54.054Z[ recovery-image] Aug 16 04:08:53.020 INFO O| Aug 16 04:08:53.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40502024-08-16T04:08:54.054Z[ recovery-image] Aug 16 04:08:53.021 INFO O| Aug 16 04:08:53.020 INFO STEP 58 (remove_files) COMPLETE
40512024-08-16T04:08:54.054Z[ recovery-image] Aug 16 04:08:53.021 INFO O| Aug 16 04:08:53.020 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40522024-08-16T04:08:54.064Z[ recovery-image] Aug 16 04:08:53.030 INFO O| Aug 16 04:08:53.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40532024-08-16T04:08:54.066Z[ recovery-image] Aug 16 04:08:53.030 INFO O| Aug 16 04:08:53.030 INFO STEP 59 (remove_files) COMPLETE
40542024-08-16T04:08:54.066Z[ recovery-image] Aug 16 04:08:53.030 INFO O| Aug 16 04:08:53.030 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40552024-08-16T04:08:54.073Z[ recovery-image] Aug 16 04:08:53.039 INFO O| Aug 16 04:08:53.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40562024-08-16T04:08:54.073Z[ recovery-image] Aug 16 04:08:53.039 INFO O| Aug 16 04:08:53.039 INFO STEP 60 (remove_files) COMPLETE
40572024-08-16T04:08:54.076Z[ recovery-image] Aug 16 04:08:53.039 INFO O| Aug 16 04:08:53.039 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40582024-08-16T04:08:54.083Z[ recovery-image] Aug 16 04:08:53.049 INFO O| Aug 16 04:08:53.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40592024-08-16T04:08:54.083Z[ recovery-image] Aug 16 04:08:53.049 INFO O| Aug 16 04:08:53.049 INFO STEP 61 (remove_files) COMPLETE
40602024-08-16T04:08:54.086Z[ recovery-image] Aug 16 04:08:53.049 INFO O| Aug 16 04:08:53.049 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-08-16T04:08:54.094Z[ recovery-image] Aug 16 04:08:53.060 INFO O| Aug 16 04:08:53.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40622024-08-16T04:08:54.096Z[ recovery-image] Aug 16 04:08:53.061 INFO O| Aug 16 04:08:53.061 INFO STEP 62 (remove_files) COMPLETE
40632024-08-16T04:08:54.096Z[ recovery-image] Aug 16 04:08:53.061 INFO O| Aug 16 04:08:53.061 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40642024-08-16T04:08:54.104Z[ recovery-image] Aug 16 04:08:53.070 INFO O| Aug 16 04:08:53.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40652024-08-16T04:08:54.104Z[ recovery-image] Aug 16 04:08:53.070 INFO O| Aug 16 04:08:53.070 INFO STEP 63 (remove_files) COMPLETE
40662024-08-16T04:08:54.104Z[ recovery-image] Aug 16 04:08:53.070 INFO O| Aug 16 04:08:53.070 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40672024-08-16T04:08:54.113Z[ recovery-image] Aug 16 04:08:53.079 INFO O| Aug 16 04:08:53.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40682024-08-16T04:08:54.116Z[ recovery-image] Aug 16 04:08:53.080 INFO O| Aug 16 04:08:53.079 INFO STEP 64 (remove_files) COMPLETE
40692024-08-16T04:08:54.116Z[ recovery-image] Aug 16 04:08:53.080 INFO O| Aug 16 04:08:53.080 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40702024-08-16T04:08:54.123Z[ recovery-image] Aug 16 04:08:53.089 INFO O| Aug 16 04:08:53.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40712024-08-16T04:08:54.123Z[ recovery-image] Aug 16 04:08:53.089 INFO O| Aug 16 04:08:53.089 INFO STEP 65 (remove_files) COMPLETE
40722024-08-16T04:08:54.126Z[ recovery-image] Aug 16 04:08:53.089 INFO O| Aug 16 04:08:53.089 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-08-16T04:08:54.133Z[ recovery-image] Aug 16 04:08:53.099 INFO O| Aug 16 04:08:53.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40742024-08-16T04:08:54.133Z[ recovery-image] Aug 16 04:08:53.099 INFO O| Aug 16 04:08:53.099 INFO STEP 66 (remove_files) COMPLETE
40752024-08-16T04:08:54.133Z[ recovery-image] Aug 16 04:08:53.099 INFO O| Aug 16 04:08:53.099 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-08-16T04:08:54.142Z[ recovery-image] Aug 16 04:08:53.108 INFO O| Aug 16 04:08:53.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40772024-08-16T04:08:54.144Z[ recovery-image] Aug 16 04:08:53.108 INFO O| Aug 16 04:08:53.108 INFO STEP 67 (remove_files) COMPLETE
40782024-08-16T04:08:54.144Z[ recovery-image] Aug 16 04:08:53.108 INFO O| Aug 16 04:08:53.108 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-08-16T04:08:54.151Z[ recovery-image] Aug 16 04:08:53.118 INFO O| Aug 16 04:08:53.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40802024-08-16T04:08:54.154Z[ recovery-image] Aug 16 04:08:53.119 INFO O| Aug 16 04:08:53.118 INFO STEP 68 (remove_files) COMPLETE
40812024-08-16T04:08:54.154Z[ recovery-image] Aug 16 04:08:53.119 INFO O| Aug 16 04:08:53.119 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40822024-08-16T04:08:54.162Z[ recovery-image] Aug 16 04:08:53.128 INFO O| Aug 16 04:08:53.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40832024-08-16T04:08:54.162Z[ recovery-image] Aug 16 04:08:53.128 INFO O| Aug 16 04:08:53.128 INFO STEP 69 (remove_files) COMPLETE
40842024-08-16T04:08:54.162Z[ recovery-image] Aug 16 04:08:53.128 INFO O| Aug 16 04:08:53.128 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40852024-08-16T04:08:54.172Z[ recovery-image] Aug 16 04:08:53.138 INFO O| Aug 16 04:08:53.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40862024-08-16T04:08:54.175Z[ recovery-image] Aug 16 04:08:53.138 INFO O| Aug 16 04:08:53.138 INFO STEP 70 (remove_files) COMPLETE
40872024-08-16T04:08:54.175Z[ recovery-image] Aug 16 04:08:53.138 INFO O| Aug 16 04:08:53.138 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40882024-08-16T04:08:54.181Z[ recovery-image] Aug 16 04:08:53.147 INFO O| Aug 16 04:08:53.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40892024-08-16T04:08:54.183Z[ recovery-image] Aug 16 04:08:53.148 INFO O| Aug 16 04:08:53.148 INFO STEP 71 (remove_files) COMPLETE
40902024-08-16T04:08:54.183Z[ recovery-image] Aug 16 04:08:53.148 INFO O| Aug 16 04:08:53.148 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40912024-08-16T04:08:54.191Z[ recovery-image] Aug 16 04:08:53.157 INFO O| Aug 16 04:08:53.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40922024-08-16T04:08:54.191Z[ recovery-image] Aug 16 04:08:53.157 INFO O| Aug 16 04:08:53.157 INFO STEP 72 (remove_files) COMPLETE
40932024-08-16T04:08:54.191Z[ recovery-image] Aug 16 04:08:53.157 INFO O| Aug 16 04:08:53.157 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40942024-08-16T04:08:54.201Z[ recovery-image] Aug 16 04:08:53.168 INFO O| Aug 16 04:08:53.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40952024-08-16T04:08:54.202Z[ recovery-image] Aug 16 04:08:53.168 INFO O| Aug 16 04:08:53.168 INFO STEP 73 (remove_files) COMPLETE
40962024-08-16T04:08:54.204Z[ recovery-image] Aug 16 04:08:53.168 INFO O| Aug 16 04:08:53.168 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40972024-08-16T04:08:54.211Z[ recovery-image] Aug 16 04:08:53.177 INFO O| Aug 16 04:08:53.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40982024-08-16T04:08:54.211Z[ recovery-image] Aug 16 04:08:53.177 INFO O| Aug 16 04:08:53.177 INFO STEP 74 (remove_files) COMPLETE
40992024-08-16T04:08:54.211Z[ recovery-image] Aug 16 04:08:53.177 INFO O| Aug 16 04:08:53.177 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41002024-08-16T04:08:54.220Z[ recovery-image] Aug 16 04:08:53.187 INFO O| Aug 16 04:08:53.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41012024-08-16T04:08:54.220Z[ recovery-image] Aug 16 04:08:53.187 INFO O| Aug 16 04:08:53.187 INFO STEP 75 (remove_files) COMPLETE
41022024-08-16T04:08:54.221Z[ recovery-image] Aug 16 04:08:53.187 INFO O| Aug 16 04:08:53.187 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41032024-08-16T04:08:54.230Z[ recovery-image] Aug 16 04:08:53.196 INFO O| Aug 16 04:08:53.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41042024-08-16T04:08:54.230Z[ recovery-image] Aug 16 04:08:53.196 INFO O| Aug 16 04:08:53.196 INFO STEP 76 (remove_files) COMPLETE
41052024-08-16T04:08:54.230Z[ recovery-image] Aug 16 04:08:53.196 INFO O| Aug 16 04:08:53.196 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41062024-08-16T04:08:54.239Z[ recovery-image] Aug 16 04:08:53.205 INFO O| Aug 16 04:08:53.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41072024-08-16T04:08:54.239Z[ recovery-image] Aug 16 04:08:53.206 INFO O| Aug 16 04:08:53.206 INFO STEP 77 (remove_files) COMPLETE
41082024-08-16T04:08:54.239Z[ recovery-image] Aug 16 04:08:53.206 INFO O| Aug 16 04:08:53.206 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41092024-08-16T04:08:54.249Z[ recovery-image] Aug 16 04:08:53.215 INFO O| Aug 16 04:08:53.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41102024-08-16T04:08:54.249Z[ recovery-image] Aug 16 04:08:53.215 INFO O| Aug 16 04:08:53.215 INFO STEP 78 (remove_files) COMPLETE
41112024-08-16T04:08:54.251Z[ recovery-image] Aug 16 04:08:53.215 INFO O| Aug 16 04:08:53.215 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41122024-08-16T04:08:54.258Z[ recovery-image] Aug 16 04:08:53.224 INFO O| Aug 16 04:08:53.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41132024-08-16T04:08:54.258Z[ recovery-image] Aug 16 04:08:53.224 INFO O| Aug 16 04:08:53.224 INFO STEP 79 (remove_files) COMPLETE
41142024-08-16T04:08:54.261Z[ recovery-image] Aug 16 04:08:53.224 INFO O| Aug 16 04:08:53.224 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41152024-08-16T04:08:54.267Z[ recovery-image] Aug 16 04:08:53.234 INFO O| Aug 16 04:08:53.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41162024-08-16T04:08:54.267Z[ recovery-image] Aug 16 04:08:53.234 INFO O| Aug 16 04:08:53.234 INFO STEP 80 (remove_files) COMPLETE
41172024-08-16T04:08:54.270Z[ recovery-image] Aug 16 04:08:53.234 INFO O| Aug 16 04:08:53.234 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41182024-08-16T04:08:54.277Z[ recovery-image] Aug 16 04:08:53.243 INFO O| Aug 16 04:08:53.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41192024-08-16T04:08:54.277Z[ recovery-image] Aug 16 04:08:53.243 INFO O| Aug 16 04:08:53.243 INFO STEP 81 (remove_files) COMPLETE
41202024-08-16T04:08:54.277Z[ recovery-image] Aug 16 04:08:53.243 INFO O| Aug 16 04:08:53.243 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-08-16T04:08:54.287Z[ recovery-image] Aug 16 04:08:53.253 INFO O| Aug 16 04:08:53.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41222024-08-16T04:08:54.287Z[ recovery-image] Aug 16 04:08:53.253 INFO O| Aug 16 04:08:53.253 INFO STEP 82 (remove_files) COMPLETE
41232024-08-16T04:08:54.291Z[ recovery-image] Aug 16 04:08:53.253 INFO O| Aug 16 04:08:53.253 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-08-16T04:08:54.296Z[ recovery-image] Aug 16 04:08:53.262 INFO O| Aug 16 04:08:53.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
41252024-08-16T04:08:54.296Z[ recovery-image] Aug 16 04:08:53.262 INFO O| Aug 16 04:08:53.262 INFO STEP 83 (remove_files) COMPLETE
41262024-08-16T04:08:54.298Z[ recovery-image] Aug 16 04:08:53.262 INFO O| Aug 16 04:08:53.262 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41272024-08-16T04:08:54.305Z[ recovery-image] Aug 16 04:08:53.271 INFO O| Aug 16 04:08:53.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
41282024-08-16T04:08:54.308Z[ recovery-image] Aug 16 04:08:53.271 INFO O| Aug 16 04:08:53.271 INFO STEP 84 (remove_files) COMPLETE
41292024-08-16T04:08:54.308Z[ recovery-image] Aug 16 04:08:53.271 INFO O| Aug 16 04:08:53.271 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-08-16T04:08:54.315Z[ recovery-image] Aug 16 04:08:53.281 INFO O| Aug 16 04:08:53.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
41312024-08-16T04:08:54.318Z[ recovery-image] Aug 16 04:08:53.282 INFO O| Aug 16 04:08:53.282 INFO STEP 85 (remove_files) COMPLETE
41322024-08-16T04:08:54.318Z[ recovery-image] Aug 16 04:08:53.282 INFO O| Aug 16 04:08:53.282 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41332024-08-16T04:08:54.325Z[ recovery-image] Aug 16 04:08:53.291 INFO O| Aug 16 04:08:53.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41342024-08-16T04:08:54.325Z[ recovery-image] Aug 16 04:08:53.291 INFO O| Aug 16 04:08:53.291 INFO STEP 86 (remove_files) COMPLETE
41352024-08-16T04:08:54.328Z[ recovery-image] Aug 16 04:08:53.291 INFO O| Aug 16 04:08:53.291 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-08-16T04:08:54.334Z[ recovery-image] Aug 16 04:08:53.301 INFO O| Aug 16 04:08:53.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41372024-08-16T04:08:54.337Z[ recovery-image] Aug 16 04:08:53.301 INFO O| Aug 16 04:08:53.301 INFO STEP 87 (remove_files) COMPLETE
41382024-08-16T04:08:54.337Z[ recovery-image] Aug 16 04:08:53.301 INFO O| Aug 16 04:08:53.301 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-08-16T04:08:54.344Z[ recovery-image] Aug 16 04:08:53.310 INFO O| Aug 16 04:08:53.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41402024-08-16T04:08:54.344Z[ recovery-image] Aug 16 04:08:53.310 INFO O| Aug 16 04:08:53.310 INFO STEP 88 (remove_files) COMPLETE
41412024-08-16T04:08:54.347Z[ recovery-image] Aug 16 04:08:53.310 INFO O| Aug 16 04:08:53.310 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-08-16T04:08:54.353Z[ recovery-image] Aug 16 04:08:53.320 INFO O| Aug 16 04:08:53.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41432024-08-16T04:08:54.356Z[ recovery-image] Aug 16 04:08:53.321 INFO O| Aug 16 04:08:53.321 INFO STEP 89 (remove_files) COMPLETE
41442024-08-16T04:08:54.356Z[ recovery-image] Aug 16 04:08:53.321 INFO O| Aug 16 04:08:53.321 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-08-16T04:08:54.364Z[ recovery-image] Aug 16 04:08:53.330 INFO O| Aug 16 04:08:53.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41462024-08-16T04:08:54.364Z[ recovery-image] Aug 16 04:08:53.330 INFO O| Aug 16 04:08:53.330 INFO STEP 90 (remove_files) COMPLETE
41472024-08-16T04:08:54.366Z[ recovery-image] Aug 16 04:08:53.330 INFO O| Aug 16 04:08:53.330 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-08-16T04:08:54.374Z[ recovery-image] Aug 16 04:08:53.340 INFO O| Aug 16 04:08:53.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41492024-08-16T04:08:54.374Z[ recovery-image] Aug 16 04:08:53.340 INFO O| Aug 16 04:08:53.340 INFO STEP 91 (remove_files) COMPLETE
41502024-08-16T04:08:54.374Z[ recovery-image] Aug 16 04:08:53.340 INFO O| Aug 16 04:08:53.340 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-08-16T04:08:54.383Z[ recovery-image] Aug 16 04:08:53.350 INFO O| Aug 16 04:08:53.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41522024-08-16T04:08:54.383Z[ recovery-image] Aug 16 04:08:53.350 INFO O| Aug 16 04:08:53.350 INFO STEP 92 (remove_files) COMPLETE
41532024-08-16T04:08:54.386Z[ recovery-image] Aug 16 04:08:53.350 INFO O| Aug 16 04:08:53.350 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-08-16T04:08:54.394Z[ recovery-image] Aug 16 04:08:53.360 INFO O| Aug 16 04:08:53.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41552024-08-16T04:08:54.394Z[ recovery-image] Aug 16 04:08:53.360 INFO O| Aug 16 04:08:53.360 INFO STEP 93 (remove_files) COMPLETE
41562024-08-16T04:08:54.394Z[ recovery-image] Aug 16 04:08:53.360 INFO O| Aug 16 04:08:53.360 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-08-16T04:08:54.403Z[ recovery-image] Aug 16 04:08:53.369 INFO O| Aug 16 04:08:53.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41582024-08-16T04:08:54.403Z[ recovery-image] Aug 16 04:08:53.369 INFO O| Aug 16 04:08:53.369 INFO STEP 94 (remove_files) COMPLETE
41592024-08-16T04:08:54.405Z[ recovery-image] Aug 16 04:08:53.370 INFO O| Aug 16 04:08:53.369 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-08-16T04:08:54.413Z[ recovery-image] Aug 16 04:08:53.379 INFO O| Aug 16 04:08:53.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41612024-08-16T04:08:54.415Z[ recovery-image] Aug 16 04:08:53.379 INFO O| Aug 16 04:08:53.379 INFO STEP 95 (remove_files) COMPLETE
41622024-08-16T04:08:54.415Z[ recovery-image] Aug 16 04:08:53.379 INFO O| Aug 16 04:08:53.379 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-08-16T04:08:54.422Z[ recovery-image] Aug 16 04:08:53.389 INFO O| Aug 16 04:08:53.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41642024-08-16T04:08:54.422Z[ recovery-image] Aug 16 04:08:53.389 INFO O| Aug 16 04:08:53.389 INFO STEP 96 (remove_files) COMPLETE
41652024-08-16T04:08:54.422Z[ recovery-image] Aug 16 04:08:53.389 INFO O| Aug 16 04:08:53.389 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-08-16T04:08:54.432Z[ recovery-image] Aug 16 04:08:53.398 INFO O| Aug 16 04:08:53.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41672024-08-16T04:08:54.434Z[ recovery-image] Aug 16 04:08:53.398 INFO O| Aug 16 04:08:53.398 INFO STEP 97 (remove_files) COMPLETE
41682024-08-16T04:08:54.434Z[ recovery-image] Aug 16 04:08:53.398 INFO O| Aug 16 04:08:53.398 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-08-16T04:08:54.441Z[ recovery-image] Aug 16 04:08:53.408 INFO O| Aug 16 04:08:53.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41702024-08-16T04:08:54.441Z[ recovery-image] Aug 16 04:08:53.408 INFO O| Aug 16 04:08:53.408 INFO STEP 98 (remove_files) COMPLETE
41712024-08-16T04:08:54.441Z[ recovery-image] Aug 16 04:08:53.408 INFO O| Aug 16 04:08:53.408 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-08-16T04:08:54.451Z[ recovery-image] Aug 16 04:08:53.417 INFO O| Aug 16 04:08:53.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41732024-08-16T04:08:54.451Z[ recovery-image] Aug 16 04:08:53.417 INFO O| Aug 16 04:08:53.417 INFO STEP 99 (remove_files) COMPLETE
41742024-08-16T04:08:54.453Z[ recovery-image] Aug 16 04:08:53.417 INFO O| Aug 16 04:08:53.417 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-08-16T04:08:54.460Z[ recovery-image] Aug 16 04:08:53.426 INFO O| Aug 16 04:08:53.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41762024-08-16T04:08:54.460Z[ recovery-image] Aug 16 04:08:53.426 INFO O| Aug 16 04:08:53.426 INFO STEP 100 (remove_files) COMPLETE
41772024-08-16T04:08:54.460Z[ recovery-image] Aug 16 04:08:53.426 INFO O| Aug 16 04:08:53.426 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-08-16T04:08:54.470Z[ recovery-image] Aug 16 04:08:53.436 INFO O| Aug 16 04:08:53.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41792024-08-16T04:08:54.470Z[ recovery-image] Aug 16 04:08:53.436 INFO O| Aug 16 04:08:53.436 INFO STEP 101 (remove_files) COMPLETE
41802024-08-16T04:08:54.474Z[ recovery-image] Aug 16 04:08:53.436 INFO O| Aug 16 04:08:53.436 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-08-16T04:08:54.479Z[ recovery-image] Aug 16 04:08:53.445 INFO O| Aug 16 04:08:53.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41822024-08-16T04:08:54.482Z[ recovery-image] Aug 16 04:08:53.445 INFO O| Aug 16 04:08:53.445 INFO STEP 102 (remove_files) COMPLETE
41832024-08-16T04:08:54.482Z[ recovery-image] Aug 16 04:08:53.445 INFO O| Aug 16 04:08:53.445 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-08-16T04:08:54.488Z[ recovery-image] Aug 16 04:08:53.455 INFO O| Aug 16 04:08:53.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41852024-08-16T04:08:54.488Z[ recovery-image] Aug 16 04:08:53.455 INFO O| Aug 16 04:08:53.455 INFO STEP 103 (remove_files) COMPLETE
41862024-08-16T04:08:54.491Z[ recovery-image] Aug 16 04:08:53.455 INFO O| Aug 16 04:08:53.455 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-08-16T04:08:54.498Z[ recovery-image] Aug 16 04:08:53.464 INFO O| Aug 16 04:08:53.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41882024-08-16T04:08:54.498Z[ recovery-image] Aug 16 04:08:53.464 INFO O| Aug 16 04:08:53.464 INFO STEP 104 (remove_files) COMPLETE
41892024-08-16T04:08:54.500Z[ recovery-image] Aug 16 04:08:53.464 INFO O| Aug 16 04:08:53.464 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-08-16T04:08:54.507Z[ recovery-image] Aug 16 04:08:53.474 INFO O| Aug 16 04:08:53.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41912024-08-16T04:08:54.510Z[ recovery-image] Aug 16 04:08:53.475 INFO O| Aug 16 04:08:53.475 INFO STEP 105 (remove_files) COMPLETE
41922024-08-16T04:08:54.510Z[ recovery-image] Aug 16 04:08:53.475 INFO O| Aug 16 04:08:53.475 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-08-16T04:08:54.518Z[ recovery-image] Aug 16 04:08:53.484 INFO O| Aug 16 04:08:53.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41942024-08-16T04:08:54.518Z[ recovery-image] Aug 16 04:08:53.484 INFO O| Aug 16 04:08:53.484 INFO STEP 106 (remove_files) COMPLETE
41952024-08-16T04:08:54.521Z[ recovery-image] Aug 16 04:08:53.484 INFO O| Aug 16 04:08:53.484 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-08-16T04:08:54.528Z[ recovery-image] Aug 16 04:08:53.494 INFO O| Aug 16 04:08:53.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
41972024-08-16T04:08:54.530Z[ recovery-image] Aug 16 04:08:53.494 INFO O| Aug 16 04:08:53.494 INFO STEP 107 (remove_files) COMPLETE
41982024-08-16T04:08:54.530Z[ recovery-image] Aug 16 04:08:53.494 INFO O| Aug 16 04:08:53.494 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-08-16T04:08:54.538Z[ recovery-image] Aug 16 04:08:53.504 INFO O| Aug 16 04:08:53.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42002024-08-16T04:08:54.538Z[ recovery-image] Aug 16 04:08:53.504 INFO O| Aug 16 04:08:53.504 INFO STEP 108 (remove_files) COMPLETE
42012024-08-16T04:08:54.542Z[ recovery-image] Aug 16 04:08:53.504 INFO O| Aug 16 04:08:53.504 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-08-16T04:08:54.547Z[ recovery-image] Aug 16 04:08:53.514 INFO O| Aug 16 04:08:53.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42032024-08-16T04:08:54.547Z[ recovery-image] Aug 16 04:08:53.514 INFO O| Aug 16 04:08:53.514 INFO STEP 109 (remove_files) COMPLETE
42042024-08-16T04:08:54.550Z[ recovery-image] Aug 16 04:08:53.514 INFO O| Aug 16 04:08:53.514 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-08-16T04:08:54.557Z[ recovery-image] Aug 16 04:08:53.523 INFO O| Aug 16 04:08:53.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42062024-08-16T04:08:54.557Z[ recovery-image] Aug 16 04:08:53.523 INFO O| Aug 16 04:08:53.523 INFO STEP 110 (remove_files) COMPLETE
42072024-08-16T04:08:54.557Z[ recovery-image] Aug 16 04:08:53.523 INFO O| Aug 16 04:08:53.523 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-08-16T04:08:54.567Z[ recovery-image] Aug 16 04:08:53.533 INFO O| Aug 16 04:08:53.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42092024-08-16T04:08:54.567Z[ recovery-image] Aug 16 04:08:53.533 INFO O| Aug 16 04:08:53.533 INFO STEP 111 (remove_files) COMPLETE
42102024-08-16T04:08:54.567Z[ recovery-image] Aug 16 04:08:53.533 INFO O| Aug 16 04:08:53.533 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-08-16T04:08:54.577Z[ recovery-image] Aug 16 04:08:53.543 INFO O| Aug 16 04:08:53.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42122024-08-16T04:08:54.577Z[ recovery-image] Aug 16 04:08:53.543 INFO O| Aug 16 04:08:53.543 INFO STEP 112 (remove_files) COMPLETE
42132024-08-16T04:08:54.579Z[ recovery-image] Aug 16 04:08:53.543 INFO O| Aug 16 04:08:53.543 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-08-16T04:08:54.586Z[ recovery-image] Aug 16 04:08:53.552 INFO O| Aug 16 04:08:53.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42152024-08-16T04:08:54.586Z[ recovery-image] Aug 16 04:08:53.552 INFO O| Aug 16 04:08:53.552 INFO STEP 113 (remove_files) COMPLETE
42162024-08-16T04:08:54.586Z[ recovery-image] Aug 16 04:08:53.552 INFO O| Aug 16 04:08:53.552 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-08-16T04:08:54.596Z[ recovery-image] Aug 16 04:08:53.562 INFO O| Aug 16 04:08:53.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42182024-08-16T04:08:54.596Z[ recovery-image] Aug 16 04:08:53.562 INFO O| Aug 16 04:08:53.562 INFO STEP 114 (remove_files) COMPLETE
42192024-08-16T04:08:54.596Z[ recovery-image] Aug 16 04:08:53.562 INFO O| Aug 16 04:08:53.562 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-08-16T04:08:54.605Z[ recovery-image] Aug 16 04:08:53.571 INFO O| Aug 16 04:08:53.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42212024-08-16T04:08:54.608Z[ recovery-image] Aug 16 04:08:53.572 INFO O| Aug 16 04:08:53.572 INFO STEP 115 (remove_files) COMPLETE
42222024-08-16T04:08:54.608Z[ recovery-image] Aug 16 04:08:53.572 INFO O| Aug 16 04:08:53.572 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-08-16T04:08:54.615Z[ recovery-image] Aug 16 04:08:53.581 INFO O| Aug 16 04:08:53.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42242024-08-16T04:08:54.617Z[ recovery-image] Aug 16 04:08:53.581 INFO O| Aug 16 04:08:53.581 INFO STEP 116 (remove_files) COMPLETE
42252024-08-16T04:08:54.617Z[ recovery-image] Aug 16 04:08:53.581 INFO O| Aug 16 04:08:53.581 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-08-16T04:08:54.624Z[ recovery-image] Aug 16 04:08:53.590 INFO O| Aug 16 04:08:53.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
42272024-08-16T04:08:54.624Z[ recovery-image] Aug 16 04:08:53.591 INFO O| Aug 16 04:08:53.590 INFO STEP 117 (remove_files) COMPLETE
42282024-08-16T04:08:54.624Z[ recovery-image] Aug 16 04:08:53.591 INFO O| Aug 16 04:08:53.591 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-08-16T04:08:54.634Z[ recovery-image] Aug 16 04:08:53.601 INFO O| Aug 16 04:08:53.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
42302024-08-16T04:08:54.634Z[ recovery-image] Aug 16 04:08:53.601 INFO O| Aug 16 04:08:53.601 INFO STEP 118 (remove_files) COMPLETE
42312024-08-16T04:08:54.637Z[ recovery-image] Aug 16 04:08:53.601 INFO O| Aug 16 04:08:53.601 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-08-16T04:08:54.645Z[ recovery-image] Aug 16 04:08:53.611 INFO O| Aug 16 04:08:53.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42332024-08-16T04:08:54.647Z[ recovery-image] Aug 16 04:08:53.612 INFO O| Aug 16 04:08:53.612 INFO STEP 119 (remove_files) COMPLETE
42342024-08-16T04:08:54.647Z[ recovery-image] Aug 16 04:08:53.612 INFO O| Aug 16 04:08:53.612 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-08-16T04:08:54.655Z[ recovery-image] Aug 16 04:08:53.621 INFO O| Aug 16 04:08:53.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42362024-08-16T04:08:54.658Z[ recovery-image] Aug 16 04:08:53.622 INFO O| Aug 16 04:08:53.621 INFO STEP 120 (remove_files) COMPLETE
42372024-08-16T04:08:54.658Z[ recovery-image] Aug 16 04:08:53.622 INFO O| Aug 16 04:08:53.621 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-08-16T04:08:54.665Z[ recovery-image] Aug 16 04:08:53.631 INFO O| Aug 16 04:08:53.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42392024-08-16T04:08:54.665Z[ recovery-image] Aug 16 04:08:53.631 INFO O| Aug 16 04:08:53.631 INFO STEP 121 (remove_files) COMPLETE
42402024-08-16T04:08:54.668Z[ recovery-image] Aug 16 04:08:53.631 INFO O| Aug 16 04:08:53.631 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-08-16T04:08:54.674Z[ recovery-image] Aug 16 04:08:53.641 INFO O| Aug 16 04:08:53.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42422024-08-16T04:08:54.676Z[ recovery-image] Aug 16 04:08:53.642 INFO O| Aug 16 04:08:53.642 INFO STEP 122 (remove_files) COMPLETE
42432024-08-16T04:08:54.676Z[ recovery-image] Aug 16 04:08:53.642 INFO O| Aug 16 04:08:53.642 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-08-16T04:08:54.685Z[ recovery-image] Aug 16 04:08:53.651 INFO O| Aug 16 04:08:53.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42452024-08-16T04:08:54.685Z[ recovery-image] Aug 16 04:08:53.651 INFO O| Aug 16 04:08:53.651 INFO STEP 123 (remove_files) COMPLETE
42462024-08-16T04:08:54.687Z[ recovery-image] Aug 16 04:08:53.651 INFO O| Aug 16 04:08:53.651 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-08-16T04:08:54.695Z[ recovery-image] Aug 16 04:08:53.661 INFO O| Aug 16 04:08:53.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42482024-08-16T04:08:54.695Z[ recovery-image] Aug 16 04:08:53.661 INFO O| Aug 16 04:08:53.661 INFO STEP 124 (remove_files) COMPLETE
42492024-08-16T04:08:54.698Z[ recovery-image] Aug 16 04:08:53.661 INFO O| Aug 16 04:08:53.661 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-08-16T04:08:54.704Z[ recovery-image] Aug 16 04:08:53.670 INFO O| Aug 16 04:08:53.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42512024-08-16T04:08:54.706Z[ recovery-image] Aug 16 04:08:53.670 INFO O| Aug 16 04:08:53.670 INFO STEP 125 (remove_files) COMPLETE
42522024-08-16T04:08:54.706Z[ recovery-image] Aug 16 04:08:53.670 INFO O| Aug 16 04:08:53.670 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-08-16T04:08:54.713Z[ recovery-image] Aug 16 04:08:53.680 INFO O| Aug 16 04:08:53.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42542024-08-16T04:08:54.713Z[ recovery-image] Aug 16 04:08:53.680 INFO O| Aug 16 04:08:53.680 INFO STEP 126 (remove_files) COMPLETE
42552024-08-16T04:08:54.713Z[ recovery-image] Aug 16 04:08:53.680 INFO O| Aug 16 04:08:53.680 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-08-16T04:08:54.723Z[ recovery-image] Aug 16 04:08:53.689 INFO O| Aug 16 04:08:53.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42572024-08-16T04:08:54.726Z[ recovery-image] Aug 16 04:08:53.689 INFO O| Aug 16 04:08:53.689 INFO STEP 127 (remove_files) COMPLETE
42582024-08-16T04:08:54.727Z[ recovery-image] Aug 16 04:08:53.689 INFO O| Aug 16 04:08:53.689 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-08-16T04:08:54.732Z[ recovery-image] Aug 16 04:08:53.698 INFO O| Aug 16 04:08:53.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42602024-08-16T04:08:54.735Z[ recovery-image] Aug 16 04:08:53.698 INFO O| Aug 16 04:08:53.698 INFO STEP 128 (remove_files) COMPLETE
42612024-08-16T04:08:54.735Z[ recovery-image] Aug 16 04:08:53.698 INFO O| Aug 16 04:08:53.698 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-08-16T04:08:54.742Z[ recovery-image] Aug 16 04:08:53.708 INFO O| Aug 16 04:08:53.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42632024-08-16T04:08:54.744Z[ recovery-image] Aug 16 04:08:53.708 INFO O| Aug 16 04:08:53.708 INFO STEP 129 (remove_files) COMPLETE
42642024-08-16T04:08:54.744Z[ recovery-image] Aug 16 04:08:53.708 INFO O| Aug 16 04:08:53.708 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-08-16T04:08:54.752Z[ recovery-image] Aug 16 04:08:53.718 INFO O| Aug 16 04:08:53.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42662024-08-16T04:08:54.752Z[ recovery-image] Aug 16 04:08:53.718 INFO O| Aug 16 04:08:53.718 INFO STEP 130 (remove_files) COMPLETE
42672024-08-16T04:08:54.754Z[ recovery-image] Aug 16 04:08:53.718 INFO O| Aug 16 04:08:53.718 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-08-16T04:08:54.761Z[ recovery-image] Aug 16 04:08:53.728 INFO O| Aug 16 04:08:53.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42692024-08-16T04:08:54.764Z[ recovery-image] Aug 16 04:08:53.728 INFO O| Aug 16 04:08:53.728 INFO STEP 131 (remove_files) COMPLETE
42702024-08-16T04:08:54.764Z[ recovery-image] Aug 16 04:08:53.728 INFO O| Aug 16 04:08:53.728 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-08-16T04:08:54.771Z[ recovery-image] Aug 16 04:08:53.737 INFO O| Aug 16 04:08:53.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42722024-08-16T04:08:54.773Z[ recovery-image] Aug 16 04:08:53.738 INFO O| Aug 16 04:08:53.738 INFO STEP 132 (remove_files) COMPLETE
42732024-08-16T04:08:54.773Z[ recovery-image] Aug 16 04:08:53.738 INFO O| Aug 16 04:08:53.738 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-08-16T04:08:54.781Z[ recovery-image] Aug 16 04:08:53.747 INFO O| Aug 16 04:08:53.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42752024-08-16T04:08:54.783Z[ recovery-image] Aug 16 04:08:53.748 INFO O| Aug 16 04:08:53.748 INFO STEP 133 (remove_files) COMPLETE
42762024-08-16T04:08:54.783Z[ recovery-image] Aug 16 04:08:53.748 INFO O| Aug 16 04:08:53.748 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-08-16T04:08:54.791Z[ recovery-image] Aug 16 04:08:53.757 INFO O| Aug 16 04:08:53.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42782024-08-16T04:08:54.791Z[ recovery-image] Aug 16 04:08:53.757 INFO O| Aug 16 04:08:53.757 INFO STEP 134 (remove_files) COMPLETE
42792024-08-16T04:08:54.793Z[ recovery-image] Aug 16 04:08:53.757 INFO O| Aug 16 04:08:53.757 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-08-16T04:08:54.800Z[ recovery-image] Aug 16 04:08:53.767 INFO O| Aug 16 04:08:53.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42812024-08-16T04:08:54.800Z[ recovery-image] Aug 16 04:08:53.767 INFO O| Aug 16 04:08:53.767 INFO STEP 135 (remove_files) COMPLETE
42822024-08-16T04:08:54.800Z[ recovery-image] Aug 16 04:08:53.767 INFO O| Aug 16 04:08:53.767 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-08-16T04:08:54.810Z[ recovery-image] Aug 16 04:08:53.776 INFO O| Aug 16 04:08:53.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42842024-08-16T04:08:54.810Z[ recovery-image] Aug 16 04:08:53.776 INFO O| Aug 16 04:08:53.776 INFO STEP 136 (remove_files) COMPLETE
42852024-08-16T04:08:54.810Z[ recovery-image] Aug 16 04:08:53.776 INFO O| Aug 16 04:08:53.776 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-08-16T04:08:54.819Z[ recovery-image] Aug 16 04:08:53.785 INFO O| Aug 16 04:08:53.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42872024-08-16T04:08:54.819Z[ recovery-image] Aug 16 04:08:53.785 INFO O| Aug 16 04:08:53.785 INFO STEP 137 (remove_files) COMPLETE
42882024-08-16T04:08:54.821Z[ recovery-image] Aug 16 04:08:53.785 INFO O| Aug 16 04:08:53.785 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-08-16T04:08:54.828Z[ recovery-image] Aug 16 04:08:53.795 INFO O| Aug 16 04:08:53.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42902024-08-16T04:08:54.828Z[ recovery-image] Aug 16 04:08:53.795 INFO O| Aug 16 04:08:53.795 INFO STEP 138 (remove_files) COMPLETE
42912024-08-16T04:08:54.831Z[ recovery-image] Aug 16 04:08:53.795 INFO O| Aug 16 04:08:53.795 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-08-16T04:08:54.838Z[ recovery-image] Aug 16 04:08:53.804 INFO O| Aug 16 04:08:53.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42932024-08-16T04:08:54.840Z[ recovery-image] Aug 16 04:08:53.805 INFO O| Aug 16 04:08:53.805 INFO STEP 139 (remove_files) COMPLETE
42942024-08-16T04:08:54.840Z[ recovery-image] Aug 16 04:08:53.805 INFO O| Aug 16 04:08:53.805 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-08-16T04:08:54.851Z[ recovery-image] Aug 16 04:08:53.817 INFO O| Aug 16 04:08:53.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
42962024-08-16T04:08:54.853Z[ recovery-image] Aug 16 04:08:53.817 INFO O| Aug 16 04:08:53.817 INFO STEP 140 (remove_files) COMPLETE
42972024-08-16T04:08:54.853Z[ recovery-image] Aug 16 04:08:53.817 INFO O| Aug 16 04:08:53.817 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-08-16T04:08:54.862Z[ recovery-image] Aug 16 04:08:53.828 INFO O| Aug 16 04:08:53.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
42992024-08-16T04:08:54.864Z[ recovery-image] Aug 16 04:08:53.828 INFO O| Aug 16 04:08:53.828 INFO STEP 141 (remove_files) COMPLETE
43002024-08-16T04:08:54.864Z[ recovery-image] Aug 16 04:08:53.828 INFO O| Aug 16 04:08:53.828 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-08-16T04:08:54.872Z[ recovery-image] Aug 16 04:08:53.838 INFO O| Aug 16 04:08:53.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43022024-08-16T04:08:54.874Z[ recovery-image] Aug 16 04:08:53.839 INFO O| Aug 16 04:08:53.839 INFO STEP 142 (remove_files) COMPLETE
43032024-08-16T04:08:54.874Z[ recovery-image] Aug 16 04:08:53.839 INFO O| Aug 16 04:08:53.839 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-08-16T04:08:54.882Z[ recovery-image] Aug 16 04:08:53.848 INFO O| Aug 16 04:08:53.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43052024-08-16T04:08:54.884Z[ recovery-image] Aug 16 04:08:53.849 INFO O| Aug 16 04:08:53.849 INFO STEP 143 (remove_files) COMPLETE
43062024-08-16T04:08:54.884Z[ recovery-image] Aug 16 04:08:53.849 INFO O| Aug 16 04:08:53.849 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-08-16T04:08:54.892Z[ recovery-image] Aug 16 04:08:53.858 INFO O| Aug 16 04:08:53.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43082024-08-16T04:08:54.894Z[ recovery-image] Aug 16 04:08:53.858 INFO O| Aug 16 04:08:53.858 INFO STEP 144 (remove_files) COMPLETE
43092024-08-16T04:08:54.894Z[ recovery-image] Aug 16 04:08:53.858 INFO O| Aug 16 04:08:53.858 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-08-16T04:08:54.901Z[ recovery-image] Aug 16 04:08:53.867 INFO O| Aug 16 04:08:53.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43112024-08-16T04:08:54.901Z[ recovery-image] Aug 16 04:08:53.867 INFO O| Aug 16 04:08:53.867 INFO STEP 145 (remove_files) COMPLETE
43122024-08-16T04:08:54.904Z[ recovery-image] Aug 16 04:08:53.867 INFO O| Aug 16 04:08:53.867 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-08-16T04:08:54.910Z[ recovery-image] Aug 16 04:08:53.877 INFO O| Aug 16 04:08:53.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43142024-08-16T04:08:54.913Z[ recovery-image] Aug 16 04:08:53.877 INFO O| Aug 16 04:08:53.877 INFO STEP 146 (remove_files) COMPLETE
43152024-08-16T04:08:54.913Z[ recovery-image] Aug 16 04:08:53.877 INFO O| Aug 16 04:08:53.877 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-08-16T04:08:54.920Z[ recovery-image] Aug 16 04:08:53.886 INFO O| Aug 16 04:08:53.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43172024-08-16T04:08:54.920Z[ recovery-image] Aug 16 04:08:53.886 INFO O| Aug 16 04:08:53.886 INFO STEP 147 (remove_files) COMPLETE
43182024-08-16T04:08:54.920Z[ recovery-image] Aug 16 04:08:53.886 INFO O| Aug 16 04:08:53.886 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-08-16T04:08:54.929Z[ recovery-image] Aug 16 04:08:53.895 INFO O| Aug 16 04:08:53.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43202024-08-16T04:08:54.932Z[ recovery-image] Aug 16 04:08:53.896 INFO O| Aug 16 04:08:53.896 INFO STEP 148 (remove_files) COMPLETE
43212024-08-16T04:08:54.932Z[ recovery-image] Aug 16 04:08:53.896 INFO O| Aug 16 04:08:53.896 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-08-16T04:08:54.938Z[ recovery-image] Aug 16 04:08:53.905 INFO O| Aug 16 04:08:53.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43232024-08-16T04:08:54.941Z[ recovery-image] Aug 16 04:08:53.905 INFO O| Aug 16 04:08:53.905 INFO STEP 149 (remove_files) COMPLETE
43242024-08-16T04:08:54.941Z[ recovery-image] Aug 16 04:08:53.905 INFO O| Aug 16 04:08:53.905 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-08-16T04:08:54.948Z[ recovery-image] Aug 16 04:08:53.914 INFO O| Aug 16 04:08:53.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
43262024-08-16T04:08:54.948Z[ recovery-image] Aug 16 04:08:53.914 INFO O| Aug 16 04:08:53.914 INFO STEP 150 (remove_files) COMPLETE
43272024-08-16T04:08:54.950Z[ recovery-image] Aug 16 04:08:53.914 INFO O| Aug 16 04:08:53.914 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-08-16T04:08:54.957Z[ recovery-image] Aug 16 04:08:53.923 INFO O| Aug 16 04:08:53.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
43292024-08-16T04:08:54.959Z[ recovery-image] Aug 16 04:08:53.924 INFO O| Aug 16 04:08:53.923 INFO STEP 151 (remove_files) COMPLETE
43302024-08-16T04:08:54.960Z[ recovery-image] Aug 16 04:08:53.924 INFO O| Aug 16 04:08:53.924 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-08-16T04:08:54.966Z[ recovery-image] Aug 16 04:08:53.933 INFO O| Aug 16 04:08:53.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43322024-08-16T04:08:54.966Z[ recovery-image] Aug 16 04:08:53.933 INFO O| Aug 16 04:08:53.933 INFO STEP 152 (remove_files) COMPLETE
43332024-08-16T04:08:54.969Z[ recovery-image] Aug 16 04:08:53.933 INFO O| Aug 16 04:08:53.933 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-08-16T04:08:54.976Z[ recovery-image] Aug 16 04:08:53.942 INFO O| Aug 16 04:08:53.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43352024-08-16T04:08:54.976Z[ recovery-image] Aug 16 04:08:53.942 INFO O| Aug 16 04:08:53.942 INFO STEP 153 (remove_files) COMPLETE
43362024-08-16T04:08:54.978Z[ recovery-image] Aug 16 04:08:53.942 INFO O| Aug 16 04:08:53.942 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-08-16T04:08:54.985Z[ recovery-image] Aug 16 04:08:53.951 INFO O| Aug 16 04:08:53.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43382024-08-16T04:08:54.985Z[ recovery-image] Aug 16 04:08:53.952 INFO O| Aug 16 04:08:53.951 INFO STEP 154 (remove_files) COMPLETE
43392024-08-16T04:08:54.988Z[ recovery-image] Aug 16 04:08:53.952 INFO O| Aug 16 04:08:53.952 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-08-16T04:08:54.995Z[ recovery-image] Aug 16 04:08:53.961 INFO O| Aug 16 04:08:53.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43412024-08-16T04:08:54.995Z[ recovery-image] Aug 16 04:08:53.961 INFO O| Aug 16 04:08:53.961 INFO STEP 155 (remove_files) COMPLETE
43422024-08-16T04:08:54.995Z[ recovery-image] Aug 16 04:08:53.961 INFO O| Aug 16 04:08:53.961 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-08-16T04:08:55.004Z[ recovery-image] Aug 16 04:08:53.971 INFO O| Aug 16 04:08:53.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43442024-08-16T04:08:55.007Z[ recovery-image] Aug 16 04:08:53.971 INFO O| Aug 16 04:08:53.971 INFO STEP 156 (remove_files) COMPLETE
43452024-08-16T04:08:55.007Z[ recovery-image] Aug 16 04:08:53.971 INFO O| Aug 16 04:08:53.971 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-08-16T04:08:55.014Z[ recovery-image] Aug 16 04:08:53.981 INFO O| Aug 16 04:08:53.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43472024-08-16T04:08:55.014Z[ recovery-image] Aug 16 04:08:53.981 INFO O| Aug 16 04:08:53.981 INFO STEP 157 (remove_files) COMPLETE
43482024-08-16T04:08:55.017Z[ recovery-image] Aug 16 04:08:53.981 INFO O| Aug 16 04:08:53.981 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-08-16T04:08:55.024Z[ recovery-image] Aug 16 04:08:53.990 INFO O| Aug 16 04:08:53.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43502024-08-16T04:08:55.024Z[ recovery-image] Aug 16 04:08:53.990 INFO O| Aug 16 04:08:53.990 INFO STEP 158 (remove_files) COMPLETE
43512024-08-16T04:08:55.026Z[ recovery-image] Aug 16 04:08:53.990 INFO O| Aug 16 04:08:53.990 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-08-16T04:08:55.033Z[ recovery-image] Aug 16 04:08:53.999 INFO O| Aug 16 04:08:53.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43532024-08-16T04:08:55.035Z[ recovery-image] Aug 16 04:08:53.999 INFO O| Aug 16 04:08:53.999 INFO STEP 159 (remove_files) COMPLETE
43542024-08-16T04:08:55.035Z[ recovery-image] Aug 16 04:08:53.999 INFO O| Aug 16 04:08:53.999 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-08-16T04:08:55.043Z[ recovery-image] Aug 16 04:08:54.010 INFO O| Aug 16 04:08:54.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43562024-08-16T04:08:55.043Z[ recovery-image] Aug 16 04:08:54.010 INFO O| Aug 16 04:08:54.010 INFO STEP 160 (remove_files) COMPLETE
43572024-08-16T04:08:55.046Z[ recovery-image] Aug 16 04:08:54.010 INFO O| Aug 16 04:08:54.010 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-08-16T04:08:55.053Z[ recovery-image] Aug 16 04:08:54.019 INFO O| Aug 16 04:08:54.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43592024-08-16T04:08:55.055Z[ recovery-image] Aug 16 04:08:54.019 INFO O| Aug 16 04:08:54.019 INFO STEP 161 (remove_files) COMPLETE
43602024-08-16T04:08:55.055Z[ recovery-image] Aug 16 04:08:54.019 INFO O| Aug 16 04:08:54.019 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-08-16T04:08:55.062Z[ recovery-image] Aug 16 04:08:54.028 INFO O| Aug 16 04:08:54.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43622024-08-16T04:08:55.062Z[ recovery-image] Aug 16 04:08:54.028 INFO O| Aug 16 04:08:54.028 INFO STEP 162 (remove_files) COMPLETE
43632024-08-16T04:08:55.062Z[ recovery-image] Aug 16 04:08:54.028 INFO O| Aug 16 04:08:54.028 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-08-16T04:08:55.071Z[ recovery-image] Aug 16 04:08:54.038 INFO O| Aug 16 04:08:54.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43652024-08-16T04:08:55.071Z[ recovery-image] Aug 16 04:08:54.038 INFO O| Aug 16 04:08:54.038 INFO STEP 163 (remove_files) COMPLETE
43662024-08-16T04:08:55.074Z[ recovery-image] Aug 16 04:08:54.038 INFO O| Aug 16 04:08:54.038 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-08-16T04:08:55.081Z[ recovery-image] Aug 16 04:08:54.047 INFO O| Aug 16 04:08:54.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43682024-08-16T04:08:55.081Z[ recovery-image] Aug 16 04:08:54.047 INFO O| Aug 16 04:08:54.047 INFO STEP 164 (remove_files) COMPLETE
43692024-08-16T04:08:55.083Z[ recovery-image] Aug 16 04:08:54.047 INFO O| Aug 16 04:08:54.047 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-08-16T04:08:55.090Z[ recovery-image] Aug 16 04:08:54.056 INFO O| Aug 16 04:08:54.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43712024-08-16T04:08:55.092Z[ recovery-image] Aug 16 04:08:54.056 INFO O| Aug 16 04:08:54.056 INFO STEP 165 (remove_files) COMPLETE
43722024-08-16T04:08:55.092Z[ recovery-image] Aug 16 04:08:54.056 INFO O| Aug 16 04:08:54.056 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-08-16T04:08:55.100Z[ recovery-image] Aug 16 04:08:54.066 INFO O| Aug 16 04:08:54.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43742024-08-16T04:08:55.100Z[ recovery-image] Aug 16 04:08:54.066 INFO O| Aug 16 04:08:54.066 INFO STEP 166 (remove_files) COMPLETE
43752024-08-16T04:08:55.102Z[ recovery-image] Aug 16 04:08:54.066 INFO O| Aug 16 04:08:54.066 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-08-16T04:08:55.109Z[ recovery-image] Aug 16 04:08:54.075 INFO O| Aug 16 04:08:54.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43772024-08-16T04:08:55.109Z[ recovery-image] Aug 16 04:08:54.075 INFO O| Aug 16 04:08:54.075 INFO STEP 167 (remove_files) COMPLETE
43782024-08-16T04:08:55.111Z[ recovery-image] Aug 16 04:08:54.075 INFO O| Aug 16 04:08:54.075 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-08-16T04:08:55.118Z[ recovery-image] Aug 16 04:08:54.084 INFO O| Aug 16 04:08:54.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43802024-08-16T04:08:55.118Z[ recovery-image] Aug 16 04:08:54.084 INFO O| Aug 16 04:08:54.084 INFO STEP 168 (remove_files) COMPLETE
43812024-08-16T04:08:55.120Z[ recovery-image] Aug 16 04:08:54.084 INFO O| Aug 16 04:08:54.084 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-08-16T04:08:55.127Z[ recovery-image] Aug 16 04:08:54.094 INFO O| Aug 16 04:08:54.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43832024-08-16T04:08:55.127Z[ recovery-image] Aug 16 04:08:54.094 INFO O| Aug 16 04:08:54.094 INFO STEP 169 (remove_files) COMPLETE
43842024-08-16T04:08:55.127Z[ recovery-image] Aug 16 04:08:54.094 INFO O| Aug 16 04:08:54.094 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-08-16T04:08:55.137Z[ recovery-image] Aug 16 04:08:54.103 INFO O| Aug 16 04:08:54.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43862024-08-16T04:08:55.137Z[ recovery-image] Aug 16 04:08:54.103 INFO O| Aug 16 04:08:54.103 INFO STEP 170 (remove_files) COMPLETE
43872024-08-16T04:08:55.137Z[ recovery-image] Aug 16 04:08:54.103 INFO O| Aug 16 04:08:54.103 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-08-16T04:08:55.146Z[ recovery-image] Aug 16 04:08:54.112 INFO O| Aug 16 04:08:54.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43892024-08-16T04:08:55.148Z[ recovery-image] Aug 16 04:08:54.112 INFO O| Aug 16 04:08:54.112 INFO STEP 171 (remove_files) COMPLETE
43902024-08-16T04:08:55.148Z[ recovery-image] Aug 16 04:08:54.112 INFO O| Aug 16 04:08:54.112 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-08-16T04:08:55.155Z[ recovery-image] Aug 16 04:08:54.121 INFO O| Aug 16 04:08:54.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43922024-08-16T04:08:55.155Z[ recovery-image] Aug 16 04:08:54.121 INFO O| Aug 16 04:08:54.121 INFO STEP 172 (remove_files) COMPLETE
43932024-08-16T04:08:55.155Z[ recovery-image] Aug 16 04:08:54.121 INFO O| Aug 16 04:08:54.121 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-08-16T04:08:55.164Z[ recovery-image] Aug 16 04:08:54.131 INFO O| Aug 16 04:08:54.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
43952024-08-16T04:08:55.164Z[ recovery-image] Aug 16 04:08:54.131 INFO O| Aug 16 04:08:54.131 INFO STEP 173 (remove_files) COMPLETE
43962024-08-16T04:08:55.167Z[ recovery-image] Aug 16 04:08:54.131 INFO O| Aug 16 04:08:54.131 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-08-16T04:08:55.174Z[ recovery-image] Aug 16 04:08:54.140 INFO O| Aug 16 04:08:54.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
43982024-08-16T04:08:55.174Z[ recovery-image] Aug 16 04:08:54.140 INFO O| Aug 16 04:08:54.140 INFO STEP 174 (remove_files) COMPLETE
43992024-08-16T04:08:55.174Z[ recovery-image] Aug 16 04:08:54.140 INFO O| Aug 16 04:08:54.140 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-08-16T04:08:55.183Z[ recovery-image] Aug 16 04:08:54.150 INFO O| Aug 16 04:08:54.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44012024-08-16T04:08:55.185Z[ recovery-image] Aug 16 04:08:54.150 INFO O| Aug 16 04:08:54.150 INFO STEP 175 (remove_files) COMPLETE
44022024-08-16T04:08:55.186Z[ recovery-image] Aug 16 04:08:54.150 INFO O| Aug 16 04:08:54.150 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-08-16T04:08:55.193Z[ recovery-image] Aug 16 04:08:54.159 INFO O| Aug 16 04:08:54.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44042024-08-16T04:08:55.193Z[ recovery-image] Aug 16 04:08:54.159 INFO O| Aug 16 04:08:54.159 INFO STEP 176 (remove_files) COMPLETE
44052024-08-16T04:08:55.195Z[ recovery-image] Aug 16 04:08:54.159 INFO O| Aug 16 04:08:54.159 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-08-16T04:08:55.202Z[ recovery-image] Aug 16 04:08:54.168 INFO O| Aug 16 04:08:54.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44072024-08-16T04:08:55.202Z[ recovery-image] Aug 16 04:08:54.168 INFO O| Aug 16 04:08:54.168 INFO STEP 177 (remove_files) COMPLETE
44082024-08-16T04:08:55.204Z[ recovery-image] Aug 16 04:08:54.168 INFO O| Aug 16 04:08:54.168 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-08-16T04:08:55.211Z[ recovery-image] Aug 16 04:08:54.178 INFO O| Aug 16 04:08:54.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44102024-08-16T04:08:55.212Z[ recovery-image] Aug 16 04:08:54.178 INFO O| Aug 16 04:08:54.178 INFO STEP 178 (remove_files) COMPLETE
44112024-08-16T04:08:55.214Z[ recovery-image] Aug 16 04:08:54.178 INFO O| Aug 16 04:08:54.178 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-08-16T04:08:55.221Z[ recovery-image] Aug 16 04:08:54.187 INFO O| Aug 16 04:08:54.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44132024-08-16T04:08:55.221Z[ recovery-image] Aug 16 04:08:54.187 INFO O| Aug 16 04:08:54.187 INFO STEP 179 (remove_files) COMPLETE
44142024-08-16T04:08:55.223Z[ recovery-image] Aug 16 04:08:54.187 INFO O| Aug 16 04:08:54.187 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-08-16T04:08:55.230Z[ recovery-image] Aug 16 04:08:54.196 INFO O| Aug 16 04:08:54.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44162024-08-16T04:08:55.230Z[ recovery-image] Aug 16 04:08:54.197 INFO O| Aug 16 04:08:54.196 INFO STEP 180 (remove_files) COMPLETE
44172024-08-16T04:08:55.233Z[ recovery-image] Aug 16 04:08:54.197 INFO O| Aug 16 04:08:54.197 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-08-16T04:08:55.240Z[ recovery-image] Aug 16 04:08:54.206 INFO O| Aug 16 04:08:54.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44192024-08-16T04:08:55.240Z[ recovery-image] Aug 16 04:08:54.206 INFO O| Aug 16 04:08:54.206 INFO STEP 181 (remove_files) COMPLETE
44202024-08-16T04:08:55.240Z[ recovery-image] Aug 16 04:08:54.206 INFO O| Aug 16 04:08:54.206 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-08-16T04:08:55.249Z[ recovery-image] Aug 16 04:08:54.215 INFO O| Aug 16 04:08:54.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44222024-08-16T04:08:55.249Z[ recovery-image] Aug 16 04:08:54.215 INFO O| Aug 16 04:08:54.215 INFO STEP 182 (remove_files) COMPLETE
44232024-08-16T04:08:55.251Z[ recovery-image] Aug 16 04:08:54.215 INFO O| Aug 16 04:08:54.215 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-08-16T04:08:55.258Z[ recovery-image] Aug 16 04:08:54.225 INFO O| Aug 16 04:08:54.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
44252024-08-16T04:08:55.260Z[ recovery-image] Aug 16 04:08:54.225 INFO O| Aug 16 04:08:54.225 INFO STEP 183 (remove_files) COMPLETE
44262024-08-16T04:08:55.261Z[ recovery-image] Aug 16 04:08:54.225 INFO O| Aug 16 04:08:54.225 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-08-16T04:08:55.268Z[ recovery-image] Aug 16 04:08:54.234 INFO O| Aug 16 04:08:54.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
44282024-08-16T04:08:55.268Z[ recovery-image] Aug 16 04:08:54.234 INFO O| Aug 16 04:08:54.234 INFO STEP 184 (remove_files) COMPLETE
44292024-08-16T04:08:55.270Z[ recovery-image] Aug 16 04:08:54.234 INFO O| Aug 16 04:08:54.234 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-08-16T04:08:55.277Z[ recovery-image] Aug 16 04:08:54.243 INFO O| Aug 16 04:08:54.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44312024-08-16T04:08:55.277Z[ recovery-image] Aug 16 04:08:54.243 INFO O| Aug 16 04:08:54.243 INFO STEP 185 (remove_files) COMPLETE
44322024-08-16T04:08:55.279Z[ recovery-image] Aug 16 04:08:54.243 INFO O| Aug 16 04:08:54.243 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-08-16T04:08:55.286Z[ recovery-image] Aug 16 04:08:54.253 INFO O| Aug 16 04:08:54.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44342024-08-16T04:08:55.286Z[ recovery-image] Aug 16 04:08:54.253 INFO O| Aug 16 04:08:54.253 INFO STEP 186 (remove_files) COMPLETE
44352024-08-16T04:08:55.289Z[ recovery-image] Aug 16 04:08:54.253 INFO O| Aug 16 04:08:54.253 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-08-16T04:08:55.296Z[ recovery-image] Aug 16 04:08:54.262 INFO O| Aug 16 04:08:54.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44372024-08-16T04:08:55.296Z[ recovery-image] Aug 16 04:08:54.262 INFO O| Aug 16 04:08:54.262 INFO STEP 187 (remove_files) COMPLETE
44382024-08-16T04:08:55.296Z[ recovery-image] Aug 16 04:08:54.262 INFO O| Aug 16 04:08:54.262 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-08-16T04:08:55.305Z[ recovery-image] Aug 16 04:08:54.272 INFO O| Aug 16 04:08:54.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44402024-08-16T04:08:55.306Z[ recovery-image] Aug 16 04:08:54.272 INFO O| Aug 16 04:08:54.272 INFO STEP 188 (remove_files) COMPLETE
44412024-08-16T04:08:55.310Z[ recovery-image] Aug 16 04:08:54.272 INFO O| Aug 16 04:08:54.272 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-08-16T04:08:55.315Z[ recovery-image] Aug 16 04:08:54.281 INFO O| Aug 16 04:08:54.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44432024-08-16T04:08:55.315Z[ recovery-image] Aug 16 04:08:54.281 INFO O| Aug 16 04:08:54.281 INFO STEP 189 (remove_files) COMPLETE
44442024-08-16T04:08:55.317Z[ recovery-image] Aug 16 04:08:54.281 INFO O| Aug 16 04:08:54.281 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-08-16T04:08:55.324Z[ recovery-image] Aug 16 04:08:54.291 INFO O| Aug 16 04:08:54.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44462024-08-16T04:08:55.324Z[ recovery-image] Aug 16 04:08:54.291 INFO O| Aug 16 04:08:54.291 INFO STEP 190 (remove_files) COMPLETE
44472024-08-16T04:08:55.324Z[ recovery-image] Aug 16 04:08:54.291 INFO O| Aug 16 04:08:54.291 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-08-16T04:08:55.333Z[ recovery-image] Aug 16 04:08:54.300 INFO O| Aug 16 04:08:54.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44492024-08-16T04:08:55.333Z[ recovery-image] Aug 16 04:08:54.300 INFO O| Aug 16 04:08:54.300 INFO STEP 191 (remove_files) COMPLETE
44502024-08-16T04:08:55.334Z[ recovery-image] Aug 16 04:08:54.300 INFO O| Aug 16 04:08:54.300 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-08-16T04:08:55.343Z[ recovery-image] Aug 16 04:08:54.309 INFO O| Aug 16 04:08:54.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44522024-08-16T04:08:55.343Z[ recovery-image] Aug 16 04:08:54.309 INFO O| Aug 16 04:08:54.309 INFO STEP 192 (remove_files) COMPLETE
44532024-08-16T04:08:55.345Z[ recovery-image] Aug 16 04:08:54.309 INFO O| Aug 16 04:08:54.309 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-08-16T04:08:55.352Z[ recovery-image] Aug 16 04:08:54.319 INFO O| Aug 16 04:08:54.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44552024-08-16T04:08:55.355Z[ recovery-image] Aug 16 04:08:54.319 INFO O| Aug 16 04:08:54.319 INFO STEP 193 (remove_files) COMPLETE
44562024-08-16T04:08:55.355Z[ recovery-image] Aug 16 04:08:54.319 INFO O| Aug 16 04:08:54.319 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-08-16T04:08:55.362Z[ recovery-image] Aug 16 04:08:54.328 INFO O| Aug 16 04:08:54.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44582024-08-16T04:08:55.362Z[ recovery-image] Aug 16 04:08:54.328 INFO O| Aug 16 04:08:54.328 INFO STEP 194 (remove_files) COMPLETE
44592024-08-16T04:08:55.364Z[ recovery-image] Aug 16 04:08:54.328 INFO O| Aug 16 04:08:54.328 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-08-16T04:08:55.371Z[ recovery-image] Aug 16 04:08:54.337 INFO O| Aug 16 04:08:54.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44612024-08-16T04:08:55.371Z[ recovery-image] Aug 16 04:08:54.337 INFO O| Aug 16 04:08:54.337 INFO STEP 195 (remove_files) COMPLETE
44622024-08-16T04:08:55.376Z[ recovery-image] Aug 16 04:08:54.337 INFO O| Aug 16 04:08:54.337 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-08-16T04:08:55.380Z[ recovery-image] Aug 16 04:08:54.347 INFO O| Aug 16 04:08:54.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44642024-08-16T04:08:55.380Z[ recovery-image] Aug 16 04:08:54.347 INFO O| Aug 16 04:08:54.347 INFO STEP 196 (remove_files) COMPLETE
44652024-08-16T04:08:55.387Z[ recovery-image] Aug 16 04:08:54.347 INFO O| Aug 16 04:08:54.347 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-08-16T04:08:55.393Z[ recovery-image] Aug 16 04:08:54.356 INFO O| Aug 16 04:08:54.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44672024-08-16T04:08:55.393Z[ recovery-image] Aug 16 04:08:54.356 INFO O| Aug 16 04:08:54.356 INFO STEP 197 (remove_files) COMPLETE
44682024-08-16T04:08:55.393Z[ recovery-image] Aug 16 04:08:54.356 INFO O| Aug 16 04:08:54.356 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-08-16T04:08:55.399Z[ recovery-image] Aug 16 04:08:54.365 INFO O| Aug 16 04:08:54.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44702024-08-16T04:08:55.399Z[ recovery-image] Aug 16 04:08:54.365 INFO O| Aug 16 04:08:54.365 INFO STEP 198 (remove_files) COMPLETE
44712024-08-16T04:08:55.401Z[ recovery-image] Aug 16 04:08:54.365 INFO O| Aug 16 04:08:54.365 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-08-16T04:08:55.408Z[ recovery-image] Aug 16 04:08:54.375 INFO O| Aug 16 04:08:54.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44732024-08-16T04:08:55.408Z[ recovery-image] Aug 16 04:08:54.375 INFO O| Aug 16 04:08:54.375 INFO STEP 199 (remove_files) COMPLETE
44742024-08-16T04:08:55.410Z[ recovery-image] Aug 16 04:08:54.375 INFO O| Aug 16 04:08:54.375 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-08-16T04:08:55.418Z[ recovery-image] Aug 16 04:08:54.384 INFO O| Aug 16 04:08:54.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44762024-08-16T04:08:55.418Z[ recovery-image] Aug 16 04:08:54.384 INFO O| Aug 16 04:08:54.384 INFO STEP 200 (remove_files) COMPLETE
44772024-08-16T04:08:55.420Z[ recovery-image] Aug 16 04:08:54.384 INFO O| Aug 16 04:08:54.384 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-08-16T04:08:55.427Z[ recovery-image] Aug 16 04:08:54.393 INFO O| Aug 16 04:08:54.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44792024-08-16T04:08:55.430Z[ recovery-image] Aug 16 04:08:54.393 INFO O| Aug 16 04:08:54.393 INFO STEP 201 (remove_files) COMPLETE
44802024-08-16T04:08:55.430Z[ recovery-image] Aug 16 04:08:54.394 INFO O| Aug 16 04:08:54.393 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-08-16T04:08:55.436Z[ recovery-image] Aug 16 04:08:54.403 INFO O| Aug 16 04:08:54.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44822024-08-16T04:08:55.439Z[ recovery-image] Aug 16 04:08:54.403 INFO O| Aug 16 04:08:54.403 INFO STEP 202 (remove_files) COMPLETE
44832024-08-16T04:08:55.439Z[ recovery-image] Aug 16 04:08:54.403 INFO O| Aug 16 04:08:54.403 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-08-16T04:08:55.446Z[ recovery-image] Aug 16 04:08:54.412 INFO O| Aug 16 04:08:54.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44852024-08-16T04:08:55.446Z[ recovery-image] Aug 16 04:08:54.412 INFO O| Aug 16 04:08:54.412 INFO STEP 203 (remove_files) COMPLETE
44862024-08-16T04:08:55.449Z[ recovery-image] Aug 16 04:08:54.412 INFO O| Aug 16 04:08:54.412 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-08-16T04:08:55.455Z[ recovery-image] Aug 16 04:08:54.421 INFO O| Aug 16 04:08:54.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44882024-08-16T04:08:55.455Z[ recovery-image] Aug 16 04:08:54.421 INFO O| Aug 16 04:08:54.421 INFO STEP 204 (remove_files) COMPLETE
44892024-08-16T04:08:55.455Z[ recovery-image] Aug 16 04:08:54.421 INFO O| Aug 16 04:08:54.421 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-08-16T04:08:55.464Z[ recovery-image] Aug 16 04:08:54.431 INFO O| Aug 16 04:08:54.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44912024-08-16T04:08:55.467Z[ recovery-image] Aug 16 04:08:54.431 INFO O| Aug 16 04:08:54.431 INFO STEP 205 (remove_files) COMPLETE
44922024-08-16T04:08:55.467Z[ recovery-image] Aug 16 04:08:54.431 INFO O| Aug 16 04:08:54.431 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-08-16T04:08:55.473Z[ recovery-image] Aug 16 04:08:54.440 INFO O| Aug 16 04:08:54.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44942024-08-16T04:08:55.474Z[ recovery-image] Aug 16 04:08:54.440 INFO O| Aug 16 04:08:54.440 INFO STEP 206 (remove_files) COMPLETE
44952024-08-16T04:08:55.476Z[ recovery-image] Aug 16 04:08:54.440 INFO O| Aug 16 04:08:54.440 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-08-16T04:08:55.483Z[ recovery-image] Aug 16 04:08:54.449 INFO O| Aug 16 04:08:54.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
44972024-08-16T04:08:55.485Z[ recovery-image] Aug 16 04:08:54.449 INFO O| Aug 16 04:08:54.449 INFO STEP 207 (remove_files) COMPLETE
44982024-08-16T04:08:55.486Z[ recovery-image] Aug 16 04:08:54.449 INFO O| Aug 16 04:08:54.449 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-08-16T04:08:55.492Z[ recovery-image] Aug 16 04:08:54.459 INFO O| Aug 16 04:08:54.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45002024-08-16T04:08:55.492Z[ recovery-image] Aug 16 04:08:54.459 INFO O| Aug 16 04:08:54.459 INFO STEP 208 (remove_files) COMPLETE
45012024-08-16T04:08:55.492Z[ recovery-image] Aug 16 04:08:54.459 INFO O| Aug 16 04:08:54.459 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-08-16T04:08:55.502Z[ recovery-image] Aug 16 04:08:54.468 INFO O| Aug 16 04:08:54.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45032024-08-16T04:08:55.504Z[ recovery-image] Aug 16 04:08:54.469 INFO O| Aug 16 04:08:54.469 INFO STEP 209 (remove_files) COMPLETE
45042024-08-16T04:08:55.504Z[ recovery-image] Aug 16 04:08:54.469 INFO O| Aug 16 04:08:54.469 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-08-16T04:08:55.512Z[ recovery-image] Aug 16 04:08:54.478 INFO O| Aug 16 04:08:54.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45062024-08-16T04:08:55.512Z[ recovery-image] Aug 16 04:08:54.478 INFO O| Aug 16 04:08:54.478 INFO STEP 210 (remove_files) COMPLETE
45072024-08-16T04:08:55.512Z[ recovery-image] Aug 16 04:08:54.478 INFO O| Aug 16 04:08:54.478 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-08-16T04:08:55.523Z[ recovery-image] Aug 16 04:08:54.490 INFO O| Aug 16 04:08:54.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45092024-08-16T04:08:55.523Z[ recovery-image] Aug 16 04:08:54.490 INFO O| Aug 16 04:08:54.490 INFO STEP 211 (remove_files) COMPLETE
45102024-08-16T04:08:55.526Z[ recovery-image] Aug 16 04:08:54.490 INFO O| Aug 16 04:08:54.490 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-08-16T04:08:55.533Z[ recovery-image] Aug 16 04:08:54.499 INFO O| Aug 16 04:08:54.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45122024-08-16T04:08:55.535Z[ recovery-image] Aug 16 04:08:54.499 INFO O| Aug 16 04:08:54.499 INFO STEP 212 (remove_files) COMPLETE
45132024-08-16T04:08:55.535Z[ recovery-image] Aug 16 04:08:54.499 INFO O| Aug 16 04:08:54.499 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-08-16T04:08:55.542Z[ recovery-image] Aug 16 04:08:54.508 INFO O| Aug 16 04:08:54.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45152024-08-16T04:08:55.542Z[ recovery-image] Aug 16 04:08:54.509 INFO O| Aug 16 04:08:54.509 INFO STEP 213 (remove_files) COMPLETE
45162024-08-16T04:08:55.542Z[ recovery-image] Aug 16 04:08:54.509 INFO O| Aug 16 04:08:54.509 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-08-16T04:08:55.551Z[ recovery-image] Aug 16 04:08:54.518 INFO O| Aug 16 04:08:54.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45182024-08-16T04:08:55.552Z[ recovery-image] Aug 16 04:08:54.518 INFO O| Aug 16 04:08:54.518 INFO STEP 214 (remove_files) COMPLETE
45192024-08-16T04:08:55.554Z[ recovery-image] Aug 16 04:08:54.518 INFO O| Aug 16 04:08:54.518 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-08-16T04:08:55.563Z[ recovery-image] Aug 16 04:08:54.529 INFO O| Aug 16 04:08:54.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45212024-08-16T04:08:55.566Z[ recovery-image] Aug 16 04:08:54.529 INFO O| Aug 16 04:08:54.529 INFO STEP 215 (remove_files) COMPLETE
45222024-08-16T04:08:55.566Z[ recovery-image] Aug 16 04:08:54.529 INFO O| Aug 16 04:08:54.529 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-08-16T04:08:55.574Z[ recovery-image] Aug 16 04:08:54.541 INFO O| Aug 16 04:08:54.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45242024-08-16T04:08:55.575Z[ recovery-image] Aug 16 04:08:54.541 INFO O| Aug 16 04:08:54.541 INFO STEP 216 (remove_files) COMPLETE
45252024-08-16T04:08:55.575Z[ recovery-image] Aug 16 04:08:54.541 INFO O| Aug 16 04:08:54.541 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-08-16T04:08:55.584Z[ recovery-image] Aug 16 04:08:54.550 INFO O| Aug 16 04:08:54.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
45272024-08-16T04:08:55.586Z[ recovery-image] Aug 16 04:08:54.550 INFO O| Aug 16 04:08:54.550 INFO STEP 217 (remove_files) COMPLETE
45282024-08-16T04:08:55.586Z[ recovery-image] Aug 16 04:08:54.550 INFO O| Aug 16 04:08:54.550 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-08-16T04:08:55.595Z[ recovery-image] Aug 16 04:08:54.561 INFO O| Aug 16 04:08:54.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45302024-08-16T04:08:55.598Z[ recovery-image] Aug 16 04:08:54.562 INFO O| Aug 16 04:08:54.562 INFO STEP 218 (remove_files) COMPLETE
45312024-08-16T04:08:55.598Z[ recovery-image] Aug 16 04:08:54.562 INFO O| Aug 16 04:08:54.562 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-08-16T04:08:55.607Z[ recovery-image] Aug 16 04:08:54.573 INFO O| Aug 16 04:08:54.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45332024-08-16T04:08:55.607Z[ recovery-image] Aug 16 04:08:54.573 INFO O| Aug 16 04:08:54.573 INFO STEP 219 (remove_files) COMPLETE
45342024-08-16T04:08:55.607Z[ recovery-image] Aug 16 04:08:54.573 INFO O| Aug 16 04:08:54.573 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-08-16T04:08:55.616Z[ recovery-image] Aug 16 04:08:54.582 INFO O| Aug 16 04:08:54.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45362024-08-16T04:08:55.616Z[ recovery-image] Aug 16 04:08:54.582 INFO O| Aug 16 04:08:54.582 INFO STEP 220 (remove_files) COMPLETE
45372024-08-16T04:08:55.616Z[ recovery-image] Aug 16 04:08:54.582 INFO O| Aug 16 04:08:54.582 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-08-16T04:08:55.627Z[ recovery-image] Aug 16 04:08:54.593 INFO O| Aug 16 04:08:54.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45392024-08-16T04:08:55.627Z[ recovery-image] Aug 16 04:08:54.593 INFO O| Aug 16 04:08:54.593 INFO STEP 221 (remove_files) COMPLETE
45402024-08-16T04:08:55.629Z[ recovery-image] Aug 16 04:08:54.593 INFO O| Aug 16 04:08:54.593 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-08-16T04:08:55.637Z[ recovery-image] Aug 16 04:08:54.603 INFO O| Aug 16 04:08:54.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45422024-08-16T04:08:55.637Z[ recovery-image] Aug 16 04:08:54.603 INFO O| Aug 16 04:08:54.603 INFO STEP 222 (remove_files) COMPLETE
45432024-08-16T04:08:55.637Z[ recovery-image] Aug 16 04:08:54.603 INFO O| Aug 16 04:08:54.603 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-08-16T04:08:55.646Z[ recovery-image] Aug 16 04:08:54.612 INFO O| Aug 16 04:08:54.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45452024-08-16T04:08:55.646Z[ recovery-image] Aug 16 04:08:54.612 INFO O| Aug 16 04:08:54.612 INFO STEP 223 (remove_files) COMPLETE
45462024-08-16T04:08:55.646Z[ recovery-image] Aug 16 04:08:54.612 INFO O| Aug 16 04:08:54.612 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-08-16T04:08:55.657Z[ recovery-image] Aug 16 04:08:54.624 INFO O| Aug 16 04:08:54.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45482024-08-16T04:08:55.657Z[ recovery-image] Aug 16 04:08:54.624 INFO O| Aug 16 04:08:54.624 INFO STEP 224 (remove_files) COMPLETE
45492024-08-16T04:08:55.659Z[ recovery-image] Aug 16 04:08:54.624 INFO O| Aug 16 04:08:54.624 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-08-16T04:08:55.667Z[ recovery-image] Aug 16 04:08:54.633 INFO O| Aug 16 04:08:54.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45512024-08-16T04:08:55.669Z[ recovery-image] Aug 16 04:08:54.633 INFO O| Aug 16 04:08:54.633 INFO STEP 225 (remove_files) COMPLETE
45522024-08-16T04:08:55.669Z[ recovery-image] Aug 16 04:08:54.633 INFO O| Aug 16 04:08:54.633 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-08-16T04:08:55.678Z[ recovery-image] Aug 16 04:08:54.644 INFO O| Aug 16 04:08:54.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45542024-08-16T04:08:55.678Z[ recovery-image] Aug 16 04:08:54.645 INFO O| Aug 16 04:08:54.645 INFO STEP 226 (remove_files) COMPLETE
45552024-08-16T04:08:55.681Z[ recovery-image] Aug 16 04:08:54.645 INFO O| Aug 16 04:08:54.645 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-08-16T04:08:55.690Z[ recovery-image] Aug 16 04:08:54.656 INFO O| Aug 16 04:08:54.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45572024-08-16T04:08:55.690Z[ recovery-image] Aug 16 04:08:54.656 INFO O| Aug 16 04:08:54.656 INFO STEP 227 (remove_files) COMPLETE
45582024-08-16T04:08:55.694Z[ recovery-image] Aug 16 04:08:54.656 INFO O| Aug 16 04:08:54.656 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-08-16T04:08:55.701Z[ recovery-image] Aug 16 04:08:54.667 INFO O| Aug 16 04:08:54.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45602024-08-16T04:08:55.701Z[ recovery-image] Aug 16 04:08:54.667 INFO O| Aug 16 04:08:54.667 INFO STEP 228 (remove_files) COMPLETE
45612024-08-16T04:08:55.701Z[ recovery-image] Aug 16 04:08:54.667 INFO O| Aug 16 04:08:54.667 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-08-16T04:08:55.711Z[ recovery-image] Aug 16 04:08:54.677 INFO O| Aug 16 04:08:54.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45632024-08-16T04:08:55.711Z[ recovery-image] Aug 16 04:08:54.677 INFO O| Aug 16 04:08:54.677 INFO STEP 229 (remove_files) COMPLETE
45642024-08-16T04:08:55.713Z[ recovery-image] Aug 16 04:08:54.677 INFO O| Aug 16 04:08:54.677 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-08-16T04:08:55.722Z[ recovery-image] Aug 16 04:08:54.688 INFO O| Aug 16 04:08:54.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45662024-08-16T04:08:55.722Z[ recovery-image] Aug 16 04:08:54.688 INFO O| Aug 16 04:08:54.688 INFO STEP 230 (remove_files) COMPLETE
45672024-08-16T04:08:55.722Z[ recovery-image] Aug 16 04:08:54.688 INFO O| Aug 16 04:08:54.688 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-08-16T04:08:55.732Z[ recovery-image] Aug 16 04:08:54.698 INFO O| Aug 16 04:08:54.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45692024-08-16T04:08:55.734Z[ recovery-image] Aug 16 04:08:54.698 INFO O| Aug 16 04:08:54.698 INFO STEP 231 (remove_files) COMPLETE
45702024-08-16T04:08:55.734Z[ recovery-image] Aug 16 04:08:54.698 INFO O| Aug 16 04:08:54.698 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-08-16T04:08:55.741Z[ recovery-image] Aug 16 04:08:54.707 INFO O| Aug 16 04:08:54.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45722024-08-16T04:08:55.741Z[ recovery-image] Aug 16 04:08:54.707 INFO O| Aug 16 04:08:54.707 INFO STEP 232 (remove_files) COMPLETE
45732024-08-16T04:08:55.743Z[ recovery-image] Aug 16 04:08:54.707 INFO O| Aug 16 04:08:54.707 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-08-16T04:08:55.751Z[ recovery-image] Aug 16 04:08:54.717 INFO O| Aug 16 04:08:54.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45752024-08-16T04:08:55.753Z[ recovery-image] Aug 16 04:08:54.717 INFO O| Aug 16 04:08:54.717 INFO STEP 233 (remove_files) COMPLETE
45762024-08-16T04:08:55.753Z[ recovery-image] Aug 16 04:08:54.717 INFO O| Aug 16 04:08:54.717 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-08-16T04:08:55.760Z[ recovery-image] Aug 16 04:08:54.726 INFO O| Aug 16 04:08:54.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45782024-08-16T04:08:55.762Z[ recovery-image] Aug 16 04:08:54.726 INFO O| Aug 16 04:08:54.726 INFO STEP 234 (remove_files) COMPLETE
45792024-08-16T04:08:55.762Z[ recovery-image] Aug 16 04:08:54.727 INFO O| Aug 16 04:08:54.726 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-08-16T04:08:55.770Z[ recovery-image] Aug 16 04:08:54.736 INFO O| Aug 16 04:08:54.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45812024-08-16T04:08:55.770Z[ recovery-image] Aug 16 04:08:54.736 INFO O| Aug 16 04:08:54.736 INFO STEP 235 (remove_files) COMPLETE
45822024-08-16T04:08:55.770Z[ recovery-image] Aug 16 04:08:54.736 INFO O| Aug 16 04:08:54.736 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-08-16T04:08:55.779Z[ recovery-image] Aug 16 04:08:54.745 INFO O| Aug 16 04:08:54.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45842024-08-16T04:08:55.779Z[ recovery-image] Aug 16 04:08:54.745 INFO O| Aug 16 04:08:54.745 INFO STEP 236 (remove_files) COMPLETE
45852024-08-16T04:08:55.779Z[ recovery-image] Aug 16 04:08:54.745 INFO O| Aug 16 04:08:54.745 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-08-16T04:08:55.788Z[ recovery-image] Aug 16 04:08:54.754 INFO O| Aug 16 04:08:54.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45872024-08-16T04:08:55.788Z[ recovery-image] Aug 16 04:08:54.754 INFO O| Aug 16 04:08:54.754 INFO STEP 237 (remove_files) COMPLETE
45882024-08-16T04:08:55.790Z[ recovery-image] Aug 16 04:08:54.754 INFO O| Aug 16 04:08:54.754 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-08-16T04:08:55.797Z[ recovery-image] Aug 16 04:08:54.764 INFO O| Aug 16 04:08:54.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45902024-08-16T04:08:55.800Z[ recovery-image] Aug 16 04:08:54.765 INFO O| Aug 16 04:08:54.765 INFO STEP 238 (remove_files) COMPLETE
45912024-08-16T04:08:55.800Z[ recovery-image] Aug 16 04:08:54.765 INFO O| Aug 16 04:08:54.765 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-08-16T04:08:55.808Z[ recovery-image] Aug 16 04:08:54.774 INFO O| Aug 16 04:08:54.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45932024-08-16T04:08:55.810Z[ recovery-image] Aug 16 04:08:54.774 INFO O| Aug 16 04:08:54.774 INFO STEP 239 (remove_files) COMPLETE
45942024-08-16T04:08:55.810Z[ recovery-image] Aug 16 04:08:54.774 INFO O| Aug 16 04:08:54.774 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-08-16T04:08:55.817Z[ recovery-image] Aug 16 04:08:54.783 INFO O| Aug 16 04:08:54.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
45962024-08-16T04:08:55.817Z[ recovery-image] Aug 16 04:08:54.783 INFO O| Aug 16 04:08:54.783 INFO STEP 240 (remove_files) COMPLETE
45972024-08-16T04:08:55.817Z[ recovery-image] Aug 16 04:08:54.783 INFO O| Aug 16 04:08:54.783 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-08-16T04:08:55.826Z[ recovery-image] Aug 16 04:08:54.793 INFO O| Aug 16 04:08:54.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
45992024-08-16T04:08:55.828Z[ recovery-image] Aug 16 04:08:54.793 INFO O| Aug 16 04:08:54.793 INFO STEP 241 (remove_files) COMPLETE
46002024-08-16T04:08:55.828Z[ recovery-image] Aug 16 04:08:54.793 INFO O| Aug 16 04:08:54.793 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-08-16T04:08:55.836Z[ recovery-image] Aug 16 04:08:54.802 INFO O| Aug 16 04:08:54.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46022024-08-16T04:08:55.836Z[ recovery-image] Aug 16 04:08:54.802 INFO O| Aug 16 04:08:54.802 INFO STEP 242 (remove_files) COMPLETE
46032024-08-16T04:08:55.838Z[ recovery-image] Aug 16 04:08:54.802 INFO O| Aug 16 04:08:54.802 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-08-16T04:08:55.845Z[ recovery-image] Aug 16 04:08:54.811 INFO O| Aug 16 04:08:54.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46052024-08-16T04:08:55.847Z[ recovery-image] Aug 16 04:08:54.811 INFO O| Aug 16 04:08:54.811 INFO STEP 243 (remove_files) COMPLETE
46062024-08-16T04:08:55.847Z[ recovery-image] Aug 16 04:08:54.811 INFO O| Aug 16 04:08:54.811 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-08-16T04:08:55.854Z[ recovery-image] Aug 16 04:08:54.820 INFO O| Aug 16 04:08:54.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46082024-08-16T04:08:55.854Z[ recovery-image] Aug 16 04:08:54.820 INFO O| Aug 16 04:08:54.820 INFO STEP 244 (remove_files) COMPLETE
46092024-08-16T04:08:55.856Z[ recovery-image] Aug 16 04:08:54.820 INFO O| Aug 16 04:08:54.820 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-08-16T04:08:55.864Z[ recovery-image] Aug 16 04:08:54.830 INFO O| Aug 16 04:08:54.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46112024-08-16T04:08:55.864Z[ recovery-image] Aug 16 04:08:54.830 INFO O| Aug 16 04:08:54.830 INFO STEP 245 (remove_files) COMPLETE
46122024-08-16T04:08:55.864Z[ recovery-image] Aug 16 04:08:54.830 INFO O| Aug 16 04:08:54.830 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-08-16T04:08:55.873Z[ recovery-image] Aug 16 04:08:54.839 INFO O| Aug 16 04:08:54.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46142024-08-16T04:08:55.875Z[ recovery-image] Aug 16 04:08:54.839 INFO O| Aug 16 04:08:54.839 INFO STEP 246 (remove_files) COMPLETE
46152024-08-16T04:08:55.875Z[ recovery-image] Aug 16 04:08:54.839 INFO O| Aug 16 04:08:54.839 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-08-16T04:08:55.882Z[ recovery-image] Aug 16 04:08:54.848 INFO O| Aug 16 04:08:54.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46172024-08-16T04:08:55.885Z[ recovery-image] Aug 16 04:08:54.848 INFO O| Aug 16 04:08:54.848 INFO STEP 247 (remove_files) COMPLETE
46182024-08-16T04:08:55.885Z[ recovery-image] Aug 16 04:08:54.849 INFO O| Aug 16 04:08:54.848 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-08-16T04:08:55.891Z[ recovery-image] Aug 16 04:08:54.858 INFO O| Aug 16 04:08:54.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46202024-08-16T04:08:55.891Z[ recovery-image] Aug 16 04:08:54.858 INFO O| Aug 16 04:08:54.858 INFO STEP 248 (remove_files) COMPLETE
46212024-08-16T04:08:55.894Z[ recovery-image] Aug 16 04:08:54.858 INFO O| Aug 16 04:08:54.858 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-08-16T04:08:55.901Z[ recovery-image] Aug 16 04:08:54.867 INFO O| Aug 16 04:08:54.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46232024-08-16T04:08:55.901Z[ recovery-image] Aug 16 04:08:54.867 INFO O| Aug 16 04:08:54.867 INFO STEP 249 (remove_files) COMPLETE
46242024-08-16T04:08:55.901Z[ recovery-image] Aug 16 04:08:54.867 INFO O| Aug 16 04:08:54.867 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-08-16T04:08:55.910Z[ recovery-image] Aug 16 04:08:54.876 INFO O| Aug 16 04:08:54.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46262024-08-16T04:08:55.912Z[ recovery-image] Aug 16 04:08:54.877 INFO O| Aug 16 04:08:54.877 INFO STEP 250 (remove_files) COMPLETE
46272024-08-16T04:08:55.912Z[ recovery-image] Aug 16 04:08:54.877 INFO O| Aug 16 04:08:54.877 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-08-16T04:08:55.920Z[ recovery-image] Aug 16 04:08:54.886 INFO O| Aug 16 04:08:54.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46292024-08-16T04:08:55.920Z[ recovery-image] Aug 16 04:08:54.886 INFO O| Aug 16 04:08:54.886 INFO STEP 251 (remove_files) COMPLETE
46302024-08-16T04:08:55.922Z[ recovery-image] Aug 16 04:08:54.886 INFO O| Aug 16 04:08:54.886 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-08-16T04:08:55.929Z[ recovery-image] Aug 16 04:08:54.895 INFO O| Aug 16 04:08:54.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46322024-08-16T04:08:55.931Z[ recovery-image] Aug 16 04:08:54.895 INFO O| Aug 16 04:08:54.895 INFO STEP 252 (remove_files) COMPLETE
46332024-08-16T04:08:55.931Z[ recovery-image] Aug 16 04:08:54.895 INFO O| Aug 16 04:08:54.895 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-08-16T04:08:55.938Z[ recovery-image] Aug 16 04:08:54.905 INFO O| Aug 16 04:08:54.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46352024-08-16T04:08:55.940Z[ recovery-image] Aug 16 04:08:54.905 INFO O| Aug 16 04:08:54.905 INFO STEP 253 (remove_files) COMPLETE
46362024-08-16T04:08:55.940Z[ recovery-image] Aug 16 04:08:54.905 INFO O| Aug 16 04:08:54.905 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-08-16T04:08:55.948Z[ recovery-image] Aug 16 04:08:54.914 INFO O| Aug 16 04:08:54.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46382024-08-16T04:08:55.948Z[ recovery-image] Aug 16 04:08:54.914 INFO O| Aug 16 04:08:54.914 INFO STEP 254 (remove_files) COMPLETE
46392024-08-16T04:08:55.950Z[ recovery-image] Aug 16 04:08:54.914 INFO O| Aug 16 04:08:54.914 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-08-16T04:08:55.957Z[ recovery-image] Aug 16 04:08:54.923 INFO O| Aug 16 04:08:54.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46412024-08-16T04:08:55.959Z[ recovery-image] Aug 16 04:08:54.923 INFO O| Aug 16 04:08:54.923 INFO STEP 255 (remove_files) COMPLETE
46422024-08-16T04:08:55.959Z[ recovery-image] Aug 16 04:08:54.923 INFO O| Aug 16 04:08:54.923 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-08-16T04:08:55.966Z[ recovery-image] Aug 16 04:08:54.933 INFO O| Aug 16 04:08:54.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46442024-08-16T04:08:55.966Z[ recovery-image] Aug 16 04:08:54.933 INFO O| Aug 16 04:08:54.933 INFO STEP 256 (remove_files) COMPLETE
46452024-08-16T04:08:55.966Z[ recovery-image] Aug 16 04:08:54.933 INFO O| Aug 16 04:08:54.933 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-08-16T04:08:55.977Z[ recovery-image] Aug 16 04:08:54.942 INFO O| Aug 16 04:08:54.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46472024-08-16T04:08:55.977Z[ recovery-image] Aug 16 04:08:54.942 INFO O| Aug 16 04:08:54.942 INFO STEP 257 (remove_files) COMPLETE
46482024-08-16T04:08:55.979Z[ recovery-image] Aug 16 04:08:54.942 INFO O| Aug 16 04:08:54.942 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-08-16T04:08:55.985Z[ recovery-image] Aug 16 04:08:54.951 INFO O| Aug 16 04:08:54.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46502024-08-16T04:08:55.987Z[ recovery-image] Aug 16 04:08:54.951 INFO O| Aug 16 04:08:54.951 INFO STEP 258 (remove_files) COMPLETE
46512024-08-16T04:08:55.987Z[ recovery-image] Aug 16 04:08:54.951 INFO O| Aug 16 04:08:54.951 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-08-16T04:08:55.994Z[ recovery-image] Aug 16 04:08:54.960 INFO O| Aug 16 04:08:54.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46532024-08-16T04:08:55.996Z[ recovery-image] Aug 16 04:08:54.960 INFO O| Aug 16 04:08:54.960 INFO STEP 259 (remove_files) COMPLETE
46542024-08-16T04:08:55.996Z[ recovery-image] Aug 16 04:08:54.960 INFO O| Aug 16 04:08:54.960 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-08-16T04:08:56.003Z[ recovery-image] Aug 16 04:08:54.970 INFO O| Aug 16 04:08:54.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46562024-08-16T04:08:56.003Z[ recovery-image] Aug 16 04:08:54.970 INFO O| Aug 16 04:08:54.970 INFO STEP 260 (remove_files) COMPLETE
46572024-08-16T04:08:56.005Z[ recovery-image] Aug 16 04:08:54.970 INFO O| Aug 16 04:08:54.970 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-08-16T04:08:56.012Z[ recovery-image] Aug 16 04:08:54.979 INFO O| Aug 16 04:08:54.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46592024-08-16T04:08:56.012Z[ recovery-image] Aug 16 04:08:54.979 INFO O| Aug 16 04:08:54.979 INFO STEP 261 (remove_files) COMPLETE
46602024-08-16T04:08:56.012Z[ recovery-image] Aug 16 04:08:54.979 INFO O| Aug 16 04:08:54.979 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-08-16T04:08:56.022Z[ recovery-image] Aug 16 04:08:54.988 INFO O| Aug 16 04:08:54.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46622024-08-16T04:08:56.022Z[ recovery-image] Aug 16 04:08:54.988 INFO O| Aug 16 04:08:54.988 INFO STEP 262 (remove_files) COMPLETE
46632024-08-16T04:08:56.024Z[ recovery-image] Aug 16 04:08:54.988 INFO O| Aug 16 04:08:54.988 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-08-16T04:08:56.031Z[ recovery-image] Aug 16 04:08:54.997 INFO O| Aug 16 04:08:54.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46652024-08-16T04:08:56.031Z[ recovery-image] Aug 16 04:08:54.997 INFO O| Aug 16 04:08:54.997 INFO STEP 263 (remove_files) COMPLETE
46662024-08-16T04:08:56.033Z[ recovery-image] Aug 16 04:08:54.997 INFO O| Aug 16 04:08:54.997 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-08-16T04:08:56.041Z[ recovery-image] Aug 16 04:08:55.007 INFO O| Aug 16 04:08:55.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46682024-08-16T04:08:56.041Z[ recovery-image] Aug 16 04:08:55.007 INFO O| Aug 16 04:08:55.007 INFO STEP 264 (remove_files) COMPLETE
46692024-08-16T04:08:56.041Z[ recovery-image] Aug 16 04:08:55.007 INFO O| Aug 16 04:08:55.007 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-08-16T04:08:56.050Z[ recovery-image] Aug 16 04:08:55.017 INFO O| Aug 16 04:08:55.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46712024-08-16T04:08:56.053Z[ recovery-image] Aug 16 04:08:55.017 INFO O| Aug 16 04:08:55.017 INFO STEP 265 (remove_files) COMPLETE
46722024-08-16T04:08:56.053Z[ recovery-image] Aug 16 04:08:55.017 INFO O| Aug 16 04:08:55.017 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-08-16T04:08:56.059Z[ recovery-image] Aug 16 04:08:55.026 INFO O| Aug 16 04:08:55.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46742024-08-16T04:08:56.060Z[ recovery-image] Aug 16 04:08:55.026 INFO O| Aug 16 04:08:55.026 INFO STEP 266 (remove_files) COMPLETE
46752024-08-16T04:08:56.062Z[ recovery-image] Aug 16 04:08:55.026 INFO O| Aug 16 04:08:55.026 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-08-16T04:08:56.069Z[ recovery-image] Aug 16 04:08:55.035 INFO O| Aug 16 04:08:55.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46772024-08-16T04:08:56.071Z[ recovery-image] Aug 16 04:08:55.035 INFO O| Aug 16 04:08:55.035 INFO STEP 267 (remove_files) COMPLETE
46782024-08-16T04:08:56.071Z[ recovery-image] Aug 16 04:08:55.035 INFO O| Aug 16 04:08:55.035 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-08-16T04:08:56.079Z[ recovery-image] Aug 16 04:08:55.045 INFO O| Aug 16 04:08:55.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46802024-08-16T04:08:56.079Z[ recovery-image] Aug 16 04:08:55.045 INFO O| Aug 16 04:08:55.045 INFO STEP 268 (remove_files) COMPLETE
46812024-08-16T04:08:56.081Z[ recovery-image] Aug 16 04:08:55.045 INFO O| Aug 16 04:08:55.045 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-08-16T04:08:56.087Z[ recovery-image] Aug 16 04:08:55.054 INFO O| Aug 16 04:08:55.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46832024-08-16T04:08:56.087Z[ recovery-image] Aug 16 04:08:55.054 INFO O| Aug 16 04:08:55.054 INFO STEP 269 (remove_files) COMPLETE
46842024-08-16T04:08:56.090Z[ recovery-image] Aug 16 04:08:55.054 INFO O| Aug 16 04:08:55.054 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-08-16T04:08:56.097Z[ recovery-image] Aug 16 04:08:55.063 INFO O| Aug 16 04:08:55.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46862024-08-16T04:08:56.099Z[ recovery-image] Aug 16 04:08:55.064 INFO O| Aug 16 04:08:55.064 INFO STEP 270 (remove_files) COMPLETE
46872024-08-16T04:08:56.099Z[ recovery-image] Aug 16 04:08:55.064 INFO O| Aug 16 04:08:55.064 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-08-16T04:08:56.107Z[ recovery-image] Aug 16 04:08:55.074 INFO O| Aug 16 04:08:55.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46892024-08-16T04:08:56.110Z[ recovery-image] Aug 16 04:08:55.074 INFO O| Aug 16 04:08:55.074 INFO STEP 271 (remove_files) COMPLETE
46902024-08-16T04:08:56.110Z[ recovery-image] Aug 16 04:08:55.074 INFO O| Aug 16 04:08:55.074 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-08-16T04:08:56.116Z[ recovery-image] Aug 16 04:08:55.083 INFO O| Aug 16 04:08:55.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46922024-08-16T04:08:56.116Z[ recovery-image] Aug 16 04:08:55.083 INFO O| Aug 16 04:08:55.083 INFO STEP 272 (remove_files) COMPLETE
46932024-08-16T04:08:56.116Z[ recovery-image] Aug 16 04:08:55.083 INFO O| Aug 16 04:08:55.083 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-08-16T04:08:56.126Z[ recovery-image] Aug 16 04:08:55.092 INFO O| Aug 16 04:08:55.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
46952024-08-16T04:08:56.128Z[ recovery-image] Aug 16 04:08:55.092 INFO O| Aug 16 04:08:55.092 INFO STEP 273 (remove_files) COMPLETE
46962024-08-16T04:08:56.129Z[ recovery-image] Aug 16 04:08:55.092 INFO O| Aug 16 04:08:55.092 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-08-16T04:08:56.135Z[ recovery-image] Aug 16 04:08:55.101 INFO O| Aug 16 04:08:55.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
46982024-08-16T04:08:56.135Z[ recovery-image] Aug 16 04:08:55.102 INFO O| Aug 16 04:08:55.102 INFO STEP 274 (remove_files) COMPLETE
46992024-08-16T04:08:56.135Z[ recovery-image] Aug 16 04:08:55.102 INFO O| Aug 16 04:08:55.102 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-08-16T04:08:56.144Z[ recovery-image] Aug 16 04:08:55.111 INFO O| Aug 16 04:08:55.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47012024-08-16T04:08:56.144Z[ recovery-image] Aug 16 04:08:55.111 INFO O| Aug 16 04:08:55.111 INFO STEP 275 (remove_files) COMPLETE
47022024-08-16T04:08:56.147Z[ recovery-image] Aug 16 04:08:55.111 INFO O| Aug 16 04:08:55.111 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-08-16T04:08:56.154Z[ recovery-image] Aug 16 04:08:55.120 INFO O| Aug 16 04:08:55.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47042024-08-16T04:08:56.156Z[ recovery-image] Aug 16 04:08:55.121 INFO O| Aug 16 04:08:55.121 INFO STEP 276 (remove_files) COMPLETE
47052024-08-16T04:08:56.156Z[ recovery-image] Aug 16 04:08:55.121 INFO O| Aug 16 04:08:55.121 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-08-16T04:08:56.164Z[ recovery-image] Aug 16 04:08:55.131 INFO O| Aug 16 04:08:55.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47072024-08-16T04:08:56.166Z[ recovery-image] Aug 16 04:08:55.131 INFO O| Aug 16 04:08:55.131 INFO STEP 277 (remove_files) COMPLETE
47082024-08-16T04:08:56.167Z[ recovery-image] Aug 16 04:08:55.131 INFO O| Aug 16 04:08:55.131 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-08-16T04:08:56.173Z[ recovery-image] Aug 16 04:08:55.140 INFO O| Aug 16 04:08:55.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47102024-08-16T04:08:56.173Z[ recovery-image] Aug 16 04:08:55.140 INFO O| Aug 16 04:08:55.140 INFO STEP 278 (remove_files) COMPLETE
47112024-08-16T04:08:56.176Z[ recovery-image] Aug 16 04:08:55.140 INFO O| Aug 16 04:08:55.140 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-08-16T04:08:56.183Z[ recovery-image] Aug 16 04:08:55.149 INFO O| Aug 16 04:08:55.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47132024-08-16T04:08:56.183Z[ recovery-image] Aug 16 04:08:55.149 INFO O| Aug 16 04:08:55.149 INFO STEP 279 (remove_files) COMPLETE
47142024-08-16T04:08:56.186Z[ recovery-image] Aug 16 04:08:55.149 INFO O| Aug 16 04:08:55.149 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-08-16T04:08:56.193Z[ recovery-image] Aug 16 04:08:55.158 INFO O| Aug 16 04:08:55.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47162024-08-16T04:08:56.193Z[ recovery-image] Aug 16 04:08:55.158 INFO O| Aug 16 04:08:55.158 INFO STEP 280 (remove_files) COMPLETE
47172024-08-16T04:08:56.193Z[ recovery-image] Aug 16 04:08:55.158 INFO O| Aug 16 04:08:55.158 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-08-16T04:08:56.202Z[ recovery-image] Aug 16 04:08:55.168 INFO O| Aug 16 04:08:55.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47192024-08-16T04:08:56.202Z[ recovery-image] Aug 16 04:08:55.168 INFO O| Aug 16 04:08:55.168 INFO STEP 281 (remove_files) COMPLETE
47202024-08-16T04:08:56.202Z[ recovery-image] Aug 16 04:08:55.168 INFO O| Aug 16 04:08:55.168 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-08-16T04:08:56.211Z[ recovery-image] Aug 16 04:08:55.177 INFO O| Aug 16 04:08:55.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47222024-08-16T04:08:56.211Z[ recovery-image] Aug 16 04:08:55.177 INFO O| Aug 16 04:08:55.177 INFO STEP 282 (remove_files) COMPLETE
47232024-08-16T04:08:56.211Z[ recovery-image] Aug 16 04:08:55.177 INFO O| Aug 16 04:08:55.177 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-08-16T04:08:56.220Z[ recovery-image] Aug 16 04:08:55.186 INFO O| Aug 16 04:08:55.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47252024-08-16T04:08:56.220Z[ recovery-image] Aug 16 04:08:55.187 INFO O| Aug 16 04:08:55.186 INFO STEP 283 (remove_files) COMPLETE
47262024-08-16T04:08:56.220Z[ recovery-image] Aug 16 04:08:55.187 INFO O| Aug 16 04:08:55.186 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-08-16T04:08:56.229Z[ recovery-image] Aug 16 04:08:55.196 INFO O| Aug 16 04:08:55.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47282024-08-16T04:08:56.229Z[ recovery-image] Aug 16 04:08:55.196 INFO O| Aug 16 04:08:55.196 INFO STEP 284 (remove_files) COMPLETE
47292024-08-16T04:08:56.231Z[ recovery-image] Aug 16 04:08:55.196 INFO O| Aug 16 04:08:55.196 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-08-16T04:08:56.239Z[ recovery-image] Aug 16 04:08:55.205 INFO O| Aug 16 04:08:55.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47312024-08-16T04:08:56.239Z[ recovery-image] Aug 16 04:08:55.205 INFO O| Aug 16 04:08:55.205 INFO STEP 285 (remove_files) COMPLETE
47322024-08-16T04:08:56.239Z[ recovery-image] Aug 16 04:08:55.205 INFO O| Aug 16 04:08:55.205 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-08-16T04:08:56.248Z[ recovery-image] Aug 16 04:08:55.214 INFO O| Aug 16 04:08:55.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47342024-08-16T04:08:56.248Z[ recovery-image] Aug 16 04:08:55.215 INFO O| Aug 16 04:08:55.214 INFO STEP 286 (remove_files) COMPLETE
47352024-08-16T04:08:56.248Z[ recovery-image] Aug 16 04:08:55.215 INFO O| Aug 16 04:08:55.215 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-08-16T04:08:56.257Z[ recovery-image] Aug 16 04:08:55.224 INFO O| Aug 16 04:08:55.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47372024-08-16T04:08:56.257Z[ recovery-image] Aug 16 04:08:55.224 INFO O| Aug 16 04:08:55.224 INFO STEP 287 (remove_files) COMPLETE
47382024-08-16T04:08:56.260Z[ recovery-image] Aug 16 04:08:55.224 INFO O| Aug 16 04:08:55.224 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-08-16T04:08:56.267Z[ recovery-image] Aug 16 04:08:55.233 INFO O| Aug 16 04:08:55.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47402024-08-16T04:08:56.267Z[ recovery-image] Aug 16 04:08:55.233 INFO O| Aug 16 04:08:55.233 INFO STEP 288 (remove_files) COMPLETE
47412024-08-16T04:08:56.267Z[ recovery-image] Aug 16 04:08:55.233 INFO O| Aug 16 04:08:55.233 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-08-16T04:08:56.276Z[ recovery-image] Aug 16 04:08:55.242 INFO O| Aug 16 04:08:55.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47432024-08-16T04:08:56.276Z[ recovery-image] Aug 16 04:08:55.242 INFO O| Aug 16 04:08:55.242 INFO STEP 289 (remove_files) COMPLETE
47442024-08-16T04:08:56.278Z[ recovery-image] Aug 16 04:08:55.242 INFO O| Aug 16 04:08:55.242 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-08-16T04:08:56.285Z[ recovery-image] Aug 16 04:08:55.252 INFO O| Aug 16 04:08:55.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47462024-08-16T04:08:56.285Z[ recovery-image] Aug 16 04:08:55.252 INFO O| Aug 16 04:08:55.252 INFO STEP 290 (remove_files) COMPLETE
47472024-08-16T04:08:56.285Z[ recovery-image] Aug 16 04:08:55.252 INFO O| Aug 16 04:08:55.252 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-08-16T04:08:56.295Z[ recovery-image] Aug 16 04:08:55.261 INFO O| Aug 16 04:08:55.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47492024-08-16T04:08:56.295Z[ recovery-image] Aug 16 04:08:55.261 INFO O| Aug 16 04:08:55.261 INFO STEP 291 (remove_files) COMPLETE
47502024-08-16T04:08:56.297Z[ recovery-image] Aug 16 04:08:55.261 INFO O| Aug 16 04:08:55.261 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-08-16T04:08:56.304Z[ recovery-image] Aug 16 04:08:55.270 INFO O| Aug 16 04:08:55.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47522024-08-16T04:08:56.304Z[ recovery-image] Aug 16 04:08:55.271 INFO O| Aug 16 04:08:55.270 INFO STEP 292 (remove_files) COMPLETE
47532024-08-16T04:08:56.307Z[ recovery-image] Aug 16 04:08:55.271 INFO O| Aug 16 04:08:55.271 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-08-16T04:08:56.313Z[ recovery-image] Aug 16 04:08:55.280 INFO O| Aug 16 04:08:55.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47552024-08-16T04:08:56.314Z[ recovery-image] Aug 16 04:08:55.280 INFO O| Aug 16 04:08:55.280 INFO STEP 293 (remove_files) COMPLETE
47562024-08-16T04:08:56.314Z[ recovery-image] Aug 16 04:08:55.280 INFO O| Aug 16 04:08:55.280 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-08-16T04:08:56.323Z[ recovery-image] Aug 16 04:08:55.289 INFO O| Aug 16 04:08:55.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47582024-08-16T04:08:56.323Z[ recovery-image] Aug 16 04:08:55.289 INFO O| Aug 16 04:08:55.289 INFO STEP 294 (remove_files) COMPLETE
47592024-08-16T04:08:56.325Z[ recovery-image] Aug 16 04:08:55.289 INFO O| Aug 16 04:08:55.289 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-08-16T04:08:56.332Z[ recovery-image] Aug 16 04:08:55.299 INFO O| Aug 16 04:08:55.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47612024-08-16T04:08:56.332Z[ recovery-image] Aug 16 04:08:55.299 INFO O| Aug 16 04:08:55.299 INFO STEP 295 (remove_files) COMPLETE
47622024-08-16T04:08:56.335Z[ recovery-image] Aug 16 04:08:55.299 INFO O| Aug 16 04:08:55.299 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-08-16T04:08:56.341Z[ recovery-image] Aug 16 04:08:55.308 INFO O| Aug 16 04:08:55.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47642024-08-16T04:08:56.342Z[ recovery-image] Aug 16 04:08:55.308 INFO O| Aug 16 04:08:55.308 INFO STEP 296 (remove_files) COMPLETE
47652024-08-16T04:08:56.342Z[ recovery-image] Aug 16 04:08:55.308 INFO O| Aug 16 04:08:55.308 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-08-16T04:08:56.351Z[ recovery-image] Aug 16 04:08:55.317 INFO O| Aug 16 04:08:55.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47672024-08-16T04:08:56.351Z[ recovery-image] Aug 16 04:08:55.317 INFO O| Aug 16 04:08:55.317 INFO STEP 297 (remove_files) COMPLETE
47682024-08-16T04:08:56.353Z[ recovery-image] Aug 16 04:08:55.317 INFO O| Aug 16 04:08:55.317 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-08-16T04:08:56.360Z[ recovery-image] Aug 16 04:08:55.326 INFO O| Aug 16 04:08:55.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47702024-08-16T04:08:56.362Z[ recovery-image] Aug 16 04:08:55.326 INFO O| Aug 16 04:08:55.326 INFO STEP 298 (remove_files) COMPLETE
47712024-08-16T04:08:56.362Z[ recovery-image] Aug 16 04:08:55.326 INFO O| Aug 16 04:08:55.326 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-08-16T04:08:56.370Z[ recovery-image] Aug 16 04:08:55.336 INFO O| Aug 16 04:08:55.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47732024-08-16T04:08:56.370Z[ recovery-image] Aug 16 04:08:55.336 INFO O| Aug 16 04:08:55.336 INFO STEP 299 (remove_files) COMPLETE
47742024-08-16T04:08:56.370Z[ recovery-image] Aug 16 04:08:55.336 INFO O| Aug 16 04:08:55.336 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-08-16T04:08:56.379Z[ recovery-image] Aug 16 04:08:55.346 INFO O| Aug 16 04:08:55.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47762024-08-16T04:08:56.379Z[ recovery-image] Aug 16 04:08:55.346 INFO O| Aug 16 04:08:55.346 INFO STEP 300 (remove_files) COMPLETE
47772024-08-16T04:08:56.382Z[ recovery-image] Aug 16 04:08:55.346 INFO O| Aug 16 04:08:55.346 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-08-16T04:08:56.389Z[ recovery-image] Aug 16 04:08:55.355 INFO O| Aug 16 04:08:55.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47792024-08-16T04:08:56.391Z[ recovery-image] Aug 16 04:08:55.355 INFO O| Aug 16 04:08:55.355 INFO STEP 301 (remove_files) COMPLETE
47802024-08-16T04:08:56.391Z[ recovery-image] Aug 16 04:08:55.355 INFO O| Aug 16 04:08:55.355 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-08-16T04:08:56.398Z[ recovery-image] Aug 16 04:08:55.365 INFO O| Aug 16 04:08:55.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47822024-08-16T04:08:56.400Z[ recovery-image] Aug 16 04:08:55.365 INFO O| Aug 16 04:08:55.365 INFO STEP 302 (remove_files) COMPLETE
47832024-08-16T04:08:56.400Z[ recovery-image] Aug 16 04:08:55.365 INFO O| Aug 16 04:08:55.365 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-08-16T04:08:56.409Z[ recovery-image] Aug 16 04:08:55.375 INFO O| Aug 16 04:08:55.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47852024-08-16T04:08:56.409Z[ recovery-image] Aug 16 04:08:55.375 INFO O| Aug 16 04:08:55.375 INFO STEP 303 (remove_files) COMPLETE
47862024-08-16T04:08:56.409Z[ recovery-image] Aug 16 04:08:55.375 INFO O| Aug 16 04:08:55.375 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-08-16T04:08:56.418Z[ recovery-image] Aug 16 04:08:55.384 INFO O| Aug 16 04:08:55.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47882024-08-16T04:08:56.420Z[ recovery-image] Aug 16 04:08:55.384 INFO O| Aug 16 04:08:55.384 INFO STEP 304 (remove_files) COMPLETE
47892024-08-16T04:08:56.420Z[ recovery-image] Aug 16 04:08:55.384 INFO O| Aug 16 04:08:55.384 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-08-16T04:08:56.427Z[ recovery-image] Aug 16 04:08:55.394 INFO O| Aug 16 04:08:55.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47912024-08-16T04:08:56.431Z[ recovery-image] Aug 16 04:08:55.394 INFO O| Aug 16 04:08:55.394 INFO STEP 305 (remove_files) COMPLETE
47922024-08-16T04:08:56.431Z[ recovery-image] Aug 16 04:08:55.394 INFO O| Aug 16 04:08:55.394 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-08-16T04:08:56.437Z[ recovery-image] Aug 16 04:08:55.403 INFO O| Aug 16 04:08:55.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
47942024-08-16T04:08:56.439Z[ recovery-image] Aug 16 04:08:55.403 INFO O| Aug 16 04:08:55.403 INFO STEP 306 (remove_files) COMPLETE
47952024-08-16T04:08:56.439Z[ recovery-image] Aug 16 04:08:55.403 INFO O| Aug 16 04:08:55.403 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-08-16T04:08:56.446Z[ recovery-image] Aug 16 04:08:55.412 INFO O| Aug 16 04:08:55.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
47972024-08-16T04:08:56.446Z[ recovery-image] Aug 16 04:08:55.412 INFO O| Aug 16 04:08:55.412 INFO STEP 307 (remove_files) COMPLETE
47982024-08-16T04:08:56.449Z[ recovery-image] Aug 16 04:08:55.412 INFO O| Aug 16 04:08:55.412 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-08-16T04:08:56.455Z[ recovery-image] Aug 16 04:08:55.422 INFO O| Aug 16 04:08:55.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48002024-08-16T04:08:56.455Z[ recovery-image] Aug 16 04:08:55.422 INFO O| Aug 16 04:08:55.422 INFO STEP 308 (remove_files) COMPLETE
48012024-08-16T04:08:56.458Z[ recovery-image] Aug 16 04:08:55.422 INFO O| Aug 16 04:08:55.422 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-08-16T04:08:56.465Z[ recovery-image] Aug 16 04:08:55.431 INFO O| Aug 16 04:08:55.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48032024-08-16T04:08:56.467Z[ recovery-image] Aug 16 04:08:55.431 INFO O| Aug 16 04:08:55.431 INFO STEP 309 (remove_files) COMPLETE
48042024-08-16T04:08:56.467Z[ recovery-image] Aug 16 04:08:55.431 INFO O| Aug 16 04:08:55.431 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-08-16T04:08:56.474Z[ recovery-image] Aug 16 04:08:55.440 INFO O| Aug 16 04:08:55.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48062024-08-16T04:08:56.476Z[ recovery-image] Aug 16 04:08:55.441 INFO O| Aug 16 04:08:55.440 INFO STEP 310 (remove_files) COMPLETE
48072024-08-16T04:08:56.477Z[ recovery-image] Aug 16 04:08:55.441 INFO O| Aug 16 04:08:55.441 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-08-16T04:08:56.483Z[ recovery-image] Aug 16 04:08:55.450 INFO O| Aug 16 04:08:55.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48092024-08-16T04:08:56.483Z[ recovery-image] Aug 16 04:08:55.450 INFO O| Aug 16 04:08:55.450 INFO STEP 311 (remove_files) COMPLETE
48102024-08-16T04:08:56.486Z[ recovery-image] Aug 16 04:08:55.450 INFO O| Aug 16 04:08:55.450 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-08-16T04:08:56.493Z[ recovery-image] Aug 16 04:08:55.459 INFO O| Aug 16 04:08:55.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48122024-08-16T04:08:56.493Z[ recovery-image] Aug 16 04:08:55.459 INFO O| Aug 16 04:08:55.459 INFO STEP 312 (remove_files) COMPLETE
48132024-08-16T04:08:56.495Z[ recovery-image] Aug 16 04:08:55.459 INFO O| Aug 16 04:08:55.459 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-08-16T04:08:56.502Z[ recovery-image] Aug 16 04:08:55.468 INFO O| Aug 16 04:08:55.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48152024-08-16T04:08:56.502Z[ recovery-image] Aug 16 04:08:55.468 INFO O| Aug 16 04:08:55.468 INFO STEP 313 (remove_files) COMPLETE
48162024-08-16T04:08:56.504Z[ recovery-image] Aug 16 04:08:55.468 INFO O| Aug 16 04:08:55.468 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-08-16T04:08:56.511Z[ recovery-image] Aug 16 04:08:55.478 INFO O| Aug 16 04:08:55.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48182024-08-16T04:08:56.511Z[ recovery-image] Aug 16 04:08:55.478 INFO O| Aug 16 04:08:55.478 INFO STEP 314 (remove_files) COMPLETE
48192024-08-16T04:08:56.511Z[ recovery-image] Aug 16 04:08:55.478 INFO O| Aug 16 04:08:55.478 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-08-16T04:08:56.521Z[ recovery-image] Aug 16 04:08:55.487 INFO O| Aug 16 04:08:55.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
48212024-08-16T04:08:56.521Z[ recovery-image] Aug 16 04:08:55.487 INFO O| Aug 16 04:08:55.487 INFO STEP 315 (remove_files) COMPLETE
48222024-08-16T04:08:56.524Z[ recovery-image] Aug 16 04:08:55.487 INFO O| Aug 16 04:08:55.487 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-08-16T04:08:56.530Z[ recovery-image] Aug 16 04:08:55.496 INFO O| Aug 16 04:08:55.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48242024-08-16T04:08:56.530Z[ recovery-image] Aug 16 04:08:55.496 INFO O| Aug 16 04:08:55.496 INFO STEP 316 (remove_files) COMPLETE
48252024-08-16T04:08:56.532Z[ recovery-image] Aug 16 04:08:55.496 INFO O| Aug 16 04:08:55.496 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-08-16T04:08:56.539Z[ recovery-image] Aug 16 04:08:55.506 INFO O| Aug 16 04:08:55.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48272024-08-16T04:08:56.539Z[ recovery-image] Aug 16 04:08:55.506 INFO O| Aug 16 04:08:55.506 INFO STEP 317 (remove_files) COMPLETE
48282024-08-16T04:08:56.539Z[ recovery-image] Aug 16 04:08:55.506 INFO O| Aug 16 04:08:55.506 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-08-16T04:08:56.549Z[ recovery-image] Aug 16 04:08:55.515 INFO O| Aug 16 04:08:55.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48302024-08-16T04:08:56.549Z[ recovery-image] Aug 16 04:08:55.515 INFO O| Aug 16 04:08:55.515 INFO STEP 318 (remove_files) COMPLETE
48312024-08-16T04:08:56.549Z[ recovery-image] Aug 16 04:08:55.515 INFO O| Aug 16 04:08:55.515 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-08-16T04:08:56.558Z[ recovery-image] Aug 16 04:08:55.525 INFO O| Aug 16 04:08:55.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48332024-08-16T04:08:56.558Z[ recovery-image] Aug 16 04:08:55.525 INFO O| Aug 16 04:08:55.525 INFO STEP 319 (remove_files) COMPLETE
48342024-08-16T04:08:56.561Z[ recovery-image] Aug 16 04:08:55.525 INFO O| Aug 16 04:08:55.525 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-08-16T04:08:56.568Z[ recovery-image] Aug 16 04:08:55.534 INFO O| Aug 16 04:08:55.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48362024-08-16T04:08:56.571Z[ recovery-image] Aug 16 04:08:55.534 INFO O| Aug 16 04:08:55.534 INFO STEP 320 (remove_files) COMPLETE
48372024-08-16T04:08:56.571Z[ recovery-image] Aug 16 04:08:55.534 INFO O| Aug 16 04:08:55.534 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-08-16T04:08:56.577Z[ recovery-image] Aug 16 04:08:55.543 INFO O| Aug 16 04:08:55.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48392024-08-16T04:08:56.577Z[ recovery-image] Aug 16 04:08:55.543 INFO O| Aug 16 04:08:55.543 INFO STEP 321 (remove_files) COMPLETE
48402024-08-16T04:08:56.577Z[ recovery-image] Aug 16 04:08:55.543 INFO O| Aug 16 04:08:55.543 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-08-16T04:08:56.586Z[ recovery-image] Aug 16 04:08:55.553 INFO O| Aug 16 04:08:55.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48422024-08-16T04:08:56.586Z[ recovery-image] Aug 16 04:08:55.553 INFO O| Aug 16 04:08:55.553 INFO STEP 322 (remove_files) COMPLETE
48432024-08-16T04:08:56.586Z[ recovery-image] Aug 16 04:08:55.553 INFO O| Aug 16 04:08:55.553 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-08-16T04:08:56.596Z[ recovery-image] Aug 16 04:08:55.562 INFO O| Aug 16 04:08:55.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48452024-08-16T04:08:56.596Z[ recovery-image] Aug 16 04:08:55.562 INFO O| Aug 16 04:08:55.562 INFO STEP 323 (remove_files) COMPLETE
48462024-08-16T04:08:56.596Z[ recovery-image] Aug 16 04:08:55.562 INFO O| Aug 16 04:08:55.562 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-08-16T04:08:56.605Z[ recovery-image] Aug 16 04:08:55.571 INFO O| Aug 16 04:08:55.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48482024-08-16T04:08:56.605Z[ recovery-image] Aug 16 04:08:55.571 INFO O| Aug 16 04:08:55.571 INFO STEP 324 (remove_files) COMPLETE
48492024-08-16T04:08:56.607Z[ recovery-image] Aug 16 04:08:55.572 INFO O| Aug 16 04:08:55.571 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-08-16T04:08:56.615Z[ recovery-image] Aug 16 04:08:55.581 INFO O| Aug 16 04:08:55.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48512024-08-16T04:08:56.615Z[ recovery-image] Aug 16 04:08:55.581 INFO O| Aug 16 04:08:55.581 INFO STEP 325 (remove_files) COMPLETE
48522024-08-16T04:08:56.615Z[ recovery-image] Aug 16 04:08:55.581 INFO O| Aug 16 04:08:55.581 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-08-16T04:08:56.624Z[ recovery-image] Aug 16 04:08:55.591 INFO O| Aug 16 04:08:55.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48542024-08-16T04:08:56.624Z[ recovery-image] Aug 16 04:08:55.591 INFO O| Aug 16 04:08:55.591 INFO STEP 326 (remove_files) COMPLETE
48552024-08-16T04:08:56.624Z[ recovery-image] Aug 16 04:08:55.591 INFO O| Aug 16 04:08:55.591 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-08-16T04:08:56.634Z[ recovery-image] Aug 16 04:08:55.600 INFO O| Aug 16 04:08:55.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48572024-08-16T04:08:56.634Z[ recovery-image] Aug 16 04:08:55.600 INFO O| Aug 16 04:08:55.600 INFO STEP 327 (remove_files) COMPLETE
48582024-08-16T04:08:56.636Z[ recovery-image] Aug 16 04:08:55.600 INFO O| Aug 16 04:08:55.600 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-08-16T04:08:56.643Z[ recovery-image] Aug 16 04:08:55.610 INFO O| Aug 16 04:08:55.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48602024-08-16T04:08:56.643Z[ recovery-image] Aug 16 04:08:55.610 INFO O| Aug 16 04:08:55.610 INFO STEP 328 (remove_files) COMPLETE
48612024-08-16T04:08:56.643Z[ recovery-image] Aug 16 04:08:55.610 INFO O| Aug 16 04:08:55.610 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-08-16T04:08:56.652Z[ recovery-image] Aug 16 04:08:55.619 INFO O| Aug 16 04:08:55.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48632024-08-16T04:08:56.653Z[ recovery-image] Aug 16 04:08:55.619 INFO O| Aug 16 04:08:55.619 INFO STEP 329 (remove_files) COMPLETE
48642024-08-16T04:08:56.653Z[ recovery-image] Aug 16 04:08:55.619 INFO O| Aug 16 04:08:55.619 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-08-16T04:08:56.662Z[ recovery-image] Aug 16 04:08:55.628 INFO O| Aug 16 04:08:55.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48662024-08-16T04:08:56.662Z[ recovery-image] Aug 16 04:08:55.628 INFO O| Aug 16 04:08:55.628 INFO STEP 330 (remove_files) COMPLETE
48672024-08-16T04:08:56.668Z[ recovery-image] Aug 16 04:08:55.628 INFO O| Aug 16 04:08:55.628 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-08-16T04:08:56.671Z[ recovery-image] Aug 16 04:08:55.637 INFO O| Aug 16 04:08:55.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48692024-08-16T04:08:56.671Z[ recovery-image] Aug 16 04:08:55.638 INFO O| Aug 16 04:08:55.638 INFO STEP 331 (remove_files) COMPLETE
48702024-08-16T04:08:56.673Z[ recovery-image] Aug 16 04:08:55.638 INFO O| Aug 16 04:08:55.638 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-08-16T04:08:56.681Z[ recovery-image] Aug 16 04:08:55.647 INFO O| Aug 16 04:08:55.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48722024-08-16T04:08:56.681Z[ recovery-image] Aug 16 04:08:55.647 INFO O| Aug 16 04:08:55.647 INFO STEP 332 (remove_files) COMPLETE
48732024-08-16T04:08:56.683Z[ recovery-image] Aug 16 04:08:55.647 INFO O| Aug 16 04:08:55.647 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-08-16T04:08:56.690Z[ recovery-image] Aug 16 04:08:55.657 INFO O| Aug 16 04:08:55.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48752024-08-16T04:08:56.690Z[ recovery-image] Aug 16 04:08:55.657 INFO O| Aug 16 04:08:55.657 INFO STEP 333 (remove_files) COMPLETE
48762024-08-16T04:08:56.692Z[ recovery-image] Aug 16 04:08:55.657 INFO O| Aug 16 04:08:55.657 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-08-16T04:08:56.699Z[ recovery-image] Aug 16 04:08:55.666 INFO O| Aug 16 04:08:55.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48782024-08-16T04:08:56.700Z[ recovery-image] Aug 16 04:08:55.666 INFO O| Aug 16 04:08:55.666 INFO STEP 334 (remove_files) COMPLETE
48792024-08-16T04:08:56.702Z[ recovery-image] Aug 16 04:08:55.666 INFO O| Aug 16 04:08:55.666 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-08-16T04:08:56.709Z[ recovery-image] Aug 16 04:08:55.675 INFO O| Aug 16 04:08:55.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48812024-08-16T04:08:56.711Z[ recovery-image] Aug 16 04:08:55.675 INFO O| Aug 16 04:08:55.675 INFO STEP 335 (remove_files) COMPLETE
48822024-08-16T04:08:56.711Z[ recovery-image] Aug 16 04:08:55.675 INFO O| Aug 16 04:08:55.675 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-08-16T04:08:56.718Z[ recovery-image] Aug 16 04:08:55.685 INFO O| Aug 16 04:08:55.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48842024-08-16T04:08:56.718Z[ recovery-image] Aug 16 04:08:55.685 INFO O| Aug 16 04:08:55.685 INFO STEP 336 (remove_files) COMPLETE
48852024-08-16T04:08:56.721Z[ recovery-image] Aug 16 04:08:55.685 INFO O| Aug 16 04:08:55.685 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-08-16T04:08:56.728Z[ recovery-image] Aug 16 04:08:55.694 INFO O| Aug 16 04:08:55.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48872024-08-16T04:08:56.728Z[ recovery-image] Aug 16 04:08:55.694 INFO O| Aug 16 04:08:55.694 INFO STEP 337 (remove_files) COMPLETE
48882024-08-16T04:08:56.728Z[ recovery-image] Aug 16 04:08:55.694 INFO O| Aug 16 04:08:55.694 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-08-16T04:08:56.737Z[ recovery-image] Aug 16 04:08:55.703 INFO O| Aug 16 04:08:55.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
48902024-08-16T04:08:56.737Z[ recovery-image] Aug 16 04:08:55.704 INFO O| Aug 16 04:08:55.704 INFO STEP 338 (remove_files) COMPLETE
48912024-08-16T04:08:56.739Z[ recovery-image] Aug 16 04:08:55.704 INFO O| Aug 16 04:08:55.704 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-08-16T04:08:56.746Z[ recovery-image] Aug 16 04:08:55.713 INFO O| Aug 16 04:08:55.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
48932024-08-16T04:08:56.746Z[ recovery-image] Aug 16 04:08:55.713 INFO O| Aug 16 04:08:55.713 INFO STEP 339 (remove_files) COMPLETE
48942024-08-16T04:08:56.749Z[ recovery-image] Aug 16 04:08:55.713 INFO O| Aug 16 04:08:55.713 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-08-16T04:08:56.756Z[ recovery-image] Aug 16 04:08:55.722 INFO O| Aug 16 04:08:55.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
48962024-08-16T04:08:56.756Z[ recovery-image] Aug 16 04:08:55.722 INFO O| Aug 16 04:08:55.722 INFO STEP 340 (remove_files) COMPLETE
48972024-08-16T04:08:56.756Z[ recovery-image] Aug 16 04:08:55.722 INFO O| Aug 16 04:08:55.722 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-08-16T04:08:56.765Z[ recovery-image] Aug 16 04:08:55.732 INFO O| Aug 16 04:08:55.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
48992024-08-16T04:08:56.765Z[ recovery-image] Aug 16 04:08:55.732 INFO O| Aug 16 04:08:55.732 INFO STEP 341 (remove_files) COMPLETE
49002024-08-16T04:08:56.768Z[ recovery-image] Aug 16 04:08:55.732 INFO O| Aug 16 04:08:55.732 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-08-16T04:08:56.775Z[ recovery-image] Aug 16 04:08:55.741 INFO O| Aug 16 04:08:55.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49022024-08-16T04:08:56.777Z[ recovery-image] Aug 16 04:08:55.741 INFO O| Aug 16 04:08:55.741 INFO STEP 342 (remove_files) COMPLETE
49032024-08-16T04:08:56.777Z[ recovery-image] Aug 16 04:08:55.741 INFO O| Aug 16 04:08:55.741 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-08-16T04:08:56.784Z[ recovery-image] Aug 16 04:08:55.751 INFO O| Aug 16 04:08:55.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49052024-08-16T04:08:56.784Z[ recovery-image] Aug 16 04:08:55.751 INFO O| Aug 16 04:08:55.751 INFO STEP 343 (remove_files) COMPLETE
49062024-08-16T04:08:56.784Z[ recovery-image] Aug 16 04:08:55.751 INFO O| Aug 16 04:08:55.751 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-08-16T04:08:56.794Z[ recovery-image] Aug 16 04:08:55.760 INFO O| Aug 16 04:08:55.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49082024-08-16T04:08:56.794Z[ recovery-image] Aug 16 04:08:55.760 INFO O| Aug 16 04:08:55.760 INFO STEP 344 (remove_files) COMPLETE
49092024-08-16T04:08:56.797Z[ recovery-image] Aug 16 04:08:55.760 INFO O| Aug 16 04:08:55.760 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-08-16T04:08:56.803Z[ recovery-image] Aug 16 04:08:55.769 INFO O| Aug 16 04:08:55.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49112024-08-16T04:08:56.803Z[ recovery-image] Aug 16 04:08:55.770 INFO O| Aug 16 04:08:55.770 INFO STEP 345 (remove_files) COMPLETE
49122024-08-16T04:08:56.806Z[ recovery-image] Aug 16 04:08:55.770 INFO O| Aug 16 04:08:55.770 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-08-16T04:08:56.813Z[ recovery-image] Aug 16 04:08:55.779 INFO O| Aug 16 04:08:55.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49142024-08-16T04:08:56.815Z[ recovery-image] Aug 16 04:08:55.779 INFO O| Aug 16 04:08:55.779 INFO STEP 346 (remove_files) COMPLETE
49152024-08-16T04:08:56.815Z[ recovery-image] Aug 16 04:08:55.779 INFO O| Aug 16 04:08:55.779 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-08-16T04:08:56.822Z[ recovery-image] Aug 16 04:08:55.788 INFO O| Aug 16 04:08:55.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49172024-08-16T04:08:56.825Z[ recovery-image] Aug 16 04:08:55.788 INFO O| Aug 16 04:08:55.788 INFO STEP 347 (remove_files) COMPLETE
49182024-08-16T04:08:56.825Z[ recovery-image] Aug 16 04:08:55.789 INFO O| Aug 16 04:08:55.788 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-08-16T04:08:56.831Z[ recovery-image] Aug 16 04:08:55.798 INFO O| Aug 16 04:08:55.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49202024-08-16T04:08:56.831Z[ recovery-image] Aug 16 04:08:55.798 INFO O| Aug 16 04:08:55.798 INFO STEP 348 (remove_files) COMPLETE
49212024-08-16T04:08:56.831Z[ recovery-image] Aug 16 04:08:55.798 INFO O| Aug 16 04:08:55.798 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-08-16T04:08:56.841Z[ recovery-image] Aug 16 04:08:55.807 INFO O| Aug 16 04:08:55.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49232024-08-16T04:08:56.841Z[ recovery-image] Aug 16 04:08:55.807 INFO O| Aug 16 04:08:55.807 INFO STEP 349 (remove_files) COMPLETE
49242024-08-16T04:08:56.844Z[ recovery-image] Aug 16 04:08:55.807 INFO O| Aug 16 04:08:55.807 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-08-16T04:08:56.850Z[ recovery-image] Aug 16 04:08:55.817 INFO O| Aug 16 04:08:55.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49262024-08-16T04:08:56.850Z[ recovery-image] Aug 16 04:08:55.817 INFO O| Aug 16 04:08:55.817 INFO STEP 350 (remove_files) COMPLETE
49272024-08-16T04:08:56.853Z[ recovery-image] Aug 16 04:08:55.817 INFO O| Aug 16 04:08:55.817 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-08-16T04:08:56.859Z[ recovery-image] Aug 16 04:08:55.826 INFO O| Aug 16 04:08:55.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49292024-08-16T04:08:56.859Z[ recovery-image] Aug 16 04:08:55.826 INFO O| Aug 16 04:08:55.826 INFO STEP 351 (remove_files) COMPLETE
49302024-08-16T04:08:56.859Z[ recovery-image] Aug 16 04:08:55.826 INFO O| Aug 16 04:08:55.826 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-08-16T04:08:56.869Z[ recovery-image] Aug 16 04:08:55.835 INFO O| Aug 16 04:08:55.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49322024-08-16T04:08:56.869Z[ recovery-image] Aug 16 04:08:55.835 INFO O| Aug 16 04:08:55.835 INFO STEP 352 (remove_files) COMPLETE
49332024-08-16T04:08:56.869Z[ recovery-image] Aug 16 04:08:55.835 INFO O| Aug 16 04:08:55.835 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-08-16T04:08:56.878Z[ recovery-image] Aug 16 04:08:55.845 INFO O| Aug 16 04:08:55.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49352024-08-16T04:08:56.878Z[ recovery-image] Aug 16 04:08:55.845 INFO O| Aug 16 04:08:55.845 INFO STEP 353 (remove_files) COMPLETE
49362024-08-16T04:08:56.880Z[ recovery-image] Aug 16 04:08:55.845 INFO O| Aug 16 04:08:55.845 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-08-16T04:08:56.887Z[ recovery-image] Aug 16 04:08:55.854 INFO O| Aug 16 04:08:55.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49382024-08-16T04:08:56.887Z[ recovery-image] Aug 16 04:08:55.854 INFO O| Aug 16 04:08:55.854 INFO STEP 354 (remove_files) COMPLETE
49392024-08-16T04:08:56.890Z[ recovery-image] Aug 16 04:08:55.854 INFO O| Aug 16 04:08:55.854 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-08-16T04:08:56.897Z[ recovery-image] Aug 16 04:08:55.863 INFO O| Aug 16 04:08:55.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49412024-08-16T04:08:56.899Z[ recovery-image] Aug 16 04:08:55.864 INFO O| Aug 16 04:08:55.864 INFO STEP 355 (remove_files) COMPLETE
49422024-08-16T04:08:56.899Z[ recovery-image] Aug 16 04:08:55.864 INFO O| Aug 16 04:08:55.864 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-08-16T04:08:56.907Z[ recovery-image] Aug 16 04:08:55.874 INFO O| Aug 16 04:08:55.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49442024-08-16T04:08:56.907Z[ recovery-image] Aug 16 04:08:55.874 INFO O| Aug 16 04:08:55.874 INFO STEP 356 (remove_files) COMPLETE
49452024-08-16T04:08:56.909Z[ recovery-image] Aug 16 04:08:55.874 INFO O| Aug 16 04:08:55.874 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-08-16T04:08:56.916Z[ recovery-image] Aug 16 04:08:55.883 INFO O| Aug 16 04:08:55.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49472024-08-16T04:08:56.917Z[ recovery-image] Aug 16 04:08:55.883 INFO O| Aug 16 04:08:55.883 INFO STEP 357 (remove_files) COMPLETE
49482024-08-16T04:08:56.917Z[ recovery-image] Aug 16 04:08:55.883 INFO O| Aug 16 04:08:55.883 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-08-16T04:08:56.926Z[ recovery-image] Aug 16 04:08:55.893 INFO O| Aug 16 04:08:55.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49502024-08-16T04:08:56.926Z[ recovery-image] Aug 16 04:08:55.893 INFO O| Aug 16 04:08:55.893 INFO STEP 358 (remove_files) COMPLETE
49512024-08-16T04:08:56.926Z[ recovery-image] Aug 16 04:08:55.893 INFO O| Aug 16 04:08:55.893 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-08-16T04:08:56.935Z[ recovery-image] Aug 16 04:08:55.902 INFO O| Aug 16 04:08:55.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49532024-08-16T04:08:56.935Z[ recovery-image] Aug 16 04:08:55.902 INFO O| Aug 16 04:08:55.902 INFO STEP 359 (remove_files) COMPLETE
49542024-08-16T04:08:56.938Z[ recovery-image] Aug 16 04:08:55.902 INFO O| Aug 16 04:08:55.902 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-08-16T04:08:56.945Z[ recovery-image] Aug 16 04:08:55.911 INFO O| Aug 16 04:08:55.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49562024-08-16T04:08:56.945Z[ recovery-image] Aug 16 04:08:55.911 INFO O| Aug 16 04:08:55.911 INFO STEP 360 (remove_files) COMPLETE
49572024-08-16T04:08:56.947Z[ recovery-image] Aug 16 04:08:55.911 INFO O| Aug 16 04:08:55.911 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-08-16T04:08:56.954Z[ recovery-image] Aug 16 04:08:55.921 INFO O| Aug 16 04:08:55.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49592024-08-16T04:08:56.957Z[ recovery-image] Aug 16 04:08:55.921 INFO O| Aug 16 04:08:55.921 INFO STEP 361 (remove_files) COMPLETE
49602024-08-16T04:08:56.957Z[ recovery-image] Aug 16 04:08:55.921 INFO O| Aug 16 04:08:55.921 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-08-16T04:08:56.964Z[ recovery-image] Aug 16 04:08:55.930 INFO O| Aug 16 04:08:55.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49622024-08-16T04:08:56.964Z[ recovery-image] Aug 16 04:08:55.930 INFO O| Aug 16 04:08:55.930 INFO STEP 362 (remove_files) COMPLETE
49632024-08-16T04:08:56.964Z[ recovery-image] Aug 16 04:08:55.930 INFO O| Aug 16 04:08:55.930 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-08-16T04:08:56.973Z[ recovery-image] Aug 16 04:08:55.939 INFO O| Aug 16 04:08:55.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49652024-08-16T04:08:56.973Z[ recovery-image] Aug 16 04:08:55.939 INFO O| Aug 16 04:08:55.939 INFO STEP 363 (remove_files) COMPLETE
49662024-08-16T04:08:56.973Z[ recovery-image] Aug 16 04:08:55.939 INFO O| Aug 16 04:08:55.939 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-08-16T04:08:56.982Z[ recovery-image] Aug 16 04:08:55.949 INFO O| Aug 16 04:08:55.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49682024-08-16T04:08:56.983Z[ recovery-image] Aug 16 04:08:55.949 INFO O| Aug 16 04:08:55.949 INFO STEP 364 (remove_files) COMPLETE
49692024-08-16T04:08:56.985Z[ recovery-image] Aug 16 04:08:55.949 INFO O| Aug 16 04:08:55.949 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-08-16T04:08:56.992Z[ recovery-image] Aug 16 04:08:55.958 INFO O| Aug 16 04:08:55.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49712024-08-16T04:08:56.992Z[ recovery-image] Aug 16 04:08:55.958 INFO O| Aug 16 04:08:55.958 INFO STEP 365 (remove_files) COMPLETE
49722024-08-16T04:08:56.992Z[ recovery-image] Aug 16 04:08:55.958 INFO O| Aug 16 04:08:55.958 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-08-16T04:08:57.005Z[ recovery-image] Aug 16 04:08:55.972 INFO O| Aug 16 04:08:55.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49742024-08-16T04:08:57.008Z[ recovery-image] Aug 16 04:08:55.972 INFO O| Aug 16 04:08:55.972 INFO STEP 366 (remove_files) COMPLETE
49752024-08-16T04:08:57.008Z[ recovery-image] Aug 16 04:08:55.972 INFO O| Aug 16 04:08:55.972 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-08-16T04:08:57.015Z[ recovery-image] Aug 16 04:08:55.982 INFO O| Aug 16 04:08:55.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49772024-08-16T04:08:57.015Z[ recovery-image] Aug 16 04:08:55.982 INFO O| Aug 16 04:08:55.982 INFO STEP 367 (remove_files) COMPLETE
49782024-08-16T04:08:57.018Z[ recovery-image] Aug 16 04:08:55.982 INFO O| Aug 16 04:08:55.982 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-08-16T04:08:57.025Z[ recovery-image] Aug 16 04:08:55.991 INFO O| Aug 16 04:08:55.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49802024-08-16T04:08:57.028Z[ recovery-image] Aug 16 04:08:55.991 INFO O| Aug 16 04:08:55.991 INFO STEP 368 (remove_files) COMPLETE
49812024-08-16T04:08:57.028Z[ recovery-image] Aug 16 04:08:55.991 INFO O| Aug 16 04:08:55.991 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-08-16T04:08:57.037Z[ recovery-image] Aug 16 04:08:56.003 INFO O| Aug 16 04:08:56.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49832024-08-16T04:08:57.037Z[ recovery-image] Aug 16 04:08:56.003 INFO O| Aug 16 04:08:56.003 INFO STEP 369 (remove_files) COMPLETE
49842024-08-16T04:08:57.039Z[ recovery-image] Aug 16 04:08:56.003 INFO O| Aug 16 04:08:56.003 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-08-16T04:08:57.047Z[ recovery-image] Aug 16 04:08:56.013 INFO O| Aug 16 04:08:56.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49862024-08-16T04:08:57.047Z[ recovery-image] Aug 16 04:08:56.013 INFO O| Aug 16 04:08:56.013 INFO STEP 370 (remove_files) COMPLETE
49872024-08-16T04:08:57.047Z[ recovery-image] Aug 16 04:08:56.013 INFO O| Aug 16 04:08:56.013 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-08-16T04:08:57.056Z[ recovery-image] Aug 16 04:08:56.023 INFO O| Aug 16 04:08:56.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
49892024-08-16T04:08:57.056Z[ recovery-image] Aug 16 04:08:56.023 INFO O| Aug 16 04:08:56.023 INFO STEP 371 (remove_files) COMPLETE
49902024-08-16T04:08:57.059Z[ recovery-image] Aug 16 04:08:56.023 INFO O| Aug 16 04:08:56.023 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-08-16T04:08:57.068Z[ recovery-image] Aug 16 04:08:56.034 INFO O| Aug 16 04:08:56.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
49922024-08-16T04:08:57.070Z[ recovery-image] Aug 16 04:08:56.035 INFO O| Aug 16 04:08:56.035 INFO STEP 372 (remove_files) COMPLETE
49932024-08-16T04:08:57.070Z[ recovery-image] Aug 16 04:08:56.035 INFO O| Aug 16 04:08:56.035 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-08-16T04:08:57.077Z[ recovery-image] Aug 16 04:08:56.044 INFO O| Aug 16 04:08:56.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
49952024-08-16T04:08:57.078Z[ recovery-image] Aug 16 04:08:56.044 INFO O| Aug 16 04:08:56.044 INFO STEP 373 (remove_files) COMPLETE
49962024-08-16T04:08:57.078Z[ recovery-image] Aug 16 04:08:56.044 INFO O| Aug 16 04:08:56.044 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-08-16T04:08:57.090Z[ recovery-image] Aug 16 04:08:56.056 INFO O| Aug 16 04:08:56.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
49982024-08-16T04:08:57.092Z[ recovery-image] Aug 16 04:08:56.056 INFO O| Aug 16 04:08:56.056 INFO STEP 374 (remove_files) COMPLETE
49992024-08-16T04:08:57.092Z[ recovery-image] Aug 16 04:08:56.056 INFO O| Aug 16 04:08:56.056 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-08-16T04:08:57.099Z[ recovery-image] Aug 16 04:08:56.065 INFO O| Aug 16 04:08:56.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50012024-08-16T04:08:57.099Z[ recovery-image] Aug 16 04:08:56.065 INFO O| Aug 16 04:08:56.065 INFO STEP 375 (remove_files) COMPLETE
50022024-08-16T04:08:57.099Z[ recovery-image] Aug 16 04:08:56.065 INFO O| Aug 16 04:08:56.065 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-08-16T04:08:57.108Z[ recovery-image] Aug 16 04:08:56.075 INFO O| Aug 16 04:08:56.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50042024-08-16T04:08:57.108Z[ recovery-image] Aug 16 04:08:56.075 INFO O| Aug 16 04:08:56.075 INFO STEP 376 (remove_files) COMPLETE
50052024-08-16T04:08:57.111Z[ recovery-image] Aug 16 04:08:56.075 INFO O| Aug 16 04:08:56.075 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-08-16T04:08:57.118Z[ recovery-image] Aug 16 04:08:56.084 INFO O| Aug 16 04:08:56.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50072024-08-16T04:08:57.118Z[ recovery-image] Aug 16 04:08:56.084 INFO O| Aug 16 04:08:56.084 INFO STEP 377 (remove_files) COMPLETE
50082024-08-16T04:08:57.120Z[ recovery-image] Aug 16 04:08:56.084 INFO O| Aug 16 04:08:56.084 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-08-16T04:08:57.127Z[ recovery-image] Aug 16 04:08:56.093 INFO O| Aug 16 04:08:56.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50102024-08-16T04:08:57.127Z[ recovery-image] Aug 16 04:08:56.094 INFO O| Aug 16 04:08:56.093 INFO STEP 378 (remove_files) COMPLETE
50112024-08-16T04:08:57.127Z[ recovery-image] Aug 16 04:08:56.094 INFO O| Aug 16 04:08:56.093 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-08-16T04:08:57.136Z[ recovery-image] Aug 16 04:08:56.103 INFO O| Aug 16 04:08:56.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50132024-08-16T04:08:57.136Z[ recovery-image] Aug 16 04:08:56.103 INFO O| Aug 16 04:08:56.103 INFO STEP 379 (remove_files) COMPLETE
50142024-08-16T04:08:57.139Z[ recovery-image] Aug 16 04:08:56.103 INFO O| Aug 16 04:08:56.103 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-08-16T04:08:57.146Z[ recovery-image] Aug 16 04:08:56.112 INFO O| Aug 16 04:08:56.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50162024-08-16T04:08:57.148Z[ recovery-image] Aug 16 04:08:56.112 INFO O| Aug 16 04:08:56.112 INFO STEP 380 (remove_files) COMPLETE
50172024-08-16T04:08:57.148Z[ recovery-image] Aug 16 04:08:56.112 INFO O| Aug 16 04:08:56.112 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-08-16T04:08:57.156Z[ recovery-image] Aug 16 04:08:56.121 INFO O| Aug 16 04:08:56.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50192024-08-16T04:08:57.156Z[ recovery-image] Aug 16 04:08:56.121 INFO O| Aug 16 04:08:56.121 INFO STEP 381 (remove_files) COMPLETE
50202024-08-16T04:08:57.156Z[ recovery-image] Aug 16 04:08:56.122 INFO O| Aug 16 04:08:56.121 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-08-16T04:08:57.164Z[ recovery-image] Aug 16 04:08:56.131 INFO O| Aug 16 04:08:56.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50222024-08-16T04:08:57.164Z[ recovery-image] Aug 16 04:08:56.131 INFO O| Aug 16 04:08:56.131 INFO STEP 382 (remove_files) COMPLETE
50232024-08-16T04:08:57.164Z[ recovery-image] Aug 16 04:08:56.131 INFO O| Aug 16 04:08:56.131 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-08-16T04:08:57.174Z[ recovery-image] Aug 16 04:08:56.140 INFO O| Aug 16 04:08:56.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50252024-08-16T04:08:57.174Z[ recovery-image] Aug 16 04:08:56.140 INFO O| Aug 16 04:08:56.140 INFO STEP 383 (remove_files) COMPLETE
50262024-08-16T04:08:57.176Z[ recovery-image] Aug 16 04:08:56.140 INFO O| Aug 16 04:08:56.140 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-08-16T04:08:57.183Z[ recovery-image] Aug 16 04:08:56.149 INFO O| Aug 16 04:08:56.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50282024-08-16T04:08:57.183Z[ recovery-image] Aug 16 04:08:56.150 INFO O| Aug 16 04:08:56.150 INFO STEP 384 (remove_files) COMPLETE
50292024-08-16T04:08:57.183Z[ recovery-image] Aug 16 04:08:56.150 INFO O| Aug 16 04:08:56.150 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-08-16T04:08:57.192Z[ recovery-image] Aug 16 04:08:56.159 INFO O| Aug 16 04:08:56.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50312024-08-16T04:08:57.192Z[ recovery-image] Aug 16 04:08:56.159 INFO O| Aug 16 04:08:56.159 INFO STEP 385 (remove_files) COMPLETE
50322024-08-16T04:08:57.195Z[ recovery-image] Aug 16 04:08:56.159 INFO O| Aug 16 04:08:56.159 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-08-16T04:08:57.202Z[ recovery-image] Aug 16 04:08:56.168 INFO O| Aug 16 04:08:56.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50342024-08-16T04:08:57.202Z[ recovery-image] Aug 16 04:08:56.168 INFO O| Aug 16 04:08:56.168 INFO STEP 386 (remove_files) COMPLETE
50352024-08-16T04:08:57.202Z[ recovery-image] Aug 16 04:08:56.168 INFO O| Aug 16 04:08:56.168 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-08-16T04:08:57.211Z[ recovery-image] Aug 16 04:08:56.177 INFO O| Aug 16 04:08:56.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50372024-08-16T04:08:57.211Z[ recovery-image] Aug 16 04:08:56.178 INFO O| Aug 16 04:08:56.178 INFO STEP 387 (remove_files) COMPLETE
50382024-08-16T04:08:57.211Z[ recovery-image] Aug 16 04:08:56.178 INFO O| Aug 16 04:08:56.178 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-08-16T04:08:57.220Z[ recovery-image] Aug 16 04:08:56.187 INFO O| Aug 16 04:08:56.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50402024-08-16T04:08:57.223Z[ recovery-image] Aug 16 04:08:56.187 INFO O| Aug 16 04:08:56.187 INFO STEP 388 (remove_files) COMPLETE
50412024-08-16T04:08:57.223Z[ recovery-image] Aug 16 04:08:56.187 INFO O| Aug 16 04:08:56.187 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-08-16T04:08:57.230Z[ recovery-image] Aug 16 04:08:56.196 INFO O| Aug 16 04:08:56.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50432024-08-16T04:08:57.230Z[ recovery-image] Aug 16 04:08:56.196 INFO O| Aug 16 04:08:56.196 INFO STEP 389 (remove_files) COMPLETE
50442024-08-16T04:08:57.230Z[ recovery-image] Aug 16 04:08:56.196 INFO O| Aug 16 04:08:56.196 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-08-16T04:08:57.239Z[ recovery-image] Aug 16 04:08:56.205 INFO O| Aug 16 04:08:56.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50462024-08-16T04:08:57.239Z[ recovery-image] Aug 16 04:08:56.206 INFO O| Aug 16 04:08:56.206 INFO STEP 390 (remove_files) COMPLETE
50472024-08-16T04:08:57.239Z[ recovery-image] Aug 16 04:08:56.206 INFO O| Aug 16 04:08:56.206 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-08-16T04:08:57.249Z[ recovery-image] Aug 16 04:08:56.215 INFO O| Aug 16 04:08:56.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50492024-08-16T04:08:57.249Z[ recovery-image] Aug 16 04:08:56.215 INFO O| Aug 16 04:08:56.215 INFO STEP 391 (remove_files) COMPLETE
50502024-08-16T04:08:57.249Z[ recovery-image] Aug 16 04:08:56.215 INFO O| Aug 16 04:08:56.215 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-08-16T04:08:57.259Z[ recovery-image] Aug 16 04:08:56.225 INFO O| Aug 16 04:08:56.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50522024-08-16T04:08:57.259Z[ recovery-image] Aug 16 04:08:56.225 INFO O| Aug 16 04:08:56.225 INFO STEP 392 (remove_files) COMPLETE
50532024-08-16T04:08:57.259Z[ recovery-image] Aug 16 04:08:56.225 INFO O| Aug 16 04:08:56.225 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-08-16T04:08:57.270Z[ recovery-image] Aug 16 04:08:56.234 INFO O| Aug 16 04:08:56.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50552024-08-16T04:08:57.270Z[ recovery-image] Aug 16 04:08:56.234 INFO O| Aug 16 04:08:56.234 INFO STEP 393 (remove_files) COMPLETE
50562024-08-16T04:08:57.272Z[ recovery-image] Aug 16 04:08:56.234 INFO O| Aug 16 04:08:56.234 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-08-16T04:08:57.277Z[ recovery-image] Aug 16 04:08:56.244 INFO O| Aug 16 04:08:56.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50582024-08-16T04:08:57.281Z[ recovery-image] Aug 16 04:08:56.244 INFO O| Aug 16 04:08:56.244 INFO STEP 394 (remove_files) COMPLETE
50592024-08-16T04:08:57.281Z[ recovery-image] Aug 16 04:08:56.244 INFO O| Aug 16 04:08:56.244 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-08-16T04:08:57.287Z[ recovery-image] Aug 16 04:08:56.253 INFO O| Aug 16 04:08:56.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50612024-08-16T04:08:57.287Z[ recovery-image] Aug 16 04:08:56.254 INFO O| Aug 16 04:08:56.253 INFO STEP 395 (remove_files) COMPLETE
50622024-08-16T04:08:57.295Z[ recovery-image] Aug 16 04:08:56.254 INFO O| Aug 16 04:08:56.254 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-08-16T04:08:57.298Z[ recovery-image] Aug 16 04:08:56.264 INFO O| Aug 16 04:08:56.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50642024-08-16T04:08:57.298Z[ recovery-image] Aug 16 04:08:56.264 INFO O| Aug 16 04:08:56.264 INFO STEP 396 (remove_files) COMPLETE
50652024-08-16T04:08:57.298Z[ recovery-image] Aug 16 04:08:56.264 INFO O| Aug 16 04:08:56.264 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-08-16T04:08:57.308Z[ recovery-image] Aug 16 04:08:56.274 INFO O| Aug 16 04:08:56.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50672024-08-16T04:08:57.308Z[ recovery-image] Aug 16 04:08:56.274 INFO O| Aug 16 04:08:56.274 INFO STEP 397 (remove_files) COMPLETE
50682024-08-16T04:08:57.308Z[ recovery-image] Aug 16 04:08:56.274 INFO O| Aug 16 04:08:56.274 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-08-16T04:08:57.317Z[ recovery-image] Aug 16 04:08:56.283 INFO O| Aug 16 04:08:56.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50702024-08-16T04:08:57.317Z[ recovery-image] Aug 16 04:08:56.284 INFO O| Aug 16 04:08:56.283 INFO STEP 398 (remove_files) COMPLETE
50712024-08-16T04:08:57.322Z[ recovery-image] Aug 16 04:08:56.284 INFO O| Aug 16 04:08:56.283 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-08-16T04:08:57.326Z[ recovery-image] Aug 16 04:08:56.293 INFO O| Aug 16 04:08:56.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50732024-08-16T04:08:57.327Z[ recovery-image] Aug 16 04:08:56.293 INFO O| Aug 16 04:08:56.293 INFO STEP 399 (remove_files) COMPLETE
50742024-08-16T04:08:57.327Z[ recovery-image] Aug 16 04:08:56.293 INFO O| Aug 16 04:08:56.293 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-08-16T04:08:57.336Z[ recovery-image] Aug 16 04:08:56.302 INFO O| Aug 16 04:08:56.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50762024-08-16T04:08:57.336Z[ recovery-image] Aug 16 04:08:56.302 INFO O| Aug 16 04:08:56.302 INFO STEP 400 (remove_files) COMPLETE
50772024-08-16T04:08:57.339Z[ recovery-image] Aug 16 04:08:56.302 INFO O| Aug 16 04:08:56.302 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-08-16T04:08:57.345Z[ recovery-image] Aug 16 04:08:56.312 INFO O| Aug 16 04:08:56.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50792024-08-16T04:08:57.345Z[ recovery-image] Aug 16 04:08:56.312 INFO O| Aug 16 04:08:56.312 INFO STEP 401 (remove_files) COMPLETE
50802024-08-16T04:08:57.345Z[ recovery-image] Aug 16 04:08:56.312 INFO O| Aug 16 04:08:56.312 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-08-16T04:08:57.355Z[ recovery-image] Aug 16 04:08:56.321 INFO O| Aug 16 04:08:56.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50822024-08-16T04:08:57.355Z[ recovery-image] Aug 16 04:08:56.321 INFO O| Aug 16 04:08:56.321 INFO STEP 402 (remove_files) COMPLETE
50832024-08-16T04:08:57.355Z[ recovery-image] Aug 16 04:08:56.321 INFO O| Aug 16 04:08:56.321 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-08-16T04:08:57.366Z[ recovery-image] Aug 16 04:08:56.332 INFO O| Aug 16 04:08:56.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50852024-08-16T04:08:57.369Z[ recovery-image] Aug 16 04:08:56.333 INFO O| Aug 16 04:08:56.333 INFO STEP 403 (remove_files) COMPLETE
50862024-08-16T04:08:57.369Z[ recovery-image] Aug 16 04:08:56.333 INFO O| Aug 16 04:08:56.333 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-08-16T04:08:57.376Z[ recovery-image] Aug 16 04:08:56.342 INFO O| Aug 16 04:08:56.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
50882024-08-16T04:08:57.376Z[ recovery-image] Aug 16 04:08:56.343 INFO O| Aug 16 04:08:56.343 INFO STEP 404 (remove_files) COMPLETE
50892024-08-16T04:08:57.379Z[ recovery-image] Aug 16 04:08:56.343 INFO O| Aug 16 04:08:56.343 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-08-16T04:08:57.387Z[ recovery-image] Aug 16 04:08:56.352 INFO O| Aug 16 04:08:56.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
50912024-08-16T04:08:57.387Z[ recovery-image] Aug 16 04:08:56.352 INFO O| Aug 16 04:08:56.352 INFO STEP 405 (remove_files) COMPLETE
50922024-08-16T04:08:57.390Z[ recovery-image] Aug 16 04:08:56.352 INFO O| Aug 16 04:08:56.352 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-08-16T04:08:57.397Z[ recovery-image] Aug 16 04:08:56.364 INFO O| Aug 16 04:08:56.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
50942024-08-16T04:08:57.397Z[ recovery-image] Aug 16 04:08:56.364 INFO O| Aug 16 04:08:56.364 INFO STEP 406 (remove_files) COMPLETE
50952024-08-16T04:08:57.400Z[ recovery-image] Aug 16 04:08:56.364 INFO O| Aug 16 04:08:56.364 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-08-16T04:08:57.407Z[ recovery-image] Aug 16 04:08:56.373 INFO O| Aug 16 04:08:56.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
50972024-08-16T04:08:57.409Z[ recovery-image] Aug 16 04:08:56.373 INFO O| Aug 16 04:08:56.373 INFO STEP 407 (remove_files) COMPLETE
50982024-08-16T04:08:57.409Z[ recovery-image] Aug 16 04:08:56.373 INFO O| Aug 16 04:08:56.373 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-08-16T04:08:57.416Z[ recovery-image] Aug 16 04:08:56.383 INFO O| Aug 16 04:08:56.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51002024-08-16T04:08:57.416Z[ recovery-image] Aug 16 04:08:56.383 INFO O| Aug 16 04:08:56.383 INFO STEP 408 (remove_files) COMPLETE
51012024-08-16T04:08:57.419Z[ recovery-image] Aug 16 04:08:56.383 INFO O| Aug 16 04:08:56.383 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-08-16T04:08:57.428Z[ recovery-image] Aug 16 04:08:56.394 INFO O| Aug 16 04:08:56.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51032024-08-16T04:08:57.431Z[ recovery-image] Aug 16 04:08:56.394 INFO O| Aug 16 04:08:56.394 INFO STEP 409 (remove_files) COMPLETE
51042024-08-16T04:08:57.431Z[ recovery-image] Aug 16 04:08:56.394 INFO O| Aug 16 04:08:56.394 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-08-16T04:08:57.437Z[ recovery-image] Aug 16 04:08:56.403 INFO O| Aug 16 04:08:56.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51062024-08-16T04:08:57.437Z[ recovery-image] Aug 16 04:08:56.403 INFO O| Aug 16 04:08:56.403 INFO STEP 410 (remove_files) COMPLETE
51072024-08-16T04:08:57.437Z[ recovery-image] Aug 16 04:08:56.404 INFO O| Aug 16 04:08:56.403 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-08-16T04:08:57.448Z[ recovery-image] Aug 16 04:08:56.414 INFO O| Aug 16 04:08:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51092024-08-16T04:08:57.450Z[ recovery-image] Aug 16 04:08:56.415 INFO O| Aug 16 04:08:56.415 INFO STEP 411 (remove_files) COMPLETE
51102024-08-16T04:08:57.450Z[ recovery-image] Aug 16 04:08:56.415 INFO O| Aug 16 04:08:56.415 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-08-16T04:08:57.458Z[ recovery-image] Aug 16 04:08:56.424 INFO O| Aug 16 04:08:56.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51122024-08-16T04:08:57.458Z[ recovery-image] Aug 16 04:08:56.424 INFO O| Aug 16 04:08:56.424 INFO STEP 412 (remove_files) COMPLETE
51132024-08-16T04:08:57.458Z[ recovery-image] Aug 16 04:08:56.424 INFO O| Aug 16 04:08:56.424 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-08-16T04:08:57.469Z[ recovery-image] Aug 16 04:08:56.434 INFO O| Aug 16 04:08:56.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51152024-08-16T04:08:57.469Z[ recovery-image] Aug 16 04:08:56.434 INFO O| Aug 16 04:08:56.434 INFO STEP 413 (remove_files) COMPLETE
51162024-08-16T04:08:57.469Z[ recovery-image] Aug 16 04:08:56.434 INFO O| Aug 16 04:08:56.434 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-08-16T04:08:57.477Z[ recovery-image] Aug 16 04:08:56.443 INFO O| Aug 16 04:08:56.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51182024-08-16T04:08:57.477Z[ recovery-image] Aug 16 04:08:56.443 INFO O| Aug 16 04:08:56.443 INFO STEP 414 (remove_files) COMPLETE
51192024-08-16T04:08:57.477Z[ recovery-image] Aug 16 04:08:56.443 INFO O| Aug 16 04:08:56.443 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-08-16T04:08:57.486Z[ recovery-image] Aug 16 04:08:56.452 INFO O| Aug 16 04:08:56.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51212024-08-16T04:08:57.486Z[ recovery-image] Aug 16 04:08:56.452 INFO O| Aug 16 04:08:56.452 INFO STEP 415 (remove_files) COMPLETE
51222024-08-16T04:08:57.489Z[ recovery-image] Aug 16 04:08:56.452 INFO O| Aug 16 04:08:56.452 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-08-16T04:08:57.495Z[ recovery-image] Aug 16 04:08:56.462 INFO O| Aug 16 04:08:56.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51242024-08-16T04:08:57.496Z[ recovery-image] Aug 16 04:08:56.462 INFO O| Aug 16 04:08:56.462 INFO STEP 416 (remove_files) COMPLETE
51252024-08-16T04:08:57.498Z[ recovery-image] Aug 16 04:08:56.462 INFO O| Aug 16 04:08:56.462 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-08-16T04:08:57.505Z[ recovery-image] Aug 16 04:08:56.472 INFO O| Aug 16 04:08:56.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51272024-08-16T04:08:57.505Z[ recovery-image] Aug 16 04:08:56.472 INFO O| Aug 16 04:08:56.472 INFO STEP 417 (remove_files) COMPLETE
51282024-08-16T04:08:57.508Z[ recovery-image] Aug 16 04:08:56.472 INFO O| Aug 16 04:08:56.472 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-08-16T04:08:57.515Z[ recovery-image] Aug 16 04:08:56.481 INFO O| Aug 16 04:08:56.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51302024-08-16T04:08:57.515Z[ recovery-image] Aug 16 04:08:56.481 INFO O| Aug 16 04:08:56.481 INFO STEP 418 (remove_files) COMPLETE
51312024-08-16T04:08:57.515Z[ recovery-image] Aug 16 04:08:56.481 INFO O| Aug 16 04:08:56.481 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-08-16T04:08:57.524Z[ recovery-image] Aug 16 04:08:56.491 INFO O| Aug 16 04:08:56.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51332024-08-16T04:08:57.526Z[ recovery-image] Aug 16 04:08:56.491 INFO O| Aug 16 04:08:56.491 INFO STEP 419 (remove_files) COMPLETE
51342024-08-16T04:08:57.526Z[ recovery-image] Aug 16 04:08:56.491 INFO O| Aug 16 04:08:56.491 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-08-16T04:08:57.534Z[ recovery-image] Aug 16 04:08:56.500 INFO O| Aug 16 04:08:56.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51362024-08-16T04:08:57.534Z[ recovery-image] Aug 16 04:08:56.500 INFO O| Aug 16 04:08:56.500 INFO STEP 420 (remove_files) COMPLETE
51372024-08-16T04:08:57.536Z[ recovery-image] Aug 16 04:08:56.500 INFO O| Aug 16 04:08:56.500 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-08-16T04:08:57.543Z[ recovery-image] Aug 16 04:08:56.509 INFO O| Aug 16 04:08:56.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51392024-08-16T04:08:57.546Z[ recovery-image] Aug 16 04:08:56.510 INFO O| Aug 16 04:08:56.510 INFO STEP 421 (remove_files) COMPLETE
51402024-08-16T04:08:57.546Z[ recovery-image] Aug 16 04:08:56.510 INFO O| Aug 16 04:08:56.510 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-08-16T04:08:57.553Z[ recovery-image] Aug 16 04:08:56.519 INFO O| Aug 16 04:08:56.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51422024-08-16T04:08:57.553Z[ recovery-image] Aug 16 04:08:56.519 INFO O| Aug 16 04:08:56.519 INFO STEP 422 (remove_files) COMPLETE
51432024-08-16T04:08:57.553Z[ recovery-image] Aug 16 04:08:56.519 INFO O| Aug 16 04:08:56.519 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-08-16T04:08:57.562Z[ recovery-image] Aug 16 04:08:56.528 INFO O| Aug 16 04:08:56.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51452024-08-16T04:08:57.565Z[ recovery-image] Aug 16 04:08:56.528 INFO O| Aug 16 04:08:56.528 INFO STEP 423 (remove_files) COMPLETE
51462024-08-16T04:08:57.565Z[ recovery-image] Aug 16 04:08:56.528 INFO O| Aug 16 04:08:56.528 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-08-16T04:08:57.571Z[ recovery-image] Aug 16 04:08:56.538 INFO O| Aug 16 04:08:56.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51482024-08-16T04:08:57.571Z[ recovery-image] Aug 16 04:08:56.538 INFO O| Aug 16 04:08:56.538 INFO STEP 424 (remove_files) COMPLETE
51492024-08-16T04:08:57.574Z[ recovery-image] Aug 16 04:08:56.538 INFO O| Aug 16 04:08:56.538 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-08-16T04:08:57.581Z[ recovery-image] Aug 16 04:08:56.547 INFO O| Aug 16 04:08:56.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51512024-08-16T04:08:57.581Z[ recovery-image] Aug 16 04:08:56.547 INFO O| Aug 16 04:08:56.547 INFO STEP 425 (remove_files) COMPLETE
51522024-08-16T04:08:57.581Z[ recovery-image] Aug 16 04:08:56.547 INFO O| Aug 16 04:08:56.547 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-08-16T04:08:57.590Z[ recovery-image] Aug 16 04:08:56.556 INFO O| Aug 16 04:08:56.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51542024-08-16T04:08:57.590Z[ recovery-image] Aug 16 04:08:56.556 INFO O| Aug 16 04:08:56.556 INFO STEP 426 (remove_files) COMPLETE
51552024-08-16T04:08:57.590Z[ recovery-image] Aug 16 04:08:56.556 INFO O| Aug 16 04:08:56.556 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-08-16T04:08:57.599Z[ recovery-image] Aug 16 04:08:56.566 INFO O| Aug 16 04:08:56.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51572024-08-16T04:08:57.599Z[ recovery-image] Aug 16 04:08:56.566 INFO O| Aug 16 04:08:56.566 INFO STEP 427 (remove_files) COMPLETE
51582024-08-16T04:08:57.602Z[ recovery-image] Aug 16 04:08:56.566 INFO O| Aug 16 04:08:56.566 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-08-16T04:08:57.608Z[ recovery-image] Aug 16 04:08:56.575 INFO O| Aug 16 04:08:56.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51602024-08-16T04:08:57.609Z[ recovery-image] Aug 16 04:08:56.575 INFO O| Aug 16 04:08:56.575 INFO STEP 428 (remove_files) COMPLETE
51612024-08-16T04:08:57.609Z[ recovery-image] Aug 16 04:08:56.575 INFO O| Aug 16 04:08:56.575 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-08-16T04:08:57.619Z[ recovery-image] Aug 16 04:08:56.585 INFO O| Aug 16 04:08:56.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51632024-08-16T04:08:57.621Z[ recovery-image] Aug 16 04:08:56.586 INFO O| Aug 16 04:08:56.586 INFO STEP 429 (remove_files) COMPLETE
51642024-08-16T04:08:57.622Z[ recovery-image] Aug 16 04:08:56.586 INFO O| Aug 16 04:08:56.586 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-08-16T04:08:57.629Z[ recovery-image] Aug 16 04:08:56.596 INFO O| Aug 16 04:08:56.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51662024-08-16T04:08:57.632Z[ recovery-image] Aug 16 04:08:56.596 INFO O| Aug 16 04:08:56.596 INFO STEP 430 (remove_files) COMPLETE
51672024-08-16T04:08:57.632Z[ recovery-image] Aug 16 04:08:56.596 INFO O| Aug 16 04:08:56.596 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-08-16T04:08:57.639Z[ recovery-image] Aug 16 04:08:56.605 INFO O| Aug 16 04:08:56.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51692024-08-16T04:08:57.639Z[ recovery-image] Aug 16 04:08:56.605 INFO O| Aug 16 04:08:56.605 INFO STEP 431 (remove_files) COMPLETE
51702024-08-16T04:08:57.639Z[ recovery-image] Aug 16 04:08:56.605 INFO O| Aug 16 04:08:56.605 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-08-16T04:08:57.648Z[ recovery-image] Aug 16 04:08:56.614 INFO O| Aug 16 04:08:56.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51722024-08-16T04:08:57.648Z[ recovery-image] Aug 16 04:08:56.615 INFO O| Aug 16 04:08:56.614 INFO STEP 432 (remove_files) COMPLETE
51732024-08-16T04:08:57.651Z[ recovery-image] Aug 16 04:08:56.615 INFO O| Aug 16 04:08:56.614 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-08-16T04:08:57.657Z[ recovery-image] Aug 16 04:08:56.624 INFO O| Aug 16 04:08:56.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51752024-08-16T04:08:57.660Z[ recovery-image] Aug 16 04:08:56.624 INFO O| Aug 16 04:08:56.624 INFO STEP 433 (remove_files) COMPLETE
51762024-08-16T04:08:57.660Z[ recovery-image] Aug 16 04:08:56.624 INFO O| Aug 16 04:08:56.624 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-08-16T04:08:57.667Z[ recovery-image] Aug 16 04:08:56.633 INFO O| Aug 16 04:08:56.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51782024-08-16T04:08:57.667Z[ recovery-image] Aug 16 04:08:56.633 INFO O| Aug 16 04:08:56.633 INFO STEP 434 (remove_files) COMPLETE
51792024-08-16T04:08:57.667Z[ recovery-image] Aug 16 04:08:56.633 INFO O| Aug 16 04:08:56.633 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-08-16T04:08:57.676Z[ recovery-image] Aug 16 04:08:56.643 INFO O| Aug 16 04:08:56.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51812024-08-16T04:08:57.676Z[ recovery-image] Aug 16 04:08:56.643 INFO O| Aug 16 04:08:56.643 INFO STEP 435 (remove_files) COMPLETE
51822024-08-16T04:08:57.679Z[ recovery-image] Aug 16 04:08:56.643 INFO O| Aug 16 04:08:56.643 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-08-16T04:08:57.685Z[ recovery-image] Aug 16 04:08:56.652 INFO O| Aug 16 04:08:56.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51842024-08-16T04:08:57.685Z[ recovery-image] Aug 16 04:08:56.652 INFO O| Aug 16 04:08:56.652 INFO STEP 436 (remove_files) COMPLETE
51852024-08-16T04:08:57.685Z[ recovery-image] Aug 16 04:08:56.652 INFO O| Aug 16 04:08:56.652 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-08-16T04:08:57.695Z[ recovery-image] Aug 16 04:08:56.661 INFO O| Aug 16 04:08:56.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
51872024-08-16T04:08:57.695Z[ recovery-image] Aug 16 04:08:56.661 INFO O| Aug 16 04:08:56.661 INFO STEP 437 (remove_files) COMPLETE
51882024-08-16T04:08:57.697Z[ recovery-image] Aug 16 04:08:56.661 INFO O| Aug 16 04:08:56.661 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-08-16T04:08:57.704Z[ recovery-image] Aug 16 04:08:56.670 INFO O| Aug 16 04:08:56.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
51902024-08-16T04:08:57.704Z[ recovery-image] Aug 16 04:08:56.670 INFO O| Aug 16 04:08:56.670 INFO STEP 438 (remove_files) COMPLETE
51912024-08-16T04:08:57.706Z[ recovery-image] Aug 16 04:08:56.671 INFO O| Aug 16 04:08:56.670 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-08-16T04:08:57.713Z[ recovery-image] Aug 16 04:08:56.680 INFO O| Aug 16 04:08:56.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
51932024-08-16T04:08:57.713Z[ recovery-image] Aug 16 04:08:56.680 INFO O| Aug 16 04:08:56.680 INFO STEP 439 (remove_files) COMPLETE
51942024-08-16T04:08:57.716Z[ recovery-image] Aug 16 04:08:56.680 INFO O| Aug 16 04:08:56.680 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-08-16T04:08:57.723Z[ recovery-image] Aug 16 04:08:56.689 INFO O| Aug 16 04:08:56.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
51962024-08-16T04:08:57.723Z[ recovery-image] Aug 16 04:08:56.689 INFO O| Aug 16 04:08:56.689 INFO STEP 440 (remove_files) COMPLETE
51972024-08-16T04:08:57.725Z[ recovery-image] Aug 16 04:08:56.689 INFO O| Aug 16 04:08:56.689 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-08-16T04:08:57.732Z[ recovery-image] Aug 16 04:08:56.699 INFO O| Aug 16 04:08:56.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
51992024-08-16T04:08:57.732Z[ recovery-image] Aug 16 04:08:56.699 INFO O| Aug 16 04:08:56.699 INFO STEP 441 (remove_files) COMPLETE
52002024-08-16T04:08:57.735Z[ recovery-image] Aug 16 04:08:56.699 INFO O| Aug 16 04:08:56.699 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-08-16T04:08:57.743Z[ recovery-image] Aug 16 04:08:56.710 INFO O| Aug 16 04:08:56.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52022024-08-16T04:08:57.743Z[ recovery-image] Aug 16 04:08:56.710 INFO O| Aug 16 04:08:56.710 INFO STEP 442 (remove_files) COMPLETE
52032024-08-16T04:08:57.743Z[ recovery-image] Aug 16 04:08:56.710 INFO O| Aug 16 04:08:56.710 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-08-16T04:08:57.753Z[ recovery-image] Aug 16 04:08:56.719 INFO O| Aug 16 04:08:56.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52052024-08-16T04:08:57.753Z[ recovery-image] Aug 16 04:08:56.719 INFO O| Aug 16 04:08:56.719 INFO STEP 443 (remove_files) COMPLETE
52062024-08-16T04:08:57.755Z[ recovery-image] Aug 16 04:08:56.719 INFO O| Aug 16 04:08:56.719 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-08-16T04:08:57.762Z[ recovery-image] Aug 16 04:08:56.728 INFO O| Aug 16 04:08:56.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52082024-08-16T04:08:57.762Z[ recovery-image] Aug 16 04:08:56.728 INFO O| Aug 16 04:08:56.728 INFO STEP 444 (remove_files) COMPLETE
52092024-08-16T04:08:57.765Z[ recovery-image] Aug 16 04:08:56.728 INFO O| Aug 16 04:08:56.728 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-08-16T04:08:57.771Z[ recovery-image] Aug 16 04:08:56.738 INFO O| Aug 16 04:08:56.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52112024-08-16T04:08:57.771Z[ recovery-image] Aug 16 04:08:56.738 INFO O| Aug 16 04:08:56.738 INFO STEP 445 (remove_files) COMPLETE
52122024-08-16T04:08:57.774Z[ recovery-image] Aug 16 04:08:56.738 INFO O| Aug 16 04:08:56.738 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-08-16T04:08:57.780Z[ recovery-image] Aug 16 04:08:56.747 INFO O| Aug 16 04:08:56.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52142024-08-16T04:08:57.783Z[ recovery-image] Aug 16 04:08:56.747 INFO O| Aug 16 04:08:56.747 INFO STEP 446 (remove_files) COMPLETE
52152024-08-16T04:08:57.783Z[ recovery-image] Aug 16 04:08:56.747 INFO O| Aug 16 04:08:56.747 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-08-16T04:08:57.790Z[ recovery-image] Aug 16 04:08:56.756 INFO O| Aug 16 04:08:56.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52172024-08-16T04:08:57.790Z[ recovery-image] Aug 16 04:08:56.756 INFO O| Aug 16 04:08:56.756 INFO STEP 447 (remove_files) COMPLETE
52182024-08-16T04:08:57.792Z[ recovery-image] Aug 16 04:08:56.756 INFO O| Aug 16 04:08:56.756 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-08-16T04:08:57.799Z[ recovery-image] Aug 16 04:08:56.765 INFO O| Aug 16 04:08:56.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52202024-08-16T04:08:57.799Z[ recovery-image] Aug 16 04:08:56.766 INFO O| Aug 16 04:08:56.766 INFO STEP 448 (remove_files) COMPLETE
52212024-08-16T04:08:57.802Z[ recovery-image] Aug 16 04:08:56.766 INFO O| Aug 16 04:08:56.766 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-08-16T04:08:57.808Z[ recovery-image] Aug 16 04:08:56.775 INFO O| Aug 16 04:08:56.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52232024-08-16T04:08:57.808Z[ recovery-image] Aug 16 04:08:56.775 INFO O| Aug 16 04:08:56.775 INFO STEP 449 (remove_files) COMPLETE
52242024-08-16T04:08:57.808Z[ recovery-image] Aug 16 04:08:56.775 INFO O| Aug 16 04:08:56.775 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-08-16T04:08:57.818Z[ recovery-image] Aug 16 04:08:56.784 INFO O| Aug 16 04:08:56.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52262024-08-16T04:08:57.818Z[ recovery-image] Aug 16 04:08:56.784 INFO O| Aug 16 04:08:56.784 INFO STEP 450 (remove_files) COMPLETE
52272024-08-16T04:08:57.820Z[ recovery-image] Aug 16 04:08:56.784 INFO O| Aug 16 04:08:56.784 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-08-16T04:08:57.827Z[ recovery-image] Aug 16 04:08:56.793 INFO O| Aug 16 04:08:56.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52292024-08-16T04:08:57.827Z[ recovery-image] Aug 16 04:08:56.794 INFO O| Aug 16 04:08:56.794 INFO STEP 451 (remove_files) COMPLETE
52302024-08-16T04:08:57.830Z[ recovery-image] Aug 16 04:08:56.794 INFO O| Aug 16 04:08:56.794 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-08-16T04:08:57.836Z[ recovery-image] Aug 16 04:08:56.803 INFO O| Aug 16 04:08:56.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52322024-08-16T04:08:57.839Z[ recovery-image] Aug 16 04:08:56.803 INFO O| Aug 16 04:08:56.803 INFO STEP 452 (remove_files) COMPLETE
52332024-08-16T04:08:57.839Z[ recovery-image] Aug 16 04:08:56.803 INFO O| Aug 16 04:08:56.803 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-08-16T04:08:57.846Z[ recovery-image] Aug 16 04:08:56.812 INFO O| Aug 16 04:08:56.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52352024-08-16T04:08:57.846Z[ recovery-image] Aug 16 04:08:56.812 INFO O| Aug 16 04:08:56.812 INFO STEP 453 (remove_files) COMPLETE
52362024-08-16T04:08:57.846Z[ recovery-image] Aug 16 04:08:56.812 INFO O| Aug 16 04:08:56.812 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-08-16T04:08:57.855Z[ recovery-image] Aug 16 04:08:56.822 INFO O| Aug 16 04:08:56.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52382024-08-16T04:08:57.855Z[ recovery-image] Aug 16 04:08:56.822 INFO O| Aug 16 04:08:56.822 INFO STEP 454 (remove_files) COMPLETE
52392024-08-16T04:08:57.858Z[ recovery-image] Aug 16 04:08:56.822 INFO O| Aug 16 04:08:56.822 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-08-16T04:08:57.865Z[ recovery-image] Aug 16 04:08:56.832 INFO O| Aug 16 04:08:56.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52412024-08-16T04:08:57.865Z[ recovery-image] Aug 16 04:08:56.832 INFO O| Aug 16 04:08:56.832 INFO STEP 455 (remove_files) COMPLETE
52422024-08-16T04:08:57.865Z[ recovery-image] Aug 16 04:08:56.832 INFO O| Aug 16 04:08:56.832 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-08-16T04:08:57.874Z[ recovery-image] Aug 16 04:08:56.841 INFO O| Aug 16 04:08:56.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52442024-08-16T04:08:57.875Z[ recovery-image] Aug 16 04:08:56.841 INFO O| Aug 16 04:08:56.841 INFO STEP 456 (remove_files) COMPLETE
52452024-08-16T04:08:57.877Z[ recovery-image] Aug 16 04:08:56.841 INFO O| Aug 16 04:08:56.841 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-08-16T04:08:57.884Z[ recovery-image] Aug 16 04:08:56.850 INFO O| Aug 16 04:08:56.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52472024-08-16T04:08:57.884Z[ recovery-image] Aug 16 04:08:56.851 INFO O| Aug 16 04:08:56.850 INFO STEP 457 (remove_files) COMPLETE
52482024-08-16T04:08:57.887Z[ recovery-image] Aug 16 04:08:56.851 INFO O| Aug 16 04:08:56.851 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-08-16T04:08:57.893Z[ recovery-image] Aug 16 04:08:56.860 INFO O| Aug 16 04:08:56.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52502024-08-16T04:08:57.894Z[ recovery-image] Aug 16 04:08:56.860 INFO O| Aug 16 04:08:56.860 INFO STEP 458 (remove_files) COMPLETE
52512024-08-16T04:08:57.896Z[ recovery-image] Aug 16 04:08:56.860 INFO O| Aug 16 04:08:56.860 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-08-16T04:08:57.903Z[ recovery-image] Aug 16 04:08:56.869 INFO O| Aug 16 04:08:56.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52532024-08-16T04:08:57.903Z[ recovery-image] Aug 16 04:08:56.869 INFO O| Aug 16 04:08:56.869 INFO STEP 459 (remove_files) COMPLETE
52542024-08-16T04:08:57.906Z[ recovery-image] Aug 16 04:08:56.870 INFO O| Aug 16 04:08:56.869 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-08-16T04:08:57.912Z[ recovery-image] Aug 16 04:08:56.879 INFO O| Aug 16 04:08:56.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52562024-08-16T04:08:57.915Z[ recovery-image] Aug 16 04:08:56.879 INFO O| Aug 16 04:08:56.879 INFO STEP 460 (remove_files) COMPLETE
52572024-08-16T04:08:57.915Z[ recovery-image] Aug 16 04:08:56.879 INFO O| Aug 16 04:08:56.879 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-08-16T04:08:57.923Z[ recovery-image] Aug 16 04:08:56.888 INFO O| Aug 16 04:08:56.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52592024-08-16T04:08:57.923Z[ recovery-image] Aug 16 04:08:56.888 INFO O| Aug 16 04:08:56.888 INFO STEP 461 (remove_files) COMPLETE
52602024-08-16T04:08:57.926Z[ recovery-image] Aug 16 04:08:56.888 INFO O| Aug 16 04:08:56.888 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-08-16T04:08:57.931Z[ recovery-image] Aug 16 04:08:56.898 INFO O| Aug 16 04:08:56.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52622024-08-16T04:08:57.931Z[ recovery-image] Aug 16 04:08:56.898 INFO O| Aug 16 04:08:56.898 INFO STEP 462 (remove_files) COMPLETE
52632024-08-16T04:08:57.934Z[ recovery-image] Aug 16 04:08:56.898 INFO O| Aug 16 04:08:56.898 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-08-16T04:08:57.941Z[ recovery-image] Aug 16 04:08:56.907 INFO O| Aug 16 04:08:56.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52652024-08-16T04:08:57.941Z[ recovery-image] Aug 16 04:08:56.908 INFO O| Aug 16 04:08:56.907 INFO STEP 463 (remove_files) COMPLETE
52662024-08-16T04:08:57.944Z[ recovery-image] Aug 16 04:08:56.908 INFO O| Aug 16 04:08:56.907 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-08-16T04:08:57.950Z[ recovery-image] Aug 16 04:08:56.917 INFO O| Aug 16 04:08:56.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52682024-08-16T04:08:57.950Z[ recovery-image] Aug 16 04:08:56.917 INFO O| Aug 16 04:08:56.917 INFO STEP 464 (remove_files) COMPLETE
52692024-08-16T04:08:57.953Z[ recovery-image] Aug 16 04:08:56.917 INFO O| Aug 16 04:08:56.917 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-08-16T04:08:57.960Z[ recovery-image] Aug 16 04:08:56.926 INFO O| Aug 16 04:08:56.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52712024-08-16T04:08:57.962Z[ recovery-image] Aug 16 04:08:56.926 INFO O| Aug 16 04:08:56.926 INFO STEP 465 (remove_files) COMPLETE
52722024-08-16T04:08:57.962Z[ recovery-image] Aug 16 04:08:56.926 INFO O| Aug 16 04:08:56.926 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-08-16T04:08:57.971Z[ recovery-image] Aug 16 04:08:56.937 INFO O| Aug 16 04:08:56.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52742024-08-16T04:08:57.971Z[ recovery-image] Aug 16 04:08:56.937 INFO O| Aug 16 04:08:56.937 INFO STEP 466 (remove_files) COMPLETE
52752024-08-16T04:08:57.973Z[ recovery-image] Aug 16 04:08:56.937 INFO O| Aug 16 04:08:56.937 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-08-16T04:08:57.980Z[ recovery-image] Aug 16 04:08:56.947 INFO O| Aug 16 04:08:56.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52772024-08-16T04:08:57.980Z[ recovery-image] Aug 16 04:08:56.947 INFO O| Aug 16 04:08:56.947 INFO STEP 467 (remove_files) COMPLETE
52782024-08-16T04:08:57.980Z[ recovery-image] Aug 16 04:08:56.947 INFO O| Aug 16 04:08:56.947 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-08-16T04:08:57.990Z[ recovery-image] Aug 16 04:08:56.956 INFO O| Aug 16 04:08:56.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52802024-08-16T04:08:57.990Z[ recovery-image] Aug 16 04:08:56.956 INFO O| Aug 16 04:08:56.956 INFO STEP 468 (remove_files) COMPLETE
52812024-08-16T04:08:57.990Z[ recovery-image] Aug 16 04:08:56.956 INFO O| Aug 16 04:08:56.956 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-08-16T04:08:57.999Z[ recovery-image] Aug 16 04:08:56.965 INFO O| Aug 16 04:08:56.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
52832024-08-16T04:08:57.999Z[ recovery-image] Aug 16 04:08:56.965 INFO O| Aug 16 04:08:56.965 INFO STEP 469 (remove_files) COMPLETE
52842024-08-16T04:08:58.002Z[ recovery-image] Aug 16 04:08:56.965 INFO O| Aug 16 04:08:56.965 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-08-16T04:08:58.008Z[ recovery-image] Aug 16 04:08:56.975 INFO O| Aug 16 04:08:56.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
52862024-08-16T04:08:58.008Z[ recovery-image] Aug 16 04:08:56.975 INFO O| Aug 16 04:08:56.975 INFO STEP 470 (remove_files) COMPLETE
52872024-08-16T04:08:58.011Z[ recovery-image] Aug 16 04:08:56.975 INFO O| Aug 16 04:08:56.975 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-08-16T04:08:58.017Z[ recovery-image] Aug 16 04:08:56.984 INFO O| Aug 16 04:08:56.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
52892024-08-16T04:08:58.017Z[ recovery-image] Aug 16 04:08:56.984 INFO O| Aug 16 04:08:56.984 INFO STEP 471 (remove_files) COMPLETE
52902024-08-16T04:08:58.020Z[ recovery-image] Aug 16 04:08:56.984 INFO O| Aug 16 04:08:56.984 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-08-16T04:08:58.027Z[ recovery-image] Aug 16 04:08:56.993 INFO O| Aug 16 04:08:56.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
52922024-08-16T04:08:58.027Z[ recovery-image] Aug 16 04:08:56.993 INFO O| Aug 16 04:08:56.993 INFO STEP 472 (remove_files) COMPLETE
52932024-08-16T04:08:58.029Z[ recovery-image] Aug 16 04:08:56.993 INFO O| Aug 16 04:08:56.993 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-08-16T04:08:58.037Z[ recovery-image] Aug 16 04:08:57.003 INFO O| Aug 16 04:08:57.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
52952024-08-16T04:08:58.037Z[ recovery-image] Aug 16 04:08:57.003 INFO O| Aug 16 04:08:57.003 INFO STEP 473 (remove_files) COMPLETE
52962024-08-16T04:08:58.039Z[ recovery-image] Aug 16 04:08:57.003 INFO O| Aug 16 04:08:57.003 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-08-16T04:08:58.047Z[ recovery-image] Aug 16 04:08:57.013 INFO O| Aug 16 04:08:57.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
52982024-08-16T04:08:58.047Z[ recovery-image] Aug 16 04:08:57.013 INFO O| Aug 16 04:08:57.013 INFO STEP 474 (remove_files) COMPLETE
52992024-08-16T04:08:58.049Z[ recovery-image] Aug 16 04:08:57.013 INFO O| Aug 16 04:08:57.013 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-08-16T04:08:58.056Z[ recovery-image] Aug 16 04:08:57.023 INFO O| Aug 16 04:08:57.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53012024-08-16T04:08:58.056Z[ recovery-image] Aug 16 04:08:57.023 INFO O| Aug 16 04:08:57.023 INFO STEP 475 (remove_files) COMPLETE
53022024-08-16T04:08:58.059Z[ recovery-image] Aug 16 04:08:57.023 INFO O| Aug 16 04:08:57.023 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-08-16T04:08:58.065Z[ recovery-image] Aug 16 04:08:57.032 INFO O| Aug 16 04:08:57.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53042024-08-16T04:08:58.065Z[ recovery-image] Aug 16 04:08:57.032 INFO O| Aug 16 04:08:57.032 INFO STEP 476 (remove_files) COMPLETE
53052024-08-16T04:08:58.065Z[ recovery-image] Aug 16 04:08:57.032 INFO O| Aug 16 04:08:57.032 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-08-16T04:08:58.075Z[ recovery-image] Aug 16 04:08:57.041 INFO O| Aug 16 04:08:57.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
53072024-08-16T04:08:58.075Z[ recovery-image] Aug 16 04:08:57.041 INFO O| Aug 16 04:08:57.041 INFO STEP 477 (remove_files) COMPLETE
53082024-08-16T04:08:58.075Z[ recovery-image] Aug 16 04:08:57.041 INFO O| Aug 16 04:08:57.041 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-08-16T04:08:58.084Z[ recovery-image] Aug 16 04:08:57.050 INFO O| Aug 16 04:08:57.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53102024-08-16T04:08:58.084Z[ recovery-image] Aug 16 04:08:57.051 INFO O| Aug 16 04:08:57.050 INFO STEP 478 (remove_files) COMPLETE
53112024-08-16T04:08:58.087Z[ recovery-image] Aug 16 04:08:57.051 INFO O| Aug 16 04:08:57.050 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-08-16T04:08:58.094Z[ recovery-image] Aug 16 04:08:57.060 INFO O| Aug 16 04:08:57.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53132024-08-16T04:08:58.094Z[ recovery-image] Aug 16 04:08:57.060 INFO O| Aug 16 04:08:57.060 INFO STEP 479 (remove_files) COMPLETE
53142024-08-16T04:08:58.096Z[ recovery-image] Aug 16 04:08:57.060 INFO O| Aug 16 04:08:57.060 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-08-16T04:08:58.103Z[ recovery-image] Aug 16 04:08:57.070 INFO O| Aug 16 04:08:57.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53162024-08-16T04:08:58.103Z[ recovery-image] Aug 16 04:08:57.070 INFO O| Aug 16 04:08:57.070 INFO STEP 480 (remove_files) COMPLETE
53172024-08-16T04:08:58.103Z[ recovery-image] Aug 16 04:08:57.070 INFO O| Aug 16 04:08:57.070 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-08-16T04:08:58.113Z[ recovery-image] Aug 16 04:08:57.079 INFO O| Aug 16 04:08:57.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53192024-08-16T04:08:58.113Z[ recovery-image] Aug 16 04:08:57.079 INFO O| Aug 16 04:08:57.079 INFO STEP 481 (remove_files) COMPLETE
53202024-08-16T04:08:58.113Z[ recovery-image] Aug 16 04:08:57.079 INFO O| Aug 16 04:08:57.079 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-08-16T04:08:58.122Z[ recovery-image] Aug 16 04:08:57.088 INFO O| Aug 16 04:08:57.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53222024-08-16T04:08:58.122Z[ recovery-image] Aug 16 04:08:57.089 INFO O| Aug 16 04:08:57.089 INFO STEP 482 (remove_files) COMPLETE
53232024-08-16T04:08:58.125Z[ recovery-image] Aug 16 04:08:57.089 INFO O| Aug 16 04:08:57.089 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-08-16T04:08:58.131Z[ recovery-image] Aug 16 04:08:57.098 INFO O| Aug 16 04:08:57.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53252024-08-16T04:08:58.134Z[ recovery-image] Aug 16 04:08:57.098 INFO O| Aug 16 04:08:57.098 INFO STEP 483 (remove_files) COMPLETE
53262024-08-16T04:08:58.134Z[ recovery-image] Aug 16 04:08:57.098 INFO O| Aug 16 04:08:57.098 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-08-16T04:08:58.140Z[ recovery-image] Aug 16 04:08:57.107 INFO O| Aug 16 04:08:57.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53282024-08-16T04:08:58.141Z[ recovery-image] Aug 16 04:08:57.107 INFO O| Aug 16 04:08:57.107 INFO STEP 484 (remove_files) COMPLETE
53292024-08-16T04:08:58.143Z[ recovery-image] Aug 16 04:08:57.107 INFO O| Aug 16 04:08:57.107 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-08-16T04:08:58.152Z[ recovery-image] Aug 16 04:08:57.118 INFO O| Aug 16 04:08:57.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53312024-08-16T04:08:58.155Z[ recovery-image] Aug 16 04:08:57.119 INFO O| Aug 16 04:08:57.119 INFO STEP 485 (remove_files) COMPLETE
53322024-08-16T04:08:58.155Z[ recovery-image] Aug 16 04:08:57.119 INFO O| Aug 16 04:08:57.119 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-08-16T04:08:58.174Z[ recovery-image] Aug 16 04:08:57.140 INFO O| Aug 16 04:08:57.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53342024-08-16T04:08:58.177Z[ recovery-image] Aug 16 04:08:57.141 INFO O| Aug 16 04:08:57.141 INFO STEP 486 (remove_files) COMPLETE
53352024-08-16T04:08:58.177Z[ recovery-image] Aug 16 04:08:57.141 INFO O| Aug 16 04:08:57.141 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-08-16T04:08:58.187Z[ recovery-image] Aug 16 04:08:57.154 INFO O| Aug 16 04:08:57.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53372024-08-16T04:08:58.187Z[ recovery-image] Aug 16 04:08:57.154 INFO O| Aug 16 04:08:57.154 INFO STEP 487 (remove_files) COMPLETE
53382024-08-16T04:08:58.190Z[ recovery-image] Aug 16 04:08:57.154 INFO O| Aug 16 04:08:57.154 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-08-16T04:08:58.197Z[ recovery-image] Aug 16 04:08:57.164 INFO O| Aug 16 04:08:57.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53402024-08-16T04:08:58.201Z[ recovery-image] Aug 16 04:08:57.164 INFO O| Aug 16 04:08:57.164 INFO STEP 488 (remove_files) COMPLETE
53412024-08-16T04:08:58.201Z[ recovery-image] Aug 16 04:08:57.164 INFO O| Aug 16 04:08:57.164 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-08-16T04:08:58.209Z[ recovery-image] Aug 16 04:08:57.176 INFO O| Aug 16 04:08:57.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53432024-08-16T04:08:58.212Z[ recovery-image] Aug 16 04:08:57.176 INFO O| Aug 16 04:08:57.176 INFO STEP 489 (remove_files) COMPLETE
53442024-08-16T04:08:58.212Z[ recovery-image] Aug 16 04:08:57.176 INFO O| Aug 16 04:08:57.176 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-08-16T04:08:58.219Z[ recovery-image] Aug 16 04:08:57.186 INFO O| Aug 16 04:08:57.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53462024-08-16T04:08:58.219Z[ recovery-image] Aug 16 04:08:57.186 INFO O| Aug 16 04:08:57.186 INFO STEP 490 (remove_files) COMPLETE
53472024-08-16T04:08:58.219Z[ recovery-image] Aug 16 04:08:57.186 INFO O| Aug 16 04:08:57.186 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-08-16T04:08:58.229Z[ recovery-image] Aug 16 04:08:57.195 INFO O| Aug 16 04:08:57.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53492024-08-16T04:08:58.229Z[ recovery-image] Aug 16 04:08:57.195 INFO O| Aug 16 04:08:57.195 INFO STEP 491 (remove_files) COMPLETE
53502024-08-16T04:08:58.229Z[ recovery-image] Aug 16 04:08:57.195 INFO O| Aug 16 04:08:57.195 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-08-16T04:08:58.238Z[ recovery-image] Aug 16 04:08:57.205 INFO O| Aug 16 04:08:57.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53522024-08-16T04:08:58.242Z[ recovery-image] Aug 16 04:08:57.205 INFO O| Aug 16 04:08:57.205 INFO STEP 492 (remove_files) COMPLETE
53532024-08-16T04:08:58.242Z[ recovery-image] Aug 16 04:08:57.205 INFO O| Aug 16 04:08:57.205 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-08-16T04:08:58.247Z[ recovery-image] Aug 16 04:08:57.214 INFO O| Aug 16 04:08:57.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53552024-08-16T04:08:58.248Z[ recovery-image] Aug 16 04:08:57.214 INFO O| Aug 16 04:08:57.214 INFO STEP 493 (remove_files) COMPLETE
53562024-08-16T04:08:58.250Z[ recovery-image] Aug 16 04:08:57.214 INFO O| Aug 16 04:08:57.214 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-08-16T04:08:58.257Z[ recovery-image] Aug 16 04:08:57.223 INFO O| Aug 16 04:08:57.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53582024-08-16T04:08:58.257Z[ recovery-image] Aug 16 04:08:57.223 INFO O| Aug 16 04:08:57.223 INFO STEP 494 (remove_files) COMPLETE
53592024-08-16T04:08:58.257Z[ recovery-image] Aug 16 04:08:57.223 INFO O| Aug 16 04:08:57.223 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-08-16T04:08:58.266Z[ recovery-image] Aug 16 04:08:57.233 INFO O| Aug 16 04:08:57.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53612024-08-16T04:08:58.269Z[ recovery-image] Aug 16 04:08:57.233 INFO O| Aug 16 04:08:57.233 INFO STEP 495 (remove_files) COMPLETE
53622024-08-16T04:08:58.269Z[ recovery-image] Aug 16 04:08:57.233 INFO O| Aug 16 04:08:57.233 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-08-16T04:08:58.275Z[ recovery-image] Aug 16 04:08:57.242 INFO O| Aug 16 04:08:57.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53642024-08-16T04:08:58.275Z[ recovery-image] Aug 16 04:08:57.242 INFO O| Aug 16 04:08:57.242 INFO STEP 496 (remove_files) COMPLETE
53652024-08-16T04:08:58.278Z[ recovery-image] Aug 16 04:08:57.242 INFO O| Aug 16 04:08:57.242 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-08-16T04:08:58.285Z[ recovery-image] Aug 16 04:08:57.251 INFO O| Aug 16 04:08:57.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53672024-08-16T04:08:58.285Z[ recovery-image] Aug 16 04:08:57.251 INFO O| Aug 16 04:08:57.251 INFO STEP 497 (remove_files) COMPLETE
53682024-08-16T04:08:58.287Z[ recovery-image] Aug 16 04:08:57.251 INFO O| Aug 16 04:08:57.251 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-08-16T04:08:58.294Z[ recovery-image] Aug 16 04:08:57.260 INFO O| Aug 16 04:08:57.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53702024-08-16T04:08:58.296Z[ recovery-image] Aug 16 04:08:57.260 INFO O| Aug 16 04:08:57.260 INFO STEP 498 (remove_files) COMPLETE
53712024-08-16T04:08:58.296Z[ recovery-image] Aug 16 04:08:57.260 INFO O| Aug 16 04:08:57.260 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-08-16T04:08:58.306Z[ recovery-image] Aug 16 04:08:57.272 INFO O| Aug 16 04:08:57.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53732024-08-16T04:08:58.306Z[ recovery-image] Aug 16 04:08:57.272 INFO O| Aug 16 04:08:57.272 INFO STEP 499 (remove_files) COMPLETE
53742024-08-16T04:08:58.309Z[ recovery-image] Aug 16 04:08:57.272 INFO O| Aug 16 04:08:57.272 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-08-16T04:08:58.316Z[ recovery-image] Aug 16 04:08:57.282 INFO O| Aug 16 04:08:57.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53762024-08-16T04:08:58.319Z[ recovery-image] Aug 16 04:08:57.282 INFO O| Aug 16 04:08:57.282 INFO STEP 500 (remove_files) COMPLETE
53772024-08-16T04:08:58.319Z[ recovery-image] Aug 16 04:08:57.282 INFO O| Aug 16 04:08:57.282 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-08-16T04:08:58.328Z[ recovery-image] Aug 16 04:08:57.293 INFO O| Aug 16 04:08:57.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53792024-08-16T04:08:58.331Z[ recovery-image] Aug 16 04:08:57.293 INFO O| Aug 16 04:08:57.293 INFO STEP 501 (remove_files) COMPLETE
53802024-08-16T04:08:58.331Z[ recovery-image] Aug 16 04:08:57.293 INFO O| Aug 16 04:08:57.293 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-08-16T04:08:58.337Z[ recovery-image] Aug 16 04:08:57.302 INFO O| Aug 16 04:08:57.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
53822024-08-16T04:08:58.337Z[ recovery-image] Aug 16 04:08:57.302 INFO O| Aug 16 04:08:57.302 INFO STEP 502 (remove_files) COMPLETE
53832024-08-16T04:08:58.339Z[ recovery-image] Aug 16 04:08:57.302 INFO O| Aug 16 04:08:57.302 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-08-16T04:08:58.345Z[ recovery-image] Aug 16 04:08:57.311 INFO O| Aug 16 04:08:57.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
53852024-08-16T04:08:58.345Z[ recovery-image] Aug 16 04:08:57.311 INFO O| Aug 16 04:08:57.311 INFO STEP 503 (remove_files) COMPLETE
53862024-08-16T04:08:58.345Z[ recovery-image] Aug 16 04:08:57.311 INFO O| Aug 16 04:08:57.311 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-08-16T04:08:58.354Z[ recovery-image] Aug 16 04:08:57.320 INFO O| Aug 16 04:08:57.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
53882024-08-16T04:08:58.354Z[ recovery-image] Aug 16 04:08:57.320 INFO O| Aug 16 04:08:57.320 INFO STEP 504 (remove_files) COMPLETE
53892024-08-16T04:08:58.358Z[ recovery-image] Aug 16 04:08:57.320 INFO O| Aug 16 04:08:57.320 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-08-16T04:08:58.363Z[ recovery-image] Aug 16 04:08:57.330 INFO O| Aug 16 04:08:57.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
53912024-08-16T04:08:58.363Z[ recovery-image] Aug 16 04:08:57.330 INFO O| Aug 16 04:08:57.330 INFO STEP 505 (remove_files) COMPLETE
53922024-08-16T04:08:58.367Z[ recovery-image] Aug 16 04:08:57.330 INFO O| Aug 16 04:08:57.330 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-08-16T04:08:58.372Z[ recovery-image] Aug 16 04:08:57.339 INFO O| Aug 16 04:08:57.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
53942024-08-16T04:08:58.375Z[ recovery-image] Aug 16 04:08:57.339 INFO O| Aug 16 04:08:57.339 INFO STEP 506 (remove_files) COMPLETE
53952024-08-16T04:08:58.375Z[ recovery-image] Aug 16 04:08:57.339 INFO O| Aug 16 04:08:57.339 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-08-16T04:08:58.382Z[ recovery-image] Aug 16 04:08:57.348 INFO O| Aug 16 04:08:57.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
53972024-08-16T04:08:58.382Z[ recovery-image] Aug 16 04:08:57.348 INFO O| Aug 16 04:08:57.348 INFO STEP 507 (remove_files) COMPLETE
53982024-08-16T04:08:58.384Z[ recovery-image] Aug 16 04:08:57.348 INFO O| Aug 16 04:08:57.348 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-08-16T04:08:58.391Z[ recovery-image] Aug 16 04:08:57.358 INFO O| Aug 16 04:08:57.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54002024-08-16T04:08:58.394Z[ recovery-image] Aug 16 04:08:57.358 INFO O| Aug 16 04:08:57.358 INFO STEP 508 (remove_files) COMPLETE
54012024-08-16T04:08:58.394Z[ recovery-image] Aug 16 04:08:57.358 INFO O| Aug 16 04:08:57.358 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-08-16T04:08:58.400Z[ recovery-image] Aug 16 04:08:57.367 INFO O| Aug 16 04:08:57.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
54032024-08-16T04:08:58.400Z[ recovery-image] Aug 16 04:08:57.367 INFO O| Aug 16 04:08:57.367 INFO STEP 509 (remove_files) COMPLETE
54042024-08-16T04:08:58.403Z[ recovery-image] Aug 16 04:08:57.367 INFO O| Aug 16 04:08:57.367 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-08-16T04:08:58.410Z[ recovery-image] Aug 16 04:08:57.376 INFO O| Aug 16 04:08:57.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
54062024-08-16T04:08:58.410Z[ recovery-image] Aug 16 04:08:57.376 INFO O| Aug 16 04:08:57.376 INFO STEP 510 (remove_files) COMPLETE
54072024-08-16T04:08:58.412Z[ recovery-image] Aug 16 04:08:57.376 INFO O| Aug 16 04:08:57.376 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-08-16T04:08:58.419Z[ recovery-image] Aug 16 04:08:57.385 INFO O| Aug 16 04:08:57.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54092024-08-16T04:08:58.419Z[ recovery-image] Aug 16 04:08:57.385 INFO O| Aug 16 04:08:57.385 INFO STEP 511 (remove_files) COMPLETE
54102024-08-16T04:08:58.419Z[ recovery-image] Aug 16 04:08:57.385 INFO O| Aug 16 04:08:57.385 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-08-16T04:08:58.428Z[ recovery-image] Aug 16 04:08:57.394 INFO O| Aug 16 04:08:57.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54122024-08-16T04:08:58.430Z[ recovery-image] Aug 16 04:08:57.394 INFO O| Aug 16 04:08:57.394 INFO STEP 512 (remove_files) COMPLETE
54132024-08-16T04:08:58.430Z[ recovery-image] Aug 16 04:08:57.395 INFO O| Aug 16 04:08:57.394 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-08-16T04:08:58.437Z[ recovery-image] Aug 16 04:08:57.404 INFO O| Aug 16 04:08:57.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
54152024-08-16T04:08:58.437Z[ recovery-image] Aug 16 04:08:57.404 INFO O| Aug 16 04:08:57.404 INFO STEP 513 (remove_files) COMPLETE
54162024-08-16T04:08:58.440Z[ recovery-image] Aug 16 04:08:57.404 INFO O| Aug 16 04:08:57.404 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-08-16T04:08:58.446Z[ recovery-image] Aug 16 04:08:57.413 INFO O| Aug 16 04:08:57.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54182024-08-16T04:08:58.446Z[ recovery-image] Aug 16 04:08:57.413 INFO O| Aug 16 04:08:57.413 INFO STEP 514 (remove_files) COMPLETE
54192024-08-16T04:08:58.450Z[ recovery-image] Aug 16 04:08:57.413 INFO O| Aug 16 04:08:57.413 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-08-16T04:08:58.455Z[ recovery-image] Aug 16 04:08:57.422 INFO O| Aug 16 04:08:57.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54212024-08-16T04:08:58.456Z[ recovery-image] Aug 16 04:08:57.422 INFO O| Aug 16 04:08:57.422 INFO STEP 515 (remove_files) COMPLETE
54222024-08-16T04:08:58.456Z[ recovery-image] Aug 16 04:08:57.422 INFO O| Aug 16 04:08:57.422 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-08-16T04:08:58.465Z[ recovery-image] Aug 16 04:08:57.431 INFO O| Aug 16 04:08:57.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54242024-08-16T04:08:58.465Z[ recovery-image] Aug 16 04:08:57.431 INFO O| Aug 16 04:08:57.431 INFO STEP 516 (remove_files) COMPLETE
54252024-08-16T04:08:58.467Z[ recovery-image] Aug 16 04:08:57.431 INFO O| Aug 16 04:08:57.431 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-08-16T04:08:58.474Z[ recovery-image] Aug 16 04:08:57.441 INFO O| Aug 16 04:08:57.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54272024-08-16T04:08:58.477Z[ recovery-image] Aug 16 04:08:57.442 INFO O| Aug 16 04:08:57.442 INFO STEP 517 (remove_files) COMPLETE
54282024-08-16T04:08:58.477Z[ recovery-image] Aug 16 04:08:57.442 INFO O| Aug 16 04:08:57.442 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-08-16T04:08:58.484Z[ recovery-image] Aug 16 04:08:57.451 INFO O| Aug 16 04:08:57.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54302024-08-16T04:08:58.484Z[ recovery-image] Aug 16 04:08:57.451 INFO O| Aug 16 04:08:57.451 INFO STEP 518 (remove_files) COMPLETE
54312024-08-16T04:08:58.485Z[ recovery-image] Aug 16 04:08:57.451 INFO O| Aug 16 04:08:57.451 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-08-16T04:08:58.494Z[ recovery-image] Aug 16 04:08:57.460 INFO O| Aug 16 04:08:57.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54332024-08-16T04:08:58.496Z[ recovery-image] Aug 16 04:08:57.460 INFO O| Aug 16 04:08:57.460 INFO STEP 519 (remove_files) COMPLETE
54342024-08-16T04:08:58.496Z[ recovery-image] Aug 16 04:08:57.460 INFO O| Aug 16 04:08:57.460 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-08-16T04:08:58.503Z[ recovery-image] Aug 16 04:08:57.470 INFO O| Aug 16 04:08:57.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54362024-08-16T04:08:58.503Z[ recovery-image] Aug 16 04:08:57.470 INFO O| Aug 16 04:08:57.470 INFO STEP 520 (remove_files) COMPLETE
54372024-08-16T04:08:58.508Z[ recovery-image] Aug 16 04:08:57.470 INFO O| Aug 16 04:08:57.470 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-08-16T04:08:58.513Z[ recovery-image] Aug 16 04:08:57.480 INFO O| Aug 16 04:08:57.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54392024-08-16T04:08:58.513Z[ recovery-image] Aug 16 04:08:57.480 INFO O| Aug 16 04:08:57.480 INFO STEP 521 (remove_files) COMPLETE
54402024-08-16T04:08:58.513Z[ recovery-image] Aug 16 04:08:57.480 INFO O| Aug 16 04:08:57.480 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-08-16T04:08:58.522Z[ recovery-image] Aug 16 04:08:57.489 INFO O| Aug 16 04:08:57.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54422024-08-16T04:08:58.523Z[ recovery-image] Aug 16 04:08:57.489 INFO O| Aug 16 04:08:57.489 INFO STEP 522 (remove_files) COMPLETE
54432024-08-16T04:08:58.525Z[ recovery-image] Aug 16 04:08:57.489 INFO O| Aug 16 04:08:57.489 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-08-16T04:08:58.533Z[ recovery-image] Aug 16 04:08:57.499 INFO O| Aug 16 04:08:57.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54452024-08-16T04:08:58.533Z[ recovery-image] Aug 16 04:08:57.499 INFO O| Aug 16 04:08:57.499 INFO STEP 523 (remove_files) COMPLETE
54462024-08-16T04:08:58.537Z[ recovery-image] Aug 16 04:08:57.499 INFO O| Aug 16 04:08:57.499 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-08-16T04:08:58.541Z[ recovery-image] Aug 16 04:08:57.508 INFO O| Aug 16 04:08:57.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54482024-08-16T04:08:58.544Z[ recovery-image] Aug 16 04:08:57.508 INFO O| Aug 16 04:08:57.508 INFO STEP 524 (remove_files) COMPLETE
54492024-08-16T04:08:58.544Z[ recovery-image] Aug 16 04:08:57.508 INFO O| Aug 16 04:08:57.508 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-08-16T04:08:58.551Z[ recovery-image] Aug 16 04:08:57.517 INFO O| Aug 16 04:08:57.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54512024-08-16T04:08:58.551Z[ recovery-image] Aug 16 04:08:57.518 INFO O| Aug 16 04:08:57.517 INFO STEP 525 (remove_files) COMPLETE
54522024-08-16T04:08:58.551Z[ recovery-image] Aug 16 04:08:57.518 INFO O| Aug 16 04:08:57.518 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-08-16T04:08:58.560Z[ recovery-image] Aug 16 04:08:57.527 INFO O| Aug 16 04:08:57.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54542024-08-16T04:08:58.560Z[ recovery-image] Aug 16 04:08:57.527 INFO O| Aug 16 04:08:57.527 INFO STEP 526 (remove_files) COMPLETE
54552024-08-16T04:08:58.563Z[ recovery-image] Aug 16 04:08:57.527 INFO O| Aug 16 04:08:57.527 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-08-16T04:08:58.570Z[ recovery-image] Aug 16 04:08:57.536 INFO O| Aug 16 04:08:57.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54572024-08-16T04:08:58.572Z[ recovery-image] Aug 16 04:08:57.536 INFO O| Aug 16 04:08:57.536 INFO STEP 527 (remove_files) COMPLETE
54582024-08-16T04:08:58.572Z[ recovery-image] Aug 16 04:08:57.536 INFO O| Aug 16 04:08:57.536 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-08-16T04:08:58.579Z[ recovery-image] Aug 16 04:08:57.546 INFO O| Aug 16 04:08:57.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54602024-08-16T04:08:58.579Z[ recovery-image] Aug 16 04:08:57.546 INFO O| Aug 16 04:08:57.546 INFO STEP 528 (remove_files) COMPLETE
54612024-08-16T04:08:58.579Z[ recovery-image] Aug 16 04:08:57.546 INFO O| Aug 16 04:08:57.546 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-08-16T04:08:58.588Z[ recovery-image] Aug 16 04:08:57.555 INFO O| Aug 16 04:08:57.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54632024-08-16T04:08:58.591Z[ recovery-image] Aug 16 04:08:57.555 INFO O| Aug 16 04:08:57.555 INFO STEP 529 (remove_files) COMPLETE
54642024-08-16T04:08:58.591Z[ recovery-image] Aug 16 04:08:57.555 INFO O| Aug 16 04:08:57.555 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-08-16T04:08:58.598Z[ recovery-image] Aug 16 04:08:57.565 INFO O| Aug 16 04:08:57.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54662024-08-16T04:08:58.598Z[ recovery-image] Aug 16 04:08:57.565 INFO O| Aug 16 04:08:57.565 INFO STEP 530 (remove_files) COMPLETE
54672024-08-16T04:08:58.598Z[ recovery-image] Aug 16 04:08:57.565 INFO O| Aug 16 04:08:57.565 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-08-16T04:08:58.608Z[ recovery-image] Aug 16 04:08:57.574 INFO O| Aug 16 04:08:57.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54692024-08-16T04:08:58.610Z[ recovery-image] Aug 16 04:08:57.575 INFO O| Aug 16 04:08:57.574 INFO STEP 531 (remove_files) COMPLETE
54702024-08-16T04:08:58.610Z[ recovery-image] Aug 16 04:08:57.575 INFO O| Aug 16 04:08:57.574 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-08-16T04:08:58.617Z[ recovery-image] Aug 16 04:08:57.584 INFO O| Aug 16 04:08:57.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54722024-08-16T04:08:58.620Z[ recovery-image] Aug 16 04:08:57.584 INFO O| Aug 16 04:08:57.584 INFO STEP 532 (remove_files) COMPLETE
54732024-08-16T04:08:58.620Z[ recovery-image] Aug 16 04:08:57.584 INFO O| Aug 16 04:08:57.584 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-08-16T04:08:58.627Z[ recovery-image] Aug 16 04:08:57.593 INFO O| Aug 16 04:08:57.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54752024-08-16T04:08:58.627Z[ recovery-image] Aug 16 04:08:57.594 INFO O| Aug 16 04:08:57.593 INFO STEP 533 (remove_files) COMPLETE
54762024-08-16T04:08:58.630Z[ recovery-image] Aug 16 04:08:57.594 INFO O| Aug 16 04:08:57.594 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-08-16T04:08:58.636Z[ recovery-image] Aug 16 04:08:57.603 INFO O| Aug 16 04:08:57.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54782024-08-16T04:08:58.639Z[ recovery-image] Aug 16 04:08:57.603 INFO O| Aug 16 04:08:57.603 INFO STEP 534 (remove_files) COMPLETE
54792024-08-16T04:08:58.639Z[ recovery-image] Aug 16 04:08:57.603 INFO O| Aug 16 04:08:57.603 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-08-16T04:08:58.646Z[ recovery-image] Aug 16 04:08:57.612 INFO O| Aug 16 04:08:57.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54812024-08-16T04:08:58.648Z[ recovery-image] Aug 16 04:08:57.612 INFO O| Aug 16 04:08:57.612 INFO STEP 535 (remove_files) COMPLETE
54822024-08-16T04:08:58.648Z[ recovery-image] Aug 16 04:08:57.612 INFO O| Aug 16 04:08:57.612 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-08-16T04:08:58.655Z[ recovery-image] Aug 16 04:08:57.622 INFO O| Aug 16 04:08:57.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54842024-08-16T04:08:58.658Z[ recovery-image] Aug 16 04:08:57.622 INFO O| Aug 16 04:08:57.622 INFO STEP 536 (remove_files) COMPLETE
54852024-08-16T04:08:58.658Z[ recovery-image] Aug 16 04:08:57.622 INFO O| Aug 16 04:08:57.622 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-08-16T04:08:58.664Z[ recovery-image] Aug 16 04:08:57.631 INFO O| Aug 16 04:08:57.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
54872024-08-16T04:08:58.667Z[ recovery-image] Aug 16 04:08:57.631 INFO O| Aug 16 04:08:57.631 INFO STEP 537 (remove_files) COMPLETE
54882024-08-16T04:08:58.667Z[ recovery-image] Aug 16 04:08:57.631 INFO O| Aug 16 04:08:57.631 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-08-16T04:08:58.674Z[ recovery-image] Aug 16 04:08:57.641 INFO O| Aug 16 04:08:57.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
54902024-08-16T04:08:58.677Z[ recovery-image] Aug 16 04:08:57.641 INFO O| Aug 16 04:08:57.641 INFO STEP 538 (remove_files) COMPLETE
54912024-08-16T04:08:58.677Z[ recovery-image] Aug 16 04:08:57.641 INFO O| Aug 16 04:08:57.641 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-08-16T04:08:58.686Z[ recovery-image] Aug 16 04:08:57.652 INFO O| Aug 16 04:08:57.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
54932024-08-16T04:08:58.686Z[ recovery-image] Aug 16 04:08:57.652 INFO O| Aug 16 04:08:57.652 INFO STEP 539 (remove_files) COMPLETE
54942024-08-16T04:08:58.686Z[ recovery-image] Aug 16 04:08:57.653 INFO O| Aug 16 04:08:57.652 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-08-16T04:08:58.697Z[ recovery-image] Aug 16 04:08:57.663 INFO O| Aug 16 04:08:57.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
54962024-08-16T04:08:58.700Z[ recovery-image] Aug 16 04:08:57.663 INFO O| Aug 16 04:08:57.663 INFO STEP 540 (remove_files) COMPLETE
54972024-08-16T04:08:58.700Z[ recovery-image] Aug 16 04:08:57.663 INFO O| Aug 16 04:08:57.663 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-08-16T04:08:58.706Z[ recovery-image] Aug 16 04:08:57.673 INFO O| Aug 16 04:08:57.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
54992024-08-16T04:08:58.706Z[ recovery-image] Aug 16 04:08:57.673 INFO O| Aug 16 04:08:57.673 INFO STEP 541 (remove_files) COMPLETE
55002024-08-16T04:08:58.706Z[ recovery-image] Aug 16 04:08:57.673 INFO O| Aug 16 04:08:57.673 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-08-16T04:08:58.716Z[ recovery-image] Aug 16 04:08:57.682 INFO O| Aug 16 04:08:57.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55022024-08-16T04:08:58.718Z[ recovery-image] Aug 16 04:08:57.682 INFO O| Aug 16 04:08:57.682 INFO STEP 542 (remove_files) COMPLETE
55032024-08-16T04:08:58.719Z[ recovery-image] Aug 16 04:08:57.682 INFO O| Aug 16 04:08:57.682 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-08-16T04:08:58.725Z[ recovery-image] Aug 16 04:08:57.692 INFO O| Aug 16 04:08:57.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
55052024-08-16T04:08:58.725Z[ recovery-image] Aug 16 04:08:57.692 INFO O| Aug 16 04:08:57.692 INFO STEP 543 (remove_files) COMPLETE
55062024-08-16T04:08:58.728Z[ recovery-image] Aug 16 04:08:57.692 INFO O| Aug 16 04:08:57.692 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-08-16T04:08:58.735Z[ recovery-image] Aug 16 04:08:57.701 INFO O| Aug 16 04:08:57.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
55082024-08-16T04:08:58.735Z[ recovery-image] Aug 16 04:08:57.701 INFO O| Aug 16 04:08:57.701 INFO STEP 544 (remove_files) COMPLETE
55092024-08-16T04:08:58.738Z[ recovery-image] Aug 16 04:08:57.701 INFO O| Aug 16 04:08:57.701 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-08-16T04:08:58.744Z[ recovery-image] Aug 16 04:08:57.711 INFO O| Aug 16 04:08:57.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55112024-08-16T04:08:58.747Z[ recovery-image] Aug 16 04:08:57.711 INFO O| Aug 16 04:08:57.711 INFO STEP 545 (remove_files) COMPLETE
55122024-08-16T04:08:58.747Z[ recovery-image] Aug 16 04:08:57.711 INFO O| Aug 16 04:08:57.711 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-08-16T04:08:58.758Z[ recovery-image] Aug 16 04:08:57.724 INFO O| Aug 16 04:08:57.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55142024-08-16T04:08:58.760Z[ recovery-image] Aug 16 04:08:57.725 INFO O| Aug 16 04:08:57.724 INFO STEP 546 (remove_files) COMPLETE
55152024-08-16T04:08:58.760Z[ recovery-image] Aug 16 04:08:57.725 INFO O| Aug 16 04:08:57.725 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-08-16T04:08:58.769Z[ host-image] Aug 16 04:08:57.736 INFO O| Aug 16 04:08:57.736 INFO O| Done
55172024-08-16T04:08:58.773Z[ recovery-image] Aug 16 04:08:57.739 INFO O| Aug 16 04:08:57.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55182024-08-16T04:08:58.775Z[ recovery-image] Aug 16 04:08:57.739 INFO O| Aug 16 04:08:57.739 INFO STEP 547 (remove_files) COMPLETE
55192024-08-16T04:08:58.775Z[ recovery-image] Aug 16 04:08:57.739 INFO O| Aug 16 04:08:57.739 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-08-16T04:08:58.784Z[ recovery-image] Aug 16 04:08:57.750 INFO O| Aug 16 04:08:57.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55212024-08-16T04:08:58.784Z[ recovery-image] Aug 16 04:08:57.751 INFO O| Aug 16 04:08:57.750 INFO STEP 548 (remove_files) COMPLETE
55222024-08-16T04:08:58.784Z[ recovery-image] Aug 16 04:08:57.751 INFO O| Aug 16 04:08:57.751 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-08-16T04:08:58.793Z[ recovery-image] Aug 16 04:08:57.760 INFO O| Aug 16 04:08:57.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55242024-08-16T04:08:58.796Z[ recovery-image] Aug 16 04:08:57.760 INFO O| Aug 16 04:08:57.760 INFO STEP 549 (remove_files) COMPLETE
55252024-08-16T04:08:58.796Z[ recovery-image] Aug 16 04:08:57.760 INFO O| Aug 16 04:08:57.760 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-08-16T04:08:58.803Z[ recovery-image] Aug 16 04:08:57.769 INFO O| Aug 16 04:08:57.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55272024-08-16T04:08:58.805Z[ recovery-image] Aug 16 04:08:57.769 INFO O| Aug 16 04:08:57.769 INFO STEP 550 (remove_files) COMPLETE
55282024-08-16T04:08:58.805Z[ recovery-image] Aug 16 04:08:57.769 INFO O| Aug 16 04:08:57.769 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-08-16T04:08:58.812Z[ recovery-image] Aug 16 04:08:57.779 INFO O| Aug 16 04:08:57.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55302024-08-16T04:08:58.812Z[ recovery-image] Aug 16 04:08:57.779 INFO O| Aug 16 04:08:57.779 INFO STEP 551 (remove_files) COMPLETE
55312024-08-16T04:08:58.815Z[ recovery-image] Aug 16 04:08:57.779 INFO O| Aug 16 04:08:57.779 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-08-16T04:08:58.822Z[ recovery-image] Aug 16 04:08:57.788 INFO O| Aug 16 04:08:57.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55332024-08-16T04:08:58.822Z[ recovery-image] Aug 16 04:08:57.788 INFO O| Aug 16 04:08:57.788 INFO STEP 552 (remove_files) COMPLETE
55342024-08-16T04:08:58.825Z[ recovery-image] Aug 16 04:08:57.788 INFO O| Aug 16 04:08:57.788 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-08-16T04:08:58.832Z[ recovery-image] Aug 16 04:08:57.798 INFO O| Aug 16 04:08:57.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55362024-08-16T04:08:58.832Z[ recovery-image] Aug 16 04:08:57.798 INFO O| Aug 16 04:08:57.798 INFO STEP 553 (remove_files) COMPLETE
55372024-08-16T04:08:58.834Z[ recovery-image] Aug 16 04:08:57.798 INFO O| Aug 16 04:08:57.798 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-08-16T04:08:58.841Z[ recovery-image] Aug 16 04:08:57.808 INFO O| Aug 16 04:08:57.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55392024-08-16T04:08:58.844Z[ recovery-image] Aug 16 04:08:57.808 INFO O| Aug 16 04:08:57.808 INFO STEP 554 (remove_files) COMPLETE
55402024-08-16T04:08:58.844Z[ recovery-image] Aug 16 04:08:57.808 INFO O| Aug 16 04:08:57.808 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-08-16T04:08:58.850Z[ recovery-image] Aug 16 04:08:57.817 INFO O| Aug 16 04:08:57.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55422024-08-16T04:08:58.853Z[ recovery-image] Aug 16 04:08:57.817 INFO O| Aug 16 04:08:57.817 INFO STEP 555 (remove_files) COMPLETE
55432024-08-16T04:08:58.853Z[ recovery-image] Aug 16 04:08:57.817 INFO O| Aug 16 04:08:57.817 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-08-16T04:08:58.860Z[ recovery-image] Aug 16 04:08:57.827 INFO O| Aug 16 04:08:57.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55452024-08-16T04:08:58.862Z[ recovery-image] Aug 16 04:08:57.827 INFO O| Aug 16 04:08:57.827 INFO STEP 556 (remove_files) COMPLETE
55462024-08-16T04:08:58.863Z[ recovery-image] Aug 16 04:08:57.827 INFO O| Aug 16 04:08:57.827 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-08-16T04:08:58.869Z[ recovery-image] Aug 16 04:08:57.836 INFO O| Aug 16 04:08:57.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55482024-08-16T04:08:58.869Z[ recovery-image] Aug 16 04:08:57.836 INFO O| Aug 16 04:08:57.836 INFO STEP 557 (remove_files) COMPLETE
55492024-08-16T04:08:58.872Z[ recovery-image] Aug 16 04:08:57.836 INFO O| Aug 16 04:08:57.836 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-08-16T04:08:58.879Z[ recovery-image] Aug 16 04:08:57.845 INFO O| Aug 16 04:08:57.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55512024-08-16T04:08:58.881Z[ recovery-image] Aug 16 04:08:57.846 INFO O| Aug 16 04:08:57.846 INFO STEP 558 (remove_files) COMPLETE
55522024-08-16T04:08:58.881Z[ recovery-image] Aug 16 04:08:57.846 INFO O| Aug 16 04:08:57.846 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-08-16T04:08:58.890Z[ recovery-image] Aug 16 04:08:57.855 INFO O| Aug 16 04:08:57.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55542024-08-16T04:08:58.890Z[ recovery-image] Aug 16 04:08:57.855 INFO O| Aug 16 04:08:57.855 INFO STEP 559 (remove_files) COMPLETE
55552024-08-16T04:08:58.892Z[ recovery-image] Aug 16 04:08:57.855 INFO O| Aug 16 04:08:57.855 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-08-16T04:08:58.898Z[ recovery-image] Aug 16 04:08:57.865 INFO O| Aug 16 04:08:57.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55572024-08-16T04:08:58.898Z[ recovery-image] Aug 16 04:08:57.865 INFO O| Aug 16 04:08:57.865 INFO STEP 560 (remove_files) COMPLETE
55582024-08-16T04:08:58.901Z[ recovery-image] Aug 16 04:08:57.865 INFO O| Aug 16 04:08:57.865 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-08-16T04:08:58.908Z[ recovery-image] Aug 16 04:08:57.874 INFO O| Aug 16 04:08:57.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55602024-08-16T04:08:58.908Z[ recovery-image] Aug 16 04:08:57.874 INFO O| Aug 16 04:08:57.874 INFO STEP 561 (remove_files) COMPLETE
55612024-08-16T04:08:58.908Z[ recovery-image] Aug 16 04:08:57.874 INFO O| Aug 16 04:08:57.874 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-08-16T04:08:58.917Z[ recovery-image] Aug 16 04:08:57.883 INFO O| Aug 16 04:08:57.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55632024-08-16T04:08:58.917Z[ recovery-image] Aug 16 04:08:57.883 INFO O| Aug 16 04:08:57.883 INFO STEP 562 (remove_files) COMPLETE
55642024-08-16T04:08:58.921Z[ recovery-image] Aug 16 04:08:57.884 INFO O| Aug 16 04:08:57.883 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-08-16T04:08:58.926Z[ recovery-image] Aug 16 04:08:57.893 INFO O| Aug 16 04:08:57.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55662024-08-16T04:08:58.929Z[ recovery-image] Aug 16 04:08:57.893 INFO O| Aug 16 04:08:57.893 INFO STEP 563 (remove_files) COMPLETE
55672024-08-16T04:08:58.929Z[ recovery-image] Aug 16 04:08:57.893 INFO O| Aug 16 04:08:57.893 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-08-16T04:08:58.935Z[ recovery-image] Aug 16 04:08:57.902 INFO O| Aug 16 04:08:57.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55692024-08-16T04:08:58.936Z[ recovery-image] Aug 16 04:08:57.902 INFO O| Aug 16 04:08:57.902 INFO STEP 564 (remove_files) COMPLETE
55702024-08-16T04:08:58.936Z[ recovery-image] Aug 16 04:08:57.902 INFO O| Aug 16 04:08:57.902 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-08-16T04:08:58.945Z[ recovery-image] Aug 16 04:08:57.911 INFO O| Aug 16 04:08:57.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55722024-08-16T04:08:58.945Z[ recovery-image] Aug 16 04:08:57.911 INFO O| Aug 16 04:08:57.911 INFO STEP 565 (remove_files) COMPLETE
55732024-08-16T04:08:58.945Z[ recovery-image] Aug 16 04:08:57.911 INFO O| Aug 16 04:08:57.911 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-08-16T04:08:58.954Z[ recovery-image] Aug 16 04:08:57.921 INFO O| Aug 16 04:08:57.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55752024-08-16T04:08:58.957Z[ recovery-image] Aug 16 04:08:57.921 INFO O| Aug 16 04:08:57.921 INFO STEP 566 (remove_files) COMPLETE
55762024-08-16T04:08:58.957Z[ recovery-image] Aug 16 04:08:57.921 INFO O| Aug 16 04:08:57.921 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-08-16T04:08:58.963Z[ recovery-image] Aug 16 04:08:57.930 INFO O| Aug 16 04:08:57.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55782024-08-16T04:08:58.963Z[ recovery-image] Aug 16 04:08:57.930 INFO O| Aug 16 04:08:57.930 INFO STEP 567 (remove_files) COMPLETE
55792024-08-16T04:08:58.966Z[ recovery-image] Aug 16 04:08:57.930 INFO O| Aug 16 04:08:57.930 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-08-16T04:08:58.973Z[ recovery-image] Aug 16 04:08:57.940 INFO O| Aug 16 04:08:57.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55812024-08-16T04:08:58.973Z[ recovery-image] Aug 16 04:08:57.940 INFO O| Aug 16 04:08:57.940 INFO STEP 568 (remove_files) COMPLETE
55822024-08-16T04:08:58.973Z[ recovery-image] Aug 16 04:08:57.940 INFO O| Aug 16 04:08:57.940 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-08-16T04:08:58.983Z[ recovery-image] Aug 16 04:08:57.949 INFO O| Aug 16 04:08:57.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55842024-08-16T04:08:58.988Z[ recovery-image] Aug 16 04:08:57.949 INFO O| Aug 16 04:08:57.949 INFO STEP 569 (remove_files) COMPLETE
55852024-08-16T04:08:58.988Z[ recovery-image] Aug 16 04:08:57.949 INFO O| Aug 16 04:08:57.949 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-08-16T04:08:58.992Z[ recovery-image] Aug 16 04:08:57.959 INFO O| Aug 16 04:08:57.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
55872024-08-16T04:08:58.992Z[ recovery-image] Aug 16 04:08:57.959 INFO O| Aug 16 04:08:57.959 INFO STEP 570 (remove_files) COMPLETE
55882024-08-16T04:08:58.995Z[ recovery-image] Aug 16 04:08:57.959 INFO O| Aug 16 04:08:57.959 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-08-16T04:08:59.002Z[ recovery-image] Aug 16 04:08:57.968 INFO O| Aug 16 04:08:57.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
55902024-08-16T04:08:59.005Z[ recovery-image] Aug 16 04:08:57.968 INFO O| Aug 16 04:08:57.968 INFO STEP 571 (remove_files) COMPLETE
55912024-08-16T04:08:59.005Z[ recovery-image] Aug 16 04:08:57.968 INFO O| Aug 16 04:08:57.968 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-08-16T04:08:59.011Z[ recovery-image] Aug 16 04:08:57.978 INFO O| Aug 16 04:08:57.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
55932024-08-16T04:08:59.016Z[ recovery-image] Aug 16 04:08:57.978 INFO O| Aug 16 04:08:57.978 INFO STEP 572 (remove_files) COMPLETE
55942024-08-16T04:08:59.017Z[ recovery-image] Aug 16 04:08:57.978 INFO O| Aug 16 04:08:57.978 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-08-16T04:08:59.021Z[ recovery-image] Aug 16 04:08:57.987 INFO O| Aug 16 04:08:57.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
55962024-08-16T04:08:59.021Z[ recovery-image] Aug 16 04:08:57.987 INFO O| Aug 16 04:08:57.987 INFO STEP 573 (remove_files) COMPLETE
55972024-08-16T04:08:59.025Z[ recovery-image] Aug 16 04:08:57.987 INFO O| Aug 16 04:08:57.987 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-08-16T04:08:59.030Z[ recovery-image] Aug 16 04:08:57.997 INFO O| Aug 16 04:08:57.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
55992024-08-16T04:08:59.030Z[ recovery-image] Aug 16 04:08:57.997 INFO O| Aug 16 04:08:57.997 INFO STEP 574 (remove_files) COMPLETE
56002024-08-16T04:08:59.033Z[ recovery-image] Aug 16 04:08:57.997 INFO O| Aug 16 04:08:57.997 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-08-16T04:08:59.040Z[ recovery-image] Aug 16 04:08:58.006 INFO O| Aug 16 04:08:58.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56022024-08-16T04:08:59.040Z[ recovery-image] Aug 16 04:08:58.007 INFO O| Aug 16 04:08:58.007 INFO STEP 575 (remove_files) COMPLETE
56032024-08-16T04:08:59.043Z[ recovery-image] Aug 16 04:08:58.007 INFO O| Aug 16 04:08:58.007 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-08-16T04:08:59.050Z[ recovery-image] Aug 16 04:08:58.016 INFO O| Aug 16 04:08:58.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
56052024-08-16T04:08:59.053Z[ recovery-image] Aug 16 04:08:58.016 INFO O| Aug 16 04:08:58.016 INFO STEP 576 (remove_files) COMPLETE
56062024-08-16T04:08:59.053Z[ recovery-image] Aug 16 04:08:58.016 INFO O| Aug 16 04:08:58.016 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-08-16T04:08:59.059Z[ recovery-image] Aug 16 04:08:58.026 INFO O| Aug 16 04:08:58.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
56082024-08-16T04:08:59.062Z[ recovery-image] Aug 16 04:08:58.026 INFO O| Aug 16 04:08:58.026 INFO STEP 577 (remove_files) COMPLETE
56092024-08-16T04:08:59.062Z[ recovery-image] Aug 16 04:08:58.026 INFO O| Aug 16 04:08:58.026 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-08-16T04:08:59.070Z[ recovery-image] Aug 16 04:08:58.035 INFO O| Aug 16 04:08:58.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56112024-08-16T04:08:59.070Z[ recovery-image] Aug 16 04:08:58.035 INFO O| Aug 16 04:08:58.035 INFO STEP 578 (remove_files) COMPLETE
56122024-08-16T04:08:59.073Z[ recovery-image] Aug 16 04:08:58.035 INFO O| Aug 16 04:08:58.035 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-08-16T04:08:59.087Z[ recovery-image] Aug 16 04:08:58.045 INFO O| Aug 16 04:08:58.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56142024-08-16T04:08:59.087Z[ recovery-image] Aug 16 04:08:58.045 INFO O| Aug 16 04:08:58.045 INFO STEP 579 (remove_files) COMPLETE
56152024-08-16T04:08:59.087Z[ recovery-image] Aug 16 04:08:58.045 INFO O| Aug 16 04:08:58.045 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-08-16T04:08:59.090Z[ recovery-image] Aug 16 04:08:58.054 INFO O| Aug 16 04:08:58.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56172024-08-16T04:08:59.090Z[ recovery-image] Aug 16 04:08:58.055 INFO O| Aug 16 04:08:58.055 INFO STEP 580 (remove_files) COMPLETE
56182024-08-16T04:08:59.090Z[ recovery-image] Aug 16 04:08:58.055 INFO O| Aug 16 04:08:58.055 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-08-16T04:08:59.100Z[ recovery-image] Aug 16 04:08:58.064 INFO O| Aug 16 04:08:58.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56202024-08-16T04:08:59.105Z[ recovery-image] Aug 16 04:08:58.064 INFO O| Aug 16 04:08:58.064 INFO STEP 581 (remove_files) COMPLETE
56212024-08-16T04:08:59.105Z[ recovery-image] Aug 16 04:08:58.064 INFO O| Aug 16 04:08:58.064 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-08-16T04:08:59.108Z[ recovery-image] Aug 16 04:08:58.074 INFO O| Aug 16 04:08:58.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56232024-08-16T04:08:59.108Z[ recovery-image] Aug 16 04:08:58.074 INFO O| Aug 16 04:08:58.074 INFO STEP 582 (remove_files) COMPLETE
56242024-08-16T04:08:59.108Z[ recovery-image] Aug 16 04:08:58.074 INFO O| Aug 16 04:08:58.074 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-08-16T04:08:59.117Z[ recovery-image] Aug 16 04:08:58.083 INFO O| Aug 16 04:08:58.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56262024-08-16T04:08:59.117Z[ recovery-image] Aug 16 04:08:58.083 INFO O| Aug 16 04:08:58.083 INFO STEP 583 (remove_files) COMPLETE
56272024-08-16T04:08:59.117Z[ recovery-image] Aug 16 04:08:58.083 INFO O| Aug 16 04:08:58.083 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-08-16T04:08:59.126Z[ recovery-image] Aug 16 04:08:58.093 INFO O| Aug 16 04:08:58.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56292024-08-16T04:08:59.129Z[ recovery-image] Aug 16 04:08:58.093 INFO O| Aug 16 04:08:58.093 INFO STEP 584 (remove_files) COMPLETE
56302024-08-16T04:08:59.129Z[ recovery-image] Aug 16 04:08:58.093 INFO O| Aug 16 04:08:58.093 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-08-16T04:08:59.136Z[ recovery-image] Aug 16 04:08:58.102 INFO O| Aug 16 04:08:58.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56322024-08-16T04:08:59.136Z[ recovery-image] Aug 16 04:08:58.102 INFO O| Aug 16 04:08:58.102 INFO STEP 585 (remove_files) COMPLETE
56332024-08-16T04:08:59.138Z[ recovery-image] Aug 16 04:08:58.102 INFO O| Aug 16 04:08:58.102 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-08-16T04:08:59.145Z[ recovery-image] Aug 16 04:08:58.112 INFO O| Aug 16 04:08:58.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56352024-08-16T04:08:59.145Z[ recovery-image] Aug 16 04:08:58.112 INFO O| Aug 16 04:08:58.112 INFO STEP 586 (remove_files) COMPLETE
56362024-08-16T04:08:59.145Z[ recovery-image] Aug 16 04:08:58.112 INFO O| Aug 16 04:08:58.112 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-08-16T04:08:59.155Z[ recovery-image] Aug 16 04:08:58.122 INFO O| Aug 16 04:08:58.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56382024-08-16T04:08:59.155Z[ recovery-image] Aug 16 04:08:58.122 INFO O| Aug 16 04:08:58.122 INFO STEP 587 (remove_files) COMPLETE
56392024-08-16T04:08:59.158Z[ recovery-image] Aug 16 04:08:58.122 INFO O| Aug 16 04:08:58.122 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-08-16T04:08:59.165Z[ recovery-image] Aug 16 04:08:58.131 INFO O| Aug 16 04:08:58.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56412024-08-16T04:08:59.165Z[ recovery-image] Aug 16 04:08:58.131 INFO O| Aug 16 04:08:58.131 INFO STEP 588 (remove_files) COMPLETE
56422024-08-16T04:08:59.165Z[ recovery-image] Aug 16 04:08:58.131 INFO O| Aug 16 04:08:58.131 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-08-16T04:08:59.174Z[ recovery-image] Aug 16 04:08:58.141 INFO O| Aug 16 04:08:58.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56442024-08-16T04:08:59.174Z[ recovery-image] Aug 16 04:08:58.141 INFO O| Aug 16 04:08:58.141 INFO STEP 589 (remove_files) COMPLETE
56452024-08-16T04:08:59.174Z[ recovery-image] Aug 16 04:08:58.141 INFO O| Aug 16 04:08:58.141 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-08-16T04:08:59.184Z[ recovery-image] Aug 16 04:08:58.150 INFO O| Aug 16 04:08:58.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56472024-08-16T04:08:59.184Z[ recovery-image] Aug 16 04:08:58.151 INFO O| Aug 16 04:08:58.151 INFO STEP 590 (remove_files) COMPLETE
56482024-08-16T04:08:59.186Z[ recovery-image] Aug 16 04:08:58.151 INFO O| Aug 16 04:08:58.151 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-08-16T04:08:59.193Z[ recovery-image] Aug 16 04:08:58.160 INFO O| Aug 16 04:08:58.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56502024-08-16T04:08:59.196Z[ recovery-image] Aug 16 04:08:58.160 INFO O| Aug 16 04:08:58.160 INFO STEP 591 (remove_files) COMPLETE
56512024-08-16T04:08:59.196Z[ recovery-image] Aug 16 04:08:58.160 INFO O| Aug 16 04:08:58.160 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-08-16T04:08:59.203Z[ recovery-image] Aug 16 04:08:58.170 INFO O| Aug 16 04:08:58.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56532024-08-16T04:08:59.206Z[ recovery-image] Aug 16 04:08:58.170 INFO O| Aug 16 04:08:58.170 INFO STEP 592 (remove_files) COMPLETE
56542024-08-16T04:08:59.206Z[ recovery-image] Aug 16 04:08:58.170 INFO O| Aug 16 04:08:58.170 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-08-16T04:08:59.213Z[ recovery-image] Aug 16 04:08:58.179 INFO O| Aug 16 04:08:58.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56562024-08-16T04:08:59.213Z[ recovery-image] Aug 16 04:08:58.180 INFO O| Aug 16 04:08:58.180 INFO STEP 593 (remove_files) COMPLETE
56572024-08-16T04:08:59.215Z[ recovery-image] Aug 16 04:08:58.180 INFO O| Aug 16 04:08:58.180 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-08-16T04:08:59.218Z[ host-image] Aug 16 04:08:58.182 INFO O| Aug 16 04:08:58.182 INFO O| Done
56592024-08-16T04:08:59.222Z[ recovery-image] Aug 16 04:08:58.189 INFO O| Aug 16 04:08:58.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56602024-08-16T04:08:59.225Z[ recovery-image] Aug 16 04:08:58.189 INFO O| Aug 16 04:08:58.189 INFO STEP 594 (remove_files) COMPLETE
56612024-08-16T04:08:59.225Z[ recovery-image] Aug 16 04:08:58.189 INFO O| Aug 16 04:08:58.189 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-08-16T04:08:59.232Z[ recovery-image] Aug 16 04:08:58.199 INFO O| Aug 16 04:08:58.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56632024-08-16T04:08:59.235Z[ recovery-image] Aug 16 04:08:58.199 INFO O| Aug 16 04:08:58.199 INFO STEP 595 (remove_files) COMPLETE
56642024-08-16T04:08:59.235Z[ recovery-image] Aug 16 04:08:58.199 INFO O| Aug 16 04:08:58.199 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-08-16T04:08:59.243Z[ recovery-image] Aug 16 04:08:58.210 INFO O| Aug 16 04:08:58.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56662024-08-16T04:08:59.243Z[ recovery-image] Aug 16 04:08:58.210 INFO O| Aug 16 04:08:58.210 INFO STEP 596 (remove_files) COMPLETE
56672024-08-16T04:08:59.243Z[ recovery-image] Aug 16 04:08:58.210 INFO O| Aug 16 04:08:58.210 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-08-16T04:08:59.254Z[ recovery-image] Aug 16 04:08:58.221 INFO O| Aug 16 04:08:58.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56692024-08-16T04:08:59.256Z[ recovery-image] Aug 16 04:08:58.221 INFO O| Aug 16 04:08:58.221 INFO STEP 597 (remove_files) COMPLETE
56702024-08-16T04:08:59.256Z[ recovery-image] Aug 16 04:08:58.221 INFO O| Aug 16 04:08:58.221 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-08-16T04:08:59.264Z[ recovery-image] Aug 16 04:08:58.231 INFO O| Aug 16 04:08:58.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56722024-08-16T04:08:59.264Z[ recovery-image] Aug 16 04:08:58.231 INFO O| Aug 16 04:08:58.231 INFO STEP 598 (remove_files) COMPLETE
56732024-08-16T04:08:59.264Z[ recovery-image] Aug 16 04:08:58.231 INFO O| Aug 16 04:08:58.231 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-08-16T04:08:59.275Z[ recovery-image] Aug 16 04:08:58.241 INFO O| Aug 16 04:08:58.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56752024-08-16T04:08:59.277Z[ recovery-image] Aug 16 04:08:58.241 INFO O| Aug 16 04:08:58.241 INFO STEP 599 (remove_files) COMPLETE
56762024-08-16T04:08:59.277Z[ recovery-image] Aug 16 04:08:58.241 INFO O| Aug 16 04:08:58.241 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-08-16T04:08:59.285Z[ recovery-image] Aug 16 04:08:58.251 INFO O| Aug 16 04:08:58.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56782024-08-16T04:08:59.287Z[ recovery-image] Aug 16 04:08:58.251 INFO O| Aug 16 04:08:58.251 INFO STEP 600 (remove_files) COMPLETE
56792024-08-16T04:08:59.287Z[ recovery-image] Aug 16 04:08:58.251 INFO O| Aug 16 04:08:58.251 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-08-16T04:08:59.294Z[ recovery-image] Aug 16 04:08:58.261 INFO O| Aug 16 04:08:58.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56812024-08-16T04:08:59.297Z[ recovery-image] Aug 16 04:08:58.261 INFO O| Aug 16 04:08:58.261 INFO STEP 601 (remove_files) COMPLETE
56822024-08-16T04:08:59.297Z[ recovery-image] Aug 16 04:08:58.261 INFO O| Aug 16 04:08:58.261 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-08-16T04:08:59.304Z[ recovery-image] Aug 16 04:08:58.271 INFO O| Aug 16 04:08:58.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56842024-08-16T04:08:59.307Z[ recovery-image] Aug 16 04:08:58.271 INFO O| Aug 16 04:08:58.271 INFO STEP 602 (remove_files) COMPLETE
56852024-08-16T04:08:59.307Z[ recovery-image] Aug 16 04:08:58.271 INFO O| Aug 16 04:08:58.271 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-08-16T04:08:59.315Z[ recovery-image] Aug 16 04:08:58.281 INFO O| Aug 16 04:08:58.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
56872024-08-16T04:08:59.317Z[ recovery-image] Aug 16 04:08:58.281 INFO O| Aug 16 04:08:58.281 INFO STEP 603 (remove_files) COMPLETE
56882024-08-16T04:08:59.317Z[ recovery-image] Aug 16 04:08:58.281 INFO O| Aug 16 04:08:58.281 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-08-16T04:08:59.324Z[ recovery-image] Aug 16 04:08:58.291 INFO O| Aug 16 04:08:58.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
56902024-08-16T04:08:59.327Z[ recovery-image] Aug 16 04:08:58.291 INFO O| Aug 16 04:08:58.291 INFO STEP 604 (remove_files) COMPLETE
56912024-08-16T04:08:59.327Z[ recovery-image] Aug 16 04:08:58.291 INFO O| Aug 16 04:08:58.291 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-08-16T04:08:59.334Z[ recovery-image] Aug 16 04:08:58.301 INFO O| Aug 16 04:08:58.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
56932024-08-16T04:08:59.334Z[ recovery-image] Aug 16 04:08:58.301 INFO O| Aug 16 04:08:58.301 INFO STEP 605 (remove_files) COMPLETE
56942024-08-16T04:08:59.337Z[ recovery-image] Aug 16 04:08:58.301 INFO O| Aug 16 04:08:58.301 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-08-16T04:08:59.344Z[ recovery-image] Aug 16 04:08:58.311 INFO O| Aug 16 04:08:58.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
56962024-08-16T04:08:59.347Z[ recovery-image] Aug 16 04:08:58.311 INFO O| Aug 16 04:08:58.311 INFO STEP 606 (remove_files) COMPLETE
56972024-08-16T04:08:59.347Z[ recovery-image] Aug 16 04:08:58.311 INFO O| Aug 16 04:08:58.311 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-08-16T04:08:59.354Z[ recovery-image] Aug 16 04:08:58.321 INFO O| Aug 16 04:08:58.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
56992024-08-16T04:08:59.354Z[ recovery-image] Aug 16 04:08:58.321 INFO O| Aug 16 04:08:58.321 INFO STEP 607 (remove_files) COMPLETE
57002024-08-16T04:08:59.358Z[ recovery-image] Aug 16 04:08:58.321 INFO O| Aug 16 04:08:58.321 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-08-16T04:08:59.364Z[ recovery-image] Aug 16 04:08:58.331 INFO O| Aug 16 04:08:58.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
57022024-08-16T04:08:59.367Z[ recovery-image] Aug 16 04:08:58.331 INFO O| Aug 16 04:08:58.331 INFO STEP 608 (remove_files) COMPLETE
57032024-08-16T04:08:59.367Z[ recovery-image] Aug 16 04:08:58.331 INFO O| Aug 16 04:08:58.331 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-08-16T04:08:59.374Z[ recovery-image] Aug 16 04:08:58.341 INFO O| Aug 16 04:08:58.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
57052024-08-16T04:08:59.377Z[ recovery-image] Aug 16 04:08:58.341 INFO O| Aug 16 04:08:58.341 INFO STEP 609 (remove_files) COMPLETE
57062024-08-16T04:08:59.377Z[ recovery-image] Aug 16 04:08:58.341 INFO O| Aug 16 04:08:58.341 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-08-16T04:08:59.385Z[ recovery-image] Aug 16 04:08:58.351 INFO O| Aug 16 04:08:58.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
57082024-08-16T04:08:59.387Z[ recovery-image] Aug 16 04:08:58.351 INFO O| Aug 16 04:08:58.351 INFO STEP 610 (remove_files) COMPLETE
57092024-08-16T04:08:59.387Z[ recovery-image] Aug 16 04:08:58.351 INFO O| Aug 16 04:08:58.351 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-08-16T04:08:59.394Z[ recovery-image] Aug 16 04:08:58.361 INFO O| Aug 16 04:08:58.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57112024-08-16T04:08:59.398Z[ recovery-image] Aug 16 04:08:58.361 INFO O| Aug 16 04:08:58.361 INFO STEP 611 (remove_files) COMPLETE
57122024-08-16T04:08:59.398Z[ recovery-image] Aug 16 04:08:58.361 INFO O| Aug 16 04:08:58.361 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-08-16T04:08:59.405Z[ recovery-image] Aug 16 04:08:58.371 INFO O| Aug 16 04:08:58.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57142024-08-16T04:08:59.407Z[ recovery-image] Aug 16 04:08:58.371 INFO O| Aug 16 04:08:58.371 INFO STEP 612 (remove_files) COMPLETE
57152024-08-16T04:08:59.407Z[ recovery-image] Aug 16 04:08:58.371 INFO O| Aug 16 04:08:58.371 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-08-16T04:08:59.415Z[ recovery-image] Aug 16 04:08:58.381 INFO O| Aug 16 04:08:58.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57172024-08-16T04:08:59.417Z[ recovery-image] Aug 16 04:08:58.382 INFO O| Aug 16 04:08:58.381 INFO STEP 613 (remove_files) COMPLETE
57182024-08-16T04:08:59.417Z[ recovery-image] Aug 16 04:08:58.382 INFO O| Aug 16 04:08:58.382 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-08-16T04:08:59.417Z[ host-image] Aug 16 04:08:58.383 INFO O| Aug 16 04:08:58.383 INFO STEP 11 (pkg_install) COMPLETE
57202024-08-16T04:08:59.417Z[ host-image] Aug 16 04:08:58.383 INFO O| Aug 16 04:08:58.383 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
57212024-08-16T04:08:59.425Z[ recovery-image] Aug 16 04:08:58.392 INFO O| Aug 16 04:08:58.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57222024-08-16T04:08:59.427Z[ recovery-image] Aug 16 04:08:58.392 INFO O| Aug 16 04:08:58.392 INFO STEP 614 (remove_files) COMPLETE
57232024-08-16T04:08:59.427Z[ recovery-image] Aug 16 04:08:58.392 INFO O| Aug 16 04:08:58.392 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-08-16T04:08:59.428Z[ host-image] Aug 16 04:08:58.393 INFO O| Aug 16 04:08:58.393 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
57252024-08-16T04:08:59.435Z[ recovery-image] Aug 16 04:08:58.401 INFO O| Aug 16 04:08:58.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57262024-08-16T04:08:59.437Z[ recovery-image] Aug 16 04:08:58.401 INFO O| Aug 16 04:08:58.401 INFO STEP 615 (remove_files) COMPLETE
57272024-08-16T04:08:59.437Z[ recovery-image] Aug 16 04:08:58.401 INFO O| Aug 16 04:08:58.401 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-08-16T04:08:59.445Z[ recovery-image] Aug 16 04:08:58.412 INFO O| Aug 16 04:08:58.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57292024-08-16T04:08:59.445Z[ recovery-image] Aug 16 04:08:58.412 INFO O| Aug 16 04:08:58.412 INFO STEP 616 (remove_files) COMPLETE
57302024-08-16T04:08:59.448Z[ recovery-image] Aug 16 04:08:58.412 INFO O| Aug 16 04:08:58.412 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-08-16T04:08:59.455Z[ recovery-image] Aug 16 04:08:58.422 INFO O| Aug 16 04:08:58.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57322024-08-16T04:08:59.458Z[ recovery-image] Aug 16 04:08:58.422 INFO O| Aug 16 04:08:58.422 INFO STEP 617 (remove_files) COMPLETE
57332024-08-16T04:08:59.458Z[ recovery-image] Aug 16 04:08:58.422 INFO O| Aug 16 04:08:58.422 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-08-16T04:08:59.465Z[ recovery-image] Aug 16 04:08:58.432 INFO O| Aug 16 04:08:58.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57352024-08-16T04:08:59.465Z[ recovery-image] Aug 16 04:08:58.432 INFO O| Aug 16 04:08:58.432 INFO STEP 618 (remove_files) COMPLETE
57362024-08-16T04:08:59.465Z[ recovery-image] Aug 16 04:08:58.432 INFO O| Aug 16 04:08:58.432 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-08-16T04:08:59.475Z[ recovery-image] Aug 16 04:08:58.442 INFO O| Aug 16 04:08:58.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57382024-08-16T04:08:59.477Z[ recovery-image] Aug 16 04:08:58.442 INFO O| Aug 16 04:08:58.442 INFO STEP 619 (remove_files) COMPLETE
57392024-08-16T04:08:59.477Z[ recovery-image] Aug 16 04:08:58.442 INFO O| Aug 16 04:08:58.442 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-08-16T04:08:59.485Z[ recovery-image] Aug 16 04:08:58.452 INFO O| Aug 16 04:08:58.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57412024-08-16T04:08:59.488Z[ recovery-image] Aug 16 04:08:58.452 INFO O| Aug 16 04:08:58.452 INFO STEP 620 (remove_files) COMPLETE
57422024-08-16T04:08:59.488Z[ recovery-image] Aug 16 04:08:58.452 INFO O| Aug 16 04:08:58.452 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-08-16T04:08:59.495Z[ recovery-image] Aug 16 04:08:58.462 INFO O| Aug 16 04:08:58.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57442024-08-16T04:08:59.495Z[ recovery-image] Aug 16 04:08:58.462 INFO O| Aug 16 04:08:58.462 INFO STEP 621 (remove_files) COMPLETE
57452024-08-16T04:08:59.499Z[ recovery-image] Aug 16 04:08:58.462 INFO O| Aug 16 04:08:58.462 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-08-16T04:08:59.505Z[ recovery-image] Aug 16 04:08:58.471 INFO O| Aug 16 04:08:58.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57472024-08-16T04:08:59.507Z[ recovery-image] Aug 16 04:08:58.471 INFO O| Aug 16 04:08:58.471 INFO STEP 622 (remove_files) COMPLETE
57482024-08-16T04:08:59.507Z[ recovery-image] Aug 16 04:08:58.471 INFO O| Aug 16 04:08:58.471 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-08-16T04:08:59.514Z[ recovery-image] Aug 16 04:08:58.481 INFO O| Aug 16 04:08:58.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57502024-08-16T04:08:59.514Z[ recovery-image] Aug 16 04:08:58.481 INFO O| Aug 16 04:08:58.481 INFO STEP 623 (remove_files) COMPLETE
57512024-08-16T04:08:59.514Z[ recovery-image] Aug 16 04:08:58.481 INFO O| Aug 16 04:08:58.481 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-08-16T04:08:59.524Z[ recovery-image] Aug 16 04:08:58.491 INFO O| Aug 16 04:08:58.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57532024-08-16T04:08:59.526Z[ recovery-image] Aug 16 04:08:58.491 INFO O| Aug 16 04:08:58.491 INFO STEP 624 (remove_files) COMPLETE
57542024-08-16T04:08:59.526Z[ recovery-image] Aug 16 04:08:58.491 INFO O| Aug 16 04:08:58.491 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-08-16T04:08:59.534Z[ recovery-image] Aug 16 04:08:58.500 INFO O| Aug 16 04:08:58.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57562024-08-16T04:08:59.534Z[ recovery-image] Aug 16 04:08:58.500 INFO O| Aug 16 04:08:58.500 INFO STEP 625 (remove_files) COMPLETE
57572024-08-16T04:08:59.536Z[ recovery-image] Aug 16 04:08:58.501 INFO O| Aug 16 04:08:58.500 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-08-16T04:08:59.543Z[ recovery-image] Aug 16 04:08:58.510 INFO O| Aug 16 04:08:58.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57592024-08-16T04:08:59.543Z[ recovery-image] Aug 16 04:08:58.510 INFO O| Aug 16 04:08:58.510 INFO STEP 626 (remove_files) COMPLETE
57602024-08-16T04:08:59.546Z[ recovery-image] Aug 16 04:08:58.510 INFO O| Aug 16 04:08:58.510 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-08-16T04:08:59.553Z[ recovery-image] Aug 16 04:08:58.520 INFO O| Aug 16 04:08:58.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57622024-08-16T04:08:59.555Z[ recovery-image] Aug 16 04:08:58.520 INFO O| Aug 16 04:08:58.520 INFO STEP 627 (remove_files) COMPLETE
57632024-08-16T04:08:59.555Z[ recovery-image] Aug 16 04:08:58.520 INFO O| Aug 16 04:08:58.520 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-08-16T04:08:59.564Z[ recovery-image] Aug 16 04:08:58.529 INFO O| Aug 16 04:08:58.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57652024-08-16T04:08:59.564Z[ recovery-image] Aug 16 04:08:58.529 INFO O| Aug 16 04:08:58.529 INFO STEP 628 (remove_files) COMPLETE
57662024-08-16T04:08:59.567Z[ recovery-image] Aug 16 04:08:58.529 INFO O| Aug 16 04:08:58.529 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-08-16T04:08:59.572Z[ recovery-image] Aug 16 04:08:58.539 INFO O| Aug 16 04:08:58.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57682024-08-16T04:08:59.572Z[ recovery-image] Aug 16 04:08:58.539 INFO O| Aug 16 04:08:58.539 INFO STEP 629 (remove_files) COMPLETE
57692024-08-16T04:08:59.575Z[ recovery-image] Aug 16 04:08:58.539 INFO O| Aug 16 04:08:58.539 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-08-16T04:08:59.582Z[ recovery-image] Aug 16 04:08:58.548 INFO O| Aug 16 04:08:58.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57712024-08-16T04:08:59.582Z[ recovery-image] Aug 16 04:08:58.548 INFO O| Aug 16 04:08:58.548 INFO STEP 630 (remove_files) COMPLETE
57722024-08-16T04:08:59.584Z[ recovery-image] Aug 16 04:08:58.549 INFO O| Aug 16 04:08:58.548 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-08-16T04:08:59.591Z[ recovery-image] Aug 16 04:08:58.558 INFO O| Aug 16 04:08:58.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57742024-08-16T04:08:59.591Z[ recovery-image] Aug 16 04:08:58.558 INFO O| Aug 16 04:08:58.558 INFO STEP 631 (remove_files) COMPLETE
57752024-08-16T04:08:59.594Z[ recovery-image] Aug 16 04:08:58.558 INFO O| Aug 16 04:08:58.558 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-08-16T04:08:59.600Z[ recovery-image] Aug 16 04:08:58.567 INFO O| Aug 16 04:08:58.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57772024-08-16T04:08:59.603Z[ recovery-image] Aug 16 04:08:58.567 INFO O| Aug 16 04:08:58.567 INFO STEP 632 (remove_files) COMPLETE
57782024-08-16T04:08:59.603Z[ recovery-image] Aug 16 04:08:58.567 INFO O| Aug 16 04:08:58.567 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-08-16T04:08:59.610Z[ recovery-image] Aug 16 04:08:58.577 INFO O| Aug 16 04:08:58.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57802024-08-16T04:08:59.610Z[ recovery-image] Aug 16 04:08:58.577 INFO O| Aug 16 04:08:58.577 INFO STEP 633 (remove_files) COMPLETE
57812024-08-16T04:08:59.615Z[ recovery-image] Aug 16 04:08:58.577 INFO O| Aug 16 04:08:58.577 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-08-16T04:08:59.619Z[ recovery-image] Aug 16 04:08:58.586 INFO O| Aug 16 04:08:58.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57832024-08-16T04:08:59.623Z[ recovery-image] Aug 16 04:08:58.586 INFO O| Aug 16 04:08:58.586 INFO STEP 634 (remove_files) COMPLETE
57842024-08-16T04:08:59.623Z[ recovery-image] Aug 16 04:08:58.586 INFO O| Aug 16 04:08:58.586 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-08-16T04:08:59.629Z[ recovery-image] Aug 16 04:08:58.595 INFO O| Aug 16 04:08:58.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
57862024-08-16T04:08:59.629Z[ recovery-image] Aug 16 04:08:58.596 INFO O| Aug 16 04:08:58.595 INFO STEP 635 (remove_files) COMPLETE
57872024-08-16T04:08:59.631Z[ recovery-image] Aug 16 04:08:58.596 INFO O| Aug 16 04:08:58.596 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-08-16T04:08:59.638Z[ recovery-image] Aug 16 04:08:58.605 INFO O| Aug 16 04:08:58.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
57892024-08-16T04:08:59.638Z[ recovery-image] Aug 16 04:08:58.605 INFO O| Aug 16 04:08:58.605 INFO STEP 636 (remove_files) COMPLETE
57902024-08-16T04:08:59.641Z[ recovery-image] Aug 16 04:08:58.605 INFO O| Aug 16 04:08:58.605 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-08-16T04:08:59.648Z[ recovery-image] Aug 16 04:08:58.614 INFO O| Aug 16 04:08:58.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
57922024-08-16T04:08:59.650Z[ recovery-image] Aug 16 04:08:58.614 INFO O| Aug 16 04:08:58.614 INFO STEP 637 (remove_files) COMPLETE
57932024-08-16T04:08:59.650Z[ recovery-image] Aug 16 04:08:58.614 INFO O| Aug 16 04:08:58.614 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-08-16T04:08:59.658Z[ recovery-image] Aug 16 04:08:58.624 INFO O| Aug 16 04:08:58.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
57952024-08-16T04:08:59.658Z[ recovery-image] Aug 16 04:08:58.624 INFO O| Aug 16 04:08:58.624 INFO STEP 638 (remove_files) COMPLETE
57962024-08-16T04:08:59.661Z[ recovery-image] Aug 16 04:08:58.624 INFO O| Aug 16 04:08:58.624 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-08-16T04:08:59.666Z[ recovery-image] Aug 16 04:08:58.633 INFO O| Aug 16 04:08:58.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
57982024-08-16T04:08:59.666Z[ recovery-image] Aug 16 04:08:58.633 INFO O| Aug 16 04:08:58.633 INFO STEP 639 (remove_files) COMPLETE
57992024-08-16T04:08:59.667Z[ recovery-image] Aug 16 04:08:58.633 INFO O| Aug 16 04:08:58.633 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-08-16T04:08:59.676Z[ recovery-image] Aug 16 04:08:58.643 INFO O| Aug 16 04:08:58.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
58012024-08-16T04:08:59.679Z[ recovery-image] Aug 16 04:08:58.643 INFO O| Aug 16 04:08:58.643 INFO STEP 640 (remove_files) COMPLETE
58022024-08-16T04:08:59.679Z[ recovery-image] Aug 16 04:08:58.643 INFO O| Aug 16 04:08:58.643 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-08-16T04:08:59.685Z[ recovery-image] Aug 16 04:08:58.652 INFO O| Aug 16 04:08:58.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
58042024-08-16T04:08:59.685Z[ recovery-image] Aug 16 04:08:58.652 INFO O| Aug 16 04:08:58.652 INFO STEP 641 (remove_files) COMPLETE
58052024-08-16T04:08:59.685Z[ recovery-image] Aug 16 04:08:58.652 INFO O| Aug 16 04:08:58.652 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-08-16T04:08:59.695Z[ recovery-image] Aug 16 04:08:58.661 INFO O| Aug 16 04:08:58.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
58072024-08-16T04:08:59.695Z[ recovery-image] Aug 16 04:08:58.661 INFO O| Aug 16 04:08:58.661 INFO STEP 642 (remove_files) COMPLETE
58082024-08-16T04:08:59.698Z[ recovery-image] Aug 16 04:08:58.661 INFO O| Aug 16 04:08:58.661 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-08-16T04:08:59.704Z[ recovery-image] Aug 16 04:08:58.671 INFO O| Aug 16 04:08:58.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
58102024-08-16T04:08:59.707Z[ recovery-image] Aug 16 04:08:58.671 INFO O| Aug 16 04:08:58.671 INFO STEP 643 (remove_files) COMPLETE
58112024-08-16T04:08:59.707Z[ recovery-image] Aug 16 04:08:58.672 INFO O| Aug 16 04:08:58.671 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-08-16T04:08:59.714Z[ recovery-image] Aug 16 04:08:58.681 INFO O| Aug 16 04:08:58.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
58132024-08-16T04:08:59.714Z[ recovery-image] Aug 16 04:08:58.681 INFO O| Aug 16 04:08:58.681 INFO STEP 644 (remove_files) COMPLETE
58142024-08-16T04:08:59.719Z[ recovery-image] Aug 16 04:08:58.681 INFO O| Aug 16 04:08:58.681 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-08-16T04:08:59.724Z[ recovery-image] Aug 16 04:08:58.690 INFO O| Aug 16 04:08:58.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58162024-08-16T04:08:59.724Z[ recovery-image] Aug 16 04:08:58.691 INFO O| Aug 16 04:08:58.690 INFO STEP 645 (remove_files) COMPLETE
58172024-08-16T04:08:59.724Z[ recovery-image] Aug 16 04:08:58.691 INFO O| Aug 16 04:08:58.691 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-08-16T04:08:59.735Z[ recovery-image] Aug 16 04:08:58.700 INFO O| Aug 16 04:08:58.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58192024-08-16T04:08:59.738Z[ recovery-image] Aug 16 04:08:58.700 INFO O| Aug 16 04:08:58.700 INFO STEP 646 (remove_files) COMPLETE
58202024-08-16T04:08:59.738Z[ recovery-image] Aug 16 04:08:58.700 INFO O| Aug 16 04:08:58.700 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-08-16T04:08:59.743Z[ recovery-image] Aug 16 04:08:58.709 INFO O| Aug 16 04:08:58.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58222024-08-16T04:08:59.746Z[ recovery-image] Aug 16 04:08:58.710 INFO O| Aug 16 04:08:58.710 INFO STEP 647 (remove_files) COMPLETE
58232024-08-16T04:08:59.746Z[ recovery-image] Aug 16 04:08:58.710 INFO O| Aug 16 04:08:58.710 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-08-16T04:08:59.753Z[ recovery-image] Aug 16 04:08:58.719 INFO O| Aug 16 04:08:58.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58252024-08-16T04:08:59.756Z[ recovery-image] Aug 16 04:08:58.720 INFO O| Aug 16 04:08:58.720 INFO STEP 648 (remove_files) COMPLETE
58262024-08-16T04:08:59.756Z[ recovery-image] Aug 16 04:08:58.720 INFO O| Aug 16 04:08:58.720 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-08-16T04:08:59.763Z[ recovery-image] Aug 16 04:08:58.730 INFO O| Aug 16 04:08:58.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58282024-08-16T04:08:59.766Z[ recovery-image] Aug 16 04:08:58.730 INFO O| Aug 16 04:08:58.730 INFO STEP 649 (remove_files) COMPLETE
58292024-08-16T04:08:59.766Z[ recovery-image] Aug 16 04:08:58.730 INFO O| Aug 16 04:08:58.730 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-08-16T04:08:59.774Z[ recovery-image] Aug 16 04:08:58.740 INFO O| Aug 16 04:08:58.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58312024-08-16T04:08:59.774Z[ recovery-image] Aug 16 04:08:58.740 INFO O| Aug 16 04:08:58.740 INFO STEP 650 (remove_files) COMPLETE
58322024-08-16T04:08:59.776Z[ recovery-image] Aug 16 04:08:58.740 INFO O| Aug 16 04:08:58.740 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-08-16T04:08:59.783Z[ recovery-image] Aug 16 04:08:58.749 INFO O| Aug 16 04:08:58.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58342024-08-16T04:08:59.785Z[ recovery-image] Aug 16 04:08:58.749 INFO O| Aug 16 04:08:58.749 INFO STEP 651 (remove_files) COMPLETE
58352024-08-16T04:08:59.785Z[ recovery-image] Aug 16 04:08:58.749 INFO O| Aug 16 04:08:58.749 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-08-16T04:08:59.792Z[ recovery-image] Aug 16 04:08:58.759 INFO O| Aug 16 04:08:58.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58372024-08-16T04:08:59.795Z[ recovery-image] Aug 16 04:08:58.759 INFO O| Aug 16 04:08:58.759 INFO STEP 652 (remove_files) COMPLETE
58382024-08-16T04:08:59.795Z[ recovery-image] Aug 16 04:08:58.759 INFO O| Aug 16 04:08:58.759 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-08-16T04:08:59.802Z[ recovery-image] Aug 16 04:08:58.769 INFO O| Aug 16 04:08:58.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58402024-08-16T04:08:59.802Z[ recovery-image] Aug 16 04:08:58.769 INFO O| Aug 16 04:08:58.769 INFO STEP 653 (remove_files) COMPLETE
58412024-08-16T04:08:59.805Z[ recovery-image] Aug 16 04:08:58.769 INFO O| Aug 16 04:08:58.769 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-08-16T04:08:59.812Z[ recovery-image] Aug 16 04:08:58.779 INFO O| Aug 16 04:08:58.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58432024-08-16T04:08:59.814Z[ recovery-image] Aug 16 04:08:58.779 INFO O| Aug 16 04:08:58.779 INFO STEP 654 (remove_files) COMPLETE
58442024-08-16T04:08:59.814Z[ recovery-image] Aug 16 04:08:58.779 INFO O| Aug 16 04:08:58.779 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-08-16T04:08:59.822Z[ recovery-image] Aug 16 04:08:58.788 INFO O| Aug 16 04:08:58.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58462024-08-16T04:08:59.822Z[ recovery-image] Aug 16 04:08:58.788 INFO O| Aug 16 04:08:58.788 INFO STEP 655 (remove_files) COMPLETE
58472024-08-16T04:08:59.824Z[ recovery-image] Aug 16 04:08:58.788 INFO O| Aug 16 04:08:58.788 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-08-16T04:08:59.831Z[ recovery-image] Aug 16 04:08:58.798 INFO O| Aug 16 04:08:58.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58492024-08-16T04:08:59.831Z[ recovery-image] Aug 16 04:08:58.798 INFO O| Aug 16 04:08:58.798 INFO STEP 656 (remove_files) COMPLETE
58502024-08-16T04:08:59.831Z[ recovery-image] Aug 16 04:08:58.798 INFO O| Aug 16 04:08:58.798 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-08-16T04:08:59.841Z[ recovery-image] Aug 16 04:08:58.807 INFO O| Aug 16 04:08:58.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58522024-08-16T04:08:59.843Z[ recovery-image] Aug 16 04:08:58.808 INFO O| Aug 16 04:08:58.808 INFO STEP 657 (remove_files) COMPLETE
58532024-08-16T04:08:59.843Z[ recovery-image] Aug 16 04:08:58.808 INFO O| Aug 16 04:08:58.808 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-08-16T04:08:59.850Z[ recovery-image] Aug 16 04:08:58.817 INFO O| Aug 16 04:08:58.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58552024-08-16T04:08:59.853Z[ recovery-image] Aug 16 04:08:58.817 INFO O| Aug 16 04:08:58.817 INFO STEP 658 (remove_files) COMPLETE
58562024-08-16T04:08:59.853Z[ recovery-image] Aug 16 04:08:58.817 INFO O| Aug 16 04:08:58.817 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-08-16T04:08:59.860Z[ recovery-image] Aug 16 04:08:58.827 INFO O| Aug 16 04:08:58.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58582024-08-16T04:08:59.864Z[ recovery-image] Aug 16 04:08:58.827 INFO O| Aug 16 04:08:58.827 INFO STEP 659 (remove_files) COMPLETE
58592024-08-16T04:08:59.864Z[ recovery-image] Aug 16 04:08:58.827 INFO O| Aug 16 04:08:58.827 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-08-16T04:08:59.870Z[ recovery-image] Aug 16 04:08:58.837 INFO O| Aug 16 04:08:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58612024-08-16T04:08:59.870Z[ recovery-image] Aug 16 04:08:58.837 INFO O| Aug 16 04:08:58.837 INFO STEP 660 (remove_files) COMPLETE
58622024-08-16T04:08:59.870Z[ recovery-image] Aug 16 04:08:58.837 INFO O| Aug 16 04:08:58.837 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-08-16T04:08:59.880Z[ recovery-image] Aug 16 04:08:58.846 INFO O| Aug 16 04:08:58.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58642024-08-16T04:08:59.880Z[ recovery-image] Aug 16 04:08:58.847 INFO O| Aug 16 04:08:58.846 INFO STEP 661 (remove_files) COMPLETE
58652024-08-16T04:08:59.883Z[ recovery-image] Aug 16 04:08:58.847 INFO O| Aug 16 04:08:58.847 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-08-16T04:08:59.889Z[ recovery-image] Aug 16 04:08:58.856 INFO O| Aug 16 04:08:58.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58672024-08-16T04:08:59.889Z[ recovery-image] Aug 16 04:08:58.856 INFO O| Aug 16 04:08:58.856 INFO STEP 662 (remove_files) COMPLETE
58682024-08-16T04:08:59.892Z[ recovery-image] Aug 16 04:08:58.856 INFO O| Aug 16 04:08:58.856 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-08-16T04:08:59.894Z[ host-image] Aug 16 04:08:58.860 INFO O| Aug 16 04:08:58.860 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
58702024-08-16T04:08:59.899Z[ recovery-image] Aug 16 04:08:58.865 INFO O| Aug 16 04:08:58.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58712024-08-16T04:08:59.899Z[ recovery-image] Aug 16 04:08:58.865 INFO O| Aug 16 04:08:58.865 INFO STEP 663 (remove_files) COMPLETE
58722024-08-16T04:08:59.899Z[ recovery-image] Aug 16 04:08:58.865 INFO O| Aug 16 04:08:58.865 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-08-16T04:08:59.908Z[ recovery-image] Aug 16 04:08:58.875 INFO O| Aug 16 04:08:58.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58742024-08-16T04:08:59.911Z[ recovery-image] Aug 16 04:08:58.875 INFO O| Aug 16 04:08:58.875 INFO STEP 664 (remove_files) COMPLETE
58752024-08-16T04:08:59.911Z[ recovery-image] Aug 16 04:08:58.875 INFO O| Aug 16 04:08:58.875 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-08-16T04:08:59.918Z[ recovery-image] Aug 16 04:08:58.885 INFO O| Aug 16 04:08:58.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58772024-08-16T04:08:59.918Z[ recovery-image] Aug 16 04:08:58.885 INFO O| Aug 16 04:08:58.885 INFO STEP 665 (remove_files) COMPLETE
58782024-08-16T04:08:59.920Z[ recovery-image] Aug 16 04:08:58.885 INFO O| Aug 16 04:08:58.885 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-08-16T04:08:59.928Z[ recovery-image] Aug 16 04:08:58.895 INFO O| Aug 16 04:08:58.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58802024-08-16T04:08:59.928Z[ recovery-image] Aug 16 04:08:58.895 INFO O| Aug 16 04:08:58.895 INFO STEP 666 (remove_files) COMPLETE
58812024-08-16T04:08:59.931Z[ recovery-image] Aug 16 04:08:58.895 INFO O| Aug 16 04:08:58.895 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-08-16T04:08:59.938Z[ recovery-image] Aug 16 04:08:58.904 INFO O| Aug 16 04:08:58.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58832024-08-16T04:08:59.938Z[ recovery-image] Aug 16 04:08:58.904 INFO O| Aug 16 04:08:58.904 INFO STEP 667 (remove_files) COMPLETE
58842024-08-16T04:08:59.940Z[ recovery-image] Aug 16 04:08:58.905 INFO O| Aug 16 04:08:58.904 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-08-16T04:08:59.948Z[ recovery-image] Aug 16 04:08:58.915 INFO O| Aug 16 04:08:58.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
58862024-08-16T04:08:59.948Z[ recovery-image] Aug 16 04:08:58.915 INFO O| Aug 16 04:08:58.915 INFO STEP 668 (remove_files) COMPLETE
58872024-08-16T04:08:59.950Z[ recovery-image] Aug 16 04:08:58.915 INFO O| Aug 16 04:08:58.915 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-08-16T04:08:59.958Z[ recovery-image] Aug 16 04:08:58.924 INFO O| Aug 16 04:08:58.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
58892024-08-16T04:08:59.960Z[ recovery-image] Aug 16 04:08:58.925 INFO O| Aug 16 04:08:58.924 INFO STEP 669 (remove_files) COMPLETE
58902024-08-16T04:08:59.960Z[ recovery-image] Aug 16 04:08:58.925 INFO O| Aug 16 04:08:58.924 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-08-16T04:08:59.967Z[ recovery-image] Aug 16 04:08:58.934 INFO O| Aug 16 04:08:58.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
58922024-08-16T04:08:59.967Z[ recovery-image] Aug 16 04:08:58.934 INFO O| Aug 16 04:08:58.934 INFO STEP 670 (remove_files) COMPLETE
58932024-08-16T04:08:59.970Z[ recovery-image] Aug 16 04:08:58.934 INFO O| Aug 16 04:08:58.934 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-08-16T04:08:59.977Z[ recovery-image] Aug 16 04:08:58.944 INFO O| Aug 16 04:08:58.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
58952024-08-16T04:08:59.980Z[ recovery-image] Aug 16 04:08:58.944 INFO O| Aug 16 04:08:58.944 INFO STEP 671 (remove_files) COMPLETE
58962024-08-16T04:08:59.980Z[ recovery-image] Aug 16 04:08:58.944 INFO O| Aug 16 04:08:58.944 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-08-16T04:08:59.988Z[ recovery-image] Aug 16 04:08:58.954 INFO O| Aug 16 04:08:58.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
58982024-08-16T04:08:59.988Z[ recovery-image] Aug 16 04:08:58.954 INFO O| Aug 16 04:08:58.954 INFO STEP 672 (remove_files) COMPLETE
58992024-08-16T04:08:59.990Z[ recovery-image] Aug 16 04:08:58.954 INFO O| Aug 16 04:08:58.954 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-08-16T04:08:59.998Z[ recovery-image] Aug 16 04:08:58.964 INFO O| Aug 16 04:08:58.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
59012024-08-16T04:09:00.000Z[ recovery-image] Aug 16 04:08:58.964 INFO O| Aug 16 04:08:58.964 INFO STEP 673 (remove_files) COMPLETE
59022024-08-16T04:09:00.000Z[ recovery-image] Aug 16 04:08:58.964 INFO O| Aug 16 04:08:58.964 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-08-16T04:09:00.008Z[ recovery-image] Aug 16 04:08:58.974 INFO O| Aug 16 04:08:58.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
59042024-08-16T04:09:00.008Z[ recovery-image] Aug 16 04:08:58.974 INFO O| Aug 16 04:08:58.974 INFO STEP 674 (remove_files) COMPLETE
59052024-08-16T04:09:00.011Z[ recovery-image] Aug 16 04:08:58.974 INFO O| Aug 16 04:08:58.974 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-08-16T04:09:00.018Z[ recovery-image] Aug 16 04:08:58.984 INFO O| Aug 16 04:08:58.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
59072024-08-16T04:09:00.018Z[ recovery-image] Aug 16 04:08:58.984 INFO O| Aug 16 04:08:58.984 INFO STEP 675 (remove_files) COMPLETE
59082024-08-16T04:09:00.020Z[ recovery-image] Aug 16 04:08:58.984 INFO O| Aug 16 04:08:58.984 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-08-16T04:09:00.028Z[ recovery-image] Aug 16 04:08:58.994 INFO O| Aug 16 04:08:58.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
59102024-08-16T04:09:00.030Z[ recovery-image] Aug 16 04:08:58.995 INFO O| Aug 16 04:08:58.995 INFO STEP 676 (remove_files) COMPLETE
59112024-08-16T04:09:00.030Z[ recovery-image] Aug 16 04:08:58.995 INFO O| Aug 16 04:08:58.995 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-08-16T04:09:00.038Z[ recovery-image] Aug 16 04:08:59.005 INFO O| Aug 16 04:08:59.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
59132024-08-16T04:09:00.040Z[ recovery-image] Aug 16 04:08:59.005 INFO O| Aug 16 04:08:59.005 INFO STEP 677 (remove_files) COMPLETE
59142024-08-16T04:09:00.041Z[ recovery-image] Aug 16 04:08:59.005 INFO O| Aug 16 04:08:59.005 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-08-16T04:09:00.048Z[ recovery-image] Aug 16 04:08:59.015 INFO O| Aug 16 04:08:59.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59162024-08-16T04:09:00.048Z[ recovery-image] Aug 16 04:08:59.015 INFO O| Aug 16 04:08:59.015 INFO STEP 678 (remove_files) COMPLETE
59172024-08-16T04:09:00.048Z[ recovery-image] Aug 16 04:08:59.015 INFO O| Aug 16 04:08:59.015 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-08-16T04:09:00.058Z[ recovery-image] Aug 16 04:08:59.025 INFO O| Aug 16 04:08:59.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59192024-08-16T04:09:00.058Z[ recovery-image] Aug 16 04:08:59.025 INFO O| Aug 16 04:08:59.025 INFO STEP 679 (remove_files) COMPLETE
59202024-08-16T04:09:00.058Z[ recovery-image] Aug 16 04:08:59.025 INFO O| Aug 16 04:08:59.025 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-08-16T04:09:00.068Z[ recovery-image] Aug 16 04:08:59.035 INFO O| Aug 16 04:08:59.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59222024-08-16T04:09:00.068Z[ recovery-image] Aug 16 04:08:59.035 INFO O| Aug 16 04:08:59.035 INFO STEP 680 (remove_files) COMPLETE
59232024-08-16T04:09:00.068Z[ recovery-image] Aug 16 04:08:59.035 INFO O| Aug 16 04:08:59.035 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-08-16T04:09:00.078Z[ recovery-image] Aug 16 04:08:59.045 INFO O| Aug 16 04:08:59.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59252024-08-16T04:09:00.078Z[ recovery-image] Aug 16 04:08:59.045 INFO O| Aug 16 04:08:59.045 INFO STEP 681 (remove_files) COMPLETE
59262024-08-16T04:09:00.078Z[ recovery-image] Aug 16 04:08:59.045 INFO O| Aug 16 04:08:59.045 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-08-16T04:09:00.088Z[ recovery-image] Aug 16 04:08:59.054 INFO O| Aug 16 04:08:59.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59282024-08-16T04:09:00.090Z[ recovery-image] Aug 16 04:08:59.055 INFO O| Aug 16 04:08:59.054 INFO STEP 682 (remove_files) COMPLETE
59292024-08-16T04:09:00.090Z[ recovery-image] Aug 16 04:08:59.055 INFO O| Aug 16 04:08:59.054 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-08-16T04:09:00.097Z[ recovery-image] Aug 16 04:08:59.064 INFO O| Aug 16 04:08:59.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59312024-08-16T04:09:00.097Z[ recovery-image] Aug 16 04:08:59.064 INFO O| Aug 16 04:08:59.064 INFO STEP 683 (remove_files) COMPLETE
59322024-08-16T04:09:00.100Z[ recovery-image] Aug 16 04:08:59.064 INFO O| Aug 16 04:08:59.064 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-08-16T04:09:00.108Z[ recovery-image] Aug 16 04:08:59.074 INFO O| Aug 16 04:08:59.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59342024-08-16T04:09:00.108Z[ recovery-image] Aug 16 04:08:59.074 INFO O| Aug 16 04:08:59.074 INFO STEP 684 (remove_files) COMPLETE
59352024-08-16T04:09:00.108Z[ recovery-image] Aug 16 04:08:59.074 INFO O| Aug 16 04:08:59.074 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-08-16T04:09:00.118Z[ recovery-image] Aug 16 04:08:59.084 INFO O| Aug 16 04:08:59.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59372024-08-16T04:09:00.118Z[ recovery-image] Aug 16 04:08:59.084 INFO O| Aug 16 04:08:59.084 INFO STEP 685 (remove_files) COMPLETE
59382024-08-16T04:09:00.120Z[ recovery-image] Aug 16 04:08:59.084 INFO O| Aug 16 04:08:59.084 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-08-16T04:09:00.128Z[ recovery-image] Aug 16 04:08:59.094 INFO O| Aug 16 04:08:59.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59402024-08-16T04:09:00.130Z[ recovery-image] Aug 16 04:08:59.095 INFO O| Aug 16 04:08:59.095 INFO STEP 686 (remove_files) COMPLETE
59412024-08-16T04:09:00.130Z[ recovery-image] Aug 16 04:08:59.095 INFO O| Aug 16 04:08:59.095 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-08-16T04:09:00.139Z[ recovery-image] Aug 16 04:08:59.105 INFO O| Aug 16 04:08:59.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59432024-08-16T04:09:00.139Z[ recovery-image] Aug 16 04:08:59.105 INFO O| Aug 16 04:08:59.105 INFO STEP 687 (remove_files) COMPLETE
59442024-08-16T04:09:00.141Z[ recovery-image] Aug 16 04:08:59.105 INFO O| Aug 16 04:08:59.105 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-08-16T04:09:00.152Z[ recovery-image] Aug 16 04:08:59.118 INFO O| Aug 16 04:08:59.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59462024-08-16T04:09:00.152Z[ recovery-image] Aug 16 04:08:59.118 INFO O| Aug 16 04:08:59.118 INFO STEP 688 (remove_files) COMPLETE
59472024-08-16T04:09:00.152Z[ recovery-image] Aug 16 04:08:59.118 INFO O| Aug 16 04:08:59.118 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-08-16T04:09:00.163Z[ recovery-image] Aug 16 04:08:59.130 INFO O| Aug 16 04:08:59.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59492024-08-16T04:09:00.163Z[ recovery-image] Aug 16 04:08:59.130 INFO O| Aug 16 04:08:59.130 INFO STEP 689 (remove_files) COMPLETE
59502024-08-16T04:09:00.163Z[ recovery-image] Aug 16 04:08:59.130 INFO O| Aug 16 04:08:59.130 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-08-16T04:09:00.174Z[ recovery-image] Aug 16 04:08:59.141 INFO O| Aug 16 04:08:59.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59522024-08-16T04:09:00.174Z[ recovery-image] Aug 16 04:08:59.141 INFO O| Aug 16 04:08:59.141 INFO STEP 690 (remove_files) COMPLETE
59532024-08-16T04:09:00.177Z[ recovery-image] Aug 16 04:08:59.141 INFO O| Aug 16 04:08:59.141 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-08-16T04:09:00.185Z[ recovery-image] Aug 16 04:08:59.151 INFO O| Aug 16 04:08:59.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59552024-08-16T04:09:00.185Z[ recovery-image] Aug 16 04:08:59.151 INFO O| Aug 16 04:08:59.151 INFO STEP 691 (remove_files) COMPLETE
59562024-08-16T04:09:00.185Z[ recovery-image] Aug 16 04:08:59.151 INFO O| Aug 16 04:08:59.151 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-08-16T04:09:00.195Z[ recovery-image] Aug 16 04:08:59.161 INFO O| Aug 16 04:08:59.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59582024-08-16T04:09:00.198Z[ recovery-image] Aug 16 04:08:59.161 INFO O| Aug 16 04:08:59.161 INFO STEP 692 (remove_files) COMPLETE
59592024-08-16T04:09:00.198Z[ recovery-image] Aug 16 04:08:59.161 INFO O| Aug 16 04:08:59.161 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-08-16T04:09:00.205Z[ recovery-image] Aug 16 04:08:59.171 INFO O| Aug 16 04:08:59.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59612024-08-16T04:09:00.208Z[ recovery-image] Aug 16 04:08:59.171 INFO O| Aug 16 04:08:59.171 INFO STEP 693 (remove_files) COMPLETE
59622024-08-16T04:09:00.208Z[ recovery-image] Aug 16 04:08:59.171 INFO O| Aug 16 04:08:59.171 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-08-16T04:09:00.215Z[ recovery-image] Aug 16 04:08:59.182 INFO O| Aug 16 04:08:59.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59642024-08-16T04:09:00.215Z[ recovery-image] Aug 16 04:08:59.182 INFO O| Aug 16 04:08:59.182 INFO STEP 694 (remove_files) COMPLETE
59652024-08-16T04:09:00.218Z[ recovery-image] Aug 16 04:08:59.182 INFO O| Aug 16 04:08:59.182 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-08-16T04:09:00.225Z[ recovery-image] Aug 16 04:08:59.192 INFO O| Aug 16 04:08:59.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59672024-08-16T04:09:00.226Z[ recovery-image] Aug 16 04:08:59.192 INFO O| Aug 16 04:08:59.192 INFO STEP 695 (remove_files) COMPLETE
59682024-08-16T04:09:00.228Z[ recovery-image] Aug 16 04:08:59.192 INFO O| Aug 16 04:08:59.192 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-08-16T04:09:00.235Z[ recovery-image] Aug 16 04:08:59.202 INFO O| Aug 16 04:08:59.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59702024-08-16T04:09:00.235Z[ recovery-image] Aug 16 04:08:59.202 INFO O| Aug 16 04:08:59.202 INFO STEP 696 (remove_files) COMPLETE
59712024-08-16T04:09:00.238Z[ recovery-image] Aug 16 04:08:59.202 INFO O| Aug 16 04:08:59.202 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-08-16T04:09:00.245Z[ recovery-image] Aug 16 04:08:59.212 INFO O| Aug 16 04:08:59.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59732024-08-16T04:09:00.245Z[ recovery-image] Aug 16 04:08:59.212 INFO O| Aug 16 04:08:59.212 INFO STEP 697 (remove_files) COMPLETE
59742024-08-16T04:09:00.248Z[ recovery-image] Aug 16 04:08:59.212 INFO O| Aug 16 04:08:59.212 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-08-16T04:09:00.255Z[ recovery-image] Aug 16 04:08:59.222 INFO O| Aug 16 04:08:59.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59762024-08-16T04:09:00.258Z[ recovery-image] Aug 16 04:08:59.222 INFO O| Aug 16 04:08:59.222 INFO STEP 698 (remove_files) COMPLETE
59772024-08-16T04:09:00.258Z[ recovery-image] Aug 16 04:08:59.222 INFO O| Aug 16 04:08:59.222 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-08-16T04:09:00.265Z[ recovery-image] Aug 16 04:08:59.232 INFO O| Aug 16 04:08:59.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59792024-08-16T04:09:00.265Z[ recovery-image] Aug 16 04:08:59.232 INFO O| Aug 16 04:08:59.232 INFO STEP 699 (remove_files) COMPLETE
59802024-08-16T04:09:00.265Z[ recovery-image] Aug 16 04:08:59.232 INFO O| Aug 16 04:08:59.232 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-08-16T04:09:00.275Z[ recovery-image] Aug 16 04:08:59.242 INFO O| Aug 16 04:08:59.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59822024-08-16T04:09:00.278Z[ recovery-image] Aug 16 04:08:59.242 INFO O| Aug 16 04:08:59.242 INFO STEP 700 (remove_files) COMPLETE
59832024-08-16T04:09:00.278Z[ recovery-image] Aug 16 04:08:59.242 INFO O| Aug 16 04:08:59.242 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-08-16T04:09:00.285Z[ recovery-image] Aug 16 04:08:59.252 INFO O| Aug 16 04:08:59.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
59852024-08-16T04:09:00.286Z[ recovery-image] Aug 16 04:08:59.252 INFO O| Aug 16 04:08:59.252 INFO STEP 701 (remove_files) COMPLETE
59862024-08-16T04:09:00.288Z[ recovery-image] Aug 16 04:08:59.252 INFO O| Aug 16 04:08:59.252 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-08-16T04:09:00.297Z[ recovery-image] Aug 16 04:08:59.264 INFO O| Aug 16 04:08:59.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
59882024-08-16T04:09:00.297Z[ recovery-image] Aug 16 04:08:59.264 INFO O| Aug 16 04:08:59.264 INFO STEP 702 (remove_files) COMPLETE
59892024-08-16T04:09:00.297Z[ recovery-image] Aug 16 04:08:59.264 INFO O| Aug 16 04:08:59.264 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-08-16T04:09:00.308Z[ recovery-image] Aug 16 04:08:59.275 INFO O| Aug 16 04:08:59.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
59912024-08-16T04:09:00.308Z[ recovery-image] Aug 16 04:08:59.275 INFO O| Aug 16 04:08:59.275 INFO STEP 703 (remove_files) COMPLETE
59922024-08-16T04:09:00.308Z[ recovery-image] Aug 16 04:08:59.275 INFO O| Aug 16 04:08:59.275 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-08-16T04:09:00.321Z[ recovery-image] Aug 16 04:08:59.286 INFO O| Aug 16 04:08:59.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
59942024-08-16T04:09:00.321Z[ recovery-image] Aug 16 04:08:59.286 INFO O| Aug 16 04:08:59.286 INFO STEP 704 (remove_files) COMPLETE
59952024-08-16T04:09:00.324Z[ recovery-image] Aug 16 04:08:59.286 INFO O| Aug 16 04:08:59.286 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-08-16T04:09:00.334Z[ recovery-image] Aug 16 04:08:59.300 INFO O| Aug 16 04:08:59.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
59972024-08-16T04:09:00.334Z[ recovery-image] Aug 16 04:08:59.300 INFO O| Aug 16 04:08:59.300 INFO STEP 705 (remove_files) COMPLETE
59982024-08-16T04:09:00.334Z[ recovery-image] Aug 16 04:08:59.300 INFO O| Aug 16 04:08:59.300 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-08-16T04:09:00.346Z[ recovery-image] Aug 16 04:08:59.312 INFO O| Aug 16 04:08:59.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
60002024-08-16T04:09:00.346Z[ recovery-image] Aug 16 04:08:59.312 INFO O| Aug 16 04:08:59.312 INFO STEP 706 (remove_files) COMPLETE
60012024-08-16T04:09:00.349Z[ recovery-image] Aug 16 04:08:59.312 INFO O| Aug 16 04:08:59.312 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-08-16T04:09:00.355Z[ recovery-image] Aug 16 04:08:59.322 INFO O| Aug 16 04:08:59.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
60032024-08-16T04:09:00.356Z[ recovery-image] Aug 16 04:08:59.322 INFO O| Aug 16 04:08:59.322 INFO STEP 707 (remove_files) COMPLETE
60042024-08-16T04:09:00.358Z[ recovery-image] Aug 16 04:08:59.322 INFO O| Aug 16 04:08:59.322 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-08-16T04:09:00.368Z[ recovery-image] Aug 16 04:08:59.335 INFO O| Aug 16 04:08:59.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
60062024-08-16T04:09:00.371Z[ recovery-image] Aug 16 04:08:59.335 INFO O| Aug 16 04:08:59.335 INFO STEP 708 (remove_files) COMPLETE
60072024-08-16T04:09:00.371Z[ recovery-image] Aug 16 04:08:59.335 INFO O| Aug 16 04:08:59.335 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-08-16T04:09:00.380Z[ recovery-image] Aug 16 04:08:59.347 INFO O| Aug 16 04:08:59.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
60092024-08-16T04:09:00.383Z[ recovery-image] Aug 16 04:08:59.347 INFO O| Aug 16 04:08:59.347 INFO STEP 709 (remove_files) COMPLETE
60102024-08-16T04:09:00.383Z[ recovery-image] Aug 16 04:08:59.347 INFO O| Aug 16 04:08:59.347 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-08-16T04:09:00.393Z[ recovery-image] Aug 16 04:08:59.359 INFO O| Aug 16 04:08:59.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
60122024-08-16T04:09:00.395Z[ recovery-image] Aug 16 04:08:59.359 INFO O| Aug 16 04:08:59.359 INFO STEP 710 (remove_files) COMPLETE
60132024-08-16T04:09:00.395Z[ recovery-image] Aug 16 04:08:59.359 INFO O| Aug 16 04:08:59.359 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-08-16T04:09:00.405Z[ recovery-image] Aug 16 04:08:59.371 INFO O| Aug 16 04:08:59.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60152024-08-16T04:09:00.405Z[ recovery-image] Aug 16 04:08:59.371 INFO O| Aug 16 04:08:59.371 INFO STEP 711 (remove_files) COMPLETE
60162024-08-16T04:09:00.407Z[ recovery-image] Aug 16 04:08:59.371 INFO O| Aug 16 04:08:59.371 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-08-16T04:09:00.415Z[ recovery-image] Aug 16 04:08:59.382 INFO O| Aug 16 04:08:59.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60182024-08-16T04:09:00.418Z[ recovery-image] Aug 16 04:08:59.382 INFO O| Aug 16 04:08:59.382 INFO STEP 712 (remove_files) COMPLETE
60192024-08-16T04:09:00.418Z[ recovery-image] Aug 16 04:08:59.382 INFO O| Aug 16 04:08:59.382 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-08-16T04:09:00.425Z[ recovery-image] Aug 16 04:08:59.392 INFO O| Aug 16 04:08:59.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60212024-08-16T04:09:00.425Z[ recovery-image] Aug 16 04:08:59.392 INFO O| Aug 16 04:08:59.392 INFO STEP 713 (remove_files) COMPLETE
60222024-08-16T04:09:00.427Z[ recovery-image] Aug 16 04:08:59.392 INFO O| Aug 16 04:08:59.392 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-08-16T04:09:00.434Z[ recovery-image] Aug 16 04:08:59.401 INFO O| Aug 16 04:08:59.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60242024-08-16T04:09:00.434Z[ recovery-image] Aug 16 04:08:59.401 INFO O| Aug 16 04:08:59.401 INFO STEP 714 (remove_files) COMPLETE
60252024-08-16T04:09:00.437Z[ recovery-image] Aug 16 04:08:59.401 INFO O| Aug 16 04:08:59.401 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-08-16T04:09:00.444Z[ recovery-image] Aug 16 04:08:59.411 INFO O| Aug 16 04:08:59.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60272024-08-16T04:09:00.447Z[ recovery-image] Aug 16 04:08:59.411 INFO O| Aug 16 04:08:59.411 INFO STEP 715 (remove_files) COMPLETE
60282024-08-16T04:09:00.447Z[ recovery-image] Aug 16 04:08:59.411 INFO O| Aug 16 04:08:59.411 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-08-16T04:09:00.454Z[ recovery-image] Aug 16 04:08:59.421 INFO O| Aug 16 04:08:59.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60302024-08-16T04:09:00.454Z[ recovery-image] Aug 16 04:08:59.421 INFO O| Aug 16 04:08:59.421 INFO STEP 716 (remove_files) COMPLETE
60312024-08-16T04:09:00.456Z[ recovery-image] Aug 16 04:08:59.421 INFO O| Aug 16 04:08:59.421 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-08-16T04:09:00.463Z[ recovery-image] Aug 16 04:08:59.430 INFO O| Aug 16 04:08:59.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60332024-08-16T04:09:00.463Z[ recovery-image] Aug 16 04:08:59.430 INFO O| Aug 16 04:08:59.430 INFO STEP 717 (remove_files) COMPLETE
60342024-08-16T04:09:00.463Z[ recovery-image] Aug 16 04:08:59.430 INFO O| Aug 16 04:08:59.430 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-08-16T04:09:00.473Z[ recovery-image] Aug 16 04:08:59.439 INFO O| Aug 16 04:08:59.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60362024-08-16T04:09:00.473Z[ recovery-image] Aug 16 04:08:59.439 INFO O| Aug 16 04:08:59.439 INFO STEP 718 (remove_files) COMPLETE
60372024-08-16T04:09:00.473Z[ recovery-image] Aug 16 04:08:59.439 INFO O| Aug 16 04:08:59.439 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-08-16T04:09:00.482Z[ recovery-image] Aug 16 04:08:59.449 INFO O| Aug 16 04:08:59.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60392024-08-16T04:09:00.482Z[ recovery-image] Aug 16 04:08:59.449 INFO O| Aug 16 04:08:59.449 INFO STEP 719 (remove_files) COMPLETE
60402024-08-16T04:09:00.485Z[ recovery-image] Aug 16 04:08:59.449 INFO O| Aug 16 04:08:59.449 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-08-16T04:09:00.492Z[ recovery-image] Aug 16 04:08:59.458 INFO O| Aug 16 04:08:59.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60422024-08-16T04:09:00.495Z[ recovery-image] Aug 16 04:08:59.459 INFO O| Aug 16 04:08:59.458 INFO STEP 720 (remove_files) COMPLETE
60432024-08-16T04:09:00.495Z[ recovery-image] Aug 16 04:08:59.459 INFO O| Aug 16 04:08:59.459 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-08-16T04:09:00.501Z[ recovery-image] Aug 16 04:08:59.468 INFO O| Aug 16 04:08:59.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60452024-08-16T04:09:00.504Z[ recovery-image] Aug 16 04:08:59.468 INFO O| Aug 16 04:08:59.468 INFO STEP 721 (remove_files) COMPLETE
60462024-08-16T04:09:00.504Z[ recovery-image] Aug 16 04:08:59.468 INFO O| Aug 16 04:08:59.468 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-08-16T04:09:00.511Z[ recovery-image] Aug 16 04:08:59.477 INFO O| Aug 16 04:08:59.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60482024-08-16T04:09:00.513Z[ recovery-image] Aug 16 04:08:59.478 INFO O| Aug 16 04:08:59.477 INFO STEP 722 (remove_files) COMPLETE
60492024-08-16T04:09:00.513Z[ recovery-image] Aug 16 04:08:59.478 INFO O| Aug 16 04:08:59.478 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-08-16T04:09:00.520Z[ recovery-image] Aug 16 04:08:59.487 INFO O| Aug 16 04:08:59.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60512024-08-16T04:09:00.520Z[ recovery-image] Aug 16 04:08:59.487 INFO O| Aug 16 04:08:59.487 INFO STEP 723 (remove_files) COMPLETE
60522024-08-16T04:09:00.523Z[ recovery-image] Aug 16 04:08:59.487 INFO O| Aug 16 04:08:59.487 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-08-16T04:09:00.530Z[ recovery-image] Aug 16 04:08:59.496 INFO O| Aug 16 04:08:59.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60542024-08-16T04:09:00.532Z[ recovery-image] Aug 16 04:08:59.497 INFO O| Aug 16 04:08:59.497 INFO STEP 724 (remove_files) COMPLETE
60552024-08-16T04:09:00.532Z[ recovery-image] Aug 16 04:08:59.497 INFO O| Aug 16 04:08:59.497 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-08-16T04:09:00.541Z[ recovery-image] Aug 16 04:08:59.508 INFO O| Aug 16 04:08:59.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60572024-08-16T04:09:00.541Z[ recovery-image] Aug 16 04:08:59.508 INFO O| Aug 16 04:08:59.508 INFO STEP 725 (remove_files) COMPLETE
60582024-08-16T04:09:00.541Z[ recovery-image] Aug 16 04:08:59.508 INFO O| Aug 16 04:08:59.508 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-08-16T04:09:00.553Z[ recovery-image] Aug 16 04:08:59.520 INFO O| Aug 16 04:08:59.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60602024-08-16T04:09:00.553Z[ recovery-image] Aug 16 04:08:59.520 INFO O| Aug 16 04:08:59.520 INFO STEP 726 (remove_files) COMPLETE
60612024-08-16T04:09:00.555Z[ recovery-image] Aug 16 04:08:59.520 INFO O| Aug 16 04:08:59.520 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-08-16T04:09:00.564Z[ recovery-image] Aug 16 04:08:59.531 INFO O| Aug 16 04:08:59.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60632024-08-16T04:09:00.567Z[ recovery-image] Aug 16 04:08:59.531 INFO O| Aug 16 04:08:59.531 INFO STEP 727 (remove_files) COMPLETE
60642024-08-16T04:09:00.567Z[ recovery-image] Aug 16 04:08:59.531 INFO O| Aug 16 04:08:59.531 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-08-16T04:09:00.575Z[ recovery-image] Aug 16 04:08:59.542 INFO O| Aug 16 04:08:59.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60662024-08-16T04:09:00.578Z[ recovery-image] Aug 16 04:08:59.542 INFO O| Aug 16 04:08:59.542 INFO STEP 728 (remove_files) COMPLETE
60672024-08-16T04:09:00.578Z[ recovery-image] Aug 16 04:08:59.542 INFO O| Aug 16 04:08:59.542 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-08-16T04:09:00.586Z[ recovery-image] Aug 16 04:08:59.552 INFO O| Aug 16 04:08:59.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60692024-08-16T04:09:00.586Z[ recovery-image] Aug 16 04:08:59.552 INFO O| Aug 16 04:08:59.552 INFO STEP 729 (remove_files) COMPLETE
60702024-08-16T04:09:00.588Z[ recovery-image] Aug 16 04:08:59.552 INFO O| Aug 16 04:08:59.552 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-08-16T04:09:00.597Z[ recovery-image] Aug 16 04:08:59.563 INFO O| Aug 16 04:08:59.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60722024-08-16T04:09:00.597Z[ recovery-image] Aug 16 04:08:59.563 INFO O| Aug 16 04:08:59.563 INFO STEP 730 (remove_files) COMPLETE
60732024-08-16T04:09:00.599Z[ recovery-image] Aug 16 04:08:59.563 INFO O| Aug 16 04:08:59.563 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-08-16T04:09:00.607Z[ recovery-image] Aug 16 04:08:59.573 INFO O| Aug 16 04:08:59.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60752024-08-16T04:09:00.609Z[ recovery-image] Aug 16 04:08:59.574 INFO O| Aug 16 04:08:59.573 INFO STEP 731 (remove_files) COMPLETE
60762024-08-16T04:09:00.609Z[ recovery-image] Aug 16 04:08:59.574 INFO O| Aug 16 04:08:59.573 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-08-16T04:09:00.616Z[ recovery-image] Aug 16 04:08:59.583 INFO O| Aug 16 04:08:59.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60782024-08-16T04:09:00.619Z[ recovery-image] Aug 16 04:08:59.583 INFO O| Aug 16 04:08:59.583 INFO STEP 732 (remove_files) COMPLETE
60792024-08-16T04:09:00.619Z[ recovery-image] Aug 16 04:08:59.583 INFO O| Aug 16 04:08:59.583 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-08-16T04:09:00.626Z[ recovery-image] Aug 16 04:08:59.593 INFO O| Aug 16 04:08:59.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60812024-08-16T04:09:00.626Z[ recovery-image] Aug 16 04:08:59.593 INFO O| Aug 16 04:08:59.593 INFO STEP 733 (remove_files) COMPLETE
60822024-08-16T04:09:00.629Z[ recovery-image] Aug 16 04:08:59.593 INFO O| Aug 16 04:08:59.593 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-08-16T04:09:00.635Z[ recovery-image] Aug 16 04:08:59.602 INFO O| Aug 16 04:08:59.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
60842024-08-16T04:09:00.638Z[ recovery-image] Aug 16 04:08:59.602 INFO O| Aug 16 04:08:59.602 INFO STEP 734 (remove_files) COMPLETE
60852024-08-16T04:09:00.638Z[ recovery-image] Aug 16 04:08:59.602 INFO O| Aug 16 04:08:59.602 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-08-16T04:09:00.645Z[ recovery-image] Aug 16 04:08:59.612 INFO O| Aug 16 04:08:59.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
60872024-08-16T04:09:00.647Z[ recovery-image] Aug 16 04:08:59.612 INFO O| Aug 16 04:08:59.612 INFO STEP 735 (remove_files) COMPLETE
60882024-08-16T04:09:00.647Z[ recovery-image] Aug 16 04:08:59.612 INFO O| Aug 16 04:08:59.612 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-08-16T04:09:00.654Z[ recovery-image] Aug 16 04:08:59.621 INFO O| Aug 16 04:08:59.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
60902024-08-16T04:09:00.657Z[ recovery-image] Aug 16 04:08:59.622 INFO O| Aug 16 04:08:59.622 INFO STEP 736 (remove_files) COMPLETE
60912024-08-16T04:09:00.657Z[ recovery-image] Aug 16 04:08:59.622 INFO O| Aug 16 04:08:59.622 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-08-16T04:09:00.664Z[ recovery-image] Aug 16 04:08:59.631 INFO O| Aug 16 04:08:59.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
60932024-08-16T04:09:00.667Z[ recovery-image] Aug 16 04:08:59.631 INFO O| Aug 16 04:08:59.631 INFO STEP 737 (remove_files) COMPLETE
60942024-08-16T04:09:00.667Z[ recovery-image] Aug 16 04:08:59.631 INFO O| Aug 16 04:08:59.631 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-08-16T04:09:00.674Z[ recovery-image] Aug 16 04:08:59.641 INFO O| Aug 16 04:08:59.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
60962024-08-16T04:09:00.674Z[ recovery-image] Aug 16 04:08:59.641 INFO O| Aug 16 04:08:59.641 INFO STEP 738 (remove_files) COMPLETE
60972024-08-16T04:09:00.677Z[ recovery-image] Aug 16 04:08:59.641 INFO O| Aug 16 04:08:59.641 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-08-16T04:09:00.683Z[ recovery-image] Aug 16 04:08:59.650 INFO O| Aug 16 04:08:59.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
60992024-08-16T04:09:00.686Z[ recovery-image] Aug 16 04:08:59.650 INFO O| Aug 16 04:08:59.650 INFO STEP 739 (remove_files) COMPLETE
61002024-08-16T04:09:00.686Z[ recovery-image] Aug 16 04:08:59.650 INFO O| Aug 16 04:08:59.650 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-08-16T04:09:00.693Z[ recovery-image] Aug 16 04:08:59.660 INFO O| Aug 16 04:08:59.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
61022024-08-16T04:09:00.693Z[ recovery-image] Aug 16 04:08:59.660 INFO O| Aug 16 04:08:59.660 INFO STEP 740 (remove_files) COMPLETE
61032024-08-16T04:09:00.695Z[ recovery-image] Aug 16 04:08:59.660 INFO O| Aug 16 04:08:59.660 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-08-16T04:09:00.703Z[ recovery-image] Aug 16 04:08:59.669 INFO O| Aug 16 04:08:59.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
61052024-08-16T04:09:00.705Z[ recovery-image] Aug 16 04:08:59.669 INFO O| Aug 16 04:08:59.669 INFO STEP 741 (remove_files) COMPLETE
61062024-08-16T04:09:00.705Z[ recovery-image] Aug 16 04:08:59.669 INFO O| Aug 16 04:08:59.669 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-08-16T04:09:00.712Z[ recovery-image] Aug 16 04:08:59.679 INFO O| Aug 16 04:08:59.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
61082024-08-16T04:09:00.712Z[ recovery-image] Aug 16 04:08:59.679 INFO O| Aug 16 04:08:59.679 INFO STEP 742 (remove_files) COMPLETE
61092024-08-16T04:09:00.715Z[ recovery-image] Aug 16 04:08:59.679 INFO O| Aug 16 04:08:59.679 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-08-16T04:09:00.721Z[ recovery-image] Aug 16 04:08:59.688 INFO O| Aug 16 04:08:59.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
61112024-08-16T04:09:00.721Z[ recovery-image] Aug 16 04:08:59.688 INFO O| Aug 16 04:08:59.688 INFO STEP 743 (remove_files) COMPLETE
61122024-08-16T04:09:00.724Z[ recovery-image] Aug 16 04:08:59.688 INFO O| Aug 16 04:08:59.688 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-08-16T04:09:00.731Z[ recovery-image] Aug 16 04:08:59.698 INFO O| Aug 16 04:08:59.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
61142024-08-16T04:09:00.733Z[ recovery-image] Aug 16 04:08:59.698 INFO O| Aug 16 04:08:59.698 INFO STEP 744 (remove_files) COMPLETE
61152024-08-16T04:09:00.733Z[ recovery-image] Aug 16 04:08:59.698 INFO O| Aug 16 04:08:59.698 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-08-16T04:09:00.740Z[ recovery-image] Aug 16 04:08:59.707 INFO O| Aug 16 04:08:59.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61172024-08-16T04:09:00.740Z[ recovery-image] Aug 16 04:08:59.707 INFO O| Aug 16 04:08:59.707 INFO STEP 745 (remove_files) COMPLETE
61182024-08-16T04:09:00.743Z[ recovery-image] Aug 16 04:08:59.707 INFO O| Aug 16 04:08:59.707 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-08-16T04:09:00.750Z[ recovery-image] Aug 16 04:08:59.717 INFO O| Aug 16 04:08:59.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61202024-08-16T04:09:00.750Z[ recovery-image] Aug 16 04:08:59.717 INFO O| Aug 16 04:08:59.717 INFO STEP 746 (remove_files) COMPLETE
61212024-08-16T04:09:00.752Z[ recovery-image] Aug 16 04:08:59.717 INFO O| Aug 16 04:08:59.717 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-08-16T04:09:00.759Z[ recovery-image] Aug 16 04:08:59.726 INFO O| Aug 16 04:08:59.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61232024-08-16T04:09:00.759Z[ recovery-image] Aug 16 04:08:59.726 INFO O| Aug 16 04:08:59.726 INFO STEP 747 (remove_files) COMPLETE
61242024-08-16T04:09:00.759Z[ recovery-image] Aug 16 04:08:59.726 INFO O| Aug 16 04:08:59.726 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-08-16T04:09:00.769Z[ recovery-image] Aug 16 04:08:59.735 INFO O| Aug 16 04:08:59.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61262024-08-16T04:09:00.769Z[ recovery-image] Aug 16 04:08:59.736 INFO O| Aug 16 04:08:59.735 INFO STEP 748 (remove_files) COMPLETE
61272024-08-16T04:09:00.769Z[ recovery-image] Aug 16 04:08:59.736 INFO O| Aug 16 04:08:59.736 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-08-16T04:09:00.778Z[ recovery-image] Aug 16 04:08:59.745 INFO O| Aug 16 04:08:59.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61292024-08-16T04:09:00.778Z[ recovery-image] Aug 16 04:08:59.745 INFO O| Aug 16 04:08:59.745 INFO STEP 749 (remove_files) COMPLETE
61302024-08-16T04:09:00.778Z[ recovery-image] Aug 16 04:08:59.745 INFO O| Aug 16 04:08:59.745 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-08-16T04:09:00.788Z[ recovery-image] Aug 16 04:08:59.754 INFO O| Aug 16 04:08:59.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61322024-08-16T04:09:00.790Z[ recovery-image] Aug 16 04:08:59.755 INFO O| Aug 16 04:08:59.755 INFO STEP 750 (remove_files) COMPLETE
61332024-08-16T04:09:00.790Z[ recovery-image] Aug 16 04:08:59.755 INFO O| Aug 16 04:08:59.755 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-08-16T04:09:00.797Z[ recovery-image] Aug 16 04:08:59.764 INFO O| Aug 16 04:08:59.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61352024-08-16T04:09:00.799Z[ recovery-image] Aug 16 04:08:59.765 INFO O| Aug 16 04:08:59.765 INFO STEP 751 (remove_files) COMPLETE
61362024-08-16T04:09:00.800Z[ recovery-image] Aug 16 04:08:59.765 INFO O| Aug 16 04:08:59.765 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-08-16T04:09:00.807Z[ recovery-image] Aug 16 04:08:59.774 INFO O| Aug 16 04:08:59.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61382024-08-16T04:09:00.810Z[ recovery-image] Aug 16 04:08:59.775 INFO O| Aug 16 04:08:59.775 INFO STEP 752 (remove_files) COMPLETE
61392024-08-16T04:09:00.810Z[ recovery-image] Aug 16 04:08:59.775 INFO O| Aug 16 04:08:59.775 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-08-16T04:09:00.820Z[ recovery-image] Aug 16 04:08:59.785 INFO O| Aug 16 04:08:59.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61412024-08-16T04:09:00.820Z[ recovery-image] Aug 16 04:08:59.786 INFO O| Aug 16 04:08:59.786 INFO STEP 753 (remove_files) COMPLETE
61422024-08-16T04:09:00.832Z[ recovery-image] Aug 16 04:08:59.786 INFO O| Aug 16 04:08:59.786 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-08-16T04:09:00.832Z[ recovery-image] Aug 16 04:08:59.796 INFO O| Aug 16 04:08:59.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61442024-08-16T04:09:00.832Z[ recovery-image] Aug 16 04:08:59.797 INFO O| Aug 16 04:08:59.797 INFO STEP 754 (remove_files) COMPLETE
61452024-08-16T04:09:00.832Z[ recovery-image] Aug 16 04:08:59.797 INFO O| Aug 16 04:08:59.797 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-08-16T04:09:00.841Z[ recovery-image] Aug 16 04:08:59.807 INFO O| Aug 16 04:08:59.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61472024-08-16T04:09:00.843Z[ recovery-image] Aug 16 04:08:59.808 INFO O| Aug 16 04:08:59.808 INFO STEP 755 (remove_files) COMPLETE
61482024-08-16T04:09:00.844Z[ recovery-image] Aug 16 04:08:59.808 INFO O| Aug 16 04:08:59.808 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-08-16T04:09:00.851Z[ recovery-image] Aug 16 04:08:59.818 INFO O| Aug 16 04:08:59.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61502024-08-16T04:09:00.851Z[ recovery-image] Aug 16 04:08:59.818 INFO O| Aug 16 04:08:59.818 INFO STEP 756 (remove_files) COMPLETE
61512024-08-16T04:09:00.854Z[ recovery-image] Aug 16 04:08:59.818 INFO O| Aug 16 04:08:59.818 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-08-16T04:09:00.862Z[ recovery-image] Aug 16 04:08:59.829 INFO O| Aug 16 04:08:59.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61532024-08-16T04:09:00.862Z[ recovery-image] Aug 16 04:08:59.829 INFO O| Aug 16 04:08:59.829 INFO STEP 757 (remove_files) COMPLETE
61542024-08-16T04:09:00.862Z[ recovery-image] Aug 16 04:08:59.829 INFO O| Aug 16 04:08:59.829 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-08-16T04:09:00.873Z[ recovery-image] Aug 16 04:08:59.839 INFO O| Aug 16 04:08:59.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61562024-08-16T04:09:00.873Z[ recovery-image] Aug 16 04:08:59.839 INFO O| Aug 16 04:08:59.839 INFO STEP 758 (remove_files) COMPLETE
61572024-08-16T04:09:00.873Z[ recovery-image] Aug 16 04:08:59.839 INFO O| Aug 16 04:08:59.839 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-08-16T04:09:00.884Z[ recovery-image] Aug 16 04:08:59.851 INFO O| Aug 16 04:08:59.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61592024-08-16T04:09:00.887Z[ recovery-image] Aug 16 04:08:59.851 INFO O| Aug 16 04:08:59.851 INFO STEP 759 (remove_files) COMPLETE
61602024-08-16T04:09:00.887Z[ recovery-image] Aug 16 04:08:59.851 INFO O| Aug 16 04:08:59.851 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-08-16T04:09:00.894Z[ recovery-image] Aug 16 04:08:59.861 INFO O| Aug 16 04:08:59.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61622024-08-16T04:09:00.896Z[ recovery-image] Aug 16 04:08:59.861 INFO O| Aug 16 04:08:59.861 INFO STEP 760 (remove_files) COMPLETE
61632024-08-16T04:09:00.897Z[ recovery-image] Aug 16 04:08:59.861 INFO O| Aug 16 04:08:59.861 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-08-16T04:09:00.904Z[ recovery-image] Aug 16 04:08:59.870 INFO O| Aug 16 04:08:59.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61652024-08-16T04:09:00.907Z[ recovery-image] Aug 16 04:08:59.870 INFO O| Aug 16 04:08:59.870 INFO STEP 761 (remove_files) COMPLETE
61662024-08-16T04:09:00.907Z[ recovery-image] Aug 16 04:08:59.870 INFO O| Aug 16 04:08:59.870 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-08-16T04:09:00.913Z[ recovery-image] Aug 16 04:08:59.880 INFO O| Aug 16 04:08:59.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61682024-08-16T04:09:00.913Z[ recovery-image] Aug 16 04:08:59.880 INFO O| Aug 16 04:08:59.880 INFO STEP 762 (remove_files) COMPLETE
61692024-08-16T04:09:00.913Z[ recovery-image] Aug 16 04:08:59.880 INFO O| Aug 16 04:08:59.880 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-08-16T04:09:00.923Z[ recovery-image] Aug 16 04:08:59.890 INFO O| Aug 16 04:08:59.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61712024-08-16T04:09:00.923Z[ recovery-image] Aug 16 04:08:59.890 INFO O| Aug 16 04:08:59.890 INFO STEP 763 (remove_files) COMPLETE
61722024-08-16T04:09:00.923Z[ recovery-image] Aug 16 04:08:59.890 INFO O| Aug 16 04:08:59.890 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-08-16T04:09:00.932Z[ recovery-image] Aug 16 04:08:59.899 INFO O| Aug 16 04:08:59.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61742024-08-16T04:09:00.932Z[ recovery-image] Aug 16 04:08:59.899 INFO O| Aug 16 04:08:59.899 INFO STEP 764 (remove_files) COMPLETE
61752024-08-16T04:09:00.935Z[ recovery-image] Aug 16 04:08:59.899 INFO O| Aug 16 04:08:59.899 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-08-16T04:09:00.942Z[ recovery-image] Aug 16 04:08:59.909 INFO O| Aug 16 04:08:59.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61772024-08-16T04:09:00.945Z[ recovery-image] Aug 16 04:08:59.909 INFO O| Aug 16 04:08:59.909 INFO STEP 765 (remove_files) COMPLETE
61782024-08-16T04:09:00.945Z[ recovery-image] Aug 16 04:08:59.909 INFO O| Aug 16 04:08:59.909 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-08-16T04:09:00.951Z[ recovery-image] Aug 16 04:08:59.918 INFO O| Aug 16 04:08:59.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61802024-08-16T04:09:00.952Z[ recovery-image] Aug 16 04:08:59.918 INFO O| Aug 16 04:08:59.918 INFO STEP 766 (remove_files) COMPLETE
61812024-08-16T04:09:00.954Z[ recovery-image] Aug 16 04:08:59.918 INFO O| Aug 16 04:08:59.918 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-08-16T04:09:00.961Z[ recovery-image] Aug 16 04:08:59.928 INFO O| Aug 16 04:08:59.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
61832024-08-16T04:09:00.961Z[ recovery-image] Aug 16 04:08:59.928 INFO O| Aug 16 04:08:59.928 INFO STEP 767 (remove_files) COMPLETE
61842024-08-16T04:09:00.964Z[ recovery-image] Aug 16 04:08:59.928 INFO O| Aug 16 04:08:59.928 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-08-16T04:09:00.970Z[ recovery-image] Aug 16 04:08:59.937 INFO O| Aug 16 04:08:59.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
61862024-08-16T04:09:00.970Z[ recovery-image] Aug 16 04:08:59.937 INFO O| Aug 16 04:08:59.937 INFO STEP 768 (remove_files) COMPLETE
61872024-08-16T04:09:00.970Z[ recovery-image] Aug 16 04:08:59.937 INFO O| Aug 16 04:08:59.937 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-08-16T04:09:00.980Z[ recovery-image] Aug 16 04:08:59.947 INFO O| Aug 16 04:08:59.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
61892024-08-16T04:09:00.980Z[ recovery-image] Aug 16 04:08:59.947 INFO O| Aug 16 04:08:59.947 INFO STEP 769 (remove_files) COMPLETE
61902024-08-16T04:09:00.982Z[ recovery-image] Aug 16 04:08:59.947 INFO O| Aug 16 04:08:59.947 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-08-16T04:09:00.989Z[ recovery-image] Aug 16 04:08:59.956 INFO O| Aug 16 04:08:59.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
61922024-08-16T04:09:00.989Z[ recovery-image] Aug 16 04:08:59.956 INFO O| Aug 16 04:08:59.956 INFO STEP 770 (remove_files) COMPLETE
61932024-08-16T04:09:00.992Z[ recovery-image] Aug 16 04:08:59.956 INFO O| Aug 16 04:08:59.956 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-08-16T04:09:01.000Z[ recovery-image] Aug 16 04:08:59.966 INFO O| Aug 16 04:08:59.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
61952024-08-16T04:09:01.003Z[ recovery-image] Aug 16 04:08:59.966 INFO O| Aug 16 04:08:59.966 INFO STEP 771 (remove_files) COMPLETE
61962024-08-16T04:09:01.003Z[ recovery-image] Aug 16 04:08:59.966 INFO O| Aug 16 04:08:59.966 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-08-16T04:09:01.008Z[ recovery-image] Aug 16 04:08:59.975 INFO O| Aug 16 04:08:59.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
61982024-08-16T04:09:01.008Z[ recovery-image] Aug 16 04:08:59.975 INFO O| Aug 16 04:08:59.975 INFO STEP 772 (remove_files) COMPLETE
61992024-08-16T04:09:01.008Z[ recovery-image] Aug 16 04:08:59.975 INFO O| Aug 16 04:08:59.975 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-08-16T04:09:01.018Z[ recovery-image] Aug 16 04:08:59.985 INFO O| Aug 16 04:08:59.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
62012024-08-16T04:09:01.018Z[ recovery-image] Aug 16 04:08:59.985 INFO O| Aug 16 04:08:59.985 INFO STEP 773 (remove_files) COMPLETE
62022024-08-16T04:09:01.020Z[ recovery-image] Aug 16 04:08:59.985 INFO O| Aug 16 04:08:59.985 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-08-16T04:09:01.027Z[ recovery-image] Aug 16 04:08:59.994 INFO O| Aug 16 04:08:59.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
62042024-08-16T04:09:01.027Z[ recovery-image] Aug 16 04:08:59.994 INFO O| Aug 16 04:08:59.994 INFO STEP 774 (remove_files) COMPLETE
62052024-08-16T04:09:01.030Z[ recovery-image] Aug 16 04:08:59.994 INFO O| Aug 16 04:08:59.994 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-08-16T04:09:01.037Z[ recovery-image] Aug 16 04:09:00.004 INFO O| Aug 16 04:09:00.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
62072024-08-16T04:09:01.037Z[ recovery-image] Aug 16 04:09:00.004 INFO O| Aug 16 04:09:00.004 INFO STEP 775 (remove_files) COMPLETE
62082024-08-16T04:09:01.039Z[ recovery-image] Aug 16 04:09:00.004 INFO O| Aug 16 04:09:00.004 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-08-16T04:09:01.046Z[ recovery-image] Aug 16 04:09:00.013 INFO O| Aug 16 04:09:00.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
62102024-08-16T04:09:01.046Z[ recovery-image] Aug 16 04:09:00.013 INFO O| Aug 16 04:09:00.013 INFO STEP 776 (remove_files) COMPLETE
62112024-08-16T04:09:01.049Z[ recovery-image] Aug 16 04:09:00.013 INFO O| Aug 16 04:09:00.013 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-08-16T04:09:01.056Z[ recovery-image] Aug 16 04:09:00.023 INFO O| Aug 16 04:09:00.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
62132024-08-16T04:09:01.056Z[ recovery-image] Aug 16 04:09:00.023 INFO O| Aug 16 04:09:00.023 INFO STEP 777 (remove_files) COMPLETE
62142024-08-16T04:09:01.058Z[ recovery-image] Aug 16 04:09:00.023 INFO O| Aug 16 04:09:00.023 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-08-16T04:09:01.066Z[ recovery-image] Aug 16 04:09:00.032 INFO O| Aug 16 04:09:00.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62162024-08-16T04:09:01.068Z[ recovery-image] Aug 16 04:09:00.032 INFO O| Aug 16 04:09:00.032 INFO STEP 778 (remove_files) COMPLETE
62172024-08-16T04:09:01.069Z[ recovery-image] Aug 16 04:09:00.032 INFO O| Aug 16 04:09:00.032 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-08-16T04:09:01.075Z[ recovery-image] Aug 16 04:09:00.042 INFO O| Aug 16 04:09:00.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62192024-08-16T04:09:01.075Z[ recovery-image] Aug 16 04:09:00.042 INFO O| Aug 16 04:09:00.042 INFO STEP 779 (remove_files) COMPLETE
62202024-08-16T04:09:01.078Z[ recovery-image] Aug 16 04:09:00.042 INFO O| Aug 16 04:09:00.042 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-08-16T04:09:01.085Z[ recovery-image] Aug 16 04:09:00.052 INFO O| Aug 16 04:09:00.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62222024-08-16T04:09:01.085Z[ recovery-image] Aug 16 04:09:00.052 INFO O| Aug 16 04:09:00.052 INFO STEP 780 (remove_files) COMPLETE
62232024-08-16T04:09:01.087Z[ recovery-image] Aug 16 04:09:00.052 INFO O| Aug 16 04:09:00.052 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-08-16T04:09:01.094Z[ recovery-image] Aug 16 04:09:00.061 INFO O| Aug 16 04:09:00.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62252024-08-16T04:09:01.097Z[ recovery-image] Aug 16 04:09:00.061 INFO O| Aug 16 04:09:00.061 INFO STEP 781 (remove_files) COMPLETE
62262024-08-16T04:09:01.097Z[ recovery-image] Aug 16 04:09:00.061 INFO O| Aug 16 04:09:00.061 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-08-16T04:09:01.104Z[ recovery-image] Aug 16 04:09:00.071 INFO O| Aug 16 04:09:00.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62282024-08-16T04:09:01.106Z[ recovery-image] Aug 16 04:09:00.071 INFO O| Aug 16 04:09:00.071 INFO STEP 782 (remove_files) COMPLETE
62292024-08-16T04:09:01.106Z[ recovery-image] Aug 16 04:09:00.071 INFO O| Aug 16 04:09:00.071 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-08-16T04:09:01.113Z[ recovery-image] Aug 16 04:09:00.080 INFO O| Aug 16 04:09:00.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62312024-08-16T04:09:01.113Z[ recovery-image] Aug 16 04:09:00.080 INFO O| Aug 16 04:09:00.080 INFO STEP 783 (remove_files) COMPLETE
62322024-08-16T04:09:01.116Z[ recovery-image] Aug 16 04:09:00.080 INFO O| Aug 16 04:09:00.080 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-08-16T04:09:01.123Z[ recovery-image] Aug 16 04:09:00.090 INFO O| Aug 16 04:09:00.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62342024-08-16T04:09:01.123Z[ recovery-image] Aug 16 04:09:00.090 INFO O| Aug 16 04:09:00.090 INFO STEP 784 (remove_files) COMPLETE
62352024-08-16T04:09:01.126Z[ recovery-image] Aug 16 04:09:00.090 INFO O| Aug 16 04:09:00.090 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-08-16T04:09:01.133Z[ recovery-image] Aug 16 04:09:00.099 INFO O| Aug 16 04:09:00.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62372024-08-16T04:09:01.133Z[ recovery-image] Aug 16 04:09:00.099 INFO O| Aug 16 04:09:00.099 INFO STEP 785 (remove_files) COMPLETE
62382024-08-16T04:09:01.135Z[ recovery-image] Aug 16 04:09:00.099 INFO O| Aug 16 04:09:00.099 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-08-16T04:09:01.142Z[ recovery-image] Aug 16 04:09:00.109 INFO O| Aug 16 04:09:00.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62402024-08-16T04:09:01.145Z[ recovery-image] Aug 16 04:09:00.109 INFO O| Aug 16 04:09:00.109 INFO STEP 786 (remove_files) COMPLETE
62412024-08-16T04:09:01.145Z[ recovery-image] Aug 16 04:09:00.109 INFO O| Aug 16 04:09:00.109 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-08-16T04:09:01.152Z[ recovery-image] Aug 16 04:09:00.119 INFO O| Aug 16 04:09:00.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62432024-08-16T04:09:01.152Z[ recovery-image] Aug 16 04:09:00.119 INFO O| Aug 16 04:09:00.119 INFO STEP 787 (remove_files) COMPLETE
62442024-08-16T04:09:01.152Z[ recovery-image] Aug 16 04:09:00.119 INFO O| Aug 16 04:09:00.119 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-08-16T04:09:01.162Z[ recovery-image] Aug 16 04:09:00.129 INFO O| Aug 16 04:09:00.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62462024-08-16T04:09:01.162Z[ recovery-image] Aug 16 04:09:00.129 INFO O| Aug 16 04:09:00.129 INFO STEP 788 (remove_files) COMPLETE
62472024-08-16T04:09:01.165Z[ recovery-image] Aug 16 04:09:00.129 INFO O| Aug 16 04:09:00.129 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-08-16T04:09:01.172Z[ recovery-image] Aug 16 04:09:00.138 INFO O| Aug 16 04:09:00.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62492024-08-16T04:09:01.172Z[ recovery-image] Aug 16 04:09:00.138 INFO O| Aug 16 04:09:00.138 INFO STEP 789 (remove_files) COMPLETE
62502024-08-16T04:09:01.174Z[ recovery-image] Aug 16 04:09:00.138 INFO O| Aug 16 04:09:00.138 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-08-16T04:09:01.181Z[ recovery-image] Aug 16 04:09:00.148 INFO O| Aug 16 04:09:00.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62522024-08-16T04:09:01.184Z[ recovery-image] Aug 16 04:09:00.148 INFO O| Aug 16 04:09:00.148 INFO STEP 790 (remove_files) COMPLETE
62532024-08-16T04:09:01.184Z[ recovery-image] Aug 16 04:09:00.148 INFO O| Aug 16 04:09:00.148 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-08-16T04:09:01.191Z[ recovery-image] Aug 16 04:09:00.158 INFO O| Aug 16 04:09:00.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62552024-08-16T04:09:01.191Z[ recovery-image] Aug 16 04:09:00.158 INFO O| Aug 16 04:09:00.158 INFO STEP 791 (remove_files) COMPLETE
62562024-08-16T04:09:01.191Z[ recovery-image] Aug 16 04:09:00.158 INFO O| Aug 16 04:09:00.158 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-08-16T04:09:01.200Z[ recovery-image] Aug 16 04:09:00.167 INFO O| Aug 16 04:09:00.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62582024-08-16T04:09:01.203Z[ recovery-image] Aug 16 04:09:00.167 INFO O| Aug 16 04:09:00.167 INFO STEP 792 (remove_files) COMPLETE
62592024-08-16T04:09:01.203Z[ recovery-image] Aug 16 04:09:00.167 INFO O| Aug 16 04:09:00.167 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-08-16T04:09:01.210Z[ recovery-image] Aug 16 04:09:00.177 INFO O| Aug 16 04:09:00.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62612024-08-16T04:09:01.210Z[ recovery-image] Aug 16 04:09:00.177 INFO O| Aug 16 04:09:00.177 INFO STEP 793 (remove_files) COMPLETE
62622024-08-16T04:09:01.213Z[ recovery-image] Aug 16 04:09:00.177 INFO O| Aug 16 04:09:00.177 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-08-16T04:09:01.220Z[ recovery-image] Aug 16 04:09:00.187 INFO O| Aug 16 04:09:00.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62642024-08-16T04:09:01.220Z[ recovery-image] Aug 16 04:09:00.187 INFO O| Aug 16 04:09:00.187 INFO STEP 794 (remove_files) COMPLETE
62652024-08-16T04:09:01.223Z[ recovery-image] Aug 16 04:09:00.187 INFO O| Aug 16 04:09:00.187 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-08-16T04:09:01.231Z[ recovery-image] Aug 16 04:09:00.198 INFO O| Aug 16 04:09:00.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62672024-08-16T04:09:01.231Z[ recovery-image] Aug 16 04:09:00.198 INFO O| Aug 16 04:09:00.198 INFO STEP 795 (remove_files) COMPLETE
62682024-08-16T04:09:01.234Z[ recovery-image] Aug 16 04:09:00.198 INFO O| Aug 16 04:09:00.198 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-08-16T04:09:01.242Z[ recovery-image] Aug 16 04:09:00.209 INFO O| Aug 16 04:09:00.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62702024-08-16T04:09:01.245Z[ recovery-image] Aug 16 04:09:00.209 INFO O| Aug 16 04:09:00.209 INFO STEP 796 (remove_files) COMPLETE
62712024-08-16T04:09:01.245Z[ recovery-image] Aug 16 04:09:00.209 INFO O| Aug 16 04:09:00.209 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-08-16T04:09:01.252Z[ recovery-image] Aug 16 04:09:00.219 INFO O| Aug 16 04:09:00.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62732024-08-16T04:09:01.255Z[ recovery-image] Aug 16 04:09:00.219 INFO O| Aug 16 04:09:00.219 INFO STEP 797 (remove_files) COMPLETE
62742024-08-16T04:09:01.255Z[ recovery-image] Aug 16 04:09:00.219 INFO O| Aug 16 04:09:00.219 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-08-16T04:09:01.263Z[ recovery-image] Aug 16 04:09:00.230 INFO O| Aug 16 04:09:00.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62762024-08-16T04:09:01.263Z[ recovery-image] Aug 16 04:09:00.230 INFO O| Aug 16 04:09:00.230 INFO STEP 798 (remove_files) COMPLETE
62772024-08-16T04:09:01.266Z[ recovery-image] Aug 16 04:09:00.230 INFO O| Aug 16 04:09:00.230 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-08-16T04:09:01.274Z[ recovery-image] Aug 16 04:09:00.241 INFO O| Aug 16 04:09:00.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62792024-08-16T04:09:01.277Z[ recovery-image] Aug 16 04:09:00.241 INFO O| Aug 16 04:09:00.241 INFO STEP 799 (remove_files) COMPLETE
62802024-08-16T04:09:01.277Z[ recovery-image] Aug 16 04:09:00.241 INFO O| Aug 16 04:09:00.241 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-08-16T04:09:01.285Z[ recovery-image] Aug 16 04:09:00.252 INFO O| Aug 16 04:09:00.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62822024-08-16T04:09:01.285Z[ recovery-image] Aug 16 04:09:00.252 INFO O| Aug 16 04:09:00.252 INFO STEP 800 (remove_files) COMPLETE
62832024-08-16T04:09:01.285Z[ recovery-image] Aug 16 04:09:00.252 INFO O| Aug 16 04:09:00.252 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-08-16T04:09:01.296Z[ recovery-image] Aug 16 04:09:00.263 INFO O| Aug 16 04:09:00.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
62852024-08-16T04:09:01.299Z[ recovery-image] Aug 16 04:09:00.263 INFO O| Aug 16 04:09:00.263 INFO STEP 801 (remove_files) COMPLETE
62862024-08-16T04:09:01.299Z[ recovery-image] Aug 16 04:09:00.263 INFO O| Aug 16 04:09:00.263 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-08-16T04:09:01.306Z[ recovery-image] Aug 16 04:09:00.273 INFO O| Aug 16 04:09:00.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
62882024-08-16T04:09:01.306Z[ recovery-image] Aug 16 04:09:00.273 INFO O| Aug 16 04:09:00.273 INFO STEP 802 (remove_files) COMPLETE
62892024-08-16T04:09:01.309Z[ recovery-image] Aug 16 04:09:00.273 INFO O| Aug 16 04:09:00.273 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-08-16T04:09:01.316Z[ recovery-image] Aug 16 04:09:00.283 INFO O| Aug 16 04:09:00.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
62912024-08-16T04:09:01.319Z[ recovery-image] Aug 16 04:09:00.283 INFO O| Aug 16 04:09:00.283 INFO STEP 803 (remove_files) COMPLETE
62922024-08-16T04:09:01.319Z[ recovery-image] Aug 16 04:09:00.283 INFO O| Aug 16 04:09:00.283 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-08-16T04:09:01.326Z[ recovery-image] Aug 16 04:09:00.293 INFO O| Aug 16 04:09:00.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
62942024-08-16T04:09:01.326Z[ recovery-image] Aug 16 04:09:00.293 INFO O| Aug 16 04:09:00.293 INFO STEP 804 (remove_files) COMPLETE
62952024-08-16T04:09:01.326Z[ recovery-image] Aug 16 04:09:00.293 INFO O| Aug 16 04:09:00.293 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-08-16T04:09:01.336Z[ recovery-image] Aug 16 04:09:00.303 INFO O| Aug 16 04:09:00.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
62972024-08-16T04:09:01.339Z[ recovery-image] Aug 16 04:09:00.303 INFO O| Aug 16 04:09:00.303 INFO STEP 805 (remove_files) COMPLETE
62982024-08-16T04:09:01.339Z[ recovery-image] Aug 16 04:09:00.303 INFO O| Aug 16 04:09:00.303 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-08-16T04:09:01.346Z[ recovery-image] Aug 16 04:09:00.313 INFO O| Aug 16 04:09:00.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
63002024-08-16T04:09:01.346Z[ recovery-image] Aug 16 04:09:00.313 INFO O| Aug 16 04:09:00.313 INFO STEP 806 (remove_files) COMPLETE
63012024-08-16T04:09:01.348Z[ recovery-image] Aug 16 04:09:00.313 INFO O| Aug 16 04:09:00.313 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-08-16T04:09:01.355Z[ recovery-image] Aug 16 04:09:00.322 INFO O| Aug 16 04:09:00.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
63032024-08-16T04:09:01.355Z[ recovery-image] Aug 16 04:09:00.322 INFO O| Aug 16 04:09:00.322 INFO STEP 807 (remove_files) COMPLETE
63042024-08-16T04:09:01.358Z[ recovery-image] Aug 16 04:09:00.322 INFO O| Aug 16 04:09:00.322 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-08-16T04:09:01.365Z[ recovery-image] Aug 16 04:09:00.332 INFO O| Aug 16 04:09:00.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
63062024-08-16T04:09:01.368Z[ recovery-image] Aug 16 04:09:00.332 INFO O| Aug 16 04:09:00.332 INFO STEP 808 (remove_files) COMPLETE
63072024-08-16T04:09:01.368Z[ recovery-image] Aug 16 04:09:00.332 INFO O| Aug 16 04:09:00.332 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-08-16T04:09:01.374Z[ recovery-image] Aug 16 04:09:00.341 INFO O| Aug 16 04:09:00.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
63092024-08-16T04:09:01.377Z[ recovery-image] Aug 16 04:09:00.341 INFO O| Aug 16 04:09:00.341 INFO STEP 809 (remove_files) COMPLETE
63102024-08-16T04:09:01.378Z[ recovery-image] Aug 16 04:09:00.341 INFO O| Aug 16 04:09:00.341 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-08-16T04:09:01.384Z[ recovery-image] Aug 16 04:09:00.350 INFO O| Aug 16 04:09:00.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
63122024-08-16T04:09:01.386Z[ recovery-image] Aug 16 04:09:00.351 INFO O| Aug 16 04:09:00.350 INFO STEP 810 (remove_files) COMPLETE
63132024-08-16T04:09:01.386Z[ recovery-image] Aug 16 04:09:00.351 INFO O| Aug 16 04:09:00.351 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-08-16T04:09:01.393Z[ recovery-image] Aug 16 04:09:00.360 INFO O| Aug 16 04:09:00.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63152024-08-16T04:09:01.395Z[ recovery-image] Aug 16 04:09:00.360 INFO O| Aug 16 04:09:00.360 INFO STEP 811 (remove_files) COMPLETE
63162024-08-16T04:09:01.395Z[ recovery-image] Aug 16 04:09:00.360 INFO O| Aug 16 04:09:00.360 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-08-16T04:09:01.402Z[ recovery-image] Aug 16 04:09:00.369 INFO O| Aug 16 04:09:00.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63182024-08-16T04:09:01.402Z[ recovery-image] Aug 16 04:09:00.369 INFO O| Aug 16 04:09:00.369 INFO STEP 812 (remove_files) COMPLETE
63192024-08-16T04:09:01.405Z[ recovery-image] Aug 16 04:09:00.369 INFO O| Aug 16 04:09:00.369 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-08-16T04:09:01.412Z[ recovery-image] Aug 16 04:09:00.378 INFO O| Aug 16 04:09:00.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63212024-08-16T04:09:01.412Z[ recovery-image] Aug 16 04:09:00.378 INFO O| Aug 16 04:09:00.378 INFO STEP 813 (remove_files) COMPLETE
63222024-08-16T04:09:01.414Z[ recovery-image] Aug 16 04:09:00.379 INFO O| Aug 16 04:09:00.378 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-08-16T04:09:01.421Z[ recovery-image] Aug 16 04:09:00.388 INFO O| Aug 16 04:09:00.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63242024-08-16T04:09:01.421Z[ recovery-image] Aug 16 04:09:00.388 INFO O| Aug 16 04:09:00.388 INFO STEP 814 (remove_files) COMPLETE
63252024-08-16T04:09:01.424Z[ recovery-image] Aug 16 04:09:00.388 INFO O| Aug 16 04:09:00.388 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-08-16T04:09:01.431Z[ recovery-image] Aug 16 04:09:00.397 INFO O| Aug 16 04:09:00.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63272024-08-16T04:09:01.431Z[ recovery-image] Aug 16 04:09:00.397 INFO O| Aug 16 04:09:00.397 INFO STEP 815 (remove_files) COMPLETE
63282024-08-16T04:09:01.434Z[ recovery-image] Aug 16 04:09:00.397 INFO O| Aug 16 04:09:00.397 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-08-16T04:09:01.440Z[ recovery-image] Aug 16 04:09:00.407 INFO O| Aug 16 04:09:00.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63302024-08-16T04:09:01.443Z[ recovery-image] Aug 16 04:09:00.407 INFO O| Aug 16 04:09:00.407 INFO STEP 816 (remove_files) COMPLETE
63312024-08-16T04:09:01.443Z[ recovery-image] Aug 16 04:09:00.407 INFO O| Aug 16 04:09:00.407 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-08-16T04:09:01.450Z[ recovery-image] Aug 16 04:09:00.416 INFO O| Aug 16 04:09:00.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63332024-08-16T04:09:01.451Z[ recovery-image] Aug 16 04:09:00.416 INFO O| Aug 16 04:09:00.416 INFO STEP 817 (remove_files) COMPLETE
63342024-08-16T04:09:01.451Z[ recovery-image] Aug 16 04:09:00.416 INFO O| Aug 16 04:09:00.416 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-08-16T04:09:01.459Z[ recovery-image] Aug 16 04:09:00.426 INFO O| Aug 16 04:09:00.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63362024-08-16T04:09:01.461Z[ recovery-image] Aug 16 04:09:00.426 INFO O| Aug 16 04:09:00.426 INFO STEP 818 (remove_files) COMPLETE
63372024-08-16T04:09:01.461Z[ recovery-image] Aug 16 04:09:00.426 INFO O| Aug 16 04:09:00.426 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-08-16T04:09:01.468Z[ recovery-image] Aug 16 04:09:00.435 INFO O| Aug 16 04:09:00.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63392024-08-16T04:09:01.468Z[ recovery-image] Aug 16 04:09:00.435 INFO O| Aug 16 04:09:00.435 INFO STEP 819 (remove_files) COMPLETE
63402024-08-16T04:09:01.468Z[ recovery-image] Aug 16 04:09:00.435 INFO O| Aug 16 04:09:00.435 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-08-16T04:09:01.477Z[ recovery-image] Aug 16 04:09:00.444 INFO O| Aug 16 04:09:00.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63422024-08-16T04:09:01.477Z[ recovery-image] Aug 16 04:09:00.444 INFO O| Aug 16 04:09:00.444 INFO STEP 820 (remove_files) COMPLETE
63432024-08-16T04:09:01.480Z[ recovery-image] Aug 16 04:09:00.444 INFO O| Aug 16 04:09:00.444 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-08-16T04:09:01.487Z[ recovery-image] Aug 16 04:09:00.454 INFO O| Aug 16 04:09:00.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63452024-08-16T04:09:01.487Z[ recovery-image] Aug 16 04:09:00.454 INFO O| Aug 16 04:09:00.454 INFO STEP 821 (remove_files) COMPLETE
63462024-08-16T04:09:01.490Z[ recovery-image] Aug 16 04:09:00.454 INFO O| Aug 16 04:09:00.454 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-08-16T04:09:01.496Z[ recovery-image] Aug 16 04:09:00.463 INFO O| Aug 16 04:09:00.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63482024-08-16T04:09:01.498Z[ recovery-image] Aug 16 04:09:00.464 INFO O| Aug 16 04:09:00.464 INFO STEP 822 (remove_files) COMPLETE
63492024-08-16T04:09:01.498Z[ recovery-image] Aug 16 04:09:00.464 INFO O| Aug 16 04:09:00.464 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-08-16T04:09:01.506Z[ recovery-image] Aug 16 04:09:00.473 INFO O| Aug 16 04:09:00.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63512024-08-16T04:09:01.506Z[ recovery-image] Aug 16 04:09:00.473 INFO O| Aug 16 04:09:00.473 INFO STEP 823 (remove_files) COMPLETE
63522024-08-16T04:09:01.509Z[ recovery-image] Aug 16 04:09:00.473 INFO O| Aug 16 04:09:00.473 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-08-16T04:09:01.516Z[ recovery-image] Aug 16 04:09:00.482 INFO O| Aug 16 04:09:00.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63542024-08-16T04:09:01.516Z[ recovery-image] Aug 16 04:09:00.482 INFO O| Aug 16 04:09:00.482 INFO STEP 824 (remove_files) COMPLETE
63552024-08-16T04:09:01.518Z[ recovery-image] Aug 16 04:09:00.483 INFO O| Aug 16 04:09:00.482 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-08-16T04:09:01.525Z[ recovery-image] Aug 16 04:09:00.492 INFO O| Aug 16 04:09:00.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63572024-08-16T04:09:01.525Z[ recovery-image] Aug 16 04:09:00.492 INFO O| Aug 16 04:09:00.492 INFO STEP 825 (remove_files) COMPLETE
63582024-08-16T04:09:01.528Z[ recovery-image] Aug 16 04:09:00.492 INFO O| Aug 16 04:09:00.492 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-08-16T04:09:01.534Z[ recovery-image] Aug 16 04:09:00.501 INFO O| Aug 16 04:09:00.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63602024-08-16T04:09:01.536Z[ recovery-image] Aug 16 04:09:00.501 INFO O| Aug 16 04:09:00.501 INFO STEP 826 (remove_files) COMPLETE
63612024-08-16T04:09:01.536Z[ recovery-image] Aug 16 04:09:00.501 INFO O| Aug 16 04:09:00.501 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-08-16T04:09:01.544Z[ recovery-image] Aug 16 04:09:00.510 INFO O| Aug 16 04:09:00.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63632024-08-16T04:09:01.546Z[ recovery-image] Aug 16 04:09:00.511 INFO O| Aug 16 04:09:00.511 INFO STEP 827 (remove_files) COMPLETE
63642024-08-16T04:09:01.546Z[ recovery-image] Aug 16 04:09:00.511 INFO O| Aug 16 04:09:00.511 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-08-16T04:09:01.549Z[ host-image] Aug 16 04:09:00.513 INFO O| Aug 16 04:09:00.513 INFO O| Planning: Solver setup ... Done
63662024-08-16T04:09:01.552Z[ host-image] Aug 16 04:09:00.517 INFO O| Aug 16 04:09:00.517 INFO O| Planning: Running solver ... Done
63672024-08-16T04:09:01.554Z[ recovery-image] Aug 16 04:09:00.520 INFO O| Aug 16 04:09:00.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63682024-08-16T04:09:01.554Z[ recovery-image] Aug 16 04:09:00.521 INFO O| Aug 16 04:09:00.521 INFO STEP 828 (remove_files) COMPLETE
63692024-08-16T04:09:01.554Z[ recovery-image] Aug 16 04:09:00.521 INFO O| Aug 16 04:09:00.521 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-08-16T04:09:01.563Z[ recovery-image] Aug 16 04:09:00.530 INFO O| Aug 16 04:09:00.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63712024-08-16T04:09:01.563Z[ recovery-image] Aug 16 04:09:00.530 INFO O| Aug 16 04:09:00.530 INFO STEP 829 (remove_files) COMPLETE
63722024-08-16T04:09:01.563Z[ recovery-image] Aug 16 04:09:00.530 INFO O| Aug 16 04:09:00.530 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-08-16T04:09:01.573Z[ recovery-image] Aug 16 04:09:00.539 INFO O| Aug 16 04:09:00.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63742024-08-16T04:09:01.575Z[ recovery-image] Aug 16 04:09:00.540 INFO O| Aug 16 04:09:00.540 INFO STEP 830 (remove_files) COMPLETE
63752024-08-16T04:09:01.575Z[ recovery-image] Aug 16 04:09:00.540 INFO O| Aug 16 04:09:00.540 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-08-16T04:09:01.582Z[ recovery-image] Aug 16 04:09:00.549 INFO O| Aug 16 04:09:00.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63772024-08-16T04:09:01.582Z[ recovery-image] Aug 16 04:09:00.549 INFO O| Aug 16 04:09:00.549 INFO STEP 831 (remove_files) COMPLETE
63782024-08-16T04:09:01.585Z[ recovery-image] Aug 16 04:09:00.549 INFO O| Aug 16 04:09:00.549 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-08-16T04:09:01.588Z[ host-image] Aug 16 04:09:00.555 INFO O| Aug 16 04:09:00.555 INFO O| Planning: Finding local manifests ... Done
63802024-08-16T04:09:01.591Z[ host-image] Aug 16 04:09:00.556 INFO O| Aug 16 04:09:00.556 INFO O| Planning: Fetching manifests: 0/4 0% complete
63812024-08-16T04:09:01.593Z[ recovery-image] Aug 16 04:09:00.558 INFO O| Aug 16 04:09:00.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63822024-08-16T04:09:01.593Z[ recovery-image] Aug 16 04:09:00.558 INFO O| Aug 16 04:09:00.558 INFO STEP 832 (remove_files) COMPLETE
63832024-08-16T04:09:01.593Z[ recovery-image] Aug 16 04:09:00.558 INFO O| Aug 16 04:09:00.558 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-08-16T04:09:01.601Z[ recovery-image] Aug 16 04:09:00.567 INFO O| Aug 16 04:09:00.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63852024-08-16T04:09:01.603Z[ recovery-image] Aug 16 04:09:00.568 INFO O| Aug 16 04:09:00.567 INFO STEP 833 (remove_files) COMPLETE
63862024-08-16T04:09:01.603Z[ recovery-image] Aug 16 04:09:00.568 INFO O| Aug 16 04:09:00.567 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-08-16T04:09:01.610Z[ recovery-image] Aug 16 04:09:00.577 INFO O| Aug 16 04:09:00.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
63882024-08-16T04:09:01.613Z[ recovery-image] Aug 16 04:09:00.578 INFO O| Aug 16 04:09:00.578 INFO STEP 834 (remove_files) COMPLETE
63892024-08-16T04:09:01.613Z[ recovery-image] Aug 16 04:09:00.578 INFO O| Aug 16 04:09:00.578 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-08-16T04:09:01.621Z[ recovery-image] Aug 16 04:09:00.587 INFO O| Aug 16 04:09:00.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
63912024-08-16T04:09:01.623Z[ recovery-image] Aug 16 04:09:00.588 INFO O| Aug 16 04:09:00.588 INFO STEP 835 (remove_files) COMPLETE
63922024-08-16T04:09:01.623Z[ recovery-image] Aug 16 04:09:00.588 INFO O| Aug 16 04:09:00.588 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-08-16T04:09:01.630Z[ recovery-image] Aug 16 04:09:00.597 INFO O| Aug 16 04:09:00.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
63942024-08-16T04:09:01.630Z[ recovery-image] Aug 16 04:09:00.597 INFO O| Aug 16 04:09:00.597 INFO STEP 836 (remove_files) COMPLETE
63952024-08-16T04:09:01.633Z[ recovery-image] Aug 16 04:09:00.597 INFO O| Aug 16 04:09:00.597 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-08-16T04:09:01.640Z[ recovery-image] Aug 16 04:09:00.606 INFO O| Aug 16 04:09:00.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
63972024-08-16T04:09:01.640Z[ recovery-image] Aug 16 04:09:00.606 INFO O| Aug 16 04:09:00.606 INFO STEP 837 (remove_files) COMPLETE
63982024-08-16T04:09:01.640Z[ recovery-image] Aug 16 04:09:00.607 INFO O| Aug 16 04:09:00.606 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-08-16T04:09:01.649Z[ recovery-image] Aug 16 04:09:00.616 INFO O| Aug 16 04:09:00.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
64002024-08-16T04:09:01.652Z[ recovery-image] Aug 16 04:09:00.616 INFO O| Aug 16 04:09:00.616 INFO STEP 838 (remove_files) COMPLETE
64012024-08-16T04:09:01.652Z[ recovery-image] Aug 16 04:09:00.616 INFO O| Aug 16 04:09:00.616 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-08-16T04:09:01.659Z[ recovery-image] Aug 16 04:09:00.626 INFO O| Aug 16 04:09:00.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
64032024-08-16T04:09:01.659Z[ recovery-image] Aug 16 04:09:00.626 INFO O| Aug 16 04:09:00.626 INFO STEP 839 (remove_files) COMPLETE
64042024-08-16T04:09:01.662Z[ recovery-image] Aug 16 04:09:00.626 INFO O| Aug 16 04:09:00.626 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-08-16T04:09:01.669Z[ recovery-image] Aug 16 04:09:00.636 INFO O| Aug 16 04:09:00.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
64062024-08-16T04:09:01.669Z[ recovery-image] Aug 16 04:09:00.636 INFO O| Aug 16 04:09:00.636 INFO STEP 840 (remove_files) COMPLETE
64072024-08-16T04:09:01.672Z[ recovery-image] Aug 16 04:09:00.636 INFO O| Aug 16 04:09:00.636 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-08-16T04:09:01.677Z[ host-image] Aug 16 04:09:00.644 INFO O| Aug 16 04:09:00.644 INFO O| Planning: Fetching manifests: 4/4 100% complete
64092024-08-16T04:09:01.680Z[ recovery-image] Aug 16 04:09:00.645 INFO O| Aug 16 04:09:00.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
64102024-08-16T04:09:01.680Z[ recovery-image] Aug 16 04:09:00.645 INFO O| Aug 16 04:09:00.645 INFO STEP 841 (remove_files) COMPLETE
64112024-08-16T04:09:01.680Z[ recovery-image] Aug 16 04:09:00.645 INFO O| Aug 16 04:09:00.645 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-08-16T04:09:01.688Z[ recovery-image] Aug 16 04:09:00.654 INFO O| Aug 16 04:09:00.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
64132024-08-16T04:09:01.688Z[ recovery-image] Aug 16 04:09:00.655 INFO O| Aug 16 04:09:00.655 INFO STEP 842 (remove_files) COMPLETE
64142024-08-16T04:09:01.690Z[ recovery-image] Aug 16 04:09:00.655 INFO O| Aug 16 04:09:00.655 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-08-16T04:09:01.697Z[ recovery-image] Aug 16 04:09:00.664 INFO O| Aug 16 04:09:00.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
64162024-08-16T04:09:01.697Z[ recovery-image] Aug 16 04:09:00.664 INFO O| Aug 16 04:09:00.664 INFO STEP 843 (remove_files) COMPLETE
64172024-08-16T04:09:01.700Z[ recovery-image] Aug 16 04:09:00.664 INFO O| Aug 16 04:09:00.664 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-08-16T04:09:01.700Z[ host-image] Aug 16 04:09:00.666 INFO O| Aug 16 04:09:00.666 INFO O| Planning: Package planning ... Done
64192024-08-16T04:09:01.703Z[ host-image] Aug 16 04:09:00.669 INFO O| Aug 16 04:09:00.669 INFO O| Planning: Merging actions ... Done
64202024-08-16T04:09:01.708Z[ recovery-image] Aug 16 04:09:00.674 INFO O| Aug 16 04:09:00.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
64212024-08-16T04:09:01.711Z[ recovery-image] Aug 16 04:09:00.674 INFO O| Aug 16 04:09:00.674 INFO STEP 844 (remove_files) COMPLETE
64222024-08-16T04:09:01.711Z[ recovery-image] Aug 16 04:09:00.674 INFO O| Aug 16 04:09:00.674 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-08-16T04:09:01.717Z[ recovery-image] Aug 16 04:09:00.684 INFO O| Aug 16 04:09:00.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64242024-08-16T04:09:01.717Z[ recovery-image] Aug 16 04:09:00.684 INFO O| Aug 16 04:09:00.684 INFO STEP 845 (remove_files) COMPLETE
64252024-08-16T04:09:01.721Z[ recovery-image] Aug 16 04:09:00.684 INFO O| Aug 16 04:09:00.684 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-08-16T04:09:01.727Z[ recovery-image] Aug 16 04:09:00.694 INFO O| Aug 16 04:09:00.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
64272024-08-16T04:09:01.727Z[ recovery-image] Aug 16 04:09:00.694 INFO O| Aug 16 04:09:00.694 INFO STEP 846 (remove_files) COMPLETE
64282024-08-16T04:09:01.727Z[ recovery-image] Aug 16 04:09:00.694 INFO O| Aug 16 04:09:00.694 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-08-16T04:09:01.737Z[ recovery-image] Aug 16 04:09:00.703 INFO O| Aug 16 04:09:00.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64302024-08-16T04:09:01.740Z[ recovery-image] Aug 16 04:09:00.703 INFO O| Aug 16 04:09:00.703 INFO STEP 847 (remove_files) COMPLETE
64312024-08-16T04:09:01.740Z[ recovery-image] Aug 16 04:09:00.703 INFO O| Aug 16 04:09:00.703 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-08-16T04:09:01.746Z[ recovery-image] Aug 16 04:09:00.713 INFO O| Aug 16 04:09:00.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64332024-08-16T04:09:01.746Z[ recovery-image] Aug 16 04:09:00.713 INFO O| Aug 16 04:09:00.713 INFO STEP 848 (remove_files) COMPLETE
64342024-08-16T04:09:01.748Z[ recovery-image] Aug 16 04:09:00.713 INFO O| Aug 16 04:09:00.713 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-08-16T04:09:01.755Z[ recovery-image] Aug 16 04:09:00.722 INFO O| Aug 16 04:09:00.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64362024-08-16T04:09:01.755Z[ recovery-image] Aug 16 04:09:00.722 INFO O| Aug 16 04:09:00.722 INFO STEP 849 (remove_files) COMPLETE
64372024-08-16T04:09:01.758Z[ recovery-image] Aug 16 04:09:00.722 INFO O| Aug 16 04:09:00.722 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-08-16T04:09:01.766Z[ recovery-image] Aug 16 04:09:00.731 INFO O| Aug 16 04:09:00.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64392024-08-16T04:09:01.766Z[ recovery-image] Aug 16 04:09:00.731 INFO O| Aug 16 04:09:00.731 INFO STEP 850 (remove_files) COMPLETE
64402024-08-16T04:09:01.766Z[ recovery-image] Aug 16 04:09:00.731 INFO O| Aug 16 04:09:00.731 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-08-16T04:09:01.774Z[ recovery-image] Aug 16 04:09:00.741 INFO O| Aug 16 04:09:00.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64422024-08-16T04:09:01.777Z[ recovery-image] Aug 16 04:09:00.741 INFO O| Aug 16 04:09:00.741 INFO STEP 851 (remove_files) COMPLETE
64432024-08-16T04:09:01.777Z[ recovery-image] Aug 16 04:09:00.741 INFO O| Aug 16 04:09:00.741 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-08-16T04:09:01.781Z[ host-image] Aug 16 04:09:00.748 INFO O| Aug 16 04:09:00.747 INFO O| Planning: Checking for conflicting actions ... Done
64452024-08-16T04:09:01.784Z[ host-image] Aug 16 04:09:00.749 INFO O| Aug 16 04:09:00.748 INFO O| Planning: Consolidating action changes ... Done
64462024-08-16T04:09:01.784Z[ recovery-image] Aug 16 04:09:00.750 INFO O| Aug 16 04:09:00.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64472024-08-16T04:09:01.784Z[ recovery-image] Aug 16 04:09:00.750 INFO O| Aug 16 04:09:00.750 INFO STEP 852 (remove_files) COMPLETE
64482024-08-16T04:09:01.784Z[ recovery-image] Aug 16 04:09:00.750 INFO O| Aug 16 04:09:00.750 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-08-16T04:09:01.797Z[ recovery-image] Aug 16 04:09:00.759 INFO O| Aug 16 04:09:00.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64502024-08-16T04:09:01.797Z[ recovery-image] Aug 16 04:09:00.759 INFO O| Aug 16 04:09:00.759 INFO STEP 853 (remove_files) COMPLETE
64512024-08-16T04:09:01.799Z[ recovery-image] Aug 16 04:09:00.759 INFO O| Aug 16 04:09:00.759 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-08-16T04:09:01.802Z[ recovery-image] Aug 16 04:09:00.768 INFO O| Aug 16 04:09:00.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64532024-08-16T04:09:01.802Z[ recovery-image] Aug 16 04:09:00.768 INFO O| Aug 16 04:09:00.768 INFO STEP 854 (remove_files) COMPLETE
64542024-08-16T04:09:01.802Z[ recovery-image] Aug 16 04:09:00.769 INFO O| Aug 16 04:09:00.768 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-08-16T04:09:01.811Z[ recovery-image] Aug 16 04:09:00.778 INFO O| Aug 16 04:09:00.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64562024-08-16T04:09:01.811Z[ recovery-image] Aug 16 04:09:00.778 INFO O| Aug 16 04:09:00.778 INFO STEP 855 (remove_files) COMPLETE
64572024-08-16T04:09:01.811Z[ recovery-image] Aug 16 04:09:00.778 INFO O| Aug 16 04:09:00.778 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-08-16T04:09:01.820Z[ recovery-image] Aug 16 04:09:00.787 INFO O| Aug 16 04:09:00.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64592024-08-16T04:09:01.824Z[ recovery-image] Aug 16 04:09:00.787 INFO O| Aug 16 04:09:00.787 INFO STEP 856 (remove_files) COMPLETE
64602024-08-16T04:09:01.824Z[ recovery-image] Aug 16 04:09:00.787 INFO O| Aug 16 04:09:00.787 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-08-16T04:09:01.830Z[ recovery-image] Aug 16 04:09:00.797 INFO O| Aug 16 04:09:00.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64622024-08-16T04:09:01.830Z[ recovery-image] Aug 16 04:09:00.797 INFO O| Aug 16 04:09:00.797 INFO STEP 857 (remove_files) COMPLETE
64632024-08-16T04:09:01.833Z[ recovery-image] Aug 16 04:09:00.797 INFO O| Aug 16 04:09:00.797 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-08-16T04:09:01.839Z[ recovery-image] Aug 16 04:09:00.806 INFO O| Aug 16 04:09:00.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64652024-08-16T04:09:01.841Z[ recovery-image] Aug 16 04:09:00.806 INFO O| Aug 16 04:09:00.806 INFO STEP 858 (remove_files) COMPLETE
64662024-08-16T04:09:01.841Z[ recovery-image] Aug 16 04:09:00.806 INFO O| Aug 16 04:09:00.806 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-08-16T04:09:01.848Z[ recovery-image] Aug 16 04:09:00.815 INFO O| Aug 16 04:09:00.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64682024-08-16T04:09:01.848Z[ recovery-image] Aug 16 04:09:00.815 INFO O| Aug 16 04:09:00.815 INFO STEP 859 (remove_files) COMPLETE
64692024-08-16T04:09:01.851Z[ recovery-image] Aug 16 04:09:00.815 INFO O| Aug 16 04:09:00.815 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-08-16T04:09:01.858Z[ recovery-image] Aug 16 04:09:00.824 INFO O| Aug 16 04:09:00.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64712024-08-16T04:09:01.858Z[ recovery-image] Aug 16 04:09:00.824 INFO O| Aug 16 04:09:00.824 INFO STEP 860 (remove_files) COMPLETE
64722024-08-16T04:09:01.861Z[ recovery-image] Aug 16 04:09:00.824 INFO O| Aug 16 04:09:00.824 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-08-16T04:09:01.867Z[ recovery-image] Aug 16 04:09:00.833 INFO O| Aug 16 04:09:00.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64742024-08-16T04:09:01.867Z[ recovery-image] Aug 16 04:09:00.833 INFO O| Aug 16 04:09:00.833 INFO STEP 861 (remove_files) COMPLETE
64752024-08-16T04:09:01.869Z[ recovery-image] Aug 16 04:09:00.833 INFO O| Aug 16 04:09:00.833 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-08-16T04:09:01.876Z[ recovery-image] Aug 16 04:09:00.842 INFO O| Aug 16 04:09:00.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64772024-08-16T04:09:01.878Z[ recovery-image] Aug 16 04:09:00.842 INFO O| Aug 16 04:09:00.842 INFO STEP 862 (remove_files) COMPLETE
64782024-08-16T04:09:01.878Z[ recovery-image] Aug 16 04:09:00.843 INFO O| Aug 16 04:09:00.842 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-08-16T04:09:01.885Z[ recovery-image] Aug 16 04:09:00.852 INFO O| Aug 16 04:09:00.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64802024-08-16T04:09:01.885Z[ recovery-image] Aug 16 04:09:00.852 INFO O| Aug 16 04:09:00.852 INFO STEP 863 (remove_files) COMPLETE
64812024-08-16T04:09:01.887Z[ recovery-image] Aug 16 04:09:00.852 INFO O| Aug 16 04:09:00.852 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-08-16T04:09:01.894Z[ recovery-image] Aug 16 04:09:00.861 INFO O| Aug 16 04:09:00.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64832024-08-16T04:09:01.897Z[ recovery-image] Aug 16 04:09:00.861 INFO O| Aug 16 04:09:00.861 INFO STEP 864 (remove_files) COMPLETE
64842024-08-16T04:09:01.897Z[ recovery-image] Aug 16 04:09:00.861 INFO O| Aug 16 04:09:00.861 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-08-16T04:09:01.904Z[ recovery-image] Aug 16 04:09:00.871 INFO O| Aug 16 04:09:00.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64862024-08-16T04:09:01.904Z[ recovery-image] Aug 16 04:09:00.871 INFO O| Aug 16 04:09:00.871 INFO STEP 865 (remove_files) COMPLETE
64872024-08-16T04:09:01.907Z[ recovery-image] Aug 16 04:09:00.871 INFO O| Aug 16 04:09:00.871 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-08-16T04:09:01.914Z[ recovery-image] Aug 16 04:09:00.881 INFO O| Aug 16 04:09:00.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
64892024-08-16T04:09:01.914Z[ recovery-image] Aug 16 04:09:00.881 INFO O| Aug 16 04:09:00.881 INFO STEP 866 (remove_files) COMPLETE
64902024-08-16T04:09:01.916Z[ recovery-image] Aug 16 04:09:00.881 INFO O| Aug 16 04:09:00.881 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-08-16T04:09:01.923Z[ recovery-image] Aug 16 04:09:00.890 INFO O| Aug 16 04:09:00.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
64922024-08-16T04:09:01.923Z[ recovery-image] Aug 16 04:09:00.890 INFO O| Aug 16 04:09:00.890 INFO STEP 867 (remove_files) COMPLETE
64932024-08-16T04:09:01.923Z[ recovery-image] Aug 16 04:09:00.890 INFO O| Aug 16 04:09:00.890 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-08-16T04:09:01.932Z[ recovery-image] Aug 16 04:09:00.899 INFO O| Aug 16 04:09:00.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
64952024-08-16T04:09:01.933Z[ recovery-image] Aug 16 04:09:00.899 INFO O| Aug 16 04:09:00.899 INFO STEP 868 (remove_files) COMPLETE
64962024-08-16T04:09:01.935Z[ recovery-image] Aug 16 04:09:00.899 INFO O| Aug 16 04:09:00.899 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-08-16T04:09:01.942Z[ recovery-image] Aug 16 04:09:00.909 INFO O| Aug 16 04:09:00.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
64982024-08-16T04:09:01.944Z[ recovery-image] Aug 16 04:09:00.909 INFO O| Aug 16 04:09:00.909 INFO STEP 869 (remove_files) COMPLETE
64992024-08-16T04:09:01.944Z[ recovery-image] Aug 16 04:09:00.909 INFO O| Aug 16 04:09:00.909 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-08-16T04:09:01.951Z[ recovery-image] Aug 16 04:09:00.918 INFO O| Aug 16 04:09:00.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
65012024-08-16T04:09:01.951Z[ recovery-image] Aug 16 04:09:00.918 INFO O| Aug 16 04:09:00.918 INFO STEP 870 (remove_files) COMPLETE
65022024-08-16T04:09:01.951Z[ recovery-image] Aug 16 04:09:00.918 INFO O| Aug 16 04:09:00.918 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-08-16T04:09:01.957Z[ host-image] Aug 16 04:09:00.924 INFO O| Aug 16 04:09:00.924 INFO O| Planning: Evaluating mediators ... Done
65042024-08-16T04:09:01.959Z[ host-image] Aug 16 04:09:00.925 INFO O| Aug 16 04:09:00.925 INFO O| Planning: Planning completed in 2.06 seconds
65052024-08-16T04:09:01.962Z[ host-image] Aug 16 04:09:00.926 INFO O| Aug 16 04:09:00.926 INFO O| Packages to install: 4
65062024-08-16T04:09:01.962Z[ host-image] Aug 16 04:09:00.927 INFO O| Aug 16 04:09:00.926 INFO O| Services to change: 2
65072024-08-16T04:09:01.962Z[ recovery-image] Aug 16 04:09:00.928 INFO O| Aug 16 04:09:00.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
65082024-08-16T04:09:01.962Z[ recovery-image] Aug 16 04:09:00.928 INFO O| Aug 16 04:09:00.928 INFO STEP 871 (remove_files) COMPLETE
65092024-08-16T04:09:01.962Z[ recovery-image] Aug 16 04:09:00.928 INFO O| Aug 16 04:09:00.928 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-08-16T04:09:01.970Z[ host-image] Aug 16 04:09:00.937 INFO O| Aug 16 04:09:00.937 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
65112024-08-16T04:09:01.972Z[ recovery-image] Aug 16 04:09:00.937 INFO O| Aug 16 04:09:00.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
65122024-08-16T04:09:01.972Z[ recovery-image] Aug 16 04:09:00.937 INFO O| Aug 16 04:09:00.937 INFO STEP 872 (remove_files) COMPLETE
65132024-08-16T04:09:01.972Z[ recovery-image] Aug 16 04:09:00.937 INFO O| Aug 16 04:09:00.937 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-08-16T04:09:01.980Z[ recovery-image] Aug 16 04:09:00.947 INFO O| Aug 16 04:09:00.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
65152024-08-16T04:09:01.983Z[ recovery-image] Aug 16 04:09:00.947 INFO O| Aug 16 04:09:00.947 INFO STEP 873 (remove_files) COMPLETE
65162024-08-16T04:09:01.983Z[ recovery-image] Aug 16 04:09:00.947 INFO O| Aug 16 04:09:00.947 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-08-16T04:09:01.990Z[ recovery-image] Aug 16 04:09:00.956 INFO O| Aug 16 04:09:00.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
65182024-08-16T04:09:01.992Z[ recovery-image] Aug 16 04:09:00.957 INFO O| Aug 16 04:09:00.957 INFO STEP 874 (remove_files) COMPLETE
65192024-08-16T04:09:01.992Z[ recovery-image] Aug 16 04:09:00.957 INFO O| Aug 16 04:09:00.957 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-08-16T04:09:01.999Z[ recovery-image] Aug 16 04:09:00.966 INFO O| Aug 16 04:09:00.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
65212024-08-16T04:09:02.002Z[ recovery-image] Aug 16 04:09:00.966 INFO O| Aug 16 04:09:00.966 INFO STEP 875 (remove_files) COMPLETE
65222024-08-16T04:09:02.002Z[ recovery-image] Aug 16 04:09:00.966 INFO O| Aug 16 04:09:00.966 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-08-16T04:09:02.010Z[ recovery-image] Aug 16 04:09:00.976 INFO O| Aug 16 04:09:00.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
65242024-08-16T04:09:02.010Z[ recovery-image] Aug 16 04:09:00.976 INFO O| Aug 16 04:09:00.976 INFO STEP 876 (remove_files) COMPLETE
65252024-08-16T04:09:02.010Z[ recovery-image] Aug 16 04:09:00.976 INFO O| Aug 16 04:09:00.976 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-08-16T04:09:02.018Z[ recovery-image] Aug 16 04:09:00.985 INFO O| Aug 16 04:09:00.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
65272024-08-16T04:09:02.021Z[ recovery-image] Aug 16 04:09:00.985 INFO O| Aug 16 04:09:00.985 INFO STEP 877 (remove_files) COMPLETE
65282024-08-16T04:09:02.021Z[ recovery-image] Aug 16 04:09:00.985 INFO O| Aug 16 04:09:00.985 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-08-16T04:09:02.027Z[ recovery-image] Aug 16 04:09:00.994 INFO O| Aug 16 04:09:00.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65302024-08-16T04:09:02.028Z[ recovery-image] Aug 16 04:09:00.994 INFO O| Aug 16 04:09:00.994 INFO STEP 878 (remove_files) COMPLETE
65312024-08-16T04:09:02.030Z[ recovery-image] Aug 16 04:09:00.994 INFO O| Aug 16 04:09:00.994 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-08-16T04:09:02.037Z[ recovery-image] Aug 16 04:09:01.004 INFO O| Aug 16 04:09:01.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
65332024-08-16T04:09:02.040Z[ recovery-image] Aug 16 04:09:01.004 INFO O| Aug 16 04:09:01.004 INFO STEP 879 (remove_files) COMPLETE
65342024-08-16T04:09:02.040Z[ recovery-image] Aug 16 04:09:01.004 INFO O| Aug 16 04:09:01.004 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-08-16T04:09:02.047Z[ recovery-image] Aug 16 04:09:01.014 INFO O| Aug 16 04:09:01.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65362024-08-16T04:09:02.047Z[ recovery-image] Aug 16 04:09:01.014 INFO O| Aug 16 04:09:01.014 INFO STEP 880 (remove_files) COMPLETE
65372024-08-16T04:09:02.049Z[ recovery-image] Aug 16 04:09:01.014 INFO O| Aug 16 04:09:01.014 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-08-16T04:09:02.056Z[ recovery-image] Aug 16 04:09:01.023 INFO O| Aug 16 04:09:01.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65392024-08-16T04:09:02.059Z[ recovery-image] Aug 16 04:09:01.023 INFO O| Aug 16 04:09:01.023 INFO STEP 881 (remove_files) COMPLETE
65402024-08-16T04:09:02.059Z[ recovery-image] Aug 16 04:09:01.023 INFO O| Aug 16 04:09:01.023 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-08-16T04:09:02.066Z[ recovery-image] Aug 16 04:09:01.033 INFO O| Aug 16 04:09:01.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65422024-08-16T04:09:02.066Z[ recovery-image] Aug 16 04:09:01.033 INFO O| Aug 16 04:09:01.033 INFO STEP 882 (remove_files) COMPLETE
65432024-08-16T04:09:02.066Z[ recovery-image] Aug 16 04:09:01.033 INFO O| Aug 16 04:09:01.033 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-08-16T04:09:02.075Z[ recovery-image] Aug 16 04:09:01.042 INFO O| Aug 16 04:09:01.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65452024-08-16T04:09:02.075Z[ recovery-image] Aug 16 04:09:01.042 INFO O| Aug 16 04:09:01.042 INFO STEP 883 (remove_files) COMPLETE
65462024-08-16T04:09:02.078Z[ recovery-image] Aug 16 04:09:01.042 INFO O| Aug 16 04:09:01.042 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-08-16T04:09:02.084Z[ recovery-image] Aug 16 04:09:01.051 INFO O| Aug 16 04:09:01.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65482024-08-16T04:09:02.087Z[ recovery-image] Aug 16 04:09:01.051 INFO O| Aug 16 04:09:01.051 INFO STEP 884 (remove_files) COMPLETE
65492024-08-16T04:09:02.087Z[ recovery-image] Aug 16 04:09:01.051 INFO O| Aug 16 04:09:01.051 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-08-16T04:09:02.094Z[ recovery-image] Aug 16 04:09:01.061 INFO O| Aug 16 04:09:01.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65512024-08-16T04:09:02.094Z[ recovery-image] Aug 16 04:09:01.061 INFO O| Aug 16 04:09:01.061 INFO STEP 885 (remove_files) COMPLETE
65522024-08-16T04:09:02.097Z[ recovery-image] Aug 16 04:09:01.061 INFO O| Aug 16 04:09:01.061 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-08-16T04:09:02.103Z[ recovery-image] Aug 16 04:09:01.070 INFO O| Aug 16 04:09:01.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65542024-08-16T04:09:02.106Z[ recovery-image] Aug 16 04:09:01.070 INFO O| Aug 16 04:09:01.070 INFO STEP 886 (remove_files) COMPLETE
65552024-08-16T04:09:02.106Z[ recovery-image] Aug 16 04:09:01.070 INFO O| Aug 16 04:09:01.070 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-08-16T04:09:02.113Z[ recovery-image] Aug 16 04:09:01.080 INFO O| Aug 16 04:09:01.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65572024-08-16T04:09:02.117Z[ recovery-image] Aug 16 04:09:01.081 INFO O| Aug 16 04:09:01.081 INFO STEP 887 (remove_files) COMPLETE
65582024-08-16T04:09:02.117Z[ recovery-image] Aug 16 04:09:01.081 INFO O| Aug 16 04:09:01.081 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-08-16T04:09:02.123Z[ recovery-image] Aug 16 04:09:01.090 INFO O| Aug 16 04:09:01.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65602024-08-16T04:09:02.126Z[ recovery-image] Aug 16 04:09:01.090 INFO O| Aug 16 04:09:01.090 INFO STEP 888 (remove_files) COMPLETE
65612024-08-16T04:09:02.126Z[ recovery-image] Aug 16 04:09:01.090 INFO O| Aug 16 04:09:01.090 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-08-16T04:09:02.133Z[ recovery-image] Aug 16 04:09:01.100 INFO O| Aug 16 04:09:01.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65632024-08-16T04:09:02.133Z[ recovery-image] Aug 16 04:09:01.100 INFO O| Aug 16 04:09:01.100 INFO STEP 889 (remove_files) COMPLETE
65642024-08-16T04:09:02.136Z[ recovery-image] Aug 16 04:09:01.100 INFO O| Aug 16 04:09:01.100 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-08-16T04:09:02.142Z[ recovery-image] Aug 16 04:09:01.109 INFO O| Aug 16 04:09:01.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65662024-08-16T04:09:02.145Z[ recovery-image] Aug 16 04:09:01.109 INFO O| Aug 16 04:09:01.109 INFO STEP 890 (remove_files) COMPLETE
65672024-08-16T04:09:02.145Z[ recovery-image] Aug 16 04:09:01.109 INFO O| Aug 16 04:09:01.109 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-08-16T04:09:02.152Z[ recovery-image] Aug 16 04:09:01.118 INFO O| Aug 16 04:09:01.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65692024-08-16T04:09:02.154Z[ recovery-image] Aug 16 04:09:01.119 INFO O| Aug 16 04:09:01.118 INFO STEP 891 (remove_files) COMPLETE
65702024-08-16T04:09:02.154Z[ recovery-image] Aug 16 04:09:01.119 INFO O| Aug 16 04:09:01.119 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-08-16T04:09:02.161Z[ recovery-image] Aug 16 04:09:01.128 INFO O| Aug 16 04:09:01.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65722024-08-16T04:09:02.161Z[ recovery-image] Aug 16 04:09:01.128 INFO O| Aug 16 04:09:01.128 INFO STEP 892 (remove_files) COMPLETE
65732024-08-16T04:09:02.164Z[ recovery-image] Aug 16 04:09:01.128 INFO O| Aug 16 04:09:01.128 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-08-16T04:09:02.170Z[ recovery-image] Aug 16 04:09:01.137 INFO O| Aug 16 04:09:01.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65752024-08-16T04:09:02.170Z[ recovery-image] Aug 16 04:09:01.137 INFO O| Aug 16 04:09:01.137 INFO STEP 893 (remove_files) COMPLETE
65762024-08-16T04:09:02.173Z[ recovery-image] Aug 16 04:09:01.137 INFO O| Aug 16 04:09:01.137 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-08-16T04:09:02.179Z[ recovery-image] Aug 16 04:09:01.146 INFO O| Aug 16 04:09:01.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65782024-08-16T04:09:02.179Z[ recovery-image] Aug 16 04:09:01.146 INFO O| Aug 16 04:09:01.146 INFO STEP 894 (remove_files) COMPLETE
65792024-08-16T04:09:02.182Z[ recovery-image] Aug 16 04:09:01.146 INFO O| Aug 16 04:09:01.146 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-08-16T04:09:02.189Z[ recovery-image] Aug 16 04:09:01.155 INFO O| Aug 16 04:09:01.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65812024-08-16T04:09:02.189Z[ recovery-image] Aug 16 04:09:01.156 INFO O| Aug 16 04:09:01.155 INFO STEP 895 (remove_files) COMPLETE
65822024-08-16T04:09:02.191Z[ recovery-image] Aug 16 04:09:01.156 INFO O| Aug 16 04:09:01.156 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-08-16T04:09:02.198Z[ recovery-image] Aug 16 04:09:01.165 INFO O| Aug 16 04:09:01.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65842024-08-16T04:09:02.201Z[ recovery-image] Aug 16 04:09:01.166 INFO O| Aug 16 04:09:01.166 INFO STEP 896 (remove_files) COMPLETE
65852024-08-16T04:09:02.201Z[ recovery-image] Aug 16 04:09:01.166 INFO O| Aug 16 04:09:01.166 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-08-16T04:09:02.208Z[ recovery-image] Aug 16 04:09:01.175 INFO O| Aug 16 04:09:01.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65872024-08-16T04:09:02.210Z[ recovery-image] Aug 16 04:09:01.175 INFO O| Aug 16 04:09:01.175 INFO STEP 897 (remove_files) COMPLETE
65882024-08-16T04:09:02.210Z[ recovery-image] Aug 16 04:09:01.175 INFO O| Aug 16 04:09:01.175 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-08-16T04:09:02.217Z[ recovery-image] Aug 16 04:09:01.184 INFO O| Aug 16 04:09:01.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65902024-08-16T04:09:02.217Z[ recovery-image] Aug 16 04:09:01.184 INFO O| Aug 16 04:09:01.184 INFO STEP 898 (remove_files) COMPLETE
65912024-08-16T04:09:02.220Z[ recovery-image] Aug 16 04:09:01.184 INFO O| Aug 16 04:09:01.184 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-08-16T04:09:02.227Z[ recovery-image] Aug 16 04:09:01.193 INFO O| Aug 16 04:09:01.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
65932024-08-16T04:09:02.227Z[ recovery-image] Aug 16 04:09:01.194 INFO O| Aug 16 04:09:01.193 INFO STEP 899 (remove_files) COMPLETE
65942024-08-16T04:09:02.229Z[ recovery-image] Aug 16 04:09:01.194 INFO O| Aug 16 04:09:01.194 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-08-16T04:09:02.236Z[ recovery-image] Aug 16 04:09:01.203 INFO O| Aug 16 04:09:01.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
65962024-08-16T04:09:02.239Z[ recovery-image] Aug 16 04:09:01.204 INFO O| Aug 16 04:09:01.204 INFO STEP 900 (remove_files) COMPLETE
65972024-08-16T04:09:02.239Z[ recovery-image] Aug 16 04:09:01.204 INFO O| Aug 16 04:09:01.204 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-08-16T04:09:02.246Z[ recovery-image] Aug 16 04:09:01.213 INFO O| Aug 16 04:09:01.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
65992024-08-16T04:09:02.248Z[ recovery-image] Aug 16 04:09:01.213 INFO O| Aug 16 04:09:01.213 INFO STEP 901 (remove_files) COMPLETE
66002024-08-16T04:09:02.248Z[ recovery-image] Aug 16 04:09:01.213 INFO O| Aug 16 04:09:01.213 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-08-16T04:09:02.255Z[ recovery-image] Aug 16 04:09:01.222 INFO O| Aug 16 04:09:01.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
66022024-08-16T04:09:02.255Z[ recovery-image] Aug 16 04:09:01.222 INFO O| Aug 16 04:09:01.222 INFO STEP 902 (remove_files) COMPLETE
66032024-08-16T04:09:02.258Z[ recovery-image] Aug 16 04:09:01.222 INFO O| Aug 16 04:09:01.222 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-08-16T04:09:02.264Z[ recovery-image] Aug 16 04:09:01.231 INFO O| Aug 16 04:09:01.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
66052024-08-16T04:09:02.265Z[ recovery-image] Aug 16 04:09:01.231 INFO O| Aug 16 04:09:01.231 INFO STEP 903 (remove_files) COMPLETE
66062024-08-16T04:09:02.267Z[ recovery-image] Aug 16 04:09:01.231 INFO O| Aug 16 04:09:01.231 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-08-16T04:09:02.274Z[ recovery-image] Aug 16 04:09:01.241 INFO O| Aug 16 04:09:01.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
66082024-08-16T04:09:02.274Z[ recovery-image] Aug 16 04:09:01.241 INFO O| Aug 16 04:09:01.241 INFO STEP 904 (remove_files) COMPLETE
66092024-08-16T04:09:02.276Z[ recovery-image] Aug 16 04:09:01.241 INFO O| Aug 16 04:09:01.241 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-08-16T04:09:02.283Z[ recovery-image] Aug 16 04:09:01.250 INFO O| Aug 16 04:09:01.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
66112024-08-16T04:09:02.283Z[ recovery-image] Aug 16 04:09:01.250 INFO O| Aug 16 04:09:01.250 INFO STEP 905 (remove_files) COMPLETE
66122024-08-16T04:09:02.285Z[ recovery-image] Aug 16 04:09:01.250 INFO O| Aug 16 04:09:01.250 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-08-16T04:09:02.292Z[ recovery-image] Aug 16 04:09:01.259 INFO O| Aug 16 04:09:01.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
66142024-08-16T04:09:02.292Z[ recovery-image] Aug 16 04:09:01.259 INFO O| Aug 16 04:09:01.259 INFO STEP 906 (remove_files) COMPLETE
66152024-08-16T04:09:02.292Z[ recovery-image] Aug 16 04:09:01.259 INFO O| Aug 16 04:09:01.259 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-08-16T04:09:02.302Z[ recovery-image] Aug 16 04:09:01.269 INFO O| Aug 16 04:09:01.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
66172024-08-16T04:09:02.302Z[ recovery-image] Aug 16 04:09:01.269 INFO O| Aug 16 04:09:01.269 INFO STEP 907 (remove_files) COMPLETE
66182024-08-16T04:09:02.305Z[ recovery-image] Aug 16 04:09:01.269 INFO O| Aug 16 04:09:01.269 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-08-16T04:09:02.311Z[ recovery-image] Aug 16 04:09:01.278 INFO O| Aug 16 04:09:01.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
66202024-08-16T04:09:02.311Z[ recovery-image] Aug 16 04:09:01.278 INFO O| Aug 16 04:09:01.278 INFO STEP 908 (remove_files) COMPLETE
66212024-08-16T04:09:02.311Z[ recovery-image] Aug 16 04:09:01.278 INFO O| Aug 16 04:09:01.278 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-08-16T04:09:02.321Z[ recovery-image] Aug 16 04:09:01.288 INFO O| Aug 16 04:09:01.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
66232024-08-16T04:09:02.321Z[ recovery-image] Aug 16 04:09:01.288 INFO O| Aug 16 04:09:01.288 INFO STEP 909 (remove_files) COMPLETE
66242024-08-16T04:09:02.323Z[ recovery-image] Aug 16 04:09:01.288 INFO O| Aug 16 04:09:01.288 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-08-16T04:09:02.330Z[ recovery-image] Aug 16 04:09:01.297 INFO O| Aug 16 04:09:01.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
66262024-08-16T04:09:02.330Z[ recovery-image] Aug 16 04:09:01.297 INFO O| Aug 16 04:09:01.297 INFO STEP 910 (remove_files) COMPLETE
66272024-08-16T04:09:02.330Z[ recovery-image] Aug 16 04:09:01.297 INFO O| Aug 16 04:09:01.297 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-08-16T04:09:02.339Z[ recovery-image] Aug 16 04:09:01.306 INFO O| Aug 16 04:09:01.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66292024-08-16T04:09:02.339Z[ recovery-image] Aug 16 04:09:01.306 INFO O| Aug 16 04:09:01.306 INFO STEP 911 (remove_files) COMPLETE
66302024-08-16T04:09:02.342Z[ recovery-image] Aug 16 04:09:01.306 INFO O| Aug 16 04:09:01.306 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-08-16T04:09:02.349Z[ recovery-image] Aug 16 04:09:01.316 INFO O| Aug 16 04:09:01.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66322024-08-16T04:09:02.349Z[ recovery-image] Aug 16 04:09:01.316 INFO O| Aug 16 04:09:01.316 INFO STEP 912 (remove_files) COMPLETE
66332024-08-16T04:09:02.351Z[ recovery-image] Aug 16 04:09:01.316 INFO O| Aug 16 04:09:01.316 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-08-16T04:09:02.358Z[ recovery-image] Aug 16 04:09:01.325 INFO O| Aug 16 04:09:01.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66352024-08-16T04:09:02.361Z[ recovery-image] Aug 16 04:09:01.325 INFO O| Aug 16 04:09:01.325 INFO STEP 913 (remove_files) COMPLETE
66362024-08-16T04:09:02.361Z[ recovery-image] Aug 16 04:09:01.325 INFO O| Aug 16 04:09:01.325 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-08-16T04:09:02.367Z[ recovery-image] Aug 16 04:09:01.334 INFO O| Aug 16 04:09:01.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66382024-08-16T04:09:02.367Z[ recovery-image] Aug 16 04:09:01.334 INFO O| Aug 16 04:09:01.334 INFO STEP 914 (remove_files) COMPLETE
66392024-08-16T04:09:02.370Z[ recovery-image] Aug 16 04:09:01.334 INFO O| Aug 16 04:09:01.334 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-08-16T04:09:02.377Z[ recovery-image] Aug 16 04:09:01.344 INFO O| Aug 16 04:09:01.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66412024-08-16T04:09:02.377Z[ recovery-image] Aug 16 04:09:01.344 INFO O| Aug 16 04:09:01.344 INFO STEP 915 (remove_files) COMPLETE
66422024-08-16T04:09:02.379Z[ recovery-image] Aug 16 04:09:01.344 INFO O| Aug 16 04:09:01.344 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-08-16T04:09:02.386Z[ recovery-image] Aug 16 04:09:01.353 INFO O| Aug 16 04:09:01.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66442024-08-16T04:09:02.386Z[ recovery-image] Aug 16 04:09:01.353 INFO O| Aug 16 04:09:01.353 INFO STEP 916 (remove_files) COMPLETE
66452024-08-16T04:09:02.389Z[ recovery-image] Aug 16 04:09:01.353 INFO O| Aug 16 04:09:01.353 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-08-16T04:09:02.395Z[ recovery-image] Aug 16 04:09:01.362 INFO O| Aug 16 04:09:01.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66472024-08-16T04:09:02.395Z[ recovery-image] Aug 16 04:09:01.362 INFO O| Aug 16 04:09:01.362 INFO STEP 917 (remove_files) COMPLETE
66482024-08-16T04:09:02.395Z[ recovery-image] Aug 16 04:09:01.362 INFO O| Aug 16 04:09:01.362 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-08-16T04:09:02.405Z[ recovery-image] Aug 16 04:09:01.372 INFO O| Aug 16 04:09:01.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66502024-08-16T04:09:02.405Z[ recovery-image] Aug 16 04:09:01.372 INFO O| Aug 16 04:09:01.372 INFO STEP 918 (remove_files) COMPLETE
66512024-08-16T04:09:02.414Z[ recovery-image] Aug 16 04:09:01.372 INFO O| Aug 16 04:09:01.372 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-08-16T04:09:02.416Z[ recovery-image] Aug 16 04:09:01.381 INFO O| Aug 16 04:09:01.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66532024-08-16T04:09:02.416Z[ recovery-image] Aug 16 04:09:01.381 INFO O| Aug 16 04:09:01.381 INFO STEP 919 (remove_files) COMPLETE
66542024-08-16T04:09:02.416Z[ recovery-image] Aug 16 04:09:01.381 INFO O| Aug 16 04:09:01.381 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-08-16T04:09:02.423Z[ recovery-image] Aug 16 04:09:01.390 INFO O| Aug 16 04:09:01.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66562024-08-16T04:09:02.424Z[ recovery-image] Aug 16 04:09:01.390 INFO O| Aug 16 04:09:01.390 INFO STEP 920 (remove_files) COMPLETE
66572024-08-16T04:09:02.435Z[ recovery-image] Aug 16 04:09:01.391 INFO O| Aug 16 04:09:01.390 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-08-16T04:09:02.435Z[ recovery-image] Aug 16 04:09:01.400 INFO O| Aug 16 04:09:01.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66592024-08-16T04:09:02.435Z[ recovery-image] Aug 16 04:09:01.401 INFO O| Aug 16 04:09:01.401 INFO STEP 921 (remove_files) COMPLETE
66602024-08-16T04:09:02.435Z[ recovery-image] Aug 16 04:09:01.401 INFO O| Aug 16 04:09:01.401 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-08-16T04:09:02.443Z[ recovery-image] Aug 16 04:09:01.410 INFO O| Aug 16 04:09:01.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66622024-08-16T04:09:02.446Z[ recovery-image] Aug 16 04:09:01.411 INFO O| Aug 16 04:09:01.411 INFO STEP 922 (remove_files) COMPLETE
66632024-08-16T04:09:02.446Z[ recovery-image] Aug 16 04:09:01.411 INFO O| Aug 16 04:09:01.411 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-08-16T04:09:02.453Z[ recovery-image] Aug 16 04:09:01.420 INFO O| Aug 16 04:09:01.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66652024-08-16T04:09:02.453Z[ recovery-image] Aug 16 04:09:01.420 INFO O| Aug 16 04:09:01.420 INFO STEP 923 (remove_files) COMPLETE
66662024-08-16T04:09:02.453Z[ recovery-image] Aug 16 04:09:01.420 INFO O| Aug 16 04:09:01.420 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-08-16T04:09:02.463Z[ recovery-image] Aug 16 04:09:01.430 INFO O| Aug 16 04:09:01.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66682024-08-16T04:09:02.466Z[ recovery-image] Aug 16 04:09:01.430 INFO O| Aug 16 04:09:01.430 INFO STEP 924 (remove_files) COMPLETE
66692024-08-16T04:09:02.466Z[ recovery-image] Aug 16 04:09:01.430 INFO O| Aug 16 04:09:01.430 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-08-16T04:09:02.474Z[ recovery-image] Aug 16 04:09:01.441 INFO O| Aug 16 04:09:01.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66712024-08-16T04:09:02.483Z[ recovery-image] Aug 16 04:09:01.441 INFO O| Aug 16 04:09:01.441 INFO STEP 925 (remove_files) COMPLETE
66722024-08-16T04:09:02.483Z[ recovery-image] Aug 16 04:09:01.441 INFO O| Aug 16 04:09:01.441 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-08-16T04:09:02.488Z[ recovery-image] Aug 16 04:09:01.450 INFO O| Aug 16 04:09:01.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66742024-08-16T04:09:02.488Z[ recovery-image] Aug 16 04:09:01.450 INFO O| Aug 16 04:09:01.450 INFO STEP 926 (remove_files) COMPLETE
66752024-08-16T04:09:02.488Z[ recovery-image] Aug 16 04:09:01.450 INFO O| Aug 16 04:09:01.450 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-08-16T04:09:02.493Z[ recovery-image] Aug 16 04:09:01.460 INFO O| Aug 16 04:09:01.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66772024-08-16T04:09:02.493Z[ recovery-image] Aug 16 04:09:01.460 INFO O| Aug 16 04:09:01.460 INFO STEP 927 (remove_files) COMPLETE
66782024-08-16T04:09:02.493Z[ recovery-image] Aug 16 04:09:01.460 INFO O| Aug 16 04:09:01.460 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-08-16T04:09:02.502Z[ recovery-image] Aug 16 04:09:01.469 INFO O| Aug 16 04:09:01.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66802024-08-16T04:09:02.505Z[ recovery-image] Aug 16 04:09:01.469 INFO O| Aug 16 04:09:01.469 INFO STEP 928 (remove_files) COMPLETE
66812024-08-16T04:09:02.505Z[ recovery-image] Aug 16 04:09:01.469 INFO O| Aug 16 04:09:01.469 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-08-16T04:09:02.512Z[ recovery-image] Aug 16 04:09:01.479 INFO O| Aug 16 04:09:01.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66832024-08-16T04:09:02.512Z[ recovery-image] Aug 16 04:09:01.479 INFO O| Aug 16 04:09:01.479 INFO STEP 929 (remove_files) COMPLETE
66842024-08-16T04:09:02.514Z[ recovery-image] Aug 16 04:09:01.479 INFO O| Aug 16 04:09:01.479 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-08-16T04:09:02.522Z[ recovery-image] Aug 16 04:09:01.488 INFO O| Aug 16 04:09:01.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
66862024-08-16T04:09:02.524Z[ recovery-image] Aug 16 04:09:01.489 INFO O| Aug 16 04:09:01.489 INFO STEP 930 (remove_files) COMPLETE
66872024-08-16T04:09:02.524Z[ recovery-image] Aug 16 04:09:01.489 INFO O| Aug 16 04:09:01.489 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-08-16T04:09:02.532Z[ recovery-image] Aug 16 04:09:01.498 INFO O| Aug 16 04:09:01.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
66892024-08-16T04:09:02.532Z[ recovery-image] Aug 16 04:09:01.499 INFO O| Aug 16 04:09:01.499 INFO STEP 931 (remove_files) COMPLETE
66902024-08-16T04:09:02.532Z[ recovery-image] Aug 16 04:09:01.499 INFO O| Aug 16 04:09:01.499 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-08-16T04:09:02.541Z[ recovery-image] Aug 16 04:09:01.508 INFO O| Aug 16 04:09:01.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
66922024-08-16T04:09:02.541Z[ recovery-image] Aug 16 04:09:01.508 INFO O| Aug 16 04:09:01.508 INFO STEP 932 (remove_files) COMPLETE
66932024-08-16T04:09:02.541Z[ recovery-image] Aug 16 04:09:01.508 INFO O| Aug 16 04:09:01.508 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-08-16T04:09:02.551Z[ recovery-image] Aug 16 04:09:01.518 INFO O| Aug 16 04:09:01.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
66952024-08-16T04:09:02.554Z[ recovery-image] Aug 16 04:09:01.518 INFO O| Aug 16 04:09:01.518 INFO STEP 933 (remove_files) COMPLETE
66962024-08-16T04:09:02.554Z[ recovery-image] Aug 16 04:09:01.518 INFO O| Aug 16 04:09:01.518 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-08-16T04:09:02.561Z[ recovery-image] Aug 16 04:09:01.528 INFO O| Aug 16 04:09:01.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
66982024-08-16T04:09:02.561Z[ recovery-image] Aug 16 04:09:01.528 INFO O| Aug 16 04:09:01.528 INFO STEP 934 (remove_files) COMPLETE
66992024-08-16T04:09:02.561Z[ recovery-image] Aug 16 04:09:01.528 INFO O| Aug 16 04:09:01.528 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-08-16T04:09:02.573Z[ recovery-image] Aug 16 04:09:01.537 INFO O| Aug 16 04:09:01.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
67012024-08-16T04:09:02.573Z[ recovery-image] Aug 16 04:09:01.537 INFO O| Aug 16 04:09:01.537 INFO STEP 935 (remove_files) COMPLETE
67022024-08-16T04:09:02.575Z[ recovery-image] Aug 16 04:09:01.537 INFO O| Aug 16 04:09:01.537 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-08-16T04:09:02.579Z[ recovery-image] Aug 16 04:09:01.546 INFO O| Aug 16 04:09:01.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
67042024-08-16T04:09:02.582Z[ recovery-image] Aug 16 04:09:01.546 INFO O| Aug 16 04:09:01.546 INFO STEP 936 (remove_files) COMPLETE
67052024-08-16T04:09:02.582Z[ recovery-image] Aug 16 04:09:01.546 INFO O| Aug 16 04:09:01.546 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-08-16T04:09:02.589Z[ recovery-image] Aug 16 04:09:01.556 INFO O| Aug 16 04:09:01.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
67072024-08-16T04:09:02.589Z[ recovery-image] Aug 16 04:09:01.556 INFO O| Aug 16 04:09:01.556 INFO STEP 937 (remove_files) COMPLETE
67082024-08-16T04:09:02.591Z[ recovery-image] Aug 16 04:09:01.556 INFO O| Aug 16 04:09:01.556 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-08-16T04:09:02.598Z[ recovery-image] Aug 16 04:09:01.565 INFO O| Aug 16 04:09:01.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
67102024-08-16T04:09:02.598Z[ recovery-image] Aug 16 04:09:01.565 INFO O| Aug 16 04:09:01.565 INFO STEP 938 (remove_files) COMPLETE
67112024-08-16T04:09:03.603Z[ recovery-image] Aug 16 04:09:01.565 INFO O| Aug 16 04:09:01.565 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.574 INFO O| Aug 16 04:09:01.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
67132024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.574 INFO O| Aug 16 04:09:01.574 INFO STEP 939 (remove_files) COMPLETE
67142024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.574 INFO O| Aug 16 04:09:01.574 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.583 INFO O| Aug 16 04:09:01.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
67162024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.583 INFO O| Aug 16 04:09:01.583 INFO STEP 940 (remove_files) COMPLETE
67172024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.583 INFO O| Aug 16 04:09:01.583 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.592 INFO O| Aug 16 04:09:01.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
67192024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.592 INFO O| Aug 16 04:09:01.592 INFO STEP 941 (remove_files) COMPLETE
67202024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.592 INFO O| Aug 16 04:09:01.592 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.602 INFO O| Aug 16 04:09:01.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
67222024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.602 INFO O| Aug 16 04:09:01.602 INFO STEP 942 (remove_files) COMPLETE
67232024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.602 INFO O| Aug 16 04:09:01.602 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.611 INFO O| Aug 16 04:09:01.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
67252024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.611 INFO O| Aug 16 04:09:01.611 INFO STEP 943 (remove_files) COMPLETE
67262024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.611 INFO O| Aug 16 04:09:01.611 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.620 INFO O| Aug 16 04:09:01.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67282024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.620 INFO O| Aug 16 04:09:01.620 INFO STEP 944 (remove_files) COMPLETE
67292024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.620 INFO O| Aug 16 04:09:01.620 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.629 INFO O| Aug 16 04:09:01.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67312024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.629 INFO O| Aug 16 04:09:01.629 INFO STEP 945 (remove_files) COMPLETE
67322024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.629 INFO O| Aug 16 04:09:01.629 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.639 INFO O| Aug 16 04:09:01.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67342024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.639 INFO O| Aug 16 04:09:01.639 INFO STEP 946 (remove_files) COMPLETE
67352024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.639 INFO O| Aug 16 04:09:01.639 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.648 INFO O| Aug 16 04:09:01.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67372024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.648 INFO O| Aug 16 04:09:01.648 INFO STEP 947 (remove_files) COMPLETE
67382024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.648 INFO O| Aug 16 04:09:01.648 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.657 INFO O| Aug 16 04:09:01.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67402024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.657 INFO O| Aug 16 04:09:01.657 INFO STEP 948 (remove_files) COMPLETE
67412024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.657 INFO O| Aug 16 04:09:01.657 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.666 INFO O| Aug 16 04:09:01.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67432024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.666 INFO O| Aug 16 04:09:01.666 INFO STEP 949 (remove_files) COMPLETE
67442024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.666 INFO O| Aug 16 04:09:01.666 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.675 INFO O| Aug 16 04:09:01.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67462024-08-16T04:09:03.608Z[ recovery-image] Aug 16 04:09:01.675 INFO O| Aug 16 04:09:01.675 INFO STEP 950 (remove_files) COMPLETE
67472024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.675 INFO O| Aug 16 04:09:01.675 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.684 INFO O| Aug 16 04:09:01.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67492024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.684 INFO O| Aug 16 04:09:01.684 INFO STEP 951 (remove_files) COMPLETE
67502024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.684 INFO O| Aug 16 04:09:01.684 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.693 INFO O| Aug 16 04:09:01.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67522024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.694 INFO O| Aug 16 04:09:01.693 INFO STEP 952 (remove_files) COMPLETE
67532024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.694 INFO O| Aug 16 04:09:01.694 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.703 INFO O| Aug 16 04:09:01.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67552024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.703 INFO O| Aug 16 04:09:01.703 INFO STEP 953 (remove_files) COMPLETE
67562024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.703 INFO O| Aug 16 04:09:01.703 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.712 INFO O| Aug 16 04:09:01.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67582024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.712 INFO O| Aug 16 04:09:01.712 INFO STEP 954 (remove_files) COMPLETE
67592024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.712 INFO O| Aug 16 04:09:01.712 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.721 INFO O| Aug 16 04:09:01.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67612024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.721 INFO O| Aug 16 04:09:01.721 INFO STEP 955 (remove_files) COMPLETE
67622024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.721 INFO O| Aug 16 04:09:01.721 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.730 INFO O| Aug 16 04:09:01.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67642024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.730 INFO O| Aug 16 04:09:01.730 INFO STEP 956 (remove_files) COMPLETE
67652024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.730 INFO O| Aug 16 04:09:01.730 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.739 INFO O| Aug 16 04:09:01.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67672024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.740 INFO O| Aug 16 04:09:01.739 INFO STEP 957 (remove_files) COMPLETE
67682024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.740 INFO O| Aug 16 04:09:01.739 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.749 INFO O| Aug 16 04:09:01.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67702024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.749 INFO O| Aug 16 04:09:01.749 INFO STEP 958 (remove_files) COMPLETE
67712024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.749 INFO O| Aug 16 04:09:01.749 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.758 INFO O| Aug 16 04:09:01.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67732024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.758 INFO O| Aug 16 04:09:01.758 INFO STEP 959 (remove_files) COMPLETE
67742024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.758 INFO O| Aug 16 04:09:01.758 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.767 INFO O| Aug 16 04:09:01.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67762024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.767 INFO O| Aug 16 04:09:01.767 INFO STEP 960 (remove_files) COMPLETE
67772024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.767 INFO O| Aug 16 04:09:01.767 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.776 INFO O| Aug 16 04:09:01.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67792024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.776 INFO O| Aug 16 04:09:01.776 INFO STEP 961 (remove_files) COMPLETE
67802024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.776 INFO O| Aug 16 04:09:01.776 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.785 INFO O| Aug 16 04:09:01.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67822024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.785 INFO O| Aug 16 04:09:01.785 INFO STEP 962 (remove_files) COMPLETE
67832024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.785 INFO O| Aug 16 04:09:01.785 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.794 INFO O| Aug 16 04:09:01.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67852024-08-16T04:09:03.609Z[ recovery-image] Aug 16 04:09:01.794 INFO O| Aug 16 04:09:01.794 INFO STEP 963 (remove_files) COMPLETE
67862024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.794 INFO O| Aug 16 04:09:01.794 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.803 INFO O| Aug 16 04:09:01.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
67882024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.803 INFO O| Aug 16 04:09:01.803 INFO STEP 964 (remove_files) COMPLETE
67892024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.803 INFO O| Aug 16 04:09:01.803 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.812 INFO O| Aug 16 04:09:01.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
67912024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.812 INFO O| Aug 16 04:09:01.812 INFO STEP 965 (remove_files) COMPLETE
67922024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.812 INFO O| Aug 16 04:09:01.812 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.821 INFO O| Aug 16 04:09:01.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
67942024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.822 INFO O| Aug 16 04:09:01.821 INFO STEP 966 (remove_files) COMPLETE
67952024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.822 INFO O| Aug 16 04:09:01.822 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.831 INFO O| Aug 16 04:09:01.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
67972024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.831 INFO O| Aug 16 04:09:01.831 INFO STEP 967 (remove_files) COMPLETE
67982024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.831 INFO O| Aug 16 04:09:01.831 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.840 INFO O| Aug 16 04:09:01.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
68002024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.840 INFO O| Aug 16 04:09:01.840 INFO STEP 968 (remove_files) COMPLETE
68012024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.840 INFO O| Aug 16 04:09:01.840 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.849 INFO O| Aug 16 04:09:01.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
68032024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.849 INFO O| Aug 16 04:09:01.849 INFO STEP 969 (remove_files) COMPLETE
68042024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.849 INFO O| Aug 16 04:09:01.849 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.858 INFO O| Aug 16 04:09:01.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
68062024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.859 INFO O| Aug 16 04:09:01.859 INFO STEP 970 (remove_files) COMPLETE
68072024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.859 INFO O| Aug 16 04:09:01.859 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.868 INFO O| Aug 16 04:09:01.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
68092024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.868 INFO O| Aug 16 04:09:01.868 INFO STEP 971 (remove_files) COMPLETE
68102024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.868 INFO O| Aug 16 04:09:01.868 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-08-16T04:09:03.610Z[ recovery-image] Aug 16 04:09:01.877 INFO O| Aug 16 04:09:01.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
68122024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.878 INFO O| Aug 16 04:09:01.878 INFO STEP 972 (remove_files) COMPLETE
68132024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.878 INFO O| Aug 16 04:09:01.878 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.887 INFO O| Aug 16 04:09:01.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
68152024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.887 INFO O| Aug 16 04:09:01.887 INFO STEP 973 (remove_files) COMPLETE
68162024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.887 INFO O| Aug 16 04:09:01.887 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.896 INFO O| Aug 16 04:09:01.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
68182024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.896 INFO O| Aug 16 04:09:01.896 INFO STEP 974 (remove_files) COMPLETE
68192024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.896 INFO O| Aug 16 04:09:01.896 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.905 INFO O| Aug 16 04:09:01.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
68212024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.905 INFO O| Aug 16 04:09:01.905 INFO STEP 975 (remove_files) COMPLETE
68222024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.905 INFO O| Aug 16 04:09:01.905 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.915 INFO O| Aug 16 04:09:01.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
68242024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.915 INFO O| Aug 16 04:09:01.915 INFO STEP 976 (remove_files) COMPLETE
68252024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.915 INFO O| Aug 16 04:09:01.915 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.925 INFO O| Aug 16 04:09:01.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
68272024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.925 INFO O| Aug 16 04:09:01.925 INFO STEP 977 (remove_files) COMPLETE
68282024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.925 INFO O| Aug 16 04:09:01.925 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-08-16T04:09:03.615Z[ host-image] Aug 16 04:09:01.928 INFO O| Aug 16 04:09:01.928 INFO O| Download: Completed 1.39 MB in 0.99 seconds (1.4M/s)
68302024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.934 INFO O| Aug 16 04:09:01.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68312024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.935 INFO O| Aug 16 04:09:01.935 INFO STEP 978 (remove_files) COMPLETE
68322024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.935 INFO O| Aug 16 04:09:01.935 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.945 INFO O| Aug 16 04:09:01.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68342024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.945 INFO O| Aug 16 04:09:01.945 INFO STEP 979 (remove_files) COMPLETE
68352024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.945 INFO O| Aug 16 04:09:01.945 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-08-16T04:09:03.615Z[ host-image] Aug 16 04:09:01.953 INFO O| Aug 16 04:09:01.953 INFO O| Actions: 1/238 actions (Installing new actions)
68372024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.955 INFO O| Aug 16 04:09:01.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68382024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.955 INFO O| Aug 16 04:09:01.955 INFO STEP 980 (remove_files) COMPLETE
68392024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.955 INFO O| Aug 16 04:09:01.955 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.964 INFO O| Aug 16 04:09:01.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68412024-08-16T04:09:03.615Z[ recovery-image] Aug 16 04:09:01.964 INFO O| Aug 16 04:09:01.964 INFO STEP 981 (remove_files) COMPLETE
68422024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:01.964 INFO O| Aug 16 04:09:01.964 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:01.974 INFO O| Aug 16 04:09:01.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68442024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:01.974 INFO O| Aug 16 04:09:01.974 INFO STEP 982 (remove_files) COMPLETE
68452024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:01.974 INFO O| Aug 16 04:09:01.974 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:01.984 INFO O| Aug 16 04:09:01.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68472024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:01.984 INFO O| Aug 16 04:09:01.984 INFO STEP 983 (remove_files) COMPLETE
68482024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:01.984 INFO O| Aug 16 04:09:01.984 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:01.994 INFO O| Aug 16 04:09:01.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68502024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:01.994 INFO O| Aug 16 04:09:01.994 INFO STEP 984 (remove_files) COMPLETE
68512024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:01.994 INFO O| Aug 16 04:09:01.994 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.004 INFO O| Aug 16 04:09:02.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68532024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.004 INFO O| Aug 16 04:09:02.004 INFO STEP 985 (remove_files) COMPLETE
68542024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.004 INFO O| Aug 16 04:09:02.004 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.014 INFO O| Aug 16 04:09:02.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68562024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.014 INFO O| Aug 16 04:09:02.014 INFO STEP 986 (remove_files) COMPLETE
68572024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.014 INFO O| Aug 16 04:09:02.014 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.024 INFO O| Aug 16 04:09:02.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68592024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.024 INFO O| Aug 16 04:09:02.024 INFO STEP 987 (remove_files) COMPLETE
68602024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.024 INFO O| Aug 16 04:09:02.024 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.034 INFO O| Aug 16 04:09:02.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68622024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.034 INFO O| Aug 16 04:09:02.034 INFO STEP 988 (remove_files) COMPLETE
68632024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.034 INFO O| Aug 16 04:09:02.034 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.044 INFO O| Aug 16 04:09:02.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68652024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.044 INFO O| Aug 16 04:09:02.044 INFO STEP 989 (remove_files) COMPLETE
68662024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.044 INFO O| Aug 16 04:09:02.044 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.054 INFO O| Aug 16 04:09:02.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68682024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.054 INFO O| Aug 16 04:09:02.054 INFO STEP 990 (remove_files) COMPLETE
68692024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.054 INFO O| Aug 16 04:09:02.054 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.064 INFO O| Aug 16 04:09:02.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68712024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.064 INFO O| Aug 16 04:09:02.064 INFO STEP 991 (remove_files) COMPLETE
68722024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.064 INFO O| Aug 16 04:09:02.064 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.073 INFO O| Aug 16 04:09:02.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68742024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.074 INFO O| Aug 16 04:09:02.073 INFO STEP 992 (remove_files) COMPLETE
68752024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.074 INFO O| Aug 16 04:09:02.074 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.083 INFO O| Aug 16 04:09:02.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68772024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.083 INFO O| Aug 16 04:09:02.083 INFO STEP 993 (remove_files) COMPLETE
68782024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.083 INFO O| Aug 16 04:09:02.083 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-08-16T04:09:03.616Z[ host-image] Aug 16 04:09:02.083 INFO O| Aug 16 04:09:02.083 INFO O| Actions: Completed 238 actions in 0.13 seconds.
68802024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.092 INFO O| Aug 16 04:09:02.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68812024-08-16T04:09:03.616Z[ recovery-image] Aug 16 04:09:02.092 INFO O| Aug 16 04:09:02.092 INFO STEP 994 (remove_files) COMPLETE
68822024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.092 INFO O| Aug 16 04:09:02.092 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.101 INFO O| Aug 16 04:09:02.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68842024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.102 INFO O| Aug 16 04:09:02.102 INFO STEP 995 (remove_files) COMPLETE
68852024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.102 INFO O| Aug 16 04:09:02.102 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.111 INFO O| Aug 16 04:09:02.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68872024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.111 INFO O| Aug 16 04:09:02.111 INFO STEP 996 (remove_files) COMPLETE
68882024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.111 INFO O| Aug 16 04:09:02.111 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.125 INFO O| Aug 16 04:09:02.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
68902024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.125 INFO O| Aug 16 04:09:02.125 INFO STEP 997 (remove_files) COMPLETE
68912024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.125 INFO O| Aug 16 04:09:02.125 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.141 INFO O| Aug 16 04:09:02.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
68932024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.141 INFO O| Aug 16 04:09:02.141 INFO STEP 998 (remove_files) COMPLETE
68942024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.141 INFO O| Aug 16 04:09:02.141 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.155 INFO O| Aug 16 04:09:02.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
68962024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.155 INFO O| Aug 16 04:09:02.155 INFO STEP 999 (remove_files) COMPLETE
68972024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.155 INFO O| Aug 16 04:09:02.155 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.167 INFO O| Aug 16 04:09:02.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
68992024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.167 INFO O| Aug 16 04:09:02.167 INFO STEP 1000 (remove_files) COMPLETE
69002024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.167 INFO O| Aug 16 04:09:02.167 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.178 INFO O| Aug 16 04:09:02.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
69022024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.178 INFO O| Aug 16 04:09:02.178 INFO STEP 1001 (remove_files) COMPLETE
69032024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.178 INFO O| Aug 16 04:09:02.178 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.189 INFO O| Aug 16 04:09:02.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
69052024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.189 INFO O| Aug 16 04:09:02.189 INFO STEP 1002 (remove_files) COMPLETE
69062024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.189 INFO O| Aug 16 04:09:02.189 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.199 INFO O| Aug 16 04:09:02.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
69082024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.199 INFO O| Aug 16 04:09:02.199 INFO STEP 1003 (remove_files) COMPLETE
69092024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.199 INFO O| Aug 16 04:09:02.199 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.210 INFO O| Aug 16 04:09:02.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
69112024-08-16T04:09:03.617Z[ recovery-image] Aug 16 04:09:02.210 INFO O| Aug 16 04:09:02.210 INFO STEP 1004 (remove_files) COMPLETE
69122024-08-16T04:09:03.621Z[ recovery-image] Aug 16 04:09:02.210 INFO O| Aug 16 04:09:02.210 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-16T04:09:03.621Z[ recovery-image] Aug 16 04:09:02.222 INFO O| Aug 16 04:09:02.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
69142024-08-16T04:09:03.621Z[ recovery-image] Aug 16 04:09:02.222 INFO O| Aug 16 04:09:02.222 INFO STEP 1005 (remove_files) COMPLETE
69152024-08-16T04:09:03.621Z[ recovery-image] Aug 16 04:09:02.222 INFO O| Aug 16 04:09:02.222 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-08-16T04:09:03.621Z[ recovery-image] Aug 16 04:09:02.231 INFO O| Aug 16 04:09:02.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
69172024-08-16T04:09:03.621Z[ recovery-image] Aug 16 04:09:02.231 INFO O| Aug 16 04:09:02.231 INFO STEP 1006 (remove_files) COMPLETE
69182024-08-16T04:09:03.621Z[ recovery-image] Aug 16 04:09:02.231 INFO O| Aug 16 04:09:02.231 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-16T04:09:03.621Z[ recovery-image] Aug 16 04:09:02.241 INFO O| Aug 16 04:09:02.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
69202024-08-16T04:09:03.621Z[ recovery-image] Aug 16 04:09:02.241 INFO O| Aug 16 04:09:02.241 INFO STEP 1007 (remove_files) COMPLETE
69212024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.242 INFO O| Aug 16 04:09:02.241 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.257 INFO O| Aug 16 04:09:02.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
69232024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.258 INFO O| Aug 16 04:09:02.257 INFO STEP 1008 (remove_files) COMPLETE
69242024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.258 INFO O| Aug 16 04:09:02.258 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-16T04:09:03.622Z[ host-image] Aug 16 04:09:02.263 INFO O| Aug 16 04:09:02.263 INFO O| Done
69262024-08-16T04:09:03.622Z[ host-image] Aug 16 04:09:02.263 INFO O| Aug 16 04:09:02.263 INFO O| Done
69272024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.276 INFO O| Aug 16 04:09:02.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
69282024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.276 INFO O| Aug 16 04:09:02.276 INFO STEP 1009 (remove_files) COMPLETE
69292024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.276 INFO O| Aug 16 04:09:02.276 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.294 INFO O| Aug 16 04:09:02.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
69312024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.294 INFO O| Aug 16 04:09:02.294 INFO STEP 1010 (remove_files) COMPLETE
69322024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.294 INFO O| Aug 16 04:09:02.294 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.311 INFO O| Aug 16 04:09:02.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69342024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.312 INFO O| Aug 16 04:09:02.311 INFO STEP 1011 (remove_files) COMPLETE
69352024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.312 INFO O| Aug 16 04:09:02.312 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.328 INFO O| Aug 16 04:09:02.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69372024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.328 INFO O| Aug 16 04:09:02.328 INFO STEP 1012 (remove_files) COMPLETE
69382024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.328 INFO O| Aug 16 04:09:02.328 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.345 INFO O| Aug 16 04:09:02.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69402024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.345 INFO O| Aug 16 04:09:02.345 INFO STEP 1013 (remove_files) COMPLETE
69412024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.345 INFO O| Aug 16 04:09:02.345 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.361 INFO O| Aug 16 04:09:02.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69432024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.361 INFO O| Aug 16 04:09:02.361 INFO STEP 1014 (remove_files) COMPLETE
69442024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.362 INFO O| Aug 16 04:09:02.361 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.378 INFO O| Aug 16 04:09:02.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69462024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.378 INFO O| Aug 16 04:09:02.378 INFO STEP 1015 (remove_files) COMPLETE
69472024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.378 INFO O| Aug 16 04:09:02.378 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.394 INFO O| Aug 16 04:09:02.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69492024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.394 INFO O| Aug 16 04:09:02.394 INFO STEP 1016 (remove_files) COMPLETE
69502024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.394 INFO O| Aug 16 04:09:02.394 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.410 INFO O| Aug 16 04:09:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69522024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.410 INFO O| Aug 16 04:09:02.410 INFO STEP 1017 (remove_files) COMPLETE
69532024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.410 INFO O| Aug 16 04:09:02.410 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.426 INFO O| Aug 16 04:09:02.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69552024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.426 INFO O| Aug 16 04:09:02.426 INFO STEP 1018 (remove_files) COMPLETE
69562024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.426 INFO O| Aug 16 04:09:02.426 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.441 INFO O| Aug 16 04:09:02.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69582024-08-16T04:09:03.622Z[ recovery-image] Aug 16 04:09:02.441 INFO O| Aug 16 04:09:02.441 INFO STEP 1019 (remove_files) COMPLETE
69592024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.441 INFO O| Aug 16 04:09:02.441 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.457 INFO O| Aug 16 04:09:02.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69612024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.457 INFO O| Aug 16 04:09:02.457 INFO STEP 1020 (remove_files) COMPLETE
69622024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.457 INFO O| Aug 16 04:09:02.457 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.473 INFO O| Aug 16 04:09:02.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69642024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.474 INFO O| Aug 16 04:09:02.474 INFO STEP 1021 (remove_files) COMPLETE
69652024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.474 INFO O| Aug 16 04:09:02.474 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.490 INFO O| Aug 16 04:09:02.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69672024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.490 INFO O| Aug 16 04:09:02.490 INFO STEP 1022 (remove_files) COMPLETE
69682024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.490 INFO O| Aug 16 04:09:02.490 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.506 INFO O| Aug 16 04:09:02.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69702024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.506 INFO O| Aug 16 04:09:02.506 INFO STEP 1023 (remove_files) COMPLETE
69712024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.506 INFO O| Aug 16 04:09:02.506 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.522 INFO O| Aug 16 04:09:02.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69732024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.523 INFO O| Aug 16 04:09:02.523 INFO STEP 1024 (remove_files) COMPLETE
69742024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.523 INFO O| Aug 16 04:09:02.523 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.538 INFO O| Aug 16 04:09:02.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69762024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.538 INFO O| Aug 16 04:09:02.538 INFO STEP 1025 (remove_files) COMPLETE
69772024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.538 INFO O| Aug 16 04:09:02.538 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.554 INFO O| Aug 16 04:09:02.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69792024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.554 INFO O| Aug 16 04:09:02.554 INFO STEP 1026 (remove_files) COMPLETE
69802024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.554 INFO O| Aug 16 04:09:02.554 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.570 INFO O| Aug 16 04:09:02.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69822024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.570 INFO O| Aug 16 04:09:02.570 INFO STEP 1027 (remove_files) COMPLETE
69832024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.570 INFO O| Aug 16 04:09:02.570 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.587 INFO O| Aug 16 04:09:02.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69852024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.587 INFO O| Aug 16 04:09:02.587 INFO STEP 1028 (remove_files) COMPLETE
69862024-08-16T04:09:03.623Z[ recovery-image] Aug 16 04:09:02.587 INFO O| Aug 16 04:09:02.587 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-08-16T04:09:03.637Z[ recovery-image] Aug 16 04:09:02.604 INFO O| Aug 16 04:09:02.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69882024-08-16T04:09:03.640Z[ recovery-image] Aug 16 04:09:02.604 INFO O| Aug 16 04:09:02.604 INFO STEP 1029 (remove_files) COMPLETE
69892024-08-16T04:09:03.640Z[ recovery-image] Aug 16 04:09:02.604 INFO O| Aug 16 04:09:02.604 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-08-16T04:09:03.652Z[ recovery-image] Aug 16 04:09:02.619 INFO O| Aug 16 04:09:02.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
69912024-08-16T04:09:03.656Z[ recovery-image] Aug 16 04:09:02.619 INFO O| Aug 16 04:09:02.619 INFO STEP 1030 (remove_files) COMPLETE
69922024-08-16T04:09:03.656Z[ recovery-image] Aug 16 04:09:02.619 INFO O| Aug 16 04:09:02.619 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-08-16T04:09:03.667Z[ recovery-image] Aug 16 04:09:02.634 INFO O| Aug 16 04:09:02.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
69942024-08-16T04:09:03.670Z[ recovery-image] Aug 16 04:09:02.634 INFO O| Aug 16 04:09:02.634 INFO STEP 1031 (remove_files) COMPLETE
69952024-08-16T04:09:03.670Z[ recovery-image] Aug 16 04:09:02.634 INFO O| Aug 16 04:09:02.634 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-08-16T04:09:03.682Z[ recovery-image] Aug 16 04:09:02.649 INFO O| Aug 16 04:09:02.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
69972024-08-16T04:09:03.682Z[ recovery-image] Aug 16 04:09:02.649 INFO O| Aug 16 04:09:02.649 INFO STEP 1032 (remove_files) COMPLETE
69982024-08-16T04:09:03.684Z[ recovery-image] Aug 16 04:09:02.649 INFO O| Aug 16 04:09:02.649 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-08-16T04:09:03.698Z[ recovery-image] Aug 16 04:09:02.665 INFO O| Aug 16 04:09:02.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
70002024-08-16T04:09:03.701Z[ recovery-image] Aug 16 04:09:02.665 INFO O| Aug 16 04:09:02.665 INFO STEP 1033 (remove_files) COMPLETE
70012024-08-16T04:09:03.701Z[ recovery-image] Aug 16 04:09:02.665 INFO O| Aug 16 04:09:02.665 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-08-16T04:09:03.709Z[ recovery-image] Aug 16 04:09:02.676 INFO O| Aug 16 04:09:02.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
70032024-08-16T04:09:03.709Z[ recovery-image] Aug 16 04:09:02.676 INFO O| Aug 16 04:09:02.676 INFO STEP 1034 (remove_files) COMPLETE
70042024-08-16T04:09:03.709Z[ recovery-image] Aug 16 04:09:02.676 INFO O| Aug 16 04:09:02.676 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-08-16T04:09:03.719Z[ recovery-image] Aug 16 04:09:02.686 INFO O| Aug 16 04:09:02.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
70062024-08-16T04:09:03.721Z[ recovery-image] Aug 16 04:09:02.686 INFO O| Aug 16 04:09:02.686 INFO STEP 1035 (remove_files) COMPLETE
70072024-08-16T04:09:03.721Z[ recovery-image] Aug 16 04:09:02.686 INFO O| Aug 16 04:09:02.686 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-08-16T04:09:03.728Z[ recovery-image] Aug 16 04:09:02.695 INFO O| Aug 16 04:09:02.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
70092024-08-16T04:09:03.728Z[ recovery-image] Aug 16 04:09:02.695 INFO O| Aug 16 04:09:02.695 INFO STEP 1036 (remove_files) COMPLETE
70102024-08-16T04:09:03.731Z[ recovery-image] Aug 16 04:09:02.695 INFO O| Aug 16 04:09:02.695 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-08-16T04:09:03.737Z[ recovery-image] Aug 16 04:09:02.704 INFO O| Aug 16 04:09:02.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
70122024-08-16T04:09:03.741Z[ recovery-image] Aug 16 04:09:02.705 INFO O| Aug 16 04:09:02.705 INFO STEP 1037 (remove_files) COMPLETE
70132024-08-16T04:09:03.741Z[ recovery-image] Aug 16 04:09:02.705 INFO O| Aug 16 04:09:02.705 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-08-16T04:09:03.747Z[ recovery-image] Aug 16 04:09:02.714 INFO O| Aug 16 04:09:02.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
70152024-08-16T04:09:03.750Z[ recovery-image] Aug 16 04:09:02.714 INFO O| Aug 16 04:09:02.714 INFO STEP 1038 (remove_files) COMPLETE
70162024-08-16T04:09:03.750Z[ recovery-image] Aug 16 04:09:02.714 INFO O| Aug 16 04:09:02.714 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-08-16T04:09:03.757Z[ recovery-image] Aug 16 04:09:02.724 INFO O| Aug 16 04:09:02.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
70182024-08-16T04:09:03.757Z[ recovery-image] Aug 16 04:09:02.724 INFO O| Aug 16 04:09:02.724 INFO STEP 1039 (remove_files) COMPLETE
70192024-08-16T04:09:03.759Z[ recovery-image] Aug 16 04:09:02.724 INFO O| Aug 16 04:09:02.724 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-08-16T04:09:03.766Z[ recovery-image] Aug 16 04:09:02.733 INFO O| Aug 16 04:09:02.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
70212024-08-16T04:09:03.766Z[ recovery-image] Aug 16 04:09:02.733 INFO O| Aug 16 04:09:02.733 INFO STEP 1040 (remove_files) COMPLETE
70222024-08-16T04:09:03.768Z[ recovery-image] Aug 16 04:09:02.733 INFO O| Aug 16 04:09:02.733 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-08-16T04:09:03.775Z[ host-image] Aug 16 04:09:02.742 INFO O| Aug 16 04:09:02.742 INFO O| Done
70242024-08-16T04:09:03.777Z[ recovery-image] Aug 16 04:09:02.742 INFO O| Aug 16 04:09:02.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
70252024-08-16T04:09:03.777Z[ recovery-image] Aug 16 04:09:02.743 INFO O| Aug 16 04:09:02.743 INFO STEP 1041 (remove_files) COMPLETE
70262024-08-16T04:09:03.777Z[ recovery-image] Aug 16 04:09:02.743 INFO O| Aug 16 04:09:02.743 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-08-16T04:09:03.787Z[ recovery-image] Aug 16 04:09:02.754 INFO O| Aug 16 04:09:02.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
70282024-08-16T04:09:03.787Z[ recovery-image] Aug 16 04:09:02.754 INFO O| Aug 16 04:09:02.754 INFO STEP 1042 (remove_files) COMPLETE
70292024-08-16T04:09:03.790Z[ recovery-image] Aug 16 04:09:02.754 INFO O| Aug 16 04:09:02.754 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-08-16T04:09:03.797Z[ recovery-image] Aug 16 04:09:02.764 INFO O| Aug 16 04:09:02.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
70312024-08-16T04:09:03.799Z[ recovery-image] Aug 16 04:09:02.765 INFO O| Aug 16 04:09:02.765 INFO STEP 1043 (remove_files) COMPLETE
70322024-08-16T04:09:03.799Z[ recovery-image] Aug 16 04:09:02.765 INFO O| Aug 16 04:09:02.765 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-08-16T04:09:03.808Z[ recovery-image] Aug 16 04:09:02.775 INFO O| Aug 16 04:09:02.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70342024-08-16T04:09:03.808Z[ recovery-image] Aug 16 04:09:02.775 INFO O| Aug 16 04:09:02.775 INFO STEP 1044 (remove_files) COMPLETE
70352024-08-16T04:09:03.808Z[ recovery-image] Aug 16 04:09:02.775 INFO O| Aug 16 04:09:02.775 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-08-16T04:09:03.817Z[ recovery-image] Aug 16 04:09:02.784 INFO O| Aug 16 04:09:02.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70372024-08-16T04:09:03.820Z[ recovery-image] Aug 16 04:09:02.784 INFO O| Aug 16 04:09:02.784 INFO STEP 1045 (remove_files) COMPLETE
70382024-08-16T04:09:03.820Z[ recovery-image] Aug 16 04:09:02.784 INFO O| Aug 16 04:09:02.784 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-08-16T04:09:03.827Z[ recovery-image] Aug 16 04:09:02.794 INFO O| Aug 16 04:09:02.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70402024-08-16T04:09:03.827Z[ recovery-image] Aug 16 04:09:02.794 INFO O| Aug 16 04:09:02.794 INFO STEP 1046 (remove_files) COMPLETE
70412024-08-16T04:09:03.827Z[ recovery-image] Aug 16 04:09:02.794 INFO O| Aug 16 04:09:02.794 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-08-16T04:09:03.836Z[ recovery-image] Aug 16 04:09:02.803 INFO O| Aug 16 04:09:02.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70432024-08-16T04:09:03.839Z[ recovery-image] Aug 16 04:09:02.803 INFO O| Aug 16 04:09:02.803 INFO STEP 1047 (remove_files) COMPLETE
70442024-08-16T04:09:03.839Z[ recovery-image] Aug 16 04:09:02.803 INFO O| Aug 16 04:09:02.803 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-08-16T04:09:03.846Z[ recovery-image] Aug 16 04:09:02.813 INFO O| Aug 16 04:09:02.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70462024-08-16T04:09:03.846Z[ recovery-image] Aug 16 04:09:02.813 INFO O| Aug 16 04:09:02.813 INFO STEP 1048 (remove_files) COMPLETE
70472024-08-16T04:09:03.848Z[ recovery-image] Aug 16 04:09:02.813 INFO O| Aug 16 04:09:02.813 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-08-16T04:09:03.855Z[ recovery-image] Aug 16 04:09:02.822 INFO O| Aug 16 04:09:02.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70492024-08-16T04:09:03.855Z[ recovery-image] Aug 16 04:09:02.822 INFO O| Aug 16 04:09:02.822 INFO STEP 1049 (remove_files) COMPLETE
70502024-08-16T04:09:03.855Z[ recovery-image] Aug 16 04:09:02.822 INFO O| Aug 16 04:09:02.822 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-08-16T04:09:03.865Z[ recovery-image] Aug 16 04:09:02.832 INFO O| Aug 16 04:09:02.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70522024-08-16T04:09:03.865Z[ recovery-image] Aug 16 04:09:02.832 INFO O| Aug 16 04:09:02.832 INFO STEP 1050 (remove_files) COMPLETE
70532024-08-16T04:09:03.865Z[ recovery-image] Aug 16 04:09:02.832 INFO O| Aug 16 04:09:02.832 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-08-16T04:09:03.874Z[ recovery-image] Aug 16 04:09:02.841 INFO O| Aug 16 04:09:02.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70552024-08-16T04:09:03.874Z[ recovery-image] Aug 16 04:09:02.842 INFO O| Aug 16 04:09:02.841 INFO STEP 1051 (remove_files) COMPLETE
70562024-08-16T04:09:03.874Z[ recovery-image] Aug 16 04:09:02.842 INFO O| Aug 16 04:09:02.842 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-08-16T04:09:03.884Z[ recovery-image] Aug 16 04:09:02.851 INFO O| Aug 16 04:09:02.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70582024-08-16T04:09:03.884Z[ recovery-image] Aug 16 04:09:02.851 INFO O| Aug 16 04:09:02.851 INFO STEP 1052 (remove_files) COMPLETE
70592024-08-16T04:09:03.884Z[ recovery-image] Aug 16 04:09:02.851 INFO O| Aug 16 04:09:02.851 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-08-16T04:09:03.894Z[ recovery-image] Aug 16 04:09:02.861 INFO O| Aug 16 04:09:02.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70612024-08-16T04:09:03.896Z[ recovery-image] Aug 16 04:09:02.861 INFO O| Aug 16 04:09:02.861 INFO STEP 1053 (remove_files) COMPLETE
70622024-08-16T04:09:03.896Z[ recovery-image] Aug 16 04:09:02.861 INFO O| Aug 16 04:09:02.861 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-08-16T04:09:03.903Z[ recovery-image] Aug 16 04:09:02.871 INFO O| Aug 16 04:09:02.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70642024-08-16T04:09:03.903Z[ recovery-image] Aug 16 04:09:02.871 INFO O| Aug 16 04:09:02.871 INFO STEP 1054 (remove_files) COMPLETE
70652024-08-16T04:09:03.906Z[ recovery-image] Aug 16 04:09:02.871 INFO O| Aug 16 04:09:02.871 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-08-16T04:09:03.913Z[ recovery-image] Aug 16 04:09:02.880 INFO O| Aug 16 04:09:02.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70672024-08-16T04:09:03.913Z[ recovery-image] Aug 16 04:09:02.880 INFO O| Aug 16 04:09:02.880 INFO STEP 1055 (remove_files) COMPLETE
70682024-08-16T04:09:03.916Z[ recovery-image] Aug 16 04:09:02.880 INFO O| Aug 16 04:09:02.880 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-08-16T04:09:03.923Z[ recovery-image] Aug 16 04:09:02.890 INFO O| Aug 16 04:09:02.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70702024-08-16T04:09:03.923Z[ recovery-image] Aug 16 04:09:02.890 INFO O| Aug 16 04:09:02.890 INFO STEP 1056 (remove_files) COMPLETE
70712024-08-16T04:09:03.926Z[ recovery-image] Aug 16 04:09:02.890 INFO O| Aug 16 04:09:02.890 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-08-16T04:09:03.934Z[ recovery-image] Aug 16 04:09:02.900 INFO O| Aug 16 04:09:02.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70732024-08-16T04:09:03.934Z[ recovery-image] Aug 16 04:09:02.900 INFO O| Aug 16 04:09:02.900 INFO STEP 1057 (remove_files) COMPLETE
70742024-08-16T04:09:03.934Z[ recovery-image] Aug 16 04:09:02.900 INFO O| Aug 16 04:09:02.900 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-08-16T04:09:03.942Z[ recovery-image] Aug 16 04:09:02.909 INFO O| Aug 16 04:09:02.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70762024-08-16T04:09:03.942Z[ recovery-image] Aug 16 04:09:02.910 INFO O| Aug 16 04:09:02.910 INFO STEP 1058 (remove_files) COMPLETE
70772024-08-16T04:09:03.942Z[ recovery-image] Aug 16 04:09:02.910 INFO O| Aug 16 04:09:02.910 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-08-16T04:09:03.952Z[ recovery-image] Aug 16 04:09:02.919 INFO O| Aug 16 04:09:02.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70792024-08-16T04:09:03.952Z[ recovery-image] Aug 16 04:09:02.919 INFO O| Aug 16 04:09:02.919 INFO STEP 1059 (remove_files) COMPLETE
70802024-08-16T04:09:03.955Z[ recovery-image] Aug 16 04:09:02.919 INFO O| Aug 16 04:09:02.919 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-08-16T04:09:03.961Z[ recovery-image] Aug 16 04:09:02.928 INFO O| Aug 16 04:09:02.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70822024-08-16T04:09:03.961Z[ recovery-image] Aug 16 04:09:02.929 INFO O| Aug 16 04:09:02.929 INFO STEP 1060 (remove_files) COMPLETE
70832024-08-16T04:09:03.964Z[ recovery-image] Aug 16 04:09:02.929 INFO O| Aug 16 04:09:02.929 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-08-16T04:09:03.971Z[ recovery-image] Aug 16 04:09:02.938 INFO O| Aug 16 04:09:02.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70852024-08-16T04:09:03.973Z[ recovery-image] Aug 16 04:09:02.938 INFO O| Aug 16 04:09:02.938 INFO STEP 1061 (remove_files) COMPLETE
70862024-08-16T04:09:03.973Z[ recovery-image] Aug 16 04:09:02.938 INFO O| Aug 16 04:09:02.938 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-08-16T04:09:03.980Z[ recovery-image] Aug 16 04:09:02.947 INFO O| Aug 16 04:09:02.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70882024-08-16T04:09:03.983Z[ recovery-image] Aug 16 04:09:02.947 INFO O| Aug 16 04:09:02.947 INFO STEP 1062 (remove_files) COMPLETE
70892024-08-16T04:09:03.983Z[ recovery-image] Aug 16 04:09:02.948 INFO O| Aug 16 04:09:02.947 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-08-16T04:09:03.990Z[ recovery-image] Aug 16 04:09:02.957 INFO O| Aug 16 04:09:02.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70912024-08-16T04:09:03.990Z[ recovery-image] Aug 16 04:09:02.957 INFO O| Aug 16 04:09:02.957 INFO STEP 1063 (remove_files) COMPLETE
70922024-08-16T04:09:03.990Z[ recovery-image] Aug 16 04:09:02.957 INFO O| Aug 16 04:09:02.957 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-08-16T04:09:03.999Z[ recovery-image] Aug 16 04:09:02.967 INFO O| Aug 16 04:09:02.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
70942024-08-16T04:09:03.999Z[ recovery-image] Aug 16 04:09:02.967 INFO O| Aug 16 04:09:02.967 INFO STEP 1064 (remove_files) COMPLETE
70952024-08-16T04:09:04.002Z[ recovery-image] Aug 16 04:09:02.967 INFO O| Aug 16 04:09:02.967 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-08-16T04:09:04.009Z[ recovery-image] Aug 16 04:09:02.976 INFO O| Aug 16 04:09:02.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
70972024-08-16T04:09:04.009Z[ recovery-image] Aug 16 04:09:02.977 INFO O| Aug 16 04:09:02.977 INFO STEP 1065 (remove_files) COMPLETE
70982024-08-16T04:09:04.009Z[ recovery-image] Aug 16 04:09:02.977 INFO O| Aug 16 04:09:02.977 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-08-16T04:09:04.020Z[ recovery-image] Aug 16 04:09:02.987 INFO O| Aug 16 04:09:02.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
71002024-08-16T04:09:04.022Z[ recovery-image] Aug 16 04:09:02.987 INFO O| Aug 16 04:09:02.987 INFO STEP 1066 (remove_files) COMPLETE
71012024-08-16T04:09:04.022Z[ recovery-image] Aug 16 04:09:02.987 INFO O| Aug 16 04:09:02.987 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-08-16T04:09:04.029Z[ recovery-image] Aug 16 04:09:02.997 INFO O| Aug 16 04:09:02.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
71032024-08-16T04:09:04.030Z[ recovery-image] Aug 16 04:09:02.997 INFO O| Aug 16 04:09:02.997 INFO STEP 1067 (remove_files) COMPLETE
71042024-08-16T04:09:04.032Z[ recovery-image] Aug 16 04:09:02.997 INFO O| Aug 16 04:09:02.997 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-08-16T04:09:04.041Z[ recovery-image] Aug 16 04:09:03.008 INFO O| Aug 16 04:09:03.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
71062024-08-16T04:09:04.044Z[ recovery-image] Aug 16 04:09:03.008 INFO O| Aug 16 04:09:03.008 INFO STEP 1068 (remove_files) COMPLETE
71072024-08-16T04:09:04.044Z[ recovery-image] Aug 16 04:09:03.008 INFO O| Aug 16 04:09:03.008 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-08-16T04:09:04.051Z[ recovery-image] Aug 16 04:09:03.018 INFO O| Aug 16 04:09:03.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
71092024-08-16T04:09:04.054Z[ recovery-image] Aug 16 04:09:03.018 INFO O| Aug 16 04:09:03.018 INFO STEP 1069 (remove_files) COMPLETE
71102024-08-16T04:09:04.054Z[ recovery-image] Aug 16 04:09:03.018 INFO O| Aug 16 04:09:03.018 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-08-16T04:09:04.061Z[ recovery-image] Aug 16 04:09:03.028 INFO O| Aug 16 04:09:03.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
71122024-08-16T04:09:04.061Z[ recovery-image] Aug 16 04:09:03.028 INFO O| Aug 16 04:09:03.028 INFO STEP 1070 (remove_files) COMPLETE
71132024-08-16T04:09:04.063Z[ recovery-image] Aug 16 04:09:03.028 INFO O| Aug 16 04:09:03.028 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-08-16T04:09:04.071Z[ recovery-image] Aug 16 04:09:03.038 INFO O| Aug 16 04:09:03.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
71152024-08-16T04:09:04.071Z[ recovery-image] Aug 16 04:09:03.038 INFO O| Aug 16 04:09:03.038 INFO STEP 1071 (remove_files) COMPLETE
71162024-08-16T04:09:04.071Z[ recovery-image] Aug 16 04:09:03.038 INFO O| Aug 16 04:09:03.038 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-08-16T04:09:04.080Z[ recovery-image] Aug 16 04:09:03.047 INFO O| Aug 16 04:09:03.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
71182024-08-16T04:09:04.083Z[ recovery-image] Aug 16 04:09:03.048 INFO O| Aug 16 04:09:03.048 INFO STEP 1072 (remove_files) COMPLETE
71192024-08-16T04:09:04.083Z[ recovery-image] Aug 16 04:09:03.048 INFO O| Aug 16 04:09:03.048 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-08-16T04:09:04.090Z[ recovery-image] Aug 16 04:09:03.057 INFO O| Aug 16 04:09:03.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
71212024-08-16T04:09:04.090Z[ recovery-image] Aug 16 04:09:03.057 INFO O| Aug 16 04:09:03.057 INFO STEP 1073 (remove_files) COMPLETE
71222024-08-16T04:09:04.092Z[ recovery-image] Aug 16 04:09:03.057 INFO O| Aug 16 04:09:03.057 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-08-16T04:09:04.099Z[ recovery-image] Aug 16 04:09:03.067 INFO O| Aug 16 04:09:03.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
71242024-08-16T04:09:04.099Z[ recovery-image] Aug 16 04:09:03.067 INFO O| Aug 16 04:09:03.067 INFO STEP 1074 (remove_files) COMPLETE
71252024-08-16T04:09:04.102Z[ recovery-image] Aug 16 04:09:03.067 INFO O| Aug 16 04:09:03.067 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-08-16T04:09:04.109Z[ recovery-image] Aug 16 04:09:03.076 INFO O| Aug 16 04:09:03.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
71272024-08-16T04:09:04.111Z[ recovery-image] Aug 16 04:09:03.078 INFO O| Aug 16 04:09:03.077 INFO STEP 1075 (remove_files) COMPLETE
71282024-08-16T04:09:04.111Z[ recovery-image] Aug 16 04:09:03.078 INFO O| Aug 16 04:09:03.077 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-08-16T04:09:04.120Z[ recovery-image] Aug 16 04:09:03.087 INFO O| Aug 16 04:09:03.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
71302024-08-16T04:09:04.123Z[ recovery-image] Aug 16 04:09:03.087 INFO O| Aug 16 04:09:03.087 INFO STEP 1076 (remove_files) COMPLETE
71312024-08-16T04:09:04.123Z[ recovery-image] Aug 16 04:09:03.087 INFO O| Aug 16 04:09:03.087 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-08-16T04:09:04.129Z[ recovery-image] Aug 16 04:09:03.096 INFO O| Aug 16 04:09:03.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71332024-08-16T04:09:04.129Z[ recovery-image] Aug 16 04:09:03.096 INFO O| Aug 16 04:09:03.096 INFO STEP 1077 (remove_files) COMPLETE
71342024-08-16T04:09:04.132Z[ recovery-image] Aug 16 04:09:03.096 INFO O| Aug 16 04:09:03.096 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-08-16T04:09:04.139Z[ recovery-image] Aug 16 04:09:03.106 INFO O| Aug 16 04:09:03.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71362024-08-16T04:09:04.139Z[ recovery-image] Aug 16 04:09:03.106 INFO O| Aug 16 04:09:03.106 INFO STEP 1078 (remove_files) COMPLETE
71372024-08-16T04:09:04.139Z[ recovery-image] Aug 16 04:09:03.106 INFO O| Aug 16 04:09:03.106 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-08-16T04:09:04.148Z[ recovery-image] Aug 16 04:09:03.115 INFO O| Aug 16 04:09:03.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71392024-08-16T04:09:04.148Z[ recovery-image] Aug 16 04:09:03.116 INFO O| Aug 16 04:09:03.116 INFO STEP 1079 (remove_files) COMPLETE
71402024-08-16T04:09:04.151Z[ recovery-image] Aug 16 04:09:03.116 INFO O| Aug 16 04:09:03.116 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-08-16T04:09:04.158Z[ recovery-image] Aug 16 04:09:03.125 INFO O| Aug 16 04:09:03.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71422024-08-16T04:09:04.158Z[ recovery-image] Aug 16 04:09:03.125 INFO O| Aug 16 04:09:03.125 INFO STEP 1080 (remove_files) COMPLETE
71432024-08-16T04:09:04.158Z[ recovery-image] Aug 16 04:09:03.125 INFO O| Aug 16 04:09:03.125 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-08-16T04:09:04.167Z[ recovery-image] Aug 16 04:09:03.135 INFO O| Aug 16 04:09:03.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71452024-08-16T04:09:04.167Z[ recovery-image] Aug 16 04:09:03.135 INFO O| Aug 16 04:09:03.135 INFO STEP 1081 (remove_files) COMPLETE
71462024-08-16T04:09:04.170Z[ recovery-image] Aug 16 04:09:03.135 INFO O| Aug 16 04:09:03.135 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-08-16T04:09:04.177Z[ recovery-image] Aug 16 04:09:03.144 INFO O| Aug 16 04:09:03.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71482024-08-16T04:09:04.180Z[ recovery-image] Aug 16 04:09:03.145 INFO O| Aug 16 04:09:03.145 INFO STEP 1082 (remove_files) COMPLETE
71492024-08-16T04:09:04.180Z[ recovery-image] Aug 16 04:09:03.145 INFO O| Aug 16 04:09:03.145 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-08-16T04:09:04.188Z[ recovery-image] Aug 16 04:09:03.155 INFO O| Aug 16 04:09:03.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71512024-08-16T04:09:04.188Z[ recovery-image] Aug 16 04:09:03.155 INFO O| Aug 16 04:09:03.155 INFO STEP 1083 (remove_files) COMPLETE
71522024-08-16T04:09:04.190Z[ recovery-image] Aug 16 04:09:03.155 INFO O| Aug 16 04:09:03.155 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-08-16T04:09:04.198Z[ recovery-image] Aug 16 04:09:03.165 INFO O| Aug 16 04:09:03.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71542024-08-16T04:09:04.200Z[ recovery-image] Aug 16 04:09:03.165 INFO O| Aug 16 04:09:03.165 INFO STEP 1084 (remove_files) COMPLETE
71552024-08-16T04:09:04.200Z[ recovery-image] Aug 16 04:09:03.165 INFO O| Aug 16 04:09:03.165 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-08-16T04:09:04.207Z[ recovery-image] Aug 16 04:09:03.175 INFO O| Aug 16 04:09:03.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71572024-08-16T04:09:04.210Z[ recovery-image] Aug 16 04:09:03.175 INFO O| Aug 16 04:09:03.175 INFO STEP 1085 (remove_files) COMPLETE
71582024-08-16T04:09:04.210Z[ recovery-image] Aug 16 04:09:03.175 INFO O| Aug 16 04:09:03.175 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-08-16T04:09:04.217Z[ recovery-image] Aug 16 04:09:03.184 INFO O| Aug 16 04:09:03.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71602024-08-16T04:09:04.217Z[ recovery-image] Aug 16 04:09:03.184 INFO O| Aug 16 04:09:03.184 INFO STEP 1086 (remove_files) COMPLETE
71612024-08-16T04:09:04.220Z[ recovery-image] Aug 16 04:09:03.184 INFO O| Aug 16 04:09:03.184 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-08-16T04:09:04.227Z[ recovery-image] Aug 16 04:09:03.194 INFO O| Aug 16 04:09:03.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71632024-08-16T04:09:04.227Z[ recovery-image] Aug 16 04:09:03.194 INFO O| Aug 16 04:09:03.194 INFO STEP 1087 (remove_files) COMPLETE
71642024-08-16T04:09:04.227Z[ recovery-image] Aug 16 04:09:03.194 INFO O| Aug 16 04:09:03.194 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-08-16T04:09:04.237Z[ recovery-image] Aug 16 04:09:03.204 INFO O| Aug 16 04:09:03.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71662024-08-16T04:09:04.240Z[ recovery-image] Aug 16 04:09:03.205 INFO O| Aug 16 04:09:03.205 INFO STEP 1088 (remove_files) COMPLETE
71672024-08-16T04:09:04.240Z[ recovery-image] Aug 16 04:09:03.205 INFO O| Aug 16 04:09:03.205 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-08-16T04:09:04.248Z[ recovery-image] Aug 16 04:09:03.215 INFO O| Aug 16 04:09:03.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71692024-08-16T04:09:04.248Z[ recovery-image] Aug 16 04:09:03.215 INFO O| Aug 16 04:09:03.215 INFO STEP 1089 (remove_files) COMPLETE
71702024-08-16T04:09:04.251Z[ recovery-image] Aug 16 04:09:03.215 INFO O| Aug 16 04:09:03.215 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-08-16T04:09:04.257Z[ recovery-image] Aug 16 04:09:03.224 INFO O| Aug 16 04:09:03.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71722024-08-16T04:09:04.257Z[ recovery-image] Aug 16 04:09:03.224 INFO O| Aug 16 04:09:03.224 INFO STEP 1090 (remove_files) COMPLETE
71732024-08-16T04:09:04.257Z[ recovery-image] Aug 16 04:09:03.224 INFO O| Aug 16 04:09:03.224 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-08-16T04:09:04.266Z[ recovery-image] Aug 16 04:09:03.234 INFO O| Aug 16 04:09:03.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71752024-08-16T04:09:04.269Z[ recovery-image] Aug 16 04:09:03.234 INFO O| Aug 16 04:09:03.234 INFO STEP 1091 (remove_files) COMPLETE
71762024-08-16T04:09:04.269Z[ recovery-image] Aug 16 04:09:03.234 INFO O| Aug 16 04:09:03.234 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-08-16T04:09:04.276Z[ recovery-image] Aug 16 04:09:03.243 INFO O| Aug 16 04:09:03.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71782024-08-16T04:09:04.276Z[ recovery-image] Aug 16 04:09:03.243 INFO O| Aug 16 04:09:03.243 INFO STEP 1092 (remove_files) COMPLETE
71792024-08-16T04:09:04.276Z[ recovery-image] Aug 16 04:09:03.243 INFO O| Aug 16 04:09:03.243 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-08-16T04:09:04.286Z[ recovery-image] Aug 16 04:09:03.252 INFO O| Aug 16 04:09:03.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71812024-08-16T04:09:04.288Z[ recovery-image] Aug 16 04:09:03.252 INFO O| Aug 16 04:09:03.252 INFO STEP 1093 (remove_files) COMPLETE
71822024-08-16T04:09:04.288Z[ recovery-image] Aug 16 04:09:03.252 INFO O| Aug 16 04:09:03.252 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-08-16T04:09:04.294Z[ recovery-image] Aug 16 04:09:03.261 INFO O| Aug 16 04:09:03.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71842024-08-16T04:09:04.294Z[ recovery-image] Aug 16 04:09:03.261 INFO O| Aug 16 04:09:03.261 INFO STEP 1094 (remove_files) COMPLETE
71852024-08-16T04:09:04.297Z[ recovery-image] Aug 16 04:09:03.261 INFO O| Aug 16 04:09:03.261 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-08-16T04:09:04.304Z[ recovery-image] Aug 16 04:09:03.271 INFO O| Aug 16 04:09:03.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71872024-08-16T04:09:04.304Z[ recovery-image] Aug 16 04:09:03.271 INFO O| Aug 16 04:09:03.271 INFO STEP 1095 (remove_files) COMPLETE
71882024-08-16T04:09:04.306Z[ recovery-image] Aug 16 04:09:03.271 INFO O| Aug 16 04:09:03.271 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-08-16T04:09:04.313Z[ recovery-image] Aug 16 04:09:03.280 INFO O| Aug 16 04:09:03.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71902024-08-16T04:09:04.313Z[ recovery-image] Aug 16 04:09:03.280 INFO O| Aug 16 04:09:03.280 INFO STEP 1096 (remove_files) COMPLETE
71912024-08-16T04:09:04.316Z[ recovery-image] Aug 16 04:09:03.280 INFO O| Aug 16 04:09:03.280 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-08-16T04:09:04.323Z[ recovery-image] Aug 16 04:09:03.290 INFO O| Aug 16 04:09:03.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
71932024-08-16T04:09:04.323Z[ recovery-image] Aug 16 04:09:03.290 INFO O| Aug 16 04:09:03.290 INFO STEP 1097 (remove_files) COMPLETE
71942024-08-16T04:09:04.325Z[ recovery-image] Aug 16 04:09:03.290 INFO O| Aug 16 04:09:03.290 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-08-16T04:09:04.332Z[ recovery-image] Aug 16 04:09:03.299 INFO O| Aug 16 04:09:03.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
71962024-08-16T04:09:04.332Z[ recovery-image] Aug 16 04:09:03.300 INFO O| Aug 16 04:09:03.300 INFO STEP 1098 (remove_files) COMPLETE
71972024-08-16T04:09:04.332Z[ recovery-image] Aug 16 04:09:03.300 INFO O| Aug 16 04:09:03.300 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-08-16T04:09:04.342Z[ recovery-image] Aug 16 04:09:03.309 INFO O| Aug 16 04:09:03.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
71992024-08-16T04:09:04.344Z[ recovery-image] Aug 16 04:09:03.309 INFO O| Aug 16 04:09:03.309 INFO STEP 1099 (remove_files) COMPLETE
72002024-08-16T04:09:04.344Z[ recovery-image] Aug 16 04:09:03.309 INFO O| Aug 16 04:09:03.309 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-08-16T04:09:04.351Z[ recovery-image] Aug 16 04:09:03.318 INFO O| Aug 16 04:09:03.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
72022024-08-16T04:09:04.351Z[ recovery-image] Aug 16 04:09:03.318 INFO O| Aug 16 04:09:03.318 INFO STEP 1100 (remove_files) COMPLETE
72032024-08-16T04:09:04.354Z[ recovery-image] Aug 16 04:09:03.318 INFO O| Aug 16 04:09:03.318 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-08-16T04:09:04.361Z[ recovery-image] Aug 16 04:09:03.328 INFO O| Aug 16 04:09:03.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
72052024-08-16T04:09:04.361Z[ recovery-image] Aug 16 04:09:03.328 INFO O| Aug 16 04:09:03.328 INFO STEP 1101 (remove_files) COMPLETE
72062024-08-16T04:09:04.363Z[ recovery-image] Aug 16 04:09:03.328 INFO O| Aug 16 04:09:03.328 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-08-16T04:09:04.370Z[ recovery-image] Aug 16 04:09:03.337 INFO O| Aug 16 04:09:03.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
72082024-08-16T04:09:04.372Z[ recovery-image] Aug 16 04:09:03.337 INFO O| Aug 16 04:09:03.337 INFO STEP 1102 (remove_files) COMPLETE
72092024-08-16T04:09:04.372Z[ recovery-image] Aug 16 04:09:03.337 INFO O| Aug 16 04:09:03.337 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-08-16T04:09:04.380Z[ recovery-image] Aug 16 04:09:03.347 INFO O| Aug 16 04:09:03.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
72112024-08-16T04:09:04.382Z[ recovery-image] Aug 16 04:09:03.347 INFO O| Aug 16 04:09:03.347 INFO STEP 1103 (remove_files) COMPLETE
72122024-08-16T04:09:04.382Z[ recovery-image] Aug 16 04:09:03.347 INFO O| Aug 16 04:09:03.347 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-08-16T04:09:04.389Z[ recovery-image] Aug 16 04:09:03.356 INFO O| Aug 16 04:09:03.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
72142024-08-16T04:09:04.389Z[ recovery-image] Aug 16 04:09:03.356 INFO O| Aug 16 04:09:03.356 INFO STEP 1104 (remove_files) COMPLETE
72152024-08-16T04:09:04.392Z[ recovery-image] Aug 16 04:09:03.356 INFO O| Aug 16 04:09:03.356 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-08-16T04:09:04.399Z[ recovery-image] Aug 16 04:09:03.366 INFO O| Aug 16 04:09:03.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
72172024-08-16T04:09:04.399Z[ recovery-image] Aug 16 04:09:03.366 INFO O| Aug 16 04:09:03.366 INFO STEP 1105 (remove_files) COMPLETE
72182024-08-16T04:09:04.399Z[ recovery-image] Aug 16 04:09:03.366 INFO O| Aug 16 04:09:03.366 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-08-16T04:09:04.409Z[ recovery-image] Aug 16 04:09:03.376 INFO O| Aug 16 04:09:03.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
72202024-08-16T04:09:04.409Z[ recovery-image] Aug 16 04:09:03.376 INFO O| Aug 16 04:09:03.376 INFO STEP 1106 (remove_files) COMPLETE
72212024-08-16T04:09:04.411Z[ recovery-image] Aug 16 04:09:03.376 INFO O| Aug 16 04:09:03.376 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-08-16T04:09:04.419Z[ recovery-image] Aug 16 04:09:03.386 INFO O| Aug 16 04:09:03.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
72232024-08-16T04:09:04.419Z[ recovery-image] Aug 16 04:09:03.386 INFO O| Aug 16 04:09:03.386 INFO STEP 1107 (remove_files) COMPLETE
72242024-08-16T04:09:04.421Z[ recovery-image] Aug 16 04:09:03.386 INFO O| Aug 16 04:09:03.386 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-08-16T04:09:04.430Z[ recovery-image] Aug 16 04:09:03.397 INFO O| Aug 16 04:09:03.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
72262024-08-16T04:09:04.430Z[ recovery-image] Aug 16 04:09:03.397 INFO O| Aug 16 04:09:03.397 INFO STEP 1108 (remove_files) COMPLETE
72272024-08-16T04:09:04.430Z[ recovery-image] Aug 16 04:09:03.397 INFO O| Aug 16 04:09:03.397 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-08-16T04:09:04.440Z[ recovery-image] Aug 16 04:09:03.407 INFO O| Aug 16 04:09:03.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
72292024-08-16T04:09:04.440Z[ recovery-image] Aug 16 04:09:03.408 INFO O| Aug 16 04:09:03.408 INFO STEP 1109 (remove_files) COMPLETE
72302024-08-16T04:09:04.443Z[ recovery-image] Aug 16 04:09:03.408 INFO O| Aug 16 04:09:03.408 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-08-16T04:09:04.451Z[ recovery-image] Aug 16 04:09:03.418 INFO O| Aug 16 04:09:03.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72322024-08-16T04:09:04.451Z[ recovery-image] Aug 16 04:09:03.418 INFO O| Aug 16 04:09:03.418 INFO STEP 1110 (remove_files) COMPLETE
72332024-08-16T04:09:04.453Z[ recovery-image] Aug 16 04:09:03.418 INFO O| Aug 16 04:09:03.418 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-08-16T04:09:04.460Z[ recovery-image] Aug 16 04:09:03.428 INFO O| Aug 16 04:09:03.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72352024-08-16T04:09:04.463Z[ recovery-image] Aug 16 04:09:03.428 INFO O| Aug 16 04:09:03.428 INFO STEP 1111 (remove_files) COMPLETE
72362024-08-16T04:09:04.463Z[ recovery-image] Aug 16 04:09:03.428 INFO O| Aug 16 04:09:03.428 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-08-16T04:09:04.470Z[ recovery-image] Aug 16 04:09:03.437 INFO O| Aug 16 04:09:03.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72382024-08-16T04:09:04.470Z[ recovery-image] Aug 16 04:09:03.437 INFO O| Aug 16 04:09:03.437 INFO STEP 1112 (remove_files) COMPLETE
72392024-08-16T04:09:04.473Z[ recovery-image] Aug 16 04:09:03.437 INFO O| Aug 16 04:09:03.437 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-08-16T04:09:04.480Z[ recovery-image] Aug 16 04:09:03.447 INFO O| Aug 16 04:09:03.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72412024-08-16T04:09:04.482Z[ recovery-image] Aug 16 04:09:03.448 INFO O| Aug 16 04:09:03.448 INFO STEP 1113 (remove_files) COMPLETE
72422024-08-16T04:09:04.482Z[ recovery-image] Aug 16 04:09:03.448 INFO O| Aug 16 04:09:03.448 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-08-16T04:09:04.490Z[ recovery-image] Aug 16 04:09:03.457 INFO O| Aug 16 04:09:03.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72442024-08-16T04:09:04.492Z[ recovery-image] Aug 16 04:09:03.457 INFO O| Aug 16 04:09:03.457 INFO STEP 1114 (remove_files) COMPLETE
72452024-08-16T04:09:04.492Z[ recovery-image] Aug 16 04:09:03.457 INFO O| Aug 16 04:09:03.457 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-08-16T04:09:04.500Z[ recovery-image] Aug 16 04:09:03.467 INFO O| Aug 16 04:09:03.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72472024-08-16T04:09:04.500Z[ recovery-image] Aug 16 04:09:03.467 INFO O| Aug 16 04:09:03.467 INFO STEP 1115 (remove_files) COMPLETE
72482024-08-16T04:09:04.500Z[ recovery-image] Aug 16 04:09:03.467 INFO O| Aug 16 04:09:03.467 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-08-16T04:09:04.510Z[ recovery-image] Aug 16 04:09:03.477 INFO O| Aug 16 04:09:03.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72502024-08-16T04:09:04.510Z[ recovery-image] Aug 16 04:09:03.477 INFO O| Aug 16 04:09:03.477 INFO STEP 1116 (remove_files) COMPLETE
72512024-08-16T04:09:04.512Z[ recovery-image] Aug 16 04:09:03.477 INFO O| Aug 16 04:09:03.477 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-08-16T04:09:04.519Z[ recovery-image] Aug 16 04:09:03.487 INFO O| Aug 16 04:09:03.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72532024-08-16T04:09:04.519Z[ recovery-image] Aug 16 04:09:03.487 INFO O| Aug 16 04:09:03.487 INFO STEP 1117 (remove_files) COMPLETE
72542024-08-16T04:09:04.522Z[ recovery-image] Aug 16 04:09:03.487 INFO O| Aug 16 04:09:03.487 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-08-16T04:09:04.529Z[ recovery-image] Aug 16 04:09:03.496 INFO O| Aug 16 04:09:03.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72562024-08-16T04:09:04.531Z[ recovery-image] Aug 16 04:09:03.496 INFO O| Aug 16 04:09:03.496 INFO STEP 1118 (remove_files) COMPLETE
72572024-08-16T04:09:04.531Z[ recovery-image] Aug 16 04:09:03.496 INFO O| Aug 16 04:09:03.496 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-08-16T04:09:04.538Z[ recovery-image] Aug 16 04:09:03.506 INFO O| Aug 16 04:09:03.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72592024-08-16T04:09:04.538Z[ recovery-image] Aug 16 04:09:03.506 INFO O| Aug 16 04:09:03.506 INFO STEP 1119 (remove_files) COMPLETE
72602024-08-16T04:09:04.538Z[ recovery-image] Aug 16 04:09:03.506 INFO O| Aug 16 04:09:03.506 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-08-16T04:09:04.548Z[ recovery-image] Aug 16 04:09:03.515 INFO O| Aug 16 04:09:03.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72622024-08-16T04:09:04.550Z[ recovery-image] Aug 16 04:09:03.515 INFO O| Aug 16 04:09:03.515 INFO STEP 1120 (remove_files) COMPLETE
72632024-08-16T04:09:04.550Z[ recovery-image] Aug 16 04:09:03.515 INFO O| Aug 16 04:09:03.515 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-08-16T04:09:04.557Z[ recovery-image] Aug 16 04:09:03.524 INFO O| Aug 16 04:09:03.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72652024-08-16T04:09:04.560Z[ recovery-image] Aug 16 04:09:03.525 INFO O| Aug 16 04:09:03.525 INFO STEP 1121 (remove_files) COMPLETE
72662024-08-16T04:09:04.560Z[ recovery-image] Aug 16 04:09:03.525 INFO O| Aug 16 04:09:03.525 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-08-16T04:09:04.567Z[ recovery-image] Aug 16 04:09:03.534 INFO O| Aug 16 04:09:03.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72682024-08-16T04:09:04.567Z[ recovery-image] Aug 16 04:09:03.534 INFO O| Aug 16 04:09:03.534 INFO STEP 1122 (remove_files) COMPLETE
72692024-08-16T04:09:04.570Z[ recovery-image] Aug 16 04:09:03.534 INFO O| Aug 16 04:09:03.534 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-08-16T04:09:04.576Z[ recovery-image] Aug 16 04:09:03.544 INFO O| Aug 16 04:09:03.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72712024-08-16T04:09:04.580Z[ recovery-image] Aug 16 04:09:03.544 INFO O| Aug 16 04:09:03.544 INFO STEP 1123 (remove_files) COMPLETE
72722024-08-16T04:09:04.580Z[ recovery-image] Aug 16 04:09:03.544 INFO O| Aug 16 04:09:03.544 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-08-16T04:09:04.586Z[ recovery-image] Aug 16 04:09:03.553 INFO O| Aug 16 04:09:03.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72742024-08-16T04:09:04.586Z[ recovery-image] Aug 16 04:09:03.553 INFO O| Aug 16 04:09:03.553 INFO STEP 1124 (remove_files) COMPLETE
72752024-08-16T04:09:04.586Z[ recovery-image] Aug 16 04:09:03.553 INFO O| Aug 16 04:09:03.553 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-08-16T04:09:04.596Z[ recovery-image] Aug 16 04:09:03.563 INFO O| Aug 16 04:09:03.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72772024-08-16T04:09:04.596Z[ recovery-image] Aug 16 04:09:03.563 INFO O| Aug 16 04:09:03.563 INFO STEP 1125 (remove_files) COMPLETE
72782024-08-16T04:09:04.598Z[ recovery-image] Aug 16 04:09:03.563 INFO O| Aug 16 04:09:03.563 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-08-16T04:09:04.605Z[ recovery-image] Aug 16 04:09:03.572 INFO O| Aug 16 04:09:03.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72802024-08-16T04:09:04.607Z[ recovery-image] Aug 16 04:09:03.572 INFO O| Aug 16 04:09:03.572 INFO STEP 1126 (remove_files) COMPLETE
72812024-08-16T04:09:04.607Z[ recovery-image] Aug 16 04:09:03.572 INFO O| Aug 16 04:09:03.572 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-08-16T04:09:04.616Z[ recovery-image] Aug 16 04:09:03.582 INFO O| Aug 16 04:09:03.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72832024-08-16T04:09:04.618Z[ recovery-image] Aug 16 04:09:03.582 INFO O| Aug 16 04:09:03.582 INFO STEP 1127 (remove_files) COMPLETE
72842024-08-16T04:09:04.618Z[ recovery-image] Aug 16 04:09:03.582 INFO O| Aug 16 04:09:03.582 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-08-16T04:09:04.624Z[ recovery-image] Aug 16 04:09:03.591 INFO O| Aug 16 04:09:03.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72862024-08-16T04:09:04.626Z[ recovery-image] Aug 16 04:09:03.591 INFO O| Aug 16 04:09:03.591 INFO STEP 1128 (remove_files) COMPLETE
72872024-08-16T04:09:04.626Z[ recovery-image] Aug 16 04:09:03.591 INFO O| Aug 16 04:09:03.591 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-08-16T04:09:04.633Z[ recovery-image] Aug 16 04:09:03.600 INFO O| Aug 16 04:09:03.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72892024-08-16T04:09:04.633Z[ recovery-image] Aug 16 04:09:03.600 INFO O| Aug 16 04:09:03.600 INFO STEP 1129 (remove_files) COMPLETE
72902024-08-16T04:09:04.635Z[ recovery-image] Aug 16 04:09:03.600 INFO O| Aug 16 04:09:03.600 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-08-16T04:09:04.642Z[ recovery-image] Aug 16 04:09:03.610 INFO O| Aug 16 04:09:03.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
72922024-08-16T04:09:04.643Z[ recovery-image] Aug 16 04:09:03.610 INFO O| Aug 16 04:09:03.610 INFO STEP 1130 (remove_files) COMPLETE
72932024-08-16T04:09:04.643Z[ recovery-image] Aug 16 04:09:03.610 INFO O| Aug 16 04:09:03.610 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-08-16T04:09:04.652Z[ recovery-image] Aug 16 04:09:03.619 INFO O| Aug 16 04:09:03.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
72952024-08-16T04:09:04.652Z[ recovery-image] Aug 16 04:09:03.619 INFO O| Aug 16 04:09:03.619 INFO STEP 1131 (remove_files) COMPLETE
72962024-08-16T04:09:04.654Z[ recovery-image] Aug 16 04:09:03.619 INFO O| Aug 16 04:09:03.619 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-08-16T04:09:04.661Z[ recovery-image] Aug 16 04:09:03.628 INFO O| Aug 16 04:09:03.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
72982024-08-16T04:09:04.661Z[ recovery-image] Aug 16 04:09:03.628 INFO O| Aug 16 04:09:03.628 INFO STEP 1132 (remove_files) COMPLETE
72992024-08-16T04:09:04.661Z[ recovery-image] Aug 16 04:09:03.628 INFO O| Aug 16 04:09:03.628 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-08-16T04:09:04.670Z[ recovery-image] Aug 16 04:09:03.637 INFO O| Aug 16 04:09:03.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
73012024-08-16T04:09:04.670Z[ recovery-image] Aug 16 04:09:03.637 INFO O| Aug 16 04:09:03.637 INFO STEP 1133 (remove_files) COMPLETE
73022024-08-16T04:09:04.673Z[ recovery-image] Aug 16 04:09:03.637 INFO O| Aug 16 04:09:03.637 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-08-16T04:09:04.679Z[ recovery-image] Aug 16 04:09:03.647 INFO O| Aug 16 04:09:03.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
73042024-08-16T04:09:04.679Z[ recovery-image] Aug 16 04:09:03.647 INFO O| Aug 16 04:09:03.647 INFO STEP 1134 (remove_files) COMPLETE
73052024-08-16T04:09:04.682Z[ recovery-image] Aug 16 04:09:03.647 INFO O| Aug 16 04:09:03.647 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-08-16T04:09:04.689Z[ recovery-image] Aug 16 04:09:03.656 INFO O| Aug 16 04:09:03.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
73072024-08-16T04:09:04.691Z[ recovery-image] Aug 16 04:09:03.656 INFO O| Aug 16 04:09:03.656 INFO STEP 1135 (remove_files) COMPLETE
73082024-08-16T04:09:04.691Z[ recovery-image] Aug 16 04:09:03.656 INFO O| Aug 16 04:09:03.656 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-08-16T04:09:04.698Z[ recovery-image] Aug 16 04:09:03.665 INFO O| Aug 16 04:09:03.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
73102024-08-16T04:09:04.700Z[ recovery-image] Aug 16 04:09:03.665 INFO O| Aug 16 04:09:03.665 INFO STEP 1136 (remove_files) COMPLETE
73112024-08-16T04:09:04.700Z[ recovery-image] Aug 16 04:09:03.665 INFO O| Aug 16 04:09:03.665 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-08-16T04:09:04.707Z[ recovery-image] Aug 16 04:09:03.674 INFO O| Aug 16 04:09:03.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
73132024-08-16T04:09:04.710Z[ recovery-image] Aug 16 04:09:03.674 INFO O| Aug 16 04:09:03.674 INFO STEP 1137 (remove_files) COMPLETE
73142024-08-16T04:09:04.710Z[ recovery-image] Aug 16 04:09:03.675 INFO O| Aug 16 04:09:03.674 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-08-16T04:09:04.716Z[ recovery-image] Aug 16 04:09:03.684 INFO O| Aug 16 04:09:03.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
73162024-08-16T04:09:04.717Z[ recovery-image] Aug 16 04:09:03.684 INFO O| Aug 16 04:09:03.684 INFO STEP 1138 (remove_files) COMPLETE
73172024-08-16T04:09:04.717Z[ recovery-image] Aug 16 04:09:03.684 INFO O| Aug 16 04:09:03.684 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-08-16T04:09:04.726Z[ recovery-image] Aug 16 04:09:03.693 INFO O| Aug 16 04:09:03.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
73192024-08-16T04:09:04.728Z[ recovery-image] Aug 16 04:09:03.693 INFO O| Aug 16 04:09:03.693 INFO STEP 1139 (remove_files) COMPLETE
73202024-08-16T04:09:04.728Z[ recovery-image] Aug 16 04:09:03.693 INFO O| Aug 16 04:09:03.693 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-08-16T04:09:04.735Z[ recovery-image] Aug 16 04:09:03.702 INFO O| Aug 16 04:09:03.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
73222024-08-16T04:09:04.737Z[ recovery-image] Aug 16 04:09:03.702 INFO O| Aug 16 04:09:03.702 INFO STEP 1140 (remove_files) COMPLETE
73232024-08-16T04:09:04.737Z[ recovery-image] Aug 16 04:09:03.702 INFO O| Aug 16 04:09:03.702 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-08-16T04:09:04.744Z[ recovery-image] Aug 16 04:09:03.711 INFO O| Aug 16 04:09:03.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
73252024-08-16T04:09:04.744Z[ recovery-image] Aug 16 04:09:03.711 INFO O| Aug 16 04:09:03.711 INFO STEP 1141 (remove_files) COMPLETE
73262024-08-16T04:09:04.744Z[ recovery-image] Aug 16 04:09:03.711 INFO O| Aug 16 04:09:03.711 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-08-16T04:09:04.753Z[ recovery-image] Aug 16 04:09:03.721 INFO O| Aug 16 04:09:03.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
73282024-08-16T04:09:04.756Z[ recovery-image] Aug 16 04:09:03.721 INFO O| Aug 16 04:09:03.721 INFO STEP 1142 (remove_files) COMPLETE
73292024-08-16T04:09:04.756Z[ recovery-image] Aug 16 04:09:03.721 INFO O| Aug 16 04:09:03.721 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-08-16T04:09:04.763Z[ recovery-image] Aug 16 04:09:03.730 INFO O| Aug 16 04:09:03.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73312024-08-16T04:09:04.763Z[ recovery-image] Aug 16 04:09:03.730 INFO O| Aug 16 04:09:03.730 INFO STEP 1143 (remove_files) COMPLETE
73322024-08-16T04:09:04.765Z[ recovery-image] Aug 16 04:09:03.730 INFO O| Aug 16 04:09:03.730 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-08-16T04:09:04.772Z[ recovery-image] Aug 16 04:09:03.739 INFO O| Aug 16 04:09:03.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73342024-08-16T04:09:04.774Z[ recovery-image] Aug 16 04:09:03.739 INFO O| Aug 16 04:09:03.739 INFO STEP 1144 (remove_files) COMPLETE
73352024-08-16T04:09:04.774Z[ recovery-image] Aug 16 04:09:03.739 INFO O| Aug 16 04:09:03.739 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-08-16T04:09:04.781Z[ recovery-image] Aug 16 04:09:03.749 INFO O| Aug 16 04:09:03.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73372024-08-16T04:09:04.784Z[ recovery-image] Aug 16 04:09:03.749 INFO O| Aug 16 04:09:03.749 INFO STEP 1145 (remove_files) COMPLETE
73382024-08-16T04:09:04.784Z[ recovery-image] Aug 16 04:09:03.749 INFO O| Aug 16 04:09:03.749 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-08-16T04:09:04.791Z[ recovery-image] Aug 16 04:09:03.758 INFO O| Aug 16 04:09:03.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73402024-08-16T04:09:04.791Z[ recovery-image] Aug 16 04:09:03.758 INFO O| Aug 16 04:09:03.758 INFO STEP 1146 (remove_files) COMPLETE
73412024-08-16T04:09:04.793Z[ recovery-image] Aug 16 04:09:03.758 INFO O| Aug 16 04:09:03.758 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-08-16T04:09:04.801Z[ recovery-image] Aug 16 04:09:03.768 INFO O| Aug 16 04:09:03.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73432024-08-16T04:09:04.801Z[ recovery-image] Aug 16 04:09:03.768 INFO O| Aug 16 04:09:03.768 INFO STEP 1147 (remove_files) COMPLETE
73442024-08-16T04:09:04.803Z[ recovery-image] Aug 16 04:09:03.768 INFO O| Aug 16 04:09:03.768 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-08-16T04:09:04.811Z[ recovery-image] Aug 16 04:09:03.778 INFO O| Aug 16 04:09:03.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73462024-08-16T04:09:04.811Z[ recovery-image] Aug 16 04:09:03.778 INFO O| Aug 16 04:09:03.778 INFO STEP 1148 (remove_files) COMPLETE
73472024-08-16T04:09:04.811Z[ recovery-image] Aug 16 04:09:03.778 INFO O| Aug 16 04:09:03.778 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-08-16T04:09:04.821Z[ recovery-image] Aug 16 04:09:03.788 INFO O| Aug 16 04:09:03.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73492024-08-16T04:09:04.821Z[ recovery-image] Aug 16 04:09:03.788 INFO O| Aug 16 04:09:03.788 INFO STEP 1149 (remove_files) COMPLETE
73502024-08-16T04:09:04.823Z[ recovery-image] Aug 16 04:09:03.788 INFO O| Aug 16 04:09:03.788 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-08-16T04:09:04.832Z[ recovery-image] Aug 16 04:09:03.798 INFO O| Aug 16 04:09:03.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73522024-08-16T04:09:04.832Z[ recovery-image] Aug 16 04:09:03.798 INFO O| Aug 16 04:09:03.798 INFO STEP 1150 (remove_files) COMPLETE
73532024-08-16T04:09:04.832Z[ recovery-image] Aug 16 04:09:03.798 INFO O| Aug 16 04:09:03.798 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-08-16T04:09:04.840Z[ recovery-image] Aug 16 04:09:03.807 INFO O| Aug 16 04:09:03.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73552024-08-16T04:09:04.840Z[ recovery-image] Aug 16 04:09:03.807 INFO O| Aug 16 04:09:03.807 INFO STEP 1151 (remove_files) COMPLETE
73562024-08-16T04:09:04.840Z[ recovery-image] Aug 16 04:09:03.807 INFO O| Aug 16 04:09:03.807 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-08-16T04:09:04.849Z[ recovery-image] Aug 16 04:09:03.816 INFO O| Aug 16 04:09:03.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73582024-08-16T04:09:04.849Z[ recovery-image] Aug 16 04:09:03.816 INFO O| Aug 16 04:09:03.816 INFO STEP 1152 (remove_files) COMPLETE
73592024-08-16T04:09:04.852Z[ recovery-image] Aug 16 04:09:03.816 INFO O| Aug 16 04:09:03.816 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-08-16T04:09:04.858Z[ recovery-image] Aug 16 04:09:03.826 INFO O| Aug 16 04:09:03.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73612024-08-16T04:09:04.858Z[ recovery-image] Aug 16 04:09:03.826 INFO O| Aug 16 04:09:03.826 INFO STEP 1153 (remove_files) COMPLETE
73622024-08-16T04:09:04.858Z[ recovery-image] Aug 16 04:09:03.826 INFO O| Aug 16 04:09:03.826 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-08-16T04:09:04.868Z[ recovery-image] Aug 16 04:09:03.835 INFO O| Aug 16 04:09:03.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73642024-08-16T04:09:04.868Z[ recovery-image] Aug 16 04:09:03.835 INFO O| Aug 16 04:09:03.835 INFO STEP 1154 (remove_files) COMPLETE
73652024-08-16T04:09:04.868Z[ recovery-image] Aug 16 04:09:03.835 INFO O| Aug 16 04:09:03.835 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-08-16T04:09:04.877Z[ recovery-image] Aug 16 04:09:03.844 INFO O| Aug 16 04:09:03.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73672024-08-16T04:09:04.880Z[ recovery-image] Aug 16 04:09:03.844 INFO O| Aug 16 04:09:03.844 INFO STEP 1155 (remove_files) COMPLETE
73682024-08-16T04:09:04.880Z[ recovery-image] Aug 16 04:09:03.844 INFO O| Aug 16 04:09:03.844 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-08-16T04:09:04.886Z[ recovery-image] Aug 16 04:09:03.854 INFO O| Aug 16 04:09:03.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73702024-08-16T04:09:04.887Z[ recovery-image] Aug 16 04:09:03.854 INFO O| Aug 16 04:09:03.854 INFO STEP 1156 (remove_files) COMPLETE
73712024-08-16T04:09:04.889Z[ recovery-image] Aug 16 04:09:03.854 INFO O| Aug 16 04:09:03.854 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-08-16T04:09:04.896Z[ recovery-image] Aug 16 04:09:03.863 INFO O| Aug 16 04:09:03.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73732024-08-16T04:09:04.896Z[ recovery-image] Aug 16 04:09:03.863 INFO O| Aug 16 04:09:03.863 INFO STEP 1157 (remove_files) COMPLETE
73742024-08-16T04:09:04.896Z[ recovery-image] Aug 16 04:09:03.863 INFO O| Aug 16 04:09:03.863 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-08-16T04:09:04.905Z[ recovery-image] Aug 16 04:09:03.872 INFO O| Aug 16 04:09:03.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73762024-08-16T04:09:04.908Z[ recovery-image] Aug 16 04:09:03.872 INFO O| Aug 16 04:09:03.872 INFO STEP 1158 (remove_files) COMPLETE
73772024-08-16T04:09:04.908Z[ recovery-image] Aug 16 04:09:03.872 INFO O| Aug 16 04:09:03.872 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-08-16T04:09:04.914Z[ recovery-image] Aug 16 04:09:03.882 INFO O| Aug 16 04:09:03.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73792024-08-16T04:09:04.914Z[ recovery-image] Aug 16 04:09:03.882 INFO O| Aug 16 04:09:03.882 INFO STEP 1159 (remove_files) COMPLETE
73802024-08-16T04:09:04.915Z[ recovery-image] Aug 16 04:09:03.882 INFO O| Aug 16 04:09:03.882 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-08-16T04:09:04.924Z[ recovery-image] Aug 16 04:09:03.891 INFO O| Aug 16 04:09:03.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73822024-08-16T04:09:04.924Z[ recovery-image] Aug 16 04:09:03.891 INFO O| Aug 16 04:09:03.891 INFO STEP 1160 (remove_files) COMPLETE
73832024-08-16T04:09:04.926Z[ recovery-image] Aug 16 04:09:03.891 INFO O| Aug 16 04:09:03.891 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-08-16T04:09:04.933Z[ recovery-image] Aug 16 04:09:03.900 INFO O| Aug 16 04:09:03.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73852024-08-16T04:09:04.935Z[ recovery-image] Aug 16 04:09:03.900 INFO O| Aug 16 04:09:03.900 INFO STEP 1161 (remove_files) COMPLETE
73862024-08-16T04:09:04.935Z[ recovery-image] Aug 16 04:09:03.900 INFO O| Aug 16 04:09:03.900 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-08-16T04:09:04.941Z[ host-image] Aug 16 04:09:03.908 INFO O| Aug 16 04:09:03.908 INFO O| Done
73882024-08-16T04:09:04.943Z[ recovery-image] Aug 16 04:09:03.909 INFO O| Aug 16 04:09:03.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73892024-08-16T04:09:04.943Z[ recovery-image] Aug 16 04:09:03.909 INFO O| Aug 16 04:09:03.909 INFO STEP 1162 (remove_files) COMPLETE
73902024-08-16T04:09:04.943Z[ recovery-image] Aug 16 04:09:03.909 INFO O| Aug 16 04:09:03.909 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-08-16T04:09:04.952Z[ recovery-image] Aug 16 04:09:03.919 INFO O| Aug 16 04:09:03.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73922024-08-16T04:09:04.952Z[ recovery-image] Aug 16 04:09:03.919 INFO O| Aug 16 04:09:03.919 INFO STEP 1163 (remove_files) COMPLETE
73932024-08-16T04:09:04.955Z[ recovery-image] Aug 16 04:09:03.919 INFO O| Aug 16 04:09:03.919 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-08-16T04:09:04.962Z[ recovery-image] Aug 16 04:09:03.929 INFO O| Aug 16 04:09:03.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
73952024-08-16T04:09:04.964Z[ recovery-image] Aug 16 04:09:03.929 INFO O| Aug 16 04:09:03.929 INFO STEP 1164 (remove_files) COMPLETE
73962024-08-16T04:09:04.964Z[ recovery-image] Aug 16 04:09:03.929 INFO O| Aug 16 04:09:03.929 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-08-16T04:09:04.967Z[ host-image] Aug 16 04:09:03.932 INFO O| Aug 16 04:09:03.932 INFO O| Done
73982024-08-16T04:09:04.967Z[ host-image] Aug 16 04:09:03.933 INFO O| Aug 16 04:09:03.933 INFO O| Done
73992024-08-16T04:09:04.971Z[ recovery-image] Aug 16 04:09:03.938 INFO O| Aug 16 04:09:03.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
74002024-08-16T04:09:04.971Z[ recovery-image] Aug 16 04:09:03.939 INFO O| Aug 16 04:09:03.939 INFO STEP 1165 (remove_files) COMPLETE
74012024-08-16T04:09:04.974Z[ recovery-image] Aug 16 04:09:03.939 INFO O| Aug 16 04:09:03.939 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-08-16T04:09:04.980Z[ host-image] Aug 16 04:09:03.947 INFO O| Aug 16 04:09:03.947 INFO O| Done
74032024-08-16T04:09:04.982Z[ recovery-image] Aug 16 04:09:03.948 INFO O| Aug 16 04:09:03.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
74042024-08-16T04:09:04.982Z[ recovery-image] Aug 16 04:09:03.948 INFO O| Aug 16 04:09:03.948 INFO STEP 1166 (remove_files) COMPLETE
74052024-08-16T04:09:04.982Z[ recovery-image] Aug 16 04:09:03.948 INFO O| Aug 16 04:09:03.948 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-08-16T04:09:04.990Z[ recovery-image] Aug 16 04:09:03.957 INFO O| Aug 16 04:09:03.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
74072024-08-16T04:09:04.990Z[ recovery-image] Aug 16 04:09:03.957 INFO O| Aug 16 04:09:03.957 INFO STEP 1167 (remove_files) COMPLETE
74082024-08-16T04:09:04.993Z[ recovery-image] Aug 16 04:09:03.957 INFO O| Aug 16 04:09:03.957 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-08-16T04:09:05.000Z[ recovery-image] Aug 16 04:09:03.967 INFO O| Aug 16 04:09:03.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
74102024-08-16T04:09:05.001Z[ recovery-image] Aug 16 04:09:03.967 INFO O| Aug 16 04:09:03.967 INFO STEP 1168 (remove_files) COMPLETE
74112024-08-16T04:09:05.003Z[ recovery-image] Aug 16 04:09:03.967 INFO O| Aug 16 04:09:03.967 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-08-16T04:09:05.011Z[ recovery-image] Aug 16 04:09:03.978 INFO O| Aug 16 04:09:03.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
74132024-08-16T04:09:05.011Z[ recovery-image] Aug 16 04:09:03.978 INFO O| Aug 16 04:09:03.978 INFO STEP 1169 (remove_files) COMPLETE
74142024-08-16T04:09:05.014Z[ recovery-image] Aug 16 04:09:03.978 INFO O| Aug 16 04:09:03.978 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-08-16T04:09:05.022Z[ recovery-image] Aug 16 04:09:03.988 INFO O| Aug 16 04:09:03.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
74162024-08-16T04:09:05.024Z[ recovery-image] Aug 16 04:09:03.988 INFO O| Aug 16 04:09:03.988 INFO STEP 1170 (remove_files) COMPLETE
74172024-08-16T04:09:05.024Z[ recovery-image] Aug 16 04:09:03.988 INFO O| Aug 16 04:09:03.988 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-08-16T04:09:05.031Z[ recovery-image] Aug 16 04:09:03.998 INFO O| Aug 16 04:09:03.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
74192024-08-16T04:09:05.031Z[ recovery-image] Aug 16 04:09:03.998 INFO O| Aug 16 04:09:03.998 INFO STEP 1171 (remove_files) COMPLETE
74202024-08-16T04:09:05.034Z[ recovery-image] Aug 16 04:09:03.998 INFO O| Aug 16 04:09:03.998 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-08-16T04:09:05.042Z[ recovery-image] Aug 16 04:09:04.009 INFO O| Aug 16 04:09:04.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
74222024-08-16T04:09:05.042Z[ recovery-image] Aug 16 04:09:04.010 INFO O| Aug 16 04:09:04.010 INFO STEP 1172 (remove_files) COMPLETE
74232024-08-16T04:09:05.045Z[ recovery-image] Aug 16 04:09:04.010 INFO O| Aug 16 04:09:04.010 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-08-16T04:09:05.053Z[ recovery-image] Aug 16 04:09:04.020 INFO O| Aug 16 04:09:04.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
74252024-08-16T04:09:05.053Z[ recovery-image] Aug 16 04:09:04.020 INFO O| Aug 16 04:09:04.020 INFO STEP 1173 (remove_files) COMPLETE
74262024-08-16T04:09:05.055Z[ recovery-image] Aug 16 04:09:04.020 INFO O| Aug 16 04:09:04.020 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-08-16T04:09:05.063Z[ recovery-image] Aug 16 04:09:04.030 INFO O| Aug 16 04:09:04.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
74282024-08-16T04:09:05.063Z[ recovery-image] Aug 16 04:09:04.031 INFO O| Aug 16 04:09:04.031 INFO STEP 1174 (remove_files) COMPLETE
74292024-08-16T04:09:05.066Z[ recovery-image] Aug 16 04:09:04.031 INFO O| Aug 16 04:09:04.031 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-08-16T04:09:05.073Z[ recovery-image] Aug 16 04:09:04.041 INFO O| Aug 16 04:09:04.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
74312024-08-16T04:09:05.073Z[ recovery-image] Aug 16 04:09:04.041 INFO O| Aug 16 04:09:04.041 INFO STEP 1175 (remove_files) COMPLETE
74322024-08-16T04:09:05.076Z[ recovery-image] Aug 16 04:09:04.041 INFO O| Aug 16 04:09:04.041 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-08-16T04:09:05.079Z[ host-image] Aug 16 04:09:04.046 INFO O| Aug 16 04:09:04.046 INFO STEP 12 (pkg_install) COMPLETE
74342024-08-16T04:09:05.079Z[ host-image] Aug 16 04:09:04.046 INFO O| Aug 16 04:09:04.046 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74352024-08-16T04:09:05.084Z[ recovery-image] Aug 16 04:09:04.051 INFO O| Aug 16 04:09:04.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74362024-08-16T04:09:05.084Z[ recovery-image] Aug 16 04:09:04.051 INFO O| Aug 16 04:09:04.051 INFO STEP 1176 (remove_files) COMPLETE
74372024-08-16T04:09:05.087Z[ recovery-image] Aug 16 04:09:04.051 INFO O| Aug 16 04:09:04.051 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-08-16T04:09:05.091Z[ host-image] Aug 16 04:09:04.058 INFO O| Aug 16 04:09:04.058 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
74392024-08-16T04:09:05.096Z[ recovery-image] Aug 16 04:09:04.063 INFO O| Aug 16 04:09:04.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74402024-08-16T04:09:05.098Z[ recovery-image] Aug 16 04:09:04.063 INFO O| Aug 16 04:09:04.063 INFO STEP 1177 (remove_files) COMPLETE
74412024-08-16T04:09:05.098Z[ recovery-image] Aug 16 04:09:04.063 INFO O| Aug 16 04:09:04.063 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-08-16T04:09:05.106Z[ recovery-image] Aug 16 04:09:04.073 INFO O| Aug 16 04:09:04.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74432024-08-16T04:09:05.106Z[ recovery-image] Aug 16 04:09:04.073 INFO O| Aug 16 04:09:04.073 INFO STEP 1178 (remove_files) COMPLETE
74442024-08-16T04:09:05.106Z[ recovery-image] Aug 16 04:09:04.073 INFO O| Aug 16 04:09:04.073 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-08-16T04:09:05.115Z[ recovery-image] Aug 16 04:09:04.083 INFO O| Aug 16 04:09:04.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74462024-08-16T04:09:05.116Z[ recovery-image] Aug 16 04:09:04.083 INFO O| Aug 16 04:09:04.083 INFO STEP 1179 (remove_files) COMPLETE
74472024-08-16T04:09:05.118Z[ recovery-image] Aug 16 04:09:04.083 INFO O| Aug 16 04:09:04.083 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-08-16T04:09:05.125Z[ recovery-image] Aug 16 04:09:04.093 INFO O| Aug 16 04:09:04.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74492024-08-16T04:09:05.125Z[ recovery-image] Aug 16 04:09:04.093 INFO O| Aug 16 04:09:04.093 INFO STEP 1180 (remove_files) COMPLETE
74502024-08-16T04:09:05.125Z[ recovery-image] Aug 16 04:09:04.093 INFO O| Aug 16 04:09:04.093 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-08-16T04:09:05.136Z[ recovery-image] Aug 16 04:09:04.103 INFO O| Aug 16 04:09:04.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74522024-08-16T04:09:05.138Z[ recovery-image] Aug 16 04:09:04.103 INFO O| Aug 16 04:09:04.103 INFO STEP 1181 (remove_files) COMPLETE
74532024-08-16T04:09:05.138Z[ recovery-image] Aug 16 04:09:04.103 INFO O| Aug 16 04:09:04.103 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-08-16T04:09:05.145Z[ recovery-image] Aug 16 04:09:04.113 INFO O| Aug 16 04:09:04.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74552024-08-16T04:09:05.145Z[ recovery-image] Aug 16 04:09:04.113 INFO O| Aug 16 04:09:04.113 INFO STEP 1182 (remove_files) COMPLETE
74562024-08-16T04:09:05.145Z[ recovery-image] Aug 16 04:09:04.113 INFO O| Aug 16 04:09:04.113 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-08-16T04:09:05.155Z[ recovery-image] Aug 16 04:09:04.122 INFO O| Aug 16 04:09:04.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74582024-08-16T04:09:05.157Z[ recovery-image] Aug 16 04:09:04.122 INFO O| Aug 16 04:09:04.122 INFO STEP 1183 (remove_files) COMPLETE
74592024-08-16T04:09:05.157Z[ recovery-image] Aug 16 04:09:04.122 INFO O| Aug 16 04:09:04.122 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-08-16T04:09:05.164Z[ recovery-image] Aug 16 04:09:04.132 INFO O| Aug 16 04:09:04.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74612024-08-16T04:09:05.167Z[ recovery-image] Aug 16 04:09:04.132 INFO O| Aug 16 04:09:04.132 INFO STEP 1184 (remove_files) COMPLETE
74622024-08-16T04:09:05.167Z[ recovery-image] Aug 16 04:09:04.132 INFO O| Aug 16 04:09:04.132 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-08-16T04:09:05.174Z[ recovery-image] Aug 16 04:09:04.141 INFO O| Aug 16 04:09:04.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74642024-08-16T04:09:05.174Z[ recovery-image] Aug 16 04:09:04.141 INFO O| Aug 16 04:09:04.141 INFO STEP 1185 (remove_files) COMPLETE
74652024-08-16T04:09:05.176Z[ recovery-image] Aug 16 04:09:04.141 INFO O| Aug 16 04:09:04.141 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-08-16T04:09:05.183Z[ recovery-image] Aug 16 04:09:04.151 INFO O| Aug 16 04:09:04.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74672024-08-16T04:09:05.186Z[ recovery-image] Aug 16 04:09:04.151 INFO O| Aug 16 04:09:04.151 INFO STEP 1186 (remove_files) COMPLETE
74682024-08-16T04:09:05.186Z[ recovery-image] Aug 16 04:09:04.151 INFO O| Aug 16 04:09:04.151 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-08-16T04:09:05.193Z[ recovery-image] Aug 16 04:09:04.160 INFO O| Aug 16 04:09:04.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74702024-08-16T04:09:05.195Z[ recovery-image] Aug 16 04:09:04.160 INFO O| Aug 16 04:09:04.160 INFO STEP 1187 (remove_files) COMPLETE
74712024-08-16T04:09:05.195Z[ recovery-image] Aug 16 04:09:04.160 INFO O| Aug 16 04:09:04.160 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-08-16T04:09:05.203Z[ recovery-image] Aug 16 04:09:04.170 INFO O| Aug 16 04:09:04.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74732024-08-16T04:09:05.205Z[ recovery-image] Aug 16 04:09:04.170 INFO O| Aug 16 04:09:04.170 INFO STEP 1188 (remove_files) COMPLETE
74742024-08-16T04:09:05.205Z[ recovery-image] Aug 16 04:09:04.170 INFO O| Aug 16 04:09:04.170 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-08-16T04:09:05.216Z[ recovery-image] Aug 16 04:09:04.184 INFO O| Aug 16 04:09:04.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74762024-08-16T04:09:05.230Z[ recovery-image] Aug 16 04:09:04.184 INFO O| Aug 16 04:09:04.184 INFO STEP 1189 (remove_files) COMPLETE
74772024-08-16T04:09:05.230Z[ recovery-image] Aug 16 04:09:04.184 INFO O| Aug 16 04:09:04.184 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-08-16T04:09:05.230Z[ recovery-image] Aug 16 04:09:04.195 INFO O| Aug 16 04:09:04.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74792024-08-16T04:09:05.230Z[ recovery-image] Aug 16 04:09:04.195 INFO O| Aug 16 04:09:04.195 INFO STEP 1190 (remove_files) COMPLETE
74802024-08-16T04:09:05.230Z[ recovery-image] Aug 16 04:09:04.195 INFO O| Aug 16 04:09:04.195 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-08-16T04:09:05.241Z[ recovery-image] Aug 16 04:09:04.208 INFO O| Aug 16 04:09:04.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74822024-08-16T04:09:05.243Z[ recovery-image] Aug 16 04:09:04.208 INFO O| Aug 16 04:09:04.208 INFO STEP 1191 (remove_files) COMPLETE
74832024-08-16T04:09:05.243Z[ recovery-image] Aug 16 04:09:04.208 INFO O| Aug 16 04:09:04.208 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-08-16T04:09:05.254Z[ recovery-image] Aug 16 04:09:04.221 INFO O| Aug 16 04:09:04.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74852024-08-16T04:09:05.256Z[ recovery-image] Aug 16 04:09:04.221 INFO O| Aug 16 04:09:04.221 INFO STEP 1192 (remove_files) COMPLETE
74862024-08-16T04:09:05.256Z[ recovery-image] Aug 16 04:09:04.221 INFO O| Aug 16 04:09:04.221 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-08-16T04:09:05.267Z[ recovery-image] Aug 16 04:09:04.234 INFO O| Aug 16 04:09:04.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74882024-08-16T04:09:05.269Z[ recovery-image] Aug 16 04:09:04.235 INFO O| Aug 16 04:09:04.234 INFO STEP 1193 (remove_files) COMPLETE
74892024-08-16T04:09:05.269Z[ recovery-image] Aug 16 04:09:04.235 INFO O| Aug 16 04:09:04.235 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-08-16T04:09:05.278Z[ recovery-image] Aug 16 04:09:04.245 INFO O| Aug 16 04:09:04.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74912024-08-16T04:09:05.278Z[ recovery-image] Aug 16 04:09:04.245 INFO O| Aug 16 04:09:04.245 INFO STEP 1194 (remove_files) COMPLETE
74922024-08-16T04:09:05.278Z[ recovery-image] Aug 16 04:09:04.245 INFO O| Aug 16 04:09:04.245 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-08-16T04:09:05.287Z[ recovery-image] Aug 16 04:09:04.255 INFO O| Aug 16 04:09:04.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74942024-08-16T04:09:05.288Z[ recovery-image] Aug 16 04:09:04.255 INFO O| Aug 16 04:09:04.255 INFO STEP 1195 (remove_files) COMPLETE
74952024-08-16T04:09:05.288Z[ recovery-image] Aug 16 04:09:04.255 INFO O| Aug 16 04:09:04.255 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-08-16T04:09:05.297Z[ recovery-image] Aug 16 04:09:04.265 INFO O| Aug 16 04:09:04.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74972024-08-16T04:09:05.297Z[ recovery-image] Aug 16 04:09:04.265 INFO O| Aug 16 04:09:04.265 INFO STEP 1196 (remove_files) COMPLETE
74982024-08-16T04:09:05.297Z[ recovery-image] Aug 16 04:09:04.265 INFO O| Aug 16 04:09:04.265 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-08-16T04:09:05.307Z[ recovery-image] Aug 16 04:09:04.274 INFO O| Aug 16 04:09:04.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
75002024-08-16T04:09:05.307Z[ recovery-image] Aug 16 04:09:04.274 INFO O| Aug 16 04:09:04.274 INFO STEP 1197 (remove_files) COMPLETE
75012024-08-16T04:09:05.307Z[ recovery-image] Aug 16 04:09:04.274 INFO O| Aug 16 04:09:04.274 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-08-16T04:09:05.316Z[ recovery-image] Aug 16 04:09:04.284 INFO O| Aug 16 04:09:04.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
75032024-08-16T04:09:05.316Z[ recovery-image] Aug 16 04:09:04.284 INFO O| Aug 16 04:09:04.284 INFO STEP 1198 (remove_files) COMPLETE
75042024-08-16T04:09:05.319Z[ recovery-image] Aug 16 04:09:04.284 INFO O| Aug 16 04:09:04.284 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-08-16T04:09:05.326Z[ recovery-image] Aug 16 04:09:04.293 INFO O| Aug 16 04:09:04.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
75062024-08-16T04:09:05.326Z[ recovery-image] Aug 16 04:09:04.293 INFO O| Aug 16 04:09:04.293 INFO STEP 1199 (remove_files) COMPLETE
75072024-08-16T04:09:05.326Z[ recovery-image] Aug 16 04:09:04.293 INFO O| Aug 16 04:09:04.293 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-08-16T04:09:05.335Z[ recovery-image] Aug 16 04:09:04.303 INFO O| Aug 16 04:09:04.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
75092024-08-16T04:09:05.338Z[ recovery-image] Aug 16 04:09:04.303 INFO O| Aug 16 04:09:04.303 INFO STEP 1200 (remove_files) COMPLETE
75102024-08-16T04:09:05.338Z[ recovery-image] Aug 16 04:09:04.303 INFO O| Aug 16 04:09:04.303 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-08-16T04:09:05.345Z[ recovery-image] Aug 16 04:09:04.312 INFO O| Aug 16 04:09:04.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
75122024-08-16T04:09:05.349Z[ recovery-image] Aug 16 04:09:04.312 INFO O| Aug 16 04:09:04.312 INFO STEP 1201 (remove_files) COMPLETE
75132024-08-16T04:09:05.349Z[ recovery-image] Aug 16 04:09:04.312 INFO O| Aug 16 04:09:04.312 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-08-16T04:09:05.355Z[ recovery-image] Aug 16 04:09:04.322 INFO O| Aug 16 04:09:04.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
75152024-08-16T04:09:05.355Z[ recovery-image] Aug 16 04:09:04.322 INFO O| Aug 16 04:09:04.322 INFO STEP 1202 (remove_files) COMPLETE
75162024-08-16T04:09:05.358Z[ recovery-image] Aug 16 04:09:04.322 INFO O| Aug 16 04:09:04.322 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-08-16T04:09:05.364Z[ recovery-image] Aug 16 04:09:04.332 INFO O| Aug 16 04:09:04.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
75182024-08-16T04:09:05.364Z[ recovery-image] Aug 16 04:09:04.332 INFO O| Aug 16 04:09:04.332 INFO STEP 1203 (remove_files) COMPLETE
75192024-08-16T04:09:05.364Z[ recovery-image] Aug 16 04:09:04.332 INFO O| Aug 16 04:09:04.332 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-08-16T04:09:05.374Z[ recovery-image] Aug 16 04:09:04.341 INFO O| Aug 16 04:09:04.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
75212024-08-16T04:09:05.377Z[ recovery-image] Aug 16 04:09:04.341 INFO O| Aug 16 04:09:04.341 INFO STEP 1204 (remove_files) COMPLETE
75222024-08-16T04:09:05.377Z[ recovery-image] Aug 16 04:09:04.341 INFO O| Aug 16 04:09:04.341 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-08-16T04:09:05.384Z[ recovery-image] Aug 16 04:09:04.351 INFO O| Aug 16 04:09:04.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
75242024-08-16T04:09:05.386Z[ recovery-image] Aug 16 04:09:04.351 INFO O| Aug 16 04:09:04.351 INFO STEP 1205 (remove_files) COMPLETE
75252024-08-16T04:09:05.386Z[ recovery-image] Aug 16 04:09:04.351 INFO O| Aug 16 04:09:04.351 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-08-16T04:09:05.393Z[ recovery-image] Aug 16 04:09:04.360 INFO O| Aug 16 04:09:04.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
75272024-08-16T04:09:05.395Z[ recovery-image] Aug 16 04:09:04.360 INFO O| Aug 16 04:09:04.360 INFO STEP 1206 (remove_files) COMPLETE
75282024-08-16T04:09:05.395Z[ recovery-image] Aug 16 04:09:04.360 INFO O| Aug 16 04:09:04.360 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75292024-08-16T04:09:05.409Z[ recovery-image] Aug 16 04:09:04.376 INFO O| Aug 16 04:09:04.376 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75302024-08-16T04:09:05.409Z[ recovery-image] Aug 16 04:09:04.376 INFO O| Aug 16 04:09:04.376 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75312024-08-16T04:09:05.543Z[ host-image] Aug 16 04:09:04.508 INFO O| Aug 16 04:09:04.508 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
75322024-08-16T04:09:06.127Z[ recovery-image] Aug 16 04:09:05.094 INFO O| Aug 16 04:09:05.094 INFO STEP 1207 (pack_tar) COMPLETE
75332024-08-16T04:09:06.127Z[ recovery-image] Aug 16 04:09:05.095 INFO O| Aug 16 04:09:05.094 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75342024-08-16T04:09:06.127Z[ recovery-image] Aug 16 04:09:05.095 INFO O| Aug 16 04:09:05.094 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75352024-08-16T04:09:06.435Z[ recovery-image] Aug 16 04:09:05.402 INFO O| Aug 16 04:09:05.402 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75362024-08-16T04:09:06.495Z[ recovery-image] Aug 16 04:09:05.462 INFO O| Aug 16 04:09:05.461 INFO completed processing gimlet/ramdisk-03-recovery-trim
75372024-08-16T04:09:06.501Z[ recovery-image] Aug 16 04:09:05.468 INFO image builder template: zfs-recovery...
75382024-08-16T04:09:06.504Z[ recovery-image] Aug 16 04:09:05.469 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpeiA9XR/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "zfs-recovery"], pwd: None
75392024-08-16T04:09:06.534Z[ recovery-image] Aug 16 04:09:05.501 INFO O| Aug 16 04:09:05.501 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75402024-08-16T04:09:06.538Z[ recovery-image] Aug 16 04:09:05.505 INFO O| Aug 16 04:09:05.505 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75412024-08-16T04:09:06.595Z[ recovery-image] Aug 16 04:09:05.563 INFO O| Aug 16 04:09:05.563 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75422024-08-16T04:09:06.644Z[ recovery-image] Aug 16 04:09:05.611 INFO O| Aug 16 04:09:05.611 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75432024-08-16T04:09:06.644Z[ recovery-image] Aug 16 04:09:05.611 INFO O| Aug 16 04:09:05.611 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75442024-08-16T04:09:06.648Z[ recovery-image] Aug 16 04:09:05.615 INFO O| Aug 16 04:09:05.615 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75452024-08-16T04:09:06.715Z[ recovery-image] Aug 16 04:09:05.681 INFO O| Aug 16 04:09:05.681 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75462024-08-16T04:09:06.815Z[ recovery-image] Aug 16 04:09:05.782 INFO O| Aug 16 04:09:05.782 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75472024-08-16T04:09:06.825Z[ recovery-image] Aug 16 04:09:05.792 INFO O| Aug 16 04:09:05.792 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75482024-08-16T04:09:06.829Z[ recovery-image] Aug 16 04:09:05.797 INFO O| Aug 16 04:09:05.797 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75492024-08-16T04:09:06.832Z[ recovery-image] Aug 16 04:09:05.798 INFO O| Aug 16 04:09:05.798 INFO no lofi found
75502024-08-16T04:09:06.832Z[ recovery-image] Aug 16 04:09:05.798 INFO O| Aug 16 04:09:05.798 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75512024-08-16T04:09:06.832Z[ recovery-image] Aug 16 04:09:05.798 INFO O| Aug 16 04:09:05.798 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75522024-08-16T04:09:07.070Z[ host-image] Aug 16 04:09:06.037 INFO O| Aug 16 04:09:06.037 INFO O| Planning: Solver setup ... Done
75532024-08-16T04:09:07.080Z[ host-image] Aug 16 04:09:06.043 INFO O| Aug 16 04:09:06.041 INFO O| Planning: Running solver ... Done
75542024-08-16T04:09:07.127Z[ host-image] Aug 16 04:09:06.094 INFO O| Aug 16 04:09:06.094 INFO O| Planning: Finding local manifests ... Done
75552024-08-16T04:09:07.129Z[ host-image] Aug 16 04:09:06.096 INFO O| Aug 16 04:09:06.096 INFO O| Planning: Fetching manifests: 0/6 0% complete
75562024-08-16T04:09:07.278Z[ host-image] Aug 16 04:09:06.246 INFO O| Aug 16 04:09:06.246 INFO O| Planning: Fetching manifests: 6/6 100% complete
75572024-08-16T04:09:07.312Z[ host-image] Aug 16 04:09:06.279 INFO O| Aug 16 04:09:06.279 INFO O| Planning: Package planning ... Done
75582024-08-16T04:09:07.330Z[ host-image] Aug 16 04:09:06.297 INFO O| Aug 16 04:09:06.297 INFO O| Planning: Merging actions ... Done
75592024-08-16T04:09:07.404Z[ host-image] Aug 16 04:09:06.372 INFO O| Aug 16 04:09:06.371 INFO O| Planning: Checking for conflicting actions ... Done
75602024-08-16T04:09:07.408Z[ host-image] Aug 16 04:09:06.375 INFO O| Aug 16 04:09:06.375 INFO O| Planning: Consolidating action changes ... Done
75612024-08-16T04:09:07.580Z[ host-image] Aug 16 04:09:06.548 INFO O| Aug 16 04:09:06.547 INFO O| Planning: Evaluating mediators ... Done
75622024-08-16T04:09:07.583Z[ host-image] Aug 16 04:09:06.550 INFO O| Aug 16 04:09:06.550 INFO O| Planning: Planning completed in 2.04 seconds
75632024-08-16T04:09:07.585Z[ host-image] Aug 16 04:09:06.552 INFO O| Aug 16 04:09:06.552 INFO O| Packages to install: 6
75642024-08-16T04:09:07.585Z[ host-image] Aug 16 04:09:06.552 INFO O| Aug 16 04:09:06.552 INFO O| Mediators to change: 1
75652024-08-16T04:09:07.585Z[ host-image] Aug 16 04:09:06.552 INFO O| Aug 16 04:09:06.552 INFO O| Services to change: 1
75662024-08-16T04:09:07.596Z[ host-image] Aug 16 04:09:06.564 INFO O| Aug 16 04:09:06.564 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
75672024-08-16T04:09:09.043Z[ recovery-image] Aug 16 04:09:08.010 INFO O| Aug 16 04:09:08.010 INFO lofi device = /dev/dsk/c2t1d0p0
75682024-08-16T04:09:09.043Z[ recovery-image] Aug 16 04:09:08.010 INFO O| Aug 16 04:09:08.010 INFO pool device = /dev/dsk/c2t1d0p0
75692024-08-16T04:09:09.043Z[ recovery-image] Aug 16 04:09:08.010 INFO O| Aug 16 04:09:08.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
75702024-08-16T04:09:09.111Z[ recovery-image] Aug 16 04:09:08.078 INFO O| Aug 16 04:09:08.078 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75712024-08-16T04:09:09.111Z[ recovery-image] Aug 16 04:09:08.078 INFO O| Aug 16 04:09:08.078 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75722024-08-16T04:09:09.129Z[ recovery-image] Aug 16 04:09:08.097 INFO O| Aug 16 04:09:08.096 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75732024-08-16T04:09:09.189Z[ recovery-image] Aug 16 04:09:08.156 INFO O| Aug 16 04:09:08.156 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75742024-08-16T04:09:09.226Z[ recovery-image] Aug 16 04:09:08.194 INFO O| Aug 16 04:09:08.194 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75752024-08-16T04:09:09.240Z[ recovery-image] Aug 16 04:09:08.206 INFO O| Aug 16 04:09:08.206 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75762024-08-16T04:09:09.247Z[ recovery-image] Aug 16 04:09:08.215 INFO O| Aug 16 04:09:08.215 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75772024-08-16T04:09:09.291Z[ recovery-image] Aug 16 04:09:08.259 INFO O| Aug 16 04:09:08.259 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75782024-08-16T04:09:09.294Z[ recovery-image] Aug 16 04:09:08.259 INFO O| Aug 16 04:09:08.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75792024-08-16T04:09:09.294Z[ recovery-image] Aug 16 04:09:08.259 INFO O| Aug 16 04:09:08.259 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75802024-08-16T04:09:09.300Z[ recovery-image] Aug 16 04:09:08.267 INFO O| Aug 16 04:09:08.267 INFO boot environment UUID: 6a157e03-5f00-43d3-a988-b937aca0e2a8
75812024-08-16T04:09:09.300Z[ recovery-image] Aug 16 04:09:08.267 INFO O| Aug 16 04:09:08.267 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6a157e03-5f00-43d3-a988-b937aca0e2a8
75822024-08-16T04:09:09.308Z[ recovery-image] Aug 16 04:09:08.276 INFO O| Aug 16 04:09:08.276 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75832024-08-16T04:09:09.318Z[ recovery-image] Aug 16 04:09:08.286 INFO O| Aug 16 04:09:08.286 INFO STEP 0 (create_be) COMPLETE
75842024-08-16T04:09:09.318Z[ recovery-image] Aug 16 04:09:08.286 INFO O| Aug 16 04:09:08.286 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75852024-08-16T04:09:09.332Z[ recovery-image] Aug 16 04:09:08.300 INFO O| Aug 16 04:09:08.300 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75862024-08-16T04:09:10.644Z[ recovery-image] Aug 16 04:09:09.612 INFO O| Aug 16 04:09:09.611 INFO STEP 1 (unpack_tar) COMPLETE
75872024-08-16T04:09:10.644Z[ recovery-image] Aug 16 04:09:09.612 INFO O| Aug 16 04:09:09.612 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75882024-08-16T04:09:10.656Z[ recovery-image] Aug 16 04:09:09.623 INFO O| Aug 16 04:09:09.623 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75892024-08-16T04:09:10.835Z[ recovery-image] Aug 16 04:09:09.801 INFO O| Aug 16 04:09:09.801 INFO STEP 2 (devfsadm) COMPLETE
75902024-08-16T04:09:10.835Z[ recovery-image] Aug 16 04:09:09.801 INFO O| Aug 16 04:09:09.801 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75912024-08-16T04:09:10.845Z[ recovery-image] Aug 16 04:09:09.812 INFO O| Aug 16 04:09:09.812 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75922024-08-16T04:09:10.848Z[ recovery-image] Aug 16 04:09:09.812 INFO O| Aug 16 04:09:09.812 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75932024-08-16T04:09:10.848Z[ recovery-image] Aug 16 04:09:09.812 INFO O| Aug 16 04:09:09.812 INFO STEP 3 (ensure_dir) COMPLETE
75942024-08-16T04:09:10.848Z[ recovery-image] Aug 16 04:09:09.813 INFO O| Aug 16 04:09:09.812 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75952024-08-16T04:09:10.855Z[ recovery-image] Aug 16 04:09:09.822 INFO O| Aug 16 04:09:09.822 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75962024-08-16T04:09:10.857Z[ recovery-image] Aug 16 04:09:09.822 INFO O| Aug 16 04:09:09.822 INFO STEP 4 (ensure_dir) COMPLETE
75972024-08-16T04:09:10.857Z[ recovery-image] Aug 16 04:09:09.822 INFO O| Aug 16 04:09:09.822 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75982024-08-16T04:09:10.864Z[ recovery-image] Aug 16 04:09:09.832 INFO O| Aug 16 04:09:09.832 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75992024-08-16T04:09:10.864Z[ recovery-image] Aug 16 04:09:09.832 INFO O| Aug 16 04:09:09.832 INFO STEP 5 (ensure_dir) COMPLETE
76002024-08-16T04:09:10.866Z[ recovery-image] Aug 16 04:09:09.832 INFO O| Aug 16 04:09:09.832 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76012024-08-16T04:09:10.874Z[ recovery-image] Aug 16 04:09:09.841 INFO O| Aug 16 04:09:09.841 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76022024-08-16T04:09:10.876Z[ recovery-image] Aug 16 04:09:09.841 INFO O| Aug 16 04:09:09.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76032024-08-16T04:09:10.876Z[ recovery-image] Aug 16 04:09:09.841 INFO O| Aug 16 04:09:09.841 INFO STEP 6 (ensure_dir) COMPLETE
76042024-08-16T04:09:10.876Z[ recovery-image] Aug 16 04:09:09.841 INFO O| Aug 16 04:09:09.841 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76052024-08-16T04:09:10.883Z[ recovery-image] Aug 16 04:09:09.851 INFO O| Aug 16 04:09:09.851 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76062024-08-16T04:09:10.886Z[ recovery-image] Aug 16 04:09:09.851 INFO O| Aug 16 04:09:09.851 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76072024-08-16T04:09:10.886Z[ recovery-image] Aug 16 04:09:09.851 INFO O| Aug 16 04:09:09.851 INFO STEP 7 (ensure_dir) COMPLETE
76082024-08-16T04:09:10.886Z[ recovery-image] Aug 16 04:09:09.851 INFO O| Aug 16 04:09:09.851 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76092024-08-16T04:09:10.893Z[ recovery-image] Aug 16 04:09:09.860 INFO O| Aug 16 04:09:09.860 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
76102024-08-16T04:09:10.895Z[ recovery-image] Aug 16 04:09:09.861 INFO O| Aug 16 04:09:09.861 INFO STEP 8 (remove_files) COMPLETE
76112024-08-16T04:09:10.895Z[ recovery-image] Aug 16 04:09:09.861 INFO O| Aug 16 04:09:09.861 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76122024-08-16T04:09:10.902Z[ recovery-image] Aug 16 04:09:09.870 INFO O| Aug 16 04:09:09.870 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
76132024-08-16T04:09:10.905Z[ recovery-image] Aug 16 04:09:09.871 INFO O| Aug 16 04:09:09.871 INFO STEP 9 (remove_files) COMPLETE
76142024-08-16T04:09:10.905Z[ recovery-image] Aug 16 04:09:09.871 INFO O| Aug 16 04:09:09.871 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76152024-08-16T04:09:10.914Z[ recovery-image] Aug 16 04:09:09.880 INFO O| Aug 16 04:09:09.880 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76162024-08-16T04:09:10.916Z[ recovery-image] Aug 16 04:09:09.881 INFO O| Aug 16 04:09:09.881 INFO STEP 10 (remove_files) COMPLETE
76172024-08-16T04:09:10.916Z[ recovery-image] Aug 16 04:09:09.881 INFO O| Aug 16 04:09:09.881 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76182024-08-16T04:09:10.923Z[ recovery-image] Aug 16 04:09:09.890 INFO O| Aug 16 04:09:09.890 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76192024-08-16T04:09:10.925Z[ recovery-image] Aug 16 04:09:09.891 INFO O| Aug 16 04:09:09.891 INFO STEP 11 (remove_files) COMPLETE
76202024-08-16T04:09:10.925Z[ recovery-image] Aug 16 04:09:09.891 INFO O| Aug 16 04:09:09.891 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76212024-08-16T04:09:10.932Z[ recovery-image] Aug 16 04:09:09.900 INFO O| Aug 16 04:09:09.900 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76222024-08-16T04:09:10.934Z[ recovery-image] Aug 16 04:09:09.900 INFO O| Aug 16 04:09:09.900 INFO STEP 12 (remove_files) COMPLETE
76232024-08-16T04:09:10.935Z[ recovery-image] Aug 16 04:09:09.900 INFO O| Aug 16 04:09:09.900 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76242024-08-16T04:09:10.942Z[ recovery-image] Aug 16 04:09:09.909 INFO O| Aug 16 04:09:09.909 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76252024-08-16T04:09:10.944Z[ recovery-image] Aug 16 04:09:09.909 INFO O| Aug 16 04:09:09.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76262024-08-16T04:09:10.944Z[ recovery-image] Aug 16 04:09:09.909 INFO O| Aug 16 04:09:09.909 INFO STEP 13 (ensure_dir) COMPLETE
76272024-08-16T04:09:10.944Z[ recovery-image] Aug 16 04:09:09.909 INFO O| Aug 16 04:09:09.909 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76282024-08-16T04:09:10.951Z[ recovery-image] Aug 16 04:09:09.919 INFO O| Aug 16 04:09:09.919 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76292024-08-16T04:09:10.951Z[ recovery-image] Aug 16 04:09:09.919 INFO O| Aug 16 04:09:09.919 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76302024-08-16T04:09:10.954Z[ recovery-image] Aug 16 04:09:09.919 INFO O| Aug 16 04:09:09.919 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76312024-08-16T04:09:10.954Z[ recovery-image] Aug 16 04:09:09.919 INFO O| Aug 16 04:09:09.919 INFO STEP 14 (ensure_dir) COMPLETE
76322024-08-16T04:09:10.954Z[ recovery-image] Aug 16 04:09:09.919 INFO O| Aug 16 04:09:09.919 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76332024-08-16T04:09:10.961Z[ recovery-image] Aug 16 04:09:09.928 INFO O| Aug 16 04:09:09.928 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76342024-08-16T04:09:10.963Z[ recovery-image] Aug 16 04:09:09.929 INFO O| Aug 16 04:09:09.929 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76352024-08-16T04:09:10.963Z[ recovery-image] Aug 16 04:09:09.929 INFO O| Aug 16 04:09:09.929 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76362024-08-16T04:09:10.963Z[ recovery-image] Aug 16 04:09:09.929 INFO O| Aug 16 04:09:09.929 INFO STEP 15 (ensure_dir) COMPLETE
76372024-08-16T04:09:10.964Z[ recovery-image] Aug 16 04:09:09.929 INFO O| Aug 16 04:09:09.929 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76382024-08-16T04:09:10.970Z[ recovery-image] Aug 16 04:09:09.938 INFO O| Aug 16 04:09:09.938 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76392024-08-16T04:09:10.972Z[ recovery-image] Aug 16 04:09:09.938 INFO O| Aug 16 04:09:09.938 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76402024-08-16T04:09:10.973Z[ recovery-image] Aug 16 04:09:09.938 INFO O| Aug 16 04:09:09.938 INFO STEP 16 (ensure_dir) COMPLETE
76412024-08-16T04:09:10.973Z[ recovery-image] Aug 16 04:09:09.938 INFO O| Aug 16 04:09:09.938 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76422024-08-16T04:09:10.980Z[ recovery-image] Aug 16 04:09:09.948 INFO O| Aug 16 04:09:09.948 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76432024-08-16T04:09:10.980Z[ recovery-image] Aug 16 04:09:09.948 INFO O| Aug 16 04:09:09.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76442024-08-16T04:09:10.982Z[ recovery-image] Aug 16 04:09:09.948 INFO O| Aug 16 04:09:09.948 INFO STEP 17 (ensure_dir) COMPLETE
76452024-08-16T04:09:10.982Z[ recovery-image] Aug 16 04:09:09.948 INFO O| Aug 16 04:09:09.948 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76462024-08-16T04:09:10.989Z[ recovery-image] Aug 16 04:09:09.957 INFO O| Aug 16 04:09:09.957 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76472024-08-16T04:09:10.989Z[ recovery-image] Aug 16 04:09:09.957 INFO O| Aug 16 04:09:09.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76482024-08-16T04:09:10.992Z[ recovery-image] Aug 16 04:09:09.957 INFO O| Aug 16 04:09:09.957 INFO ok!
76492024-08-16T04:09:10.992Z[ recovery-image] Aug 16 04:09:09.957 INFO O| Aug 16 04:09:09.957 INFO STEP 18 (ensure_symlink) COMPLETE
76502024-08-16T04:09:10.992Z[ recovery-image] Aug 16 04:09:09.957 INFO O| Aug 16 04:09:09.957 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76512024-08-16T04:09:10.999Z[ recovery-image] Aug 16 04:09:09.966 INFO O| Aug 16 04:09:09.966 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76522024-08-16T04:09:11.002Z[ recovery-image] Aug 16 04:09:09.967 INFO O| Aug 16 04:09:09.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76532024-08-16T04:09:11.002Z[ recovery-image] Aug 16 04:09:09.967 INFO O| Aug 16 04:09:09.966 INFO ok!
76542024-08-16T04:09:11.002Z[ recovery-image] Aug 16 04:09:09.967 INFO O| Aug 16 04:09:09.967 INFO STEP 19 (ensure_file) COMPLETE
76552024-08-16T04:09:11.002Z[ recovery-image] Aug 16 04:09:09.967 INFO O| Aug 16 04:09:09.967 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76562024-08-16T04:09:11.008Z[ recovery-image] Aug 16 04:09:09.976 INFO O| Aug 16 04:09:09.976 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76572024-08-16T04:09:11.011Z[ recovery-image] Aug 16 04:09:09.976 INFO O| Aug 16 04:09:09.976 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76582024-08-16T04:09:11.011Z[ recovery-image] Aug 16 04:09:09.976 INFO O| Aug 16 04:09:09.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76592024-08-16T04:09:11.011Z[ recovery-image] Aug 16 04:09:09.976 INFO O| Aug 16 04:09:09.976 INFO ok!
76602024-08-16T04:09:11.011Z[ recovery-image] Aug 16 04:09:09.976 INFO O| Aug 16 04:09:09.976 INFO STEP 20 (ensure_symlink) COMPLETE
76612024-08-16T04:09:11.011Z[ recovery-image] Aug 16 04:09:09.976 INFO O| Aug 16 04:09:09.976 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76622024-08-16T04:09:11.018Z[ recovery-image] Aug 16 04:09:09.986 INFO O| Aug 16 04:09:09.986 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76632024-08-16T04:09:11.018Z[ recovery-image] Aug 16 04:09:09.986 INFO O| Aug 16 04:09:09.986 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76642024-08-16T04:09:11.020Z[ recovery-image] Aug 16 04:09:09.986 INFO O| Aug 16 04:09:09.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76652024-08-16T04:09:11.020Z[ recovery-image] Aug 16 04:09:09.986 INFO O| Aug 16 04:09:09.986 INFO ok!
76662024-08-16T04:09:11.020Z[ recovery-image] Aug 16 04:09:09.986 INFO O| Aug 16 04:09:09.986 INFO STEP 21 (ensure_symlink) COMPLETE
76672024-08-16T04:09:11.020Z[ recovery-image] Aug 16 04:09:09.986 INFO O| Aug 16 04:09:09.986 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76682024-08-16T04:09:11.028Z[ recovery-image] Aug 16 04:09:09.995 INFO O| Aug 16 04:09:09.995 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76692024-08-16T04:09:11.028Z[ recovery-image] Aug 16 04:09:09.995 INFO O| Aug 16 04:09:09.995 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76702024-08-16T04:09:11.030Z[ recovery-image] Aug 16 04:09:09.995 INFO O| Aug 16 04:09:09.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76712024-08-16T04:09:11.030Z[ recovery-image] Aug 16 04:09:09.995 INFO O| Aug 16 04:09:09.995 INFO ok!
76722024-08-16T04:09:11.030Z[ recovery-image] Aug 16 04:09:09.995 INFO O| Aug 16 04:09:09.995 INFO STEP 22 (ensure_symlink) COMPLETE
76732024-08-16T04:09:11.030Z[ recovery-image] Aug 16 04:09:09.995 INFO O| Aug 16 04:09:09.995 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76742024-08-16T04:09:11.037Z[ recovery-image] Aug 16 04:09:10.005 INFO O| Aug 16 04:09:10.005 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76752024-08-16T04:09:11.038Z[ recovery-image] Aug 16 04:09:10.005 INFO O| Aug 16 04:09:10.005 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76762024-08-16T04:09:11.038Z[ recovery-image] Aug 16 04:09:10.005 INFO O| Aug 16 04:09:10.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76772024-08-16T04:09:11.038Z[ recovery-image] Aug 16 04:09:10.005 INFO O| Aug 16 04:09:10.005 INFO ok!
76782024-08-16T04:09:11.040Z[ recovery-image] Aug 16 04:09:10.005 INFO O| Aug 16 04:09:10.005 INFO STEP 23 (ensure_symlink) COMPLETE
76792024-08-16T04:09:11.040Z[ recovery-image] Aug 16 04:09:10.005 INFO O| Aug 16 04:09:10.005 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76802024-08-16T04:09:11.048Z[ recovery-image] Aug 16 04:09:10.015 INFO O| Aug 16 04:09:10.015 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76812024-08-16T04:09:11.048Z[ recovery-image] Aug 16 04:09:10.015 INFO O| Aug 16 04:09:10.015 INFO copying /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf ...
76822024-08-16T04:09:11.050Z[ recovery-image] Aug 16 04:09:10.016 INFO O| Aug 16 04:09:10.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76832024-08-16T04:09:11.050Z[ recovery-image] Aug 16 04:09:10.016 INFO O| Aug 16 04:09:10.016 INFO ok!
76842024-08-16T04:09:11.050Z[ recovery-image] Aug 16 04:09:10.016 INFO O| Aug 16 04:09:10.016 INFO STEP 24 (ensure_file) COMPLETE
76852024-08-16T04:09:11.050Z[ recovery-image] Aug 16 04:09:10.016 INFO O| Aug 16 04:09:10.016 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76862024-08-16T04:09:11.058Z[ recovery-image] Aug 16 04:09:10.025 INFO O| Aug 16 04:09:10.025 INFO updating shadow file
76872024-08-16T04:09:11.060Z[ recovery-image] Aug 16 04:09:10.026 INFO O| Aug 16 04:09:10.026 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76882024-08-16T04:09:11.060Z[ recovery-image] Aug 16 04:09:10.026 INFO O| Aug 16 04:09:10.026 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76892024-08-16T04:09:11.060Z[ recovery-image] Aug 16 04:09:10.026 INFO O| Aug 16 04:09:10.026 INFO STEP 25 (shadow) COMPLETE
76902024-08-16T04:09:11.060Z[ recovery-image] Aug 16 04:09:10.026 INFO O| Aug 16 04:09:10.026 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76912024-08-16T04:09:11.067Z[ recovery-image] Aug 16 04:09:10.035 INFO O| Aug 16 04:09:10.035 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76922024-08-16T04:09:11.068Z[ recovery-image] Aug 16 04:09:10.035 INFO O| Aug 16 04:09:10.035 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76932024-08-16T04:09:11.071Z[ recovery-image] Aug 16 04:09:10.035 INFO O| Aug 16 04:09:10.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76942024-08-16T04:09:11.071Z[ recovery-image] Aug 16 04:09:10.035 INFO O| Aug 16 04:09:10.035 INFO ok!
76952024-08-16T04:09:11.071Z[ recovery-image] Aug 16 04:09:10.035 INFO O| Aug 16 04:09:10.035 INFO STEP 26 (ensure_file) COMPLETE
76962024-08-16T04:09:11.071Z[ recovery-image] Aug 16 04:09:10.035 INFO O| Aug 16 04:09:10.035 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76972024-08-16T04:09:11.077Z[ recovery-image] Aug 16 04:09:10.045 INFO O| Aug 16 04:09:10.045 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76982024-08-16T04:09:11.077Z[ recovery-image] Aug 16 04:09:10.045 INFO O| Aug 16 04:09:10.045 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76992024-08-16T04:09:11.080Z[ recovery-image] Aug 16 04:09:10.045 INFO O| Aug 16 04:09:10.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
77002024-08-16T04:09:11.080Z[ recovery-image] Aug 16 04:09:10.045 INFO O| Aug 16 04:09:10.045 INFO ok!
77012024-08-16T04:09:11.080Z[ recovery-image] Aug 16 04:09:10.045 INFO O| Aug 16 04:09:10.045 INFO STEP 27 (ensure_file) COMPLETE
77022024-08-16T04:09:11.080Z[ recovery-image] Aug 16 04:09:10.045 INFO O| Aug 16 04:09:10.045 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77032024-08-16T04:09:11.087Z[ recovery-image] Aug 16 04:09:10.055 INFO O| Aug 16 04:09:10.054 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
77042024-08-16T04:09:11.087Z[ recovery-image] Aug 16 04:09:10.055 INFO O| Aug 16 04:09:10.055 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
77052024-08-16T04:09:11.090Z[ recovery-image] Aug 16 04:09:10.055 INFO O| Aug 16 04:09:10.055 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77062024-08-16T04:09:11.090Z[ recovery-image] Aug 16 04:09:10.055 INFO O| Aug 16 04:09:10.055 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77072024-08-16T04:09:11.091Z[ recovery-image] Aug 16 04:09:10.055 INFO O| Aug 16 04:09:10.055 INFO ok!
77082024-08-16T04:09:11.091Z[ recovery-image] Aug 16 04:09:10.055 INFO O| Aug 16 04:09:10.055 INFO STEP 28 (ensure_file) COMPLETE
77092024-08-16T04:09:11.091Z[ recovery-image] Aug 16 04:09:10.055 INFO O| Aug 16 04:09:10.055 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77102024-08-16T04:09:11.097Z[ recovery-image] Aug 16 04:09:10.064 INFO O| Aug 16 04:09:10.064 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
77112024-08-16T04:09:11.097Z[ recovery-image] Aug 16 04:09:10.064 INFO O| Aug 16 04:09:10.064 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
77122024-08-16T04:09:11.097Z[ recovery-image] Aug 16 04:09:10.065 INFO O| Aug 16 04:09:10.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
77132024-08-16T04:09:11.097Z[ recovery-image] Aug 16 04:09:10.065 INFO O| Aug 16 04:09:10.065 INFO ok!
77142024-08-16T04:09:11.097Z[ recovery-image] Aug 16 04:09:10.065 INFO O| Aug 16 04:09:10.065 INFO STEP 29 (ensure_file) COMPLETE
77152024-08-16T04:09:11.097Z[ recovery-image] Aug 16 04:09:10.065 INFO O| Aug 16 04:09:10.065 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77162024-08-16T04:09:11.106Z[ recovery-image] Aug 16 04:09:10.074 INFO O| Aug 16 04:09:10.074 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77172024-08-16T04:09:11.106Z[ recovery-image] Aug 16 04:09:10.074 INFO O| Aug 16 04:09:10.074 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77182024-08-16T04:09:11.109Z[ recovery-image] Aug 16 04:09:10.074 INFO O| Aug 16 04:09:10.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77192024-08-16T04:09:11.109Z[ recovery-image] Aug 16 04:09:10.074 INFO O| Aug 16 04:09:10.074 INFO ok!
77202024-08-16T04:09:11.109Z[ recovery-image] Aug 16 04:09:10.074 INFO O| Aug 16 04:09:10.074 INFO STEP 30 (ensure_file) COMPLETE
77212024-08-16T04:09:11.109Z[ recovery-image] Aug 16 04:09:10.074 INFO O| Aug 16 04:09:10.074 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77222024-08-16T04:09:11.117Z[ recovery-image] Aug 16 04:09:10.084 INFO O| Aug 16 04:09:10.084 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77232024-08-16T04:09:11.117Z[ recovery-image] Aug 16 04:09:10.084 INFO O| Aug 16 04:09:10.084 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77242024-08-16T04:09:11.120Z[ recovery-image] Aug 16 04:09:10.084 INFO O| Aug 16 04:09:10.084 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77252024-08-16T04:09:11.120Z[ recovery-image] Aug 16 04:09:10.084 INFO O| Aug 16 04:09:10.084 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77262024-08-16T04:09:11.120Z[ recovery-image] Aug 16 04:09:10.085 INFO O| Aug 16 04:09:10.084 INFO ok!
77272024-08-16T04:09:11.120Z[ recovery-image] Aug 16 04:09:10.085 INFO O| Aug 16 04:09:10.085 INFO STEP 31 (ensure_file) COMPLETE
77282024-08-16T04:09:11.120Z[ recovery-image] Aug 16 04:09:10.085 INFO O| Aug 16 04:09:10.085 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77292024-08-16T04:09:11.126Z[ recovery-image] Aug 16 04:09:10.094 INFO O| Aug 16 04:09:10.094 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77302024-08-16T04:09:11.129Z[ recovery-image] Aug 16 04:09:10.094 INFO O| Aug 16 04:09:10.094 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77312024-08-16T04:09:11.129Z[ recovery-image] Aug 16 04:09:10.094 INFO O| Aug 16 04:09:10.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77322024-08-16T04:09:11.129Z[ recovery-image] Aug 16 04:09:10.094 INFO O| Aug 16 04:09:10.094 INFO ok!
77332024-08-16T04:09:11.129Z[ recovery-image] Aug 16 04:09:10.094 INFO O| Aug 16 04:09:10.094 INFO STEP 32 (ensure_file) COMPLETE
77342024-08-16T04:09:11.129Z[ recovery-image] Aug 16 04:09:10.094 INFO O| Aug 16 04:09:10.094 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77352024-08-16T04:09:11.136Z[ recovery-image] Aug 16 04:09:10.104 INFO O| Aug 16 04:09:10.103 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77362024-08-16T04:09:11.138Z[ recovery-image] Aug 16 04:09:10.104 INFO O| Aug 16 04:09:10.104 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77372024-08-16T04:09:11.138Z[ recovery-image] Aug 16 04:09:10.104 INFO O| Aug 16 04:09:10.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77382024-08-16T04:09:11.138Z[ recovery-image] Aug 16 04:09:10.104 INFO O| Aug 16 04:09:10.104 INFO ok!
77392024-08-16T04:09:11.138Z[ recovery-image] Aug 16 04:09:10.104 INFO O| Aug 16 04:09:10.104 INFO STEP 33 (ensure_file) COMPLETE
77402024-08-16T04:09:11.138Z[ recovery-image] Aug 16 04:09:10.104 INFO O| Aug 16 04:09:10.104 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77412024-08-16T04:09:11.145Z[ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77422024-08-16T04:09:11.145Z[ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77432024-08-16T04:09:11.148Z[ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77442024-08-16T04:09:11.148Z[ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77452024-08-16T04:09:11.148Z[ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77462024-08-16T04:09:11.148Z[ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77472024-08-16T04:09:11.148Z[ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO ok!
77482024-08-16T04:09:11.148Z[ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO STEP 34 (ensure_file) COMPLETE
77492024-08-16T04:09:11.148Z[ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77502024-08-16T04:09:11.156Z[ recovery-image] Aug 16 04:09:10.123 INFO O| Aug 16 04:09:10.123 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77512024-08-16T04:09:11.159Z[ recovery-image] Aug 16 04:09:10.123 INFO O| Aug 16 04:09:10.123 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77522024-08-16T04:09:11.159Z[ recovery-image] Aug 16 04:09:10.123 INFO O| Aug 16 04:09:10.123 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77532024-08-16T04:09:11.159Z[ recovery-image] Aug 16 04:09:10.123 INFO O| Aug 16 04:09:10.123 INFO STEP 35 (ensure_dir) COMPLETE
77542024-08-16T04:09:11.159Z[ recovery-image] Aug 16 04:09:10.123 INFO O| Aug 16 04:09:10.123 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77552024-08-16T04:09:11.165Z[ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
77562024-08-16T04:09:11.165Z[ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
77572024-08-16T04:09:11.167Z[ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77582024-08-16T04:09:11.167Z[ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77592024-08-16T04:09:11.167Z[ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77602024-08-16T04:09:11.167Z[ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77612024-08-16T04:09:11.168Z[ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 INFO ok!
77622024-08-16T04:09:11.168Z[ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 INFO STEP 36 (ensure_file) COMPLETE
77632024-08-16T04:09:11.168Z[ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77642024-08-16T04:09:11.176Z[ recovery-image] Aug 16 04:09:10.142 INFO O| Aug 16 04:09:10.142 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77652024-08-16T04:09:11.176Z[ recovery-image] Aug 16 04:09:10.142 INFO O| Aug 16 04:09:10.142 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
77662024-08-16T04:09:11.176Z[ recovery-image] Aug 16 04:09:10.142 INFO O| Aug 16 04:09:10.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77672024-08-16T04:09:11.176Z[ recovery-image] Aug 16 04:09:10.142 INFO O| Aug 16 04:09:10.142 INFO ok!
77682024-08-16T04:09:11.176Z[ recovery-image] Aug 16 04:09:10.142 INFO O| Aug 16 04:09:10.142 INFO STEP 37 (ensure_symlink) COMPLETE
77692024-08-16T04:09:11.179Z[ recovery-image] Aug 16 04:09:10.142 INFO O| Aug 16 04:09:10.142 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77702024-08-16T04:09:11.186Z[ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77712024-08-16T04:09:11.188Z[ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77722024-08-16T04:09:11.188Z[ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77732024-08-16T04:09:11.188Z[ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77742024-08-16T04:09:11.188Z[ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77752024-08-16T04:09:11.188Z[ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77762024-08-16T04:09:11.188Z[ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO ok!
77772024-08-16T04:09:11.188Z[ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO STEP 38 (ensure_file) COMPLETE
77782024-08-16T04:09:11.188Z[ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77792024-08-16T04:09:11.195Z[ recovery-image] Aug 16 04:09:10.162 INFO O| Aug 16 04:09:10.162 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77802024-08-16T04:09:11.195Z[ recovery-image] Aug 16 04:09:10.162 INFO O| Aug 16 04:09:10.162 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
77812024-08-16T04:09:11.198Z[ recovery-image] Aug 16 04:09:10.162 INFO O| Aug 16 04:09:10.162 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77822024-08-16T04:09:11.198Z[ recovery-image] Aug 16 04:09:10.162 INFO O| Aug 16 04:09:10.162 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77832024-08-16T04:09:11.198Z[ recovery-image] Aug 16 04:09:10.162 INFO O| Aug 16 04:09:10.162 INFO ok!
77842024-08-16T04:09:11.198Z[ recovery-image] Aug 16 04:09:10.162 INFO O| Aug 16 04:09:10.162 INFO STEP 39 (ensure_file) COMPLETE
77852024-08-16T04:09:11.198Z[ recovery-image] Aug 16 04:09:10.162 INFO O| Aug 16 04:09:10.162 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77862024-08-16T04:09:11.204Z[ recovery-image] Aug 16 04:09:10.171 INFO O| Aug 16 04:09:10.171 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77872024-08-16T04:09:11.204Z[ recovery-image] Aug 16 04:09:10.171 INFO O| Aug 16 04:09:10.171 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77882024-08-16T04:09:11.206Z[ recovery-image] Aug 16 04:09:10.171 INFO O| Aug 16 04:09:10.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77892024-08-16T04:09:11.206Z[ recovery-image] Aug 16 04:09:10.171 INFO O| Aug 16 04:09:10.171 INFO ok!
77902024-08-16T04:09:11.206Z[ recovery-image] Aug 16 04:09:10.171 INFO O| Aug 16 04:09:10.171 INFO STEP 40 (ensure_file) COMPLETE
77912024-08-16T04:09:11.206Z[ recovery-image] Aug 16 04:09:10.171 INFO O| Aug 16 04:09:10.171 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77922024-08-16T04:09:11.214Z[ recovery-image] Aug 16 04:09:10.181 INFO O| Aug 16 04:09:10.181 INFO updating shadow file
77932024-08-16T04:09:11.216Z[ recovery-image] Aug 16 04:09:10.181 INFO O| Aug 16 04:09:10.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77942024-08-16T04:09:11.216Z[ recovery-image] Aug 16 04:09:10.181 INFO O| Aug 16 04:09:10.181 INFO STEP 41 (shadow) COMPLETE
77952024-08-16T04:09:11.216Z[ recovery-image] Aug 16 04:09:10.181 INFO O| Aug 16 04:09:10.181 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77962024-08-16T04:09:11.224Z[ recovery-image] Aug 16 04:09:10.191 INFO O| Aug 16 04:09:10.191 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77972024-08-16T04:09:11.224Z[ recovery-image] Aug 16 04:09:10.192 INFO O| Aug 16 04:09:10.191 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77982024-08-16T04:09:11.226Z[ recovery-image] Aug 16 04:09:10.192 INFO O| Aug 16 04:09:10.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77992024-08-16T04:09:11.226Z[ recovery-image] Aug 16 04:09:10.192 INFO O| Aug 16 04:09:10.192 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78002024-08-16T04:09:11.226Z[ recovery-image] Aug 16 04:09:10.192 INFO O| Aug 16 04:09:10.192 INFO ok!
78012024-08-16T04:09:11.226Z[ recovery-image] Aug 16 04:09:10.192 INFO O| Aug 16 04:09:10.192 INFO STEP 42 (ensure_file) COMPLETE
78022024-08-16T04:09:11.226Z[ recovery-image] Aug 16 04:09:10.192 INFO O| Aug 16 04:09:10.192 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78032024-08-16T04:09:11.233Z[ recovery-image] Aug 16 04:09:10.201 INFO O| Aug 16 04:09:10.201 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
78042024-08-16T04:09:11.233Z[ recovery-image] Aug 16 04:09:10.201 INFO O| Aug 16 04:09:10.201 INFO STEP 43 (ensure_dir) COMPLETE
78052024-08-16T04:09:11.236Z[ recovery-image] Aug 16 04:09:10.201 INFO O| Aug 16 04:09:10.201 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78062024-08-16T04:09:11.243Z[ recovery-image] Aug 16 04:09:10.211 INFO O| Aug 16 04:09:10.211 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78072024-08-16T04:09:11.243Z[ recovery-image] Aug 16 04:09:10.211 INFO O| Aug 16 04:09:10.211 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78082024-08-16T04:09:11.246Z[ recovery-image] Aug 16 04:09:10.211 INFO O| Aug 16 04:09:10.211 INFO STEP 44 (ensure_dir) COMPLETE
78092024-08-16T04:09:11.246Z[ recovery-image] Aug 16 04:09:10.211 INFO O| Aug 16 04:09:10.211 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78102024-08-16T04:09:11.253Z[ recovery-image] Aug 16 04:09:10.221 INFO O| Aug 16 04:09:10.221 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78112024-08-16T04:09:11.255Z[ recovery-image] Aug 16 04:09:10.221 INFO O| Aug 16 04:09:10.221 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78122024-08-16T04:09:11.256Z[ recovery-image] Aug 16 04:09:10.221 INFO O| Aug 16 04:09:10.221 INFO STEP 45 (ensure_dir) COMPLETE
78132024-08-16T04:09:11.256Z[ recovery-image] Aug 16 04:09:10.221 INFO O| Aug 16 04:09:10.221 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78142024-08-16T04:09:11.263Z[ recovery-image] Aug 16 04:09:10.231 INFO O| Aug 16 04:09:10.231 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78152024-08-16T04:09:11.263Z[ recovery-image] Aug 16 04:09:10.231 INFO O| Aug 16 04:09:10.231 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
78162024-08-16T04:09:11.292Z[ recovery-image] Aug 16 04:09:10.259 INFO O| Aug 16 04:09:10.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78172024-08-16T04:09:11.292Z[ recovery-image] Aug 16 04:09:10.259 INFO O| Aug 16 04:09:10.259 INFO ok!
78182024-08-16T04:09:11.295Z[ recovery-image] Aug 16 04:09:10.259 INFO O| Aug 16 04:09:10.259 INFO STEP 46 (ensure_file) COMPLETE
78192024-08-16T04:09:11.295Z[ recovery-image] Aug 16 04:09:10.259 INFO O| Aug 16 04:09:10.259 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78202024-08-16T04:09:11.302Z[ recovery-image] Aug 16 04:09:10.270 INFO O| Aug 16 04:09:10.270 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78212024-08-16T04:09:11.303Z[ recovery-image] Aug 16 04:09:10.270 INFO O| Aug 16 04:09:10.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78222024-08-16T04:09:11.305Z[ recovery-image] Aug 16 04:09:10.270 INFO O| Aug 16 04:09:10.270 INFO STEP 47 (ensure_dir) COMPLETE
78232024-08-16T04:09:11.305Z[ recovery-image] Aug 16 04:09:10.270 INFO O| Aug 16 04:09:10.270 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78242024-08-16T04:09:11.313Z[ recovery-image] Aug 16 04:09:10.281 INFO O| Aug 16 04:09:10.281 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78252024-08-16T04:09:11.313Z[ recovery-image] Aug 16 04:09:10.281 INFO O| Aug 16 04:09:10.281 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78262024-08-16T04:09:11.316Z[ recovery-image] Aug 16 04:09:10.281 INFO O| Aug 16 04:09:10.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78272024-08-16T04:09:11.316Z[ recovery-image] Aug 16 04:09:10.281 INFO O| Aug 16 04:09:10.281 INFO ok!
78282024-08-16T04:09:11.316Z[ recovery-image] Aug 16 04:09:10.281 INFO O| Aug 16 04:09:10.281 INFO STEP 48 (ensure_file) COMPLETE
78292024-08-16T04:09:11.316Z[ recovery-image] Aug 16 04:09:10.281 INFO O| Aug 16 04:09:10.281 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78302024-08-16T04:09:11.324Z[ recovery-image] Aug 16 04:09:10.292 INFO O| Aug 16 04:09:10.292 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78312024-08-16T04:09:11.326Z[ recovery-image] Aug 16 04:09:10.292 INFO O| Aug 16 04:09:10.292 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78322024-08-16T04:09:11.326Z[ recovery-image] Aug 16 04:09:10.292 INFO O| Aug 16 04:09:10.292 INFO STEP 49 (ensure_dir) COMPLETE
78332024-08-16T04:09:11.326Z[ recovery-image] Aug 16 04:09:10.292 INFO O| Aug 16 04:09:10.292 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78342024-08-16T04:09:11.338Z[ recovery-image] Aug 16 04:09:10.305 INFO O| Aug 16 04:09:10.305 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78352024-08-16T04:09:11.338Z[ recovery-image] Aug 16 04:09:10.305 INFO O| Aug 16 04:09:10.305 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78362024-08-16T04:09:11.340Z[ host-image] Aug 16 04:09:10.307 INFO O| Aug 16 04:09:10.307 INFO O| Download: Completed 8.42 MB in 3.74 seconds (2.2M/s)
78372024-08-16T04:09:11.351Z[ recovery-image] Aug 16 04:09:10.319 INFO O| Aug 16 04:09:10.319 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78382024-08-16T04:09:11.351Z[ recovery-image] Aug 16 04:09:10.319 INFO O| Aug 16 04:09:10.319 INFO ok!
78392024-08-16T04:09:11.354Z[ recovery-image] Aug 16 04:09:10.319 INFO O| Aug 16 04:09:10.319 INFO STEP 50 (ensure_file) COMPLETE
78402024-08-16T04:09:11.354Z[ recovery-image] Aug 16 04:09:10.319 INFO O| Aug 16 04:09:10.319 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78412024-08-16T04:09:11.362Z[ recovery-image] Aug 16 04:09:10.329 INFO O| Aug 16 04:09:10.329 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78422024-08-16T04:09:11.364Z[ recovery-image] Aug 16 04:09:10.329 INFO O| Aug 16 04:09:10.329 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78432024-08-16T04:09:11.448Z[ host-image] Aug 16 04:09:10.415 INFO O| Aug 16 04:09:10.415 INFO O| Actions: 1/1361 actions (Installing new actions)
78442024-08-16T04:09:11.646Z[ recovery-image] Aug 16 04:09:10.612 INFO O| Aug 16 04:09:10.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78452024-08-16T04:09:11.646Z[ recovery-image] Aug 16 04:09:10.612 INFO O| Aug 16 04:09:10.612 INFO ok!
78462024-08-16T04:09:11.646Z[ recovery-image] Aug 16 04:09:10.612 INFO O| Aug 16 04:09:10.612 INFO STEP 51 (ensure_file) COMPLETE
78472024-08-16T04:09:11.649Z[ recovery-image] Aug 16 04:09:10.612 INFO O| Aug 16 04:09:10.612 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78482024-08-16T04:09:11.656Z[ recovery-image] Aug 16 04:09:10.624 INFO O| Aug 16 04:09:10.624 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78492024-08-16T04:09:11.661Z[ recovery-image] Aug 16 04:09:10.624 INFO O| Aug 16 04:09:10.624 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78502024-08-16T04:09:11.661Z[ recovery-image] Aug 16 04:09:10.624 INFO O| Aug 16 04:09:10.624 INFO STEP 52 (ensure_dir) COMPLETE
78512024-08-16T04:09:11.661Z[ recovery-image] Aug 16 04:09:10.624 INFO O| Aug 16 04:09:10.624 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78522024-08-16T04:09:11.667Z[ recovery-image] Aug 16 04:09:10.635 INFO O| Aug 16 04:09:10.635 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78532024-08-16T04:09:11.667Z[ recovery-image] Aug 16 04:09:10.635 INFO O| Aug 16 04:09:10.635 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
78542024-08-16T04:09:11.667Z[ recovery-image] Aug 16 04:09:10.635 INFO O| Aug 16 04:09:10.635 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
78552024-08-16T04:09:11.667Z[ recovery-image] Aug 16 04:09:10.635 INFO O| Aug 16 04:09:10.635 INFO ok!
78562024-08-16T04:09:11.675Z[ recovery-image] Aug 16 04:09:10.635 INFO O| Aug 16 04:09:10.635 INFO STEP 53 (ensure_file) COMPLETE
78572024-08-16T04:09:11.676Z[ recovery-image] Aug 16 04:09:10.635 INFO O| Aug 16 04:09:10.635 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78582024-08-16T04:09:11.684Z[ recovery-image] Aug 16 04:09:10.645 INFO O| Aug 16 04:09:10.645 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78592024-08-16T04:09:11.684Z[ recovery-image] Aug 16 04:09:10.645 INFO O| Aug 16 04:09:10.645 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
78602024-08-16T04:09:11.684Z[ recovery-image] Aug 16 04:09:10.645 INFO O| Aug 16 04:09:10.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
78612024-08-16T04:09:11.684Z[ recovery-image] Aug 16 04:09:10.645 INFO O| Aug 16 04:09:10.645 INFO ok!
78622024-08-16T04:09:11.684Z[ recovery-image] Aug 16 04:09:10.645 INFO O| Aug 16 04:09:10.645 INFO STEP 54 (ensure_file) COMPLETE
78632024-08-16T04:09:11.684Z[ recovery-image] Aug 16 04:09:10.645 INFO O| Aug 16 04:09:10.645 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78642024-08-16T04:09:11.691Z[ recovery-image] Aug 16 04:09:10.655 INFO O| Aug 16 04:09:10.655 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78652024-08-16T04:09:11.691Z[ recovery-image] Aug 16 04:09:10.655 INFO O| Aug 16 04:09:10.655 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78662024-08-16T04:09:11.691Z[ recovery-image] Aug 16 04:09:10.655 INFO O| Aug 16 04:09:10.655 INFO STEP 55 (ensure_dir) COMPLETE
78672024-08-16T04:09:11.691Z[ recovery-image] Aug 16 04:09:10.655 INFO O| Aug 16 04:09:10.655 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78682024-08-16T04:09:11.697Z[ recovery-image] Aug 16 04:09:10.665 INFO O| Aug 16 04:09:10.665 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78692024-08-16T04:09:11.697Z[ recovery-image] Aug 16 04:09:10.665 INFO O| Aug 16 04:09:10.665 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
78702024-08-16T04:09:11.697Z[ recovery-image] Aug 16 04:09:10.665 INFO O| Aug 16 04:09:10.665 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78712024-08-16T04:09:11.697Z[ recovery-image] Aug 16 04:09:10.665 INFO O| Aug 16 04:09:10.665 INFO ok!
78722024-08-16T04:09:11.700Z[ recovery-image] Aug 16 04:09:10.665 INFO O| Aug 16 04:09:10.665 INFO STEP 56 (ensure_file) COMPLETE
78732024-08-16T04:09:11.700Z[ recovery-image] Aug 16 04:09:10.665 INFO O| Aug 16 04:09:10.665 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78742024-08-16T04:09:11.709Z[ recovery-image] Aug 16 04:09:10.676 INFO O| Aug 16 04:09:10.676 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78752024-08-16T04:09:11.711Z[ recovery-image] Aug 16 04:09:10.676 INFO O| Aug 16 04:09:10.676 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
78762024-08-16T04:09:11.711Z[ recovery-image] Aug 16 04:09:10.677 INFO O| Aug 16 04:09:10.677 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
78772024-08-16T04:09:11.711Z[ recovery-image] Aug 16 04:09:10.677 INFO O| Aug 16 04:09:10.677 INFO ok!
78782024-08-16T04:09:11.711Z[ recovery-image] Aug 16 04:09:10.677 INFO O| Aug 16 04:09:10.677 INFO STEP 57 (ensure_file) COMPLETE
78792024-08-16T04:09:11.711Z[ recovery-image] Aug 16 04:09:10.677 INFO O| Aug 16 04:09:10.677 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78802024-08-16T04:09:11.719Z[ recovery-image] Aug 16 04:09:10.687 INFO O| Aug 16 04:09:10.687 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78812024-08-16T04:09:11.722Z[ recovery-image] Aug 16 04:09:10.687 INFO O| Aug 16 04:09:10.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78822024-08-16T04:09:11.722Z[ recovery-image] Aug 16 04:09:10.687 INFO O| Aug 16 04:09:10.687 INFO STEP 58 (ensure_dir) COMPLETE
78832024-08-16T04:09:11.722Z[ recovery-image] Aug 16 04:09:10.687 INFO O| Aug 16 04:09:10.687 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78842024-08-16T04:09:11.729Z[ recovery-image] Aug 16 04:09:10.697 INFO O| Aug 16 04:09:10.697 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78852024-08-16T04:09:11.732Z[ recovery-image] Aug 16 04:09:10.697 INFO O| Aug 16 04:09:10.697 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
78862024-08-16T04:09:11.732Z[ recovery-image] Aug 16 04:09:10.697 INFO O| Aug 16 04:09:10.697 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78872024-08-16T04:09:11.732Z[ recovery-image] Aug 16 04:09:10.697 INFO O| Aug 16 04:09:10.697 INFO ok!
78882024-08-16T04:09:11.732Z[ recovery-image] Aug 16 04:09:10.697 INFO O| Aug 16 04:09:10.697 INFO STEP 59 (ensure_file) COMPLETE
78892024-08-16T04:09:11.732Z[ recovery-image] Aug 16 04:09:10.697 INFO O| Aug 16 04:09:10.697 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78902024-08-16T04:09:11.740Z[ recovery-image] Aug 16 04:09:10.707 INFO O| Aug 16 04:09:10.707 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78912024-08-16T04:09:11.740Z[ recovery-image] Aug 16 04:09:10.707 INFO O| Aug 16 04:09:10.707 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78922024-08-16T04:09:11.742Z[ recovery-image] Aug 16 04:09:10.707 INFO O| Aug 16 04:09:10.707 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78932024-08-16T04:09:11.742Z[ recovery-image] Aug 16 04:09:10.707 INFO O| Aug 16 04:09:10.707 INFO ok!
78942024-08-16T04:09:11.742Z[ recovery-image] Aug 16 04:09:10.707 INFO O| Aug 16 04:09:10.707 INFO STEP 60 (ensure_file) COMPLETE
78952024-08-16T04:09:11.743Z[ recovery-image] Aug 16 04:09:10.707 INFO O| Aug 16 04:09:10.707 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78962024-08-16T04:09:11.750Z[ recovery-image] Aug 16 04:09:10.717 INFO O| Aug 16 04:09:10.717 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78972024-08-16T04:09:11.752Z[ recovery-image] Aug 16 04:09:10.718 INFO O| Aug 16 04:09:10.717 INFO STEP 61 (ensure_dir) COMPLETE
78982024-08-16T04:09:11.752Z[ recovery-image] Aug 16 04:09:10.718 INFO O| Aug 16 04:09:10.717 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78992024-08-16T04:09:11.759Z[ recovery-image] Aug 16 04:09:10.727 INFO O| Aug 16 04:09:10.727 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
79002024-08-16T04:09:11.759Z[ recovery-image] Aug 16 04:09:10.727 INFO O| Aug 16 04:09:10.727 INFO STEP 62 (ensure_dir) COMPLETE
79012024-08-16T04:09:11.762Z[ recovery-image] Aug 16 04:09:10.727 INFO O| Aug 16 04:09:10.727 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79022024-08-16T04:09:11.773Z[ recovery-image] Aug 16 04:09:10.741 INFO O| Aug 16 04:09:10.741 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
79032024-08-16T04:09:11.775Z[ recovery-image] Aug 16 04:09:10.741 INFO O| Aug 16 04:09:10.741 INFO STEP 63 (ensure_dir) COMPLETE
79042024-08-16T04:09:11.776Z[ recovery-image] Aug 16 04:09:10.741 INFO O| Aug 16 04:09:10.741 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79052024-08-16T04:09:11.783Z[ recovery-image] Aug 16 04:09:10.751 INFO O| Aug 16 04:09:10.751 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
79062024-08-16T04:09:11.783Z[ recovery-image] Aug 16 04:09:10.751 INFO O| Aug 16 04:09:10.751 INFO STEP 64 (ensure_dir) COMPLETE
79072024-08-16T04:09:11.786Z[ recovery-image] Aug 16 04:09:10.751 INFO O| Aug 16 04:09:10.751 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79082024-08-16T04:09:11.793Z[ recovery-image] Aug 16 04:09:10.761 INFO O| Aug 16 04:09:10.761 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
79092024-08-16T04:09:11.793Z[ recovery-image] Aug 16 04:09:10.761 INFO O| Aug 16 04:09:10.761 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
79102024-08-16T04:09:11.795Z[ recovery-image] Aug 16 04:09:10.761 INFO O| Aug 16 04:09:10.761 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
79112024-08-16T04:09:11.795Z[ recovery-image] Aug 16 04:09:10.761 INFO O| Aug 16 04:09:10.761 INFO ok!
79122024-08-16T04:09:11.795Z[ recovery-image] Aug 16 04:09:10.761 INFO O| Aug 16 04:09:10.761 INFO STEP 65 (ensure_file) COMPLETE
79132024-08-16T04:09:11.795Z[ recovery-image] Aug 16 04:09:10.761 INFO O| Aug 16 04:09:10.761 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79142024-08-16T04:09:11.803Z[ recovery-image] Aug 16 04:09:10.771 INFO O| Aug 16 04:09:10.771 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
79152024-08-16T04:09:11.805Z[ recovery-image] Aug 16 04:09:10.771 INFO O| Aug 16 04:09:10.771 INFO STEP 66 (remove_files) COMPLETE
79162024-08-16T04:09:11.805Z[ recovery-image] Aug 16 04:09:10.771 INFO O| Aug 16 04:09:10.771 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79172024-08-16T04:09:11.814Z[ recovery-image] Aug 16 04:09:10.782 INFO O| Aug 16 04:09:10.782 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
79182024-08-16T04:09:11.817Z[ recovery-image] Aug 16 04:09:10.782 INFO O| Aug 16 04:09:10.782 INFO STEP 67 (remove_files) COMPLETE
79192024-08-16T04:09:11.817Z[ recovery-image] Aug 16 04:09:10.782 INFO O| Aug 16 04:09:10.782 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79202024-08-16T04:09:11.824Z[ recovery-image] Aug 16 04:09:10.792 INFO O| Aug 16 04:09:10.792 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79212024-08-16T04:09:11.827Z[ recovery-image] Aug 16 04:09:10.792 INFO O| Aug 16 04:09:10.792 INFO STEP 68 (remove_files) COMPLETE
79222024-08-16T04:09:11.827Z[ recovery-image] Aug 16 04:09:10.792 INFO O| Aug 16 04:09:10.792 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79232024-08-16T04:09:11.834Z[ recovery-image] Aug 16 04:09:10.802 INFO O| Aug 16 04:09:10.802 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79242024-08-16T04:09:11.837Z[ recovery-image] Aug 16 04:09:10.802 INFO O| Aug 16 04:09:10.802 INFO STEP 69 (remove_files) COMPLETE
79252024-08-16T04:09:11.837Z[ recovery-image] Aug 16 04:09:10.802 INFO O| Aug 16 04:09:10.802 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79262024-08-16T04:09:11.844Z[ recovery-image] Aug 16 04:09:10.812 INFO O| Aug 16 04:09:10.812 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79272024-08-16T04:09:11.847Z[ recovery-image] Aug 16 04:09:10.812 INFO O| Aug 16 04:09:10.812 INFO STEP 70 (remove_files) COMPLETE
79282024-08-16T04:09:11.847Z[ recovery-image] Aug 16 04:09:10.812 INFO O| Aug 16 04:09:10.812 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79292024-08-16T04:09:11.856Z[ recovery-image] Aug 16 04:09:10.824 INFO O| Aug 16 04:09:10.824 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79302024-08-16T04:09:11.859Z[ recovery-image] Aug 16 04:09:10.824 INFO O| Aug 16 04:09:10.824 INFO STEP 71 (remove_files) COMPLETE
79312024-08-16T04:09:11.859Z[ recovery-image] Aug 16 04:09:10.824 INFO O| Aug 16 04:09:10.824 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79322024-08-16T04:09:11.866Z[ recovery-image] Aug 16 04:09:10.834 INFO O| Aug 16 04:09:10.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79332024-08-16T04:09:11.866Z[ recovery-image] Aug 16 04:09:10.834 INFO O| Aug 16 04:09:10.834 INFO STEP 72 (remove_files) COMPLETE
79342024-08-16T04:09:11.866Z[ recovery-image] Aug 16 04:09:10.834 INFO O| Aug 16 04:09:10.834 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79352024-08-16T04:09:11.876Z[ recovery-image] Aug 16 04:09:10.843 INFO O| Aug 16 04:09:10.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79362024-08-16T04:09:11.876Z[ recovery-image] Aug 16 04:09:10.844 INFO O| Aug 16 04:09:10.843 INFO STEP 73 (remove_files) COMPLETE
79372024-08-16T04:09:11.878Z[ recovery-image] Aug 16 04:09:10.844 INFO O| Aug 16 04:09:10.844 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79382024-08-16T04:09:11.888Z[ recovery-image] Aug 16 04:09:10.856 INFO O| Aug 16 04:09:10.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79392024-08-16T04:09:11.890Z[ recovery-image] Aug 16 04:09:10.856 INFO O| Aug 16 04:09:10.856 INFO STEP 74 (remove_files) COMPLETE
79402024-08-16T04:09:11.890Z[ recovery-image] Aug 16 04:09:10.856 INFO O| Aug 16 04:09:10.856 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79412024-08-16T04:09:11.898Z[ recovery-image] Aug 16 04:09:10.866 INFO O| Aug 16 04:09:10.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79422024-08-16T04:09:11.898Z[ recovery-image] Aug 16 04:09:10.866 INFO O| Aug 16 04:09:10.866 INFO STEP 75 (remove_files) COMPLETE
79432024-08-16T04:09:11.898Z[ recovery-image] Aug 16 04:09:10.866 INFO O| Aug 16 04:09:10.866 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79442024-08-16T04:09:11.908Z[ recovery-image] Aug 16 04:09:10.876 INFO O| Aug 16 04:09:10.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79452024-08-16T04:09:11.908Z[ recovery-image] Aug 16 04:09:10.876 INFO O| Aug 16 04:09:10.876 INFO STEP 76 (remove_files) COMPLETE
79462024-08-16T04:09:11.911Z[ recovery-image] Aug 16 04:09:10.876 INFO O| Aug 16 04:09:10.876 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79472024-08-16T04:09:11.918Z[ recovery-image] Aug 16 04:09:10.886 INFO O| Aug 16 04:09:10.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79482024-08-16T04:09:11.918Z[ recovery-image] Aug 16 04:09:10.886 INFO O| Aug 16 04:09:10.886 INFO STEP 77 (remove_files) COMPLETE
79492024-08-16T04:09:11.930Z[ recovery-image] Aug 16 04:09:10.886 INFO O| Aug 16 04:09:10.886 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79502024-08-16T04:09:11.930Z[ recovery-image] Aug 16 04:09:10.895 INFO O| Aug 16 04:09:10.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79512024-08-16T04:09:11.930Z[ recovery-image] Aug 16 04:09:10.896 INFO O| Aug 16 04:09:10.896 INFO STEP 78 (remove_files) COMPLETE
79522024-08-16T04:09:11.930Z[ recovery-image] Aug 16 04:09:10.896 INFO O| Aug 16 04:09:10.896 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79532024-08-16T04:09:11.937Z[ recovery-image] Aug 16 04:09:10.905 INFO O| Aug 16 04:09:10.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79542024-08-16T04:09:11.940Z[ recovery-image] Aug 16 04:09:10.905 INFO O| Aug 16 04:09:10.905 INFO STEP 79 (remove_files) COMPLETE
79552024-08-16T04:09:11.940Z[ recovery-image] Aug 16 04:09:10.905 INFO O| Aug 16 04:09:10.905 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79562024-08-16T04:09:11.947Z[ recovery-image] Aug 16 04:09:10.915 INFO O| Aug 16 04:09:10.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79572024-08-16T04:09:11.950Z[ recovery-image] Aug 16 04:09:10.915 INFO O| Aug 16 04:09:10.915 INFO STEP 80 (remove_files) COMPLETE
79582024-08-16T04:09:11.950Z[ recovery-image] Aug 16 04:09:10.915 INFO O| Aug 16 04:09:10.915 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79592024-08-16T04:09:11.957Z[ recovery-image] Aug 16 04:09:10.925 INFO O| Aug 16 04:09:10.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79602024-08-16T04:09:11.957Z[ recovery-image] Aug 16 04:09:10.925 INFO O| Aug 16 04:09:10.925 INFO STEP 81 (remove_files) COMPLETE
79612024-08-16T04:09:11.957Z[ recovery-image] Aug 16 04:09:10.925 INFO O| Aug 16 04:09:10.925 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79622024-08-16T04:09:11.967Z[ recovery-image] Aug 16 04:09:10.935 INFO O| Aug 16 04:09:10.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79632024-08-16T04:09:11.967Z[ recovery-image] Aug 16 04:09:10.935 INFO O| Aug 16 04:09:10.935 INFO STEP 82 (remove_files) COMPLETE
79642024-08-16T04:09:11.969Z[ recovery-image] Aug 16 04:09:10.935 INFO O| Aug 16 04:09:10.935 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79652024-08-16T04:09:11.976Z[ recovery-image] Aug 16 04:09:10.944 INFO O| Aug 16 04:09:10.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79662024-08-16T04:09:11.976Z[ recovery-image] Aug 16 04:09:10.944 INFO O| Aug 16 04:09:10.944 INFO STEP 83 (remove_files) COMPLETE
79672024-08-16T04:09:11.979Z[ recovery-image] Aug 16 04:09:10.944 INFO O| Aug 16 04:09:10.944 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79682024-08-16T04:09:11.981Z[ host-image] Aug 16 04:09:10.948 INFO O| Aug 16 04:09:10.948 INFO O| Actions: Completed 1361 actions in 0.53 seconds.
79692024-08-16T04:09:11.987Z[ recovery-image] Aug 16 04:09:10.954 INFO O| Aug 16 04:09:10.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79702024-08-16T04:09:11.987Z[ recovery-image] Aug 16 04:09:10.955 INFO O| Aug 16 04:09:10.954 INFO STEP 84 (remove_files) COMPLETE
79712024-08-16T04:09:11.989Z[ recovery-image] Aug 16 04:09:10.955 INFO O| Aug 16 04:09:10.955 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79722024-08-16T04:09:11.998Z[ recovery-image] Aug 16 04:09:10.966 INFO O| Aug 16 04:09:10.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79732024-08-16T04:09:11.998Z[ recovery-image] Aug 16 04:09:10.966 INFO O| Aug 16 04:09:10.966 INFO STEP 85 (remove_files) COMPLETE
79742024-08-16T04:09:11.998Z[ recovery-image] Aug 16 04:09:10.966 INFO O| Aug 16 04:09:10.966 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79752024-08-16T04:09:12.008Z[ recovery-image] Aug 16 04:09:10.976 INFO O| Aug 16 04:09:10.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79762024-08-16T04:09:12.010Z[ recovery-image] Aug 16 04:09:10.976 INFO O| Aug 16 04:09:10.976 INFO STEP 86 (remove_files) COMPLETE
79772024-08-16T04:09:12.010Z[ recovery-image] Aug 16 04:09:10.976 INFO O| Aug 16 04:09:10.976 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79782024-08-16T04:09:12.018Z[ recovery-image] Aug 16 04:09:10.986 INFO O| Aug 16 04:09:10.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79792024-08-16T04:09:12.021Z[ recovery-image] Aug 16 04:09:10.986 INFO O| Aug 16 04:09:10.986 INFO STEP 87 (remove_files) COMPLETE
79802024-08-16T04:09:12.021Z[ recovery-image] Aug 16 04:09:10.986 INFO O| Aug 16 04:09:10.986 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79812024-08-16T04:09:12.029Z[ recovery-image] Aug 16 04:09:10.996 INFO O| Aug 16 04:09:10.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79822024-08-16T04:09:12.029Z[ recovery-image] Aug 16 04:09:10.996 INFO O| Aug 16 04:09:10.996 INFO STEP 88 (remove_files) COMPLETE
79832024-08-16T04:09:12.029Z[ recovery-image] Aug 16 04:09:10.996 INFO O| Aug 16 04:09:10.996 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79842024-08-16T04:09:12.040Z[ recovery-image] Aug 16 04:09:11.008 INFO O| Aug 16 04:09:11.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79852024-08-16T04:09:12.042Z[ recovery-image] Aug 16 04:09:11.008 INFO O| Aug 16 04:09:11.008 INFO STEP 89 (remove_files) COMPLETE
79862024-08-16T04:09:12.042Z[ recovery-image] Aug 16 04:09:11.008 INFO O| Aug 16 04:09:11.008 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79872024-08-16T04:09:12.050Z[ recovery-image] Aug 16 04:09:11.018 INFO O| Aug 16 04:09:11.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79882024-08-16T04:09:12.050Z[ recovery-image] Aug 16 04:09:11.018 INFO O| Aug 16 04:09:11.018 INFO STEP 90 (remove_files) COMPLETE
79892024-08-16T04:09:12.050Z[ recovery-image] Aug 16 04:09:11.018 INFO O| Aug 16 04:09:11.018 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79902024-08-16T04:09:12.060Z[ recovery-image] Aug 16 04:09:11.028 INFO O| Aug 16 04:09:11.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79912024-08-16T04:09:12.060Z[ recovery-image] Aug 16 04:09:11.028 INFO O| Aug 16 04:09:11.028 INFO STEP 91 (remove_files) COMPLETE
79922024-08-16T04:09:12.060Z[ recovery-image] Aug 16 04:09:11.028 INFO O| Aug 16 04:09:11.028 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79932024-08-16T04:09:12.071Z[ recovery-image] Aug 16 04:09:11.039 INFO O| Aug 16 04:09:11.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79942024-08-16T04:09:12.071Z[ recovery-image] Aug 16 04:09:11.039 INFO O| Aug 16 04:09:11.039 INFO STEP 92 (remove_files) COMPLETE
79952024-08-16T04:09:12.073Z[ recovery-image] Aug 16 04:09:11.039 INFO O| Aug 16 04:09:11.039 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79962024-08-16T04:09:12.081Z[ recovery-image] Aug 16 04:09:11.049 INFO O| Aug 16 04:09:11.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79972024-08-16T04:09:12.081Z[ recovery-image] Aug 16 04:09:11.049 INFO O| Aug 16 04:09:11.049 INFO STEP 93 (remove_files) COMPLETE
79982024-08-16T04:09:12.084Z[ recovery-image] Aug 16 04:09:11.049 INFO O| Aug 16 04:09:11.049 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79992024-08-16T04:09:12.093Z[ recovery-image] Aug 16 04:09:11.059 INFO O| Aug 16 04:09:11.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
80002024-08-16T04:09:12.093Z[ recovery-image] Aug 16 04:09:11.059 INFO O| Aug 16 04:09:11.059 INFO STEP 94 (remove_files) COMPLETE
80012024-08-16T04:09:12.093Z[ recovery-image] Aug 16 04:09:11.059 INFO O| Aug 16 04:09:11.059 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80022024-08-16T04:09:12.107Z[ recovery-image] Aug 16 04:09:11.075 INFO O| Aug 16 04:09:11.074 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
80032024-08-16T04:09:12.110Z[ recovery-image] Aug 16 04:09:11.075 INFO O| Aug 16 04:09:11.075 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
80042024-08-16T04:09:12.261Z[ host-image] Aug 16 04:09:11.225 INFO O| Aug 16 04:09:11.223 INFO O| Done
80052024-08-16T04:09:12.261Z[ host-image] Aug 16 04:09:11.225 INFO O| Aug 16 04:09:11.223 INFO O| Done
80062024-08-16T04:09:12.661Z[ host-image] Aug 16 04:09:11.629 INFO O| Aug 16 04:09:11.629 INFO O| Done
80072024-08-16T04:09:13.781Z[ host-image] Aug 16 04:09:12.749 INFO O| Aug 16 04:09:12.748 INFO O| Done
80082024-08-16T04:09:13.805Z[ host-image] Aug 16 04:09:12.773 INFO O| Aug 16 04:09:12.772 INFO O| Done
80092024-08-16T04:09:13.808Z[ host-image] Aug 16 04:09:12.773 INFO O| Aug 16 04:09:12.773 INFO O| Done
80102024-08-16T04:09:13.848Z[ host-image] Aug 16 04:09:12.815 INFO O| Aug 16 04:09:12.815 INFO O| Done
80112024-08-16T04:09:14.210Z[ host-image] Aug 16 04:09:12.909 INFO O| Aug 16 04:09:12.909 INFO STEP 13 (pkg_install) COMPLETE
80122024-08-16T04:09:14.210Z[ host-image] Aug 16 04:09:12.909 INFO O| Aug 16 04:09:12.909 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80132024-08-16T04:09:14.297Z[ host-image] Aug 16 04:09:12.920 INFO O| Aug 16 04:09:12.920 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
80142024-08-16T04:09:14.400Z[ host-image] Aug 16 04:09:13.367 INFO O| Aug 16 04:09:13.367 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80152024-08-16T04:09:15.793Z[ host-image] Aug 16 04:09:14.760 INFO O| Aug 16 04:09:14.760 INFO O| Planning: Solver setup ... Done
80162024-08-16T04:09:15.796Z[ host-image] Aug 16 04:09:14.764 INFO O| Aug 16 04:09:14.764 INFO O| Planning: Running solver ... Done
80172024-08-16T04:09:15.833Z[ host-image] Aug 16 04:09:14.800 INFO O| Aug 16 04:09:14.800 INFO O| Planning: Finding local manifests ... Done
80182024-08-16T04:09:15.836Z[ host-image] Aug 16 04:09:14.801 INFO O| Aug 16 04:09:14.801 INFO O| Planning: Fetching manifests: 0/1 0% complete
80192024-08-16T04:09:15.895Z[ host-image] Aug 16 04:09:14.863 INFO O| Aug 16 04:09:14.863 INFO O| Planning: Fetching manifests: 1/1 100% complete
80202024-08-16T04:09:15.914Z[ host-image] Aug 16 04:09:14.882 INFO O| Aug 16 04:09:14.882 INFO O| Planning: Package planning ... Done
80212024-08-16T04:09:15.917Z[ host-image] Aug 16 04:09:14.883 INFO O| Aug 16 04:09:14.882 INFO O| Planning: Merging actions ... Done
80222024-08-16T04:09:15.974Z[ host-image] Aug 16 04:09:14.942 INFO O| Aug 16 04:09:14.942 INFO O| Planning: Checking for conflicting actions ... Done
80232024-08-16T04:09:15.978Z[ host-image] Aug 16 04:09:14.943 INFO O| Aug 16 04:09:14.942 INFO O| Planning: Consolidating action changes ... Done
80242024-08-16T04:09:16.145Z[ host-image] Aug 16 04:09:15.113 INFO O| Aug 16 04:09:15.113 INFO O| Planning: Evaluating mediators ... Done
80252024-08-16T04:09:16.148Z[ host-image] Aug 16 04:09:15.113 INFO O| Aug 16 04:09:15.113 INFO O| Planning: Planning completed in 1.75 seconds
80262024-08-16T04:09:16.148Z[ host-image] Aug 16 04:09:15.115 INFO O| Aug 16 04:09:15.115 INFO O| Packages to install: 1
80272024-08-16T04:09:16.157Z[ host-image] Aug 16 04:09:15.125 INFO O| Aug 16 04:09:15.125 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
80282024-08-16T04:09:17.338Z[ host-image] Aug 16 04:09:16.305 INFO O| Aug 16 04:09:16.305 INFO O| Download: Completed 20.86 MB in 1.18 seconds (17.7M/s)
80292024-08-16T04:09:17.364Z[ host-image] Aug 16 04:09:16.332 INFO O| Aug 16 04:09:16.332 INFO O| Actions: 1/22 actions (Installing new actions)
80302024-08-16T04:09:17.855Z[ host-image] Aug 16 04:09:16.823 INFO O| Aug 16 04:09:16.823 INFO O| Actions: Completed 22 actions in 0.49 seconds.
80312024-08-16T04:09:18.087Z[ host-image] Aug 16 04:09:17.054 INFO O| Aug 16 04:09:17.054 INFO O| Done
80322024-08-16T04:09:18.087Z[ host-image] Aug 16 04:09:17.054 INFO O| Aug 16 04:09:17.054 INFO O| Done
80332024-08-16T04:09:18.423Z[ host-image] Aug 16 04:09:17.391 INFO O| Aug 16 04:09:17.391 INFO O| Done
80342024-08-16T04:09:19.519Z[ host-image] Aug 16 04:09:18.487 INFO O| Aug 16 04:09:18.487 INFO O| Done
80352024-08-16T04:09:19.541Z[ host-image] Aug 16 04:09:18.509 INFO O| Aug 16 04:09:18.509 INFO O| Done
80362024-08-16T04:09:19.542Z[ host-image] Aug 16 04:09:18.509 INFO O| Aug 16 04:09:18.509 INFO O| Done
80372024-08-16T04:09:19.551Z[ host-image] Aug 16 04:09:18.519 INFO O| Aug 16 04:09:18.519 INFO O| Done
80382024-08-16T04:09:19.645Z[ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO STEP 14 (pkg_install) COMPLETE
80392024-08-16T04:09:19.645Z[ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80402024-08-16T04:09:19.652Z[ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO skip step because feature "mfg" is not enabled
80412024-08-16T04:09:19.652Z[ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80422024-08-16T04:09:19.652Z[ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO skip step because feature "compliance" is not enabled
80432024-08-16T04:09:19.652Z[ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80442024-08-16T04:09:19.652Z[ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO skip step because feature "stress" is not enabled
80452024-08-16T04:09:19.652Z[ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80462024-08-16T04:09:19.652Z[ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO skip step because feature "nfs" is not enabled
80472024-08-16T04:09:19.652Z[ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80482024-08-16T04:09:19.652Z[ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80492024-08-16T04:09:19.724Z[ host-image] Aug 16 04:09:18.692 INFO O| Aug 16 04:09:18.691 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
80502024-08-16T04:09:19.796Z[ host-image] Aug 16 04:09:18.764 INFO O| Aug 16 04:09:18.764 INFO completed processing gimlet/ramdisk-01-os
80512024-08-16T04:09:19.799Z[ host-image] Aug 16 04:09:18.766 INFO omicron1 baseline generation...
80522024-08-16T04:09:19.800Z[ host-image] Aug 16 04:09:18.766 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
80532024-08-16T04:09:20.114Z[ recovery-image] Aug 16 04:09:19.080 INFO O| Aug 16 04:09:19.080 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67
80542024-08-16T04:09:20.114Z[ recovery-image] Aug 16 04:09:19.080 INFO O| Aug 16 04:09:19.080 INFO E| svccfg: Loaded 67 smf(7) service descriptions
80552024-08-16T04:09:20.125Z[ recovery-image] Aug 16 04:09:19.093 INFO O| Aug 16 04:09:19.093 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
80562024-08-16T04:09:20.182Z[ host-image] Aug 16 04:09:19.150 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22816:20240814T214503Z
80572024-08-16T04:09:20.201Z[ recovery-image] Aug 16 04:09:19.169 INFO O| Aug 16 04:09:19.169 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
80582024-08-16T04:09:20.201Z[ recovery-image] Aug 16 04:09:19.169 INFO O| Aug 16 04:09:19.169 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ...
80592024-08-16T04:09:20.204Z[ recovery-image] Aug 16 04:09:19.171 INFO O| Aug 16 04:09:19.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
80602024-08-16T04:09:20.204Z[ recovery-image] Aug 16 04:09:19.171 INFO O| Aug 16 04:09:19.171 INFO ok!
80612024-08-16T04:09:20.204Z[ recovery-image] Aug 16 04:09:19.171 INFO O| Aug 16 04:09:19.171 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
80622024-08-16T04:09:20.204Z[ recovery-image] Aug 16 04:09:19.171 INFO O| Aug 16 04:09:19.171 INFO STEP 95 (seed_smf) COMPLETE
80632024-08-16T04:09:20.204Z[ recovery-image] Aug 16 04:09:19.171 INFO O| Aug 16 04:09:19.171 INFO steps complete; finalising image!
80642024-08-16T04:09:20.204Z[ recovery-image] Aug 16 04:09:19.171 INFO O| Aug 16 04:09:19.171 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
80652024-08-16T04:09:20.235Z[ recovery-image] Aug 16 04:09:19.203 INFO O| Aug 16 04:09:19.203 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Fri Aug 16 04:09:19 2024)
80662024-08-16T04:09:20.445Z[ recovery-image] Aug 16 04:09:19.413 INFO O| Aug 16 04:09:19.412 INFO trim TEMPORARY-gimlet-zfs-recovery: (57% trimmed, started at Fri Aug 16 04:09:19 2024)
80672024-08-16T04:09:20.667Z[ recovery-image] Aug 16 04:09:19.635 INFO O| Aug 16 04:09:19.635 INFO temporary pool has 402M used, 1.36G avail, 1.00x compressratio
80682024-08-16T04:09:20.667Z[ recovery-image] Aug 16 04:09:19.635 INFO O| Aug 16 04:09:19.635 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80692024-08-16T04:09:20.878Z[ recovery-image] Aug 16 04:09:19.846 INFO O| Aug 16 04:09:19.846 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80702024-08-16T04:09:20.878Z[ recovery-image] Aug 16 04:09:19.846 INFO O| Aug 16 04:09:19.846 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80712024-08-16T04:09:23.909Z[ recovery-image] Aug 16 04:09:22.878 INFO O| Aug 16 04:09:22.878 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80722024-08-16T04:09:23.909Z[ recovery-image] Aug 16 04:09:22.878 INFO O| Aug 16 04:09:22.878 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80732024-08-16T04:09:23.913Z[ recovery-image] Aug 16 04:09:22.878 INFO O| Aug 16 04:09:22.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80742024-08-16T04:09:23.913Z[ recovery-image] Aug 16 04:09:22.878 INFO O| Aug 16 04:09:22.878 INFO completed processing gimlet/zfs-recovery
80752024-08-16T04:09:23.913Z[ recovery-image] Aug 16 04:09:22.878 INFO O| Aug 16 04:09:22.878 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80762024-08-16T04:09:24.165Z[ recovery-image] Aug 16 04:09:23.134 INFO O| Aug 16 04:09:23.134 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80772024-08-16T04:09:24.249Z[ recovery-image] Aug 16 04:09:23.217 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n"
80782024-08-16T04:09:24.249Z[ recovery-image] Aug 16 04:09:23.217 INFO expanded image name: "recovery f6a6b39/${os_short_commit} 2024-08-16 03:43" -> "recovery f6a6b39/f449ff4 2024-08-16 03:43"
80792024-08-16T04:09:24.252Z[ recovery-image] Aug 16 04:09:23.218 INFO output artefacts stored in: "/work/os-recovery"
80802024-08-16T04:09:24.252Z[ recovery-image] Aug 16 04:09:23.218 INFO collecting git info from project "pilot"...
80812024-08-16T04:09:24.261Z[ recovery-image] Aug 16 04:09:23.230 INFO collecting git info from project "chelsio-t6-roms"...
80822024-08-16T04:09:24.282Z[ recovery-image] Aug 16 04:09:23.250 INFO collecting git info from project "phbl"...
80832024-08-16T04:09:24.289Z[ recovery-image] Aug 16 04:09:23.257 INFO collecting git info from project "bootserver"...
80842024-08-16T04:09:24.294Z[ recovery-image] Aug 16 04:09:23.262 INFO collecting git info from project "pinprick"...
80852024-08-16T04:09:24.299Z[ recovery-image] Aug 16 04:09:23.267 INFO collecting git info from project "amd-firmware"...
80862024-08-16T04:09:24.526Z[ recovery-image] Aug 16 04:09:23.494 INFO collecting git info from project "image-builder"...
80872024-08-16T04:09:24.533Z[ recovery-image] Aug 16 04:09:23.501 INFO collecting git info from project "amd-host-image-builder"...
80882024-08-16T04:09:24.770Z[ recovery-image] Aug 16 04:09:23.739 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80892024-08-16T04:09:25.126Z[ recovery-image] Aug 16 04:09:24.095 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80902024-08-16T04:09:25.474Z[ recovery-image] Aug 16 04:09:24.443 INFO creating Oxide boot image...
80912024-08-16T04:09:25.474Z[ recovery-image] Aug 16 04:09:24.443 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery f6a6b39/f449ff4 2024-08-16 03:43", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80922024-08-16T04:10:07.226Z[ host-image] Aug 16 04:10:06.199 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22816:20240814T214537Z
80932024-08-16T04:10:07.226Z[ host-image] Aug 16 04:10:06.199 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22816:20240814T214537Z
80942024-08-16T04:10:07.229Z[ host-image] Aug 16 04:10:06.199 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80952024-08-16T04:10:07.229Z[ host-image] Aug 16 04:10:06.199 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80962024-08-16T04:10:07.229Z[ host-image] Aug 16 04:10:06.199 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80972024-08-16T04:10:07.229Z[ host-image] Aug 16 04:10:06.199 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80982024-08-16T04:10:07.229Z[ host-image] Aug 16 04:10:06.200 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80992024-08-16T04:10:07.229Z[ host-image] Aug 16 04:10:06.200 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81002024-08-16T04:10:07.229Z[ host-image] Aug 16 04:10:06.200 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81012024-08-16T04:10:07.229Z[ host-image] Aug 16 04:10:06.201 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81022024-08-16T04:10:07.229Z[ host-image] Aug 16 04:10:06.201 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22816:20240814T214538Z
81032024-08-16T04:10:07.231Z[ host-image] Aug 16 04:10:06.202 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22816:20240814T214538Z
81042024-08-16T04:10:07.232Z[ host-image] Aug 16 04:10:06.203 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22816:20240814T214539Z
81052024-08-16T04:10:07.232Z[ host-image] Aug 16 04:10:06.204 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22816:20240814T214539Z
81062024-08-16T04:10:07.232Z[ host-image] Aug 16 04:10:06.204 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81072024-08-16T04:10:07.234Z[ host-image] Aug 16 04:10:06.205 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22816:20240814T214539Z
81082024-08-16T04:10:07.234Z[ host-image] Aug 16 04:10:06.205 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22816:20240814T214539Z
81092024-08-16T04:10:07.234Z[ host-image] Aug 16 04:10:06.205 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22816:20240814T214539Z
81102024-08-16T04:10:07.234Z[ host-image] Aug 16 04:10:06.205 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22816:20240814T214539Z
81112024-08-16T04:10:07.234Z[ host-image] Aug 16 04:10:06.206 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22816:20240814T214540Z
81122024-08-16T04:10:07.234Z[ host-image] Aug 16 04:10:06.206 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22816:20240814T214540Z
81132024-08-16T04:10:07.234Z[ host-image] Aug 16 04:10:06.206 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22816:20240814T214540Z
81142024-08-16T04:10:07.235Z[ host-image] Aug 16 04:10:06.206 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22816:20240814T214541Z
81152024-08-16T04:10:07.235Z[ host-image] Aug 16 04:10:06.206 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22816:20240814T214542Z
81162024-08-16T04:10:07.235Z[ host-image] Aug 16 04:10:06.206 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22816:20240814T214543Z
81172024-08-16T04:10:07.235Z[ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22816:20240814T214543Z
81182024-08-16T04:10:07.235Z[ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22816:20240814T214544Z
81192024-08-16T04:10:07.235Z[ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22816:20240814T214545Z
81202024-08-16T04:10:07.235Z[ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
81212024-08-16T04:10:07.235Z[ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22816:20240814T214546Z
81222024-08-16T04:10:07.235Z[ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22816:20240814T214549Z
81232024-08-16T04:10:07.238Z[ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22816:20240814T214550Z
81242024-08-16T04:10:07.238Z[ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22816:20240814T214550Z
81252024-08-16T04:10:07.238Z[ host-image] Aug 16 04:10:06.208 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22816:20240814T214552Z
81262024-08-16T04:10:07.238Z[ host-image] Aug 16 04:10:06.208 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22816:20240814T214552Z
81272024-08-16T04:10:07.245Z[ host-image] Aug 16 04:10:06.218 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
81282024-08-16T04:10:07.247Z[ host-image] Aug 16 04:10:06.218 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22816:20240814T214552Z
81292024-08-16T04:10:07.247Z[ host-image] Aug 16 04:10:06.218 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
81302024-08-16T04:10:07.247Z[ host-image] Aug 16 04:10:06.218 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
81312024-08-16T04:10:07.247Z[ host-image] Aug 16 04:10:06.219 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
81322024-08-16T04:10:07.247Z[ host-image] Aug 16 04:10:06.219 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22816:20240814T214552Z
81332024-08-16T04:10:07.247Z[ host-image] Aug 16 04:10:06.219 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
81342024-08-16T04:10:07.247Z[ host-image] Aug 16 04:10:06.220 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
81352024-08-16T04:10:07.250Z[ host-image] Aug 16 04:10:06.221 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
81362024-08-16T04:10:07.250Z[ host-image] Aug 16 04:10:06.221 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
81372024-08-16T04:10:07.260Z[ host-image] Aug 16 04:10:06.233 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
81382024-08-16T04:10:07.261Z[ host-image] Aug 16 04:10:06.233 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
81392024-08-16T04:10:07.263Z[ host-image] Aug 16 04:10:06.233 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
81402024-08-16T04:10:07.263Z[ host-image] Aug 16 04:10:06.234 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
81412024-08-16T04:10:07.263Z[ host-image] Aug 16 04:10:06.235 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
81422024-08-16T04:10:07.263Z[ host-image] Aug 16 04:10:06.235 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
81432024-08-16T04:10:07.298Z[ host-image] Aug 16 04:10:06.271 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
81442024-08-16T04:10:07.301Z[ host-image] Aug 16 04:10:06.271 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
81452024-08-16T04:10:07.301Z[ host-image] Aug 16 04:10:06.271 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
81462024-08-16T04:10:07.301Z[ host-image] Aug 16 04:10:06.272 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22816:20240814T214554Z
81472024-08-16T04:10:07.301Z[ host-image] Aug 16 04:10:06.272 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22816:20240814T214600Z
81482024-08-16T04:10:07.301Z[ host-image] Aug 16 04:10:06.273 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
81492024-08-16T04:10:07.301Z[ host-image] Aug 16 04:10:06.273 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22816:20240814T214601Z
81502024-08-16T04:10:07.301Z[ host-image] Aug 16 04:10:06.273 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
81512024-08-16T04:10:07.301Z[ host-image] Aug 16 04:10:06.273 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
81522024-08-16T04:10:07.301Z[ host-image] Aug 16 04:10:06.273 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
81532024-08-16T04:10:07.301Z[ host-image] Aug 16 04:10:06.273 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22816:20240814T214601Z
81542024-08-16T04:10:07.301Z[ host-image] Aug 16 04:10:06.273 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
81552024-08-16T04:10:07.305Z[ host-image] Aug 16 04:10:06.278 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
81562024-08-16T04:10:07.307Z[ host-image] Aug 16 04:10:06.278 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
81572024-08-16T04:10:07.307Z[ host-image] Aug 16 04:10:06.278 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
81582024-08-16T04:10:07.308Z[ host-image] Aug 16 04:10:06.279 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22816:20240814T214601Z
81592024-08-16T04:10:07.308Z[ host-image] Aug 16 04:10:06.279 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
81602024-08-16T04:10:07.321Z[ host-image] Aug 16 04:10:06.293 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
81612024-08-16T04:10:07.323Z[ host-image] Aug 16 04:10:06.294 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22816:20240814T214602Z
81622024-08-16T04:10:07.323Z[ host-image] Aug 16 04:10:06.296 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22816:20240814T214602Z
81632024-08-16T04:10:07.326Z[ host-image] Aug 16 04:10:06.296 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22816:20240814T214602Z
81642024-08-16T04:10:07.326Z[ host-image] Aug 16 04:10:06.296 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
81652024-08-16T04:10:07.326Z[ host-image] Aug 16 04:10:06.297 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22816:20240814T214603Z
81662024-08-16T04:10:07.326Z[ host-image] Aug 16 04:10:06.297 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22816:20240814T214604Z
81672024-08-16T04:10:07.326Z[ host-image] Aug 16 04:10:06.297 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22816:20240814T214604Z
81682024-08-16T04:10:07.326Z[ host-image] Aug 16 04:10:06.298 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22816:20240814T214604Z
81692024-08-16T04:10:07.329Z[ host-image] Aug 16 04:10:06.302 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81702024-08-16T04:10:07.331Z[ host-image] Aug 16 04:10:06.302 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22816:20240814T214604Z
81712024-08-16T04:10:07.331Z[ host-image] Aug 16 04:10:06.303 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22816:20240814T214606Z
81722024-08-16T04:10:07.331Z[ host-image] Aug 16 04:10:06.303 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81732024-08-16T04:10:07.331Z[ host-image] Aug 16 04:10:06.303 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22816:20240814T214606Z
81742024-08-16T04:10:07.331Z[ host-image] Aug 16 04:10:06.303 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22816:20240814T214606Z
81752024-08-16T04:10:07.331Z[ host-image] Aug 16 04:10:06.303 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22816:20240814T214606Z
81762024-08-16T04:10:07.331Z[ host-image] Aug 16 04:10:06.304 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22816:20240814T214606Z
81772024-08-16T04:10:07.340Z[ host-image] Aug 16 04:10:06.312 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22816:20240814T214606Z
81782024-08-16T04:10:07.340Z[ host-image] Aug 16 04:10:06.312 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81792024-08-16T04:10:07.342Z[ host-image] Aug 16 04:10:06.314 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22816:20240814T214606Z
81802024-08-16T04:10:07.345Z[ host-image] Aug 16 04:10:06.316 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22816:20240814T214606Z
81812024-08-16T04:10:07.345Z[ host-image] Aug 16 04:10:06.316 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22816:20240814T214607Z
81822024-08-16T04:10:07.345Z[ host-image] Aug 16 04:10:06.316 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22816:20240814T214607Z
81832024-08-16T04:10:07.345Z[ host-image] Aug 16 04:10:06.317 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22816:20240814T214607Z
81842024-08-16T04:10:07.345Z[ host-image] Aug 16 04:10:06.317 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22816:20240814T214607Z
81852024-08-16T04:10:07.354Z[ host-image] Aug 16 04:10:06.327 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22816:20240814T214609Z
81862024-08-16T04:10:07.357Z[ host-image] Aug 16 04:10:06.327 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22816:20240814T214608Z
81872024-08-16T04:10:07.357Z[ host-image] Aug 16 04:10:06.328 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22816:20240814T214608Z
81882024-08-16T04:10:07.357Z[ host-image] Aug 16 04:10:06.329 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22816:20240814T214608Z
81892024-08-16T04:10:07.357Z[ host-image] Aug 16 04:10:06.329 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22816:20240814T214609Z
81902024-08-16T04:10:07.378Z[ host-image] Aug 16 04:10:06.351 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22816:20240814T214612Z
81912024-08-16T04:10:07.380Z[ host-image] Aug 16 04:10:06.351 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22816:20240814T214609Z
81922024-08-16T04:10:07.380Z[ host-image] Aug 16 04:10:06.351 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22816:20240814T214609Z
81932024-08-16T04:10:07.380Z[ host-image] Aug 16 04:10:06.351 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81942024-08-16T04:10:07.380Z[ host-image] Aug 16 04:10:06.351 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81952024-08-16T04:10:07.408Z[ host-image] Aug 16 04:10:06.381 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22816:20240814T214609Z
81962024-08-16T04:10:07.410Z[ host-image] Aug 16 04:10:06.381 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81972024-08-16T04:10:07.410Z[ host-image] Aug 16 04:10:06.381 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22816:20240814T214610Z
81982024-08-16T04:10:07.410Z[ host-image] Aug 16 04:10:06.381 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22816:20240814T214610Z
81992024-08-16T04:10:07.410Z[ host-image] Aug 16 04:10:06.382 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22816:20240814T214610Z
82002024-08-16T04:10:07.410Z[ host-image] Aug 16 04:10:06.383 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82012024-08-16T04:10:07.413Z[ host-image] Aug 16 04:10:06.383 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82022024-08-16T04:10:07.413Z[ host-image] Aug 16 04:10:06.384 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22816:20240814T214611Z
82032024-08-16T04:10:07.413Z[ host-image] Aug 16 04:10:06.384 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22816:20240814T214611Z
82042024-08-16T04:10:07.413Z[ host-image] Aug 16 04:10:06.384 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22816:20240814T214611Z
82052024-08-16T04:10:07.413Z[ host-image] Aug 16 04:10:06.384 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22816:20240814T214611Z
82062024-08-16T04:10:07.413Z[ host-image] Aug 16 04:10:06.384 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22816:20240814T214612Z
82072024-08-16T04:10:07.414Z[ host-image] Aug 16 04:10:06.385 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22816:20240814T214612Z
82082024-08-16T04:10:07.416Z[ host-image] Aug 16 04:10:06.388 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82092024-08-16T04:10:07.416Z[ host-image] Aug 16 04:10:06.388 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22816:20240814T214613Z
82102024-08-16T04:10:07.419Z[ host-image] Aug 16 04:10:06.389 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22816:20240814T214613Z
82112024-08-16T04:10:07.419Z[ host-image] Aug 16 04:10:06.389 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22816:20240814T214613Z
82122024-08-16T04:10:07.419Z[ host-image] Aug 16 04:10:06.390 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22816:20240814T214614Z
82132024-08-16T04:10:07.419Z[ host-image] Aug 16 04:10:06.390 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22816:20240814T214613Z
82142024-08-16T04:10:07.419Z[ host-image] Aug 16 04:10:06.390 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22816:20240814T214614Z
82152024-08-16T04:10:07.419Z[ host-image] Aug 16 04:10:06.390 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82162024-08-16T04:10:07.419Z[ host-image] Aug 16 04:10:06.390 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82172024-08-16T04:10:07.419Z[ host-image] Aug 16 04:10:06.391 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22816:20240814T214616Z
82182024-08-16T04:10:07.419Z[ host-image] Aug 16 04:10:06.391 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22816:20240814T214616Z
82192024-08-16T04:10:07.419Z[ host-image] Aug 16 04:10:06.391 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82202024-08-16T04:10:07.419Z[ host-image] Aug 16 04:10:06.391 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
82212024-08-16T04:10:07.419Z[ host-image] Aug 16 04:10:06.391 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
82222024-08-16T04:10:07.419Z[ host-image] Aug 16 04:10:06.391 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
82232024-08-16T04:10:07.421Z[ host-image] Aug 16 04:10:06.391 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
82242024-08-16T04:10:07.421Z[ host-image] Aug 16 04:10:06.392 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
82252024-08-16T04:10:07.421Z[ host-image] Aug 16 04:10:06.394 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
82262024-08-16T04:10:07.421Z[ host-image] Aug 16 04:10:06.394 INFO O| tempdir @ "/tmp/.tmpBzRw8w/tmp"
82272024-08-16T04:10:07.421Z[ host-image] Aug 16 04:10:06.394 INFO O| image root @ "/tmp/.tmpBzRw8w/tmp/root"
82282024-08-16T04:10:07.421Z[ host-image] Aug 16 04:10:06.394 INFO O| creating image...
82292024-08-16T04:10:07.900Z[ host-image] Aug 16 04:10:06.872 INFO O| copying publishers...
82302024-08-16T04:10:14.043Z[ host-image] Aug 16 04:10:13.016 INFO O| adding properties...
82312024-08-16T04:10:15.042Z[ host-image] Aug 16 04:10:14.015 INFO O| installing packages...
82322024-08-16T04:10:21.149Z[ recovery-image] Aug 16 04:10:20.122 INFO O| ok, image written!
82332024-08-16T04:10:21.149Z[ recovery-image] Aug 16 04:10:20.122 INFO O| ok, boot_image_csum file written!
82342024-08-16T04:10:21.151Z[ recovery-image] Aug 16 04:10:20.125 INFO creating boot archive (CPIO)...
82352024-08-16T04:10:21.152Z[ recovery-image] Aug 16 04:10:20.125 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/gimlet/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
82362024-08-16T04:10:21.160Z[ recovery-image] Aug 16 04:10:20.134 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
82372024-08-16T04:10:21.160Z[ recovery-image] Aug 16 04:10:20.134 INFO E| + outfile=/work/os-recovery/cpio
82382024-08-16T04:10:21.163Z[ recovery-image] Aug 16 04:10:20.134 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
82392024-08-16T04:10:21.163Z[ recovery-image] Aug 16 04:10:20.136 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
82402024-08-16T04:10:21.163Z[ recovery-image] Aug 16 04:10:20.136 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
82412024-08-16T04:10:21.193Z[ recovery-image] Aug 16 04:10:20.167 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
82422024-08-16T04:10:21.196Z[ recovery-image] Aug 16 04:10:20.167 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
82432024-08-16T04:10:21.201Z[ recovery-image] Aug 16 04:10:20.175 INFO creating compressed cpio/unix for nanobl-rs...
82442024-08-16T04:10:21.205Z[ recovery-image] Aug 16 04:10:20.175 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None
82452024-08-16T04:10:21.484Z[ recovery-image] Aug 16 04:10:20.457 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
82462024-08-16T04:10:25.906Z[ recovery-image] Aug 16 04:10:24.881 INFO creating reset image...
82472024-08-16T04:10:25.910Z[ recovery-image] Aug 16 04:10:24.881 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
82482024-08-16T04:10:26.124Z[ recovery-image] Aug 16 04:10:25.098 INFO E| Updating crates.io index
82492024-08-16T04:10:26.226Z[ recovery-image] Aug 16 04:10:25.200 INFO E| Downloading crates ...
82502024-08-16T04:10:26.294Z[ recovery-image] Aug 16 04:10:25.268 INFO E| Downloaded anstyle-parse v0.2.3
82512024-08-16T04:10:26.301Z[ recovery-image] Aug 16 04:10:25.275 INFO E| Downloaded anstyle-query v1.0.2
82522024-08-16T04:10:26.305Z[ recovery-image] Aug 16 04:10:25.279 INFO E| Downloaded os_pipe v1.1.5
82532024-08-16T04:10:26.323Z[ recovery-image] Aug 16 04:10:25.298 INFO E| Downloaded clap v4.5.3
82542024-08-16T04:10:26.332Z[ recovery-image] Aug 16 04:10:25.306 INFO E| Downloaded shared_child v1.0.0
82552024-08-16T04:10:26.334Z[ recovery-image] Aug 16 04:10:25.307 INFO E| Downloaded anstyle v1.0.6
82562024-08-16T04:10:26.337Z[ recovery-image] Aug 16 04:10:25.309 INFO E| Downloaded clap_derive v4.5.3
82572024-08-16T04:10:26.340Z[ recovery-image] Aug 16 04:10:25.313 INFO E| Downloaded duct v0.13.7
82582024-08-16T04:10:26.342Z[ recovery-image] Aug 16 04:10:25.315 INFO E| Downloaded proc-macro2 v1.0.79
82592024-08-16T04:10:26.342Z[ recovery-image] Aug 16 04:10:25.317 INFO E| Downloaded anstream v0.6.13
82602024-08-16T04:10:26.354Z[ recovery-image] Aug 16 04:10:25.329 INFO E| Downloaded syn v2.0.53
82612024-08-16T04:10:26.406Z[ recovery-image] Aug 16 04:10:25.381 INFO E| Downloaded libc v0.2.153
82622024-08-16T04:10:26.481Z[ recovery-image] Aug 16 04:10:25.455 INFO E| Compiling proc-macro2 v1.0.79
82632024-08-16T04:10:26.481Z[ recovery-image] Aug 16 04:10:25.455 INFO E| Compiling unicode-ident v1.0.12
82642024-08-16T04:10:26.483Z[ recovery-image] Aug 16 04:10:25.455 INFO E| Compiling libc v0.2.153
82652024-08-16T04:10:26.484Z[ recovery-image] Aug 16 04:10:25.455 INFO E| Compiling utf8parse v0.2.1
82662024-08-16T04:10:26.484Z[ recovery-image] Aug 16 04:10:25.455 INFO E| Compiling anstyle-query v1.0.2
82672024-08-16T04:10:26.484Z[ recovery-image] Aug 16 04:10:25.455 INFO E| Compiling colorchoice v1.0.0
82682024-08-16T04:10:26.484Z[ recovery-image] Aug 16 04:10:25.455 INFO E| Compiling anstyle v1.0.6
82692024-08-16T04:10:26.487Z[ recovery-image] Aug 16 04:10:25.458 INFO E| Compiling clap_lex v0.7.0
82702024-08-16T04:10:26.672Z[ recovery-image] Aug 16 04:10:25.645 INFO E| Compiling anstyle-parse v0.2.3
82712024-08-16T04:10:26.704Z[ recovery-image] Aug 16 04:10:25.678 INFO E| Compiling heck v0.5.0
82722024-08-16T04:10:26.716Z[ recovery-image] Aug 16 04:10:25.690 INFO E| Compiling strsim v0.11.0
82732024-08-16T04:10:26.767Z[ recovery-image] Aug 16 04:10:25.741 INFO E| Compiling once_cell v1.19.0
82742024-08-16T04:10:27.018Z[ recovery-image] Aug 16 04:10:25.992 INFO E| Compiling anstream v0.6.13
82752024-08-16T04:10:27.445Z[ recovery-image] Aug 16 04:10:26.420 INFO E| Compiling clap_builder v4.5.2
82762024-08-16T04:10:27.957Z[ recovery-image] Aug 16 04:10:26.931 INFO E| Compiling os_pipe v1.1.5
82772024-08-16T04:10:27.957Z[ recovery-image] Aug 16 04:10:26.931 INFO E| Compiling shared_child v1.0.0
82782024-08-16T04:10:27.980Z[ recovery-image] Aug 16 04:10:26.955 INFO E| Compiling quote v1.0.35
82792024-08-16T04:10:28.108Z[ recovery-image] Aug 16 04:10:27.082 INFO E| Compiling duct v0.13.7
82802024-08-16T04:10:28.335Z[ recovery-image] Aug 16 04:10:27.309 INFO E| Compiling syn v2.0.53
82812024-08-16T04:10:30.631Z[ host-image] Aug 16 04:10:29.605 INFO O| seeding SMF database...
82822024-08-16T04:10:33.371Z[ recovery-image] Aug 16 04:10:32.346 INFO E| Compiling clap_derive v4.5.3
82832024-08-16T04:10:35.437Z[ recovery-image] Aug 16 04:10:34.412 INFO E| Compiling clap v4.5.3
82842024-08-16T04:10:35.489Z[ recovery-image] Aug 16 04:10:34.464 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82852024-08-16T04:10:36.612Z[ recovery-image] Aug 16 04:10:35.587 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.65s
82862024-08-16T04:10:36.621Z[ recovery-image] Aug 16 04:10:35.596 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82872024-08-16T04:10:36.739Z[ recovery-image] Aug 16 04:10:35.714 INFO E| Updating crates.io index
82882024-08-16T04:10:36.799Z[ recovery-image] Aug 16 04:10:35.773 INFO E| Downloading crates ...
82892024-08-16T04:10:36.867Z[ recovery-image] Aug 16 04:10:35.842 INFO E| Downloaded raw-cpuid v10.7.0
82902024-08-16T04:10:36.871Z[ recovery-image] Aug 16 04:10:35.847 INFO E| Downloaded seq-macro v0.3.5
82912024-08-16T04:10:36.874Z[ recovery-image] Aug 16 04:10:35.848 INFO E| Downloaded cpio_reader v0.1.1
82922024-08-16T04:10:36.876Z[ recovery-image] Aug 16 04:10:35.850 INFO E| Downloaded bit_field v0.10.2
82932024-08-16T04:10:37.007Z[ recovery-image] Aug 16 04:10:35.982 INFO E| Downloaded x86 v0.52.0
82942024-08-16T04:10:37.076Z[ recovery-image] Aug 16 04:10:36.051 INFO E| Updating crates.io index
82952024-08-16T04:10:37.119Z[ recovery-image] Aug 16 04:10:36.095 INFO E| Downloading crates ...
82962024-08-16T04:10:37.190Z[ recovery-image] Aug 16 04:10:36.165 INFO E| Downloaded compiler_builtins v0.1.108
82972024-08-16T04:10:37.256Z[ recovery-image] Aug 16 04:10:36.231 INFO E| Compiling compiler_builtins v0.1.108
82982024-08-16T04:10:37.256Z[ recovery-image] Aug 16 04:10:36.231 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
82992024-08-16T04:10:37.256Z[ recovery-image] Aug 16 04:10:36.231 INFO E| Compiling proc-macro2 v1.0.79
83002024-08-16T04:10:37.259Z[ recovery-image] Aug 16 04:10:36.231 INFO E| Compiling unicode-ident v1.0.12
83012024-08-16T04:10:37.259Z[ recovery-image] Aug 16 04:10:36.232 INFO E| Compiling syn v1.0.109
83022024-08-16T04:10:37.259Z[ recovery-image] Aug 16 04:10:36.232 INFO E| Compiling x86 v0.52.0
83032024-08-16T04:10:37.259Z[ recovery-image] Aug 16 04:10:36.232 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
83042024-08-16T04:10:37.262Z[ recovery-image] Aug 16 04:10:36.238 INFO E| Compiling seq-macro v0.3.5
83052024-08-16T04:10:39.383Z[ host-image] Aug 16 04:10:38.359 INFO O| configuring SMF profile...
83062024-08-16T04:10:39.383Z[ host-image] Aug 16 04:10:38.359 INFO O| modifying shadow(5)...
83072024-08-16T04:10:39.386Z[ host-image] Aug 16 04:10:38.359 INFO O| loading user and group database...
83082024-08-16T04:10:39.386Z[ host-image] Aug 16 04:10:38.359 INFO O| assessing packaged files...
83092024-08-16T04:10:41.593Z[ host-image] Aug 16 04:10:40.569 INFO O| creating archive...
83102024-08-16T04:10:41.627Z[ host-image] Aug 16 04:10:40.603 INFO O| missing from packaging:
83112024-08-16T04:10:41.627Z[ host-image] Aug 16 04:10:40.603 INFO O| "etc/.pwd.lock"
83122024-08-16T04:10:41.627Z[ host-image] Aug 16 04:10:40.603 INFO O| "etc/bash"
83132024-08-16T04:10:41.632Z[ host-image] Aug 16 04:10:40.608 INFO O| "etc/svc/profile/generic.xml"
83142024-08-16T04:10:41.633Z[ host-image] Aug 16 04:10:40.608 INFO O| "etc/svc/profile/inetd_services.xml"
83152024-08-16T04:10:41.635Z[ host-image] Aug 16 04:10:40.608 INFO O| "etc/svc/profile/name_service.xml"
83162024-08-16T04:10:41.635Z[ host-image] Aug 16 04:10:40.608 INFO O| "etc/svc/profile/platform.xml"
83172024-08-16T04:10:41.635Z[ host-image] Aug 16 04:10:40.608 INFO O| "etc/svc/profile/platform_omicron1.xml"
83182024-08-16T04:10:41.635Z[ host-image] Aug 16 04:10:40.608 INFO O| "etc/svc/repository.db"
83192024-08-16T04:10:41.642Z[ host-image] Aug 16 04:10:40.617 INFO O| "opt/ooce/share"
83202024-08-16T04:10:41.644Z[ host-image] Aug 16 04:10:40.617 INFO O| "opt/ooce/share/man"
83212024-08-16T04:10:41.644Z[ host-image] Aug 16 04:10:40.617 INFO O| "opt/ooce/share/man/man1"
83222024-08-16T04:10:41.651Z[ host-image] Aug 16 04:10:40.627 INFO O| finishing archive...
83232024-08-16T04:10:44.510Z[ host-image] Aug 16 04:10:43.485 INFO O| creating gzonly manifest...
83242024-08-16T04:10:44.521Z[ host-image] Aug 16 04:10:43.497 INFO O| ok
83252024-08-16T04:10:44.620Z[ host-image] Aug 16 04:10:43.596 INFO image builder template: ramdisk-02-trim...
83262024-08-16T04:10:44.620Z[ host-image] Aug 16 04:10:43.596 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpeiA9XR/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
83272024-08-16T04:10:44.643Z[ host-image] Aug 16 04:10:43.619 INFO O| Aug 16 04:10:43.619 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83282024-08-16T04:10:44.647Z[ host-image] Aug 16 04:10:43.623 INFO O| Aug 16 04:10:43.623 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83292024-08-16T04:10:44.807Z[ host-image] Aug 16 04:10:43.781 INFO O| Aug 16 04:10:43.781 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83302024-08-16T04:10:44.871Z[ host-image] Aug 16 04:10:43.847 INFO O| Aug 16 04:10:43.847 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83312024-08-16T04:10:44.874Z[ host-image] Aug 16 04:10:43.847 INFO O| Aug 16 04:10:43.847 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83322024-08-16T04:10:44.877Z[ host-image] Aug 16 04:10:43.853 INFO O| Aug 16 04:10:43.853 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83332024-08-16T04:10:44.881Z[ host-image] Aug 16 04:10:43.857 INFO O| Aug 16 04:10:43.857 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83342024-08-16T04:10:44.885Z[ host-image] Aug 16 04:10:43.861 INFO O| Aug 16 04:10:43.861 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83352024-08-16T04:10:45.078Z[ host-image] Aug 16 04:10:44.053 INFO O| Aug 16 04:10:44.053 INFO rolled back to input snapshot; work may begin
83362024-08-16T04:10:45.078Z[ host-image] Aug 16 04:10:44.054 INFO O| Aug 16 04:10:44.053 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83372024-08-16T04:10:45.083Z[ host-image] Aug 16 04:10:44.059 INFO O| Aug 16 04:10:44.059 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83382024-08-16T04:10:45.093Z[ host-image] Aug 16 04:10:44.070 INFO O| Aug 16 04:10:44.070 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83392024-08-16T04:10:45.143Z[ host-image] Aug 16 04:10:44.119 INFO O| Aug 16 04:10:44.119 INFO STEP 0 (remove_files) COMPLETE
83402024-08-16T04:10:45.145Z[ host-image] Aug 16 04:10:44.119 INFO O| Aug 16 04:10:44.119 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83412024-08-16T04:10:45.154Z[ host-image] Aug 16 04:10:44.130 INFO O| Aug 16 04:10:44.130 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
83422024-08-16T04:10:45.157Z[ host-image] Aug 16 04:10:44.132 INFO O| Aug 16 04:10:44.132 INFO STEP 1 (remove_files) COMPLETE
83432024-08-16T04:10:45.157Z[ host-image] Aug 16 04:10:44.132 INFO O| Aug 16 04:10:44.132 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83442024-08-16T04:10:45.165Z[ host-image] Aug 16 04:10:44.142 INFO O| Aug 16 04:10:44.141 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
83452024-08-16T04:10:45.178Z[ host-image] Aug 16 04:10:44.154 INFO O| Aug 16 04:10:44.154 INFO STEP 2 (remove_files) COMPLETE
83462024-08-16T04:10:45.178Z[ host-image] Aug 16 04:10:44.154 INFO O| Aug 16 04:10:44.154 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83472024-08-16T04:10:45.188Z[ host-image] Aug 16 04:10:44.164 INFO O| Aug 16 04:10:44.164 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
83482024-08-16T04:10:45.190Z[ host-image] Aug 16 04:10:44.166 INFO O| Aug 16 04:10:44.166 INFO STEP 3 (remove_files) COMPLETE
83492024-08-16T04:10:45.190Z[ host-image] Aug 16 04:10:44.166 INFO O| Aug 16 04:10:44.166 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83502024-08-16T04:10:45.199Z[ host-image] Aug 16 04:10:44.175 INFO O| Aug 16 04:10:44.175 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
83512024-08-16T04:10:45.203Z[ host-image] Aug 16 04:10:44.179 INFO O| Aug 16 04:10:44.179 INFO STEP 4 (remove_files) COMPLETE
83522024-08-16T04:10:45.203Z[ host-image] Aug 16 04:10:44.179 INFO O| Aug 16 04:10:44.179 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83532024-08-16T04:10:45.212Z[ host-image] Aug 16 04:10:44.188 INFO O| Aug 16 04:10:44.188 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
83542024-08-16T04:10:45.214Z[ host-image] Aug 16 04:10:44.191 INFO O| Aug 16 04:10:44.191 INFO STEP 5 (remove_files) COMPLETE
83552024-08-16T04:10:45.214Z[ host-image] Aug 16 04:10:44.191 INFO O| Aug 16 04:10:44.191 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83562024-08-16T04:10:45.224Z[ host-image] Aug 16 04:10:44.200 INFO O| Aug 16 04:10:44.200 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83572024-08-16T04:10:45.233Z[ host-image] Aug 16 04:10:44.209 INFO O| Aug 16 04:10:44.209 INFO STEP 6 (remove_files) COMPLETE
83582024-08-16T04:10:45.236Z[ host-image] Aug 16 04:10:44.209 INFO O| Aug 16 04:10:44.209 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83592024-08-16T04:10:45.243Z[ host-image] Aug 16 04:10:44.219 INFO O| Aug 16 04:10:44.219 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83602024-08-16T04:10:45.254Z[ host-image] Aug 16 04:10:44.230 INFO O| Aug 16 04:10:44.230 INFO STEP 7 (remove_files) COMPLETE
83612024-08-16T04:10:45.254Z[ host-image] Aug 16 04:10:44.230 INFO O| Aug 16 04:10:44.230 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83622024-08-16T04:10:45.263Z[ host-image] Aug 16 04:10:44.240 INFO O| Aug 16 04:10:44.240 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83632024-08-16T04:10:45.345Z[ host-image] Aug 16 04:10:44.321 INFO O| Aug 16 04:10:44.321 INFO STEP 8 (remove_files) COMPLETE
83642024-08-16T04:10:45.345Z[ host-image] Aug 16 04:10:44.321 INFO O| Aug 16 04:10:44.321 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83652024-08-16T04:10:45.356Z[ host-image] Aug 16 04:10:44.332 INFO O| Aug 16 04:10:44.332 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83662024-08-16T04:10:45.444Z[ host-image] Aug 16 04:10:44.419 INFO O| Aug 16 04:10:44.419 INFO STEP 9 (remove_files) COMPLETE
83672024-08-16T04:10:45.444Z[ host-image] Aug 16 04:10:44.419 INFO O| Aug 16 04:10:44.419 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83682024-08-16T04:10:45.454Z[ host-image] Aug 16 04:10:44.431 INFO O| Aug 16 04:10:44.431 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83692024-08-16T04:10:45.458Z[ host-image] Aug 16 04:10:44.434 INFO O| Aug 16 04:10:44.434 INFO STEP 10 (remove_files) COMPLETE
83702024-08-16T04:10:45.458Z[ host-image] Aug 16 04:10:44.434 INFO O| Aug 16 04:10:44.434 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83712024-08-16T04:10:45.468Z[ host-image] Aug 16 04:10:44.444 INFO O| Aug 16 04:10:44.444 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83722024-08-16T04:10:45.471Z[ host-image] Aug 16 04:10:44.445 INFO O| Aug 16 04:10:44.445 INFO STEP 11 (remove_files) COMPLETE
83732024-08-16T04:10:45.471Z[ host-image] Aug 16 04:10:44.445 INFO O| Aug 16 04:10:44.445 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83742024-08-16T04:10:45.479Z[ host-image] Aug 16 04:10:44.455 INFO O| Aug 16 04:10:44.455 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83752024-08-16T04:10:45.481Z[ host-image] Aug 16 04:10:44.456 INFO O| Aug 16 04:10:44.456 INFO STEP 12 (remove_files) COMPLETE
83762024-08-16T04:10:45.481Z[ host-image] Aug 16 04:10:44.456 INFO O| Aug 16 04:10:44.456 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83772024-08-16T04:10:45.524Z[ host-image] Aug 16 04:10:44.500 INFO O| Aug 16 04:10:44.500 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83782024-08-16T04:10:45.529Z[ host-image] Aug 16 04:10:44.505 INFO O| Aug 16 04:10:44.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83792024-08-16T04:10:45.531Z[ host-image] Aug 16 04:10:44.506 INFO O| Aug 16 04:10:44.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83802024-08-16T04:10:45.547Z[ host-image] Aug 16 04:10:44.523 INFO O| Aug 16 04:10:44.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83812024-08-16T04:10:45.859Z[ host-image] Aug 16 04:10:44.835 INFO O| Aug 16 04:10:44.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83822024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.836 INFO O| Aug 16 04:10:44.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83832024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.836 INFO O| Aug 16 04:10:44.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83842024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.836 INFO O| Aug 16 04:10:44.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83852024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.836 INFO O| Aug 16 04:10:44.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83862024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.836 INFO O| Aug 16 04:10:44.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83872024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.837 INFO O| Aug 16 04:10:44.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83882024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.837 INFO O| Aug 16 04:10:44.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83892024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.837 INFO O| Aug 16 04:10:44.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83902024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.837 INFO O| Aug 16 04:10:44.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83912024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.837 INFO O| Aug 16 04:10:44.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83922024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.837 INFO O| Aug 16 04:10:44.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83932024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.837 INFO O| Aug 16 04:10:44.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83942024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.838 INFO O| Aug 16 04:10:44.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83952024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.838 INFO O| Aug 16 04:10:44.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83962024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.838 INFO O| Aug 16 04:10:44.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83972024-08-16T04:10:45.862Z[ host-image] Aug 16 04:10:44.838 INFO O| Aug 16 04:10:44.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83982024-08-16T04:10:45.874Z[ host-image] Aug 16 04:10:44.850 INFO O| Aug 16 04:10:44.850 INFO STEP 13 (remove_files) COMPLETE
83992024-08-16T04:10:45.874Z[ host-image] Aug 16 04:10:44.850 INFO O| Aug 16 04:10:44.850 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84002024-08-16T04:10:45.885Z[ host-image] Aug 16 04:10:44.861 INFO O| Aug 16 04:10:44.861 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84012024-08-16T04:10:45.887Z[ host-image] Aug 16 04:10:44.863 INFO O| Aug 16 04:10:44.863 INFO STEP 14 (remove_files) COMPLETE
84022024-08-16T04:10:45.887Z[ host-image] Aug 16 04:10:44.863 INFO O| Aug 16 04:10:44.863 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84032024-08-16T04:10:45.896Z[ host-image] Aug 16 04:10:44.872 INFO O| Aug 16 04:10:44.872 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84042024-08-16T04:10:45.902Z[ host-image] Aug 16 04:10:44.878 INFO O| Aug 16 04:10:44.878 INFO STEP 15 (remove_files) COMPLETE
84052024-08-16T04:10:45.902Z[ host-image] Aug 16 04:10:44.878 INFO O| Aug 16 04:10:44.878 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84062024-08-16T04:10:45.911Z[ host-image] Aug 16 04:10:44.888 INFO O| Aug 16 04:10:44.888 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84072024-08-16T04:10:45.914Z[ host-image] Aug 16 04:10:44.888 INFO O| Aug 16 04:10:44.888 INFO STEP 16 (remove_files) COMPLETE
84082024-08-16T04:10:45.914Z[ host-image] Aug 16 04:10:44.888 INFO O| Aug 16 04:10:44.888 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84092024-08-16T04:10:45.921Z[ host-image] Aug 16 04:10:44.897 INFO O| Aug 16 04:10:44.897 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84102024-08-16T04:10:45.923Z[ host-image] Aug 16 04:10:44.899 INFO O| Aug 16 04:10:44.899 INFO STEP 17 (remove_files) COMPLETE
84112024-08-16T04:10:45.923Z[ host-image] Aug 16 04:10:44.899 INFO O| Aug 16 04:10:44.899 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84122024-08-16T04:10:45.932Z[ host-image] Aug 16 04:10:44.908 INFO O| Aug 16 04:10:44.908 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84132024-08-16T04:10:45.934Z[ host-image] Aug 16 04:10:44.908 INFO O| Aug 16 04:10:44.908 INFO STEP 18 (remove_files) COMPLETE
84142024-08-16T04:10:45.934Z[ host-image] Aug 16 04:10:44.908 INFO O| Aug 16 04:10:44.908 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84152024-08-16T04:10:45.941Z[ host-image] Aug 16 04:10:44.917 INFO O| Aug 16 04:10:44.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84162024-08-16T04:10:45.941Z[ host-image] Aug 16 04:10:44.917 INFO O| Aug 16 04:10:44.917 INFO STEP 19 (remove_files) COMPLETE
84172024-08-16T04:10:45.941Z[ host-image] Aug 16 04:10:44.917 INFO O| Aug 16 04:10:44.917 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84182024-08-16T04:10:45.950Z[ host-image] Aug 16 04:10:44.927 INFO O| Aug 16 04:10:44.927 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84192024-08-16T04:10:45.950Z[ host-image] Aug 16 04:10:44.927 INFO O| Aug 16 04:10:44.927 INFO STEP 20 (remove_files) COMPLETE
84202024-08-16T04:10:45.950Z[ host-image] Aug 16 04:10:44.927 INFO O| Aug 16 04:10:44.927 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84212024-08-16T04:10:45.960Z[ host-image] Aug 16 04:10:44.936 INFO O| Aug 16 04:10:44.936 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84222024-08-16T04:10:45.962Z[ host-image] Aug 16 04:10:44.936 INFO O| Aug 16 04:10:44.936 INFO STEP 21 (remove_files) COMPLETE
84232024-08-16T04:10:45.962Z[ host-image] Aug 16 04:10:44.936 INFO O| Aug 16 04:10:44.936 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84242024-08-16T04:10:45.969Z[ host-image] Aug 16 04:10:44.945 INFO O| Aug 16 04:10:44.945 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84252024-08-16T04:10:45.969Z[ host-image] Aug 16 04:10:44.945 INFO O| Aug 16 04:10:44.945 INFO STEP 22 (remove_files) COMPLETE
84262024-08-16T04:10:45.972Z[ host-image] Aug 16 04:10:44.945 INFO O| Aug 16 04:10:44.945 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84272024-08-16T04:10:45.978Z[ host-image] Aug 16 04:10:44.955 INFO O| Aug 16 04:10:44.955 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84282024-08-16T04:10:45.981Z[ host-image] Aug 16 04:10:44.955 INFO O| Aug 16 04:10:44.955 INFO STEP 23 (remove_files) COMPLETE
84292024-08-16T04:10:45.981Z[ host-image] Aug 16 04:10:44.955 INFO O| Aug 16 04:10:44.955 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84302024-08-16T04:10:45.988Z[ host-image] Aug 16 04:10:44.964 INFO O| Aug 16 04:10:44.964 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84312024-08-16T04:10:45.988Z[ host-image] Aug 16 04:10:44.964 INFO O| Aug 16 04:10:44.964 INFO STEP 24 (remove_files) COMPLETE
84322024-08-16T04:10:45.990Z[ host-image] Aug 16 04:10:44.964 INFO O| Aug 16 04:10:44.964 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84332024-08-16T04:10:45.997Z[ host-image] Aug 16 04:10:44.974 INFO O| Aug 16 04:10:44.974 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84342024-08-16T04:10:45.998Z[ host-image] Aug 16 04:10:44.974 INFO O| Aug 16 04:10:44.974 INFO STEP 25 (remove_files) COMPLETE
84352024-08-16T04:10:46.000Z[ host-image] Aug 16 04:10:44.974 INFO O| Aug 16 04:10:44.974 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84362024-08-16T04:10:46.007Z[ host-image] Aug 16 04:10:44.983 INFO O| Aug 16 04:10:44.983 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84372024-08-16T04:10:46.007Z[ host-image] Aug 16 04:10:44.983 INFO O| Aug 16 04:10:44.983 INFO STEP 26 (remove_files) COMPLETE
84382024-08-16T04:10:46.007Z[ host-image] Aug 16 04:10:44.983 INFO O| Aug 16 04:10:44.983 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84392024-08-16T04:10:46.016Z[ host-image] Aug 16 04:10:44.993 INFO O| Aug 16 04:10:44.993 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
84402024-08-16T04:10:46.017Z[ host-image] Aug 16 04:10:44.993 INFO O| Aug 16 04:10:44.993 INFO STEP 27 (remove_files) COMPLETE
84412024-08-16T04:10:46.019Z[ host-image] Aug 16 04:10:44.993 INFO O| Aug 16 04:10:44.993 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84422024-08-16T04:10:46.026Z[ host-image] Aug 16 04:10:45.002 INFO O| Aug 16 04:10:45.002 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
84432024-08-16T04:10:46.026Z[ host-image] Aug 16 04:10:45.002 INFO O| Aug 16 04:10:45.002 INFO STEP 28 (remove_files) COMPLETE
84442024-08-16T04:10:46.026Z[ host-image] Aug 16 04:10:45.002 INFO O| Aug 16 04:10:45.002 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84452024-08-16T04:10:46.036Z[ host-image] Aug 16 04:10:45.012 INFO O| Aug 16 04:10:45.012 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
84462024-08-16T04:10:46.036Z[ host-image] Aug 16 04:10:45.012 INFO O| Aug 16 04:10:45.012 INFO STEP 29 (remove_files) COMPLETE
84472024-08-16T04:10:46.038Z[ host-image] Aug 16 04:10:45.012 INFO O| Aug 16 04:10:45.012 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84482024-08-16T04:10:46.045Z[ host-image] Aug 16 04:10:45.021 INFO O| Aug 16 04:10:45.021 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
84492024-08-16T04:10:46.045Z[ host-image] Aug 16 04:10:45.022 INFO O| Aug 16 04:10:45.022 INFO STEP 30 (remove_files) COMPLETE
84502024-08-16T04:10:46.048Z[ host-image] Aug 16 04:10:45.022 INFO O| Aug 16 04:10:45.022 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84512024-08-16T04:10:46.055Z[ host-image] Aug 16 04:10:45.031 INFO O| Aug 16 04:10:45.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
84522024-08-16T04:10:46.057Z[ host-image] Aug 16 04:10:45.031 INFO O| Aug 16 04:10:45.031 INFO STEP 31 (remove_files) COMPLETE
84532024-08-16T04:10:46.057Z[ host-image] Aug 16 04:10:45.031 INFO O| Aug 16 04:10:45.031 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84542024-08-16T04:10:46.064Z[ host-image] Aug 16 04:10:45.040 INFO O| Aug 16 04:10:45.040 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84552024-08-16T04:10:46.064Z[ host-image] Aug 16 04:10:45.040 INFO O| Aug 16 04:10:45.040 INFO STEP 32 (remove_files) COMPLETE
84562024-08-16T04:10:46.067Z[ host-image] Aug 16 04:10:45.040 INFO O| Aug 16 04:10:45.040 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84572024-08-16T04:10:46.074Z[ host-image] Aug 16 04:10:45.050 INFO O| Aug 16 04:10:45.050 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84582024-08-16T04:10:46.074Z[ host-image] Aug 16 04:10:45.050 INFO O| Aug 16 04:10:45.050 INFO STEP 33 (remove_files) COMPLETE
84592024-08-16T04:10:46.074Z[ host-image] Aug 16 04:10:45.050 INFO O| Aug 16 04:10:45.050 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84602024-08-16T04:10:46.083Z[ host-image] Aug 16 04:10:45.060 INFO O| Aug 16 04:10:45.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84612024-08-16T04:10:46.083Z[ host-image] Aug 16 04:10:45.060 INFO O| Aug 16 04:10:45.060 INFO STEP 34 (remove_files) COMPLETE
84622024-08-16T04:10:46.086Z[ host-image] Aug 16 04:10:45.060 INFO O| Aug 16 04:10:45.060 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84632024-08-16T04:10:46.093Z[ host-image] Aug 16 04:10:45.069 INFO O| Aug 16 04:10:45.069 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84642024-08-16T04:10:46.093Z[ host-image] Aug 16 04:10:45.069 INFO O| Aug 16 04:10:45.069 INFO STEP 35 (remove_files) COMPLETE
84652024-08-16T04:10:46.095Z[ host-image] Aug 16 04:10:45.069 INFO O| Aug 16 04:10:45.069 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84662024-08-16T04:10:46.102Z[ host-image] Aug 16 04:10:45.078 INFO O| Aug 16 04:10:45.078 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84672024-08-16T04:10:46.102Z[ host-image] Aug 16 04:10:45.078 INFO O| Aug 16 04:10:45.078 INFO STEP 36 (remove_files) COMPLETE
84682024-08-16T04:10:46.102Z[ host-image] Aug 16 04:10:45.078 INFO O| Aug 16 04:10:45.078 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84692024-08-16T04:10:46.111Z[ host-image] Aug 16 04:10:45.088 INFO O| Aug 16 04:10:45.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84702024-08-16T04:10:46.111Z[ host-image] Aug 16 04:10:45.088 INFO O| Aug 16 04:10:45.088 INFO STEP 37 (remove_files) COMPLETE
84712024-08-16T04:10:46.114Z[ host-image] Aug 16 04:10:45.088 INFO O| Aug 16 04:10:45.088 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84722024-08-16T04:10:46.121Z[ host-image] Aug 16 04:10:45.097 INFO O| Aug 16 04:10:45.097 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84732024-08-16T04:10:46.123Z[ host-image] Aug 16 04:10:45.097 INFO O| Aug 16 04:10:45.097 INFO STEP 38 (remove_files) COMPLETE
84742024-08-16T04:10:46.123Z[ host-image] Aug 16 04:10:45.097 INFO O| Aug 16 04:10:45.097 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84752024-08-16T04:10:46.130Z[ host-image] Aug 16 04:10:45.107 INFO O| Aug 16 04:10:45.107 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84762024-08-16T04:10:46.130Z[ host-image] Aug 16 04:10:45.107 INFO O| Aug 16 04:10:45.107 INFO STEP 39 (remove_files) COMPLETE
84772024-08-16T04:10:46.133Z[ host-image] Aug 16 04:10:45.107 INFO O| Aug 16 04:10:45.107 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84782024-08-16T04:10:46.140Z[ host-image] Aug 16 04:10:45.116 INFO O| Aug 16 04:10:45.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84792024-08-16T04:10:46.140Z[ host-image] Aug 16 04:10:45.116 INFO O| Aug 16 04:10:45.116 INFO STEP 40 (remove_files) COMPLETE
84802024-08-16T04:10:46.140Z[ host-image] Aug 16 04:10:45.116 INFO O| Aug 16 04:10:45.116 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84812024-08-16T04:10:46.149Z[ host-image] Aug 16 04:10:45.125 INFO O| Aug 16 04:10:45.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84822024-08-16T04:10:46.149Z[ host-image] Aug 16 04:10:45.125 INFO O| Aug 16 04:10:45.125 INFO STEP 41 (remove_files) COMPLETE
84832024-08-16T04:10:46.149Z[ host-image] Aug 16 04:10:45.125 INFO O| Aug 16 04:10:45.125 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84842024-08-16T04:10:46.158Z[ host-image] Aug 16 04:10:45.134 INFO O| Aug 16 04:10:45.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84852024-08-16T04:10:46.161Z[ host-image] Aug 16 04:10:45.135 INFO O| Aug 16 04:10:45.134 INFO STEP 42 (remove_files) COMPLETE
84862024-08-16T04:10:46.161Z[ host-image] Aug 16 04:10:45.135 INFO O| Aug 16 04:10:45.135 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84872024-08-16T04:10:46.168Z[ host-image] Aug 16 04:10:45.144 INFO O| Aug 16 04:10:45.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84882024-08-16T04:10:46.168Z[ host-image] Aug 16 04:10:45.144 INFO O| Aug 16 04:10:45.144 INFO STEP 43 (remove_files) COMPLETE
84892024-08-16T04:10:46.174Z[ host-image] Aug 16 04:10:45.144 INFO O| Aug 16 04:10:45.144 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84902024-08-16T04:10:46.181Z[ host-image] Aug 16 04:10:45.154 INFO O| Aug 16 04:10:45.154 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84912024-08-16T04:10:46.181Z[ host-image] Aug 16 04:10:45.154 INFO O| Aug 16 04:10:45.154 INFO STEP 44 (remove_files) COMPLETE
84922024-08-16T04:10:46.181Z[ host-image] Aug 16 04:10:45.154 INFO O| Aug 16 04:10:45.154 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84932024-08-16T04:10:46.189Z[ host-image] Aug 16 04:10:45.164 INFO O| Aug 16 04:10:45.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84942024-08-16T04:10:46.189Z[ host-image] Aug 16 04:10:45.164 INFO O| Aug 16 04:10:45.164 INFO STEP 45 (remove_files) COMPLETE
84952024-08-16T04:10:46.189Z[ host-image] Aug 16 04:10:45.164 INFO O| Aug 16 04:10:45.164 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84962024-08-16T04:10:46.198Z[ host-image] Aug 16 04:10:45.173 INFO O| Aug 16 04:10:45.173 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84972024-08-16T04:10:46.198Z[ host-image] Aug 16 04:10:45.174 INFO O| Aug 16 04:10:45.173 INFO STEP 46 (remove_files) COMPLETE
84982024-08-16T04:10:46.198Z[ host-image] Aug 16 04:10:45.174 INFO O| Aug 16 04:10:45.173 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84992024-08-16T04:10:46.207Z[ host-image] Aug 16 04:10:45.183 INFO O| Aug 16 04:10:45.183 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85002024-08-16T04:10:46.207Z[ host-image] Aug 16 04:10:45.183 INFO O| Aug 16 04:10:45.183 INFO STEP 47 (remove_files) COMPLETE
85012024-08-16T04:10:46.207Z[ host-image] Aug 16 04:10:45.183 INFO O| Aug 16 04:10:45.183 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85022024-08-16T04:10:46.217Z[ host-image] Aug 16 04:10:45.193 INFO O| Aug 16 04:10:45.193 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85032024-08-16T04:10:46.217Z[ host-image] Aug 16 04:10:45.193 INFO O| Aug 16 04:10:45.193 INFO STEP 48 (remove_files) COMPLETE
85042024-08-16T04:10:46.219Z[ host-image] Aug 16 04:10:45.193 INFO O| Aug 16 04:10:45.193 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85052024-08-16T04:10:46.226Z[ host-image] Aug 16 04:10:45.202 INFO O| Aug 16 04:10:45.202 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85062024-08-16T04:10:46.226Z[ host-image] Aug 16 04:10:45.202 INFO O| Aug 16 04:10:45.202 INFO STEP 49 (remove_files) COMPLETE
85072024-08-16T04:10:46.226Z[ host-image] Aug 16 04:10:45.202 INFO O| Aug 16 04:10:45.202 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85082024-08-16T04:10:46.235Z[ host-image] Aug 16 04:10:45.211 INFO O| Aug 16 04:10:45.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85092024-08-16T04:10:46.237Z[ host-image] Aug 16 04:10:45.211 INFO O| Aug 16 04:10:45.211 INFO STEP 50 (remove_files) COMPLETE
85102024-08-16T04:10:46.237Z[ host-image] Aug 16 04:10:45.211 INFO O| Aug 16 04:10:45.211 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85112024-08-16T04:10:46.244Z[ host-image] Aug 16 04:10:45.221 INFO O| Aug 16 04:10:45.220 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85122024-08-16T04:10:46.244Z[ host-image] Aug 16 04:10:45.221 INFO O| Aug 16 04:10:45.221 INFO STEP 51 (remove_files) COMPLETE
85132024-08-16T04:10:46.247Z[ host-image] Aug 16 04:10:45.221 INFO O| Aug 16 04:10:45.221 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-08-16T04:10:46.253Z[ host-image] Aug 16 04:10:45.230 INFO O| Aug 16 04:10:45.230 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85152024-08-16T04:10:46.254Z[ host-image] Aug 16 04:10:45.230 INFO O| Aug 16 04:10:45.230 INFO STEP 52 (remove_files) COMPLETE
85162024-08-16T04:10:46.256Z[ host-image] Aug 16 04:10:45.230 INFO O| Aug 16 04:10:45.230 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85172024-08-16T04:10:46.263Z[ host-image] Aug 16 04:10:45.239 INFO O| Aug 16 04:10:45.239 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85182024-08-16T04:10:46.263Z[ host-image] Aug 16 04:10:45.239 INFO O| Aug 16 04:10:45.239 INFO STEP 53 (remove_files) COMPLETE
85192024-08-16T04:10:46.265Z[ host-image] Aug 16 04:10:45.239 INFO O| Aug 16 04:10:45.239 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85202024-08-16T04:10:46.272Z[ host-image] Aug 16 04:10:45.248 INFO O| Aug 16 04:10:45.248 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85212024-08-16T04:10:46.272Z[ host-image] Aug 16 04:10:45.248 INFO O| Aug 16 04:10:45.248 INFO STEP 54 (remove_files) COMPLETE
85222024-08-16T04:10:46.274Z[ host-image] Aug 16 04:10:45.248 INFO O| Aug 16 04:10:45.248 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85232024-08-16T04:10:46.281Z[ host-image] Aug 16 04:10:45.258 INFO O| Aug 16 04:10:45.257 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85242024-08-16T04:10:46.281Z[ host-image] Aug 16 04:10:45.258 INFO O| Aug 16 04:10:45.258 INFO STEP 55 (remove_files) COMPLETE
85252024-08-16T04:10:46.281Z[ host-image] Aug 16 04:10:45.258 INFO O| Aug 16 04:10:45.258 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85262024-08-16T04:10:46.290Z[ host-image] Aug 16 04:10:45.267 INFO O| Aug 16 04:10:45.267 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85272024-08-16T04:10:46.290Z[ host-image] Aug 16 04:10:45.267 INFO O| Aug 16 04:10:45.267 INFO STEP 56 (remove_files) COMPLETE
85282024-08-16T04:10:46.291Z[ host-image] Aug 16 04:10:45.267 INFO O| Aug 16 04:10:45.267 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85292024-08-16T04:10:46.300Z[ host-image] Aug 16 04:10:45.276 INFO O| Aug 16 04:10:45.276 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85302024-08-16T04:10:46.302Z[ host-image] Aug 16 04:10:45.276 INFO O| Aug 16 04:10:45.276 INFO STEP 57 (remove_files) COMPLETE
85312024-08-16T04:10:46.302Z[ host-image] Aug 16 04:10:45.276 INFO O| Aug 16 04:10:45.276 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85322024-08-16T04:10:46.310Z[ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85332024-08-16T04:10:46.310Z[ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85342024-08-16T04:10:46.312Z[ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85352024-08-16T04:10:46.312Z[ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85362024-08-16T04:10:46.312Z[ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85372024-08-16T04:10:46.312Z[ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85382024-08-16T04:10:46.312Z[ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO ok!
85392024-08-16T04:10:46.312Z[ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO STEP 58 (ensure_file) COMPLETE
85402024-08-16T04:10:46.312Z[ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85412024-08-16T04:10:46.319Z[ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85422024-08-16T04:10:46.322Z[ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
85432024-08-16T04:10:46.322Z[ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85442024-08-16T04:10:46.322Z[ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85452024-08-16T04:10:46.322Z[ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85462024-08-16T04:10:46.322Z[ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85472024-08-16T04:10:46.322Z[ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO ok!
85482024-08-16T04:10:46.322Z[ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO STEP 59 (ensure_file) COMPLETE
85492024-08-16T04:10:46.322Z[ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85502024-08-16T04:10:46.329Z[ host-image] Aug 16 04:10:45.306 INFO O| Aug 16 04:10:45.306 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
85512024-08-16T04:10:46.329Z[ host-image] Aug 16 04:10:45.306 INFO O| Aug 16 04:10:45.306 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
85522024-08-16T04:10:46.332Z[ host-image] Aug 16 04:10:45.306 INFO O| Aug 16 04:10:45.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
85532024-08-16T04:10:46.332Z[ host-image] Aug 16 04:10:45.306 INFO O| Aug 16 04:10:45.306 INFO ok!
85542024-08-16T04:10:46.332Z[ host-image] Aug 16 04:10:45.306 INFO O| Aug 16 04:10:45.306 INFO STEP 60 (ensure_file) COMPLETE
85552024-08-16T04:10:46.332Z[ host-image] Aug 16 04:10:45.306 INFO O| Aug 16 04:10:45.306 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85562024-08-16T04:10:46.339Z[ host-image] Aug 16 04:10:45.315 INFO O| Aug 16 04:10:45.315 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85572024-08-16T04:10:46.339Z[ host-image] Aug 16 04:10:45.315 INFO O| Aug 16 04:10:45.315 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85582024-08-16T04:10:46.341Z[ host-image] Aug 16 04:10:45.315 INFO O| Aug 16 04:10:45.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85592024-08-16T04:10:46.341Z[ host-image] Aug 16 04:10:45.315 INFO O| Aug 16 04:10:45.315 INFO ok!
85602024-08-16T04:10:46.341Z[ host-image] Aug 16 04:10:45.315 INFO O| Aug 16 04:10:45.315 INFO STEP 61 (ensure_file) COMPLETE
85612024-08-16T04:10:46.341Z[ host-image] Aug 16 04:10:45.315 INFO O| Aug 16 04:10:45.315 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85622024-08-16T04:10:46.349Z[ host-image] Aug 16 04:10:45.325 INFO O| Aug 16 04:10:45.325 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85632024-08-16T04:10:46.349Z[ host-image] Aug 16 04:10:45.325 INFO O| Aug 16 04:10:45.325 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85642024-08-16T04:10:46.351Z[ host-image] Aug 16 04:10:45.325 INFO O| Aug 16 04:10:45.325 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85652024-08-16T04:10:46.351Z[ host-image] Aug 16 04:10:45.325 INFO O| Aug 16 04:10:45.325 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85662024-08-16T04:10:46.351Z[ host-image] Aug 16 04:10:45.325 INFO O| Aug 16 04:10:45.325 INFO ok!
85672024-08-16T04:10:46.351Z[ host-image] Aug 16 04:10:45.325 INFO O| Aug 16 04:10:45.325 INFO STEP 62 (ensure_file) COMPLETE
85682024-08-16T04:10:46.351Z[ host-image] Aug 16 04:10:45.325 INFO O| Aug 16 04:10:45.325 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85692024-08-16T04:10:46.359Z[ host-image] Aug 16 04:10:45.335 INFO O| Aug 16 04:10:45.335 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85702024-08-16T04:10:46.361Z[ host-image] Aug 16 04:10:45.335 INFO O| Aug 16 04:10:45.335 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85712024-08-16T04:10:46.361Z[ host-image] Aug 16 04:10:45.335 INFO O| Aug 16 04:10:45.335 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85722024-08-16T04:10:46.361Z[ host-image] Aug 16 04:10:45.335 INFO O| Aug 16 04:10:45.335 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85732024-08-16T04:10:46.361Z[ host-image] Aug 16 04:10:45.335 INFO O| Aug 16 04:10:45.335 INFO ok!
85742024-08-16T04:10:46.361Z[ host-image] Aug 16 04:10:45.335 INFO O| Aug 16 04:10:45.335 INFO STEP 63 (ensure_file) COMPLETE
85752024-08-16T04:10:46.361Z[ host-image] Aug 16 04:10:45.335 INFO O| Aug 16 04:10:45.335 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85762024-08-16T04:10:46.369Z[ host-image] Aug 16 04:10:45.345 INFO O| Aug 16 04:10:45.345 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85772024-08-16T04:10:46.369Z[ host-image] Aug 16 04:10:45.345 INFO O| Aug 16 04:10:45.345 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85782024-08-16T04:10:46.369Z[ host-image] Aug 16 04:10:45.345 INFO O| Aug 16 04:10:45.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85792024-08-16T04:10:46.371Z[ host-image] Aug 16 04:10:45.345 INFO O| Aug 16 04:10:45.345 INFO ok!
85802024-08-16T04:10:46.371Z[ host-image] Aug 16 04:10:45.345 INFO O| Aug 16 04:10:45.345 INFO STEP 64 (assemble_files) COMPLETE
85812024-08-16T04:10:46.371Z[ host-image] Aug 16 04:10:45.345 INFO O| Aug 16 04:10:45.345 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-08-16T04:10:46.378Z[ host-image] Aug 16 04:10:45.355 INFO O| Aug 16 04:10:45.355 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85832024-08-16T04:10:46.379Z[ host-image] Aug 16 04:10:45.355 INFO O| Aug 16 04:10:45.355 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85842024-08-16T04:10:46.379Z[ host-image] Aug 16 04:10:45.355 INFO O| Aug 16 04:10:45.355 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85852024-08-16T04:10:46.381Z[ host-image] Aug 16 04:10:45.355 INFO O| Aug 16 04:10:45.355 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85862024-08-16T04:10:46.381Z[ host-image] Aug 16 04:10:45.355 INFO O| Aug 16 04:10:45.355 INFO ok!
85872024-08-16T04:10:46.381Z[ host-image] Aug 16 04:10:45.355 INFO O| Aug 16 04:10:45.355 INFO STEP 65 (ensure_file) COMPLETE
85882024-08-16T04:10:46.381Z[ host-image] Aug 16 04:10:45.355 INFO O| Aug 16 04:10:45.355 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-08-16T04:10:46.388Z[ host-image] Aug 16 04:10:45.364 INFO O| Aug 16 04:10:45.364 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85902024-08-16T04:10:46.391Z[ host-image] Aug 16 04:10:45.364 INFO O| Aug 16 04:10:45.364 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85912024-08-16T04:10:46.391Z[ host-image] Aug 16 04:10:45.364 INFO O| Aug 16 04:10:45.364 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85922024-08-16T04:10:46.391Z[ host-image] Aug 16 04:10:45.364 INFO O| Aug 16 04:10:45.364 INFO STEP 66 (ensure_dir) COMPLETE
85932024-08-16T04:10:46.391Z[ host-image] Aug 16 04:10:45.364 INFO O| Aug 16 04:10:45.364 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-08-16T04:10:46.398Z[ host-image] Aug 16 04:10:45.374 INFO O| Aug 16 04:10:45.374 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85952024-08-16T04:10:46.398Z[ host-image] Aug 16 04:10:45.374 INFO O| Aug 16 04:10:45.374 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
85962024-08-16T04:10:46.405Z[ host-image] Aug 16 04:10:45.381 INFO O| Aug 16 04:10:45.381 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85972024-08-16T04:10:46.407Z[ host-image] Aug 16 04:10:45.381 INFO O| Aug 16 04:10:45.381 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85982024-08-16T04:10:46.407Z[ host-image] Aug 16 04:10:45.381 INFO O| Aug 16 04:10:45.381 INFO ok!
85992024-08-16T04:10:46.407Z[ host-image] Aug 16 04:10:45.381 INFO O| Aug 16 04:10:45.381 INFO STEP 67 (ensure_file) COMPLETE
86002024-08-16T04:10:46.407Z[ host-image] Aug 16 04:10:45.381 INFO O| Aug 16 04:10:45.381 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86012024-08-16T04:10:46.414Z[ host-image] Aug 16 04:10:45.391 INFO O| Aug 16 04:10:45.390 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86022024-08-16T04:10:46.414Z[ host-image] Aug 16 04:10:45.391 INFO O| Aug 16 04:10:45.391 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
86032024-08-16T04:10:46.417Z[ host-image] Aug 16 04:10:45.391 INFO O| Aug 16 04:10:45.391 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86042024-08-16T04:10:46.417Z[ host-image] Aug 16 04:10:45.391 INFO O| Aug 16 04:10:45.391 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86052024-08-16T04:10:46.417Z[ host-image] Aug 16 04:10:45.391 INFO O| Aug 16 04:10:45.391 INFO ok!
86062024-08-16T04:10:46.417Z[ host-image] Aug 16 04:10:45.391 INFO O| Aug 16 04:10:45.391 INFO STEP 68 (ensure_file) COMPLETE
86072024-08-16T04:10:46.417Z[ host-image] Aug 16 04:10:45.391 INFO O| Aug 16 04:10:45.391 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86082024-08-16T04:10:46.429Z[ host-image] Aug 16 04:10:45.405 INFO O| Aug 16 04:10:45.405 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86092024-08-16T04:10:46.429Z[ host-image] Aug 16 04:10:45.405 INFO O| Aug 16 04:10:45.405 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86102024-08-16T04:10:48.508Z[ host-image] Aug 16 04:10:47.484 INFO O| Aug 16 04:10:47.484 INFO STEP 69 (pack_tar) COMPLETE
86112024-08-16T04:10:48.508Z[ host-image] Aug 16 04:10:47.484 INFO O| Aug 16 04:10:47.484 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86122024-08-16T04:10:48.510Z[ host-image] Aug 16 04:10:47.484 INFO O| Aug 16 04:10:47.484 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86132024-08-16T04:10:48.859Z[ host-image] Aug 16 04:10:47.697 INFO O| Aug 16 04:10:47.697 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86142024-08-16T04:10:48.863Z[ host-image] Aug 16 04:10:47.781 INFO O| Aug 16 04:10:47.781 INFO completed processing gimlet/ramdisk-02-trim
86152024-08-16T04:10:48.863Z[ host-image] Aug 16 04:10:47.784 INFO image builder template: zfs...
86162024-08-16T04:10:48.863Z[ host-image] Aug 16 04:10:47.784 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpeiA9XR/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "zfs"], pwd: None
86172024-08-16T04:10:48.863Z[ host-image] Aug 16 04:10:47.802 INFO O| Aug 16 04:10:47.802 INFO skip include "stress" because feature "stress" is not enabled
86182024-08-16T04:10:48.863Z[ host-image] Aug 16 04:10:47.832 INFO O| Aug 16 04:10:47.832 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86192024-08-16T04:10:48.863Z[ host-image] Aug 16 04:10:47.836 INFO O| Aug 16 04:10:47.836 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86202024-08-16T04:10:48.943Z[ host-image] Aug 16 04:10:47.919 INFO O| Aug 16 04:10:47.919 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86212024-08-16T04:10:49.009Z[ host-image] Aug 16 04:10:47.985 INFO O| Aug 16 04:10:47.985 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86222024-08-16T04:10:49.009Z[ host-image] Aug 16 04:10:47.985 INFO O| Aug 16 04:10:47.985 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86232024-08-16T04:10:49.012Z[ host-image] Aug 16 04:10:47.989 INFO O| Aug 16 04:10:47.989 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86242024-08-16T04:10:49.091Z[ host-image] Aug 16 04:10:48.068 INFO O| Aug 16 04:10:48.068 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86252024-08-16T04:10:49.219Z[ host-image] Aug 16 04:10:48.196 INFO O| Aug 16 04:10:48.196 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86262024-08-16T04:10:49.229Z[ host-image] Aug 16 04:10:48.206 INFO O| Aug 16 04:10:48.206 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86272024-08-16T04:10:49.234Z[ host-image] Aug 16 04:10:48.211 INFO O| Aug 16 04:10:48.211 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86282024-08-16T04:10:49.237Z[ host-image] Aug 16 04:10:48.211 INFO O| Aug 16 04:10:48.211 INFO no lofi found
86292024-08-16T04:10:49.237Z[ host-image] Aug 16 04:10:48.211 INFO O| Aug 16 04:10:48.211 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86302024-08-16T04:10:49.237Z[ host-image] Aug 16 04:10:48.211 INFO O| Aug 16 04:10:48.211 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86312024-08-16T04:10:51.034Z[ host-image] Aug 16 04:10:50.010 INFO O| Aug 16 04:10:50.010 INFO lofi device = /dev/dsk/c2t1d0p0
86322024-08-16T04:10:51.034Z[ host-image] Aug 16 04:10:50.010 INFO O| Aug 16 04:10:50.010 INFO pool device = /dev/dsk/c2t1d0p0
86332024-08-16T04:10:51.034Z[ host-image] Aug 16 04:10:50.010 INFO O| Aug 16 04:10:50.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
86342024-08-16T04:10:51.110Z[ host-image] Aug 16 04:10:50.087 INFO O| Aug 16 04:10:50.087 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86352024-08-16T04:10:51.110Z[ host-image] Aug 16 04:10:50.087 INFO O| Aug 16 04:10:50.087 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86362024-08-16T04:10:51.132Z[ host-image] Aug 16 04:10:50.109 INFO O| Aug 16 04:10:50.109 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86372024-08-16T04:10:51.189Z[ host-image] Aug 16 04:10:50.165 INFO O| Aug 16 04:10:50.165 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86382024-08-16T04:10:51.226Z[ host-image] Aug 16 04:10:50.203 INFO O| Aug 16 04:10:50.203 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86392024-08-16T04:10:51.241Z[ host-image] Aug 16 04:10:50.217 INFO O| Aug 16 04:10:50.217 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86402024-08-16T04:10:51.252Z[ host-image] Aug 16 04:10:50.228 INFO O| Aug 16 04:10:50.228 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86412024-08-16T04:10:51.297Z[ host-image] Aug 16 04:10:50.274 INFO O| Aug 16 04:10:50.274 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
86422024-08-16T04:10:51.301Z[ host-image] Aug 16 04:10:50.274 INFO O| Aug 16 04:10:50.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
86432024-08-16T04:10:51.301Z[ host-image] Aug 16 04:10:50.274 INFO O| Aug 16 04:10:50.274 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
86442024-08-16T04:10:51.305Z[ host-image] Aug 16 04:10:50.282 INFO O| Aug 16 04:10:50.282 INFO boot environment UUID: 779e232a-1277-4355-92a6-7eaad5fe8d9c
86452024-08-16T04:10:51.305Z[ host-image] Aug 16 04:10:50.282 INFO O| Aug 16 04:10:50.282 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 779e232a-1277-4355-92a6-7eaad5fe8d9c
86462024-08-16T04:10:51.316Z[ host-image] Aug 16 04:10:50.293 INFO O| Aug 16 04:10:50.293 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86472024-08-16T04:10:51.341Z[ host-image] Aug 16 04:10:50.318 INFO O| Aug 16 04:10:50.318 INFO STEP 0 (create_be) COMPLETE
86482024-08-16T04:10:51.344Z[ host-image] Aug 16 04:10:50.318 INFO O| Aug 16 04:10:50.318 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86492024-08-16T04:10:51.356Z[ host-image] Aug 16 04:10:50.333 INFO O| Aug 16 04:10:50.333 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
86502024-08-16T04:10:59.520Z[ recovery-image] Aug 16 04:10:58.497 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
86512024-08-16T04:11:02.447Z[ recovery-image] Aug 16 04:11:01.417 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
86522024-08-16T04:11:03.777Z[ recovery-image] Aug 16 04:11:02.755 INFO E| Compiling quote v1.0.35
86532024-08-16T04:11:04.072Z[ recovery-image] Aug 16 04:11:03.050 INFO E| Compiling syn v2.0.53
86542024-08-16T04:11:08.135Z[ recovery-image] Aug 16 04:11:07.112 INFO E| Compiling bitflags v1.3.2
86552024-08-16T04:11:08.141Z[ recovery-image] Aug 16 04:11:07.112 INFO E| Compiling bit_field v0.10.2
86562024-08-16T04:11:08.146Z[ recovery-image] Aug 16 04:11:07.112 INFO E| Compiling plain v0.2.3
86572024-08-16T04:11:08.257Z[ recovery-image] Aug 16 04:11:07.235 INFO E| Compiling raw-cpuid v10.7.0
86582024-08-16T04:11:08.312Z[ recovery-image] Aug 16 04:11:07.290 INFO E| Compiling log v0.4.21
86592024-08-16T04:11:08.326Z[ recovery-image] Aug 16 04:11:07.304 INFO E| Compiling adler v1.0.2
86602024-08-16T04:11:08.437Z[ recovery-image] Aug 16 04:11:07.415 INFO E| Compiling cpio_reader v0.1.1
86612024-08-16T04:11:08.489Z[ recovery-image] Aug 16 04:11:07.467 INFO E| Compiling miniz_oxide v0.7.2
86622024-08-16T04:11:08.665Z[ recovery-image] Aug 16 04:11:07.643 INFO E| Compiling static_assertions v1.1.0
86632024-08-16T04:11:10.294Z[ recovery-image] Aug 16 04:11:09.272 INFO E| Compiling scroll_derive v0.12.0
86642024-08-16T04:11:12.126Z[ recovery-image] Aug 16 04:11:11.099 INFO E| Compiling scroll v0.12.0
86652024-08-16T04:11:12.836Z[ recovery-image] Aug 16 04:11:11.812 INFO E| Compiling goblin v0.8.0
86662024-08-16T04:11:14.300Z[ host-image] Aug 16 04:11:13.278 INFO O| Aug 16 04:11:13.278 INFO STEP 1 (unpack_tar) COMPLETE
86672024-08-16T04:11:14.300Z[ host-image] Aug 16 04:11:13.278 INFO O| Aug 16 04:11:13.278 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86682024-08-16T04:11:14.318Z[ host-image] Aug 16 04:11:13.296 INFO O| Aug 16 04:11:13.296 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86692024-08-16T04:11:14.579Z[ host-image] Aug 16 04:11:13.557 INFO O| Aug 16 04:11:13.557 INFO STEP 2 (devfsadm) COMPLETE
86702024-08-16T04:11:14.579Z[ host-image] Aug 16 04:11:13.557 INFO O| Aug 16 04:11:13.557 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86712024-08-16T04:11:14.592Z[ host-image] Aug 16 04:11:13.571 INFO O| Aug 16 04:11:13.571 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86722024-08-16T04:11:14.592Z[ host-image] Aug 16 04:11:13.571 INFO O| Aug 16 04:11:13.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86732024-08-16T04:11:14.595Z[ host-image] Aug 16 04:11:13.571 INFO O| Aug 16 04:11:13.571 INFO STEP 3 (ensure_dir) COMPLETE
86742024-08-16T04:11:14.595Z[ host-image] Aug 16 04:11:13.571 INFO O| Aug 16 04:11:13.571 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86752024-08-16T04:11:14.607Z[ host-image] Aug 16 04:11:13.586 INFO O| Aug 16 04:11:13.586 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86762024-08-16T04:11:14.607Z[ host-image] Aug 16 04:11:13.586 INFO O| Aug 16 04:11:13.586 INFO STEP 4 (ensure_dir) COMPLETE
86772024-08-16T04:11:14.610Z[ host-image] Aug 16 04:11:13.586 INFO O| Aug 16 04:11:13.586 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86782024-08-16T04:11:14.618Z[ host-image] Aug 16 04:11:13.597 INFO O| Aug 16 04:11:13.597 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86792024-08-16T04:11:14.618Z[ host-image] Aug 16 04:11:13.597 INFO O| Aug 16 04:11:13.597 INFO STEP 5 (ensure_dir) COMPLETE
86802024-08-16T04:11:14.621Z[ host-image] Aug 16 04:11:13.597 INFO O| Aug 16 04:11:13.597 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86812024-08-16T04:11:14.633Z[ host-image] Aug 16 04:11:13.612 INFO O| Aug 16 04:11:13.612 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86822024-08-16T04:11:14.634Z[ host-image] Aug 16 04:11:13.612 INFO O| Aug 16 04:11:13.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86832024-08-16T04:11:14.636Z[ host-image] Aug 16 04:11:13.612 INFO O| Aug 16 04:11:13.612 INFO STEP 6 (ensure_dir) COMPLETE
86842024-08-16T04:11:14.636Z[ host-image] Aug 16 04:11:13.612 INFO O| Aug 16 04:11:13.612 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86852024-08-16T04:11:14.647Z[ host-image] Aug 16 04:11:13.626 INFO O| Aug 16 04:11:13.626 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86862024-08-16T04:11:14.647Z[ host-image] Aug 16 04:11:13.626 INFO O| Aug 16 04:11:13.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86872024-08-16T04:11:14.650Z[ host-image] Aug 16 04:11:13.626 INFO O| Aug 16 04:11:13.626 INFO STEP 7 (ensure_dir) COMPLETE
86882024-08-16T04:11:14.650Z[ host-image] Aug 16 04:11:13.626 INFO O| Aug 16 04:11:13.626 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86892024-08-16T04:11:14.658Z[ host-image] Aug 16 04:11:13.637 INFO O| Aug 16 04:11:13.637 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86902024-08-16T04:11:14.661Z[ host-image] Aug 16 04:11:13.637 INFO O| Aug 16 04:11:13.637 INFO STEP 8 (remove_files) COMPLETE
86912024-08-16T04:11:14.661Z[ host-image] Aug 16 04:11:13.637 INFO O| Aug 16 04:11:13.637 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86922024-08-16T04:11:14.674Z[ host-image] Aug 16 04:11:13.652 INFO O| Aug 16 04:11:13.652 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86932024-08-16T04:11:14.678Z[ host-image] Aug 16 04:11:13.654 INFO O| Aug 16 04:11:13.654 INFO STEP 9 (remove_files) COMPLETE
86942024-08-16T04:11:14.678Z[ host-image] Aug 16 04:11:13.654 INFO O| Aug 16 04:11:13.654 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86952024-08-16T04:11:14.691Z[ host-image] Aug 16 04:11:13.669 INFO O| Aug 16 04:11:13.669 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86962024-08-16T04:11:14.693Z[ host-image] Aug 16 04:11:13.671 INFO O| Aug 16 04:11:13.671 INFO STEP 10 (remove_files) COMPLETE
86972024-08-16T04:11:14.693Z[ host-image] Aug 16 04:11:13.671 INFO O| Aug 16 04:11:13.671 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86982024-08-16T04:11:14.706Z[ host-image] Aug 16 04:11:13.684 INFO O| Aug 16 04:11:13.684 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86992024-08-16T04:11:14.706Z[ host-image] Aug 16 04:11:13.684 INFO O| Aug 16 04:11:13.684 INFO STEP 11 (remove_files) COMPLETE
87002024-08-16T04:11:14.708Z[ host-image] Aug 16 04:11:13.685 INFO O| Aug 16 04:11:13.684 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87012024-08-16T04:11:14.721Z[ host-image] Aug 16 04:11:13.700 INFO O| Aug 16 04:11:13.699 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87022024-08-16T04:11:14.721Z[ host-image] Aug 16 04:11:13.700 INFO O| Aug 16 04:11:13.700 INFO STEP 12 (remove_files) COMPLETE
87032024-08-16T04:11:14.724Z[ host-image] Aug 16 04:11:13.700 INFO O| Aug 16 04:11:13.700 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87042024-08-16T04:11:14.736Z[ host-image] Aug 16 04:11:13.715 INFO O| Aug 16 04:11:13.715 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87052024-08-16T04:11:14.736Z[ host-image] Aug 16 04:11:13.715 INFO O| Aug 16 04:11:13.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87062024-08-16T04:11:14.739Z[ host-image] Aug 16 04:11:13.715 INFO O| Aug 16 04:11:13.715 INFO STEP 13 (ensure_dir) COMPLETE
87072024-08-16T04:11:14.739Z[ host-image] Aug 16 04:11:13.715 INFO O| Aug 16 04:11:13.715 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87082024-08-16T04:11:14.751Z[ host-image] Aug 16 04:11:13.730 INFO O| Aug 16 04:11:13.730 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87092024-08-16T04:11:14.751Z[ host-image] Aug 16 04:11:13.730 INFO O| Aug 16 04:11:13.730 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87102024-08-16T04:11:14.754Z[ host-image] Aug 16 04:11:13.730 INFO O| Aug 16 04:11:13.730 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87112024-08-16T04:11:14.754Z[ host-image] Aug 16 04:11:13.731 INFO O| Aug 16 04:11:13.730 INFO STEP 14 (ensure_dir) COMPLETE
87122024-08-16T04:11:14.754Z[ host-image] Aug 16 04:11:13.731 INFO O| Aug 16 04:11:13.730 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87132024-08-16T04:11:14.767Z[ host-image] Aug 16 04:11:13.746 INFO O| Aug 16 04:11:13.746 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87142024-08-16T04:11:14.770Z[ host-image] Aug 16 04:11:13.746 INFO O| Aug 16 04:11:13.746 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87152024-08-16T04:11:14.770Z[ host-image] Aug 16 04:11:13.746 INFO O| Aug 16 04:11:13.746 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87162024-08-16T04:11:14.770Z[ host-image] Aug 16 04:11:13.746 INFO O| Aug 16 04:11:13.746 INFO STEP 15 (ensure_dir) COMPLETE
87172024-08-16T04:11:14.770Z[ host-image] Aug 16 04:11:13.746 INFO O| Aug 16 04:11:13.746 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87182024-08-16T04:11:14.781Z[ host-image] Aug 16 04:11:13.760 INFO O| Aug 16 04:11:13.760 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87192024-08-16T04:11:14.784Z[ host-image] Aug 16 04:11:13.760 INFO O| Aug 16 04:11:13.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87202024-08-16T04:11:14.784Z[ host-image] Aug 16 04:11:13.760 INFO O| Aug 16 04:11:13.760 INFO STEP 16 (ensure_dir) COMPLETE
87212024-08-16T04:11:14.784Z[ host-image] Aug 16 04:11:13.760 INFO O| Aug 16 04:11:13.760 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87222024-08-16T04:11:14.796Z[ host-image] Aug 16 04:11:13.775 INFO O| Aug 16 04:11:13.775 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87232024-08-16T04:11:14.799Z[ host-image] Aug 16 04:11:13.775 INFO O| Aug 16 04:11:13.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87242024-08-16T04:11:14.799Z[ host-image] Aug 16 04:11:13.775 INFO O| Aug 16 04:11:13.775 INFO STEP 17 (ensure_dir) COMPLETE
87252024-08-16T04:11:14.799Z[ host-image] Aug 16 04:11:13.775 INFO O| Aug 16 04:11:13.775 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87262024-08-16T04:11:14.813Z[ host-image] Aug 16 04:11:13.791 INFO O| Aug 16 04:11:13.791 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87272024-08-16T04:11:14.813Z[ host-image] Aug 16 04:11:13.791 INFO O| Aug 16 04:11:13.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
87282024-08-16T04:11:14.815Z[ host-image] Aug 16 04:11:13.791 INFO O| Aug 16 04:11:13.791 INFO ok!
87292024-08-16T04:11:14.815Z[ host-image] Aug 16 04:11:13.791 INFO O| Aug 16 04:11:13.791 INFO STEP 18 (ensure_symlink) COMPLETE
87302024-08-16T04:11:14.815Z[ host-image] Aug 16 04:11:13.791 INFO O| Aug 16 04:11:13.791 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87312024-08-16T04:11:14.825Z[ host-image] Aug 16 04:11:13.803 INFO O| Aug 16 04:11:13.803 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
87322024-08-16T04:11:14.825Z[ host-image] Aug 16 04:11:13.803 INFO O| Aug 16 04:11:13.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
87332024-08-16T04:11:14.825Z[ host-image] Aug 16 04:11:13.803 INFO O| Aug 16 04:11:13.803 INFO ok!
87342024-08-16T04:11:14.825Z[ host-image] Aug 16 04:11:13.803 INFO O| Aug 16 04:11:13.803 INFO STEP 19 (ensure_file) COMPLETE
87352024-08-16T04:11:14.825Z[ host-image] Aug 16 04:11:13.803 INFO O| Aug 16 04:11:13.803 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87362024-08-16T04:11:14.835Z[ host-image] Aug 16 04:11:13.814 INFO O| Aug 16 04:11:13.813 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
87372024-08-16T04:11:14.835Z[ host-image] Aug 16 04:11:13.814 INFO O| Aug 16 04:11:13.814 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87382024-08-16T04:11:14.837Z[ host-image] Aug 16 04:11:13.814 INFO O| Aug 16 04:11:13.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
87392024-08-16T04:11:14.837Z[ host-image] Aug 16 04:11:13.814 INFO O| Aug 16 04:11:13.814 INFO ok!
87402024-08-16T04:11:14.837Z[ host-image] Aug 16 04:11:13.814 INFO O| Aug 16 04:11:13.814 INFO STEP 20 (ensure_symlink) COMPLETE
87412024-08-16T04:11:14.837Z[ host-image] Aug 16 04:11:13.814 INFO O| Aug 16 04:11:13.814 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87422024-08-16T04:11:14.846Z[ host-image] Aug 16 04:11:13.825 INFO O| Aug 16 04:11:13.825 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
87432024-08-16T04:11:14.849Z[ host-image] Aug 16 04:11:13.825 INFO O| Aug 16 04:11:13.825 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87442024-08-16T04:11:14.849Z[ host-image] Aug 16 04:11:13.825 INFO O| Aug 16 04:11:13.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
87452024-08-16T04:11:14.849Z[ host-image] Aug 16 04:11:13.825 INFO O| Aug 16 04:11:13.825 INFO ok!
87462024-08-16T04:11:14.849Z[ host-image] Aug 16 04:11:13.825 INFO O| Aug 16 04:11:13.825 INFO STEP 21 (ensure_symlink) COMPLETE
87472024-08-16T04:11:14.849Z[ host-image] Aug 16 04:11:13.825 INFO O| Aug 16 04:11:13.825 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87482024-08-16T04:11:14.862Z[ host-image] Aug 16 04:11:13.841 INFO O| Aug 16 04:11:13.841 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
87492024-08-16T04:11:14.865Z[ host-image] Aug 16 04:11:13.841 INFO O| Aug 16 04:11:13.841 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87502024-08-16T04:11:14.865Z[ host-image] Aug 16 04:11:13.841 INFO O| Aug 16 04:11:13.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
87512024-08-16T04:11:14.865Z[ host-image] Aug 16 04:11:13.841 INFO O| Aug 16 04:11:13.841 INFO ok!
87522024-08-16T04:11:14.865Z[ host-image] Aug 16 04:11:13.841 INFO O| Aug 16 04:11:13.841 INFO STEP 22 (ensure_symlink) COMPLETE
87532024-08-16T04:11:14.865Z[ host-image] Aug 16 04:11:13.841 INFO O| Aug 16 04:11:13.841 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87542024-08-16T04:11:14.878Z[ host-image] Aug 16 04:11:13.856 INFO O| Aug 16 04:11:13.856 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
87552024-08-16T04:11:14.881Z[ host-image] Aug 16 04:11:13.856 INFO O| Aug 16 04:11:13.856 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87562024-08-16T04:11:14.881Z[ host-image] Aug 16 04:11:13.856 INFO O| Aug 16 04:11:13.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
87572024-08-16T04:11:14.881Z[ host-image] Aug 16 04:11:13.856 INFO O| Aug 16 04:11:13.856 INFO ok!
87582024-08-16T04:11:14.881Z[ host-image] Aug 16 04:11:13.856 INFO O| Aug 16 04:11:13.856 INFO STEP 23 (ensure_symlink) COMPLETE
87592024-08-16T04:11:14.881Z[ host-image] Aug 16 04:11:13.856 INFO O| Aug 16 04:11:13.856 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87602024-08-16T04:11:14.889Z[ host-image] Aug 16 04:11:13.867 INFO O| Aug 16 04:11:13.867 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87612024-08-16T04:11:14.892Z[ host-image] Aug 16 04:11:13.868 INFO O| Aug 16 04:11:13.868 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
87622024-08-16T04:11:14.892Z[ host-image] Aug 16 04:11:13.868 INFO O| Aug 16 04:11:13.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87632024-08-16T04:11:14.892Z[ host-image] Aug 16 04:11:13.868 INFO O| Aug 16 04:11:13.868 INFO ok!
87642024-08-16T04:11:14.892Z[ host-image] Aug 16 04:11:13.868 INFO O| Aug 16 04:11:13.868 INFO STEP 24 (ensure_file) COMPLETE
87652024-08-16T04:11:14.892Z[ host-image] Aug 16 04:11:13.868 INFO O| Aug 16 04:11:13.868 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87662024-08-16T04:11:14.907Z[ host-image] Aug 16 04:11:13.884 INFO O| Aug 16 04:11:13.884 INFO updating shadow file
87672024-08-16T04:11:14.910Z[ host-image] Aug 16 04:11:13.885 INFO O| Aug 16 04:11:13.885 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87682024-08-16T04:11:14.910Z[ host-image] Aug 16 04:11:13.885 INFO O| Aug 16 04:11:13.885 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87692024-08-16T04:11:14.910Z[ host-image] Aug 16 04:11:13.885 INFO O| Aug 16 04:11:13.885 INFO STEP 25 (shadow) COMPLETE
87702024-08-16T04:11:14.910Z[ host-image] Aug 16 04:11:13.885 INFO O| Aug 16 04:11:13.885 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87712024-08-16T04:11:14.922Z[ host-image] Aug 16 04:11:13.900 INFO O| Aug 16 04:11:13.900 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87722024-08-16T04:11:14.922Z[ host-image] Aug 16 04:11:13.900 INFO O| Aug 16 04:11:13.900 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87732024-08-16T04:11:14.925Z[ host-image] Aug 16 04:11:13.900 INFO O| Aug 16 04:11:13.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87742024-08-16T04:11:14.925Z[ host-image] Aug 16 04:11:13.900 INFO O| Aug 16 04:11:13.900 INFO ok!
87752024-08-16T04:11:14.925Z[ host-image] Aug 16 04:11:13.900 INFO O| Aug 16 04:11:13.900 INFO STEP 26 (ensure_file) COMPLETE
87762024-08-16T04:11:14.925Z[ host-image] Aug 16 04:11:13.900 INFO O| Aug 16 04:11:13.900 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87772024-08-16T04:11:14.938Z[ host-image] Aug 16 04:11:13.916 INFO O| Aug 16 04:11:13.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87782024-08-16T04:11:14.938Z[ host-image] Aug 16 04:11:13.916 INFO O| Aug 16 04:11:13.916 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87792024-08-16T04:11:14.941Z[ host-image] Aug 16 04:11:13.916 INFO O| Aug 16 04:11:13.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87802024-08-16T04:11:14.941Z[ host-image] Aug 16 04:11:13.916 INFO O| Aug 16 04:11:13.916 INFO ok!
87812024-08-16T04:11:14.941Z[ host-image] Aug 16 04:11:13.917 INFO O| Aug 16 04:11:13.917 INFO STEP 27 (ensure_file) COMPLETE
87822024-08-16T04:11:14.941Z[ host-image] Aug 16 04:11:13.917 INFO O| Aug 16 04:11:13.917 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87832024-08-16T04:11:14.955Z[ host-image] Aug 16 04:11:13.933 INFO O| Aug 16 04:11:13.933 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87842024-08-16T04:11:14.957Z[ host-image] Aug 16 04:11:13.934 INFO O| Aug 16 04:11:13.933 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87852024-08-16T04:11:14.957Z[ host-image] Aug 16 04:11:13.934 INFO O| Aug 16 04:11:13.934 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87862024-08-16T04:11:14.957Z[ host-image] Aug 16 04:11:13.934 INFO O| Aug 16 04:11:13.934 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87872024-08-16T04:11:14.957Z[ host-image] Aug 16 04:11:13.934 INFO O| Aug 16 04:11:13.934 INFO ok!
87882024-08-16T04:11:14.957Z[ host-image] Aug 16 04:11:13.934 INFO O| Aug 16 04:11:13.934 INFO STEP 28 (ensure_file) COMPLETE
87892024-08-16T04:11:14.958Z[ host-image] Aug 16 04:11:13.934 INFO O| Aug 16 04:11:13.934 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87902024-08-16T04:11:14.971Z[ host-image] Aug 16 04:11:13.949 INFO O| Aug 16 04:11:13.949 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87912024-08-16T04:11:14.971Z[ host-image] Aug 16 04:11:13.949 INFO O| Aug 16 04:11:13.949 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87922024-08-16T04:11:14.974Z[ host-image] Aug 16 04:11:13.949 INFO O| Aug 16 04:11:13.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87932024-08-16T04:11:14.974Z[ host-image] Aug 16 04:11:13.949 INFO O| Aug 16 04:11:13.949 INFO ok!
87942024-08-16T04:11:14.974Z[ host-image] Aug 16 04:11:13.950 INFO O| Aug 16 04:11:13.950 INFO STEP 29 (ensure_file) COMPLETE
87952024-08-16T04:11:14.974Z[ host-image] Aug 16 04:11:13.950 INFO O| Aug 16 04:11:13.950 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87962024-08-16T04:11:14.985Z[ host-image] Aug 16 04:11:13.963 INFO O| Aug 16 04:11:13.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87972024-08-16T04:11:14.985Z[ host-image] Aug 16 04:11:13.964 INFO O| Aug 16 04:11:13.963 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87982024-08-16T04:11:14.987Z[ host-image] Aug 16 04:11:13.964 INFO O| Aug 16 04:11:13.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87992024-08-16T04:11:14.987Z[ host-image] Aug 16 04:11:13.964 INFO O| Aug 16 04:11:13.964 INFO ok!
88002024-08-16T04:11:14.987Z[ host-image] Aug 16 04:11:13.964 INFO O| Aug 16 04:11:13.964 INFO STEP 30 (ensure_file) COMPLETE
88012024-08-16T04:11:14.987Z[ host-image] Aug 16 04:11:13.964 INFO O| Aug 16 04:11:13.964 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88022024-08-16T04:11:14.999Z[ host-image] Aug 16 04:11:13.978 INFO O| Aug 16 04:11:13.978 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88032024-08-16T04:11:14.999Z[ host-image] Aug 16 04:11:13.978 INFO O| Aug 16 04:11:13.978 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88042024-08-16T04:11:15.002Z[ host-image] Aug 16 04:11:13.978 INFO O| Aug 16 04:11:13.978 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88052024-08-16T04:11:15.002Z[ host-image] Aug 16 04:11:13.978 INFO O| Aug 16 04:11:13.978 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88062024-08-16T04:11:15.002Z[ host-image] Aug 16 04:11:13.978 INFO O| Aug 16 04:11:13.978 INFO ok!
88072024-08-16T04:11:15.002Z[ host-image] Aug 16 04:11:13.978 INFO O| Aug 16 04:11:13.978 INFO STEP 31 (ensure_file) COMPLETE
88082024-08-16T04:11:15.002Z[ host-image] Aug 16 04:11:13.978 INFO O| Aug 16 04:11:13.978 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88092024-08-16T04:11:15.014Z[ host-image] Aug 16 04:11:13.993 INFO O| Aug 16 04:11:13.993 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88102024-08-16T04:11:15.014Z[ host-image] Aug 16 04:11:13.993 INFO O| Aug 16 04:11:13.993 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88112024-08-16T04:11:15.017Z[ host-image] Aug 16 04:11:13.993 INFO O| Aug 16 04:11:13.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88122024-08-16T04:11:15.017Z[ host-image] Aug 16 04:11:13.993 INFO O| Aug 16 04:11:13.993 INFO ok!
88132024-08-16T04:11:15.017Z[ host-image] Aug 16 04:11:13.993 INFO O| Aug 16 04:11:13.993 INFO STEP 32 (ensure_file) COMPLETE
88142024-08-16T04:11:15.017Z[ host-image] Aug 16 04:11:13.993 INFO O| Aug 16 04:11:13.993 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88152024-08-16T04:11:15.030Z[ host-image] Aug 16 04:11:14.008 INFO O| Aug 16 04:11:14.008 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88162024-08-16T04:11:15.032Z[ host-image] Aug 16 04:11:14.008 INFO O| Aug 16 04:11:14.008 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88172024-08-16T04:11:15.032Z[ host-image] Aug 16 04:11:14.009 INFO O| Aug 16 04:11:14.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88182024-08-16T04:11:15.032Z[ host-image] Aug 16 04:11:14.009 INFO O| Aug 16 04:11:14.008 INFO ok!
88192024-08-16T04:11:15.032Z[ host-image] Aug 16 04:11:14.009 INFO O| Aug 16 04:11:14.009 INFO STEP 33 (ensure_file) COMPLETE
88202024-08-16T04:11:15.032Z[ host-image] Aug 16 04:11:14.009 INFO O| Aug 16 04:11:14.009 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88212024-08-16T04:11:15.044Z[ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88222024-08-16T04:11:15.044Z[ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88232024-08-16T04:11:15.047Z[ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88242024-08-16T04:11:15.047Z[ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88252024-08-16T04:11:15.047Z[ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88262024-08-16T04:11:15.047Z[ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88272024-08-16T04:11:15.047Z[ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO ok!
88282024-08-16T04:11:15.047Z[ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO STEP 34 (ensure_file) COMPLETE
88292024-08-16T04:11:15.047Z[ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88302024-08-16T04:11:15.058Z[ host-image] Aug 16 04:11:14.037 INFO O| Aug 16 04:11:14.037 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88312024-08-16T04:11:15.061Z[ host-image] Aug 16 04:11:14.037 INFO O| Aug 16 04:11:14.037 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88322024-08-16T04:11:15.061Z[ host-image] Aug 16 04:11:14.037 INFO O| Aug 16 04:11:14.037 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88332024-08-16T04:11:15.061Z[ host-image] Aug 16 04:11:14.037 INFO O| Aug 16 04:11:14.037 INFO STEP 35 (ensure_dir) COMPLETE
88342024-08-16T04:11:15.061Z[ host-image] Aug 16 04:11:14.037 INFO O| Aug 16 04:11:14.037 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88352024-08-16T04:11:15.073Z[ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
88362024-08-16T04:11:15.073Z[ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
88372024-08-16T04:11:15.076Z[ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
88382024-08-16T04:11:15.076Z[ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
88392024-08-16T04:11:15.076Z[ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
88402024-08-16T04:11:15.076Z[ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
88412024-08-16T04:11:15.076Z[ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 INFO ok!
88422024-08-16T04:11:15.076Z[ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 INFO STEP 36 (ensure_file) COMPLETE
88432024-08-16T04:11:15.076Z[ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88442024-08-16T04:11:15.090Z[ host-image] Aug 16 04:11:14.067 INFO O| Aug 16 04:11:14.067 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88452024-08-16T04:11:15.090Z[ host-image] Aug 16 04:11:14.067 INFO O| Aug 16 04:11:14.067 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
88462024-08-16T04:11:15.093Z[ host-image] Aug 16 04:11:14.067 INFO O| Aug 16 04:11:14.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88472024-08-16T04:11:15.093Z[ host-image] Aug 16 04:11:14.067 INFO O| Aug 16 04:11:14.067 INFO ok!
88482024-08-16T04:11:15.093Z[ host-image] Aug 16 04:11:14.067 INFO O| Aug 16 04:11:14.067 INFO STEP 37 (ensure_symlink) COMPLETE
88492024-08-16T04:11:15.093Z[ host-image] Aug 16 04:11:14.067 INFO O| Aug 16 04:11:14.067 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88502024-08-16T04:11:15.103Z[ host-image] Aug 16 04:11:14.082 INFO O| Aug 16 04:11:14.082 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
88512024-08-16T04:11:15.103Z[ host-image] Aug 16 04:11:14.082 INFO O| Aug 16 04:11:14.082 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88522024-08-16T04:11:15.106Z[ host-image] Aug 16 04:11:14.082 INFO O| Aug 16 04:11:14.082 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88532024-08-16T04:11:15.106Z[ host-image] Aug 16 04:11:14.083 INFO O| Aug 16 04:11:14.082 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88542024-08-16T04:11:15.106Z[ host-image] Aug 16 04:11:14.083 INFO O| Aug 16 04:11:14.083 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88552024-08-16T04:11:15.106Z[ host-image] Aug 16 04:11:14.083 INFO O| Aug 16 04:11:14.083 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88562024-08-16T04:11:15.106Z[ host-image] Aug 16 04:11:14.083 INFO O| Aug 16 04:11:14.083 INFO ok!
88572024-08-16T04:11:15.106Z[ host-image] Aug 16 04:11:14.083 INFO O| Aug 16 04:11:14.083 INFO STEP 38 (ensure_file) COMPLETE
88582024-08-16T04:11:15.106Z[ host-image] Aug 16 04:11:14.083 INFO O| Aug 16 04:11:14.083 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88592024-08-16T04:11:15.120Z[ host-image] Aug 16 04:11:14.098 INFO O| Aug 16 04:11:14.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88602024-08-16T04:11:15.120Z[ host-image] Aug 16 04:11:14.098 INFO O| Aug 16 04:11:14.098 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
88612024-08-16T04:11:15.122Z[ host-image] Aug 16 04:11:14.098 INFO O| Aug 16 04:11:14.098 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88622024-08-16T04:11:15.122Z[ host-image] Aug 16 04:11:14.098 INFO O| Aug 16 04:11:14.098 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88632024-08-16T04:11:15.122Z[ host-image] Aug 16 04:11:14.099 INFO O| Aug 16 04:11:14.098 INFO ok!
88642024-08-16T04:11:15.122Z[ host-image] Aug 16 04:11:14.099 INFO O| Aug 16 04:11:14.099 INFO STEP 39 (ensure_file) COMPLETE
88652024-08-16T04:11:15.122Z[ host-image] Aug 16 04:11:14.099 INFO O| Aug 16 04:11:14.099 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88662024-08-16T04:11:15.137Z[ host-image] Aug 16 04:11:14.115 INFO O| Aug 16 04:11:14.115 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88672024-08-16T04:11:15.137Z[ host-image] Aug 16 04:11:14.115 INFO O| Aug 16 04:11:14.115 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88682024-08-16T04:11:15.139Z[ host-image] Aug 16 04:11:14.116 INFO O| Aug 16 04:11:14.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88692024-08-16T04:11:15.139Z[ host-image] Aug 16 04:11:14.116 INFO O| Aug 16 04:11:14.116 INFO ok!
88702024-08-16T04:11:15.139Z[ host-image] Aug 16 04:11:14.116 INFO O| Aug 16 04:11:14.116 INFO STEP 40 (ensure_file) COMPLETE
88712024-08-16T04:11:15.139Z[ host-image] Aug 16 04:11:14.116 INFO O| Aug 16 04:11:14.116 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88722024-08-16T04:11:15.154Z[ host-image] Aug 16 04:11:14.132 INFO O| Aug 16 04:11:14.132 INFO updating shadow file
88732024-08-16T04:11:15.154Z[ host-image] Aug 16 04:11:14.132 INFO O| Aug 16 04:11:14.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88742024-08-16T04:11:15.154Z[ host-image] Aug 16 04:11:14.132 INFO O| Aug 16 04:11:14.132 INFO STEP 41 (shadow) COMPLETE
88752024-08-16T04:11:15.156Z[ host-image] Aug 16 04:11:14.132 INFO O| Aug 16 04:11:14.132 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88762024-08-16T04:11:15.168Z[ host-image] Aug 16 04:11:14.147 INFO O| Aug 16 04:11:14.147 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88772024-08-16T04:11:15.171Z[ host-image] Aug 16 04:11:14.147 INFO O| Aug 16 04:11:14.147 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88782024-08-16T04:11:15.171Z[ host-image] Aug 16 04:11:14.147 INFO O| Aug 16 04:11:14.147 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88792024-08-16T04:11:15.171Z[ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88802024-08-16T04:11:15.171Z[ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO ok!
88812024-08-16T04:11:15.171Z[ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO STEP 42 (ensure_file) COMPLETE
88822024-08-16T04:11:15.171Z[ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88832024-08-16T04:11:15.171Z[ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO skip step because feature "mfg" is not enabled
88842024-08-16T04:11:15.171Z[ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88852024-08-16T04:11:15.171Z[ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO skip step because feature "mfg" is not enabled
88862024-08-16T04:11:15.171Z[ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88872024-08-16T04:11:15.185Z[ host-image] Aug 16 04:11:14.164 INFO O| Aug 16 04:11:14.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88882024-08-16T04:11:15.185Z[ host-image] Aug 16 04:11:14.164 INFO O| Aug 16 04:11:14.164 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88892024-08-16T04:11:15.861Z[ recovery-image] Aug 16 04:11:14.837 INFO E| Compiling bitstruct_derive v0.1.0
88902024-08-16T04:11:16.012Z[ host-image] Aug 16 04:11:14.991 INFO O| Aug 16 04:11:14.991 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88912024-08-16T04:11:16.012Z[ host-image] Aug 16 04:11:14.991 INFO O| Aug 16 04:11:14.991 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88922024-08-16T04:11:16.015Z[ host-image] Aug 16 04:11:14.991 INFO O| Aug 16 04:11:14.991 INFO ok!
88932024-08-16T04:11:16.015Z[ host-image] Aug 16 04:11:14.991 INFO O| Aug 16 04:11:14.991 INFO STEP 45 (ensure_file) COMPLETE
88942024-08-16T04:11:16.015Z[ host-image] Aug 16 04:11:14.991 INFO O| Aug 16 04:11:14.991 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88952024-08-16T04:11:16.031Z[ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88962024-08-16T04:11:16.031Z[ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88972024-08-16T04:11:16.033Z[ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88982024-08-16T04:11:16.033Z[ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88992024-08-16T04:11:16.033Z[ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89002024-08-16T04:11:16.033Z[ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89012024-08-16T04:11:16.033Z[ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO ok!
89022024-08-16T04:11:16.033Z[ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO STEP 46 (ensure_file) COMPLETE
89032024-08-16T04:11:16.033Z[ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89042024-08-16T04:11:16.048Z[ host-image] Aug 16 04:11:15.027 INFO O| Aug 16 04:11:15.027 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89052024-08-16T04:11:16.050Z[ host-image] Aug 16 04:11:15.027 INFO O| Aug 16 04:11:15.027 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
89062024-08-16T04:11:16.050Z[ host-image] Aug 16 04:11:15.027 INFO O| Aug 16 04:11:15.027 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89072024-08-16T04:11:16.050Z[ host-image] Aug 16 04:11:15.027 INFO O| Aug 16 04:11:15.027 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89082024-08-16T04:11:16.050Z[ host-image] Aug 16 04:11:15.027 INFO O| Aug 16 04:11:15.027 INFO ok!
89092024-08-16T04:11:16.050Z[ host-image] Aug 16 04:11:15.027 INFO O| Aug 16 04:11:15.027 INFO STEP 47 (ensure_file) COMPLETE
89102024-08-16T04:11:16.050Z[ host-image] Aug 16 04:11:15.027 INFO O| Aug 16 04:11:15.027 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89112024-08-16T04:11:16.064Z[ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89122024-08-16T04:11:16.064Z[ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89132024-08-16T04:11:16.067Z[ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89142024-08-16T04:11:16.067Z[ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89152024-08-16T04:11:16.067Z[ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89162024-08-16T04:11:16.067Z[ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89172024-08-16T04:11:16.067Z[ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO ok!
89182024-08-16T04:11:16.067Z[ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO STEP 48 (ensure_file) COMPLETE
89192024-08-16T04:11:16.067Z[ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89202024-08-16T04:11:16.080Z[ host-image] Aug 16 04:11:15.059 INFO O| Aug 16 04:11:15.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89212024-08-16T04:11:16.080Z[ host-image] Aug 16 04:11:15.059 INFO O| Aug 16 04:11:15.059 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
89222024-08-16T04:11:16.082Z[ host-image] Aug 16 04:11:15.059 INFO O| Aug 16 04:11:15.059 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89232024-08-16T04:11:16.082Z[ host-image] Aug 16 04:11:15.059 INFO O| Aug 16 04:11:15.059 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89242024-08-16T04:11:16.082Z[ host-image] Aug 16 04:11:15.059 INFO O| Aug 16 04:11:15.059 INFO ok!
89252024-08-16T04:11:16.082Z[ host-image] Aug 16 04:11:15.059 INFO O| Aug 16 04:11:15.059 INFO STEP 49 (ensure_file) COMPLETE
89262024-08-16T04:11:16.082Z[ host-image] Aug 16 04:11:15.059 INFO O| Aug 16 04:11:15.059 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89272024-08-16T04:11:16.093Z[ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89282024-08-16T04:11:16.093Z[ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
89292024-08-16T04:11:16.096Z[ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89302024-08-16T04:11:16.096Z[ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89312024-08-16T04:11:16.096Z[ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89322024-08-16T04:11:16.096Z[ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89332024-08-16T04:11:16.096Z[ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO ok!
89342024-08-16T04:11:16.096Z[ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO STEP 50 (ensure_file) COMPLETE
89352024-08-16T04:11:16.096Z[ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89362024-08-16T04:11:16.108Z[ host-image] Aug 16 04:11:15.086 INFO O| Aug 16 04:11:15.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
89372024-08-16T04:11:16.108Z[ host-image] Aug 16 04:11:15.086 INFO O| Aug 16 04:11:15.086 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
89382024-08-16T04:11:16.111Z[ host-image] Aug 16 04:11:15.086 INFO O| Aug 16 04:11:15.086 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89392024-08-16T04:11:16.111Z[ host-image] Aug 16 04:11:15.086 INFO O| Aug 16 04:11:15.086 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89402024-08-16T04:11:16.111Z[ host-image] Aug 16 04:11:15.086 INFO O| Aug 16 04:11:15.086 INFO ok!
89412024-08-16T04:11:16.111Z[ host-image] Aug 16 04:11:15.086 INFO O| Aug 16 04:11:15.086 INFO STEP 51 (ensure_file) COMPLETE
89422024-08-16T04:11:16.111Z[ host-image] Aug 16 04:11:15.086 INFO O| Aug 16 04:11:15.086 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89432024-08-16T04:11:16.124Z[ host-image] Aug 16 04:11:15.102 INFO O| Aug 16 04:11:15.102 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
89442024-08-16T04:11:16.124Z[ host-image] Aug 16 04:11:15.103 INFO O| Aug 16 04:11:15.102 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
89452024-08-16T04:11:16.127Z[ host-image] Aug 16 04:11:15.103 INFO O| Aug 16 04:11:15.103 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89462024-08-16T04:11:16.127Z[ host-image] Aug 16 04:11:15.103 INFO O| Aug 16 04:11:15.103 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89472024-08-16T04:11:16.127Z[ host-image] Aug 16 04:11:15.103 INFO O| Aug 16 04:11:15.103 INFO ok!
89482024-08-16T04:11:16.127Z[ host-image] Aug 16 04:11:15.103 INFO O| Aug 16 04:11:15.103 INFO STEP 52 (ensure_file) COMPLETE
89492024-08-16T04:11:16.127Z[ host-image] Aug 16 04:11:15.103 INFO O| Aug 16 04:11:15.103 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89502024-08-16T04:11:16.137Z[ host-image] Aug 16 04:11:15.116 INFO O| Aug 16 04:11:15.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
89512024-08-16T04:11:16.137Z[ host-image] Aug 16 04:11:15.116 INFO O| Aug 16 04:11:15.116 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
89522024-08-16T04:11:16.140Z[ host-image] Aug 16 04:11:15.116 INFO O| Aug 16 04:11:15.116 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89532024-08-16T04:11:16.140Z[ host-image] Aug 16 04:11:15.116 INFO O| Aug 16 04:11:15.116 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89542024-08-16T04:11:16.140Z[ host-image] Aug 16 04:11:15.116 INFO O| Aug 16 04:11:15.116 INFO ok!
89552024-08-16T04:11:16.140Z[ host-image] Aug 16 04:11:15.116 INFO O| Aug 16 04:11:15.116 INFO STEP 53 (ensure_file) COMPLETE
89562024-08-16T04:11:16.140Z[ host-image] Aug 16 04:11:15.116 INFO O| Aug 16 04:11:15.116 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89572024-08-16T04:11:16.150Z[ host-image] Aug 16 04:11:15.129 INFO O| Aug 16 04:11:15.129 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
89582024-08-16T04:11:16.153Z[ host-image] Aug 16 04:11:15.129 INFO O| Aug 16 04:11:15.129 INFO STEP 54 (ensure_dir) COMPLETE
89592024-08-16T04:11:16.153Z[ host-image] Aug 16 04:11:15.129 INFO O| Aug 16 04:11:15.129 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89602024-08-16T04:11:16.164Z[ host-image] Aug 16 04:11:15.143 INFO O| Aug 16 04:11:15.143 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89612024-08-16T04:11:16.164Z[ host-image] Aug 16 04:11:15.143 INFO O| Aug 16 04:11:15.143 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89622024-08-16T04:11:16.167Z[ host-image] Aug 16 04:11:15.143 INFO O| Aug 16 04:11:15.143 INFO STEP 55 (ensure_dir) COMPLETE
89632024-08-16T04:11:16.167Z[ host-image] Aug 16 04:11:15.143 INFO O| Aug 16 04:11:15.143 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89642024-08-16T04:11:16.180Z[ host-image] Aug 16 04:11:15.157 INFO O| Aug 16 04:11:15.157 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89652024-08-16T04:11:16.244Z[ host-image] Aug 16 04:11:15.158 INFO O| Aug 16 04:11:15.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89662024-08-16T04:11:16.245Z[ host-image] Aug 16 04:11:15.158 INFO O| Aug 16 04:11:15.158 INFO STEP 56 (ensure_dir) COMPLETE
89672024-08-16T04:11:16.245Z[ host-image] Aug 16 04:11:15.158 INFO O| Aug 16 04:11:15.158 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89682024-08-16T04:11:16.247Z[ host-image] Aug 16 04:11:15.170 INFO O| Aug 16 04:11:15.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89692024-08-16T04:11:16.247Z[ host-image] Aug 16 04:11:15.170 INFO O| Aug 16 04:11:15.170 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89702024-08-16T04:11:16.247Z[ host-image] Aug 16 04:11:15.193 INFO O| Aug 16 04:11:15.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89712024-08-16T04:11:16.247Z[ host-image] Aug 16 04:11:15.193 INFO O| Aug 16 04:11:15.193 INFO ok!
89722024-08-16T04:11:16.247Z[ host-image] Aug 16 04:11:15.193 INFO O| Aug 16 04:11:15.193 INFO STEP 57 (ensure_file) COMPLETE
89732024-08-16T04:11:16.247Z[ host-image] Aug 16 04:11:15.193 INFO O| Aug 16 04:11:15.193 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89742024-08-16T04:11:16.247Z[ host-image] Aug 16 04:11:15.212 INFO O| Aug 16 04:11:15.212 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89752024-08-16T04:11:16.247Z[ host-image] Aug 16 04:11:15.212 INFO O| Aug 16 04:11:15.212 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89762024-08-16T04:11:17.629Z[ host-image] Aug 16 04:11:16.608 INFO O| Aug 16 04:11:16.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89772024-08-16T04:11:17.629Z[ host-image] Aug 16 04:11:16.608 INFO O| Aug 16 04:11:16.608 INFO ok!
89782024-08-16T04:11:17.631Z[ host-image] Aug 16 04:11:16.608 INFO O| Aug 16 04:11:16.608 INFO STEP 58 (ensure_file) COMPLETE
89792024-08-16T04:11:17.631Z[ host-image] Aug 16 04:11:16.608 INFO O| Aug 16 04:11:16.608 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89802024-08-16T04:11:17.641Z[ host-image] Aug 16 04:11:16.620 INFO O| Aug 16 04:11:16.620 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89812024-08-16T04:11:17.643Z[ host-image] Aug 16 04:11:16.620 INFO O| Aug 16 04:11:16.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89822024-08-16T04:11:17.643Z[ host-image] Aug 16 04:11:16.620 INFO O| Aug 16 04:11:16.620 INFO STEP 59 (ensure_dir) COMPLETE
89832024-08-16T04:11:17.643Z[ host-image] Aug 16 04:11:16.620 INFO O| Aug 16 04:11:16.620 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89842024-08-16T04:11:17.651Z[ host-image] Aug 16 04:11:16.630 INFO O| Aug 16 04:11:16.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89852024-08-16T04:11:17.651Z[ host-image] Aug 16 04:11:16.630 INFO O| Aug 16 04:11:16.630 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
89862024-08-16T04:11:17.654Z[ host-image] Aug 16 04:11:16.630 INFO O| Aug 16 04:11:16.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89872024-08-16T04:11:17.654Z[ host-image] Aug 16 04:11:16.630 INFO O| Aug 16 04:11:16.630 INFO ok!
89882024-08-16T04:11:17.654Z[ host-image] Aug 16 04:11:16.630 INFO O| Aug 16 04:11:16.630 INFO STEP 60 (ensure_file) COMPLETE
89892024-08-16T04:11:17.654Z[ host-image] Aug 16 04:11:16.630 INFO O| Aug 16 04:11:16.630 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89902024-08-16T04:11:17.661Z[ host-image] Aug 16 04:11:16.640 INFO O| Aug 16 04:11:16.640 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89912024-08-16T04:11:17.661Z[ host-image] Aug 16 04:11:16.640 INFO O| Aug 16 04:11:16.640 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
89922024-08-16T04:11:17.664Z[ host-image] Aug 16 04:11:16.640 INFO O| Aug 16 04:11:16.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89932024-08-16T04:11:17.664Z[ host-image] Aug 16 04:11:16.640 INFO O| Aug 16 04:11:16.640 INFO ok!
89942024-08-16T04:11:17.664Z[ host-image] Aug 16 04:11:16.640 INFO O| Aug 16 04:11:16.640 INFO STEP 61 (ensure_file) COMPLETE
89952024-08-16T04:11:17.664Z[ host-image] Aug 16 04:11:16.640 INFO O| Aug 16 04:11:16.640 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89962024-08-16T04:11:17.672Z[ host-image] Aug 16 04:11:16.651 INFO O| Aug 16 04:11:16.651 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89972024-08-16T04:11:17.672Z[ host-image] Aug 16 04:11:16.651 INFO O| Aug 16 04:11:16.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89982024-08-16T04:11:17.675Z[ host-image] Aug 16 04:11:16.651 INFO O| Aug 16 04:11:16.651 INFO STEP 62 (ensure_dir) COMPLETE
89992024-08-16T04:11:17.675Z[ host-image] Aug 16 04:11:16.651 INFO O| Aug 16 04:11:16.651 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90002024-08-16T04:11:17.682Z[ host-image] Aug 16 04:11:16.661 INFO O| Aug 16 04:11:16.661 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90012024-08-16T04:11:17.682Z[ host-image] Aug 16 04:11:16.661 INFO O| Aug 16 04:11:16.661 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
90022024-08-16T04:11:17.684Z[ host-image] Aug 16 04:11:16.661 INFO O| Aug 16 04:11:16.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90032024-08-16T04:11:17.684Z[ host-image] Aug 16 04:11:16.661 INFO O| Aug 16 04:11:16.661 INFO ok!
90042024-08-16T04:11:17.684Z[ host-image] Aug 16 04:11:16.661 INFO O| Aug 16 04:11:16.661 INFO STEP 63 (ensure_file) COMPLETE
90052024-08-16T04:11:17.685Z[ host-image] Aug 16 04:11:16.661 INFO O| Aug 16 04:11:16.661 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90062024-08-16T04:11:17.692Z[ host-image] Aug 16 04:11:16.671 INFO O| Aug 16 04:11:16.671 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90072024-08-16T04:11:17.692Z[ host-image] Aug 16 04:11:16.671 INFO O| Aug 16 04:11:16.671 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
90082024-08-16T04:11:17.697Z[ host-image] Aug 16 04:11:16.671 INFO O| Aug 16 04:11:16.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90092024-08-16T04:11:17.697Z[ host-image] Aug 16 04:11:16.671 INFO O| Aug 16 04:11:16.671 INFO ok!
90102024-08-16T04:11:17.697Z[ host-image] Aug 16 04:11:16.671 INFO O| Aug 16 04:11:16.671 INFO STEP 64 (ensure_file) COMPLETE
90112024-08-16T04:11:17.697Z[ host-image] Aug 16 04:11:16.671 INFO O| Aug 16 04:11:16.671 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90122024-08-16T04:11:17.702Z[ host-image] Aug 16 04:11:16.681 INFO O| Aug 16 04:11:16.681 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90132024-08-16T04:11:17.704Z[ host-image] Aug 16 04:11:16.681 INFO O| Aug 16 04:11:16.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90142024-08-16T04:11:17.704Z[ host-image] Aug 16 04:11:16.681 INFO O| Aug 16 04:11:16.681 INFO STEP 65 (ensure_dir) COMPLETE
90152024-08-16T04:11:17.704Z[ host-image] Aug 16 04:11:16.681 INFO O| Aug 16 04:11:16.681 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90162024-08-16T04:11:17.713Z[ host-image] Aug 16 04:11:16.692 INFO O| Aug 16 04:11:16.692 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90172024-08-16T04:11:17.713Z[ host-image] Aug 16 04:11:16.692 INFO O| Aug 16 04:11:16.692 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
90182024-08-16T04:11:17.715Z[ host-image] Aug 16 04:11:16.692 INFO O| Aug 16 04:11:16.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90192024-08-16T04:11:17.715Z[ host-image] Aug 16 04:11:16.692 INFO O| Aug 16 04:11:16.692 INFO ok!
90202024-08-16T04:11:17.715Z[ host-image] Aug 16 04:11:16.692 INFO O| Aug 16 04:11:16.692 INFO STEP 66 (ensure_file) COMPLETE
90212024-08-16T04:11:17.715Z[ host-image] Aug 16 04:11:16.692 INFO O| Aug 16 04:11:16.692 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90222024-08-16T04:11:17.723Z[ host-image] Aug 16 04:11:16.702 INFO O| Aug 16 04:11:16.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90232024-08-16T04:11:17.723Z[ host-image] Aug 16 04:11:16.702 INFO O| Aug 16 04:11:16.702 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90242024-08-16T04:11:17.726Z[ host-image] Aug 16 04:11:16.702 INFO O| Aug 16 04:11:16.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90252024-08-16T04:11:17.726Z[ host-image] Aug 16 04:11:16.702 INFO O| Aug 16 04:11:16.702 INFO ok!
90262024-08-16T04:11:17.726Z[ host-image] Aug 16 04:11:16.702 INFO O| Aug 16 04:11:16.702 INFO STEP 67 (ensure_file) COMPLETE
90272024-08-16T04:11:17.726Z[ host-image] Aug 16 04:11:16.702 INFO O| Aug 16 04:11:16.702 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90282024-08-16T04:11:17.733Z[ host-image] Aug 16 04:11:16.712 INFO O| Aug 16 04:11:16.712 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90292024-08-16T04:11:17.735Z[ host-image] Aug 16 04:11:16.712 INFO O| Aug 16 04:11:16.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90302024-08-16T04:11:17.735Z[ host-image] Aug 16 04:11:16.712 INFO O| Aug 16 04:11:16.712 INFO STEP 68 (ensure_dir) COMPLETE
90312024-08-16T04:11:17.735Z[ host-image] Aug 16 04:11:16.712 INFO O| Aug 16 04:11:16.712 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90322024-08-16T04:11:17.745Z[ host-image] Aug 16 04:11:16.724 INFO O| Aug 16 04:11:16.724 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
90332024-08-16T04:11:17.745Z[ host-image] Aug 16 04:11:16.724 INFO O| Aug 16 04:11:16.724 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
90342024-08-16T04:11:17.826Z[ recovery-image] Aug 16 04:11:16.805 INFO E| Compiling bitstruct v0.1.1
90352024-08-16T04:11:18.309Z[ host-image] Aug 16 04:11:17.288 INFO O| Aug 16 04:11:17.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
90362024-08-16T04:11:18.309Z[ host-image] Aug 16 04:11:17.288 INFO O| Aug 16 04:11:17.287 INFO ok!
90372024-08-16T04:11:18.311Z[ host-image] Aug 16 04:11:17.288 INFO O| Aug 16 04:11:17.287 INFO STEP 69 (ensure_file) COMPLETE
90382024-08-16T04:11:18.311Z[ host-image] Aug 16 04:11:17.288 INFO O| Aug 16 04:11:17.287 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90392024-08-16T04:11:18.321Z[ host-image] Aug 16 04:11:17.300 INFO O| Aug 16 04:11:17.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
90402024-08-16T04:11:18.321Z[ host-image] Aug 16 04:11:17.300 INFO O| Aug 16 04:11:17.300 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
90412024-08-16T04:11:19.916Z[ host-image] Aug 16 04:11:18.895 INFO O| Aug 16 04:11:18.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
90422024-08-16T04:11:19.916Z[ host-image] Aug 16 04:11:18.895 INFO O| Aug 16 04:11:18.895 INFO ok!
90432024-08-16T04:11:19.919Z[ host-image] Aug 16 04:11:18.895 INFO O| Aug 16 04:11:18.895 INFO STEP 70 (ensure_file) COMPLETE
90442024-08-16T04:11:19.919Z[ host-image] Aug 16 04:11:18.895 INFO O| Aug 16 04:11:18.895 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90452024-08-16T04:11:19.927Z[ host-image] Aug 16 04:11:18.906 INFO O| Aug 16 04:11:18.906 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90462024-08-16T04:11:19.930Z[ host-image] Aug 16 04:11:18.907 INFO O| Aug 16 04:11:18.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90472024-08-16T04:11:19.930Z[ host-image] Aug 16 04:11:18.907 INFO O| Aug 16 04:11:18.907 INFO STEP 71 (ensure_dir) COMPLETE
90482024-08-16T04:11:19.930Z[ host-image] Aug 16 04:11:18.907 INFO O| Aug 16 04:11:18.907 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90492024-08-16T04:11:19.938Z[ host-image] Aug 16 04:11:18.917 INFO O| Aug 16 04:11:18.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90502024-08-16T04:11:19.938Z[ host-image] Aug 16 04:11:18.917 INFO O| Aug 16 04:11:18.917 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
90512024-08-16T04:11:19.941Z[ host-image] Aug 16 04:11:18.917 INFO O| Aug 16 04:11:18.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90522024-08-16T04:11:19.941Z[ host-image] Aug 16 04:11:18.917 INFO O| Aug 16 04:11:18.917 INFO ok!
90532024-08-16T04:11:19.941Z[ host-image] Aug 16 04:11:18.918 INFO O| Aug 16 04:11:18.917 INFO STEP 72 (ensure_file) COMPLETE
90542024-08-16T04:11:19.941Z[ host-image] Aug 16 04:11:18.918 INFO O| Aug 16 04:11:18.918 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90552024-08-16T04:11:19.948Z[ host-image] Aug 16 04:11:18.927 INFO O| Aug 16 04:11:18.927 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90562024-08-16T04:11:19.948Z[ host-image] Aug 16 04:11:18.927 INFO O| Aug 16 04:11:18.927 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
90572024-08-16T04:11:19.951Z[ host-image] Aug 16 04:11:18.927 INFO O| Aug 16 04:11:18.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90582024-08-16T04:11:19.951Z[ host-image] Aug 16 04:11:18.928 INFO O| Aug 16 04:11:18.927 INFO ok!
90592024-08-16T04:11:19.951Z[ host-image] Aug 16 04:11:18.928 INFO O| Aug 16 04:11:18.928 INFO STEP 73 (ensure_file) COMPLETE
90602024-08-16T04:11:19.951Z[ host-image] Aug 16 04:11:18.928 INFO O| Aug 16 04:11:18.928 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90612024-08-16T04:11:19.958Z[ host-image] Aug 16 04:11:18.937 INFO O| Aug 16 04:11:18.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90622024-08-16T04:11:19.960Z[ host-image] Aug 16 04:11:18.937 INFO O| Aug 16 04:11:18.937 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90632024-08-16T04:11:19.960Z[ host-image] Aug 16 04:11:18.937 INFO O| Aug 16 04:11:18.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90642024-08-16T04:11:19.960Z[ host-image] Aug 16 04:11:18.937 INFO O| Aug 16 04:11:18.937 INFO ok!
90652024-08-16T04:11:19.960Z[ host-image] Aug 16 04:11:18.937 INFO O| Aug 16 04:11:18.937 INFO STEP 74 (ensure_file) COMPLETE
90662024-08-16T04:11:19.960Z[ host-image] Aug 16 04:11:18.937 INFO O| Aug 16 04:11:18.937 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90672024-08-16T04:11:19.968Z[ host-image] Aug 16 04:11:18.947 INFO O| Aug 16 04:11:18.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90682024-08-16T04:11:19.968Z[ host-image] Aug 16 04:11:18.947 INFO O| Aug 16 04:11:18.947 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90692024-08-16T04:11:19.970Z[ host-image] Aug 16 04:11:18.947 INFO O| Aug 16 04:11:18.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90702024-08-16T04:11:19.970Z[ host-image] Aug 16 04:11:18.947 INFO O| Aug 16 04:11:18.947 INFO ok!
90712024-08-16T04:11:19.970Z[ host-image] Aug 16 04:11:18.947 INFO O| Aug 16 04:11:18.947 INFO STEP 75 (ensure_file) COMPLETE
90722024-08-16T04:11:19.970Z[ host-image] Aug 16 04:11:18.947 INFO O| Aug 16 04:11:18.947 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90732024-08-16T04:11:19.978Z[ host-image] Aug 16 04:11:18.957 INFO O| Aug 16 04:11:18.957 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90742024-08-16T04:11:19.980Z[ host-image] Aug 16 04:11:18.957 INFO O| Aug 16 04:11:18.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90752024-08-16T04:11:19.980Z[ host-image] Aug 16 04:11:18.957 INFO O| Aug 16 04:11:18.957 INFO STEP 76 (ensure_dir) COMPLETE
90762024-08-16T04:11:19.980Z[ host-image] Aug 16 04:11:18.957 INFO O| Aug 16 04:11:18.957 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90772024-08-16T04:11:19.988Z[ host-image] Aug 16 04:11:18.967 INFO O| Aug 16 04:11:18.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90782024-08-16T04:11:19.988Z[ host-image] Aug 16 04:11:18.967 INFO O| Aug 16 04:11:18.967 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90792024-08-16T04:11:20.463Z[ host-image] Aug 16 04:11:19.442 INFO O| Aug 16 04:11:19.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90802024-08-16T04:11:20.463Z[ host-image] Aug 16 04:11:19.442 INFO O| Aug 16 04:11:19.442 INFO ok!
90812024-08-16T04:11:20.463Z[ host-image] Aug 16 04:11:19.442 INFO O| Aug 16 04:11:19.442 INFO STEP 77 (ensure_file) COMPLETE
90822024-08-16T04:11:20.463Z[ host-image] Aug 16 04:11:19.442 INFO O| Aug 16 04:11:19.442 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90832024-08-16T04:11:20.475Z[ host-image] Aug 16 04:11:19.454 INFO O| Aug 16 04:11:19.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90842024-08-16T04:11:20.475Z[ host-image] Aug 16 04:11:19.454 INFO O| Aug 16 04:11:19.454 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90852024-08-16T04:11:20.477Z[ host-image] Aug 16 04:11:19.454 INFO O| Aug 16 04:11:19.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90862024-08-16T04:11:20.477Z[ host-image] Aug 16 04:11:19.454 INFO O| Aug 16 04:11:19.454 INFO ok!
90872024-08-16T04:11:20.477Z[ host-image] Aug 16 04:11:19.454 INFO O| Aug 16 04:11:19.454 INFO STEP 78 (ensure_file) COMPLETE
90882024-08-16T04:11:20.477Z[ host-image] Aug 16 04:11:19.454 INFO O| Aug 16 04:11:19.454 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90892024-08-16T04:11:20.486Z[ host-image] Aug 16 04:11:19.465 INFO O| Aug 16 04:11:19.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90902024-08-16T04:11:20.486Z[ host-image] Aug 16 04:11:19.465 INFO O| Aug 16 04:11:19.465 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90912024-08-16T04:11:21.046Z[ recovery-image] Aug 16 04:11:20.025 INFO E| Finished `release` profile [optimized] target(s) in 44.41s
90922024-08-16T04:11:21.072Z[ recovery-image] Aug 16 04:11:20.049 INFO building host image...
90932024-08-16T04:11:21.072Z[ recovery-image] Aug 16 04:11:20.049 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-recovery/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
90942024-08-16T04:11:21.296Z[ host-image] Aug 16 04:11:20.275 INFO O| Aug 16 04:11:20.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90952024-08-16T04:11:21.296Z[ host-image] Aug 16 04:11:20.275 INFO O| Aug 16 04:11:20.275 INFO ok!
90962024-08-16T04:11:21.296Z[ host-image] Aug 16 04:11:20.275 INFO O| Aug 16 04:11:20.275 INFO STEP 79 (ensure_file) COMPLETE
90972024-08-16T04:11:21.298Z[ host-image] Aug 16 04:11:20.275 INFO O| Aug 16 04:11:20.275 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90982024-08-16T04:11:21.307Z[ host-image] Aug 16 04:11:20.286 INFO O| Aug 16 04:11:20.286 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90992024-08-16T04:11:21.310Z[ host-image] Aug 16 04:11:20.286 INFO O| Aug 16 04:11:20.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91002024-08-16T04:11:21.310Z[ host-image] Aug 16 04:11:20.286 INFO O| Aug 16 04:11:20.286 INFO STEP 80 (ensure_dir) COMPLETE
91012024-08-16T04:11:21.310Z[ host-image] Aug 16 04:11:20.286 INFO O| Aug 16 04:11:20.286 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91022024-08-16T04:11:21.316Z[ host-image] Aug 16 04:11:20.296 INFO O| Aug 16 04:11:20.296 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91032024-08-16T04:11:21.320Z[ host-image] Aug 16 04:11:20.296 INFO O| Aug 16 04:11:20.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91042024-08-16T04:11:21.320Z[ host-image] Aug 16 04:11:20.296 INFO O| Aug 16 04:11:20.296 INFO STEP 81 (ensure_dir) COMPLETE
91052024-08-16T04:11:21.320Z[ host-image] Aug 16 04:11:20.296 INFO O| Aug 16 04:11:20.296 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91062024-08-16T04:11:21.326Z[ host-image] Aug 16 04:11:20.305 INFO O| Aug 16 04:11:20.305 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91072024-08-16T04:11:21.328Z[ host-image] Aug 16 04:11:20.305 INFO O| Aug 16 04:11:20.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91082024-08-16T04:11:21.328Z[ host-image] Aug 16 04:11:20.305 INFO O| Aug 16 04:11:20.305 INFO STEP 82 (ensure_dir) COMPLETE
91092024-08-16T04:11:21.329Z[ host-image] Aug 16 04:11:20.305 INFO O| Aug 16 04:11:20.305 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91102024-08-16T04:11:21.335Z[ host-image] Aug 16 04:11:20.315 INFO O| Aug 16 04:11:20.315 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91112024-08-16T04:11:21.335Z[ host-image] Aug 16 04:11:20.315 INFO O| Aug 16 04:11:20.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91122024-08-16T04:11:21.335Z[ host-image] Aug 16 04:11:20.315 INFO O| Aug 16 04:11:20.315 INFO STEP 83 (ensure_dir) COMPLETE
91132024-08-16T04:11:21.338Z[ host-image] Aug 16 04:11:20.315 INFO O| Aug 16 04:11:20.315 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91142024-08-16T04:11:21.345Z[ host-image] Aug 16 04:11:20.324 INFO O| Aug 16 04:11:20.324 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91152024-08-16T04:11:21.345Z[ host-image] Aug 16 04:11:20.324 INFO O| Aug 16 04:11:20.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91162024-08-16T04:11:21.345Z[ host-image] Aug 16 04:11:20.324 INFO O| Aug 16 04:11:20.324 INFO STEP 84 (ensure_dir) COMPLETE
91172024-08-16T04:11:21.347Z[ host-image] Aug 16 04:11:20.324 INFO O| Aug 16 04:11:20.324 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91182024-08-16T04:11:21.354Z[ host-image] Aug 16 04:11:20.333 INFO O| Aug 16 04:11:20.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91192024-08-16T04:11:21.354Z[ host-image] Aug 16 04:11:20.333 INFO O| Aug 16 04:11:20.333 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
91202024-08-16T04:11:21.356Z[ host-image] Aug 16 04:11:20.333 INFO O| Aug 16 04:11:20.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91212024-08-16T04:11:21.356Z[ host-image] Aug 16 04:11:20.333 INFO O| Aug 16 04:11:20.333 INFO ok!
91222024-08-16T04:11:21.356Z[ host-image] Aug 16 04:11:20.333 INFO O| Aug 16 04:11:20.333 INFO STEP 85 (ensure_file) COMPLETE
91232024-08-16T04:11:21.356Z[ host-image] Aug 16 04:11:20.333 INFO O| Aug 16 04:11:20.333 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91242024-08-16T04:11:21.363Z[ host-image] Aug 16 04:11:20.343 INFO O| Aug 16 04:11:20.343 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91252024-08-16T04:11:21.363Z[ host-image] Aug 16 04:11:20.343 INFO O| Aug 16 04:11:20.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91262024-08-16T04:11:21.364Z[ host-image] Aug 16 04:11:20.343 INFO O| Aug 16 04:11:20.343 INFO STEP 86 (ensure_dir) COMPLETE
91272024-08-16T04:11:21.366Z[ host-image] Aug 16 04:11:20.343 INFO O| Aug 16 04:11:20.343 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91282024-08-16T04:11:21.373Z[ host-image] Aug 16 04:11:20.352 INFO O| Aug 16 04:11:20.352 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91292024-08-16T04:11:21.373Z[ host-image] Aug 16 04:11:20.352 INFO O| Aug 16 04:11:20.352 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91302024-08-16T04:11:21.376Z[ host-image] Aug 16 04:11:20.352 INFO O| Aug 16 04:11:20.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91312024-08-16T04:11:21.376Z[ host-image] Aug 16 04:11:20.352 INFO O| Aug 16 04:11:20.352 INFO ok!
91322024-08-16T04:11:21.376Z[ host-image] Aug 16 04:11:20.352 INFO O| Aug 16 04:11:20.352 INFO STEP 87 (ensure_file) COMPLETE
91332024-08-16T04:11:21.376Z[ host-image] Aug 16 04:11:20.352 INFO O| Aug 16 04:11:20.352 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91342024-08-16T04:11:21.382Z[ host-image] Aug 16 04:11:20.362 INFO O| Aug 16 04:11:20.362 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
91352024-08-16T04:11:21.382Z[ host-image] Aug 16 04:11:20.362 INFO O| Aug 16 04:11:20.362 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
91362024-08-16T04:11:21.397Z[ host-image] Aug 16 04:11:20.376 INFO O| Aug 16 04:11:20.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
91372024-08-16T04:11:21.397Z[ host-image] Aug 16 04:11:20.376 INFO O| Aug 16 04:11:20.376 INFO ok!
91382024-08-16T04:11:21.397Z[ host-image] Aug 16 04:11:20.376 INFO O| Aug 16 04:11:20.376 INFO STEP 88 (ensure_file) COMPLETE
91392024-08-16T04:11:21.400Z[ host-image] Aug 16 04:11:20.376 INFO O| Aug 16 04:11:20.376 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91402024-08-16T04:11:21.407Z[ host-image] Aug 16 04:11:20.387 INFO O| Aug 16 04:11:20.387 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
91412024-08-16T04:11:21.407Z[ host-image] Aug 16 04:11:20.387 INFO O| Aug 16 04:11:20.387 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
91422024-08-16T04:11:21.714Z[ recovery-image] Aug 16 04:11:20.689 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
91432024-08-16T04:11:21.899Z[ host-image] Aug 16 04:11:20.879 INFO O| Aug 16 04:11:20.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
91442024-08-16T04:11:21.899Z[ host-image] Aug 16 04:11:20.879 INFO O| Aug 16 04:11:20.879 INFO ok!
91452024-08-16T04:11:21.902Z[ host-image] Aug 16 04:11:20.879 INFO O| Aug 16 04:11:20.879 INFO STEP 89 (ensure_file) COMPLETE
91462024-08-16T04:11:21.902Z[ host-image] Aug 16 04:11:20.879 INFO O| Aug 16 04:11:20.879 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91472024-08-16T04:11:21.911Z[ host-image] Aug 16 04:11:20.891 INFO O| Aug 16 04:11:20.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
91482024-08-16T04:11:21.911Z[ host-image] Aug 16 04:11:20.891 INFO O| Aug 16 04:11:20.891 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
91492024-08-16T04:11:21.914Z[ host-image] Aug 16 04:11:20.891 INFO O| Aug 16 04:11:20.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
91502024-08-16T04:11:21.914Z[ host-image] Aug 16 04:11:20.891 INFO O| Aug 16 04:11:20.891 INFO ok!
91512024-08-16T04:11:21.914Z[ host-image] Aug 16 04:11:20.891 INFO O| Aug 16 04:11:20.891 INFO STEP 90 (ensure_file) COMPLETE
91522024-08-16T04:11:21.914Z[ host-image] Aug 16 04:11:20.891 INFO O| Aug 16 04:11:20.891 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91532024-08-16T04:11:21.921Z[ host-image] Aug 16 04:11:20.900 INFO O| Aug 16 04:11:20.900 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91542024-08-16T04:11:21.923Z[ host-image] Aug 16 04:11:20.900 INFO O| Aug 16 04:11:20.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91552024-08-16T04:11:21.923Z[ host-image] Aug 16 04:11:20.900 INFO O| Aug 16 04:11:20.900 INFO STEP 91 (ensure_dir) COMPLETE
91562024-08-16T04:11:21.923Z[ host-image] Aug 16 04:11:20.900 INFO O| Aug 16 04:11:20.900 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91572024-08-16T04:11:21.930Z[ host-image] Aug 16 04:11:20.910 INFO O| Aug 16 04:11:20.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91582024-08-16T04:11:21.930Z[ host-image] Aug 16 04:11:20.910 INFO O| Aug 16 04:11:20.910 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
91592024-08-16T04:11:21.937Z[ host-image] Aug 16 04:11:20.910 INFO O| Aug 16 04:11:20.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91602024-08-16T04:11:21.937Z[ host-image] Aug 16 04:11:20.910 INFO O| Aug 16 04:11:20.910 INFO ok!
91612024-08-16T04:11:21.937Z[ host-image] Aug 16 04:11:20.910 INFO O| Aug 16 04:11:20.910 INFO STEP 92 (ensure_file) COMPLETE
91622024-08-16T04:11:21.937Z[ host-image] Aug 16 04:11:20.910 INFO O| Aug 16 04:11:20.910 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91632024-08-16T04:11:21.940Z[ host-image] Aug 16 04:11:20.919 INFO O| Aug 16 04:11:20.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91642024-08-16T04:11:21.940Z[ host-image] Aug 16 04:11:20.919 INFO O| Aug 16 04:11:20.919 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
91652024-08-16T04:11:21.940Z[ host-image] Aug 16 04:11:20.919 INFO O| Aug 16 04:11:20.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91662024-08-16T04:11:21.940Z[ host-image] Aug 16 04:11:20.919 INFO O| Aug 16 04:11:20.919 INFO ok!
91672024-08-16T04:11:21.940Z[ host-image] Aug 16 04:11:20.919 INFO O| Aug 16 04:11:20.919 INFO STEP 93 (ensure_file) COMPLETE
91682024-08-16T04:11:21.941Z[ host-image] Aug 16 04:11:20.919 INFO O| Aug 16 04:11:20.919 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91692024-08-16T04:11:21.949Z[ host-image] Aug 16 04:11:20.928 INFO O| Aug 16 04:11:20.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91702024-08-16T04:11:21.949Z[ host-image] Aug 16 04:11:20.928 INFO O| Aug 16 04:11:20.928 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
91712024-08-16T04:11:21.951Z[ host-image] Aug 16 04:11:20.929 INFO O| Aug 16 04:11:20.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91722024-08-16T04:11:21.952Z[ host-image] Aug 16 04:11:20.929 INFO O| Aug 16 04:11:20.929 INFO ok!
91732024-08-16T04:11:21.952Z[ host-image] Aug 16 04:11:20.929 INFO O| Aug 16 04:11:20.929 INFO STEP 94 (ensure_file) COMPLETE
91742024-08-16T04:11:21.952Z[ host-image] Aug 16 04:11:20.929 INFO O| Aug 16 04:11:20.929 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-08-16T04:11:21.959Z[ host-image] Aug 16 04:11:20.938 INFO O| Aug 16 04:11:20.938 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91762024-08-16T04:11:21.959Z[ host-image] Aug 16 04:11:20.938 INFO O| Aug 16 04:11:20.938 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
91772024-08-16T04:11:21.959Z[ host-image] Aug 16 04:11:20.938 INFO O| Aug 16 04:11:20.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91782024-08-16T04:11:21.961Z[ host-image] Aug 16 04:11:20.938 INFO O| Aug 16 04:11:20.938 INFO ok!
91792024-08-16T04:11:21.961Z[ host-image] Aug 16 04:11:20.938 INFO O| Aug 16 04:11:20.938 INFO STEP 95 (ensure_file) COMPLETE
91802024-08-16T04:11:21.961Z[ host-image] Aug 16 04:11:20.938 INFO O| Aug 16 04:11:20.938 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-08-16T04:11:21.968Z[ host-image] Aug 16 04:11:20.947 INFO O| Aug 16 04:11:20.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91822024-08-16T04:11:21.970Z[ host-image] Aug 16 04:11:20.947 INFO O| Aug 16 04:11:20.947 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
91832024-08-16T04:11:21.970Z[ host-image] Aug 16 04:11:20.947 INFO O| Aug 16 04:11:20.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91842024-08-16T04:11:21.970Z[ host-image] Aug 16 04:11:20.947 INFO O| Aug 16 04:11:20.947 INFO ok!
91852024-08-16T04:11:21.970Z[ host-image] Aug 16 04:11:20.947 INFO O| Aug 16 04:11:20.947 INFO STEP 96 (ensure_file) COMPLETE
91862024-08-16T04:11:21.970Z[ host-image] Aug 16 04:11:20.948 INFO O| Aug 16 04:11:20.947 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-08-16T04:11:21.982Z[ host-image] Aug 16 04:11:20.957 INFO O| Aug 16 04:11:20.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91882024-08-16T04:11:21.982Z[ host-image] Aug 16 04:11:20.957 INFO O| Aug 16 04:11:20.957 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91892024-08-16T04:11:21.985Z[ host-image] Aug 16 04:11:20.957 INFO O| Aug 16 04:11:20.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91902024-08-16T04:11:21.985Z[ host-image] Aug 16 04:11:20.957 INFO O| Aug 16 04:11:20.957 INFO ok!
91912024-08-16T04:11:21.985Z[ host-image] Aug 16 04:11:20.957 INFO O| Aug 16 04:11:20.957 INFO STEP 97 (ensure_file) COMPLETE
91922024-08-16T04:11:21.985Z[ host-image] Aug 16 04:11:20.957 INFO O| Aug 16 04:11:20.957 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-08-16T04:11:21.988Z[ host-image] Aug 16 04:11:20.966 INFO O| Aug 16 04:11:20.966 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91942024-08-16T04:11:21.988Z[ host-image] Aug 16 04:11:20.966 INFO O| Aug 16 04:11:20.966 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
91952024-08-16T04:11:21.988Z[ host-image] Aug 16 04:11:20.966 INFO O| Aug 16 04:11:20.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
91962024-08-16T04:11:21.988Z[ host-image] Aug 16 04:11:20.966 INFO O| Aug 16 04:11:20.966 INFO ok!
91972024-08-16T04:11:21.988Z[ host-image] Aug 16 04:11:20.966 INFO O| Aug 16 04:11:20.966 INFO STEP 98 (ensure_file) COMPLETE
91982024-08-16T04:11:21.988Z[ host-image] Aug 16 04:11:20.966 INFO O| Aug 16 04:11:20.966 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-08-16T04:11:21.996Z[ host-image] Aug 16 04:11:20.976 INFO O| Aug 16 04:11:20.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92002024-08-16T04:11:21.996Z[ host-image] Aug 16 04:11:20.976 INFO O| Aug 16 04:11:20.976 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
92012024-08-16T04:11:21.999Z[ host-image] Aug 16 04:11:20.976 INFO O| Aug 16 04:11:20.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92022024-08-16T04:11:21.999Z[ host-image] Aug 16 04:11:20.976 INFO O| Aug 16 04:11:20.976 INFO ok!
92032024-08-16T04:11:21.999Z[ host-image] Aug 16 04:11:20.976 INFO O| Aug 16 04:11:20.976 INFO STEP 99 (ensure_file) COMPLETE
92042024-08-16T04:11:21.999Z[ host-image] Aug 16 04:11:20.976 INFO O| Aug 16 04:11:20.976 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-08-16T04:11:22.006Z[ host-image] Aug 16 04:11:20.985 INFO O| Aug 16 04:11:20.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92062024-08-16T04:11:22.006Z[ host-image] Aug 16 04:11:20.985 INFO O| Aug 16 04:11:20.985 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
92072024-08-16T04:11:22.008Z[ host-image] Aug 16 04:11:20.985 INFO O| Aug 16 04:11:20.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92082024-08-16T04:11:22.008Z[ host-image] Aug 16 04:11:20.985 INFO O| Aug 16 04:11:20.985 INFO ok!
92092024-08-16T04:11:22.008Z[ host-image] Aug 16 04:11:20.985 INFO O| Aug 16 04:11:20.985 INFO STEP 100 (ensure_file) COMPLETE
92102024-08-16T04:11:22.008Z[ host-image] Aug 16 04:11:20.985 INFO O| Aug 16 04:11:20.985 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-08-16T04:11:22.015Z[ host-image] Aug 16 04:11:20.995 INFO O| Aug 16 04:11:20.995 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92122024-08-16T04:11:22.015Z[ host-image] Aug 16 04:11:20.995 INFO O| Aug 16 04:11:20.995 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92132024-08-16T04:11:22.018Z[ host-image] Aug 16 04:11:20.995 INFO O| Aug 16 04:11:20.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92142024-08-16T04:11:22.018Z[ host-image] Aug 16 04:11:20.995 INFO O| Aug 16 04:11:20.995 INFO ok!
92152024-08-16T04:11:22.018Z[ host-image] Aug 16 04:11:20.995 INFO O| Aug 16 04:11:20.995 INFO STEP 101 (ensure_file) COMPLETE
92162024-08-16T04:11:22.018Z[ host-image] Aug 16 04:11:20.995 INFO O| Aug 16 04:11:20.995 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-08-16T04:11:22.026Z[ host-image] Aug 16 04:11:21.005 INFO O| Aug 16 04:11:21.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92182024-08-16T04:11:22.026Z[ host-image] Aug 16 04:11:21.005 INFO O| Aug 16 04:11:21.005 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
92192024-08-16T04:11:22.026Z[ host-image] Aug 16 04:11:21.005 INFO O| Aug 16 04:11:21.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92202024-08-16T04:11:22.029Z[ host-image] Aug 16 04:11:21.005 INFO O| Aug 16 04:11:21.005 INFO ok!
92212024-08-16T04:11:22.029Z[ host-image] Aug 16 04:11:21.005 INFO O| Aug 16 04:11:21.005 INFO STEP 102 (ensure_file) COMPLETE
92222024-08-16T04:11:22.029Z[ host-image] Aug 16 04:11:21.005 INFO O| Aug 16 04:11:21.005 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-08-16T04:11:22.036Z[ host-image] Aug 16 04:11:21.015 INFO O| Aug 16 04:11:21.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92242024-08-16T04:11:22.038Z[ host-image] Aug 16 04:11:21.015 INFO O| Aug 16 04:11:21.015 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
92252024-08-16T04:11:22.038Z[ host-image] Aug 16 04:11:21.015 INFO O| Aug 16 04:11:21.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92262024-08-16T04:11:22.038Z[ host-image] Aug 16 04:11:21.015 INFO O| Aug 16 04:11:21.015 INFO ok!
92272024-08-16T04:11:22.038Z[ host-image] Aug 16 04:11:21.015 INFO O| Aug 16 04:11:21.015 INFO STEP 103 (ensure_file) COMPLETE
92282024-08-16T04:11:22.038Z[ host-image] Aug 16 04:11:21.015 INFO O| Aug 16 04:11:21.015 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-08-16T04:11:22.046Z[ host-image] Aug 16 04:11:21.025 INFO O| Aug 16 04:11:21.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92302024-08-16T04:11:22.046Z[ host-image] Aug 16 04:11:21.025 INFO O| Aug 16 04:11:21.025 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
92312024-08-16T04:11:22.048Z[ host-image] Aug 16 04:11:21.025 INFO O| Aug 16 04:11:21.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92322024-08-16T04:11:22.048Z[ host-image] Aug 16 04:11:21.025 INFO O| Aug 16 04:11:21.025 INFO ok!
92332024-08-16T04:11:22.048Z[ host-image] Aug 16 04:11:21.025 INFO O| Aug 16 04:11:21.025 INFO STEP 104 (ensure_file) COMPLETE
92342024-08-16T04:11:22.048Z[ host-image] Aug 16 04:11:21.025 INFO O| Aug 16 04:11:21.025 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-08-16T04:11:22.055Z[ host-image] Aug 16 04:11:21.034 INFO O| Aug 16 04:11:21.034 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
92362024-08-16T04:11:22.055Z[ host-image] Aug 16 04:11:21.034 INFO O| Aug 16 04:11:21.034 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
92372024-08-16T04:11:22.055Z[ host-image] Aug 16 04:11:21.035 INFO O| Aug 16 04:11:21.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
92382024-08-16T04:11:22.057Z[ host-image] Aug 16 04:11:21.035 INFO O| Aug 16 04:11:21.035 INFO ok!
92392024-08-16T04:11:22.057Z[ host-image] Aug 16 04:11:21.035 INFO O| Aug 16 04:11:21.035 INFO STEP 105 (ensure_file) COMPLETE
92402024-08-16T04:11:22.057Z[ host-image] Aug 16 04:11:21.035 INFO O| Aug 16 04:11:21.035 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-08-16T04:11:22.064Z[ host-image] Aug 16 04:11:21.044 INFO O| Aug 16 04:11:21.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
92422024-08-16T04:11:22.065Z[ host-image] Aug 16 04:11:21.044 INFO O| Aug 16 04:11:21.044 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
92432024-08-16T04:11:22.067Z[ host-image] Aug 16 04:11:21.044 INFO O| Aug 16 04:11:21.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
92442024-08-16T04:11:22.067Z[ host-image] Aug 16 04:11:21.044 INFO O| Aug 16 04:11:21.044 INFO ok!
92452024-08-16T04:11:22.067Z[ host-image] Aug 16 04:11:21.044 INFO O| Aug 16 04:11:21.044 INFO STEP 106 (ensure_file) COMPLETE
92462024-08-16T04:11:22.067Z[ host-image] Aug 16 04:11:21.044 INFO O| Aug 16 04:11:21.044 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-08-16T04:11:22.075Z[ host-image] Aug 16 04:11:21.055 INFO O| Aug 16 04:11:21.055 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
92482024-08-16T04:11:22.075Z[ host-image] Aug 16 04:11:21.055 INFO O| Aug 16 04:11:21.055 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
92492024-08-16T04:11:22.078Z[ host-image] Aug 16 04:11:21.055 INFO O| Aug 16 04:11:21.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
92502024-08-16T04:11:22.078Z[ host-image] Aug 16 04:11:21.055 INFO O| Aug 16 04:11:21.055 INFO ok!
92512024-08-16T04:11:22.078Z[ host-image] Aug 16 04:11:21.055 INFO O| Aug 16 04:11:21.055 INFO STEP 107 (ensure_file) COMPLETE
92522024-08-16T04:11:22.078Z[ host-image] Aug 16 04:11:21.055 INFO O| Aug 16 04:11:21.055 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-08-16T04:11:22.085Z[ host-image] Aug 16 04:11:21.065 INFO O| Aug 16 04:11:21.065 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92542024-08-16T04:11:22.085Z[ host-image] Aug 16 04:11:21.065 INFO O| Aug 16 04:11:21.065 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
92552024-08-16T04:11:22.088Z[ host-image] Aug 16 04:11:21.065 INFO O| Aug 16 04:11:21.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92562024-08-16T04:11:22.088Z[ host-image] Aug 16 04:11:21.065 INFO O| Aug 16 04:11:21.065 INFO ok!
92572024-08-16T04:11:22.088Z[ host-image] Aug 16 04:11:21.065 INFO O| Aug 16 04:11:21.065 INFO STEP 108 (ensure_file) COMPLETE
92582024-08-16T04:11:22.088Z[ host-image] Aug 16 04:11:21.065 INFO O| Aug 16 04:11:21.065 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-08-16T04:11:22.095Z[ host-image] Aug 16 04:11:21.074 INFO O| Aug 16 04:11:21.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92602024-08-16T04:11:22.095Z[ host-image] Aug 16 04:11:21.074 INFO O| Aug 16 04:11:21.074 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
92612024-08-16T04:11:22.097Z[ host-image] Aug 16 04:11:21.074 INFO O| Aug 16 04:11:21.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92622024-08-16T04:11:22.097Z[ host-image] Aug 16 04:11:21.074 INFO O| Aug 16 04:11:21.074 INFO ok!
92632024-08-16T04:11:22.097Z[ host-image] Aug 16 04:11:21.074 INFO O| Aug 16 04:11:21.074 INFO STEP 109 (ensure_file) COMPLETE
92642024-08-16T04:11:22.097Z[ host-image] Aug 16 04:11:21.074 INFO O| Aug 16 04:11:21.074 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-08-16T04:11:22.104Z[ host-image] Aug 16 04:11:21.084 INFO O| Aug 16 04:11:21.084 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92662024-08-16T04:11:22.104Z[ host-image] Aug 16 04:11:21.084 INFO O| Aug 16 04:11:21.084 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
92672024-08-16T04:11:22.107Z[ host-image] Aug 16 04:11:21.084 INFO O| Aug 16 04:11:21.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92682024-08-16T04:11:22.107Z[ host-image] Aug 16 04:11:21.084 INFO O| Aug 16 04:11:21.084 INFO ok!
92692024-08-16T04:11:22.107Z[ host-image] Aug 16 04:11:21.084 INFO O| Aug 16 04:11:21.084 INFO STEP 110 (ensure_file) COMPLETE
92702024-08-16T04:11:22.107Z[ host-image] Aug 16 04:11:21.084 INFO O| Aug 16 04:11:21.084 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-08-16T04:11:22.114Z[ host-image] Aug 16 04:11:21.093 INFO O| Aug 16 04:11:21.093 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92722024-08-16T04:11:22.114Z[ host-image] Aug 16 04:11:21.094 INFO O| Aug 16 04:11:21.093 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
92732024-08-16T04:11:22.117Z[ host-image] Aug 16 04:11:21.094 INFO O| Aug 16 04:11:21.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92742024-08-16T04:11:22.117Z[ host-image] Aug 16 04:11:21.094 INFO O| Aug 16 04:11:21.094 INFO ok!
92752024-08-16T04:11:22.117Z[ host-image] Aug 16 04:11:21.094 INFO O| Aug 16 04:11:21.094 INFO STEP 111 (ensure_file) COMPLETE
92762024-08-16T04:11:22.117Z[ host-image] Aug 16 04:11:21.094 INFO O| Aug 16 04:11:21.094 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-08-16T04:11:22.124Z[ host-image] Aug 16 04:11:21.103 INFO O| Aug 16 04:11:21.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92782024-08-16T04:11:22.126Z[ host-image] Aug 16 04:11:21.103 INFO O| Aug 16 04:11:21.103 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
92792024-08-16T04:11:22.126Z[ host-image] Aug 16 04:11:21.103 INFO O| Aug 16 04:11:21.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92802024-08-16T04:11:22.126Z[ host-image] Aug 16 04:11:21.103 INFO O| Aug 16 04:11:21.103 INFO ok!
92812024-08-16T04:11:22.126Z[ host-image] Aug 16 04:11:21.103 INFO O| Aug 16 04:11:21.103 INFO STEP 112 (ensure_file) COMPLETE
92822024-08-16T04:11:22.126Z[ host-image] Aug 16 04:11:21.103 INFO O| Aug 16 04:11:21.103 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-08-16T04:11:22.133Z[ host-image] Aug 16 04:11:21.112 INFO O| Aug 16 04:11:21.112 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92842024-08-16T04:11:22.133Z[ host-image] Aug 16 04:11:21.113 INFO O| Aug 16 04:11:21.112 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
92852024-08-16T04:11:22.135Z[ host-image] Aug 16 04:11:21.113 INFO O| Aug 16 04:11:21.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92862024-08-16T04:11:22.135Z[ host-image] Aug 16 04:11:21.113 INFO O| Aug 16 04:11:21.113 INFO ok!
92872024-08-16T04:11:22.135Z[ host-image] Aug 16 04:11:21.113 INFO O| Aug 16 04:11:21.113 INFO STEP 113 (ensure_file) COMPLETE
92882024-08-16T04:11:22.135Z[ host-image] Aug 16 04:11:21.113 INFO O| Aug 16 04:11:21.113 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-08-16T04:11:22.143Z[ host-image] Aug 16 04:11:21.122 INFO O| Aug 16 04:11:21.122 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92902024-08-16T04:11:22.143Z[ host-image] Aug 16 04:11:21.122 INFO O| Aug 16 04:11:21.122 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
92912024-08-16T04:11:22.145Z[ host-image] Aug 16 04:11:21.122 INFO O| Aug 16 04:11:21.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92922024-08-16T04:11:22.145Z[ host-image] Aug 16 04:11:21.122 INFO O| Aug 16 04:11:21.122 INFO ok!
92932024-08-16T04:11:22.145Z[ host-image] Aug 16 04:11:21.122 INFO O| Aug 16 04:11:21.122 INFO STEP 114 (ensure_file) COMPLETE
92942024-08-16T04:11:22.145Z[ host-image] Aug 16 04:11:21.122 INFO O| Aug 16 04:11:21.122 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952024-08-16T04:11:22.152Z[ host-image] Aug 16 04:11:21.132 INFO O| Aug 16 04:11:21.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
92962024-08-16T04:11:22.152Z[ host-image] Aug 16 04:11:21.132 INFO O| Aug 16 04:11:21.132 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
92972024-08-16T04:11:22.155Z[ host-image] Aug 16 04:11:21.132 INFO O| Aug 16 04:11:21.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
92982024-08-16T04:11:22.155Z[ host-image] Aug 16 04:11:21.132 INFO O| Aug 16 04:11:21.132 INFO ok!
92992024-08-16T04:11:22.155Z[ host-image] Aug 16 04:11:21.132 INFO O| Aug 16 04:11:21.132 INFO STEP 115 (ensure_file) COMPLETE
93002024-08-16T04:11:22.155Z[ host-image] Aug 16 04:11:21.132 INFO O| Aug 16 04:11:21.132 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-08-16T04:11:22.162Z[ host-image] Aug 16 04:11:21.141 INFO O| Aug 16 04:11:21.141 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93022024-08-16T04:11:22.162Z[ host-image] Aug 16 04:11:21.141 INFO O| Aug 16 04:11:21.141 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93032024-08-16T04:11:22.164Z[ host-image] Aug 16 04:11:21.141 INFO O| Aug 16 04:11:21.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93042024-08-16T04:11:22.164Z[ host-image] Aug 16 04:11:21.142 INFO O| Aug 16 04:11:21.141 INFO ok!
93052024-08-16T04:11:22.164Z[ host-image] Aug 16 04:11:21.142 INFO O| Aug 16 04:11:21.141 INFO STEP 116 (ensure_file) COMPLETE
93062024-08-16T04:11:22.164Z[ host-image] Aug 16 04:11:21.142 INFO O| Aug 16 04:11:21.141 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93072024-08-16T04:11:22.172Z[ host-image] Aug 16 04:11:21.151 INFO O| Aug 16 04:11:21.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93082024-08-16T04:11:22.172Z[ host-image] Aug 16 04:11:21.151 INFO O| Aug 16 04:11:21.151 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
93092024-08-16T04:11:22.174Z[ host-image] Aug 16 04:11:21.151 INFO O| Aug 16 04:11:21.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93102024-08-16T04:11:22.174Z[ host-image] Aug 16 04:11:21.151 INFO O| Aug 16 04:11:21.151 INFO ok!
93112024-08-16T04:11:22.174Z[ host-image] Aug 16 04:11:21.151 INFO O| Aug 16 04:11:21.151 INFO STEP 117 (ensure_file) COMPLETE
93122024-08-16T04:11:22.174Z[ host-image] Aug 16 04:11:21.151 INFO O| Aug 16 04:11:21.151 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132024-08-16T04:11:22.181Z[ host-image] Aug 16 04:11:21.161 INFO O| Aug 16 04:11:21.160 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93142024-08-16T04:11:22.181Z[ host-image] Aug 16 04:11:21.161 INFO O| Aug 16 04:11:21.161 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93152024-08-16T04:11:22.183Z[ host-image] Aug 16 04:11:21.161 INFO O| Aug 16 04:11:21.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93162024-08-16T04:11:22.183Z[ host-image] Aug 16 04:11:21.161 INFO O| Aug 16 04:11:21.161 INFO ok!
93172024-08-16T04:11:22.183Z[ host-image] Aug 16 04:11:21.161 INFO O| Aug 16 04:11:21.161 INFO STEP 118 (ensure_file) COMPLETE
93182024-08-16T04:11:22.183Z[ host-image] Aug 16 04:11:21.161 INFO O| Aug 16 04:11:21.161 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192024-08-16T04:11:22.191Z[ host-image] Aug 16 04:11:21.170 INFO O| Aug 16 04:11:21.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93202024-08-16T04:11:22.191Z[ host-image] Aug 16 04:11:21.170 INFO O| Aug 16 04:11:21.170 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93212024-08-16T04:11:23.734Z[ recovery-image] Aug 16 04:11:22.708 INFO image complete! materials are in "/work/os-recovery"
93222024-08-16T04:11:23.734ZAug 16 04:11:22.713 INFO [recovery-image] process exited with exit status: 0 (451.327363426s)
93232024-08-16T04:11:23.734Z[ recovery-image]
93242024-08-16T04:11:23.734Z[ recovery-image] real 7:31.310494489
93252024-08-16T04:11:23.734Z[ recovery-image] user 4:37.122066877
93262024-08-16T04:11:23.734Z[ recovery-image] sys 58.397160722
93272024-08-16T04:11:23.737Z[ recovery-image] trap 0.218769472
93282024-08-16T04:11:23.737Z[ recovery-image] tflt 0.525873028
93292024-08-16T04:11:23.737Z[ recovery-image] dflt 1.458366297
93302024-08-16T04:11:23.737Z[ recovery-image] kflt 0.000004950
93312024-08-16T04:11:23.737Z[ recovery-image] lock 17:19.552654796
93322024-08-16T04:11:23.737Z[ recovery-image] slp 46:19.283497644
93332024-08-16T04:11:23.737Z[ recovery-image] lat 1:29.155958052
93342024-08-16T04:11:23.737Z[ recovery-image] stop 5.932669007
93352024-08-16T04:11:25.659Z[ host-image] Aug 16 04:11:24.639 INFO O| Aug 16 04:11:24.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93362024-08-16T04:11:25.659Z[ host-image] Aug 16 04:11:24.639 INFO O| Aug 16 04:11:24.639 INFO ok!
93372024-08-16T04:11:25.662Z[ host-image] Aug 16 04:11:24.639 INFO O| Aug 16 04:11:24.639 INFO STEP 119 (ensure_file) COMPLETE
93382024-08-16T04:11:25.662Z[ host-image] Aug 16 04:11:24.639 INFO O| Aug 16 04:11:24.639 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-08-16T04:11:25.671Z[ host-image] Aug 16 04:11:24.651 INFO O| Aug 16 04:11:24.651 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93402024-08-16T04:11:25.671Z[ host-image] Aug 16 04:11:24.651 INFO O| Aug 16 04:11:24.651 INFO STEP 120 (ensure_dir) COMPLETE
93412024-08-16T04:11:25.671Z[ host-image] Aug 16 04:11:24.651 INFO O| Aug 16 04:11:24.651 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93422024-08-16T04:11:25.681Z[ host-image] Aug 16 04:11:24.661 INFO O| Aug 16 04:11:24.661 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93432024-08-16T04:11:25.681Z[ host-image] Aug 16 04:11:24.661 INFO O| Aug 16 04:11:24.661 INFO STEP 121 (ensure_dir) COMPLETE
93442024-08-16T04:11:25.681Z[ host-image] Aug 16 04:11:24.661 INFO O| Aug 16 04:11:24.661 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452024-08-16T04:11:25.690Z[ host-image] Aug 16 04:11:24.670 INFO O| Aug 16 04:11:24.670 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93462024-08-16T04:11:25.690Z[ host-image] Aug 16 04:11:24.670 INFO O| Aug 16 04:11:24.670 INFO STEP 122 (ensure_dir) COMPLETE
93472024-08-16T04:11:25.690Z[ host-image] Aug 16 04:11:24.670 INFO O| Aug 16 04:11:24.670 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93482024-08-16T04:11:25.700Z[ host-image] Aug 16 04:11:24.679 INFO O| Aug 16 04:11:24.679 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
93492024-08-16T04:11:25.700Z[ host-image] Aug 16 04:11:24.679 INFO O| Aug 16 04:11:24.679 INFO STEP 123 (ensure_dir) COMPLETE
93502024-08-16T04:11:25.700Z[ host-image] Aug 16 04:11:24.679 INFO O| Aug 16 04:11:24.679 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512024-08-16T04:11:25.709Z[ host-image] Aug 16 04:11:24.689 INFO O| Aug 16 04:11:24.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
93522024-08-16T04:11:25.709Z[ host-image] Aug 16 04:11:24.689 INFO O| Aug 16 04:11:24.689 INFO copying /tmp/.tmpeiA9XR/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
93532024-08-16T04:11:25.711Z[ host-image] Aug 16 04:11:24.689 INFO O| Aug 16 04:11:24.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
93542024-08-16T04:11:25.711Z[ host-image] Aug 16 04:11:24.689 INFO O| Aug 16 04:11:24.689 INFO ok!
93552024-08-16T04:11:25.711Z[ host-image] Aug 16 04:11:24.689 INFO O| Aug 16 04:11:24.689 INFO STEP 124 (ensure_file) COMPLETE
93562024-08-16T04:11:25.711Z[ host-image] Aug 16 04:11:24.689 INFO O| Aug 16 04:11:24.689 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572024-08-16T04:11:25.718Z[ host-image] Aug 16 04:11:24.698 INFO O| Aug 16 04:11:24.698 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93582024-08-16T04:11:25.718Z[ host-image] Aug 16 04:11:24.698 INFO O| Aug 16 04:11:24.698 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93592024-08-16T04:11:25.721Z[ host-image] Aug 16 04:11:24.698 INFO O| Aug 16 04:11:24.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93602024-08-16T04:11:25.721Z[ host-image] Aug 16 04:11:24.698 INFO O| Aug 16 04:11:24.698 INFO STEP 125 (ensure_dir) COMPLETE
93612024-08-16T04:11:25.721Z[ host-image] Aug 16 04:11:24.698 INFO O| Aug 16 04:11:24.698 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-08-16T04:11:25.729Z[ host-image] Aug 16 04:11:24.708 INFO O| Aug 16 04:11:24.708 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93632024-08-16T04:11:25.729Z[ host-image] Aug 16 04:11:24.708 INFO O| Aug 16 04:11:24.708 INFO copying /tmp/.tmpeiA9XR/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93642024-08-16T04:11:25.731Z[ host-image] Aug 16 04:11:24.708 INFO O| Aug 16 04:11:24.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93652024-08-16T04:11:25.731Z[ host-image] Aug 16 04:11:24.708 INFO O| Aug 16 04:11:24.708 INFO ok!
93662024-08-16T04:11:25.731Z[ host-image] Aug 16 04:11:24.708 INFO O| Aug 16 04:11:24.708 INFO STEP 126 (ensure_file) COMPLETE
93672024-08-16T04:11:25.731Z[ host-image] Aug 16 04:11:24.708 INFO O| Aug 16 04:11:24.708 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93682024-08-16T04:11:25.738Z[ host-image] Aug 16 04:11:24.718 INFO O| Aug 16 04:11:24.718 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93692024-08-16T04:11:25.741Z[ host-image] Aug 16 04:11:24.719 INFO O| Aug 16 04:11:24.718 INFO STEP 127 (remove_files) COMPLETE
93702024-08-16T04:11:25.741Z[ host-image] Aug 16 04:11:24.719 INFO O| Aug 16 04:11:24.719 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93712024-08-16T04:11:25.748Z[ host-image] Aug 16 04:11:24.728 INFO O| Aug 16 04:11:24.728 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93722024-08-16T04:11:25.751Z[ host-image] Aug 16 04:11:24.728 INFO O| Aug 16 04:11:24.728 INFO STEP 128 (remove_files) COMPLETE
93732024-08-16T04:11:25.751Z[ host-image] Aug 16 04:11:24.728 INFO O| Aug 16 04:11:24.728 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93742024-08-16T04:11:25.758Z[ host-image] Aug 16 04:11:24.738 INFO O| Aug 16 04:11:24.737 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93752024-08-16T04:11:25.760Z[ host-image] Aug 16 04:11:24.738 INFO O| Aug 16 04:11:24.738 INFO STEP 129 (remove_files) COMPLETE
93762024-08-16T04:11:25.760Z[ host-image] Aug 16 04:11:24.738 INFO O| Aug 16 04:11:24.738 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93772024-08-16T04:11:25.767Z[ host-image] Aug 16 04:11:24.747 INFO O| Aug 16 04:11:24.747 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93782024-08-16T04:11:25.770Z[ host-image] Aug 16 04:11:24.747 INFO O| Aug 16 04:11:24.747 INFO STEP 130 (remove_files) COMPLETE
93792024-08-16T04:11:25.770Z[ host-image] Aug 16 04:11:24.747 INFO O| Aug 16 04:11:24.747 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93802024-08-16T04:11:25.777Z[ host-image] Aug 16 04:11:24.757 INFO O| Aug 16 04:11:24.757 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93812024-08-16T04:11:25.780Z[ host-image] Aug 16 04:11:24.757 INFO O| Aug 16 04:11:24.757 INFO STEP 131 (remove_files) COMPLETE
93822024-08-16T04:11:25.780Z[ host-image] Aug 16 04:11:24.757 INFO O| Aug 16 04:11:24.757 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93832024-08-16T04:11:25.787Z[ host-image] Aug 16 04:11:24.766 INFO O| Aug 16 04:11:24.766 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93842024-08-16T04:11:25.789Z[ host-image] Aug 16 04:11:24.767 INFO O| Aug 16 04:11:24.767 INFO STEP 132 (remove_files) COMPLETE
93852024-08-16T04:11:25.789Z[ host-image] Aug 16 04:11:24.767 INFO O| Aug 16 04:11:24.767 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93862024-08-16T04:11:25.797Z[ host-image] Aug 16 04:11:24.776 INFO O| Aug 16 04:11:24.776 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93872024-08-16T04:11:25.797Z[ host-image] Aug 16 04:11:24.776 INFO O| Aug 16 04:11:24.776 INFO STEP 133 (remove_files) COMPLETE
93882024-08-16T04:11:25.799Z[ host-image] Aug 16 04:11:24.776 INFO O| Aug 16 04:11:24.776 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93892024-08-16T04:11:25.806Z[ host-image] Aug 16 04:11:24.786 INFO O| Aug 16 04:11:24.786 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93902024-08-16T04:11:25.806Z[ host-image] Aug 16 04:11:24.786 INFO O| Aug 16 04:11:24.786 INFO STEP 134 (remove_files) COMPLETE
93912024-08-16T04:11:25.808Z[ host-image] Aug 16 04:11:24.786 INFO O| Aug 16 04:11:24.786 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93922024-08-16T04:11:25.815Z[ host-image] Aug 16 04:11:24.795 INFO O| Aug 16 04:11:24.795 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93932024-08-16T04:11:25.815Z[ host-image] Aug 16 04:11:24.795 INFO O| Aug 16 04:11:24.795 INFO STEP 135 (remove_files) COMPLETE
93942024-08-16T04:11:25.815Z[ host-image] Aug 16 04:11:24.795 INFO O| Aug 16 04:11:24.795 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93952024-08-16T04:11:25.825Z[ host-image] Aug 16 04:11:24.805 INFO O| Aug 16 04:11:24.805 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93962024-08-16T04:11:25.825Z[ host-image] Aug 16 04:11:24.805 INFO O| Aug 16 04:11:24.805 INFO STEP 136 (remove_files) COMPLETE
93972024-08-16T04:11:25.827Z[ host-image] Aug 16 04:11:24.805 INFO O| Aug 16 04:11:24.805 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93982024-08-16T04:11:25.834Z[ host-image] Aug 16 04:11:24.814 INFO O| Aug 16 04:11:24.814 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93992024-08-16T04:11:25.834Z[ host-image] Aug 16 04:11:24.814 INFO O| Aug 16 04:11:24.814 INFO STEP 137 (remove_files) COMPLETE
94002024-08-16T04:11:25.837Z[ host-image] Aug 16 04:11:24.814 INFO O| Aug 16 04:11:24.814 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94012024-08-16T04:11:25.844Z[ host-image] Aug 16 04:11:24.823 INFO O| Aug 16 04:11:24.823 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94022024-08-16T04:11:25.846Z[ host-image] Aug 16 04:11:24.824 INFO O| Aug 16 04:11:24.823 INFO STEP 138 (remove_files) COMPLETE
94032024-08-16T04:11:25.846Z[ host-image] Aug 16 04:11:24.824 INFO O| Aug 16 04:11:24.823 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94042024-08-16T04:11:25.853Z[ host-image] Aug 16 04:11:24.833 INFO O| Aug 16 04:11:24.833 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94052024-08-16T04:11:25.856Z[ host-image] Aug 16 04:11:24.833 INFO O| Aug 16 04:11:24.833 INFO STEP 139 (remove_files) COMPLETE
94062024-08-16T04:11:25.856Z[ host-image] Aug 16 04:11:24.833 INFO O| Aug 16 04:11:24.833 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94072024-08-16T04:11:25.864Z[ host-image] Aug 16 04:11:24.842 INFO O| Aug 16 04:11:24.842 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94082024-08-16T04:11:25.864Z[ host-image] Aug 16 04:11:24.843 INFO O| Aug 16 04:11:24.843 INFO STEP 140 (remove_files) COMPLETE
94092024-08-16T04:11:25.864Z[ host-image] Aug 16 04:11:24.843 INFO O| Aug 16 04:11:24.843 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94102024-08-16T04:11:25.872Z[ host-image] Aug 16 04:11:24.852 INFO O| Aug 16 04:11:24.852 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94112024-08-16T04:11:25.872Z[ host-image] Aug 16 04:11:24.852 INFO O| Aug 16 04:11:24.852 INFO STEP 141 (remove_files) COMPLETE
94122024-08-16T04:11:25.872Z[ host-image] Aug 16 04:11:24.852 INFO O| Aug 16 04:11:24.852 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94132024-08-16T04:11:25.882Z[ host-image] Aug 16 04:11:24.861 INFO O| Aug 16 04:11:24.861 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94142024-08-16T04:11:25.882Z[ host-image] Aug 16 04:11:24.862 INFO O| Aug 16 04:11:24.862 INFO STEP 142 (remove_files) COMPLETE
94152024-08-16T04:11:25.885Z[ host-image] Aug 16 04:11:24.862 INFO O| Aug 16 04:11:24.862 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94162024-08-16T04:11:25.892Z[ host-image] Aug 16 04:11:24.871 INFO O| Aug 16 04:11:24.871 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94172024-08-16T04:11:25.892Z[ host-image] Aug 16 04:11:24.871 INFO O| Aug 16 04:11:24.871 INFO STEP 143 (remove_files) COMPLETE
94182024-08-16T04:11:25.894Z[ host-image] Aug 16 04:11:24.871 INFO O| Aug 16 04:11:24.871 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94192024-08-16T04:11:25.901Z[ host-image] Aug 16 04:11:24.881 INFO O| Aug 16 04:11:24.881 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94202024-08-16T04:11:25.904Z[ host-image] Aug 16 04:11:24.881 INFO O| Aug 16 04:11:24.881 INFO STEP 144 (remove_files) COMPLETE
94212024-08-16T04:11:25.904Z[ host-image] Aug 16 04:11:24.881 INFO O| Aug 16 04:11:24.881 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94222024-08-16T04:11:25.911Z[ host-image] Aug 16 04:11:24.891 INFO O| Aug 16 04:11:24.891 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94232024-08-16T04:11:25.911Z[ host-image] Aug 16 04:11:24.891 INFO O| Aug 16 04:11:24.891 INFO STEP 145 (remove_files) COMPLETE
94242024-08-16T04:11:25.914Z[ host-image] Aug 16 04:11:24.891 INFO O| Aug 16 04:11:24.891 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94252024-08-16T04:11:25.920Z[ host-image] Aug 16 04:11:24.900 INFO O| Aug 16 04:11:24.900 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94262024-08-16T04:11:25.923Z[ host-image] Aug 16 04:11:24.900 INFO O| Aug 16 04:11:24.900 INFO STEP 146 (remove_files) COMPLETE
94272024-08-16T04:11:25.923Z[ host-image] Aug 16 04:11:24.900 INFO O| Aug 16 04:11:24.900 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94282024-08-16T04:11:25.930Z[ host-image] Aug 16 04:11:24.909 INFO O| Aug 16 04:11:24.909 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94292024-08-16T04:11:25.930Z[ host-image] Aug 16 04:11:24.909 INFO O| Aug 16 04:11:24.909 INFO STEP 147 (remove_files) COMPLETE
94302024-08-16T04:11:25.932Z[ host-image] Aug 16 04:11:24.909 INFO O| Aug 16 04:11:24.909 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94312024-08-16T04:11:25.939Z[ host-image] Aug 16 04:11:24.919 INFO O| Aug 16 04:11:24.919 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94322024-08-16T04:11:25.939Z[ host-image] Aug 16 04:11:24.919 INFO O| Aug 16 04:11:24.919 INFO STEP 148 (remove_files) COMPLETE
94332024-08-16T04:11:25.942Z[ host-image] Aug 16 04:11:24.919 INFO O| Aug 16 04:11:24.919 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94342024-08-16T04:11:25.949Z[ host-image] Aug 16 04:11:24.928 INFO O| Aug 16 04:11:24.928 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94352024-08-16T04:11:25.949Z[ host-image] Aug 16 04:11:24.928 INFO O| Aug 16 04:11:24.928 INFO STEP 149 (remove_files) COMPLETE
94362024-08-16T04:11:25.951Z[ host-image] Aug 16 04:11:24.928 INFO O| Aug 16 04:11:24.928 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94372024-08-16T04:11:25.958Z[ host-image] Aug 16 04:11:24.938 INFO O| Aug 16 04:11:24.938 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94382024-08-16T04:11:25.961Z[ host-image] Aug 16 04:11:24.938 INFO O| Aug 16 04:11:24.938 INFO STEP 150 (remove_files) COMPLETE
94392024-08-16T04:11:25.961Z[ host-image] Aug 16 04:11:24.938 INFO O| Aug 16 04:11:24.938 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94402024-08-16T04:11:25.968Z[ host-image] Aug 16 04:11:24.948 INFO O| Aug 16 04:11:24.948 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94412024-08-16T04:11:25.970Z[ host-image] Aug 16 04:11:24.948 INFO O| Aug 16 04:11:24.948 INFO STEP 151 (remove_files) COMPLETE
94422024-08-16T04:11:25.970Z[ host-image] Aug 16 04:11:24.948 INFO O| Aug 16 04:11:24.948 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94432024-08-16T04:11:25.977Z[ host-image] Aug 16 04:11:24.957 INFO O| Aug 16 04:11:24.957 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94442024-08-16T04:11:25.977Z[ host-image] Aug 16 04:11:24.957 INFO O| Aug 16 04:11:24.957 INFO STEP 152 (remove_files) COMPLETE
94452024-08-16T04:11:25.977Z[ host-image] Aug 16 04:11:24.957 INFO O| Aug 16 04:11:24.957 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94462024-08-16T04:11:25.986Z[ host-image] Aug 16 04:11:24.966 INFO O| Aug 16 04:11:24.966 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
94472024-08-16T04:11:25.986Z[ host-image] Aug 16 04:11:24.966 INFO O| Aug 16 04:11:24.966 INFO STEP 153 (remove_files) COMPLETE
94482024-08-16T04:11:25.986Z[ host-image] Aug 16 04:11:24.966 INFO O| Aug 16 04:11:24.966 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94492024-08-16T04:11:25.995Z[ host-image] Aug 16 04:11:24.975 INFO O| Aug 16 04:11:24.975 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
94502024-08-16T04:11:25.995Z[ host-image] Aug 16 04:11:24.975 INFO O| Aug 16 04:11:24.975 INFO STEP 154 (remove_files) COMPLETE
94512024-08-16T04:11:25.998Z[ host-image] Aug 16 04:11:24.975 INFO O| Aug 16 04:11:24.975 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94522024-08-16T04:11:26.005Z[ host-image] Aug 16 04:11:24.985 INFO O| Aug 16 04:11:24.985 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
94532024-08-16T04:11:26.005Z[ host-image] Aug 16 04:11:24.985 INFO O| Aug 16 04:11:24.985 INFO STEP 155 (remove_files) COMPLETE
94542024-08-16T04:11:26.005Z[ host-image] Aug 16 04:11:24.985 INFO O| Aug 16 04:11:24.985 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94552024-08-16T04:11:26.019Z[ host-image] Aug 16 04:11:24.999 INFO O| Aug 16 04:11:24.999 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
94562024-08-16T04:11:26.022Z[ host-image] Aug 16 04:11:24.999 INFO O| Aug 16 04:11:24.999 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"}
94572024-08-16T04:11:31.446Z[ host-image] Aug 16 04:11:30.426 INFO O| Aug 16 04:11:30.426 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74
94582024-08-16T04:11:31.446Z[ host-image] Aug 16 04:11:30.426 INFO O| Aug 16 04:11:30.426 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94592024-08-16T04:11:31.460Z[ host-image] Aug 16 04:11:30.441 INFO O| Aug 16 04:11:30.441 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
94602024-08-16T04:11:31.537Z[ host-image] Aug 16 04:11:30.517 INFO O| Aug 16 04:11:30.517 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94612024-08-16T04:11:31.537Z[ host-image] Aug 16 04:11:30.517 INFO O| Aug 16 04:11:30.517 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94622024-08-16T04:11:31.539Z[ host-image] Aug 16 04:11:30.520 INFO O| Aug 16 04:11:30.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94632024-08-16T04:11:31.539Z[ host-image] Aug 16 04:11:30.520 INFO O| Aug 16 04:11:30.520 INFO ok!
94642024-08-16T04:11:31.542Z[ host-image] Aug 16 04:11:30.520 INFO O| Aug 16 04:11:30.520 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94652024-08-16T04:11:31.542Z[ host-image] Aug 16 04:11:30.520 INFO O| Aug 16 04:11:30.520 INFO STEP 156 (seed_smf) COMPLETE
94662024-08-16T04:11:31.542Z[ host-image] Aug 16 04:11:30.520 INFO O| Aug 16 04:11:30.520 INFO steps complete; finalising image!
94672024-08-16T04:11:31.542Z[ host-image] Aug 16 04:11:30.520 INFO O| Aug 16 04:11:30.520 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94682024-08-16T04:11:31.680Z[ host-image] Aug 16 04:11:30.660 INFO O| Aug 16 04:11:30.660 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Aug 16 04:11:30 2024)
94692024-08-16T04:11:31.903Z[ host-image] Aug 16 04:11:30.883 INFO O| Aug 16 04:11:30.883 INFO temporary pool has 665M used, 167M avail, 1.88x compressratio
94702024-08-16T04:11:31.903Z[ host-image] Aug 16 04:11:30.883 INFO O| Aug 16 04:11:30.883 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94712024-08-16T04:11:32.173Z[ host-image] Aug 16 04:11:31.153 INFO O| Aug 16 04:11:31.153 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94722024-08-16T04:11:32.173Z[ host-image] Aug 16 04:11:31.153 INFO O| Aug 16 04:11:31.153 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94732024-08-16T04:11:33.175Z[ host-image] Aug 16 04:11:32.155 INFO O| Aug 16 04:11:32.155 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94742024-08-16T04:11:33.175Z[ host-image] Aug 16 04:11:32.155 INFO O| Aug 16 04:11:32.155 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94752024-08-16T04:11:33.177Z[ host-image] Aug 16 04:11:32.155 INFO O| Aug 16 04:11:32.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94762024-08-16T04:11:33.177Z[ host-image] Aug 16 04:11:32.155 INFO O| Aug 16 04:11:32.155 INFO completed processing gimlet/zfs
94772024-08-16T04:11:33.178Z[ host-image] Aug 16 04:11:32.155 INFO O| Aug 16 04:11:32.155 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94782024-08-16T04:11:39.598Z[ host-image] Aug 16 04:11:38.579 INFO O| Aug 16 04:11:38.578 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94792024-08-16T04:11:39.688Z[ host-image] Aug 16 04:11:38.669 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n"
94802024-08-16T04:11:39.689Z[ host-image] Aug 16 04:11:38.669 INFO expanded image name: "ci f6a6b39/${os_short_commit} 2024-08-16 03:43" -> "ci f6a6b39/f449ff4 2024-08-16 03:43"
94812024-08-16T04:11:39.691Z[ host-image] Aug 16 04:11:38.670 INFO output artefacts stored in: "/work/os-host"
94822024-08-16T04:11:39.691Z[ host-image] Aug 16 04:11:38.670 INFO collecting git info from project "pilot"...
94832024-08-16T04:11:39.695Z[ host-image] Aug 16 04:11:38.676 INFO collecting git info from project "chelsio-t6-roms"...
94842024-08-16T04:11:39.699Z[ host-image] Aug 16 04:11:38.680 INFO collecting git info from project "phbl"...
94852024-08-16T04:11:39.703Z[ host-image] Aug 16 04:11:38.684 INFO collecting git info from project "bootserver"...
94862024-08-16T04:11:39.707Z[ host-image] Aug 16 04:11:38.688 INFO collecting git info from project "pinprick"...
94872024-08-16T04:11:39.711Z[ host-image] Aug 16 04:11:38.692 INFO collecting git info from project "amd-firmware"...
94882024-08-16T04:11:39.718Z[ host-image] Aug 16 04:11:38.699 INFO collecting git info from project "image-builder"...
94892024-08-16T04:11:39.722Z[ host-image] Aug 16 04:11:38.704 INFO collecting git info from project "amd-host-image-builder"...
94902024-08-16T04:11:39.735Z[ host-image] Aug 16 04:11:38.716 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94912024-08-16T04:11:40.096Z[ host-image] Aug 16 04:11:39.077 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94922024-08-16T04:11:40.433Z[ host-image] Aug 16 04:11:39.414 INFO creating Oxide boot image...
94932024-08-16T04:11:40.433Z[ host-image] Aug 16 04:11:39.414 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci f6a6b39/f449ff4 2024-08-16 03:43", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94942024-08-16T04:11:41.380Z[ host-image] Aug 16 04:11:40.361 INFO O| ok, image written!
94952024-08-16T04:11:41.380Z[ host-image] Aug 16 04:11:40.361 INFO O| ok, boot_image_csum file written!
94962024-08-16T04:11:41.383Z[ host-image] Aug 16 04:11:40.364 INFO creating boot archive (CPIO)...
94972024-08-16T04:11:41.383Z[ host-image] Aug 16 04:11:40.364 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
94982024-08-16T04:11:41.390Z[ host-image] Aug 16 04:11:40.371 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94992024-08-16T04:11:41.390Z[ host-image] Aug 16 04:11:40.371 INFO E| + outfile=/work/os-host/cpio
95002024-08-16T04:11:41.392Z[ host-image] Aug 16 04:11:40.371 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95012024-08-16T04:11:41.392Z[ host-image] Aug 16 04:11:40.374 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95022024-08-16T04:11:41.395Z[ host-image] Aug 16 04:11:40.374 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95032024-08-16T04:11:41.430Z[ host-image] Aug 16 04:11:40.410 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95042024-08-16T04:11:41.430Z[ host-image] Aug 16 04:11:40.411 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95052024-08-16T04:11:41.438Z[ host-image] Aug 16 04:11:40.419 INFO creating compressed cpio/unix for nanobl-rs...
95062024-08-16T04:11:41.438Z[ host-image] Aug 16 04:11:40.419 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
95072024-08-16T04:11:41.719Z[ host-image] Aug 16 04:11:40.700 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95082024-08-16T04:11:46.116Z[ host-image] Aug 16 04:11:45.097 INFO creating reset image...
95092024-08-16T04:11:46.119Z[ host-image] Aug 16 04:11:45.098 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95102024-08-16T04:11:46.202Z[ host-image] Aug 16 04:11:45.184 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95112024-08-16T04:11:46.205Z[ host-image] Aug 16 04:11:45.184 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95122024-08-16T04:11:46.273Z[ host-image] Aug 16 04:11:45.254 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95132024-08-16T04:11:48.446Z[ host-image] Aug 16 04:11:47.428 INFO E| Finished `release` profile [optimized] target(s) in 2.23s
95142024-08-16T04:11:48.457Z[ host-image] Aug 16 04:11:47.439 INFO building host image...
95152024-08-16T04:11:48.460Z[ host-image] Aug 16 04:11:47.439 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
95162024-08-16T04:11:48.919Z[ host-image] Aug 16 04:11:47.901 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95172024-08-16T04:12:37.151Z[ host-image] Aug 16 04:12:36.136 INFO image complete! materials are in "/work/os-host"
95182024-08-16T04:12:37.153Z[ host-image]
95192024-08-16T04:12:37.153Z[ host-image] real 8:57.556350912
95202024-08-16T04:12:37.153Z[ host-image] user 3:55.537044513
95212024-08-16T04:12:37.153Z[ host-image] sys 45.661341446
95222024-08-16T04:12:37.153Z[ host-image] trap 0.107240174
95232024-08-16T04:12:37.153Z[ host-image] tflt 0.014880798
95242024-08-16T04:12:37.153Z[ host-image] dflt 0.042342271
95252024-08-16T04:12:37.153Z[ host-image] kflt 0.000000000
95262024-08-16T04:12:37.154Z[ host-image] lock 5:56.011688099
95272024-08-16T04:12:37.157Z[ host-image] slp 49:55.680401526
95282024-08-16T04:12:37.157ZAug 16 04:12:36.140[ host-image] lat 50.349072791
95292024-08-16T04:12:37.157Z INFO [host-image] process exited with exit status: 0 (537.568730317s)
95302024-08-16T04:12:37.157Z[ host-image] stop 0.752642466
95312024-08-16T04:12:37.157ZAug 16 04:12:36.140 INFO [tuf-repo] running task
95322024-08-16T04:12:47.289ZAug 16 04:12:43.168 INFO assembling repository in `/tmp/tufaceousInffmn`, component: OmicronRepoAssembler
95332024-08-16T04:12:48.771ZAug 16 04:12:47.758 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95342024-08-16T04:12:49.010ZAug 16 04:12:47.997 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95352024-08-16T04:13:00.026ZAug 16 04:12:59.014 INFO [tuf-repo] task succeeded (22.873692018s)
95362024-08-16T04:13:00.026ZAug 16 04:12:59.014 INFO all jobs completed in 1767.664447992s
95372024-08-16T04:13:00.535Zprocess exited: duration 2297063 ms, exit code 0
 
95382024-08-16T04:13:00.542Zfound 33 output files
95392024-08-16T04:13:00.542Zuploading: /work/manifest.toml (8404 bytes)
95402024-08-16T04:13:01.554Zuploaded: /work/manifest.toml
95412024-08-16T04:13:01.554Zuploading: /work/repo.zip (1782283743 bytes)
95422024-08-16T04:13:36.981Zuploaded: /work/repo.zip
95432024-08-16T04:13:36.982Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95442024-08-16T04:13:38.059Zuploaded: /work/repo.zip.sha256.txt
95452024-08-16T04:13:38.059Zuploading: /work/helios-setup.log (52337 bytes)
95462024-08-16T04:13:39.077Zuploaded: /work/helios-setup.log
95472024-08-16T04:13:39.077Zuploading: /work/host-image.log (195391 bytes)
95482024-08-16T04:13:40.103Zuploaded: /work/host-image.log
95492024-08-16T04:13:40.103Zuploading: /work/host-package.log (18783 bytes)
95502024-08-16T04:13:41.115Zuploaded: /work/host-package.log
95512024-08-16T04:13:41.115Zuploading: /work/host-target.log (101 bytes)
95522024-08-16T04:13:42.124Zuploaded: /work/host-target.log
95532024-08-16T04:13:42.124Zuploading: /work/omicron-package.log (4572 bytes)
95542024-08-16T04:13:43.136Zuploaded: /work/omicron-package.log
95552024-08-16T04:13:43.136Zuploading: /work/phbl-toolchain.log (881 bytes)
95562024-08-16T04:13:44.146Zuploaded: /work/phbl-toolchain.log
95572024-08-16T04:13:44.146Zuploading: /work/recovery-image.log (591884 bytes)
95582024-08-16T04:13:45.190Zuploaded: /work/recovery-image.log
95592024-08-16T04:13:45.190Zuploading: /work/recovery-package.log (282 bytes)
95602024-08-16T04:13:46.325Zuploaded: /work/recovery-package.log
95612024-08-16T04:13:46.325Zuploading: /work/recovery-target.log (98 bytes)
95622024-08-16T04:13:47.354Zuploaded: /work/recovery-target.log
95632024-08-16T04:13:47.354Zuploading: /work/stamp-clickhouse.log (117 bytes)
95642024-08-16T04:13:48.385Zuploaded: /work/stamp-clickhouse.log
95652024-08-16T04:13:48.392Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95662024-08-16T04:13:49.423Zuploaded: /work/stamp-clickhouse_keeper.log
95672024-08-16T04:13:49.423Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95682024-08-16T04:13:50.470Zuploaded: /work/stamp-cockroachdb.log
95692024-08-16T04:13:50.470Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95702024-08-16T04:13:51.517Zuploaded: /work/stamp-crucible-dtrace.log
95712024-08-16T04:13:51.518Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95722024-08-16T04:13:52.546Zuploaded: /work/stamp-crucible-pantry-zone.log
95732024-08-16T04:13:52.546Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95742024-08-16T04:13:53.561Zuploaded: /work/stamp-crucible-zone.log
95752024-08-16T04:13:53.561Zuploading: /work/stamp-external-dns.log (119 bytes)
95762024-08-16T04:13:54.570Zuploaded: /work/stamp-external-dns.log
95772024-08-16T04:13:54.570Zuploading: /work/stamp-installinator.log (103 bytes)
95782024-08-16T04:13:55.578Zuploaded: /work/stamp-installinator.log
95792024-08-16T04:13:55.578Zuploading: /work/stamp-internal-dns.log (119 bytes)
95802024-08-16T04:13:56.588Zuploaded: /work/stamp-internal-dns.log
95812024-08-16T04:13:56.588Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95822024-08-16T04:13:57.599Zuploaded: /work/stamp-mg-ddm-gz.log
95832024-08-16T04:13:57.599Zuploading: /work/stamp-nexus.log (112 bytes)
95842024-08-16T04:13:58.607Zuploaded: /work/stamp-nexus.log
95852024-08-16T04:13:58.607Zuploading: /work/stamp-ntp.log (110 bytes)
95862024-08-16T04:13:59.616Zuploaded: /work/stamp-ntp.log
95872024-08-16T04:13:59.616Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95882024-08-16T04:14:00.629Zuploaded: /work/stamp-omicron-sled-agent.log
95892024-08-16T04:14:00.629Zuploading: /work/stamp-overlay.log (114 bytes)
95902024-08-16T04:14:01.637Zuploaded: /work/stamp-overlay.log
95912024-08-16T04:14:01.637Zuploading: /work/stamp-oximeter.log (115 bytes)
95922024-08-16T04:14:02.646Zuploaded: /work/stamp-oximeter.log
95932024-08-16T04:14:02.646Zuploading: /work/stamp-oxlog.log (109 bytes)
95942024-08-16T04:14:03.655Zuploaded: /work/stamp-oxlog.log
95952024-08-16T04:14:03.655Zuploading: /work/stamp-probe.log (112 bytes)
95962024-08-16T04:14:04.668Zuploaded: /work/stamp-probe.log
95972024-08-16T04:14:04.668Zuploading: /work/stamp-propolis-server.log (122 bytes)
95982024-08-16T04:14:05.684Zuploaded: /work/stamp-propolis-server.log
95992024-08-16T04:14:05.684Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96002024-08-16T04:14:06.692Zuploaded: /work/stamp-pumpkind-gz.log
96012024-08-16T04:14:06.692Zuploading: /work/stamp-switch-asic.log (118 bytes)
96022024-08-16T04:14:07.700Zuploaded: /work/stamp-switch-asic.log
96032024-08-16T04:14:07.700Zuploading: /work/verify-libraries.log (1883 bytes)
96042024-08-16T04:14:08.711Zuploaded: /work/verify-libraries.log