01J92W5183GXZ9F17DBENCQA3B: 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: 01J92W5EMDBCJG00ZSK2CZZ7NS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-01T01:48:16.599Zjob assigned to worker 01J92W5G6PM4TQGF36VEWV7V12 (queued for 53 s)
 
22024-10-01T01:48:23.450Zstarting task 0: "setup"
32024-10-01T01:48:23.458Z++ uname -s
42024-10-01T01:48:23.460Z+ kern=SunOS
52024-10-01T01:48:23.461Z+ case "$kern" in
62024-10-01T01:48:23.461Z+ groupadd -g 12345 build
72024-10-01T01:48:23.463Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-01T01:48:25.474Z+ zfs create -o mountpoint=/work rpool/work
92024-10-01T01:48:25.601Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-01T01:48:25.604Z+ home_fs=zfs
112024-10-01T01:48:25.604Z+ [[ zfs == autofs ]]
122024-10-01T01:48:25.604Z+ mkdir -p /home/build
132024-10-01T01:48:25.606Z+ chown build:build /home/build /work
142024-10-01T01:48:26.608Z+ chmod 0700 /home/build /work
152024-10-01T01:48:26.610Zprocess exited: duration 3162 ms, exit code 0
 
162024-10-01T01:48:26.616Zstarting task 1: "rust-toolchain"
172024-10-01T01:48:26.621Z+ printf ' * toolchain channel = "%s"
182024-10-01T01:48:26.621Z' 1.80.1
192024-10-01T01:48:26.624Z * toolchain channel = "1.80.1"
202024-10-01T01:48:26.624Z+ printf ' * toolchain profile = "%s"
212024-10-01T01:48:26.624Z' default
222024-10-01T01:48:26.624Z * toolchain profile = "default"
232024-10-01T01:48:26.624Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-01T01:48:26.624Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-01T01:48:26.711Zinfo: downloading installer
262024-10-01T01:48:28.043Zinfo: profile set to 'default'
272024-10-01T01:48:28.043Zinfo: default host triple is x86_64-unknown-illumos
282024-10-01T01:48:28.046Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-01T01:48:28.171Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-01T01:48:28.171Zinfo: downloading component 'cargo'
312024-10-01T01:48:28.847Zinfo: downloading component 'clippy'
322024-10-01T01:48:29.085Zinfo: downloading component 'rust-docs'
332024-10-01T01:48:30.009Zinfo: downloading component 'rust-std'
342024-10-01T01:48:31.313Zinfo: downloading component 'rustc'
352024-10-01T01:48:34.938Zinfo: downloading component 'rustfmt'
362024-10-01T01:48:35.135Zinfo: installing component 'cargo'
372024-10-01T01:48:35.980Zinfo: installing component 'clippy'
382024-10-01T01:48:36.362Zinfo: installing component 'rust-docs'
392024-10-01T01:48:37.948Zinfo: installing component 'rust-std'
402024-10-01T01:48:39.632Zinfo: installing component 'rustc'
412024-10-01T01:48:43.892Zinfo: installing component 'rustfmt'
422024-10-01T01:48:44.228Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-01T01:48:44.228Z
442024-10-01T01:48:44.487Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-01T01:48:44.487Z
462024-10-01T01:48:44.490Z
472024-10-01T01:48:44.490ZRust is installed now. Great!
482024-10-01T01:48:44.490Z
492024-10-01T01:48:44.490ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-01T01:48:44.490Zenvironment variable. This has not been done automatically.
512024-10-01T01:48:44.490Z
522024-10-01T01:48:44.490ZTo configure your current shell, you need to source
532024-10-01T01:48:44.490Zthe corresponding env file under $HOME/.cargo.
542024-10-01T01:48:44.490Z
552024-10-01T01:48:44.490ZThis is usually done by running one of the following (note the leading DOT):
562024-10-01T01:48:44.490Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-01T01:48:44.490Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-01T01:48:44.541Z+ rustc --version
592024-10-01T01:48:44.604Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-01T01:48:44.607Zprocess exited: duration 17989 ms, exit code 0
 
612024-10-01T01:48:44.614Zstarting task 2: "authentication"
622024-10-01T01:48:44.632Zprocess exited: duration 19 ms, exit code 0
 
632024-10-01T01:48:44.637Zstarting task 3: "clone repository"
642024-10-01T01:48:44.642Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-01T01:48:44.644Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-01T01:48:44.681ZCloning into '/work/oxidecomputer/omicron'...
672024-10-01T01:48:51.541Z+ cd /work/oxidecomputer/omicron
682024-10-01T01:48:51.543Z+ git fetch origin 383d87c09bc60bbe6e73c825cdff776b6f9dbd34
692024-10-01T01:48:51.989ZFrom https://github.com/oxidecomputer/omicron
702024-10-01T01:48:51.989Z * branch 383d87c09bc60bbe6e73c825cdff776b6f9dbd34 -> FETCH_HEAD
712024-10-01T01:48:51.997Z+ [[ -n '' ]]
722024-10-01T01:48:51.997Z+ git reset --hard 383d87c09bc60bbe6e73c825cdff776b6f9dbd34
732024-10-01T01:48:52.156ZHEAD is now at 383d87c09 wait for associated sagas to transition the requests
742024-10-01T01:48:52.159Zprocess exited: duration 7521 ms, exit code 0
 
752024-10-01T01:48:52.164Zstarting task 4: "build"
762024-10-01T01:48:52.169Z+ cargo --version
772024-10-01T01:48:52.222Zcargo 1.80.1 (376290515 2024-07-16)
782024-10-01T01:48:52.225Z+ rustc --version
792024-10-01T01:48:52.281Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
802024-10-01T01:48:52.283Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
812024-10-01T01:48:58.442Z Startup: Refreshing catalog 'helios-dev' ... Done
822024-10-01T01:49:01.135Z Startup: Caching catalogs ... Done
832024-10-01T01:49:05.088ZPlanning: Solver setup ... Done (3.312s)
842024-10-01T01:49:05.139ZPlanning: Running solver ... Done (0.051s)
852024-10-01T01:49:05.198ZPlanning: Finding local manifests ... Done (0.004s)
862024-10-01T01:49:05.228ZPlanning: Fetching manifests: 0/5 0% complete
872024-10-01T01:49:05.454ZPlanning: Fetching manifests: 5/5 100% complete
882024-10-01T01:49:05.551ZPlanning: Package planning ... Done (0.097s)
892024-10-01T01:49:05.608ZPlanning: Merging actions ... Done (0.056s)
902024-10-01T01:49:05.807ZPlanning: Checking for conflicting actions ... Done (0.199s)
912024-10-01T01:49:07.847ZPlanning: Consolidating action changes ... Done (2.039s)
922024-10-01T01:49:08.279ZPlanning: Evaluating mediators ... Done (0.431s)
932024-10-01T01:49:08.356ZPlanning: Planning completed in 7.14 seconds
942024-10-01T01:49:08.372Z Packages to install: 4
952024-10-01T01:49:08.372Z Packages to update: 1
962024-10-01T01:49:08.375Z Mediators to change: 2
972024-10-01T01:49:08.375Z Services to change: 1
982024-10-01T01:49:08.375Z Estimated space available: 155.71 GB
992024-10-01T01:49:08.375ZEstimated space to be consumed: 1.55 GB
1002024-10-01T01:49:08.375Z Create boot environment: No
1012024-10-01T01:49:08.375ZCreate backup boot environment: Yes
1022024-10-01T01:49:08.375Z Rebuild boot archive: No
1032024-10-01T01:49:08.375Z
1042024-10-01T01:49:08.375ZChanged mediators:
1052024-10-01T01:49:08.375Z mediator clang:
1062024-10-01T01:49:08.375Z version: None -> 15 (system default)
1072024-10-01T01:49:08.375Z
1082024-10-01T01:49:08.375Z mediator llvm:
1092024-10-01T01:49:08.375Z version: 14 (system default) -> 15 (system default)
1102024-10-01T01:49:08.375Z
1112024-10-01T01:49:08.375ZChanged packages:
1122024-10-01T01:49:08.375Zhelios-dev
1132024-10-01T01:49:08.375Z developer/build-essential
1142024-10-01T01:49:08.375Z None -> 11-2.0
1152024-10-01T01:49:08.375Z library/libxmlsec1
1162024-10-01T01:49:08.375Z None -> 1.2.35-2.0
1172024-10-01T01:49:08.375Z ooce/developer/clang-15
1182024-10-01T01:49:08.375Z None -> 15.0.7-2.0
1192024-10-01T01:49:08.375Z ooce/developer/llvm-15
1202024-10-01T01:49:08.375Z None -> 15.0.7-2.0
1212024-10-01T01:49:08.375Z package/pkg
1222024-10-01T01:49:08.375Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1232024-10-01T01:49:08.375Z
1242024-10-01T01:49:08.375ZServices:
1252024-10-01T01:49:08.375Z restart_fmri:
1262024-10-01T01:49:08.375Z svc:/system/update-man-index:default
1272024-10-01T01:49:08.375Z
1282024-10-01T01:49:08.375ZEditable files to change:
1292024-10-01T01:49:08.375Z Update:
1302024-10-01T01:49:08.375Z usr/share/lib/pkg/web/config.shtml
1312024-10-01T01:49:08.451Z
1322024-10-01T01:49:08.451ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1332024-10-01T01:49:14.620ZDownload: 207/4281 items 1.3/220.6MB 0% complete (528k/s)
1342024-10-01T01:49:21.021ZDownload: 211/4281 items 1.3/220.6MB 0% complete (476k/s)
1352024-10-01T01:49:33.816ZDownload: 213/4281 items 1.3/220.6MB 0% complete
1362024-10-01T01:49:38.820ZDownload: 772/4281 items 18.6/220.6MB 8% complete (3.5M/s)
1372024-10-01T01:49:44.164ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (10.7M/s)
1382024-10-01T01:49:49.164ZDownload: 1744/4281 items 116.9/220.6MB 52% complete (9.8M/s)
1392024-10-01T01:49:55.657ZDownload: 2221/4281 items 118.6/220.6MB 53% complete (4.0M/s)
1402024-10-01T01:50:00.657ZDownload: 3106/4281 items 128.3/220.6MB 58% complete (960k/s)
1412024-10-01T01:50:06.195ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (10.6M/s)
1422024-10-01T01:50:06.303ZDownload: Completed 220.60 MB in 57.85 seconds (3.8M/s)
1432024-10-01T01:50:09.203Z Actions: 1/5063 actions (Removing old actions)
1442024-10-01T01:50:09.223Z Actions: 194/5063 actions (Installing new actions)
1452024-10-01T01:50:13.892Z Actions: 4226/5063 actions (Updating modified actions)
1462024-10-01T01:50:14.201Z Actions: Completed 5063 actions in 5.00 seconds.
1472024-10-01T01:50:14.508Z Done (0.299s)
1482024-10-01T01:50:14.510Z Done (0.000s)
1492024-10-01T01:50:14.945Z Done (0.436s)
1502024-10-01T01:50:19.254Z Done (4.119s)
1512024-10-01T01:50:19.336Z Done (0.016s)
1522024-10-01T01:50:19.339Z Done (0.000s)
1532024-10-01T01:50:19.514Z Done (0.000s)
1542024-10-01T01:50:20.130ZPlanning: Evaluating mediator changes ... Done
1552024-10-01T01:50:20.289ZPlanning: Checking for conflicting actions ... Done
1562024-10-01T01:50:20.291ZPlanning: Consolidating action changes ... Done
1572024-10-01T01:50:20.562ZPlanning: Evaluating mediators ... Done
1582024-10-01T01:50:20.565ZPlanning: Planning completed in 0.43 seconds
1592024-10-01T01:50:20.602Z Mediators to change: 2
1602024-10-01T01:50:20.602Z Create boot environment: No
1612024-10-01T01:50:20.605ZCreate backup boot environment: No
1622024-10-01T01:50:20.755Z Done
1632024-10-01T01:50:20.755Z Done
1642024-10-01T01:50:21.012Z Done
1652024-10-01T01:50:24.534Z Done
1662024-10-01T01:50:24.625Z Done
1672024-10-01T01:50:24.627Z Done
1682024-10-01T01:50:24.721Z Done
1692024-10-01T01:50:25.327ZPlanning: Evaluating mediator changes ... Done
1702024-10-01T01:50:25.329ZPlanning: Merging actions ... Done
1712024-10-01T01:50:25.515ZPlanning: Checking for conflicting actions ... Done
1722024-10-01T01:50:25.517ZPlanning: Consolidating action changes ... Done
1732024-10-01T01:50:25.781ZPlanning: Evaluating mediators ... Done
1742024-10-01T01:50:25.836ZPlanning: Planning completed in 0.75 seconds
1752024-10-01T01:50:25.877Z Packages to change: 1
1762024-10-01T01:50:25.877Z Mediators to change: 1
1772024-10-01T01:50:25.880Z Services to change: 1
1782024-10-01T01:50:25.880Z Create boot environment: No
1792024-10-01T01:50:25.880ZCreate backup boot environment: Yes
1802024-10-01T01:50:28.005Z Actions: 1/6 actions (Updating modified actions)
1812024-10-01T01:50:28.008Z Actions: Completed 6 actions in 0.00 seconds.
1822024-10-01T01:50:28.008Z Done
1832024-10-01T01:50:28.008Z Done
1842024-10-01T01:50:28.096Z Done
1852024-10-01T01:50:31.629Z Done
1862024-10-01T01:50:31.719Z Done
1872024-10-01T01:50:31.721Z Done
1882024-10-01T01:50:31.836Z Done
1892024-10-01T01:50:32.269ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902024-10-01T01:50:32.269Zclang system 15 system
1912024-10-01T01:50:32.269Zcsh system system illumos
1922024-10-01T01:50:32.269Zctags system system illumos
1932024-10-01T01:50:32.269Zgcc vendor 12 vendor
1942024-10-01T01:50:32.269Zgcc system 10 system
1952024-10-01T01:50:32.269Zgcc system 7 system
1962024-10-01T01:50:32.269Zgo system 1.20 system
1972024-10-01T01:50:32.269Zgo system 1.19 system
1982024-10-01T01:50:32.269Zllvm system 15 system
1992024-10-01T01:50:32.269Zllvm system 14 system
2002024-10-01T01:50:32.269Zmariadb system 10.6 system
2012024-10-01T01:50:32.269Zmta vendor vendor dma
2022024-10-01T01:50:32.269Zopenjdk system 17 system
2032024-10-01T01:50:32.269Zopenjdk system 11 system
2042024-10-01T01:50:32.269Zopenjdk system 1.8 system
2052024-10-01T01:50:32.269Zopenssl vendor 3 vendor
2062024-10-01T01:50:32.269Zperl system 5.36 system
2072024-10-01T01:50:32.269Zpostgresql system 15 system
2082024-10-01T01:50:32.269Zpostgresql system 13 system
2092024-10-01T01:50:32.269Zpython vendor 3 vendor
2102024-10-01T01:50:32.269Zpython system 2 system
2112024-10-01T01:50:32.269Zpython3 system 3.11 system
2122024-10-01T01:50:32.269Zruby system 3.0 system
2132024-10-01T01:50:32.269Zwords vendor vendor american-english
2142024-10-01T01:50:32.269Zwords system system australian-english
2152024-10-01T01:50:32.269Zwords system system british-english
2162024-10-01T01:50:32.269Zwords system system canadian-english
2172024-10-01T01:50:32.269Zwords system system french
2182024-10-01T01:50:32.269Zwords system system italian
2192024-10-01T01:50:32.269Zwords system system ngerman
2202024-10-01T01:50:32.270Zwords system system ogerman
2212024-10-01T01:50:32.270Zwords system system spanish
2222024-10-01T01:50:32.605ZPUBLISHER TYPE STATUS P LOCATION
2232024-10-01T01:50:32.605Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2242024-10-01T01:50:34.583ZFMRI IFO
2252024-10-01T01:50:34.583Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2262024-10-01T01:50:34.583Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2272024-10-01T01:50:34.583Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2282024-10-01T01:50:34.583Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2292024-10-01T01:50:34.584Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2302024-10-01T01:50:34.584Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2312024-10-01T01:50:34.584Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2322024-10-01T01:50:34.584Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2332024-10-01T01:50:34.584Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2342024-10-01T01:50:34.584Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2352024-10-01T01:50:34.584Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2362024-10-01T01:50:34.584Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2372024-10-01T01:50:34.584Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2382024-10-01T01:50:35.221Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392024-10-01T01:50:35.478Z Updating crates.io index
2402024-10-01T01:50:35.481Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412024-10-01T01:50:36.258Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2422024-10-01T01:50:36.514Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2432024-10-01T01:50:36.776Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442024-10-01T01:50:37.025Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452024-10-01T01:50:37.775Z Updating git repository `https://github.com/oxidecomputer/crucible`
2462024-10-01T01:50:39.958Z Updating git repository `https://github.com/oxidecomputer/opte`
2472024-10-01T01:50:40.921Z Updating git repository `https://github.com/oxidecomputer/falcon`
2482024-10-01T01:50:41.640Z Updating git repository `https://github.com/oxidecomputer/clickward`
2492024-10-01T01:50:41.924Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2502024-10-01T01:50:42.162Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512024-10-01T01:50:42.708Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2522024-10-01T01:50:43.144Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2532024-10-01T01:50:43.404Z Updating git repository `https://github.com/oxidecomputer/qorb`
2542024-10-01T01:50:43.710Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2552024-10-01T01:50:44.078Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562024-10-01T01:50:44.313Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2572024-10-01T01:50:44.533Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2582024-10-01T01:50:44.785Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2592024-10-01T01:50:45.039Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602024-10-01T01:50:45.434Z Updating git repository `https://github.com/oxidecomputer/ispf`
2612024-10-01T01:50:45.826Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2622024-10-01T01:50:46.048Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2632024-10-01T01:50:46.323Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2642024-10-01T01:50:46.711Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2652024-10-01T01:50:47.054Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662024-10-01T01:50:47.393Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2672024-10-01T01:50:47.786Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2682024-10-01T01:50:48.061Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2692024-10-01T01:50:48.351Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2702024-10-01T01:50:49.606Z Downloading crates ...
2712024-10-01T01:50:49.712Z Downloaded bitflags v2.6.0
2722024-10-01T01:50:49.717Z Downloaded pretty-hex v0.4.1
2732024-10-01T01:50:49.720Z Downloaded itoa v1.0.11
2742024-10-01T01:50:49.722Z Downloaded scroll_derive v0.12.0
2752024-10-01T01:50:49.727Z Downloaded dtrace-parser v0.2.0
2762024-10-01T01:50:49.736Z Downloaded usdt-macro v0.5.0
2772024-10-01T01:50:49.739Z Downloaded usdt-attr-macro v0.5.0
2782024-10-01T01:50:49.742Z Downloaded generic-array v0.14.7
2792024-10-01T01:50:49.745Z Downloaded fnv v1.0.7
2802024-10-01T01:50:49.747Z Downloaded bytecount v0.6.8
2812024-10-01T01:50:49.747Z Downloaded thiserror-impl v1.0.64
2822024-10-01T01:50:49.749Z Downloaded usdt v0.5.0
2832024-10-01T01:50:49.749Z Downloaded tabled_derive v0.7.0
2842024-10-01T01:50:49.751Z Downloaded strsim v0.11.1
2852024-10-01T01:50:49.751Z Downloaded unicode-linebreak v0.1.5
2862024-10-01T01:50:49.754Z Downloaded digest v0.10.7
2872024-10-01T01:50:49.754Z Downloaded terminal_size v0.3.0
2882024-10-01T01:50:49.757Z Downloaded pest_generator v2.7.10
2892024-10-01T01:50:49.757Z Downloaded anstyle-parse v0.2.4
2902024-10-01T01:50:49.761Z Downloaded anstream v0.6.14
2912024-10-01T01:50:49.763Z Downloaded smawk v0.3.2
2922024-10-01T01:50:49.763Z Downloaded version_check v0.9.5
2932024-10-01T01:50:49.763Z Downloaded utf8parse v0.2.1
2942024-10-01T01:50:49.766Z Downloaded thiserror v1.0.64
2952024-10-01T01:50:49.769Z Downloaded proc-macro-error-attr v1.0.4
2962024-10-01T01:50:49.771Z Downloaded once_cell v1.19.0
2972024-10-01T01:50:49.772Z Downloaded cargo_toml v0.20.5
2982024-10-01T01:50:49.774Z Downloaded quote v1.0.37
2992024-10-01T01:50:49.776Z Downloaded log v0.4.22
3002024-10-01T01:50:49.778Z Downloaded camino v1.1.9
3012024-10-01T01:50:49.781Z Downloaded cargo-platform v0.1.8
3022024-10-01T01:50:49.781Z Downloaded serde_tokenstream v0.2.2
3032024-10-01T01:50:49.783Z Downloaded anyhow v1.0.89
3042024-10-01T01:50:49.785Z Downloaded plain v0.2.3
3052024-10-01T01:50:49.788Z Downloaded toml v0.8.19
3062024-10-01T01:50:49.790Z Downloaded heck v0.5.0
3072024-10-01T01:50:49.793Z Downloaded ryu v1.0.18
3082024-10-01T01:50:49.795Z Downloaded errno v0.3.9
3092024-10-01T01:50:49.795Z Downloaded clap v4.5.18
3102024-10-01T01:50:49.803Z Downloaded clap_lex v0.7.0
3112024-10-01T01:50:49.805Z Downloaded ucd-trie v0.1.6
3122024-10-01T01:50:49.807Z Downloaded serde v1.0.210
3132024-10-01T01:50:49.809Z Downloaded indexmap v2.5.0
3142024-10-01T01:50:49.813Z Downloaded toml_edit v0.22.22
3152024-10-01T01:50:49.834Z Downloaded memchr v2.7.2
3162024-10-01T01:50:49.839Z Downloaded pest v2.7.10
3172024-10-01T01:50:49.844Z Downloaded block-buffer v0.10.4
3182024-10-01T01:50:49.846Z Downloaded cpufeatures v0.2.12
3192024-10-01T01:50:49.848Z Downloaded serde_json v1.0.128
3202024-10-01T01:50:49.855Z Downloaded dof v0.3.0
3212024-10-01T01:50:49.857Z Downloaded is_terminal_polyfill v1.70.0
3222024-10-01T01:50:49.857Z Downloaded memmap v0.7.0
3232024-10-01T01:50:49.859Z Downloaded hashbrown v0.14.5
3242024-10-01T01:50:49.863Z Downloaded fastrand v2.1.0
3252024-10-01T01:50:49.866Z Downloaded crypto-common v0.1.6
3262024-10-01T01:50:49.866Z Downloaded autocfg v1.3.0
3272024-10-01T01:50:49.869Z Downloaded equivalent v1.0.1
3282024-10-01T01:50:49.869Z Downloaded anstyle-query v1.0.3
3292024-10-01T01:50:49.871Z Downloaded anstyle v1.0.8
3302024-10-01T01:50:49.872Z Downloaded cargo_metadata v0.18.1
3312024-10-01T01:50:49.874Z Downloaded fs-err v2.11.0
3322024-10-01T01:50:49.874Z Downloaded byteorder v1.5.0
3332024-10-01T01:50:49.876Z Downloaded colorchoice v1.0.1
3342024-10-01T01:50:49.877Z Downloaded swrite v0.1.0
3352024-10-01T01:50:49.879Z Downloaded clap_derive v4.5.18
3362024-10-01T01:50:49.883Z Downloaded macaddr v1.0.1
3372024-10-01T01:50:49.886Z Downloaded serde_spanned v0.6.7
3382024-10-01T01:50:49.888Z Downloaded zerocopy v0.7.34
3392024-10-01T01:50:49.902Z Downloaded toml_datetime v0.6.8
3402024-10-01T01:50:49.905Z Downloaded usdt-impl v0.5.0
3412024-10-01T01:50:49.905Z Downloaded thread-id v4.2.1
3422024-10-01T01:50:49.907Z Downloaded proc-macro-error v1.0.4
3432024-10-01T01:50:49.910Z Downloaded pest_meta v2.7.10
3442024-10-01T01:50:49.913Z Downloaded pest_derive v2.7.10
3452024-10-01T01:50:49.913Z Downloaded proc-macro2 v1.0.86
3462024-10-01T01:50:49.916Z Downloaded clap_builder v4.5.18
3472024-10-01T01:50:49.921Z Downloaded cfg-if v1.0.0
3482024-10-01T01:50:49.924Z Downloaded textwrap v0.16.1
3492024-10-01T01:50:49.926Z Downloaded tempfile v3.10.1
3502024-10-01T01:50:49.928Z Downloaded unicode-ident v1.0.13
3512024-10-01T01:50:49.930Z Downloaded typenum v1.17.0
3522024-10-01T01:50:49.933Z Downloaded sha2 v0.10.8
3532024-10-01T01:50:49.936Z Downloaded serde_derive v1.0.210
3542024-10-01T01:50:49.938Z Downloaded semver v1.0.23
3552024-10-01T01:50:49.940Z Downloaded papergrid v0.11.0
3562024-10-01T01:50:49.943Z Downloaded zerocopy-derive v0.7.34
3572024-10-01T01:50:49.947Z Downloaded heck v0.4.1
3582024-10-01T01:50:49.950Z Downloaded syn v2.0.79
3592024-10-01T01:50:49.960Z Downloaded camino-tempfile v1.1.1
3602024-10-01T01:50:49.962Z Downloaded scroll v0.12.0
3612024-10-01T01:50:49.967Z Downloaded winnow v0.6.18
3622024-10-01T01:50:49.975Z Downloaded goblin v0.8.2
3632024-10-01T01:50:49.988Z Downloaded tabled v0.15.0
3642024-10-01T01:50:50.003Z Downloaded syn v1.0.109
3652024-10-01T01:50:50.015Z Downloaded rustix v0.38.34
3662024-10-01T01:50:50.035Z Downloaded unicode-width v0.1.13
3672024-10-01T01:50:50.057Z Downloaded libc v0.2.159
3682024-10-01T01:50:50.358Z Compiling proc-macro2 v1.0.86
3692024-10-01T01:50:50.358Z Compiling unicode-ident v1.0.13
3702024-10-01T01:50:50.360Z Compiling version_check v0.9.5
3712024-10-01T01:50:50.360Z Compiling serde v1.0.210
3722024-10-01T01:50:50.360Z Compiling thiserror v1.0.64
3732024-10-01T01:50:50.360Z Compiling memchr v2.7.2
3742024-10-01T01:50:50.392Z Compiling libc v0.2.159
3752024-10-01T01:50:50.394Z Compiling ryu v1.0.18
3762024-10-01T01:50:50.764Z Compiling ucd-trie v0.1.6
3772024-10-01T01:50:50.970Z Compiling itoa v1.0.11
3782024-10-01T01:50:51.089Z Compiling once_cell v1.19.0
3792024-10-01T01:50:51.184Z Compiling byteorder v1.5.0
3802024-10-01T01:50:51.320Z Compiling rustix v0.38.34
3812024-10-01T01:50:51.484Z Compiling serde_json v1.0.128
3822024-10-01T01:50:51.654Z Compiling bitflags v2.6.0
3832024-10-01T01:50:51.895Z Compiling proc-macro-error-attr v1.0.4
3842024-10-01T01:50:52.128Z Compiling quote v1.0.37
3852024-10-01T01:50:52.174Z Compiling usdt-impl v0.5.0
3862024-10-01T01:50:52.219Z Compiling syn v1.0.109
3872024-10-01T01:50:52.291Z Compiling proc-macro-error v1.0.4
3882024-10-01T01:50:52.363Z Compiling log v0.4.22
3892024-10-01T01:50:52.524Z Compiling syn v2.0.79
3902024-10-01T01:50:52.620Z Compiling errno v0.3.9
3912024-10-01T01:50:52.834Z Compiling utf8parse v0.2.1
3922024-10-01T01:50:52.857Z Compiling hashbrown v0.14.5
3932024-10-01T01:50:52.895Z Compiling equivalent v1.0.1
3942024-10-01T01:50:52.943Z Compiling thread-id v4.2.1
3952024-10-01T01:50:52.991Z Compiling camino v1.1.9
3962024-10-01T01:50:52.993Z Compiling plain v0.2.3
3972024-10-01T01:50:53.039Z Compiling anstyle-parse v0.2.4
3982024-10-01T01:50:53.374Z Compiling winnow v0.6.18
3992024-10-01T01:50:53.646Z Compiling autocfg v1.3.0
4002024-10-01T01:50:53.744Z Compiling anstyle v1.0.8
4012024-10-01T01:50:53.916Z Compiling anstyle-query v1.0.3
4022024-10-01T01:50:54.064Z Compiling indexmap v2.5.0
4032024-10-01T01:50:54.163Z Compiling pretty-hex v0.4.1
4042024-10-01T01:50:54.235Z Compiling is_terminal_polyfill v1.70.0
4052024-10-01T01:50:54.364Z Compiling unicode-width v0.1.13
4062024-10-01T01:50:54.389Z Compiling semver v1.0.23
4072024-10-01T01:50:54.598Z Compiling colorchoice v1.0.1
4082024-10-01T01:50:54.620Z Compiling fs-err v2.11.0
4092024-10-01T01:50:54.760Z Compiling anstream v0.6.14
4102024-10-01T01:50:54.916Z Compiling terminal_size v0.3.0
4112024-10-01T01:50:55.163Z Compiling bytecount v0.6.8
4122024-10-01T01:50:55.223Z Compiling heck v0.5.0
4132024-10-01T01:50:55.382Z Compiling fnv v1.0.7
4142024-10-01T01:50:55.427Z Compiling clap_lex v0.7.0
4152024-10-01T01:50:55.513Z Compiling anyhow v1.0.89
4162024-10-01T01:50:55.539Z Compiling cfg-if v1.0.0
4172024-10-01T01:50:55.565Z Compiling heck v0.4.1
4182024-10-01T01:50:55.629Z Compiling strsim v0.11.1
4192024-10-01T01:50:55.710Z Compiling fastrand v2.1.0
4202024-10-01T01:50:56.058Z Compiling clap_builder v4.5.18
4212024-10-01T01:50:56.255Z Compiling tempfile v3.10.1
4222024-10-01T01:50:56.320Z Compiling papergrid v0.11.0
4232024-10-01T01:50:56.595Z Compiling memmap v0.7.0
4242024-10-01T01:50:56.673Z Compiling smawk v0.3.2
4252024-10-01T01:50:56.938Z Compiling unicode-linebreak v0.1.5
4262024-10-01T01:50:57.112Z Compiling swrite v0.1.0
4272024-10-01T01:50:57.444Z Compiling textwrap v0.16.1
4282024-10-01T01:50:58.481Z Compiling tabled_derive v0.7.0
4292024-10-01T01:51:00.133Z Compiling tabled v0.15.0
4302024-10-01T01:51:01.156Z Compiling serde_derive v1.0.210
4312024-10-01T01:51:01.159Z Compiling thiserror-impl v1.0.64
4322024-10-01T01:51:01.159Z Compiling zerocopy-derive v0.7.34
4332024-10-01T01:51:01.159Z Compiling scroll_derive v0.12.0
4342024-10-01T01:51:01.213Z Compiling clap_derive v4.5.18
4352024-10-01T01:51:02.653Z Compiling scroll v0.12.0
4362024-10-01T01:51:03.176Z Compiling goblin v0.8.2
4372024-10-01T01:51:03.202Z Compiling zerocopy v0.7.34
4382024-10-01T01:51:04.019Z Compiling pest v2.7.10
4392024-10-01T01:51:04.856Z Compiling clap v4.5.18
4402024-10-01T01:51:06.111Z Compiling pest_meta v2.7.10
4412024-10-01T01:51:06.980Z Compiling pest_generator v2.7.10
4422024-10-01T01:51:08.823Z Compiling pest_derive v2.7.10
4432024-10-01T01:51:09.568Z Compiling dtrace-parser v0.2.0
4442024-10-01T01:51:11.010Z Compiling serde_tokenstream v0.2.2
4452024-10-01T01:51:11.147Z Compiling toml_datetime v0.6.8
4462024-10-01T01:51:11.147Z Compiling serde_spanned v0.6.7
4472024-10-01T01:51:11.252Z Compiling cargo-platform v0.1.8
4482024-10-01T01:51:11.546Z Compiling toml_edit v0.22.22
4492024-10-01T01:51:11.572Z Compiling macaddr v1.0.1
4502024-10-01T01:51:11.833Z Compiling camino-tempfile v1.1.1
4512024-10-01T01:51:12.454Z Compiling dof v0.3.0
4522024-10-01T01:51:12.557Z Compiling cargo_metadata v0.18.1
4532024-10-01T01:51:14.161Z Compiling usdt-attr-macro v0.5.0
4542024-10-01T01:51:14.161Z Compiling usdt-macro v0.5.0
4552024-10-01T01:51:14.245Z Compiling toml v0.8.19
4562024-10-01T01:51:15.131Z Compiling cargo_toml v0.20.5
4572024-10-01T01:51:15.496Z Compiling usdt v0.5.0
4582024-10-01T01:51:18.986Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4592024-10-01T01:51:23.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.22s
4602024-10-01T01:51:23.470Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4612024-10-01T01:51:24.019Z Downloading crates ...
4622024-10-01T01:51:24.169Z Downloaded ident_case v1.0.1
4632024-10-01T01:51:24.172Z Downloaded ciborium-io v0.2.2
4642024-10-01T01:51:24.178Z Downloaded ascii-canvas v3.0.0
4652024-10-01T01:51:24.180Z Downloaded adler2 v2.0.0
4662024-10-01T01:51:24.183Z Downloaded darling_macro v0.20.9
4672024-10-01T01:51:24.185Z Downloaded crunchy v0.2.2
4682024-10-01T01:51:24.186Z Downloaded cfg_aliases v0.2.1
4692024-10-01T01:51:24.188Z Downloaded cipher v0.4.4
4702024-10-01T01:51:24.190Z Downloaded cexpr v0.6.0
4712024-10-01T01:51:24.192Z Downloaded is_ci v1.2.0
4722024-10-01T01:51:24.195Z Downloaded crossbeam-deque v0.8.5
4732024-10-01T01:51:24.197Z Downloaded arrayref v0.3.7
4742024-10-01T01:51:24.199Z Downloaded http-body-util v0.1.2
4752024-10-01T01:51:24.199Z Downloaded castaway v0.2.3
4762024-10-01T01:51:24.202Z Downloaded ipnetwork v0.20.0
4772024-10-01T01:51:24.205Z Downloaded internet-checksum v0.2.1
4782024-10-01T01:51:24.205Z Downloaded impl-trait-for-tuples v0.2.2
4792024-10-01T01:51:24.207Z Downloaded bitfield-struct v0.6.1
4802024-10-01T01:51:24.209Z Downloaded matches v0.1.10
4812024-10-01T01:51:24.210Z Downloaded bit-vec v0.6.3
4822024-10-01T01:51:24.212Z Downloaded http-body v0.4.6
4832024-10-01T01:51:24.214Z Downloaded instability v0.3.2
4842024-10-01T01:51:24.216Z Downloaded nibble_vec v0.1.0
4852024-10-01T01:51:24.219Z Downloaded lru v0.12.3
4862024-10-01T01:51:24.219Z Downloaded maplit v1.0.2
4872024-10-01T01:51:24.221Z Downloaded linked-hash-map v0.5.6
4882024-10-01T01:51:24.221Z Downloaded lazycell v1.3.0
4892024-10-01T01:51:24.223Z Downloaded convert_case v0.4.0
4902024-10-01T01:51:24.223Z Downloaded cobs v0.2.3
4912024-10-01T01:51:24.226Z Downloaded lalrpop-util v0.19.12
4922024-10-01T01:51:24.226Z Downloaded multimap v0.10.0
4932024-10-01T01:51:24.229Z Downloaded hyper-staticfile v0.10.1
4942024-10-01T01:51:24.232Z Downloaded humantime v2.1.0
4952024-10-01T01:51:24.232Z Downloaded async-bb8-diesel v0.2.1
4962024-10-01T01:51:24.234Z Downloaded newtype_derive v0.1.6
4972024-10-01T01:51:24.237Z Downloaded libsw v3.3.1
4982024-10-01T01:51:24.239Z Downloaded hostname v0.3.1
4992024-10-01T01:51:24.242Z Downloaded jobserver v0.1.32
5002024-10-01T01:51:24.244Z Downloaded httparse v1.8.0
5012024-10-01T01:51:24.246Z Downloaded bcs v0.1.6
5022024-10-01T01:51:24.249Z Downloaded mime_guess v2.0.4
5032024-10-01T01:51:24.251Z Downloaded assert_matches v1.5.0
5042024-10-01T01:51:24.253Z Downloaded rpassword v7.3.1
5052024-10-01T01:51:24.253Z Downloaded async-stream-impl v0.3.5
5062024-10-01T01:51:24.255Z Downloaded debug-ignore v1.0.5
5072024-10-01T01:51:24.258Z Downloaded mockall_derive v0.13.0
5082024-10-01T01:51:24.260Z Downloaded atomicwrites v0.4.4
5092024-10-01T01:51:24.260Z Downloaded highway v1.2.0
5102024-10-01T01:51:24.263Z Downloaded md-5 v0.10.6
5112024-10-01T01:51:24.265Z Downloaded native-tls v0.2.11
5122024-10-01T01:51:24.267Z Downloaded cfg_aliases v0.1.1
5132024-10-01T01:51:24.270Z Downloaded ctr v0.9.2
5142024-10-01T01:51:24.272Z Downloaded adler v1.0.2
5152024-10-01T01:51:24.272Z Downloaded is-terminal v0.4.12
5162024-10-01T01:51:24.274Z Downloaded csv-core v0.1.11
5172024-10-01T01:51:24.277Z Downloaded miniz_oxide v0.8.0
5182024-10-01T01:51:24.279Z Downloaded sigpipe v0.1.3
5192024-10-01T01:51:24.279Z Downloaded crc32fast v1.4.0
5202024-10-01T01:51:24.282Z Downloaded cancel-safe-futures v0.1.5
5212024-10-01T01:51:24.285Z Downloaded hubpack_derive v0.1.1
5222024-10-01T01:51:24.287Z Downloaded crc-any v2.5.0
5232024-10-01T01:51:24.290Z Downloaded crucible-workspace-hack v0.1.0
5242024-10-01T01:51:24.290Z Downloaded hkdf v0.12.4
5252024-10-01T01:51:24.293Z Downloaded hostname v0.4.0
5262024-10-01T01:51:24.295Z Downloaded cstr-argument v0.1.2
5272024-10-01T01:51:24.297Z Downloaded http-range v0.1.5
5282024-10-01T01:51:24.297Z Downloaded http-body v1.0.0
5292024-10-01T01:51:24.300Z Downloaded salsa20 v0.10.2
5302024-10-01T01:51:24.300Z Downloaded httpdate v1.0.3
5312024-10-01T01:51:24.302Z Downloaded array-init v0.0.4
5322024-10-01T01:51:24.302Z Downloaded aead v0.5.2
5332024-10-01T01:51:24.305Z Downloaded ref-cast v1.0.23
5342024-10-01T01:51:24.307Z Downloaded inout v0.1.3
5352024-10-01T01:51:24.309Z Downloaded bitflags v1.3.2
5362024-10-01T01:51:24.312Z Downloaded lru-cache v0.1.2
5372024-10-01T01:51:24.315Z Downloaded zone_cfg_derive v0.1.2
5382024-10-01T01:51:24.315Z Downloaded constant_time_eq v0.3.0
5392024-10-01T01:51:24.317Z Downloaded ciborium-ll v0.2.2
5402024-10-01T01:51:24.317Z Downloaded try-lock v0.2.5
5412024-10-01T01:51:24.319Z Downloaded tls_codec_derive v0.4.1
5422024-10-01T01:51:24.322Z Downloaded indent_write v2.2.0
5432024-10-01T01:51:24.324Z Downloaded base16ct v0.2.0
5442024-10-01T01:51:24.324Z Downloaded hickory-server v0.24.1
5452024-10-01T01:51:24.330Z Downloaded allocator-api2 v0.2.18
5462024-10-01T01:51:24.333Z Downloaded serde_path_to_error v0.1.16
5472024-10-01T01:51:24.336Z Downloaded newtype-uuid v1.1.0
5482024-10-01T01:51:24.338Z Downloaded bytes v1.7.2
5492024-10-01T01:51:24.341Z Downloaded foreign-types v0.3.2
5502024-10-01T01:51:24.344Z Downloaded universal-hash v0.5.1
5512024-10-01T01:51:24.346Z Downloaded crc v3.2.1
5522024-10-01T01:51:24.348Z Downloaded iana-time-zone v0.1.60
5532024-10-01T01:51:24.351Z Downloaded memoffset v0.9.1
5542024-10-01T01:51:24.353Z Downloaded kstat-rs v0.2.4
5552024-10-01T01:51:24.353Z Downloaded serde-hex v0.1.0
5562024-10-01T01:51:24.356Z Downloaded nodrop v0.1.14
5572024-10-01T01:51:24.356Z Downloaded curve25519-dalek-derive v0.1.1
5582024-10-01T01:51:24.358Z Downloaded keccak v0.1.5
5592024-10-01T01:51:24.360Z Downloaded sync_wrapper v0.1.2
5602024-10-01T01:51:24.360Z Downloaded num_threads v0.1.7
5612024-10-01T01:51:24.363Z Downloaded signal-hook-mio v0.2.4
5622024-10-01T01:51:24.363Z Downloaded arrayvec v0.7.4
5632024-10-01T01:51:24.365Z Downloaded signal-hook-registry v1.4.2
5642024-10-01T01:51:24.368Z Downloaded managed v0.8.0
5652024-10-01T01:51:24.370Z Downloaded dirs-next v2.0.0
5662024-10-01T01:51:24.370Z Downloaded console v0.15.8
5672024-10-01T01:51:24.373Z Downloaded ipnet v2.10.0
5682024-10-01T01:51:24.375Z Downloaded foreign-types v0.5.0
5692024-10-01T01:51:24.377Z Downloaded mockall v0.13.0
5702024-10-01T01:51:24.380Z Downloaded bzip2 v0.4.4
5712024-10-01T01:51:24.382Z Downloaded progenitor-client v0.8.0
5722024-10-01T01:51:24.382Z Downloaded vsss-rs v3.3.4
5732024-10-01T01:51:24.384Z Downloaded subtle v2.5.0
5742024-10-01T01:51:24.387Z Downloaded difflib v0.4.0
5752024-10-01T01:51:24.389Z Downloaded strum_macros v0.26.4
5762024-10-01T01:51:24.391Z Downloaded libefi-sys v0.1.0
5772024-10-01T01:51:24.391Z Downloaded hyper-rustls v0.27.3
5782024-10-01T01:51:24.394Z Downloaded backtrace v0.3.71
5792024-10-01T01:51:24.400Z Downloaded openssl-macros v0.1.1
5802024-10-01T01:51:24.402Z Downloaded percent-encoding v2.3.1
5812024-10-01T01:51:24.405Z Downloaded signature v2.2.0
5822024-10-01T01:51:24.405Z Downloaded nanorand v0.7.0
5832024-10-01T01:51:24.408Z Downloaded openssl-probe v0.1.5
5842024-10-01T01:51:24.410Z Downloaded strum v0.26.3
5852024-10-01T01:51:24.411Z Downloaded der_derive v0.7.2
5862024-10-01T01:51:24.414Z Downloaded signal-hook-tokio v0.3.1
5872024-10-01T01:51:24.414Z Downloaded multer v3.1.0
5882024-10-01T01:51:24.417Z Downloaded paste v1.0.15
5892024-10-01T01:51:24.420Z Downloaded stringprep v0.1.4
5902024-10-01T01:51:24.423Z Downloaded num-integer v0.1.46
5912024-10-01T01:51:24.426Z Downloaded wyz v0.5.1
5922024-10-01T01:51:24.426Z Downloaded serde_derive_internals v0.29.1
5932024-10-01T01:51:24.428Z Downloaded crossbeam-epoch v0.9.18
5942024-10-01T01:51:24.430Z Downloaded futures-task v0.3.30
5952024-10-01T01:51:24.433Z Downloaded flagset v0.4.5
5962024-10-01T01:51:24.435Z Downloaded fd-lock v4.0.2
5972024-10-01T01:51:24.437Z Downloaded linear-map v1.2.0
5982024-10-01T01:51:24.439Z Downloaded hash32 v0.3.1
5992024-10-01T01:51:24.441Z Downloaded globset v0.4.14
6002024-10-01T01:51:24.444Z Downloaded mio v1.0.2
6012024-10-01T01:51:24.448Z Downloaded crypto-bigint v0.5.5
6022024-10-01T01:51:24.456Z Downloaded tui-tree-widget v0.22.0
6032024-10-01T01:51:24.458Z Downloaded headers-core v0.3.0
6042024-10-01T01:51:24.460Z Downloaded slog-envlogger v2.2.0
6052024-10-01T01:51:24.462Z Downloaded diesel_table_macro_syntax v0.2.0
6062024-10-01T01:51:24.462Z Downloaded packed_struct v0.10.1
6072024-10-01T01:51:24.465Z Downloaded rustls-pemfile v1.0.4
6082024-10-01T01:51:24.467Z Downloaded libm v0.2.8
6092024-10-01T01:51:24.475Z Downloaded base64 v0.21.7
6102024-10-01T01:51:24.479Z Downloaded untrusted v0.9.0
6112024-10-01T01:51:24.482Z Downloaded deranged v0.3.11
6122024-10-01T01:51:24.484Z Downloaded russh-cryptovec v0.7.2
6132024-10-01T01:51:24.484Z Downloaded structmeta-derive v0.3.0
6142024-10-01T01:51:24.486Z Downloaded either v1.13.0
6152024-10-01T01:51:24.488Z Downloaded itertools v0.12.1
6162024-10-01T01:51:24.495Z Downloaded hyper v1.4.1
6172024-10-01T01:51:24.502Z Downloaded slog-dtrace v0.3.0
6182024-10-01T01:51:24.505Z Downloaded take_mut v0.2.2
6192024-10-01T01:51:24.507Z Downloaded futures-sink v0.3.30
6202024-10-01T01:51:24.507Z Downloaded fallible-iterator v0.2.0
6212024-10-01T01:51:24.509Z Downloaded defmt-parser v0.3.4
6222024-10-01T01:51:24.509Z Downloaded spki v0.7.3
6232024-10-01T01:51:24.512Z Downloaded zeroize v1.8.1
6242024-10-01T01:51:24.514Z Downloaded hashlink v0.9.1
6252024-10-01T01:51:24.517Z Downloaded sqlformat v0.2.6
6262024-10-01T01:51:24.519Z Downloaded pin-project-internal v1.1.5
6272024-10-01T01:51:24.521Z Downloaded tokio-native-tls v0.3.1
6282024-10-01T01:51:24.524Z Downloaded peg v0.8.4
6292024-10-01T01:51:24.535Z Downloaded parking_lot_core v0.9.10
6302024-10-01T01:51:24.537Z Downloaded futures-macro v0.3.30
6312024-10-01T01:51:24.540Z Downloaded progenitor-macro v0.8.0
6322024-10-01T01:51:24.540Z Downloaded proc-macro-crate v1.3.1
6332024-10-01T01:51:24.542Z Downloaded hex-literal v0.4.1
6342024-10-01T01:51:24.546Z Downloaded futures-io v0.3.30
6352024-10-01T01:51:24.546Z Downloaded waitgroup v0.1.2
6362024-10-01T01:51:24.549Z Downloaded stable_deref_trait v1.2.0
6372024-10-01T01:51:24.549Z Downloaded pin-utils v0.1.0
6382024-10-01T01:51:24.549Z Downloaded num_enum v0.5.11
6392024-10-01T01:51:24.553Z Downloaded derive_builder_macro v0.20.0
6402024-10-01T01:51:24.555Z Downloaded slog-json v2.6.1
6412024-10-01T01:51:24.558Z Downloaded rustc-demangle v0.1.24
6422024-10-01T01:51:24.560Z Downloaded foreign-types-shared v0.1.1
6432024-10-01T01:51:24.560Z Downloaded tap v1.0.1
6442024-10-01T01:51:24.562Z Downloaded base64 v0.22.1
6452024-10-01T01:51:24.565Z Downloaded parking_lot_core v0.8.6
6462024-10-01T01:51:24.568Z Downloaded fragile v2.0.0
6472024-10-01T01:51:24.570Z Downloaded normalize-line-endings v0.3.0
6482024-10-01T01:51:24.572Z Downloaded peg-runtime v0.8.3
6492024-10-01T01:51:24.575Z Downloaded serde_repr v0.1.19
6502024-10-01T01:51:24.575Z Downloaded rand_xorshift v0.3.0
6512024-10-01T01:51:24.577Z Downloaded pkcs1 v0.7.5
6522024-10-01T01:51:24.579Z Downloaded tokio-rustls v0.26.0
6532024-10-01T01:51:24.582Z Downloaded rusty-fork v0.3.0
6542024-10-01T01:51:24.584Z Downloaded const_format v0.2.33
6552024-10-01T01:51:24.588Z Downloaded cc v1.0.97
6562024-10-01T01:51:24.593Z Downloaded path-slash v0.1.5
6572024-10-01T01:51:24.597Z Downloaded foreign-types-shared v0.3.1
6582024-10-01T01:51:24.597Z Downloaded slog-async v2.8.0
6592024-10-01T01:51:24.599Z Downloaded twox-hash v1.6.3
6602024-10-01T01:51:24.599Z Downloaded xattr v1.3.1
6612024-10-01T01:51:24.601Z Downloaded minimal-lexical v0.2.1
6622024-10-01T01:51:24.606Z Downloaded env_logger v0.10.2
6632024-10-01T01:51:24.609Z Downloaded vte_generate_state_changes v0.1.1
6642024-10-01T01:51:24.611Z Downloaded packed_struct_codegen v0.10.1
6652024-10-01T01:51:24.614Z Downloaded tokio-rustls v0.24.1
6662024-10-01T01:51:24.616Z Downloaded parking_lot v0.12.2
6672024-10-01T01:51:24.618Z Downloaded xz2 v0.1.7
6682024-10-01T01:51:24.621Z Downloaded primeorder v0.13.6
6692024-10-01T01:51:24.623Z Downloaded form_urlencoded v1.2.1
6702024-10-01T01:51:24.623Z Downloaded funty v2.0.0
6712024-10-01T01:51:24.625Z Downloaded foreign-types-macros v0.2.3
6722024-10-01T01:51:24.626Z Downloaded pkcs5 v0.7.1
6732024-10-01T01:51:24.629Z Downloaded crossbeam-channel v0.5.12
6742024-10-01T01:51:24.634Z Downloaded unsafe-libyaml v0.2.11
6752024-10-01T01:51:24.638Z Downloaded pem v3.0.4
6762024-10-01T01:51:24.640Z Downloaded olpc-cjson v0.1.3
6772024-10-01T01:51:24.643Z Downloaded precomputed-hash v0.1.1
6782024-10-01T01:51:24.643Z Downloaded time-core v0.1.2
6792024-10-01T01:51:24.645Z Downloaded crossterm v0.28.1
6802024-10-01T01:51:24.651Z Downloaded hex v0.4.3
6812024-10-01T01:51:24.653Z Downloaded spin v0.5.2
6822024-10-01T01:51:24.656Z Downloaded pbkdf2 v0.12.2
6832024-10-01T01:51:24.658Z Downloaded serde-big-array v0.5.1
6842024-10-01T01:51:24.658Z Downloaded psl-types v2.0.11
6852024-10-01T01:51:24.661Z Downloaded des v0.8.1
6862024-10-01T01:51:24.661Z Downloaded pbkdf2 v0.11.0
6872024-10-01T01:51:24.663Z Downloaded ssh-cipher v0.2.0
6882024-10-01T01:51:24.666Z Downloaded endian-type v0.1.2
6892024-10-01T01:51:24.668Z Downloaded unicode-truncate v1.0.0
6902024-10-01T01:51:24.668Z Downloaded oso v0.27.3
6912024-10-01T01:51:24.672Z Downloaded utf-8 v0.7.6
6922024-10-01T01:51:24.674Z Downloaded oso-derive v0.27.3
6932024-10-01T01:51:24.676Z Downloaded static_assertions v1.1.0
6942024-10-01T01:51:24.676Z Downloaded scheduled-thread-pool v0.2.7
6952024-10-01T01:51:24.678Z Downloaded same-file v1.0.6
6962024-10-01T01:51:24.681Z Downloaded fixedbitset v0.4.2
6972024-10-01T01:51:24.681Z Downloaded tinyvec v1.6.0
6982024-10-01T01:51:24.684Z Downloaded smf v0.2.3
6992024-10-01T01:51:24.686Z Downloaded num v0.4.3
7002024-10-01T01:51:24.689Z Downloaded wait-timeout v0.2.0
7012024-10-01T01:51:24.689Z Downloaded peg-macros v0.8.4
7022024-10-01T01:51:24.692Z Downloaded der v0.7.9
7032024-10-01T01:51:24.696Z Downloaded ppv-lite86 v0.2.17
7042024-10-01T01:51:24.699Z Downloaded shlex v1.3.0
7052024-10-01T01:51:24.702Z Downloaded defmt v0.3.8
7062024-10-01T01:51:24.704Z Downloaded ssh-encoding v0.2.0
7072024-10-01T01:51:24.707Z Downloaded sec1 v0.7.3
7082024-10-01T01:51:24.709Z Downloaded elliptic-curve v0.13.8
7092024-10-01T01:51:24.713Z Downloaded num-conv v0.1.0
7102024-10-01T01:51:24.715Z Downloaded walkdir v2.5.0
7112024-10-01T01:51:24.717Z Downloaded itertools v0.10.5
7122024-10-01T01:51:24.724Z Downloaded zone v0.1.8
7132024-10-01T01:51:24.726Z Downloaded heck v0.3.3
7142024-10-01T01:51:24.729Z Downloaded want v0.3.1
7152024-10-01T01:51:24.729Z Downloaded polyval v0.6.2
7162024-10-01T01:51:24.731Z Downloaded rand_seeder v0.3.0
7172024-10-01T01:51:24.734Z Downloaded unicode-xid v0.2.4
7182024-10-01T01:51:24.736Z Downloaded resolv-conf v0.7.0
7192024-10-01T01:51:24.736Z Downloaded display-error-chain v0.2.1
7202024-10-01T01:51:24.739Z Downloaded strum_macros v0.24.3
7212024-10-01T01:51:24.741Z Downloaded prettyplease v0.2.22
7222024-10-01T01:51:24.744Z Downloaded shell-words v1.1.0
7232024-10-01T01:51:24.746Z Downloaded downcast v0.11.0
7242024-10-01T01:51:24.748Z Downloaded string_cache v0.8.7
7252024-10-01T01:51:24.751Z Downloaded postgres-types v0.2.8
7262024-10-01T01:51:24.753Z Downloaded unicase v2.7.0
7272024-10-01T01:51:24.755Z Downloaded thread_local v1.1.8
7282024-10-01T01:51:24.758Z Downloaded socket2 v0.5.7
7292024-10-01T01:51:24.760Z Downloaded socket2 v0.4.10
7302024-10-01T01:51:24.762Z Downloaded hashbrown v0.13.2
7312024-10-01T01:51:24.766Z Downloaded tinyvec_macros v0.1.1
7322024-10-01T01:51:24.769Z Downloaded embedded-io v0.4.0
7332024-10-01T01:51:24.771Z Downloaded topological-sort v0.2.2
7342024-10-01T01:51:24.771Z Downloaded diesel_derives v2.2.2
7352024-10-01T01:51:24.776Z Downloaded tokio-postgres v0.7.12
7362024-10-01T01:51:24.782Z Downloaded libxml v0.3.3
7372024-10-01T01:51:24.789Z Downloaded num_enum_derive v0.5.11
7382024-10-01T01:51:24.792Z Downloaded zone_cfg_derive v0.3.0
7392024-10-01T01:51:24.792Z Downloaded tabwriter v1.4.0
7402024-10-01T01:51:24.794Z Downloaded slog-stdlog v4.1.1
7412024-10-01T01:51:24.796Z Downloaded owo-colors v4.1.0
7422024-10-01T01:51:24.798Z Downloaded dsl_auto_type v0.1.2
7432024-10-01T01:51:24.800Z Downloaded predicates-core v1.0.6
7442024-10-01T01:51:24.803Z Downloaded ron v0.7.1
7452024-10-01T01:51:24.807Z Downloaded dropshot_endpoint v0.10.1
7462024-10-01T01:51:24.809Z Downloaded radium v0.7.0
7472024-10-01T01:51:24.811Z Downloaded sha1 v0.10.6
7482024-10-01T01:51:24.813Z Downloaded opaque-debug v0.3.1
7492024-10-01T01:51:24.813Z Downloaded rand v0.8.5
7502024-10-01T01:51:24.818Z Downloaded quinn-udp v0.5.5
7512024-10-01T01:51:24.820Z Downloaded pretty-hex v0.2.1
7522024-10-01T01:51:24.822Z Downloaded num-iter v0.1.45
7532024-10-01T01:51:24.822Z Downloaded r2d2 v0.8.10
7542024-10-01T01:51:24.825Z Downloaded dirs-sys-next v0.1.2
7552024-10-01T01:51:24.827Z Downloaded tls_codec v0.4.1
7562024-10-01T01:51:24.829Z Downloaded thiserror-no-std v2.0.2
7572024-10-01T01:51:24.833Z Downloaded quick-error v1.2.3
7582024-10-01T01:51:24.835Z Downloaded hash32 v0.2.1
7592024-10-01T01:51:24.837Z Downloaded float-cmp v0.9.0
7602024-10-01T01:51:24.837Z Downloaded pkg-config v0.3.30
7612024-10-01T01:51:24.839Z Downloaded tokio-util v0.7.12
7622024-10-01T01:51:24.847Z Downloaded fxhash v0.2.1
7632024-10-01T01:51:24.850Z Downloaded itertools v0.13.0
7642024-10-01T01:51:24.856Z Downloaded rtoolbox v0.0.2
7652024-10-01T01:51:24.859Z Downloaded zone v0.3.0
7662024-10-01T01:51:24.859Z Downloaded rfc6979 v0.4.0
7672024-10-01T01:51:24.861Z Downloaded group v0.13.0
7682024-10-01T01:51:24.861Z Downloaded glob v0.3.1
7692024-10-01T01:51:24.864Z Downloaded parse-size v1.0.0
7702024-10-01T01:51:24.864Z Downloaded zeroize_derive v1.4.2
7712024-10-01T01:51:24.866Z Downloaded uzers v0.11.3
7722024-10-01T01:51:24.870Z Downloaded rustls-pemfile v2.1.3
7732024-10-01T01:51:24.873Z Downloaded rand_core v0.6.4
7742024-10-01T01:51:24.873Z Downloaded rand_chacha v0.3.1
7752024-10-01T01:51:24.875Z Downloaded phf_shared v0.11.2
7762024-10-01T01:51:24.877Z Downloaded which v4.4.2
7772024-10-01T01:51:24.877Z Downloaded hickory-resolver v0.24.1
7782024-10-01T01:51:24.882Z Downloaded crossterm v0.27.0
7792024-10-01T01:51:24.889Z Downloaded secrecy v0.8.0
7802024-10-01T01:51:24.892Z Downloaded futures-util v0.3.30
7812024-10-01T01:51:24.904Z Downloaded float-ord v0.3.2
7822024-10-01T01:51:24.906Z Downloaded tower-service v0.3.2
7832024-10-01T01:51:24.907Z Downloaded toolchain_find v0.4.0
7842024-10-01T01:51:24.909Z Downloaded slab v0.4.9
7852024-10-01T01:51:24.909Z Downloaded ghash v0.5.1
7862024-10-01T01:51:24.911Z Downloaded serde_with_macros v3.9.0
7872024-10-01T01:51:24.914Z Downloaded omicron-zone-package v0.11.1
7882024-10-01T01:51:24.916Z Downloaded futures-executor v0.3.30
7892024-10-01T01:51:24.919Z Downloaded x509-cert v0.2.5
7902024-10-01T01:51:24.924Z Downloaded blake3 v1.5.1
7912024-10-01T01:51:24.933Z Downloaded termtree v0.4.1
7922024-10-01T01:51:24.935Z Downloaded structmeta v0.3.0
7932024-10-01T01:51:24.935Z Downloaded strip-ansi-escapes v0.2.0
7942024-10-01T01:51:24.938Z Downloaded serde_plain v1.0.2
7952024-10-01T01:51:24.938Z Downloaded scrypt v0.11.0
7962024-10-01T01:51:24.940Z Downloaded typify-macro v0.2.0
7972024-10-01T01:51:24.942Z Downloaded smallvec v1.13.2
7982024-10-01T01:51:24.945Z Downloaded phf v0.11.2
7992024-10-01T01:51:24.947Z Downloaded half v2.4.1
8002024-10-01T01:51:24.949Z Downloaded tough v0.17.1
8012024-10-01T01:51:24.957Z Downloaded unarray v0.1.4
8022024-10-01T01:51:24.960Z Downloaded sync_wrapper v1.0.1
8032024-10-01T01:51:24.962Z Downloaded pem-rfc7468 v0.7.0
8042024-10-01T01:51:24.965Z Downloaded semver v0.1.20
8052024-10-01T01:51:24.965Z Downloaded smallvec v0.6.14
8062024-10-01T01:51:24.967Z Downloaded num-derive v0.4.2
8072024-10-01T01:51:24.967Z Downloaded predicates v3.1.2
8082024-10-01T01:51:24.970Z Downloaded quinn v0.11.5
8092024-10-01T01:51:24.974Z Downloaded parse-display-derive v0.10.0
8102024-10-01T01:51:24.976Z Downloaded tokio-tungstenite v0.23.1
8112024-10-01T01:51:24.979Z Downloaded termios v0.3.3
8122024-10-01T01:51:24.981Z Downloaded test-strategy v0.3.1
8132024-10-01T01:51:24.984Z Downloaded password-hash v0.4.2
8142024-10-01T01:51:24.986Z Downloaded parse-display v0.10.0
8152024-10-01T01:51:24.989Z Downloaded getrandom v0.2.14
8162024-10-01T01:51:24.992Z Downloaded heapless v0.7.17
8172024-10-01T01:51:25.000Z Downloaded siphasher v0.3.11
8182024-10-01T01:51:25.004Z Downloaded sct v0.7.1
8192024-10-01T01:51:25.004Z Downloaded reqwest v0.12.7
8202024-10-01T01:51:25.012Z Downloaded heapless v0.8.0
8212024-10-01T01:51:25.015Z Downloaded slog-scope v4.4.0
8222024-10-01T01:51:25.018Z Downloaded rustls-webpki v0.101.7
8232024-10-01T01:51:25.033Z Downloaded headers v0.4.0
8242024-10-01T01:51:25.038Z Downloaded yasna v0.5.2
8252024-10-01T01:51:25.041Z Downloaded lalrpop v0.19.12
8262024-10-01T01:51:25.054Z Downloaded futures v0.3.30
8272024-10-01T01:51:25.060Z Downloaded tracing v0.1.40
8282024-10-01T01:51:25.064Z Downloaded slog-term v2.9.1
8292024-10-01T01:51:25.067Z Downloaded rayon v1.10.0
8302024-10-01T01:51:25.078Z Downloaded zerocopy v0.6.6
8312024-10-01T01:51:25.080Z Downloaded rayon-core v1.12.1
8322024-10-01T01:51:25.083Z Downloaded bitvec v1.0.1
8332024-10-01T01:51:25.102Z Downloaded sqlparser v0.45.0
8342024-10-01T01:51:25.106Z Downloaded flume v0.11.0
8352024-10-01T01:51:25.113Z Downloaded toml_edit v0.19.15
8362024-10-01T01:51:25.129Z Downloaded rcgen v0.12.1
8372024-10-01T01:51:25.132Z Downloaded similar v2.6.0
8382024-10-01T01:51:25.137Z Downloaded russh v0.45.0
8392024-10-01T01:51:25.144Z Downloaded idna v0.3.0
8402024-10-01T01:51:25.150Z Downloaded rustyline v14.0.0
8412024-10-01T01:51:25.157Z Downloaded nix v0.29.0
8422024-10-01T01:51:25.170Z Downloaded chrono v0.4.38
8432024-10-01T01:51:25.178Z Downloaded publicsuffix v2.2.3
8442024-10-01T01:51:25.180Z Downloaded rusqlite v0.32.1
8452024-10-01T01:51:25.188Z Downloaded unicode-segmentation v1.11.0
8462024-10-01T01:51:25.193Z Downloaded nix v0.27.1
8472024-10-01T01:51:25.204Z Downloaded unicode-normalization v0.1.23
8482024-10-01T01:51:25.208Z Downloaded p521 v0.13.3
8492024-10-01T01:51:25.214Z Downloaded rustls v0.21.12
8502024-10-01T01:51:25.225Z Downloaded h2 v0.4.6
8512024-10-01T01:51:25.233Z Downloaded salty v0.3.0
8522024-10-01T01:51:25.241Z Downloaded nix v0.28.0
8532024-10-01T01:51:25.254Z Downloaded curve25519-dalek v4.1.3
8542024-10-01T01:51:25.264Z Downloaded smoltcp v0.11.0
8552024-10-01T01:51:25.277Z Downloaded h2 v0.3.26
8562024-10-01T01:51:25.284Z Downloaded reedline v0.33.0
8572024-10-01T01:51:25.292Z Downloaded object v0.30.4
8582024-10-01T01:51:25.304Z Downloaded dropshot v0.12.0
8592024-10-01T01:51:25.324Z Downloaded git2 v0.19.0
8602024-10-01T01:51:25.333Z Downloaded quick-xml v0.33.0
8612024-10-01T01:51:25.341Z Downloaded p384 v0.13.0
8622024-10-01T01:51:25.347Z Downloaded webpki-roots v0.26.3
8632024-10-01T01:51:25.352Z Downloaded hickory-proto v0.24.1
8642024-10-01T01:51:25.368Z Downloaded rustls-webpki v0.102.4
8652024-10-01T01:51:25.385Z Downloaded gimli v0.28.1
8662024-10-01T01:51:25.394Z Downloaded rustls v0.23.10
8672024-10-01T01:51:25.412Z Downloaded regress v0.9.1
8682024-10-01T01:51:25.421Z Downloaded regex v1.10.6
8692024-10-01T01:51:25.434Z Downloaded typify-impl v0.2.0
8702024-10-01T01:51:25.452Z Downloaded vcpkg v0.2.15
8712024-10-01T01:51:25.490Z Downloaded trust-dns-proto v0.22.0
8722024-10-01T01:51:25.503Z Downloaded polar-core v0.27.3
8732024-10-01T01:51:25.512Z Downloaded diesel v2.2.4
8742024-10-01T01:51:25.532Z Downloaded regex-syntax v0.8.4
8752024-10-01T01:51:25.542Z Downloaded regress v0.10.1
8762024-10-01T01:51:25.551Z Downloaded regex-syntax v0.6.29
8772024-10-01T01:51:25.560Z Downloaded regex-automata v0.4.6
8782024-10-01T01:51:25.577Z Downloaded lzma-sys v0.1.20
8792024-10-01T01:51:25.608Z Downloaded openapiv3 v2.0.0
8802024-10-01T01:51:25.622Z Downloaded sled v0.34.7
8812024-10-01T01:51:25.632Z Downloaded zerocopy-derive v0.6.6
8822024-10-01T01:51:25.642Z Downloaded tokio v1.39.3
8832024-10-01T01:51:25.682Z Downloaded bzip2-sys v0.1.11+1.0.8
8842024-10-01T01:51:25.693Z Downloaded openssl v0.10.66
8852024-10-01T01:51:25.704Z Downloaded petgraph v0.6.5
8862024-10-01T01:51:25.723Z Downloaded finl_unicode v1.2.0
8872024-10-01T01:51:25.738Z Downloaded sha3 v0.10.8
8882024-10-01T01:51:25.742Z Downloaded csv v1.3.0
8892024-10-01T01:51:25.762Z Downloaded rustls v0.22.4
8902024-10-01T01:51:25.775Z Downloaded object v0.32.2
8912024-10-01T01:51:25.785Z Downloaded bstr v1.9.1
8922024-10-01T01:51:25.796Z Downloaded dropshot v0.10.1
8932024-10-01T01:51:25.805Z Downloaded smoltcp v0.9.1
8942024-10-01T01:51:25.816Z Downloaded proptest v1.5.0
8952024-10-01T01:51:25.826Z Downloaded ratatui v0.28.0
8962024-10-01T01:51:25.846Z Downloaded quinn-proto v0.11.8
8972024-10-01T01:51:25.852Z Downloaded radix_trie v0.2.1
8982024-10-01T01:51:25.858Z Downloaded time v0.3.36
8992024-10-01T01:51:25.865Z Downloaded idna v0.5.0
9002024-10-01T01:51:25.872Z Downloaded reqwest v0.11.27
9012024-10-01T01:51:25.880Z Downloaded bindgen v0.69.4
9022024-10-01T01:51:25.888Z Downloaded steno v0.4.1
9032024-10-01T01:51:25.891Z Downloaded serde_with v3.9.0
9042024-10-01T01:51:25.901Z Downloaded encoding_rs v0.8.34
9052024-10-01T01:51:25.922Z Downloaded num-bigint-dig v0.8.4
9062024-10-01T01:51:25.926Z Downloaded poly1305 v0.8.0
9072024-10-01T01:51:25.929Z Downloaded pin-project-lite v0.2.14
9082024-10-01T01:51:25.933Z Downloaded parking_lot v0.11.2
9092024-10-01T01:51:25.936Z Downloaded derive_builder_core v0.20.0
9102024-10-01T01:51:25.938Z Downloaded p256 v0.13.2
9112024-10-01T01:51:25.943Z Downloaded flate2 v1.0.34
9122024-10-01T01:51:25.946Z Downloaded structmeta v0.2.0
9132024-10-01T01:51:25.951Z Downloaded derive-where v1.2.7
9142024-10-01T01:51:25.953Z Downloaded serde_yaml v0.9.34+deprecated
9152024-10-01T01:51:25.956Z Downloaded tar v0.4.42
9162024-10-01T01:51:25.958Z Downloaded aho-corasick v1.1.3
9172024-10-01T01:51:25.963Z Downloaded tracing-attributes v0.1.27
9182024-10-01T01:51:25.965Z Downloaded num-rational v0.4.2
9192024-10-01T01:51:25.967Z Downloaded zip v0.6.6
9202024-10-01T01:51:25.971Z Downloaded tracing-core v0.1.32
9212024-10-01T01:51:25.973Z Downloaded samael v0.0.17
9222024-10-01T01:51:25.979Z Downloaded openssl-sys v0.9.103
9232024-10-01T01:51:25.984Z Downloaded libgit2-sys v0.17.0+1.8.1
9242024-10-01T01:51:26.042Z Downloaded futures-core v0.3.30
9252024-10-01T01:51:26.044Z Downloaded value-bag v1.9.0
9262024-10-01T01:51:26.047Z Downloaded dropshot_endpoint v0.12.0
9272024-10-01T01:51:26.049Z Downloaded portable-atomic v1.6.0
9282024-10-01T01:51:26.055Z Downloaded tokio-macros v2.4.0
9292024-10-01T01:51:26.059Z Downloaded vergen v8.3.2
9302024-10-01T01:51:26.061Z Downloaded unicode-bidi v0.3.15
9312024-10-01T01:51:26.061Z Downloaded url v2.5.2
9322024-10-01T01:51:26.064Z Downloaded pin-project v1.1.5
9332024-10-01T01:51:26.075Z Downloaded predicates-tree v1.0.9
9342024-10-01T01:51:26.077Z Downloaded phf_shared v0.10.0
9352024-10-01T01:51:26.077Z Downloaded derive_builder v0.20.0
9362024-10-01T01:51:26.081Z Downloaded ecdsa v0.16.9
9372024-10-01T01:51:26.084Z Downloaded ssh-key v0.6.6
9382024-10-01T01:51:26.090Z Downloaded idna v0.2.3
9392024-10-01T01:51:26.097Z Downloaded dhcproto-macros v0.1.0
9402024-10-01T01:51:26.099Z Downloaded hyper v0.14.30
9412024-10-01T01:51:26.106Z Downloaded aes-gcm v0.10.3
9422024-10-01T01:51:26.109Z Downloaded idna v0.4.0
9432024-10-01T01:51:26.116Z Downloaded signal-hook v0.3.17
9442024-10-01T01:51:26.119Z Downloaded gethostname v0.5.0
9452024-10-01T01:51:26.123Z Downloaded winnow v0.5.40
9462024-10-01T01:51:26.129Z Downloaded term v0.7.0
9472024-10-01T01:51:26.132Z Downloaded typed-path v0.7.1
9482024-10-01T01:51:26.138Z Downloaded hashbrown v0.12.3
9492024-10-01T01:51:26.143Z Downloaded scopeguard v1.2.0
9502024-10-01T01:51:26.145Z Downloaded nu-ansi-term v0.50.0
9512024-10-01T01:51:26.148Z Downloaded num-bigint v0.4.5
9522024-10-01T01:51:26.151Z Downloaded dyn-clone v1.0.17
9532024-10-01T01:51:26.153Z Downloaded num-complex v0.4.6
9542024-10-01T01:51:26.156Z Downloaded fatfs v0.3.6
9552024-10-01T01:51:26.158Z Downloaded expectorate v1.1.0
9562024-10-01T01:51:26.160Z Downloaded snafu-derive v0.8.2
9572024-10-01T01:51:26.163Z Downloaded rustls-pki-types v1.7.0
9582024-10-01T01:51:26.165Z Downloaded ed25519-dalek v2.1.1
9592024-10-01T01:51:26.167Z Downloaded derive_more v0.99.18
9602024-10-01T01:51:26.170Z Downloaded filetime v0.2.25
9612024-10-01T01:51:26.174Z Downloaded fallible-streaming-iterator v0.1.9
9622024-10-01T01:51:26.176Z Downloaded fallible-iterator v0.3.0
9632024-10-01T01:51:26.176Z Downloaded termcolor v1.4.1
9642024-10-01T01:51:26.176Z Downloaded unicode_categories v0.1.1
9652024-10-01T01:51:26.178Z Downloaded powerfmt v0.2.0
9662024-10-01T01:51:26.181Z Downloaded defmt-macros v0.3.9
9672024-10-01T01:51:26.181Z Downloaded num-traits v0.2.19
9682024-10-01T01:51:26.184Z Downloaded ron v0.8.1
9692024-10-01T01:51:26.190Z Downloaded mio v0.8.11
9702024-10-01T01:51:26.195Z Downloaded slog v2.7.0
9712024-10-01T01:51:26.198Z Downloaded ena v0.14.3
9722024-10-01T01:51:26.201Z Downloaded ff v0.13.0
9732024-10-01T01:51:26.203Z Downloaded typify v0.2.0
9742024-10-01T01:51:26.207Z Downloaded tiny-keccak v2.0.2
9752024-10-01T01:51:26.209Z Downloaded russh-keys v0.45.0
9762024-10-01T01:51:26.209Z Downloaded rsa v0.9.6
9772024-10-01T01:51:26.214Z Downloaded rustc_version v0.4.0
9782024-10-01T01:51:26.216Z Downloaded postcard v1.0.8
9792024-10-01T01:51:26.219Z Downloaded enum-as-inner v0.6.0
9802024-10-01T01:51:26.221Z Downloaded tokio-stream v0.1.16
9812024-10-01T01:51:26.226Z Downloaded tokio-rustls v0.25.0
9822024-10-01T01:51:26.228Z Downloaded http v1.1.0
9832024-10-01T01:51:26.231Z Downloaded toml v0.7.8
9842024-10-01T01:51:26.235Z Downloaded structmeta-derive v0.2.0
9852024-10-01T01:51:26.238Z Downloaded schemars v0.8.21
9862024-10-01T01:51:26.249Z Downloaded spin v0.9.8
9872024-10-01T01:51:26.252Z Downloaded progenitor-impl v0.8.0
9882024-10-01T01:51:26.255Z Downloaded snafu v0.8.2
9892024-10-01T01:51:26.259Z Downloaded hickory-client v0.24.1
9902024-10-01T01:51:26.262Z Downloaded env_logger v0.11.5
9912024-10-01T01:51:26.265Z Downloaded tokio-tungstenite v0.21.0
9922024-10-01T01:51:26.267Z Downloaded dhcproto v0.12.0
9932024-10-01T01:51:26.270Z Downloaded ref-cast-impl v1.0.23
9942024-10-01T01:51:26.272Z Downloaded serde_urlencoded v0.7.1
9952024-10-01T01:51:26.272Z Downloaded rustversion v1.0.17
9962024-10-01T01:51:26.276Z Downloaded darling_core v0.20.9
9972024-10-01T01:51:26.279Z Downloaded untrusted v0.7.1
9982024-10-01T01:51:26.281Z Downloaded pkcs8 v0.10.2
9992024-10-01T01:51:26.284Z Downloaded password-hash v0.5.0
10002024-10-01T01:51:26.286Z Downloaded uuid v1.10.0
10012024-10-01T01:51:26.288Z Downloaded env_filter v0.1.2
10022024-10-01T01:51:26.290Z Downloaded enum-as-inner v0.5.1
10032024-10-01T01:51:26.290Z Downloaded time-macros v0.2.18
10042024-10-01T01:51:26.294Z Downloaded rustc-hash v1.1.0
10052024-10-01T01:51:26.296Z Downloaded tungstenite v0.23.0
10062024-10-01T01:51:26.299Z Downloaded thiserror-impl-no-std v2.0.2
10072024-10-01T01:51:26.299Z Downloaded vte v0.11.1
10082024-10-01T01:51:26.302Z Downloaded tungstenite v0.21.0
10092024-10-01T01:51:26.304Z Downloaded subprocess v0.2.9
10102024-10-01T01:51:26.307Z Downloaded cookie v0.18.1
10112024-10-01T01:51:26.309Z Downloaded base64 v0.13.1
10122024-10-01T01:51:26.311Z Downloaded slog-bunyan v2.5.0
10132024-10-01T01:51:26.314Z Downloaded rustc_version v0.1.7
10142024-10-01T01:51:26.314Z Downloaded rustc-hash v2.0.0
10152024-10-01T01:51:26.316Z Downloaded futures-channel v0.3.30
10162024-10-01T01:51:26.316Z Downloaded blake2 v0.10.6
10172024-10-01T01:51:26.319Z Downloaded arc-swap v1.7.1
10182024-10-01T01:51:26.322Z Downloaded postgres-protocol v0.6.7
10192024-10-01T01:51:26.324Z Downloaded ed25519 v2.2.3
10202024-10-01T01:51:26.327Z Downloaded whoami v1.5.2
10212024-10-01T01:51:26.329Z Downloaded clang-sys v1.7.0
10222024-10-01T01:51:26.331Z Downloaded rustfmt-wrapper v0.2.1
10232024-10-01T01:51:26.333Z Downloaded progenitor v0.8.0
10242024-10-01T01:51:26.333Z Downloaded diff v0.1.13
10252024-10-01T01:51:26.336Z Downloaded lock_api v0.4.12
10262024-10-01T01:51:26.338Z Downloaded indicatif v0.17.8
10272024-10-01T01:51:26.341Z Downloaded nom v7.1.3
10282024-10-01T01:51:26.347Z Downloaded strum_macros v0.25.3
10292024-10-01T01:51:26.349Z Downloaded number_prefix v0.4.0
10302024-10-01T01:51:26.351Z Downloaded const-oid v0.9.6
10312024-10-01T01:51:26.354Z Downloaded libloading v0.8.3
10322024-10-01T01:51:26.356Z Downloaded backoff v0.4.0
10332024-10-01T01:51:26.358Z Downloaded addr2line v0.21.0
10342024-10-01T01:51:26.358Z Downloaded schemars_derive v0.8.21
10352024-10-01T01:51:26.361Z Downloaded supports-color v3.0.1
10362024-10-01T01:51:26.363Z Downloaded maybe-uninit v2.0.0
10372024-10-01T01:51:26.363Z Downloaded data-encoding v2.6.0
10382024-10-01T01:51:26.365Z Downloaded buf-list v1.0.3
10392024-10-01T01:51:26.365Z Downloaded atomic-waker v1.1.2
10402024-10-01T01:51:26.368Z Downloaded chacha20 v0.9.1
10412024-10-01T01:51:26.370Z Downloaded async-recursion v1.1.1
10422024-10-01T01:51:26.373Z Downloaded mime v0.3.17
10432024-10-01T01:51:26.375Z Downloaded compact_str v0.8.0
10442024-10-01T01:51:26.377Z Downloaded new_debug_unreachable v1.0.6
10452024-10-01T01:51:26.379Z Downloaded md5 v0.7.0
10462024-10-01T01:51:26.379Z Downloaded match_cfg v0.1.0
10472024-10-01T01:51:26.379Z Downloaded darling v0.20.9
10482024-10-01T01:51:26.383Z Downloaded crossbeam-utils v0.8.19
10492024-10-01T01:51:26.385Z Downloaded colored v2.1.0
10502024-10-01T01:51:26.388Z Downloaded chacha20poly1305 v0.10.1
10512024-10-01T01:51:26.390Z Downloaded cassowary v0.3.0
10522024-10-01T01:51:26.393Z Downloaded blowfish v0.9.1
10532024-10-01T01:51:26.393Z Downloaded sqlparser_derive v0.2.2
10542024-10-01T01:51:26.395Z Downloaded hyper-util v0.1.9
10552024-10-01T01:51:26.397Z Downloaded lazy_static v1.5.0
10562024-10-01T01:51:26.399Z Downloaded instant v0.1.12
10572024-10-01T01:51:26.400Z Downloaded hyper-tls v0.6.0
10582024-10-01T01:51:26.402Z Downloaded http v0.2.12
10592024-10-01T01:51:26.405Z Downloaded crc-catalog v2.4.0
10602024-10-01T01:51:26.408Z Downloaded cbc v0.1.2
10612024-10-01T01:51:26.408Z Downloaded block-padding v0.3.3
10622024-10-01T01:51:26.411Z Downloaded bitfield v0.14.0
10632024-10-01T01:51:26.411Z Downloaded bit-set v0.5.3
10642024-10-01T01:51:26.413Z Downloaded bb8 v0.8.5
10652024-10-01T01:51:26.413Z Downloaded home v0.5.9
10662024-10-01T01:51:26.413Z Downloaded hmac v0.12.1
10672024-10-01T01:51:26.415Z Downloaded miniz_oxide v0.7.2
10682024-10-01T01:51:26.417Z Downloaded cookie_store v0.21.0
10692024-10-01T01:51:26.420Z Downloaded base64ct v1.6.0
10702024-10-01T01:51:26.422Z Downloaded ahash v0.8.11
10712024-10-01T01:51:26.425Z Downloaded aes v0.8.4
10722024-10-01T01:51:26.427Z Downloaded memmap2 v0.9.4
10732024-10-01T01:51:26.429Z Downloaded indexmap v1.9.3
10742024-10-01T01:51:26.432Z Downloaded const_format_proc_macros v0.2.33
10752024-10-01T01:51:26.434Z Downloaded async-trait v0.1.83
10762024-10-01T01:51:26.437Z Downloaded newline-converter v0.3.0
10772024-10-01T01:51:26.440Z Downloaded ciborium v0.2.2
10782024-10-01T01:51:26.442Z Downloaded argon2 v0.5.3
10792024-10-01T01:51:26.444Z Downloaded indoc v1.0.9
10802024-10-01T01:51:26.447Z Downloaded hubpack v0.1.2
10812024-10-01T01:51:26.447Z Downloaded atty v0.2.14
10822024-10-01T01:51:26.449Z Downloaded async-stream v0.3.5
10832024-10-01T01:51:26.449Z Downloaded bcrypt-pbkdf v0.10.0
10842024-10-01T01:51:26.501Z Downloaded libz-sys v1.1.16
10852024-10-01T01:51:26.633Z Downloaded ring v0.17.8
10862024-10-01T01:51:26.795Z Downloaded ring v0.16.20
10872024-10-01T01:51:26.872Z Downloaded libsqlite3-sys v0.30.1
10882024-10-01T01:51:27.044Z Compiling serde v1.0.210
10892024-10-01T01:51:27.046Z Compiling typenum v1.17.0
10902024-10-01T01:51:27.046Z Compiling generic-array v0.14.7
10912024-10-01T01:51:27.046Z Compiling lock_api v0.4.12
10922024-10-01T01:51:27.222Z Compiling scopeguard v1.2.0
10932024-10-01T01:51:27.224Z Compiling subtle v2.5.0
10942024-10-01T01:51:27.237Z Compiling syn v2.0.79
10952024-10-01T01:51:27.240Z Compiling getrandom v0.2.14
10962024-10-01T01:51:27.402Z Compiling value-bag v1.9.0
10972024-10-01T01:51:27.524Z Compiling rand_core v0.6.4
10982024-10-01T01:51:27.588Z Compiling const-oid v0.9.6
10992024-10-01T01:51:27.778Z Compiling jobserver v0.1.32
11002024-10-01T01:51:27.797Z Compiling pin-project-lite v0.2.14
11012024-10-01T01:51:27.924Z Compiling log v0.4.22
11022024-10-01T01:51:28.013Z Compiling smallvec v1.13.2
11032024-10-01T01:51:28.071Z Compiling parking_lot_core v0.9.10
11042024-10-01T01:51:28.275Z Compiling cc v1.0.97
11052024-10-01T01:51:28.496Z Compiling signal-hook-registry v1.4.2
11062024-10-01T01:51:28.760Z Compiling futures-core v0.3.30
11072024-10-01T01:51:28.824Z Compiling mio v1.0.2
11082024-10-01T01:51:29.019Z Compiling parking_lot v0.12.2
11092024-10-01T01:51:29.285Z Compiling ahash v0.8.11
11102024-10-01T01:51:29.360Z Compiling cpufeatures v0.2.12
11112024-10-01T01:51:29.467Z Compiling futures-sink v0.3.30
11122024-10-01T01:51:29.575Z Compiling socket2 v0.5.7
11132024-10-01T01:51:29.619Z Compiling slab v0.4.9
11142024-10-01T01:51:29.700Z Compiling allocator-api2 v0.2.18
11152024-10-01T01:51:29.962Z Compiling spin v0.9.8
11162024-10-01T01:51:30.021Z Compiling tinyvec_macros v0.1.1
11172024-10-01T01:51:30.039Z Compiling futures-channel v0.3.30
11182024-10-01T01:51:30.114Z Compiling tinyvec v1.6.0
11192024-10-01T01:51:30.338Z Compiling pin-utils v0.1.0
11202024-10-01T01:51:30.356Z Compiling futures-io v0.3.30
11212024-10-01T01:51:30.430Z Compiling futures-task v0.3.30
11222024-10-01T01:51:30.449Z Compiling serde_json v1.0.128
11232024-10-01T01:51:30.471Z Compiling base64ct v1.6.0
11242024-10-01T01:51:30.547Z Compiling libm v0.2.8
11252024-10-01T01:51:30.686Z Compiling num-traits v0.2.19
11262024-10-01T01:51:30.710Z Compiling flagset v0.4.5
11272024-10-01T01:51:30.788Z Compiling unicode-bidi v0.3.15
11282024-10-01T01:51:30.912Z Compiling pem-rfc7468 v0.7.0
11292024-10-01T01:51:31.050Z Compiling tracing-core v0.1.32
11302024-10-01T01:51:31.176Z Compiling pkg-config v0.3.30
11312024-10-01T01:51:31.546Z Compiling unicode-normalization v0.1.23
11322024-10-01T01:51:31.633Z Compiling vcpkg v0.2.15
11332024-10-01T01:51:32.384Z Compiling crossbeam-utils v0.8.19
11342024-10-01T01:51:32.448Z Compiling ring v0.17.8
11352024-10-01T01:51:32.499Z Compiling percent-encoding v2.3.1
11362024-10-01T01:51:32.696Z Compiling httparse v1.8.0
11372024-10-01T01:51:32.716Z Compiling ppv-lite86 v0.2.17
11382024-10-01T01:51:32.886Z Compiling rustix v0.38.34
11392024-10-01T01:51:33.289Z Compiling rustls-pki-types v1.7.0
11402024-10-01T01:51:33.576Z Compiling rand_chacha v0.3.1
11412024-10-01T01:51:33.706Z Compiling try-lock v0.2.5
11422024-10-01T01:51:33.847Z Compiling want v0.3.1
11432024-10-01T01:51:33.960Z Compiling openssl-sys v0.9.103
11442024-10-01T01:51:34.034Z Compiling rand v0.8.5
11452024-10-01T01:51:34.346Z Compiling openssl v0.10.66
11462024-10-01T01:51:34.381Z Compiling untrusted v0.9.0
11472024-10-01T01:51:34.555Z Compiling foreign-types-shared v0.1.1
11482024-10-01T01:51:34.647Z Compiling httpdate v1.0.3
11492024-10-01T01:51:34.762Z Compiling atomic-waker v1.1.2
11502024-10-01T01:51:34.882Z Compiling powerfmt v0.2.0
11512024-10-01T01:51:34.923Z Compiling time-core v0.1.2
11522024-10-01T01:51:35.048Z Compiling num-conv v0.1.0
11532024-10-01T01:51:35.070Z Compiling rustversion v1.0.17
11542024-10-01T01:51:35.249Z Compiling deranged v0.3.11
11552024-10-01T01:51:35.312Z Compiling time-macros v0.2.18
11562024-10-01T01:51:35.786Z Compiling foreign-types v0.3.2
11572024-10-01T01:51:35.826Z Compiling form_urlencoded v1.2.1
11582024-10-01T01:51:35.894Z Compiling aho-corasick v1.1.3
11592024-10-01T01:51:35.924Z Compiling rustls v0.23.10
11602024-10-01T01:51:36.104Z Compiling syn v1.0.109
11612024-10-01T01:51:36.204Z Compiling base64 v0.22.1
11622024-10-01T01:51:36.346Z Compiling tower-service v0.3.2
11632024-10-01T01:51:36.468Z Compiling regex-syntax v0.8.4
11642024-10-01T01:51:36.740Z Compiling num_threads v0.1.7
11652024-10-01T01:51:36.903Z Compiling native-tls v0.2.11
11662024-10-01T01:51:36.962Z Compiling siphasher v0.3.11
11672024-10-01T01:51:37.268Z Compiling crossbeam-epoch v0.9.18
11682024-10-01T01:51:37.341Z Compiling idna v0.5.0
11692024-10-01T01:51:38.001Z Compiling lazy_static v1.5.0
11702024-10-01T01:51:38.114Z Compiling cookie v0.18.1
11712024-10-01T01:51:38.388Z Compiling rayon-core v1.12.1
11722024-10-01T01:51:38.408Z Compiling time v0.3.36
11732024-10-01T01:51:38.494Z Compiling slog v2.7.0
11742024-10-01T01:51:38.652Z Compiling finl_unicode v1.2.0
11752024-10-01T01:51:38.801Z Compiling iana-time-zone v0.1.60
11762024-10-01T01:51:38.998Z Compiling openssl-probe v0.1.5
11772024-10-01T01:51:39.234Z Compiling either v1.13.0
11782024-10-01T01:51:39.255Z Compiling stringprep v0.1.4
11792024-10-01T01:51:39.489Z Compiling url v2.5.2
11802024-10-01T01:51:39.661Z Compiling crossbeam-deque v0.8.5
11812024-10-01T01:51:40.002Z Compiling regex-automata v0.4.6
11822024-10-01T01:51:41.180Z Compiling num-integer v0.1.46
11832024-10-01T01:51:41.318Z Compiling idna v0.3.0
11842024-10-01T01:51:41.468Z Compiling serde_derive v1.0.210
11852024-10-01T01:51:41.971Z Compiling zeroize_derive v1.4.2
11862024-10-01T01:51:42.837Z Compiling zerocopy-derive v0.7.34
11872024-10-01T01:51:42.925Z Compiling tokio-macros v2.4.0
11882024-10-01T01:51:43.288Z Compiling futures-macro v0.3.30
11892024-10-01T01:51:43.538Z Compiling der_derive v0.7.2
11902024-10-01T01:51:43.600Z Compiling zeroize v1.8.1
11912024-10-01T01:51:44.501Z Compiling thiserror-impl v1.0.64
11922024-10-01T01:51:45.129Z Compiling zerocopy v0.7.34
11932024-10-01T01:51:45.335Z Compiling crypto-common v0.1.6
11942024-10-01T01:51:45.409Z Compiling block-buffer v0.10.4
11952024-10-01T01:51:45.561Z Compiling block-padding v0.3.3
11962024-10-01T01:51:45.659Z Compiling digest v0.10.7
11972024-10-01T01:51:45.812Z Compiling inout v0.1.3
11982024-10-01T01:51:46.000Z Compiling futures-util v0.3.30
11992024-10-01T01:51:46.098Z Compiling hmac v0.12.1
12002024-10-01T01:51:46.134Z Compiling sha2 v0.10.8
12012024-10-01T01:51:46.339Z Compiling cipher v0.4.4
12022024-10-01T01:51:46.890Z Compiling der v0.7.9
12032024-10-01T01:51:47.363Z Compiling hashbrown v0.14.5
12042024-10-01T01:51:47.795Z Compiling thiserror v1.0.64
12052024-10-01T01:51:47.939Z Compiling salsa20 v0.10.2
12062024-10-01T01:51:48.166Z Compiling pbkdf2 v0.12.2
12072024-10-01T01:51:48.337Z Compiling tracing-attributes v0.1.27
12082024-10-01T01:51:48.749Z Compiling scrypt v0.11.0
12092024-10-01T01:51:49.333Z Compiling spki v0.7.3
12102024-10-01T01:51:49.715Z Compiling aes v0.8.4
12112024-10-01T01:51:49.803Z Compiling cbc v0.1.2
12122024-10-01T01:51:50.040Z Compiling pest v2.7.10
12132024-10-01T01:51:50.134Z Compiling scroll_derive v0.12.0
12142024-10-01T01:51:51.637Z Compiling pkcs5 v0.7.1
12152024-10-01T01:51:52.121Z Compiling scroll v0.12.0
12162024-10-01T01:51:52.146Z Compiling tracing v0.1.40
12172024-10-01T01:51:52.541Z Compiling pkcs8 v0.10.2
12182024-10-01T01:51:52.569Z Compiling pest_meta v2.7.10
12192024-10-01T01:51:52.621Z Compiling goblin v0.8.2
12202024-10-01T01:51:52.670Z Compiling openssl-macros v0.1.1
12212024-10-01T01:51:52.888Z Compiling signature v2.2.0
12222024-10-01T01:51:53.085Z Compiling rustls-webpki v0.102.4
12232024-10-01T01:51:53.182Z Compiling md-5 v0.10.6
12242024-10-01T01:51:53.254Z Compiling backtrace v0.3.71
12252024-10-01T01:51:53.442Z Compiling ff v0.13.0
12262024-10-01T01:51:53.444Z Compiling hash32 v0.2.1
12272024-10-01T01:51:53.658Z Compiling fallible-iterator v0.2.0
12282024-10-01T01:51:53.747Z Compiling pest_generator v2.7.10
12292024-10-01T01:51:53.836Z Compiling gimli v0.28.1
12302024-10-01T01:51:54.342Z Compiling crc32fast v1.4.0
12312024-10-01T01:51:54.869Z Compiling stable_deref_trait v1.2.0
12322024-10-01T01:51:54.979Z Compiling num-bigint-dig v0.8.4
12332024-10-01T01:51:55.150Z Compiling signal-hook v0.3.17
12342024-10-01T01:51:55.279Z Compiling bytes v1.7.2
12352024-10-01T01:51:55.440Z Compiling indexmap v2.5.0
12362024-10-01T01:51:55.583Z Compiling bitflags v2.6.0
12372024-10-01T01:51:56.026Z Compiling semver v1.0.23
12382024-10-01T01:51:56.588Z Compiling tokio v1.39.3
12392024-10-01T01:51:56.796Z Compiling rustc_version v0.4.0
12402024-10-01T01:51:56.919Z Compiling http v1.1.0
12412024-10-01T01:51:57.566Z Compiling pest_derive v2.7.10
12422024-10-01T01:51:58.375Z Compiling http-body v1.0.0
12432024-10-01T01:51:58.619Z Compiling dtrace-parser v0.2.0
12442024-10-01T01:51:58.876Z Compiling dof v0.3.0
12452024-10-01T01:51:58.897Z Compiling heapless v0.7.17
12462024-10-01T01:51:59.366Z Compiling uuid v1.10.0
12472024-10-01T01:52:00.755Z Compiling usdt-impl v0.5.0
12482024-10-01T01:52:00.881Z Compiling curve25519-dalek v4.1.3
12492024-10-01T01:52:01.017Z Compiling http v0.2.12
12502024-10-01T01:52:01.513Z Compiling chrono v0.4.38
12512024-10-01T01:52:02.330Z Compiling toml_datetime v0.6.8
12522024-10-01T01:52:02.823Z Compiling serde_tokenstream v0.2.2
12532024-10-01T01:52:02.844Z Compiling serde_spanned v0.6.7
12542024-10-01T01:52:02.891Z Compiling adler v1.0.2
12552024-10-01T01:52:03.061Z Compiling base16ct v0.2.0
12562024-10-01T01:52:03.127Z Compiling psl-types v2.0.11
12572024-10-01T01:52:03.320Z Compiling portable-atomic v1.6.0
12582024-10-01T01:52:03.383Z Compiling smoltcp v0.9.1
12592024-10-01T01:52:03.433Z Compiling publicsuffix v2.2.3
12602024-10-01T01:52:03.565Z Compiling sec1 v0.7.3
12612024-10-01T01:52:03.676Z Compiling miniz_oxide v0.7.2
12622024-10-01T01:52:04.156Z Compiling terminal_size v0.3.0
12632024-10-01T01:52:04.365Z Compiling http-body-util v0.1.2
12642024-10-01T01:52:04.402Z Compiling addr2line v0.21.0
12652024-10-01T01:52:04.440Z Compiling postgres-protocol v0.6.7
12662024-10-01T01:52:04.859Z Compiling tokio-util v0.7.12
12672024-10-01T01:52:05.053Z Compiling tokio-rustls v0.26.0
12682024-10-01T01:52:05.434Z Compiling hubpack_derive v0.1.1
12692024-10-01T01:52:05.532Z Compiling group v0.13.0
12702024-10-01T01:52:05.708Z Compiling tokio-native-tls v0.3.1
12712024-10-01T01:52:05.857Z Compiling h2 v0.4.6
12722024-10-01T01:52:05.956Z Compiling hkdf v0.12.4
12732024-10-01T01:52:05.977Z Compiling crypto-bigint v0.5.5
12742024-10-01T01:52:06.203Z Compiling num-iter v0.1.45
12752024-10-01T01:52:06.240Z Compiling zerocopy-derive v0.6.6
12762024-10-01T01:52:06.341Z Compiling curve25519-dalek-derive v0.1.1
12772024-10-01T01:52:06.383Z Compiling async-trait v0.1.83
12782024-10-01T01:52:08.419Z Compiling phf_shared v0.11.2
12792024-10-01T01:52:08.805Z Compiling serde_derive_internals v0.29.1
12802024-10-01T01:52:08.868Z Compiling webpki-roots v0.26.3
12812024-10-01T01:52:09.048Z Compiling object v0.32.2
12822024-10-01T01:52:09.069Z Compiling fs-err v2.11.0
12832024-10-01T01:52:09.265Z Compiling ipnet v2.10.0
12842024-10-01T01:52:09.368Z Compiling bitflags v1.3.2
12852024-10-01T01:52:09.473Z Compiling winnow v0.5.40
12862024-10-01T01:52:09.708Z Compiling managed v0.8.0
12872024-10-01T01:52:10.146Z Compiling anyhow v1.0.89
12882024-10-01T01:52:10.453Z Compiling schemars v0.8.21
12892024-10-01T01:52:10.796Z Compiling adler2 v2.0.0
12902024-10-01T01:52:10.819Z Compiling rustc-demangle v0.1.24
12912024-10-01T01:52:11.010Z Compiling clap_builder v4.5.18
12922024-10-01T01:52:11.445Z Compiling miniz_oxide v0.8.0
12932024-10-01T01:52:11.519Z Compiling schemars_derive v0.8.21
12942024-10-01T01:52:12.029Z Compiling console v0.15.8
12952024-10-01T01:52:13.086Z Compiling hyper v1.4.1
12962024-10-01T01:52:13.277Z Compiling toml_edit v0.19.15
12972024-10-01T01:52:13.648Z Compiling elliptic-curve v0.13.8
12982024-10-01T01:52:14.046Z Compiling rayon v1.10.0
12992024-10-01T01:52:14.504Z Compiling phf v0.11.2
13002024-10-01T01:52:14.796Z Compiling cookie_store v0.21.0
13012024-10-01T01:52:14.832Z Compiling zerocopy v0.6.6
13022024-10-01T01:52:15.675Z Compiling hyper-util v0.1.9
13032024-10-01T01:52:17.316Z Compiling hubpack v0.1.2
13042024-10-01T01:52:17.792Z Compiling h2 v0.3.26
13052024-10-01T01:52:18.772Z Compiling hyper-rustls v0.27.3
13062024-10-01T01:52:18.824Z Compiling hyper-tls v0.6.0
13072024-10-01T01:52:19.568Z Compiling postgres-types v0.2.8
13082024-10-01T01:52:20.098Z Compiling usdt-macro v0.5.0
13092024-10-01T01:52:20.331Z Compiling usdt-attr-macro v0.5.0
13102024-10-01T01:52:21.068Z Compiling http-body v0.4.6
13112024-10-01T01:52:21.071Z Compiling serde_urlencoded v0.7.1
13122024-10-01T01:52:21.161Z Compiling serde-big-array v0.5.1
13132024-10-01T01:52:21.376Z Compiling ed25519 v2.2.3
13142024-10-01T01:52:21.496Z Compiling pkcs1 v0.7.5
13152024-10-01T01:52:21.602Z Compiling futures-executor v0.3.30
13162024-10-01T01:52:21.630Z Compiling rfc6979 v0.4.0
13172024-10-01T01:52:21.835Z Compiling regex v1.10.6
13182024-10-01T01:52:21.995Z Compiling bstr v1.9.1
13192024-10-01T01:52:22.170Z Compiling strum_macros v0.25.3
13202024-10-01T01:52:22.555Z Compiling clap_derive v4.5.18
13212024-10-01T01:52:22.914Z Compiling enum-as-inner v0.6.0
13222024-10-01T01:52:23.433Z Compiling serde_repr v0.1.19
13232024-10-01T01:52:23.764Z Compiling phf_shared v0.10.0
13242024-10-01T01:52:23.985Z Compiling rustls-pemfile v2.1.3
13252024-10-01T01:52:24.175Z Compiling float-cmp v0.9.0
13262024-10-01T01:52:24.298Z Compiling idna v0.4.0
13272024-10-01T01:52:24.394Z Compiling sync_wrapper v1.0.1
13282024-10-01T01:52:24.433Z Compiling mio v0.8.11
13292024-10-01T01:52:24.541Z Compiling encoding_rs v0.8.34
13302024-10-01T01:52:24.616Z Compiling data-encoding v2.6.0
13312024-10-01T01:52:25.700Z Compiling unicode-segmentation v1.11.0
13322024-10-01T01:52:25.837Z Compiling static_assertions v1.1.0
13332024-10-01T01:52:25.939Z Compiling bit-vec v0.6.3
13342024-10-01T01:52:26.201Z Compiling predicates-core v1.0.6
13352024-10-01T01:52:26.404Z Compiling mime v0.3.17
13362024-10-01T01:52:26.512Z Compiling precomputed-hash v0.1.1
13372024-10-01T01:52:26.551Z Compiling dyn-clone v1.0.17
13382024-10-01T01:52:26.620Z Compiling new_debug_unreachable v1.0.6
13392024-10-01T01:52:26.720Z Compiling difflib v0.4.0
13402024-10-01T01:52:26.766Z Compiling whoami v1.5.2
13412024-10-01T01:52:26.997Z Compiling minimal-lexical v0.2.1
13422024-10-01T01:52:27.027Z Compiling normalize-line-endings v0.3.0
13432024-10-01T01:52:27.156Z Compiling number_prefix v0.4.0
13442024-10-01T01:52:27.384Z Compiling fixedbitset v0.4.2
13452024-10-01T01:52:27.428Z Compiling nom v7.1.3
13462024-10-01T01:52:27.490Z Compiling indicatif v0.17.8
13472024-10-01T01:52:27.577Z Compiling clap v4.5.18
13482024-10-01T01:52:27.702Z Compiling petgraph v0.6.5
13492024-10-01T01:52:27.843Z Compiling predicates v3.1.2
13502024-10-01T01:52:28.275Z Compiling tokio-postgres v0.7.12
13512024-10-01T01:52:28.320Z Compiling reqwest v0.12.7
13522024-10-01T01:52:29.015Z Compiling string_cache v0.8.7
13532024-10-01T01:52:29.511Z Compiling similar v2.6.0
13542024-10-01T01:52:29.687Z Compiling bit-set v0.5.3
13552024-10-01T01:52:29.970Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13562024-10-01T01:52:30.907Z Compiling toml_edit v0.22.22
13572024-10-01T01:52:31.047Z Compiling hickory-proto v0.24.1
13582024-10-01T01:52:31.578Z Compiling signal-hook-mio v0.2.4
13592024-10-01T01:52:31.763Z Compiling hyper v0.14.30
13602024-10-01T01:52:31.896Z Compiling usdt v0.5.0
13612024-10-01T01:52:32.428Z Compiling rsa v0.9.6
13622024-10-01T01:52:33.243Z Compiling futures v0.3.30
13632024-10-01T01:52:33.361Z Compiling ecdsa v0.16.9
13642024-10-01T01:52:33.952Z Compiling ed25519-dalek v2.1.1
13652024-10-01T01:52:34.208Z Compiling flate2 v1.0.34
13662024-10-01T01:52:35.244Z Compiling toml v0.7.8
13672024-10-01T01:52:36.699Z Compiling tokio-stream v0.1.16
13682024-10-01T01:52:36.930Z Compiling openapiv3 v2.0.0
13692024-10-01T01:52:36.974Z Compiling hex v0.4.3
13702024-10-01T01:52:37.592Z Compiling x509-cert v0.2.5
13712024-10-01T01:52:37.745Z Compiling sha1 v0.10.6
13722024-10-01T01:52:38.159Z Compiling itertools v0.12.1
13732024-10-01T01:52:39.059Z Compiling itertools v0.10.5
13742024-10-01T01:52:40.674Z Compiling dirs-sys-next v0.1.2
13752024-10-01T01:52:40.708Z Compiling peg-runtime v0.8.3
13762024-10-01T01:52:41.239Z Compiling lalrpop-util v0.19.12
13772024-10-01T01:52:41.283Z Compiling unicode-xid v0.2.4
13782024-10-01T01:52:41.320Z Compiling dirs-next v2.0.0
13792024-10-01T01:52:41.322Z Compiling thread_local v1.1.8
13802024-10-01T01:52:41.322Z Compiling slog-async v2.8.0
13812024-10-01T01:52:41.448Z Compiling term v0.7.0
13822024-10-01T01:52:41.507Z Compiling xattr v1.3.1
13832024-10-01T01:52:41.567Z Compiling strum_macros v0.26.4
13842024-10-01T01:52:41.647Z Compiling crossbeam-channel v0.5.12
13852024-10-01T01:52:41.763Z Compiling is-terminal v0.4.12
13862024-10-01T01:52:41.801Z Compiling filetime v0.2.25
13872024-10-01T01:52:41.897Z Compiling take_mut v0.2.2
13882024-10-01T01:52:41.916Z Compiling camino v1.1.9
13892024-10-01T01:52:41.984Z Compiling slog-term v2.9.1
13902024-10-01T01:52:42.048Z Compiling tar v0.4.42
13912024-10-01T01:52:42.289Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13922024-10-01T01:52:44.334Z Compiling strum v0.26.3
13932024-10-01T01:52:44.410Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13942024-10-01T01:52:49.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
13952024-10-01T01:52:49.590Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13962024-10-01T01:52:49.641ZOct 01 01:52:48.041 INFO Starting download, target: Console
13972024-10-01T01:52:49.641ZOct 01 01:52:48.041 INFO Starting download, target: Cockroach
13982024-10-01T01:52:49.641ZOct 01 01:52:48.041 INFO Starting download, target: Clickhouse
13992024-10-01T01:52:49.641ZOct 01 01:52:48.041 INFO Starting download, target: DendriteOpenapi
14002024-10-01T01:52:49.644ZOct 01 01:52:48.041 INFO Starting download, target: DendriteStub
14012024-10-01T01:52:49.644ZOct 01 01:52:48.041 INFO Starting download, target: MaghemiteMgd
14022024-10-01T01:52:49.644ZOct 01 01:52:48.041 INFO Starting download, target: TransceiverControl
14032024-10-01T01:52:49.644ZOct 01 01:52:48.042 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14042024-10-01T01:52:49.644ZOct 01 01:52:48.042 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14052024-10-01T01:52:49.644ZOct 01 01:52:48.042 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi
14062024-10-01T01:52:49.644ZOct 01 01:52:48.042 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14072024-10-01T01:52:49.644ZOct 01 01:52:48.042 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14082024-10-01T01:52:49.644ZOct 01 01:52:48.042 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14092024-10-01T01:52:49.644ZOct 01 01:52:48.042 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14102024-10-01T01:52:49.807ZOct 01 01:52:48.197 INFO Download complete, target: DendriteOpenapi
14112024-10-01T01:52:49.954ZOct 01 01:52:48.349 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14122024-10-01T01:52:50.189ZOct 01 01:52:48.589 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14132024-10-01T01:52:50.251ZOct 01 01:52:48.650 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14142024-10-01T01:52:50.528ZOct 01 01:52:48.928 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14152024-10-01T01:52:50.636ZOct 01 01:52:49.035 INFO Download complete, target: Console
14162024-10-01T01:52:50.732ZOct 01 01:52:49.132 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14172024-10-01T01:52:50.732ZOct 01 01:52:49.132 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14182024-10-01T01:52:50.756ZOct 01 01:52:49.157 INFO Download complete, target: TransceiverControl
14192024-10-01T01:52:51.583ZOct 01 01:52:49.981 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14202024-10-01T01:52:53.233ZOct 01 01:52:51.633 INFO Download complete, target: DendriteStub
14212024-10-01T01:52:53.754ZOct 01 01:52:52.153 INFO Download complete, target: MaghemiteMgd
14222024-10-01T01:52:59.033ZOct 01 01:52:57.433 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14232024-10-01T01:52:59.384ZOct 01 01:52:57.783 INFO Checking that binary works, target: Cockroach
14242024-10-01T01:52:59.586ZOct 01 01:52:57.986 INFO Download complete, target: Cockroach
14252024-10-01T01:53:05.370ZOct 01 01:53:03.769 INFO Checking that binary works, target: Clickhouse
14262024-10-01T01:53:05.527ZOct 01 01:53:03.926 INFO Download complete, target: Clickhouse
14272024-10-01T01:53:05.534ZAll prerequisites installed successfully
14282024-10-01T01:53:05.537Z
14292024-10-01T01:53:05.537Zreal 4:13.225713189
14302024-10-01T01:53:05.537Zuser 12:04.999161934
14312024-10-01T01:53:05.537Zsys 2:33.070829567
14322024-10-01T01:53:05.537Ztrap 0.432553233
14332024-10-01T01:53:05.537Ztflt 1.541419855
14342024-10-01T01:53:05.537Zdflt 1.513074818
14352024-10-01T01:53:05.537Zkflt 0.021687829
14362024-10-01T01:53:05.537Zlock 23:15.706805881
14372024-10-01T01:53:05.537Zslp 47:14.934519534
14382024-10-01T01:53:05.537Zlat 44.787733161
14392024-10-01T01:53:05.537Zstop 1:55.049673097
14402024-10-01T01:53:05.537Z+ source ./tools/include/force-git-over-https.sh
14412024-10-01T01:53:05.537Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14422024-10-01T01:53:05.537Z++ (( i = 0 ))
14432024-10-01T01:53:05.537Z++ (( i < 5 ))
14442024-10-01T01:53:05.537Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14452024-10-01T01:53:05.540Z++ (( i++ ))
14462024-10-01T01:53:05.540Z++ (( i < 5 ))
14472024-10-01T01:53:05.540Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14482024-10-01T01:53:05.542Z++ (( i++ ))
14492024-10-01T01:53:05.542Z++ (( i < 5 ))
14502024-10-01T01:53:05.543Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14512024-10-01T01:53:05.545Z++ (( i++ ))
14522024-10-01T01:53:05.545Z++ (( i < 5 ))
14532024-10-01T01:53:05.545Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14542024-10-01T01:53:05.548Z++ (( i++ ))
14552024-10-01T01:53:05.548Z++ (( i < 5 ))
14562024-10-01T01:53:05.548Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14572024-10-01T01:53:05.551Z++ (( i++ ))
14582024-10-01T01:53:05.551Z++ (( i < 5 ))
14592024-10-01T01:53:05.551Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14602024-10-01T01:53:05.551Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14612024-10-01T01:53:05.563Z+ rc=0
14622024-10-01T01:53:05.564Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14632024-10-01T01:53:28.376Z+ case $rc in
14642024-10-01T01:53:28.376Z+ pfexec zfs create -p rpool/images/build/host
14652024-10-01T01:53:28.597Z+ pfexec zfs create -p rpool/images/build/recovery
14662024-10-01T01:53:28.677Z+ cargo xtask releng --output-dir /work
14672024-10-01T01:53:29.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
14682024-10-01T01:53:29.245Z Running `target/debug/xtask releng --output-dir /work`
14692024-10-01T01:53:30.157Z Compiling proc-macro2 v1.0.86
14702024-10-01T01:53:30.157Z Compiling unicode-ident v1.0.13
14712024-10-01T01:53:30.158Z Compiling libc v0.2.159
14722024-10-01T01:53:30.160Z Compiling serde v1.0.210
14732024-10-01T01:53:30.160Z Compiling version_check v0.9.5
14742024-10-01T01:53:30.160Z Compiling autocfg v1.3.0
14752024-10-01T01:53:30.160Z Compiling cfg-if v1.0.0
14762024-10-01T01:53:30.160Z Compiling once_cell v1.19.0
14772024-10-01T01:53:30.507Z Compiling typenum v1.17.0
14782024-10-01T01:53:30.573Z Compiling memchr v2.7.2
14792024-10-01T01:53:31.079Z Compiling lock_api v0.4.12
14802024-10-01T01:53:31.158Z Compiling generic-array v0.14.7
14812024-10-01T01:53:31.490Z Compiling ahash v0.8.11
14822024-10-01T01:53:31.510Z Compiling parking_lot_core v0.9.10
14832024-10-01T01:53:31.567Z Compiling serde_json v1.0.128
14842024-10-01T01:53:31.838Z Compiling quote v1.0.37
14852024-10-01T01:53:31.913Z Compiling libm v0.2.8
14862024-10-01T01:53:31.938Z Compiling byteorder v1.5.0
14872024-10-01T01:53:32.258Z Compiling syn v2.0.79
14882024-10-01T01:53:32.413Z Compiling getrandom v0.2.14
14892024-10-01T01:53:32.456Z Compiling jobserver v0.1.32
14902024-10-01T01:53:32.475Z Compiling num-traits v0.2.19
14912024-10-01T01:53:32.526Z Compiling itoa v1.0.11
14922024-10-01T01:53:32.733Z Compiling value-bag v1.9.0
14932024-10-01T01:53:32.798Z Compiling cc v1.0.97
14942024-10-01T01:53:32.930Z Compiling slab v0.4.9
14952024-10-01T01:53:33.236Z Compiling log v0.4.22
14962024-10-01T01:53:33.313Z Compiling scopeguard v1.2.0
14972024-10-01T01:53:33.431Z Compiling thiserror v1.0.64
14982024-10-01T01:53:33.601Z Compiling rand_core v0.6.4
14992024-10-01T01:53:34.036Z Compiling subtle v2.5.0
15002024-10-01T01:53:34.069Z Compiling semver v1.0.23
15012024-10-01T01:53:34.456Z Compiling pkg-config v0.3.30
15022024-10-01T01:53:34.654Z Compiling pin-project-lite v0.2.14
15032024-10-01T01:53:34.677Z Compiling smallvec v1.13.2
15042024-10-01T01:53:35.029Z Compiling const-oid v0.9.6
15052024-10-01T01:53:35.081Z Compiling allocator-api2 v0.2.18
15062024-10-01T01:53:35.336Z Compiling ryu v1.0.18
15072024-10-01T01:53:35.837Z Compiling futures-core v0.3.30
15082024-10-01T01:53:35.873Z Compiling httparse v1.8.0
15092024-10-01T01:53:36.204Z Compiling ring v0.17.8
15102024-10-01T01:53:36.268Z Compiling signal-hook-registry v1.4.2
15112024-10-01T01:53:36.473Z Compiling vcpkg v0.2.15
15122024-10-01T01:53:36.604Z Compiling parking_lot v0.12.2
15132024-10-01T01:53:36.918Z Compiling mio v1.0.2
15142024-10-01T01:53:37.010Z Compiling fnv v1.0.7
15152024-10-01T01:53:37.261Z Compiling socket2 v0.5.7
15162024-10-01T01:53:38.162Z Compiling openssl-sys v0.9.103
15172024-10-01T01:53:38.216Z Compiling spin v0.9.8
15182024-10-01T01:53:38.740Z Compiling futures-sink v0.3.30
15192024-10-01T01:53:39.097Z Compiling schemars v0.8.21
15202024-10-01T01:53:39.125Z Compiling heck v0.5.0
15212024-10-01T01:53:39.140Z Compiling rustix v0.38.34
15222024-10-01T01:53:39.208Z Compiling equivalent v1.0.1
15232024-10-01T01:53:39.443Z Compiling crossbeam-utils v0.8.19
15242024-10-01T01:53:39.901Z Compiling serde_derive_internals v0.29.1
15252024-10-01T01:53:40.697Z Compiling cpufeatures v0.2.12
15262024-10-01T01:53:40.802Z Compiling num-conv v0.1.0
15272024-10-01T01:53:40.826Z Compiling time-core v0.1.2
15282024-10-01T01:53:40.989Z Compiling futures-channel v0.3.30
15292024-10-01T01:53:41.091Z Compiling pin-utils v0.1.0
15302024-10-01T01:53:41.114Z Compiling time-macros v0.2.18
15312024-10-01T01:53:41.196Z Compiling openssl v0.10.66
15322024-10-01T01:53:41.449Z Compiling futures-io v0.3.30
15332024-10-01T01:53:41.491Z Compiling tinyvec_macros v0.1.1
15342024-10-01T01:53:41.563Z Compiling futures-task v0.3.30
15352024-10-01T01:53:41.663Z Compiling tinyvec v1.6.0
15362024-10-01T01:53:41.968Z Compiling rustls v0.23.10
15372024-10-01T01:53:42.046Z Compiling native-tls v0.2.11
15382024-10-01T01:53:42.342Z Compiling base64ct v1.6.0
15392024-10-01T01:53:42.449Z Compiling iana-time-zone v0.1.60
15402024-10-01T01:53:42.745Z Compiling ucd-trie v0.1.6
15412024-10-01T01:53:42.821Z Compiling unicode-bidi v0.3.15
15422024-10-01T01:53:42.982Z Compiling pem-rfc7468 v0.7.0
15432024-10-01T01:53:43.398Z Compiling unicode-normalization v0.1.23
15442024-10-01T01:53:43.457Z Compiling tracing-core v0.1.32
15452024-10-01T01:53:43.678Z Compiling cookie v0.18.1
15462024-10-01T01:53:44.085Z Compiling slog v2.7.0
15472024-10-01T01:53:44.329Z Compiling syn v1.0.109
15482024-10-01T01:53:44.745Z Compiling flagset v0.4.5
15492024-10-01T01:53:44.940Z Compiling aho-corasick v1.1.3
15502024-10-01T01:53:45.082Z Compiling regex-syntax v0.8.4
15512024-10-01T01:53:45.372Z Compiling serde_derive v1.0.210
15522024-10-01T01:53:45.886Z Compiling zeroize_derive v1.4.2
15532024-10-01T01:53:45.929Z Compiling zerocopy-derive v0.7.34
15542024-10-01T01:53:45.976Z Compiling tokio-macros v2.4.0
15552024-10-01T01:53:46.003Z Compiling thiserror-impl v1.0.64
15562024-10-01T01:53:47.458Z Compiling zeroize v1.8.1
15572024-10-01T01:53:47.934Z Compiling futures-macro v0.3.30
15582024-10-01T01:53:48.074Z Compiling zerocopy v0.7.34
15592024-10-01T01:53:49.602Z Compiling crypto-common v0.1.6
15602024-10-01T01:53:49.804Z Compiling tracing-attributes v0.1.27
15612024-10-01T01:53:49.836Z Compiling der_derive v0.7.2
15622024-10-01T01:53:50.507Z Compiling hashbrown v0.14.5
15632024-10-01T01:53:51.204Z Compiling block-buffer v0.10.4
15642024-10-01T01:53:51.487Z Compiling digest v0.10.7
15652024-10-01T01:53:51.901Z Compiling schemars_derive v0.8.21
15662024-10-01T01:53:51.919Z Compiling hmac v0.12.1
15672024-10-01T01:53:52.014Z Compiling futures-util v0.3.30
15682024-10-01T01:53:52.152Z Compiling block-padding v0.3.3
15692024-10-01T01:53:52.260Z Compiling openssl-macros v0.1.1
15702024-10-01T01:53:52.466Z Compiling inout v0.1.3
15712024-10-01T01:53:52.747Z Compiling cipher v0.4.4
15722024-10-01T01:53:53.075Z Compiling sha2 v0.10.8
15732024-10-01T01:53:53.341Z Compiling scroll_derive v0.12.0
15742024-10-01T01:53:53.735Z Compiling pest v2.7.10
15752024-10-01T01:53:54.947Z Compiling tracing v0.1.40
15762024-10-01T01:53:55.175Z Compiling der v0.7.9
15772024-10-01T01:53:56.528Z Compiling pest_meta v2.7.10
15782024-10-01T01:53:56.879Z Compiling salsa20 v0.10.2
15792024-10-01T01:53:57.103Z Compiling pbkdf2 v0.12.2
15802024-10-01T01:53:57.353Z Compiling regex-automata v0.4.6
15812024-10-01T01:53:58.722Z Compiling pest_generator v2.7.10
15822024-10-01T01:53:59.153Z Compiling spki v0.7.3
15832024-10-01T01:53:59.621Z Compiling bytes v1.7.2
15842024-10-01T01:54:00.739Z Compiling tokio v1.39.3
15852024-10-01T01:54:00.878Z Compiling bitflags v2.6.0
15862024-10-01T01:54:00.932Z Compiling indexmap v2.5.0
15872024-10-01T01:54:01.592Z Compiling rustc_version v0.4.0
15882024-10-01T01:54:02.290Z Compiling serde_tokenstream v0.2.2
15892024-10-01T01:54:02.579Z Compiling uuid v1.10.0
15902024-10-01T01:54:02.845Z Compiling http v1.1.0
15912024-10-01T01:54:02.874Z Compiling chrono v0.4.38
15922024-10-01T01:54:08.295Z Compiling crc32fast v1.4.0
15932024-10-01T01:54:08.555Z Compiling percent-encoding v2.3.1
15942024-10-01T01:54:08.789Z Compiling rayon-core v1.12.1
15952024-10-01T01:54:08.851Z Compiling dyn-clone v1.0.17
15962024-10-01T01:54:09.796Z Compiling pest_derive v2.7.10
15972024-10-01T01:54:10.546Z Compiling tokio-util v0.7.12
15982024-10-01T01:54:12.289Z Compiling scrypt v0.11.0
15992024-10-01T01:54:12.398Z Compiling aes v0.8.4
16002024-10-01T01:54:12.703Z Compiling cbc v0.1.2
16012024-10-01T01:54:12.802Z Compiling usdt-impl v0.5.0
16022024-10-01T01:54:12.823Z Compiling heck v0.4.1
16032024-10-01T01:54:12.853Z Compiling try-lock v0.2.5
16042024-10-01T01:54:13.015Z Compiling rustls-pki-types v1.7.0
16052024-10-01T01:54:13.186Z Compiling untrusted v0.9.0
16062024-10-01T01:54:13.274Z Compiling want v0.3.1
16072024-10-01T01:54:13.631Z Compiling pkcs5 v0.7.1
16082024-10-01T01:54:13.696Z Compiling heapless v0.7.17
16092024-10-01T01:54:14.217Z Compiling scroll v0.12.0
16102024-10-01T01:54:14.461Z Compiling zerocopy-derive v0.6.6
16112024-10-01T01:54:15.005Z Compiling backtrace v0.3.71
16122024-10-01T01:54:15.070Z Compiling errno v0.3.9
16132024-10-01T01:54:15.386Z Compiling plain v0.2.3
16142024-10-01T01:54:15.467Z Compiling num-bigint-dig v0.8.4
16152024-10-01T01:54:15.522Z Compiling httpdate v1.0.3
16162024-10-01T01:54:15.607Z Compiling ppv-lite86 v0.2.17
16172024-10-01T01:54:16.260Z Compiling powerfmt v0.2.0
16182024-10-01T01:54:16.478Z Compiling rand_chacha v0.3.1
16192024-10-01T01:54:16.508Z Compiling goblin v0.8.2
16202024-10-01T01:54:16.874Z Compiling deranged v0.3.11
16212024-10-01T01:54:17.548Z Compiling pkcs8 v0.10.2
16222024-10-01T01:54:18.334Z Compiling form_urlencoded v1.2.1
16232024-10-01T01:54:18.934Z Compiling regex v1.10.6
16242024-10-01T01:54:19.782Z Compiling async-trait v0.1.83
16252024-10-01T01:54:20.150Z Compiling pretty-hex v0.4.1
16262024-10-01T01:54:20.584Z Compiling rustversion v1.0.17
16272024-10-01T01:54:21.253Z Compiling strsim v0.11.1
16282024-10-01T01:54:21.620Z Compiling base64 v0.22.1
16292024-10-01T01:54:21.834Z Compiling num_threads v0.1.7
16302024-10-01T01:54:21.975Z Compiling tower-service v0.3.2
16312024-10-01T01:54:22.315Z Compiling atomic-waker v1.1.2
16322024-10-01T01:54:22.318Z Compiling time v0.3.36
16332024-10-01T01:54:22.649Z Compiling dof v0.3.0
16342024-10-01T01:54:23.552Z Compiling rand v0.8.5
16352024-10-01T01:54:23.993Z Compiling rustls-webpki v0.102.4
16362024-10-01T01:54:24.581Z Compiling dtrace-parser v0.2.0
16372024-10-01T01:54:25.185Z Compiling http-body v1.0.0
16382024-10-01T01:54:25.462Z Compiling curve25519-dalek v4.1.3
16392024-10-01T01:54:25.991Z Compiling thread-id v4.2.1
16402024-10-01T01:54:26.326Z Compiling anyhow v1.0.89
16412024-10-01T01:54:26.743Z Compiling portable-atomic v1.6.0
16422024-10-01T01:54:26.956Z Compiling smoltcp v0.9.1
16432024-10-01T01:54:27.904Z Compiling signal-hook v0.3.17
16442024-10-01T01:54:28.290Z Compiling foreign-types-shared v0.1.1
16452024-10-01T01:54:28.609Z Compiling foreign-types v0.3.2
16462024-10-01T01:54:28.631Z Compiling h2 v0.4.6
16472024-10-01T01:54:36.119Z Compiling clap_derive v4.5.18
16482024-10-01T01:54:37.307Z Compiling idna v0.5.0
16492024-10-01T01:54:39.549Z Compiling siphasher v0.3.11
16502024-10-01T01:54:40.769Z Compiling url v2.5.2
16512024-10-01T01:54:40.893Z Compiling hyper v1.4.1
16522024-10-01T01:54:42.855Z Compiling crossbeam-epoch v0.9.18
16532024-10-01T01:54:46.726Z Compiling hubpack_derive v0.1.1
16542024-10-01T01:54:47.592Z Compiling openapiv3 v2.0.0
16552024-10-01T01:54:47.679Z Compiling signature v2.2.0
16562024-10-01T01:54:47.814Z Compiling curve25519-dalek-derive v0.1.1
16572024-10-01T01:54:48.198Z Compiling lazy_static v1.5.0
16582024-10-01T01:54:48.825Z Compiling fs-err v2.11.0
16592024-10-01T01:54:49.147Z Compiling encoding_rs v0.8.34
16602024-10-01T01:54:49.518Z Compiling openssl-probe v0.1.5
16612024-10-01T01:54:49.563Z Compiling utf8parse v0.2.1
16622024-10-01T01:54:49.771Z Compiling finl_unicode v1.2.0
16632024-10-01T01:54:49.911Z Compiling mime v0.3.17
16642024-10-01T01:54:50.022Z Compiling either v1.13.0
16652024-10-01T01:54:50.404Z Compiling anstyle v1.0.8
16662024-10-01T01:54:50.555Z Compiling stringprep v0.1.4
16672024-10-01T01:54:51.184Z Compiling anstyle-parse v0.2.4
16682024-10-01T01:54:53.686Z Compiling hyper-util v0.1.9
16692024-10-01T01:54:57.681Z Compiling crossbeam-deque v0.8.5
16702024-10-01T01:54:58.175Z Compiling usdt-macro v0.5.0
16712024-10-01T01:54:59.735Z Compiling usdt-attr-macro v0.5.0
16722024-10-01T01:55:00.306Z Compiling serde_urlencoded v0.7.1
16732024-10-01T01:55:00.512Z Compiling http v0.2.12
16742024-10-01T01:55:00.551Z Compiling toml_datetime v0.6.8
16752024-10-01T01:55:00.909Z Compiling serde_spanned v0.6.7
16762024-10-01T01:55:01.117Z Compiling md-5 v0.10.6
16772024-10-01T01:55:01.148Z Compiling regress v0.10.1
16782024-10-01T01:55:01.421Z Compiling idna v0.3.0
16792024-10-01T01:55:01.605Z Compiling num-integer v0.1.46
16802024-10-01T01:55:02.522Z Compiling ff v0.13.0
16812024-10-01T01:55:02.762Z Compiling hash32 v0.2.1
16822024-10-01T01:55:02.997Z Compiling base16ct v0.2.0
16832024-10-01T01:55:03.023Z Compiling adler v1.0.2
16842024-10-01T01:55:03.253Z Compiling colorchoice v1.0.1
16852024-10-01T01:55:03.344Z Compiling psl-types v2.0.11
16862024-10-01T01:55:03.409Z Compiling is_terminal_polyfill v1.70.0
16872024-10-01T01:55:03.562Z Compiling stable_deref_trait v1.2.0
16882024-10-01T01:55:03.565Z Compiling anstyle-query v1.0.3
16892024-10-01T01:55:03.701Z Compiling ipnet v2.10.0
16902024-10-01T01:55:03.771Z Compiling gimli v0.28.1
16912024-10-01T01:55:04.047Z Compiling fallible-iterator v0.2.0
16922024-10-01T01:55:04.846Z Compiling postgres-protocol v0.6.7
16932024-10-01T01:55:06.223Z Compiling typify-impl v0.2.0
16942024-10-01T01:55:06.345Z Compiling anstream v0.6.14
16952024-10-01T01:55:07.605Z Compiling publicsuffix v2.2.3
16962024-10-01T01:55:07.865Z Compiling miniz_oxide v0.7.2
16972024-10-01T01:55:08.013Z Compiling sec1 v0.7.3
16982024-10-01T01:55:08.047Z Compiling group v0.13.0
16992024-10-01T01:55:08.347Z Compiling addr2line v0.21.0
17002024-10-01T01:55:08.571Z Compiling num-iter v0.1.45
17012024-10-01T01:55:08.727Z Compiling tokio-rustls v0.26.0
17022024-10-01T01:55:09.704Z Compiling terminal_size v0.3.0
17032024-10-01T01:55:09.912Z Compiling tokio-native-tls v0.3.1
17042024-10-01T01:55:09.991Z Compiling phf_shared v0.11.2
17052024-10-01T01:55:10.147Z Compiling strum_macros v0.25.3
17062024-10-01T01:55:10.351Z Compiling http-body-util v0.1.2
17072024-10-01T01:55:10.696Z Compiling webpki-roots v0.26.3
17082024-10-01T01:55:10.927Z Compiling enum-as-inner v0.6.0
17092024-10-01T01:55:11.247Z Compiling hkdf v0.12.4
17102024-10-01T01:55:11.481Z Compiling crypto-bigint v0.5.5
17112024-10-01T01:55:11.682Z Compiling serde_repr v0.1.19
17122024-10-01T01:55:12.866Z Compiling object v0.32.2
17132024-10-01T01:55:13.710Z Compiling winnow v0.5.40
17142024-10-01T01:55:15.017Z Compiling adler2 v2.0.0
17152024-10-01T01:55:15.215Z Compiling unicode-width v0.1.13
17162024-10-01T01:55:15.408Z Compiling bitflags v1.3.2
17172024-10-01T01:55:16.000Z Compiling rustc-demangle v0.1.24
17182024-10-01T01:55:16.019Z Compiling clap_lex v0.7.0
17192024-10-01T01:55:16.614Z Compiling managed v0.8.0
17202024-10-01T01:55:17.260Z Compiling toml_edit v0.19.15
17212024-10-01T01:55:17.514Z Compiling clap_builder v4.5.18
17222024-10-01T01:55:17.925Z Compiling typify-macro v0.2.0
17232024-10-01T01:55:17.951Z Compiling console v0.15.8
17242024-10-01T01:55:19.224Z Compiling miniz_oxide v0.8.0
17252024-10-01T01:55:19.910Z Compiling elliptic-curve v0.13.8
17262024-10-01T01:55:21.765Z Compiling hyper-rustls v0.27.3
17272024-10-01T01:55:22.220Z Compiling hyper-tls v0.6.0
17282024-10-01T01:55:23.080Z Compiling phf v0.11.2
17292024-10-01T01:55:23.949Z Compiling rayon v1.10.0
17302024-10-01T01:55:24.045Z Compiling cookie_store v0.21.0
17312024-10-01T01:55:24.176Z Compiling postgres-types v0.2.8
17322024-10-01T01:55:24.427Z Compiling http-body v0.4.6
17332024-10-01T01:55:24.589Z Compiling h2 v0.3.26
17342024-10-01T01:55:24.918Z Compiling ed25519 v2.2.3
17352024-10-01T01:55:25.022Z Compiling hubpack v0.1.2
17362024-10-01T01:55:25.342Z Compiling rustls-pemfile v2.1.3
17372024-10-01T01:55:25.364Z Compiling phf_shared v0.10.0
17382024-10-01T01:55:25.914Z Compiling pkcs1 v0.7.5
17392024-10-01T01:55:25.952Z Compiling zerocopy v0.6.6
17402024-10-01T01:55:26.688Z Compiling bstr v1.9.1
17412024-10-01T01:55:26.707Z Compiling futures-executor v0.3.30
17422024-10-01T01:55:26.826Z Compiling serde-big-array v0.5.1
17432024-10-01T01:55:26.845Z Compiling rfc6979 v0.4.0
17442024-10-01T01:55:27.046Z Compiling idna v0.4.0
17452024-10-01T01:55:27.247Z Compiling float-cmp v0.9.0
17462024-10-01T01:55:27.294Z Compiling sync_wrapper v1.0.1
17472024-10-01T01:55:27.477Z Compiling mio v0.8.11
17482024-10-01T01:55:27.592Z Compiling memmap v0.7.0
17492024-10-01T01:55:28.207Z Compiling normalize-line-endings v0.3.0
17502024-10-01T01:55:28.341Z Compiling number_prefix v0.4.0
17512024-10-01T01:55:28.391Z Compiling predicates-core v1.0.6
17522024-10-01T01:55:28.518Z Compiling winnow v0.6.18
17532024-10-01T01:55:28.557Z Compiling static_assertions v1.1.0
17542024-10-01T01:55:28.692Z Compiling unicode-segmentation v1.11.0
17552024-10-01T01:55:28.712Z Compiling difflib v0.4.0
17562024-10-01T01:55:28.761Z Compiling new_debug_unreachable v1.0.6
17572024-10-01T01:55:28.870Z Compiling fixedbitset v0.4.2
17582024-10-01T01:55:29.273Z Compiling minimal-lexical v0.2.1
17592024-10-01T01:55:29.471Z Compiling whoami v1.5.2
17602024-10-01T01:55:29.760Z Compiling precomputed-hash v0.1.1
17612024-10-01T01:55:29.886Z Compiling data-encoding v2.6.0
17622024-10-01T01:55:29.924Z Compiling bit-vec v0.6.3
17632024-10-01T01:55:30.734Z Compiling hickory-proto v0.24.1
17642024-10-01T01:55:31.309Z Compiling reqwest v0.12.7
17652024-10-01T01:55:31.552Z Compiling hyper v0.14.30
17662024-10-01T01:55:31.554Z Compiling bit-set v0.5.3
17672024-10-01T01:55:31.862Z Compiling toml_edit v0.22.22
17682024-10-01T01:55:32.114Z Compiling string_cache v0.8.7
17692024-10-01T01:55:32.528Z Compiling tokio-postgres v0.7.12
17702024-10-01T01:55:34.151Z Compiling nom v7.1.3
17712024-10-01T01:55:37.638Z Compiling similar v2.6.0
17722024-10-01T01:55:37.701Z Compiling petgraph v0.6.5
17732024-10-01T01:55:38.995Z Compiling predicates v3.1.2
17742024-10-01T01:55:39.573Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
17752024-10-01T01:55:39.715Z Compiling indicatif v0.17.8
17762024-10-01T01:55:40.475Z Compiling signal-hook-mio v0.2.4
17772024-10-01T01:55:40.645Z Compiling usdt v0.5.0
17782024-10-01T01:55:41.100Z Compiling ecdsa v0.16.9
17792024-10-01T01:55:41.198Z Compiling futures v0.3.30
17802024-10-01T01:55:41.491Z Compiling rsa v0.9.6
17812024-10-01T01:55:41.936Z Compiling ed25519-dalek v2.1.1
17822024-10-01T01:55:42.690Z Compiling clap v4.5.18
17832024-10-01T01:55:42.736Z Compiling flate2 v1.0.34
17842024-10-01T01:55:42.816Z Compiling toml v0.7.8
17852024-10-01T01:55:42.907Z Compiling itertools v0.10.5
17862024-10-01T01:55:43.077Z Compiling itertools v0.12.1
17872024-10-01T01:55:45.458Z Compiling tokio-stream v0.1.16
17882024-10-01T01:55:46.089Z Compiling x509-cert v0.2.5
17892024-10-01T01:55:46.224Z Compiling hex v0.4.3
17902024-10-01T01:55:46.691Z Compiling sha1 v0.10.6
17912024-10-01T01:55:47.208Z Compiling camino v1.1.9
17922024-10-01T01:55:48.361Z Compiling unicode-xid v0.2.4
17932024-10-01T01:55:48.425Z Compiling radium v0.7.0
17942024-10-01T01:55:48.537Z Compiling peg-runtime v0.8.3
17952024-10-01T01:55:48.891Z Compiling lalrpop-util v0.19.12
17962024-10-01T01:55:50.422Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17972024-10-01T01:55:54.266Z Compiling is-terminal v0.4.12
17982024-10-01T01:55:54.868Z Compiling tap v1.0.1
17992024-10-01T01:55:57.244Z Compiling maybe-uninit v2.0.0
18002024-10-01T01:55:57.717Z Compiling ident_case v1.0.1
18012024-10-01T01:55:59.246Z Compiling darling_core v0.20.9
18022024-10-01T01:56:06.966Z Compiling wyz v0.5.1
18032024-10-01T01:56:15.152Z Compiling typify v0.2.0
18042024-10-01T01:56:18.854Z Compiling bzip2-sys v0.1.11+1.0.8
18052024-10-01T01:56:19.290Z Compiling dirs-sys-next v0.1.2
18062024-10-01T01:56:19.326Z Compiling unsafe-libyaml v0.2.11
18072024-10-01T01:56:20.351Z Compiling packed_struct v0.10.1
18082024-10-01T01:56:20.425Z Compiling funty v2.0.0
18092024-10-01T01:56:20.795Z Compiling paste v1.0.15
18102024-10-01T01:56:21.285Z Compiling rustls v0.22.4
18112024-10-01T01:56:21.586Z Compiling base64 v0.21.7
18122024-10-01T01:56:21.848Z Compiling bitvec v1.0.1
18132024-10-01T01:56:23.038Z Compiling serde_yaml v0.9.34+deprecated
18142024-10-01T01:56:26.267Z Compiling dirs-next v2.0.0
18152024-10-01T01:56:33.064Z Compiling progenitor-impl v0.8.0
18162024-10-01T01:56:34.073Z Compiling darling_macro v0.20.9
18172024-10-01T01:56:35.651Z Compiling packed_struct_codegen v0.10.1
18182024-10-01T01:56:38.173Z Compiling structmeta-derive v0.3.0
18192024-10-01T01:56:39.768Z Compiling thread_local v1.1.8
18202024-10-01T01:56:40.268Z Compiling indexmap v1.9.3
18212024-10-01T01:56:40.446Z Compiling multer v3.1.0
18222024-10-01T01:56:40.609Z Compiling fastrand v2.1.0
18232024-10-01T01:56:40.770Z Compiling match_cfg v0.1.0
18242024-10-01T01:56:40.804Z Compiling crc-catalog v2.4.0
18252024-10-01T01:56:41.090Z Compiling nodrop v0.1.14
18262024-10-01T01:56:41.225Z Compiling slog-async v2.8.0
18272024-10-01T01:56:41.385Z Compiling array-init v0.0.4
18282024-10-01T01:56:41.678Z Compiling tempfile v3.10.1
18292024-10-01T01:56:41.785Z Compiling crc v3.2.1
18302024-10-01T01:56:42.631Z Compiling hostname v0.3.1
18312024-10-01T01:56:42.901Z Compiling structmeta v0.3.0
18322024-10-01T01:56:43.360Z Compiling progenitor-macro v0.8.0
18332024-10-01T01:56:46.521Z Compiling smallvec v0.6.14
18342024-10-01T01:56:47.038Z Compiling darling v0.20.9
18352024-10-01T01:56:47.161Z Compiling term v0.7.0
18362024-10-01T01:56:48.299Z Compiling progenitor-client v0.8.0
18372024-10-01T01:56:51.220Z Compiling slog-json v2.6.1
18382024-10-01T01:56:51.560Z Compiling crossbeam-channel v0.5.12
18392024-10-01T01:56:52.158Z Compiling async-stream-impl v0.3.5
18402024-10-01T01:56:52.329Z Compiling pin-project-internal v1.1.5
18412024-10-01T01:56:53.400Z Compiling dropshot v0.12.0
18422024-10-01T01:56:55.633Z Compiling hashbrown v0.12.3
18432024-10-01T01:56:56.735Z Compiling take_mut v0.2.2
18442024-10-01T01:56:56.941Z Compiling same-file v1.0.6
18452024-10-01T01:56:57.218Z Compiling termcolor v1.4.1
18462024-10-01T01:56:58.245Z Compiling bitfield v0.14.0
18472024-10-01T01:56:58.554Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18482024-10-01T01:56:58.905Z Compiling progenitor v0.8.0
18492024-10-01T01:56:59.182Z Compiling env_logger v0.10.2
18502024-10-01T01:57:03.828Z Compiling walkdir v2.5.0
18512024-10-01T01:57:08.840Z Compiling pin-project v1.1.5
18522024-10-01T01:57:10.556Z Compiling async-stream v0.3.5
18532024-10-01T01:57:10.885Z Compiling tokio-rustls v0.25.0
18542024-10-01T01:57:13.332Z Compiling slog-bunyan v2.5.0
18552024-10-01T01:57:13.844Z Compiling slog-term v2.9.1
18562024-10-01T01:57:14.142Z Compiling bzip2 v0.4.4
18572024-10-01T01:57:14.590Z Compiling serde_with_macros v3.9.0
18582024-10-01T01:57:14.710Z Compiling serde-hex v0.1.0
18592024-10-01T01:57:17.177Z Compiling parse-display-derive v0.10.0
18602024-10-01T01:57:18.143Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18612024-10-01T01:57:18.465Z Compiling toml v0.8.19
18622024-10-01T01:57:19.014Z Compiling ron v0.8.1
18632024-10-01T01:57:21.559Z Compiling strum_macros v0.26.4
18642024-10-01T01:57:23.018Z Compiling newtype-uuid v1.1.0
18652024-10-01T01:57:23.367Z Compiling ipnetwork v0.20.0
18662024-10-01T01:57:24.460Z Compiling waitgroup v0.1.2
18672024-10-01T01:57:24.716Z Compiling xattr v1.3.1
18682024-10-01T01:57:25.001Z Compiling snafu-derive v0.8.2
18692024-10-01T01:57:25.111Z Compiling dropshot_endpoint v0.12.0
18702024-10-01T01:57:25.697Z Compiling serde_path_to_error v0.1.16
18712024-10-01T01:57:26.062Z Compiling hashbrown v0.13.2
18722024-10-01T01:57:26.283Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18732024-10-01T01:57:26.654Z Compiling ring v0.16.20
18742024-10-01T01:57:26.779Z Compiling blake3 v1.5.1
18752024-10-01T01:57:27.039Z Compiling filetime v0.2.25
18762024-10-01T01:57:27.125Z Compiling hostname v0.4.0
18772024-10-01T01:57:27.367Z Compiling instant v0.1.12
18782024-10-01T01:57:27.388Z Compiling crc-any v2.5.0
18792024-10-01T01:57:27.388Z Compiling sync_wrapper v0.1.2
18802024-10-01T01:57:27.561Z Compiling buf-list v1.0.3
18812024-10-01T01:57:27.612Z Compiling debug-ignore v1.0.5
18822024-10-01T01:57:27.793Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18832024-10-01T01:57:28.178Z Compiling reqwest v0.11.27
18842024-10-01T01:57:28.236Z Compiling backoff v0.4.0
18852024-10-01T01:57:28.595Z Compiling object v0.30.4
18862024-10-01T01:57:29.255Z Compiling tar v0.4.42
18872024-10-01T01:57:29.682Z Compiling snafu v0.8.2
18882024-10-01T01:57:30.895Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18892024-10-01T01:57:31.122Z Compiling strum v0.26.3
18902024-10-01T01:57:31.333Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18912024-10-01T01:57:33.670Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18922024-10-01T01:57:34.224Z Compiling parse-display v0.10.0
18932024-10-01T01:57:34.611Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18942024-10-01T01:57:35.155Z Compiling serde_with v3.9.0
18952024-10-01T01:57:36.146Z Compiling zip v0.6.6
18962024-10-01T01:57:36.274Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18972024-10-01T01:57:37.005Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
18982024-10-01T01:57:38.714Z Compiling camino-tempfile v1.1.1
18992024-10-01T01:57:39.496Z Compiling globset v0.4.14
19002024-10-01T01:57:39.544Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19012024-10-01T01:57:39.763Z Compiling pem v3.0.4
19022024-10-01T01:57:40.538Z Compiling olpc-cjson v0.1.3
19032024-10-01T01:57:40.884Z Compiling serde_plain v1.0.2
19042024-10-01T01:57:41.254Z Compiling macaddr v1.0.1
19052024-10-01T01:57:41.336Z Compiling regress v0.9.1
19062024-10-01T01:57:41.399Z Compiling async-recursion v1.1.1
19072024-10-01T01:57:41.891Z Compiling memmap2 v0.9.4
19082024-10-01T01:57:42.476Z Compiling path-slash v0.1.5
19092024-10-01T01:57:42.705Z Compiling arrayvec v0.7.4
19102024-10-01T01:57:42.857Z Compiling constant_time_eq v0.3.0
19112024-10-01T01:57:43.051Z Compiling untrusted v0.7.1
19122024-10-01T01:57:43.172Z Compiling typed-path v0.7.1
19132024-10-01T01:57:43.258Z Compiling arrayref v0.3.7
19142024-10-01T01:57:43.372Z Compiling spin v0.5.2
19152024-10-01T01:57:47.049Z Compiling tough v0.17.1
19162024-10-01T01:57:47.590Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19172024-10-01T01:57:49.807Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19182024-10-01T01:57:50.776Z Compiling itertools v0.13.0
19192024-10-01T01:57:50.906Z Compiling cargo-platform v0.1.8
19202024-10-01T01:57:52.029Z Compiling parse-size v1.0.0
19212024-10-01T01:57:52.319Z Compiling topological-sort v0.2.2
19222024-10-01T01:57:52.598Z Compiling omicron-zone-package v0.11.1
19232024-10-01T01:57:54.516Z Compiling cargo_metadata v0.18.1
19242024-10-01T01:57:54.800Z Compiling shell-words v1.1.0
19252024-10-01T01:58:00.792Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19262024-10-01T01:58:14.570Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
19272024-10-01T01:58:29.006Z Finished `release` profile [optimized] target(s) in 4m 59s
19282024-10-01T01:58:29.155Z Running `target/release/omicron-releng --output-dir /work`
19292024-10-01T01:58:29.195ZOct 01 01:58:27.566 DEBG changing working directory to /work/oxidecomputer/omicron
19302024-10-01T01:58:29.291ZOct 01 01:58:27.662 DEBG running: git rev-parse HEAD
19312024-10-01T01:58:29.299ZOct 01 01:58:27.668 DEBG process exited with exit status: 0 (6.403078ms)
19322024-10-01T01:58:29.299ZOct 01 01:58:27.669 INFO version: 11.0.0-0.ci+git383d87c09bc
19332024-10-01T01:58:29.337ZOct 01 01:58:27.708 INFO cloning helios to /work/oxidecomputer/helios
19342024-10-01T01:58:29.337ZOct 01 01:58:27.708 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
19352024-10-01T01:58:29.342ZCloning into '/work/oxidecomputer/helios'...
19362024-10-01T01:58:29.820ZOct 01 01:58:28.191 DEBG process exited with exit status: 0 (482.894507ms)
19372024-10-01T01:58:29.820ZOct 01 01:58:28.191 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
19382024-10-01T01:58:29.827Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
19392024-10-01T01:58:29.828Z# branch.head master
19402024-10-01T01:58:29.828Z# branch.upstream origin/master
19412024-10-01T01:58:29.828Z# branch.ab +0 -0
19422024-10-01T01:58:29.830ZOct 01 01:58:28.199 DEBG process exited with exit status: 0 (8.026392ms)
19432024-10-01T01:58:29.830ZOct 01 01:58:28.199 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
19442024-10-01T01:58:30.563ZOct 01 01:58:28.934 DEBG process exited with exit status: 0 (734.620213ms)
19452024-10-01T01:58:30.563ZOct 01 01:58:28.934 DEBG running: zfs list rpool/images/build/host
19462024-10-01T01:58:30.571ZNAME USED AVAIL REFER MOUNTPOINT
19472024-10-01T01:58:30.571Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
19482024-10-01T01:58:30.574ZOct 01 01:58:28.941 DEBG process exited with exit status: 0 (7.560035ms)
19492024-10-01T01:58:30.574ZOct 01 01:58:28.942 DEBG running: zfs list rpool/images/build/recovery
19502024-10-01T01:58:30.576ZNAME USED AVAIL REFER MOUNTPOINT
19512024-10-01T01:58:30.576Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
19522024-10-01T01:58:30.579ZOct 01 01:58:28.948 DEBG process exited with exit status: 0 (6.078578ms)
19532024-10-01T01:58:30.579ZOct 01 01:58:28.949 INFO [hubris-production] running task
19542024-10-01T01:58:30.579ZOct 01 01:58:28.949 INFO [hubris-staging] running task
19552024-10-01T01:58:30.579ZOct 01 01:58:28.949 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19562024-10-01T01:58:30.582ZOct 01 01:58:28.952 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
19572024-10-01T01:58:30.647Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19582024-10-01T01:58:31.078Z[ omicron-package] Blocking waiting for file lock on package cache
19592024-10-01T01:58:31.667Z[ omicron-package] Blocking waiting for file lock on package cache
19602024-10-01T01:58:31.935Z[ omicron-package] Blocking waiting for file lock on package cache
19612024-10-01T01:58:32.127ZOct 01 01:58:30.498 INFO [hubris-production] task succeeded (1.549064579s)
19622024-10-01T01:58:32.642Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19632024-10-01T01:58:32.645Z[ omicron-package] Compiling heapless v0.8.0
19642024-10-01T01:58:32.645Z[ omicron-package] Compiling hash32 v0.3.1
19652024-10-01T01:58:32.645Z[ omicron-package] Compiling smoltcp v0.11.0
19662024-10-01T01:58:32.645Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19672024-10-01T01:58:32.645Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19682024-10-01T01:58:32.645Z[ omicron-package] Compiling embedded-io v0.4.0
19692024-10-01T01:58:32.645Z[ omicron-package] Compiling cobs v0.2.3
19702024-10-01T01:58:33.586Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19712024-10-01T01:58:33.777Z[ omicron-package] Compiling postcard v1.0.8
19722024-10-01T01:58:33.979Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19732024-10-01T01:58:34.139Z[ omicron-package] Compiling proc-macro-error v1.0.4
19742024-10-01T01:58:34.379Z[ omicron-package] Compiling num_enum_derive v0.5.11
19752024-10-01T01:58:34.786Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19762024-10-01T01:58:34.789Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19772024-10-01T01:58:34.928Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19782024-10-01T01:58:35.836Z[ omicron-package] Compiling tabwriter v1.4.0
19792024-10-01T01:58:35.839Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19802024-10-01T01:58:35.839Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19812024-10-01T01:58:36.133Z[ omicron-package] Compiling cstr-argument v0.1.2
19822024-10-01T01:58:36.263Z[ omicron-package] Compiling foreign-types v0.5.0
19832024-10-01T01:58:36.713Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19842024-10-01T01:58:36.892Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19852024-10-01T01:58:37.161Z[ omicron-package] Compiling pretty-hex v0.2.1
19862024-10-01T01:58:37.860Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19872024-10-01T01:58:37.891Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19882024-10-01T01:58:38.194Z[ omicron-package] Compiling colored v2.1.0
19892024-10-01T01:58:38.197Z[ omicron-package] Compiling socket2 v0.4.10
19902024-10-01T01:58:38.319Z[ omicron-package] Compiling num_enum v0.5.11
19912024-10-01T01:58:38.345Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19922024-10-01T01:58:38.931Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19932024-10-01T01:58:39.205Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19942024-10-01T01:58:39.419Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
19952024-10-01T01:58:39.551Z[ omicron-package] Compiling num-derive v0.4.2
19962024-10-01T01:58:39.697Z[ omicron-package] Compiling sigpipe v0.1.3
19972024-10-01T01:58:40.355Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19982024-10-01T01:58:40.414Z[ omicron-package] Compiling libefi-sys v0.1.0
19992024-10-01T01:58:40.747ZOct 01 01:58:39.116 INFO [hubris-staging] task succeeded (10.167360174s)
20002024-10-01T01:58:40.868Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20012024-10-01T01:58:41.271Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20022024-10-01T01:58:41.418Z[ omicron-package] Compiling smf v0.2.3
20032024-10-01T01:58:41.625Z[ omicron-package] Compiling zone v0.3.0
20042024-10-01T01:58:41.749Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20052024-10-01T01:58:42.067Z[ omicron-package] Compiling bitfield-struct v0.6.1
20062024-10-01T01:58:43.771Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20072024-10-01T01:58:43.822Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
20082024-10-01T01:58:45.017Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20092024-10-01T01:58:45.995Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20102024-10-01T01:58:46.174Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20112024-10-01T01:58:47.152Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20122024-10-01T01:58:47.181Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20132024-10-01T01:58:47.429Z[ omicron-package] Compiling gethostname v0.5.0
20142024-10-01T01:58:47.752Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20152024-10-01T01:58:50.265Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20162024-10-01T01:58:52.971Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20172024-10-01T01:58:53.570Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20182024-10-01T01:58:55.265Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20192024-10-01T01:59:11.544Z[ helios-setup] Oct 01 01:59:09.911 INFO helios repository root is: /work/oxidecomputer/helios
20202024-10-01T01:59:11.547Z[ helios-setup] Oct 01 01:59:09.914 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20212024-10-01T01:59:11.549Z[ helios-setup] Oct 01 01:59:09.914 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
20222024-10-01T01:59:11.550Z[ helios-setup] Oct 01 01:59:09.914 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20232024-10-01T01:59:11.552Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20242024-10-01T01:59:12.578Z[ helios-setup] Oct 01 01:59:10.945 INFO clone ok!, project: chelsio-t6-roms
20252024-10-01T01:59:12.581Z[ helios-setup] Oct 01 01:59:10.945 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
20262024-10-01T01:59:12.581Z[ helios-setup] Oct 01 01:59:10.946 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20272024-10-01T01:59:12.584Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20282024-10-01T01:59:13.085Z[ helios-setup] Oct 01 01:59:11.452 INFO clone ok!, project: phbl
20292024-10-01T01:59:13.088Z[ helios-setup] Oct 01 01:59:11.452 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
20302024-10-01T01:59:13.088Z[ helios-setup] Oct 01 01:59:11.452 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20312024-10-01T01:59:13.088Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20322024-10-01T01:59:13.519Z[ helios-setup] Oct 01 01:59:11.886 INFO clone ok!, project: bootserver
20332024-10-01T01:59:13.521Z[ helios-setup] Oct 01 01:59:11.886 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
20342024-10-01T01:59:13.522Z[ helios-setup] Oct 01 01:59:11.886 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20352024-10-01T01:59:13.524Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20362024-10-01T01:59:14.018Z[ helios-setup] Oct 01 01:59:12.384 INFO clone ok!, project: image-builder
20372024-10-01T01:59:14.020Z[ helios-setup] Oct 01 01:59:12.385 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20382024-10-01T01:59:14.020Z[ helios-setup] Oct 01 01:59:12.385 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
20392024-10-01T01:59:14.020Z[ helios-setup] Oct 01 01:59:12.385 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
20402024-10-01T01:59:14.023Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20412024-10-01T01:59:14.363Z[ omicron-package] Finished `release` profile [optimized] target(s) in 43.77s
20422024-10-01T01:59:14.570Z[ omicron-package]
20432024-10-01T01:59:14.570Z[ omicron-package] real 43.945474927
20442024-10-01T01:59:14.570Z[ omicron-package] user 2:35.043821328
20452024-10-01T01:59:14.573Z[ omicron-package] sys 20.226642566
20462024-10-01T01:59:14.573Z[ omicron-package] trap 0.153257347
20472024-10-01T01:59:14.573Z[ omicron-package] tflt 0.500424833
20482024-10-01T01:59:14.573Z[ omicron-package] dflt 0.445346301
20492024-10-01T01:59:14.573Z[ omicron-package] kflt 0.009698453
20502024-10-01T01:59:14.573Z[ omicron-package] lock 4:59.146405902
20512024-10-01T01:59:14.573Z[ omicron-package] slp 8:22.356930339
20522024-10-01T01:59:14.573Z[ omicron-package] lat 1:31.503156910
20532024-10-01T01:59:14.573Z[ omicron-package] stop 56.087706982
20542024-10-01T01:59:14.573ZOct 01 01:59:12.938 INFO [omicron-package] process exited with exit status: 0 (43.98549222s)
20552024-10-01T01:59:14.573ZOct 01 01:59:12.938 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
20562024-10-01T01:59:14.649ZOct 01 01:59:13.016 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20572024-10-01T01:59:14.662Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20582024-10-01T01:59:14.664Z[ host-target] Created new build target 'host' and set it as active
20592024-10-01T01:59:14.667ZOct 01 01:59:13.031 INFO [host-target] process exited with exit status: 0 (93.24861ms)
20602024-10-01T01:59:14.667ZOct 01 01:59:13.031 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20612024-10-01T01:59:14.673Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20622024-10-01T01:59:14.675Z[ recovery-target] Created new build target 'recovery' and set it as active
20632024-10-01T01:59:14.678ZOct 01 01:59:13.043 INFO [recovery-target] process exited with exit status: 0 (26.870196ms)
20642024-10-01T01:59:14.684Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20652024-10-01T01:59:14.778Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20662024-10-01T01:59:14.784Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20672024-10-01T01:59:15.821Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20682024-10-01T01:59:15.821Z[ host-package] Compiling convert_case v0.4.0
20692024-10-01T01:59:15.823Z[ host-package] Compiling camino v1.1.9
20702024-10-01T01:59:15.823Z[ host-package] Compiling newline-converter v0.3.0
20712024-10-01T01:59:15.823Z[ host-package] Compiling password-hash v0.5.0
20722024-10-01T01:59:15.946Z[ host-package] Compiling blake2 v0.10.6
20732024-10-01T01:59:15.956Z[ host-package] Compiling cancel-safe-futures v0.1.5
20742024-10-01T01:59:15.969Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20752024-10-01T01:59:16.152Z[ host-package] Compiling owo-colors v4.1.0
20762024-10-01T01:59:16.254Z[ host-package] Compiling expectorate v1.1.0
20772024-10-01T01:59:16.430Z[ host-package] Compiling derive-where v1.2.7
20782024-10-01T01:59:16.667Z[ host-package] Compiling derive_more v0.99.18
20792024-10-01T01:59:16.823Z[ host-package] Compiling argon2 v0.5.3
20802024-10-01T01:59:16.988Z[ host-package] Compiling libsw v3.3.1
20812024-10-01T01:59:17.193Z[ host-package] Compiling linear-map v1.2.0
20822024-10-01T01:59:17.270Z[ host-package] Compiling swrite v0.1.0
20832024-10-01T01:59:17.358Z[ host-package] Compiling indent_write v2.2.0
20842024-10-01T01:59:17.427Z[ host-package] Compiling toml v0.8.19
20852024-10-01T01:59:17.607Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20862024-10-01T01:59:17.633Z[ host-package] Compiling progenitor-client v0.8.0
20872024-10-01T01:59:18.106Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20882024-10-01T01:59:18.207Z[ host-package] Compiling progenitor v0.8.0
20892024-10-01T01:59:18.292Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20902024-10-01T01:59:18.449Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20912024-10-01T01:59:19.095Z[ host-package] Compiling num-rational v0.4.2
20922024-10-01T01:59:19.346Z[ host-package] Compiling num-complex v0.4.6
20932024-10-01T01:59:19.469Z[ host-package] Compiling dirs-sys-next v0.1.2
20942024-10-01T01:59:19.675Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20952024-10-01T01:59:19.982Z[ host-package] Compiling dirs-next v2.0.0
20962024-10-01T01:59:20.179Z[ host-package] Compiling float-ord v0.3.2
20972024-10-01T01:59:20.363Z[ host-package] Compiling term v0.7.0
20982024-10-01T01:59:20.702Z[ host-package] Compiling num v0.4.3
20992024-10-01T01:59:20.841Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21002024-10-01T01:59:21.651Z[ host-package] Compiling atomicwrites v0.4.4
21012024-10-01T01:59:21.791Z[ host-package] Compiling prettyplease v0.2.22
21022024-10-01T01:59:21.986Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
21032024-10-01T01:59:21.998Z[ helios-setup] Oct 01 01:59:20.364 INFO clone ok!, project: amd-host-image-builder
21042024-10-01T01:59:22.001Z[ helios-setup] Oct 01 01:59:20.365 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21052024-10-01T01:59:22.001Z[ helios-setup] Oct 01 01:59:20.365 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
21062024-10-01T01:59:22.001Z[ helios-setup] Oct 01 01:59:20.365 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
21072024-10-01T01:59:22.004Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
21082024-10-01T01:59:22.206Z[ host-package] Compiling semver v0.1.20
21092024-10-01T01:59:22.238Z[ host-package] Compiling is-terminal v0.4.12
21102024-10-01T01:59:22.385Z[ host-package] Compiling highway v1.2.0
21112024-10-01T01:59:22.765Z[ host-package] Compiling rustc_version v0.1.7
21122024-10-01T01:59:23.176Z[ host-package] Compiling newtype_derive v0.1.6
21132024-10-01T01:59:23.379Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21142024-10-01T01:59:23.680Z[ host-package] Compiling utf-8 v0.7.6
21152024-10-01T01:59:23.864Z[ host-package] Compiling humantime v2.1.0
21162024-10-01T01:59:24.258Z[ host-package] Compiling linked-hash-map v0.5.6
21172024-10-01T01:59:24.575Z[ host-package] Compiling steno v0.4.1
21182024-10-01T01:59:24.687Z[ host-package] Compiling lru-cache v0.1.2
21192024-10-01T01:59:24.810Z[ host-package] Compiling quick-error v1.2.3
21202024-10-01T01:59:24.940Z[ host-package] Compiling home v0.5.9
21212024-10-01T01:59:24.986Z[ host-package] Compiling resolv-conf v0.7.0
21222024-10-01T01:59:26.201Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21232024-10-01T01:59:26.915Z[ host-package] Compiling rustls v0.22.4
21242024-10-01T01:59:26.967Z[ host-package] Compiling thread_local v1.1.8
21252024-10-01T01:59:27.496Z[ host-package] Compiling match_cfg v0.1.0
21262024-10-01T01:59:27.612Z[ host-package] Compiling hostname v0.3.1
21272024-10-01T01:59:27.988Z[ host-package] Compiling hickory-resolver v0.24.1
21282024-10-01T01:59:28.125Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21292024-10-01T01:59:29.115Z[ helios-setup] Oct 01 01:59:27.481 INFO clone ok!, project: amd-firmware
21302024-10-01T01:59:29.118Z[ helios-setup] Oct 01 01:59:27.481 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
21312024-10-01T01:59:29.118Z[ helios-setup] Oct 01 01:59:27.481 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21322024-10-01T01:59:29.121Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21332024-10-01T01:59:30.209Z[ helios-setup] Oct 01 01:59:28.574 INFO clone ok!, project: pilot
21342024-10-01T01:59:30.209Z[ helios-setup] Oct 01 01:59:28.575 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
21352024-10-01T01:59:30.212Z[ helios-setup] Oct 01 01:59:28.575 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21362024-10-01T01:59:30.214Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21372024-10-01T01:59:30.872Z[ helios-setup] Oct 01 01:59:29.237 INFO clone ok!, project: pinprick
21382024-10-01T01:59:30.874Z[ helios-setup] Oct 01 01:59:29.237 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
21392024-10-01T01:59:31.875Z[ helios-setup] Oct 01 01:59:30.240 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
21402024-10-01T01:59:32.460Z[ helios-setup] Oct 01 01:59:30.822 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
21412024-10-01T01:59:32.462Z[ helios-setup] Oct 01 01:59:30.823 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
21422024-10-01T01:59:33.038Z[ host-package] Compiling multer v3.1.0
21432024-10-01T01:59:33.067Z[ helios-setup] Oct 01 01:59:31.432 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
21442024-10-01T01:59:33.126Z[ host-package] Compiling slog-async v2.8.0
21452024-10-01T01:59:33.226Z[ host-package] Compiling slog-json v2.6.1
21462024-10-01T01:59:33.608Z[ helios-setup] Oct 01 01:59:31.973 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21472024-10-01T01:59:33.610Z[ helios-setup] Oct 01 01:59:31.973 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21482024-10-01T01:59:33.662Z[ host-package] Compiling crossbeam-channel v0.5.12
21492024-10-01T01:59:34.183Z[ helios-setup] Oct 01 01:59:32.546 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21502024-10-01T01:59:34.748Z[ helios-setup] Oct 01 01:59:33.113 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21512024-10-01T01:59:34.751Z[ helios-setup] Oct 01 01:59:33.113 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21522024-10-01T01:59:34.751Z[ helios-setup] Oct 01 01:59:33.113 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21532024-10-01T01:59:34.751Z[ helios-setup] Oct 01 01:59:33.113 INFO ok!
21542024-10-01T01:59:34.751Z[ helios-setup] Oct 01 01:59:33.113 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21552024-10-01T01:59:34.751Z[ helios-setup] Oct 01 01:59:33.113 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21562024-10-01T01:59:34.751Z[ helios-setup] Oct 01 01:59:33.113 INFO ok!
21572024-10-01T01:59:34.751Z[ helios-setup] Oct 01 01:59:33.114 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21582024-10-01T01:59:34.751Z[ helios-setup] Oct 01 01:59:33.114 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21592024-10-01T01:59:34.751Z[ helios-setup] Oct 01 01:59:33.114 INFO ok!
21602024-10-01T01:59:34.751Z[ helios-setup] Oct 01 01:59:33.114 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
21612024-10-01T01:59:34.751Z[ helios-setup] Oct 01 01:59:33.114 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
21622024-10-01T01:59:34.821Z[ host-package] Compiling take_mut v0.2.2
21632024-10-01T01:59:35.027Z[ helios-setup] Oct 01 01:59:33.392 INFO E| Downloading crates ...
21642024-10-01T01:59:35.083Z[ host-package] Compiling slog-bunyan v2.5.0
21652024-10-01T01:59:35.129Z[ helios-setup] Oct 01 01:59:33.494 INFO E| Downloaded anyhow v1.0.62
21662024-10-01T01:59:35.137Z[ helios-setup] Oct 01 01:59:33.502 INFO E| Downloaded digest v0.10.3
21672024-10-01T01:59:35.140Z[ helios-setup] Oct 01 01:59:33.505 INFO E| Downloaded unicode-width v0.1.10
21682024-10-01T01:59:35.142Z[ helios-setup] Oct 01 01:59:33.507 INFO E| Downloaded typenum v1.15.0
21692024-10-01T01:59:35.146Z[ helios-setup] Oct 01 01:59:33.511 INFO E| Downloaded miniz_oxide v0.6.2
21702024-10-01T01:59:35.149Z[ helios-setup] Oct 01 01:59:33.514 INFO E| Downloaded sha2 v0.10.5
21712024-10-01T01:59:35.153Z[ helios-setup] Oct 01 01:59:33.518 INFO E| Downloaded generic-array v0.14.6
21722024-10-01T01:59:35.155Z[ helios-setup] Oct 01 01:59:33.520 INFO E| Downloaded flate2 v1.0.25
21732024-10-01T01:59:35.164Z[ helios-setup] Oct 01 01:59:33.528 INFO E| Downloaded cpufeatures v0.2.5
21742024-10-01T01:59:35.168Z[ helios-setup] Oct 01 01:59:33.530 INFO E| Downloaded block-buffer v0.10.3
21752024-10-01T01:59:35.168Z[ helios-setup] Oct 01 01:59:33.531 INFO E| Downloaded bytes v1.2.1
21762024-10-01T01:59:35.351Z[ helios-setup] Oct 01 01:59:33.715 INFO E| Compiling typenum v1.15.0
21772024-10-01T01:59:35.351Z[ helios-setup] Oct 01 01:59:33.716 INFO E| Compiling version_check v0.9.4
21782024-10-01T01:59:35.354Z[ helios-setup] Oct 01 01:59:33.716 INFO E| Compiling cfg-if v1.0.0
21792024-10-01T01:59:35.354Z[ helios-setup] Oct 01 01:59:33.716 INFO E| Compiling crc32fast v1.3.2
21802024-10-01T01:59:35.354Z[ helios-setup] Oct 01 01:59:33.716 INFO E| Compiling anyhow v1.0.62
21812024-10-01T01:59:35.354Z[ helios-setup] Oct 01 01:59:33.716 INFO E| Compiling adler v1.0.2
21822024-10-01T01:59:35.354Z[ helios-setup] Oct 01 01:59:33.716 INFO E| Compiling cpufeatures v0.2.5
21832024-10-01T01:59:35.354Z[ helios-setup] Oct 01 01:59:33.716 INFO E| Compiling unicode-width v0.1.10
21842024-10-01T01:59:35.900Z[ helios-setup] Oct 01 01:59:34.265 INFO E| Compiling bitflags v1.3.2
21852024-10-01T01:59:35.941Z[ helios-setup] Oct 01 01:59:34.304 INFO E| Compiling bytes v1.2.1
21862024-10-01T01:59:36.221Z[ helios-setup] Oct 01 01:59:34.585 INFO E| Compiling miniz_oxide v0.6.2
21872024-10-01T01:59:36.275Z[ helios-setup] Oct 01 01:59:34.638 INFO E| Compiling generic-array v0.14.6
21882024-10-01T01:59:36.283Z[ host-package] Compiling tokio-rustls v0.25.0
21892024-10-01T01:59:36.304Z[ helios-setup] Oct 01 01:59:34.660 INFO E| Compiling getopts v0.2.21
21902024-10-01T01:59:37.093Z[ host-package] Compiling slog-term v2.9.1
21912024-10-01T01:59:37.192Z[ host-package] Compiling dropshot v0.12.0
21922024-10-01T01:59:37.339Z[ host-package] Compiling async-stream v0.3.5
21932024-10-01T01:59:37.536Z[ helios-setup] Oct 01 01:59:35.900 INFO E| Compiling flate2 v1.0.25
21942024-10-01T01:59:37.779Z[ host-package] Compiling waitgroup v0.1.2
21952024-10-01T01:59:38.382Z[ host-package] Compiling newtype-uuid v1.1.0
21962024-10-01T01:59:38.480Z[ host-package] Compiling ipnetwork v0.20.0
21972024-10-01T01:59:39.048Z[ host-package] Compiling serde_path_to_error v0.1.16
21982024-10-01T01:59:39.145Z[ host-package] Compiling hostname v0.4.0
21992024-10-01T01:59:39.499Z[ host-package] Compiling instant v0.1.12
22002024-10-01T01:59:39.770Z[ host-package] Compiling debug-ignore v1.0.5
22012024-10-01T01:59:39.892Z[ host-package] Compiling backoff v0.4.0
22022024-10-01T01:59:40.168Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22032024-10-01T01:59:40.424Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22042024-10-01T01:59:40.825Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
22052024-10-01T01:59:40.930Z[ host-package] Compiling parse-display v0.10.0
22062024-10-01T01:59:41.614Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072024-10-01T01:59:41.626Z[ helios-setup] Oct 01 01:59:39.989 INFO E| Compiling crypto-common v0.1.6
22082024-10-01T01:59:41.626Z[ helios-setup] Oct 01 01:59:39.989 INFO E| Compiling block-buffer v0.10.3
22092024-10-01T01:59:41.833Z[ helios-setup] Oct 01 01:59:40.197 INFO E| Compiling digest v0.10.3
22102024-10-01T01:59:41.896Z[ host-package] Compiling strum v0.26.3
22112024-10-01T01:59:42.135Z[ host-package] Compiling serde_with v3.9.0
22122024-10-01T01:59:42.192Z[ helios-setup] Oct 01 01:59:40.556 INFO E| Compiling sha2 v0.10.5
22132024-10-01T01:59:42.700Z[ helios-setup] Oct 01 01:59:41.064 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
22142024-10-01T01:59:44.906Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22152024-10-01T01:59:47.707Z[ helios-setup] Oct 01 01:59:46.071 INFO E| Finished `release` profile [optimized] target(s) in 12.86s
22162024-10-01T01:59:47.721Z[ helios-setup] Oct 01 01:59:46.085 INFO building project "bootserver" ok (12 seconds)
22172024-10-01T01:59:47.721Z[ helios-setup] Oct 01 01:59:46.085 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
22182024-10-01T01:59:47.721Z[ helios-setup] Oct 01 01:59:46.085 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
22192024-10-01T01:59:47.733Z[ host-package] Compiling regress v0.9.1
22202024-10-01T01:59:48.028Z[ helios-setup] Oct 01 01:59:46.390 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
22212024-10-01T01:59:48.650Z[ helios-setup] Oct 01 01:59:47.013 INFO E| From https://github.com/jclulow/rust-jmclib
22222024-10-01T01:59:48.650Z[ helios-setup] Oct 01 01:59:47.013 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
22232024-10-01T01:59:48.710Z[ helios-setup] Oct 01 01:59:47.074 INFO E| Updating crates.io index
22242024-10-01T01:59:48.827Z[ host-package] Compiling macaddr v1.0.1
22252024-10-01T01:59:48.937Z[ helios-setup] Oct 01 01:59:47.301 INFO E| Downloading crates ...
22262024-10-01T01:59:49.021Z[ helios-setup] Oct 01 01:59:47.384 INFO E| Downloaded bitflags v2.3.3
22272024-10-01T01:59:49.025Z[ helios-setup] Oct 01 01:59:47.389 INFO E| Downloaded cpufeatures v0.2.9
22282024-10-01T01:59:49.028Z[ helios-setup] Oct 01 01:59:47.392 INFO E| Downloaded errno v0.3.1
22292024-10-01T01:59:49.031Z[ helios-setup] Oct 01 01:59:47.394 INFO E| Downloaded anyhow v1.0.72
22302024-10-01T01:59:49.035Z[ helios-setup] Oct 01 01:59:47.399 INFO E| Downloaded once_cell v1.18.0
22312024-10-01T01:59:49.039Z[ helios-setup] Oct 01 01:59:47.403 INFO E| Downloaded uuid v0.8.2
22322024-10-01T01:59:49.043Z[ helios-setup] Oct 01 01:59:47.407 INFO E| Downloaded sha-1 v0.9.8
22332024-10-01T01:59:49.046Z[ helios-setup] Oct 01 01:59:47.410 INFO E| Downloaded opaque-debug v0.3.0
22342024-10-01T01:59:49.048Z[ helios-setup] Oct 01 01:59:47.411 INFO E| Downloaded quote v1.0.31
22352024-10-01T01:59:49.052Z[ helios-setup] Oct 01 01:59:47.416 INFO E| Downloaded syn v2.0.32
22362024-10-01T01:59:49.069Z[ helios-setup] Oct 01 01:59:47.432 INFO E| Downloaded md-5 v0.9.1
22372024-10-01T01:59:49.073Z[ helios-setup] Oct 01 01:59:47.435 INFO E| Downloaded libdevinfo-sys v1.0.0
22382024-10-01T01:59:49.101Z[ helios-setup] Oct 01 01:59:47.464 INFO E| Downloaded serde_derive v1.0.193
22392024-10-01T01:59:49.105Z[ helios-setup] Oct 01 01:59:47.469 INFO E| Downloaded serde v1.0.193
22402024-10-01T01:59:49.111Z[ helios-setup] Oct 01 01:59:47.474 INFO E| Downloaded rustix v0.38.4
22412024-10-01T01:59:49.143Z[ helios-setup] Oct 01 01:59:47.507 INFO E| Downloaded digest v0.9.0
22422024-10-01T01:59:49.146Z[ helios-setup] Oct 01 01:59:47.509 INFO E| Downloaded unicode-ident v1.0.11
22432024-10-01T01:59:49.149Z[ helios-setup] Oct 01 01:59:47.512 INFO E| Downloaded ryu v1.0.15
22442024-10-01T01:59:49.153Z[ helios-setup] Oct 01 01:59:47.517 INFO E| Downloaded proc-macro2 v1.0.66
22452024-10-01T01:59:49.156Z[ helios-setup] Oct 01 01:59:47.520 INFO E| Downloaded itoa v1.0.9
22462024-10-01T01:59:49.159Z[ helios-setup] Oct 01 01:59:47.522 INFO E| Downloaded getrandom v0.2.10
22472024-10-01T01:59:49.163Z[ helios-setup] Oct 01 01:59:47.527 INFO E| Downloaded fastrand v2.0.0
22482024-10-01T01:59:49.165Z[ helios-setup] Oct 01 01:59:47.529 INFO E| Downloaded typenum v1.16.0
22492024-10-01T01:59:49.168Z[ helios-setup] Oct 01 01:59:47.532 INFO E| Downloaded block-buffer v0.9.0
22502024-10-01T01:59:49.197Z[ helios-setup] Oct 01 01:59:47.561 INFO E| Downloaded walkdir v2.3.3
22512024-10-01T01:59:49.200Z[ helios-setup] Oct 01 01:59:47.564 INFO E| Downloaded toml v0.5.11
22522024-10-01T01:59:49.204Z[ helios-setup] Oct 01 01:59:47.568 INFO E| Downloaded libc v0.2.147
22532024-10-01T01:59:49.247Z[ helios-setup] Oct 01 01:59:47.611 INFO E| Downloaded tempfile v3.7.0
22542024-10-01T01:59:49.251Z[ helios-setup] Oct 01 01:59:47.615 INFO E| Downloaded serde_json v1.0.103
22552024-10-01T01:59:49.342Z[ host-package] Compiling slog-dtrace v0.3.0
22562024-10-01T01:59:49.423Z[ helios-setup] Oct 01 01:59:47.787 INFO E| Compiling libc v0.2.147
22572024-10-01T01:59:49.423Z[ helios-setup] Oct 01 01:59:47.787 INFO E| Compiling proc-macro2 v1.0.66
22582024-10-01T01:59:49.423Z[ helios-setup] Oct 01 01:59:47.787 INFO E| Compiling cfg-if v1.0.0
22592024-10-01T01:59:49.426Z[ helios-setup] Oct 01 01:59:47.787 INFO E| Compiling unicode-ident v1.0.11
22602024-10-01T01:59:49.426Z[ helios-setup] Oct 01 01:59:47.787 INFO E| Compiling version_check v0.9.4
22612024-10-01T01:59:49.426Z[ helios-setup] Oct 01 01:59:47.787 INFO E| Compiling typenum v1.16.0
22622024-10-01T01:59:49.426Z[ helios-setup] Oct 01 01:59:47.787 INFO E| Compiling serde v1.0.193
22632024-10-01T01:59:49.426Z[ helios-setup] Oct 01 01:59:47.787 INFO E| Compiling rustix v0.38.4
22642024-10-01T01:59:49.893Z[ helios-setup] Oct 01 01:59:48.256 INFO E| Compiling powerfmt v0.2.0
22652024-10-01T01:59:50.083Z[ helios-setup] Oct 01 01:59:48.447 INFO E| Compiling slog v2.7.0
22662024-10-01T01:59:50.640Z[ helios-setup] Oct 01 01:59:49.004 INFO E| Compiling num-conv v0.1.0
22672024-10-01T01:59:50.668Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22682024-10-01T01:59:50.966Z[ helios-setup] Oct 01 01:59:49.330 INFO E| Compiling time-core v0.1.2
22692024-10-01T01:59:51.041Z[ helios-setup] Oct 01 01:59:49.404 INFO E| Compiling generic-array v0.14.7
22702024-10-01T01:59:51.067Z[ helios-setup] Oct 01 01:59:49.431 INFO E| Compiling itoa v1.0.9
22712024-10-01T01:59:51.186Z[ helios-setup] Oct 01 01:59:49.550 INFO E| Compiling deranged v0.3.11
22722024-10-01T01:59:51.229Z[ helios-setup] Oct 01 01:59:49.592 INFO E| Compiling time-macros v0.2.18
22732024-10-01T01:59:51.465Z[ helios-setup] Oct 01 01:59:49.828 INFO E| Compiling bitflags v2.3.3
22742024-10-01T01:59:51.522Z[ helios-setup] Oct 01 01:59:49.885 INFO E| Compiling once_cell v1.18.0
22752024-10-01T01:59:51.566Z[ host-package] Compiling display-error-chain v0.2.1
22762024-10-01T01:59:51.929Z[ helios-setup] Oct 01 01:59:50.292 INFO E| Compiling num_threads v0.1.6
22772024-10-01T01:59:52.130Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22782024-10-01T01:59:52.288Z[ helios-setup] Oct 01 01:59:50.651 INFO E| Compiling quote v1.0.31
22792024-10-01T01:59:52.353Z[ helios-setup] Oct 01 01:59:50.716 INFO E| Compiling thread_local v1.1.7
22802024-10-01T01:59:52.695Z[ host-package] Compiling half v2.4.1
22812024-10-01T01:59:53.127Z[ host-package] Compiling ciborium-io v0.2.2
22822024-10-01T01:59:53.327Z[ helios-setup] Oct 01 01:59:51.690 INFO E| Compiling syn v2.0.32
22832024-10-01T01:59:53.385Z[ helios-setup] Oct 01 01:59:51.748 INFO E| Compiling fastrand v2.0.0
22842024-10-01T01:59:53.412Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22852024-10-01T01:59:53.820Z[ helios-setup] Oct 01 01:59:52.183 INFO E| Compiling dirs-sys-next v0.1.2
22862024-10-01T01:59:53.904Z[ helios-setup] Oct 01 01:59:52.267 INFO E| Compiling errno v0.3.1
22872024-10-01T01:59:54.027Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22882024-10-01T01:59:54.294Z[ helios-setup] Oct 01 01:59:52.657 INFO E| Compiling dirs-next v2.0.0
22892024-10-01T01:59:54.438Z[ helios-setup] Oct 01 01:59:52.801 INFO E| Compiling term v0.7.0
22902024-10-01T01:59:54.710Z[ helios-setup] Oct 01 01:59:53.001 INFO E| Compiling atty v0.2.14
22912024-10-01T01:59:54.800Z[ host-package] Compiling ciborium-ll v0.2.2
22922024-10-01T01:59:54.821Z[ helios-setup] Oct 01 01:59:53.184 INFO E| Compiling opaque-debug v0.3.0
22932024-10-01T01:59:54.905Z[ helios-setup] Oct 01 01:59:53.268 INFO E| Compiling anyhow v1.0.72
22942024-10-01T01:59:55.249Z[ host-package] Compiling tungstenite v0.21.0
22952024-10-01T01:59:55.278Z[ helios-setup] Oct 01 01:59:53.641 INFO E| Compiling serde_json v1.0.103
22962024-10-01T01:59:55.310Z[ helios-setup] Oct 01 01:59:53.673 INFO E| Compiling getrandom v0.2.10
22972024-10-01T01:59:55.902Z[ helios-setup] Oct 01 01:59:54.265 INFO E| Compiling ryu v1.0.15
22982024-10-01T01:59:56.166Z[ helios-setup] Oct 01 01:59:54.529 INFO E| Compiling digest v0.9.0
22992024-10-01T01:59:56.314Z[ host-package] Compiling ciborium v0.2.2
23002024-10-01T01:59:56.482Z[ helios-setup] Oct 01 01:59:54.845 INFO E| Compiling block-buffer v0.9.0
23012024-10-01T01:59:56.621Z[ helios-setup] Oct 01 01:59:54.979 INFO E| Compiling unicode-width v0.1.10
23022024-10-01T01:59:56.747Z[ helios-setup] Oct 01 01:59:55.110 INFO E| Compiling cpufeatures v0.2.9
23032024-10-01T01:59:56.792Z[ helios-setup] Oct 01 01:59:55.155 INFO E| Compiling same-file v1.0.6
23042024-10-01T01:59:56.808Z[ helios-setup] Oct 01 01:59:55.171 INFO E| Compiling time v0.3.36
23052024-10-01T01:59:56.838Z[ helios-setup] Oct 01 01:59:55.201 INFO E| Compiling getopts v0.2.21
23062024-10-01T01:59:56.909Z[ helios-setup] Oct 01 01:59:55.272 INFO E| Compiling sha-1 v0.9.8
23072024-10-01T01:59:56.946Z[ helios-setup] Oct 01 01:59:55.309 INFO E| Compiling md-5 v0.9.1
23082024-10-01T01:59:57.472Z[ helios-setup] Oct 01 01:59:55.835 INFO E| Compiling walkdir v2.3.3
23092024-10-01T01:59:57.849Z[ helios-setup] Oct 01 01:59:56.212 INFO E| Compiling tempfile v3.7.0
23102024-10-01T01:59:58.010Z[ helios-setup] Oct 01 01:59:56.373 INFO E| Compiling libdevinfo-sys v1.0.0
23112024-10-01T01:59:58.262Z[ helios-setup] Oct 01 01:59:56.625 INFO E| Compiling glob v0.3.1
23122024-10-01T02:00:00.334Z[ host-package] Compiling tokio-tungstenite v0.21.0
23132024-10-01T02:00:00.471Z[ helios-setup] Oct 01 01:59:58.834 INFO E| Compiling slog-term v2.9.0
23142024-10-01T02:00:01.197Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23152024-10-01T02:00:01.837Z[ host-package] Compiling fastrand v2.1.0
23162024-10-01T02:00:02.303Z[ helios-setup] Oct 01 02:00:00.666 INFO E| Compiling serde_derive v1.0.193
23172024-10-01T02:00:02.620Z[ host-package] Compiling same-file v1.0.6
23182024-10-01T02:00:03.169Z[ host-package] Compiling walkdir v2.5.0
23192024-10-01T02:00:03.311Z[ host-package] Compiling tempfile v3.10.1
23202024-10-01T02:00:03.904Z[ host-package] Compiling blake3 v1.5.1
23212024-10-01T02:00:04.222Z[ host-package] Compiling ring v0.16.20
23222024-10-01T02:00:04.682Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23232024-10-01T02:00:07.216Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23242024-10-01T02:00:08.624Z[ host-package] Compiling xattr v1.3.1
23252024-10-01T02:00:09.041Z[ host-package] Compiling memmap2 v0.9.4
23262024-10-01T02:00:09.595Z[ host-package] Compiling filetime v0.2.25
23272024-10-01T02:00:09.977Z[ host-package] Compiling spin v0.5.2
23282024-10-01T02:00:13.337Z[ host-package] Compiling constant_time_eq v0.3.0
23292024-10-01T02:00:13.579Z[ host-package] Compiling untrusted v0.7.1
23302024-10-01T02:00:13.849Z[ host-package] Compiling keccak v0.1.5
23312024-10-01T02:00:17.003Z[ host-package] Compiling arrayref v0.3.7
23322024-10-01T02:00:17.006Z[ helios-setup] Oct 01 02:00:15.365 INFO E| Compiling toml v0.5.11
23332024-10-01T02:00:17.006Z[ helios-setup] Oct 01 02:00:15.365 INFO E| Compiling uuid v0.8.2
23342024-10-01T02:00:17.160Z[ host-package] Compiling arrayvec v0.7.4
23352024-10-01T02:00:18.161Z[ host-package] Compiling sha3 v0.10.8
23362024-10-01T02:00:19.286Z[ helios-setup] Oct 01 02:00:17.648 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
23372024-10-01T02:00:19.306Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23382024-10-01T02:00:19.530Z[ host-package] Compiling tar v0.4.42
23392024-10-01T02:00:19.587Z[ host-package] Compiling camino-tempfile v1.1.1
23402024-10-01T02:00:20.165Z[ host-package] Compiling toolchain_find v0.4.0
23412024-10-01T02:00:20.773Z[ host-package] Compiling nibble_vec v0.1.0
23422024-10-01T02:00:21.082Z[ host-package] Compiling topological-sort v0.2.2
23432024-10-01T02:00:21.403Z[ host-package] Compiling endian-type v0.1.2
23442024-10-01T02:00:21.555Z[ host-package] Compiling crunchy v0.2.2
23452024-10-01T02:00:21.616Z[ host-package] Compiling glob v0.3.1
23462024-10-01T02:00:21.758Z[ host-package] Compiling maplit v1.0.2
23472024-10-01T02:00:22.050Z[ host-package] Compiling radix_trie v0.2.1
23482024-10-01T02:00:22.364Z[ host-package] Compiling omicron-zone-package v0.11.1
23492024-10-01T02:00:22.526Z[ helios-setup] Oct 01 02:00:20.887 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
23502024-10-01T02:00:22.839Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23512024-10-01T02:00:22.872Z[ host-package] Compiling clang-sys v1.7.0
23522024-10-01T02:00:23.004Z[ host-package] Compiling tiny-keccak v2.0.2
23532024-10-01T02:00:23.507Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23542024-10-01T02:00:23.615Z[ host-package] Compiling dsl_auto_type v0.1.2
23552024-10-01T02:00:23.827Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23562024-10-01T02:00:24.504Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23572024-10-01T02:00:25.054Z[ host-package] Compiling secrecy v0.8.0
23582024-10-01T02:00:25.206Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23592024-10-01T02:00:25.307Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23602024-10-01T02:00:25.421Z[ host-package] Compiling arc-swap v1.7.1
23612024-10-01T02:00:25.686Z[ host-package] Compiling diesel_derives v2.2.2
23622024-10-01T02:00:25.833Z[ host-package] Compiling r2d2 v0.8.10
23632024-10-01T02:00:26.278Z[ host-package] Compiling slog-scope v4.4.0
23642024-10-01T02:00:26.373Z[ host-package] Compiling ascii-canvas v3.0.0
23652024-10-01T02:00:26.792Z[ host-package] Compiling universal-hash v0.5.1
23662024-10-01T02:00:26.885Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23672024-10-01T02:00:27.122Z[ host-package] Compiling ena v0.14.3
23682024-10-01T02:00:27.213Z[ host-package] Compiling libloading v0.8.3
23692024-10-01T02:00:27.591Z[ host-package] Compiling regex-syntax v0.6.29
23702024-10-01T02:00:27.643Z[ host-package] Compiling opaque-debug v0.3.1
23712024-10-01T02:00:27.765Z[ host-package] Compiling bindgen v0.69.4
23722024-10-01T02:00:27.941Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23732024-10-01T02:00:28.337Z[ host-package] Compiling diff v0.1.13
23742024-10-01T02:00:29.060Z[ host-package] Compiling poly1305 v0.8.0
23752024-10-01T02:00:29.952Z[ host-package] Compiling thiserror-no-std v2.0.2
23762024-10-01T02:00:30.622Z[ host-package] Compiling slog-stdlog v4.1.1
23772024-10-01T02:00:31.536Z[ host-package] Compiling lalrpop v0.19.12
23782024-10-01T02:00:34.733Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23792024-10-01T02:00:35.993Z[ host-package] Compiling which v4.4.2
23802024-10-01T02:00:36.702Z[ host-package] Compiling tungstenite v0.23.0
23812024-10-01T02:00:36.796Z[ helios-setup] Oct 01 02:00:35.155 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.97s
23822024-10-01T02:00:36.828Z[ helios-setup] Oct 01 02:00:35.188 INFO building project "image-builder" ok (49 seconds)
23832024-10-01T02:00:36.828Z[ helios-setup] Oct 01 02:00:35.188 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23842024-10-01T02:00:36.830Z[ helios-setup] Oct 01 02:00:35.188 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23852024-10-01T02:00:36.837Z[ helios-setup] Oct 01 02:00:35.197 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
23862024-10-01T02:00:37.366Z[ helios-setup] Oct 01 02:00:35.726 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
23872024-10-01T02:00:37.366Z[ helios-setup] Oct 01 02:00:35.726 INFO E| info: downloading component 'cargo'
23882024-10-01T02:00:38.468Z[ helios-setup] Oct 01 02:00:36.828 INFO E| info: downloading component 'clippy'
23892024-10-01T02:00:38.585Z[ host-package] Compiling diesel v2.2.4
23902024-10-01T02:00:38.995Z[ helios-setup] Oct 01 02:00:37.355 INFO E| info: downloading component 'rust-docs'
23912024-10-01T02:00:40.330Z[ helios-setup] Oct 01 02:00:38.689 INFO E| info: downloading component 'rust-src'
23922024-10-01T02:00:40.872Z[ helios-setup] Oct 01 02:00:39.231 INFO E| info: downloading component 'rust-std'
23932024-10-01T02:00:41.511Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23942024-10-01T02:00:41.812Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23952024-10-01T02:00:42.082Z[ host-package] Compiling chacha20 v0.9.1
23962024-10-01T02:00:42.490Z[ host-package] Compiling cexpr v0.6.0
23972024-10-01T02:00:42.520Z[ helios-setup] Oct 01 02:00:40.879 INFO E| info: downloading component 'rustc'
23982024-10-01T02:00:42.558Z[ host-package] Compiling aead v0.5.2
23992024-10-01T02:00:42.912Z[ host-package] Compiling rustc-hash v1.1.0
24002024-10-01T02:00:43.096Z[ host-package] Compiling ref-cast v1.0.23
24012024-10-01T02:00:43.603Z[ host-package] Compiling shlex v1.3.0
24022024-10-01T02:00:44.045Z[ host-package] Compiling lazycell v1.3.0
24032024-10-01T02:00:44.186Z[ host-package] Compiling chacha20poly1305 v0.10.1
24042024-10-01T02:00:44.479Z[ host-package] Compiling tokio-tungstenite v0.23.1
24052024-10-01T02:00:45.103Z[ host-package] Compiling slog-envlogger v2.2.0
24062024-10-01T02:00:47.723Z[ host-package] Compiling vsss-rs v3.3.4
24072024-10-01T02:00:48.018Z[ helios-setup] Oct 01 02:00:46.377 INFO E| info: downloading component 'rustfmt'
24082024-10-01T02:00:48.879Z[ helios-setup] Oct 01 02:00:47.237 INFO E| info: installing component 'cargo'
24092024-10-01T02:00:50.222Z[ helios-setup] Oct 01 02:00:48.581 INFO E| info: installing component 'clippy'
24102024-10-01T02:00:50.752Z[ helios-setup] Oct 01 02:00:49.110 INFO E| info: installing component 'rust-docs'
24112024-10-01T02:00:52.621Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24122024-10-01T02:00:53.133Z[ host-package] Compiling derive_builder_core v0.20.0
24132024-10-01T02:00:53.590Z[ host-package] Compiling headers-core v0.3.0
24142024-10-01T02:00:53.899Z[ host-package] Compiling fxhash v0.2.1
24152024-10-01T02:00:54.249Z[ host-package] Compiling libxml v0.3.3
24162024-10-01T02:00:54.963Z[ host-package] Compiling ref-cast-impl v1.0.23
24172024-10-01T02:00:55.751Z[ host-package] Compiling derive_builder_macro v0.20.0
24182024-10-01T02:00:56.611Z[ host-package] Compiling headers v0.4.0
24192024-10-01T02:00:56.891Z[ helios-setup] Oct 01 02:00:55.248 INFO E| info: installing component 'rust-src'
24202024-10-01T02:00:57.507Z[ helios-setup] Oct 01 02:00:55.865 INFO E| info: installing component 'rust-std'
24212024-10-01T02:00:59.196Z[ host-package] Compiling samael v0.0.17
24222024-10-01T02:01:00.209Z[ host-package] Compiling polar-core v0.27.3
24232024-10-01T02:01:00.280Z[ helios-setup] Oct 01 02:00:58.638 INFO E| info: installing component 'rustc'
24242024-10-01T02:01:00.344Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24252024-10-01T02:01:01.101Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24262024-10-01T02:01:01.154Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24272024-10-01T02:01:01.664Z[ host-package] Compiling kstat-rs v0.2.4
24282024-10-01T02:01:02.895Z[ host-package] Compiling strum_macros v0.24.3
24292024-10-01T02:01:04.099Z[ host-package] Compiling dropshot v0.10.1
24302024-10-01T02:01:04.630Z[ host-package] Compiling unicase v2.7.0
24312024-10-01T02:01:05.216Z[ host-package] Compiling indoc v1.0.9
24322024-10-01T02:01:06.322Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24332024-10-01T02:01:06.705Z[ helios-setup] Oct 01 02:01:05.062 INFO E| info: installing component 'rustfmt'
24342024-10-01T02:01:06.908Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24352024-10-01T02:01:07.601Z[ helios-setup] Oct 01 02:01:05.958 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24362024-10-01T02:01:08.490Z[ helios-setup] Oct 01 02:01:06.847 INFO E| From https://github.com/oxidecomputer/amd-apcb
24372024-10-01T02:01:08.490Z[ helios-setup] Oct 01 02:01:06.847 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
24382024-10-01T02:01:08.490Z[ helios-setup] Oct 01 02:01:06.847 INFO E| * [new tag] v0.3.3 -> v0.3.3
24392024-10-01T02:01:08.550Z[ helios-setup] Oct 01 02:01:06.906 INFO E| * [new tag] v0.1.3 -> v0.1.3
24402024-10-01T02:01:08.552Z[ helios-setup] Oct 01 02:01:06.907 INFO E| * [new tag] v0.1.4 -> v0.1.4
24412024-10-01T02:01:08.552Z[ helios-setup] Oct 01 02:01:06.907 INFO E| * [new tag] v0.1.5 -> v0.1.5
24422024-10-01T02:01:08.552Z[ helios-setup] Oct 01 02:01:06.907 INFO E| * [new tag] v0.2.0 -> v0.2.0
24432024-10-01T02:01:08.552Z[ helios-setup] Oct 01 02:01:06.907 INFO E| * [new tag] v0.3.0 -> v0.3.0
24442024-10-01T02:01:08.552Z[ helios-setup] Oct 01 02:01:06.908 INFO E| * [new tag] v0.3.1 -> v0.3.1
24452024-10-01T02:01:08.552Z[ helios-setup] Oct 01 02:01:06.908 INFO E| * [new tag] v0.3.2 -> v0.3.2
24462024-10-01T02:01:08.584Z[ helios-setup] Oct 01 02:01:06.941 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24472024-10-01T02:01:09.614Z[ helios-setup] Oct 01 02:01:07.971 INFO E| From https://github.com/oxidecomputer/amd-efs
24482024-10-01T02:01:09.614Z[ helios-setup] Oct 01 02:01:07.971 INFO E| * [new branch] empty -> origin/empty
24492024-10-01T02:01:09.617Z[ helios-setup] Oct 01 02:01:07.971 INFO E| * [new branch] issue-99 -> origin/issue-99
24502024-10-01T02:01:09.617Z[ helios-setup] Oct 01 02:01:07.971 INFO E| * [new branch] main -> origin/main
24512024-10-01T02:01:09.617Z[ helios-setup] Oct 01 02:01:07.971 INFO E| * [new branch] review -> origin/review
24522024-10-01T02:01:09.617Z[ helios-setup] Oct 01 02:01:07.971 INFO E| * [new ref] -> origin/HEAD
24532024-10-01T02:01:09.617Z[ helios-setup] Oct 01 02:01:07.972 INFO E| * [new tag] v0.2.0 -> v0.2.0
24542024-10-01T02:01:09.617Z[ helios-setup] Oct 01 02:01:07.972 INFO E| * [new tag] v0.2.1 -> v0.2.1
24552024-10-01T02:01:09.617Z[ helios-setup] Oct 01 02:01:07.972 INFO E| * [new tag] v0.2.2 -> v0.2.2
24562024-10-01T02:01:09.617Z[ helios-setup] Oct 01 02:01:07.972 INFO E| * [new tag] v0.2.3 -> v0.2.3
24572024-10-01T02:01:09.617Z[ helios-setup] Oct 01 02:01:07.972 INFO E| * [new tag] v0.2.4 -> v0.2.4
24582024-10-01T02:01:09.617Z[ helios-setup] Oct 01 02:01:07.972 INFO E| * [new tag] v0.2.5 -> v0.2.5
24592024-10-01T02:01:09.617Z[ helios-setup] Oct 01 02:01:07.972 INFO E| * [new tag] v0.2.6 -> v0.2.6
24602024-10-01T02:01:09.617Z[ helios-setup] Oct 01 02:01:07.972 INFO E| * [new tag] v0.2.7 -> v0.2.7
24612024-10-01T02:01:09.617Z[ helios-setup] Oct 01 02:01:07.973 INFO E| * [new tag] v0.3.0 -> v0.3.0
24622024-10-01T02:01:09.617Z[ helios-setup] Oct 01 02:01:07.973 INFO E| * [new tag] v0.3.1 -> v0.3.1
24632024-10-01T02:01:09.617Z[ helios-setup] Oct 01 02:01:07.973 INFO E| * [new tag] v0.4.0 -> v0.4.0
24642024-10-01T02:01:09.639Z[ helios-setup] Oct 01 02:01:07.996 INFO E| Updating crates.io index
24652024-10-01T02:01:09.981Z[ helios-setup] Oct 01 02:01:08.337 INFO E| Downloading crates ...
24662024-10-01T02:01:10.077Z[ helios-setup] Oct 01 02:01:08.433 INFO E| Downloaded memoffset v0.5.6
24672024-10-01T02:01:10.084Z[ helios-setup] Oct 01 02:01:08.441 INFO E| Downloaded modular-bitfield-impl v0.11.2
24682024-10-01T02:01:10.087Z[ helios-setup] Oct 01 02:01:08.443 INFO E| Downloaded ansi_term v0.12.1
24692024-10-01T02:01:10.091Z[ helios-setup] Oct 01 02:01:08.448 INFO E| Downloaded strum v0.23.0
24702024-10-01T02:01:10.104Z[ helios-setup] Oct 01 02:01:08.461 INFO E| Downloaded unic-ucd-version v0.9.0
24712024-10-01T02:01:10.107Z[ helios-setup] Oct 01 02:01:08.463 INFO E| Downloaded unic-common v0.9.0
24722024-10-01T02:01:10.109Z[ helios-setup] Oct 01 02:01:08.464 INFO E| Downloaded thiserror v1.0.63
24732024-10-01T02:01:10.116Z[ helios-setup] Oct 01 02:01:08.473 INFO E| Downloaded scroll v0.10.2
24742024-10-01T02:01:10.119Z[ helios-setup] Oct 01 02:01:08.476 INFO E| Downloaded serde_json v1.0.120
24752024-10-01T02:01:10.130Z[ helios-setup] Oct 01 02:01:08.487 INFO E| Downloaded pest_generator v2.7.11
24762024-10-01T02:01:10.133Z[ helios-setup] Oct 01 02:01:08.489 INFO E| Downloaded unic-char-range v0.9.0
24772024-10-01T02:01:10.135Z[ helios-setup] Oct 01 02:01:08.491 INFO E| Downloaded scroll_derive v0.10.5
24782024-10-01T02:01:10.137Z[ helios-setup] Oct 01 02:01:08.492 INFO E| Downloaded bytesize v1.3.0
24792024-10-01T02:01:10.137Z[ helios-setup] Oct 01 02:01:08.494 INFO E| Downloaded proc-macro-crate v0.1.5
24802024-10-01T02:01:10.139Z[ helios-setup] Oct 01 02:01:08.496 INFO E| Downloaded thiserror-impl v1.0.63
24812024-10-01T02:01:10.142Z[ helios-setup] Oct 01 02:01:08.498 INFO E| Downloaded serde v1.0.204
24822024-10-01T02:01:10.146Z[ helios-setup] Oct 01 02:01:08.503 INFO E| Downloaded unic-ucd-ident v0.9.0
24832024-10-01T02:01:10.149Z[ helios-setup] Oct 01 02:01:08.505 INFO E| Downloaded textwrap v0.11.0
24842024-10-01T02:01:10.151Z[ helios-setup] Oct 01 02:01:08.508 INFO E| Downloaded semver-parser v0.7.0
24852024-10-01T02:01:10.154Z[ helios-setup] Oct 01 02:01:08.510 INFO E| Downloaded vec_map v0.8.2
24862024-10-01T02:01:10.156Z[ helios-setup] Oct 01 02:01:08.511 INFO E| Downloaded strsim v0.8.0
24872024-10-01T02:01:10.156Z[ helios-setup] Oct 01 02:01:08.513 INFO E| Downloaded modular-bitfield v0.11.2
24882024-10-01T02:01:10.208Z[ helios-setup] Oct 01 02:01:08.530 INFO E| Downloaded unic-char-property v0.9.0
24892024-10-01T02:01:10.208Z[ helios-setup] Oct 01 02:01:08.532 INFO E| Downloaded structopt-derive v0.4.18
24902024-10-01T02:01:10.208Z[ helios-setup] Oct 01 02:01:08.534 INFO E| Downloaded structopt v0.3.26
24912024-10-01T02:01:10.211Z[ helios-setup] Oct 01 02:01:08.545 INFO E| Downloaded serde_derive v1.0.204
24922024-10-01T02:01:10.211Z[ helios-setup] Oct 01 02:01:08.549 INFO E| Downloaded memchr v2.7.4
24932024-10-01T02:01:10.211Z[ helios-setup] Oct 01 02:01:08.556 INFO E| Downloaded pest v2.7.11
24942024-10-01T02:01:10.211Z[ helios-setup] Oct 01 02:01:08.564 INFO E| Downloaded syn v2.0.71
24952024-10-01T02:01:10.223Z[ helios-setup] Oct 01 02:01:08.580 INFO E| Downloaded clap v2.34.0
24962024-10-01T02:01:10.232Z[ helios-setup] Oct 01 02:01:08.589 INFO E| Downloaded goblin v0.4.3
24972024-10-01T02:01:10.239Z[ helios-setup] Oct 01 02:01:08.596 INFO E| Downloaded libc v0.2.155
24982024-10-01T02:01:10.298Z[ helios-setup] Oct 01 02:01:08.654 INFO E| Downloaded quote v1.0.36
24992024-10-01T02:01:10.301Z[ helios-setup] Oct 01 02:01:08.658 INFO E| Downloaded pre-proc-macro v0.2.1
25002024-10-01T02:01:10.305Z[ helios-setup] Oct 01 02:01:08.660 INFO E| Downloaded strum_macros v0.23.1
25012024-10-01T02:01:10.332Z[ helios-setup] Oct 01 02:01:08.689 INFO E| Downloaded num-derive v0.3.3
25022024-10-01T02:01:10.335Z[ helios-setup] Oct 01 02:01:08.691 INFO E| Downloaded four-cc v0.3.0
25032024-10-01T02:01:10.337Z[ helios-setup] Oct 01 02:01:08.693 INFO E| Downloaded pre v0.2.1
25042024-10-01T02:01:10.337Z[ helios-setup] Oct 01 02:01:08.694 INFO E| Downloaded pest_derive v2.7.11
25052024-10-01T02:01:10.341Z[ helios-setup] Oct 01 02:01:08.697 INFO E| Downloaded semver v0.9.0
25062024-10-01T02:01:10.343Z[ helios-setup] Oct 01 02:01:08.699 INFO E| Downloaded rustc_version v0.2.3
25072024-10-01T02:01:10.346Z[ helios-setup] Oct 01 02:01:08.701 INFO E| Downloaded pest_meta v2.7.11
25082024-10-01T02:01:10.348Z[ helios-setup] Oct 01 02:01:08.703 INFO E| Downloaded parse_int v0.6.0
25092024-10-01T02:01:10.348Z[ helios-setup] Oct 01 02:01:08.704 INFO E| Downloaded fletcher v0.1.0
25102024-10-01T02:01:10.351Z[ helios-setup] Oct 01 02:01:08.706 INFO E| Downloaded cfg-if v0.1.10
25112024-10-01T02:01:10.455Z[ helios-setup] Oct 01 02:01:08.811 INFO E| Compiling proc-macro2 v1.0.86
25122024-10-01T02:01:10.455Z[ helios-setup] Oct 01 02:01:08.811 INFO E| Compiling unicode-ident v1.0.12
25132024-10-01T02:01:10.455Z[ helios-setup] Oct 01 02:01:08.811 INFO E| Compiling syn v1.0.109
25142024-10-01T02:01:10.457Z[ helios-setup] Oct 01 02:01:08.812 INFO E| Compiling version_check v0.9.4
25152024-10-01T02:01:10.474Z[ helios-setup] Oct 01 02:01:08.830 INFO E| Compiling semver-parser v0.7.0
25162024-10-01T02:01:10.474Z[ helios-setup] Oct 01 02:01:08.830 INFO E| Compiling thiserror v1.0.63
25172024-10-01T02:01:10.476Z[ helios-setup] Oct 01 02:01:08.831 INFO E| Compiling autocfg v1.3.0
25182024-10-01T02:01:10.476Z[ helios-setup] Oct 01 02:01:08.831 INFO E| Compiling serde v1.0.204
25192024-10-01T02:01:11.412Z[ host-package] Compiling derive_builder v0.20.0
25202024-10-01T02:01:11.939Z[ helios-setup] Oct 01 02:01:10.295 INFO E| Compiling semver v0.9.0
25212024-10-01T02:01:12.042Z[ helios-setup] Oct 01 02:01:10.399 INFO E| Compiling serde_json v1.0.120
25222024-10-01T02:01:12.086Z[ helios-setup] Oct 01 02:01:10.442 INFO E| Compiling proc-macro-error-attr v1.0.4
25232024-10-01T02:01:12.108Z[ helios-setup] Oct 01 02:01:10.464 INFO E| Compiling proc-macro-error v1.0.4
25242024-10-01T02:01:12.129Z[ helios-setup] Oct 01 02:01:10.485 INFO E| Compiling unicode-segmentation v1.11.0
25252024-10-01T02:01:12.277Z[ helios-setup] Oct 01 02:01:10.634 INFO E| Compiling num-traits v0.2.19
25262024-10-01T02:01:12.704Z[ helios-setup] Oct 01 02:01:11.060 INFO E| Compiling rustc_version v0.2.3
25272024-10-01T02:01:12.852Z[ helios-setup] Oct 01 02:01:11.208 INFO E| Compiling itoa v1.0.11
25282024-10-01T02:01:12.879Z[ helios-setup] Oct 01 02:01:11.236 INFO E| Compiling ryu v1.0.18
25292024-10-01T02:01:12.987Z[ helios-setup] Oct 01 02:01:11.342 INFO E| Compiling schemars v0.8.21
25302024-10-01T02:01:13.336Z[ helios-setup] Oct 01 02:01:11.692 INFO E| Compiling memoffset v0.5.6
25312024-10-01T02:01:13.466Z[ helios-setup] Oct 01 02:01:11.822 INFO E| Compiling heck v0.3.3
25322024-10-01T02:01:13.607Z[ helios-setup] Oct 01 02:01:11.963 INFO E| Compiling quote v1.0.36
25332024-10-01T02:01:13.639Z[ helios-setup] Oct 01 02:01:11.995 INFO E| Compiling paste v1.0.15
25342024-10-01T02:01:13.783Z[ helios-setup] Oct 01 02:01:12.139 INFO E| Compiling memchr v2.7.4
25352024-10-01T02:01:13.827Z[ helios-setup] Oct 01 02:01:12.183 INFO E| Compiling pre-proc-macro v0.2.1
25362024-10-01T02:01:14.141Z[ helios-setup] Oct 01 02:01:12.497 INFO E| Compiling ucd-trie v0.1.6
25372024-10-01T02:01:14.151Z[ helios-setup] Oct 01 02:01:12.508 INFO E| Compiling libc v0.2.155
25382024-10-01T02:01:14.576Z[ helios-setup] Oct 01 02:01:12.932 INFO E| Compiling syn v2.0.71
25392024-10-01T02:01:14.928Z[ helios-setup] Oct 01 02:01:13.284 INFO E| Compiling dyn-clone v1.0.17
25402024-10-01T02:01:15.585Z[ helios-setup] Oct 01 02:01:13.942 INFO E| Compiling lazy_static v1.5.0
25412024-10-01T02:01:15.633Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25422024-10-01T02:01:15.687Z[ helios-setup] Oct 01 02:01:14.043 INFO E| Compiling rustversion v1.0.17
25432024-10-01T02:01:15.853Z[ helios-setup] Oct 01 02:01:14.209 INFO E| Compiling pre v0.2.1
25442024-10-01T02:01:16.864Z[ helios-setup] Oct 01 02:01:15.220 INFO E| Compiling once_cell v1.19.0
25452024-10-01T02:01:16.934Z[ helios-setup] Oct 01 02:01:15.290 INFO E| Compiling byteorder v1.5.0
25462024-10-01T02:01:17.369Z[ helios-setup] Oct 01 02:01:15.725 INFO E| Compiling cfg-if v0.1.10
25472024-10-01T02:01:17.375Z[ helios-setup] Oct 01 02:01:15.731 INFO E| Compiling static_assertions v1.1.0
25482024-10-01T02:01:18.095Z[ helios-setup] Oct 01 02:01:16.451 INFO E| Compiling unicode-width v0.1.13
25492024-10-01T02:01:18.796Z[ helios-setup] Oct 01 02:01:17.152 INFO E| Compiling textwrap v0.11.0
25502024-10-01T02:01:19.584Z[ helios-setup] Oct 01 02:01:17.940 INFO E| Compiling atty v0.2.14
25512024-10-01T02:01:19.828Z[ helios-setup] Oct 01 02:01:18.182 INFO E| Compiling fletcher v0.1.0
25522024-10-01T02:01:19.834Z[ helios-setup] Oct 01 02:01:18.190 INFO E| Compiling bitflags v1.3.2
25532024-10-01T02:01:19.923Z[ helios-setup] Oct 01 02:01:18.279 INFO E| Compiling ansi_term v0.12.1
25542024-10-01T02:01:20.102Z[ helios-setup] Oct 01 02:01:18.456 INFO E| Compiling unic-char-range v0.9.0
25552024-10-01T02:01:20.102Z[ helios-setup] Oct 01 02:01:18.456 INFO E| Compiling strsim v0.8.0
25562024-10-01T02:01:20.413Z[ helios-setup] Oct 01 02:01:18.769 INFO E| Compiling parse_int v0.6.0
25572024-10-01T02:01:20.594Z[ helios-setup] Oct 01 02:01:18.949 INFO E| Compiling unic-common v0.9.0
25582024-10-01T02:01:20.692Z[ helios-setup] Oct 01 02:01:19.047 INFO E| Compiling vec_map v0.8.2
25592024-10-01T02:01:20.771Z[ helios-setup] Oct 01 02:01:19.127 INFO E| Compiling strum v0.23.0
25602024-10-01T02:01:20.831Z[ helios-setup] Oct 01 02:01:19.186 INFO E| Compiling unic-ucd-version v0.9.0
25612024-10-01T02:01:20.928Z[ helios-setup] Oct 01 02:01:19.283 INFO E| Compiling unic-char-property v0.9.0
25622024-10-01T02:01:21.103Z[ helios-setup] Oct 01 02:01:19.458 INFO E| Compiling log v0.4.22
25632024-10-01T02:01:21.136Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25642024-10-01T02:01:21.188Z[ helios-setup] Oct 01 02:01:19.544 INFO E| Compiling plain v0.2.3
25652024-10-01T02:01:21.196Z[ helios-setup] Oct 01 02:01:19.552 INFO E| Compiling unic-ucd-ident v0.9.0
25662024-10-01T02:01:21.359Z[ helios-setup] Oct 01 02:01:19.715 INFO E| Compiling clap v2.34.0
25672024-10-01T02:01:21.414Z[ helios-setup] Oct 01 02:01:19.770 INFO E| Compiling bytesize v1.3.0
25682024-10-01T02:01:22.156Z[ host-package] Compiling crossterm v0.28.1
25692024-10-01T02:01:22.888Z[ helios-setup] Oct 01 02:01:21.243 INFO E| Compiling serde_derive_internals v0.29.1
25702024-10-01T02:01:24.594Z[ helios-setup] Oct 01 02:01:22.949 INFO E| Compiling toml v0.5.11
25712024-10-01T02:01:27.634Z[ helios-setup] Oct 01 02:01:25.989 INFO E| Compiling proc-macro-crate v0.1.5
25722024-10-01T02:01:29.653Z[ helios-setup] Oct 01 02:01:28.008 INFO E| Compiling thiserror-impl v1.0.63
25732024-10-01T02:01:29.654Z[ helios-setup] Oct 01 02:01:28.009 INFO E| Compiling serde_derive v1.0.204
25742024-10-01T02:01:29.662Z[ helios-setup] Oct 01 02:01:28.017 INFO E| Compiling schemars_derive v0.8.21
25752024-10-01T02:01:29.805Z[ helios-setup] Oct 01 02:01:28.160 INFO E| Compiling zerocopy-derive v0.6.6
25762024-10-01T02:01:30.844Z[ host-package] Compiling dropshot_endpoint v0.10.1
25772024-10-01T02:01:32.455Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25782024-10-01T02:01:33.416Z[ helios-setup] Oct 01 02:01:31.770 INFO E| Compiling zerocopy v0.6.6
25792024-10-01T02:01:34.982Z[ host-package] Compiling oso-derive v0.27.3
25802024-10-01T02:01:34.999Z[ helios-setup] Oct 01 02:01:33.346 INFO E| Compiling pest v2.7.11
25812024-10-01T02:01:35.679Z[ helios-setup] Oct 01 02:01:34.033 INFO E| Compiling modular-bitfield-impl v0.11.2
25822024-10-01T02:01:35.679Z[ helios-setup] Oct 01 02:01:34.033 INFO E| Compiling num-derive v0.3.3
25832024-10-01T02:01:35.859Z[ host-package] Compiling libz-sys v1.1.16
25842024-10-01T02:01:36.481Z[ helios-setup] Oct 01 02:01:34.835 INFO E| Compiling scroll_derive v0.10.5
25852024-10-01T02:01:36.886Z[ host-package] Compiling quick-xml v0.33.0
25862024-10-01T02:01:37.027Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25872024-10-01T02:01:38.126Z[ host-package] Compiling parking_lot_core v0.8.6
25882024-10-01T02:01:39.319Z[ host-package] Compiling cfg_aliases v0.1.1
25892024-10-01T02:01:39.446Z[ helios-setup] Oct 01 02:01:37.800 INFO E| Compiling strum_macros v0.23.1
25902024-10-01T02:01:39.446Z[ helios-setup] Oct 01 02:01:37.800 INFO E| Compiling scroll v0.10.2
25912024-10-01T02:01:39.530Z[ helios-setup] Oct 01 02:01:37.884 INFO E| Compiling structopt-derive v0.4.18
25922024-10-01T02:01:39.776Z[ host-package] Compiling nix v0.28.0
25932024-10-01T02:01:40.290Z[ helios-setup] Oct 01 02:01:38.644 INFO E| Compiling pest_meta v2.7.11
25942024-10-01T02:01:40.727Z[ helios-setup] Oct 01 02:01:39.081 INFO E| Compiling goblin v0.4.3
25952024-10-01T02:01:41.088Z[ helios-setup] Oct 01 02:01:39.442 INFO E| Compiling modular-bitfield v0.11.2
25962024-10-01T02:01:43.150Z[ helios-setup] Oct 01 02:01:41.504 INFO E| Compiling pest_generator v2.7.11
25972024-10-01T02:01:45.599Z[ helios-setup] Oct 01 02:01:43.952 INFO E| Compiling structopt v0.3.26
25982024-10-01T02:01:46.043Z[ host-package] Compiling oso v0.27.3
25992024-10-01T02:01:47.566Z[ helios-setup] Oct 01 02:01:45.920 INFO E| Compiling pest_derive v2.7.11
26002024-10-01T02:01:49.122Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26012024-10-01T02:01:50.975Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26022024-10-01T02:01:52.662Z[ helios-setup] Oct 01 02:01:51.014 INFO E| Compiling json5 v0.4.1
26032024-10-01T02:01:58.113Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26042024-10-01T02:01:58.283Z[ helios-setup] Oct 01 02:01:56.635 INFO E| Compiling four-cc v0.3.0
26052024-10-01T02:01:58.283Z[ helios-setup] Oct 01 02:01:56.635 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
26062024-10-01T02:01:58.533Z[ helios-setup] Oct 01 02:01:56.885 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
26072024-10-01T02:01:58.766Z[ host-package] Compiling bb8 v0.8.5
26082024-10-01T02:01:59.854Z[ host-package] Compiling const_format_proc_macros v0.2.33
26092024-10-01T02:02:02.258Z[ host-package] Compiling vte_generate_state_changes v0.1.1
26102024-10-01T02:02:03.182Z[ host-package] Compiling vte v0.11.1
26112024-10-01T02:02:04.899Z[ host-package] Compiling const_format v0.2.33
26122024-10-01T02:02:06.472Z[ host-package] Compiling async-bb8-diesel v0.2.1
26132024-10-01T02:02:07.896Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
26142024-10-01T02:02:10.950Z[ host-package] Compiling fd-lock v4.0.2
26152024-10-01T02:02:11.280Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26162024-10-01T02:02:12.217Z[ host-package] Compiling atty v0.2.14
26172024-10-01T02:02:12.471Z[ host-package] Compiling salty v0.3.0
26182024-10-01T02:02:12.987Z[ host-package] Compiling bytecount v0.6.8
26192024-10-01T02:02:13.417Z[ host-package] Compiling papergrid v0.11.0
26202024-10-01T02:02:33.003Z[ host-package] Compiling parking_lot v0.11.2
26212024-10-01T02:02:33.213Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26222024-10-01T02:02:34.169Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26232024-10-01T02:02:35.167Z[ host-package] Compiling tabled_derive v0.7.0
26242024-10-01T02:02:37.690Z[ host-package] Compiling crossterm v0.27.0
26252024-10-01T02:02:38.555Z[ helios-setup] Oct 01 02:02:36.904 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
26262024-10-01T02:02:39.510Z[ host-package] Compiling peg-macros v0.8.4
26272024-10-01T02:02:40.523Z[ host-package] Compiling sqlparser_derive v0.2.2
26282024-10-01T02:02:41.785Z[ host-package] Compiling unicode_categories v0.1.1
26292024-10-01T02:02:42.633Z[ host-package] Compiling nu-ansi-term v0.50.0
26302024-10-01T02:02:43.571Z[ host-package] Compiling peg v0.8.4
26312024-10-01T02:02:43.744Z[ host-package] Compiling reedline v0.33.0
26322024-10-01T02:02:44.085Z[ host-package] Compiling rustyline v14.0.0
26332024-10-01T02:02:45.298Z[ host-package] Compiling sqlformat v0.2.6
26342024-10-01T02:02:45.667Z[ host-package] Compiling sqlparser v0.45.0
26352024-10-01T02:02:45.705Z[ host-package] Compiling tabled v0.15.0
26362024-10-01T02:02:51.547Z[ helios-setup] Oct 01 02:02:49.895 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
26372024-10-01T02:02:57.762Z[ host-package] Compiling sled v0.34.7
26382024-10-01T02:02:58.182Z[ host-package] Compiling mime_guess v2.0.4
26392024-10-01T02:02:59.595Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26402024-10-01T02:03:01.717Z[ host-package] Compiling hickory-client v0.24.1
26412024-10-01T02:03:02.202Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26422024-10-01T02:03:07.332Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26432024-10-01T02:03:08.298Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26442024-10-01T02:03:08.976Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26452024-10-01T02:03:09.570Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
26462024-10-01T02:03:11.509Z[ host-package] Compiling hickory-server v0.24.1
26472024-10-01T02:03:15.653Z[ host-package] Compiling primeorder v0.13.6
26482024-10-01T02:03:16.637Z[ host-package] Compiling bcs v0.1.6
26492024-10-01T02:03:18.019Z[ host-package] Compiling vergen v8.3.2
26502024-10-01T02:03:18.298Z[ host-package] Compiling env_filter v0.1.2
26512024-10-01T02:03:18.480Z[ host-package] Compiling cargo-platform v0.1.8
26522024-10-01T02:03:19.087Z[ host-package] Compiling nanorand v0.7.0
26532024-10-01T02:03:19.231Z[ host-package] Compiling memoffset v0.9.1
26542024-10-01T02:03:20.084Z[ host-package] Compiling flume v0.11.0
26552024-10-01T02:03:20.115Z[ host-package] Compiling cargo_metadata v0.18.1
26562024-10-01T02:03:22.116Z[ host-package] Compiling env_logger v0.11.5
26572024-10-01T02:03:24.012Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26582024-10-01T02:03:24.706Z[ host-package] Compiling p384 v0.13.0
26592024-10-01T02:03:26.854Z[ host-package] Compiling git2 v0.19.0
26602024-10-01T02:03:28.949Z[ helios-setup] Oct 01 02:03:27.293 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 21s
26612024-10-01T02:03:28.983Z[ helios-setup] Oct 01 02:03:27.328 INFO building project "amd-host-image-builder" ok (172 seconds)
26622024-10-01T02:03:28.983Z[ helios-setup] Oct 01 02:03:27.328 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26632024-10-01T02:03:28.986Z[ helios-setup] Oct 01 02:03:27.328 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26642024-10-01T02:03:29.400Z[ helios-setup] Oct 01 02:03:27.745 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
26652024-10-01T02:03:30.650Z[ helios-setup] Oct 01 02:03:28.994 INFO E| From https://github.com/oxidecomputer/progenitor
26662024-10-01T02:03:30.652Z[ helios-setup] Oct 01 02:03:28.994 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
26672024-10-01T02:03:30.684Z[ helios-setup] Oct 01 02:03:29.028 INFO E| * [new tag] v0.1.1 -> v0.1.1
26682024-10-01T02:03:30.684Z[ helios-setup] Oct 01 02:03:29.028 INFO E| * [new tag] v0.2.0 -> v0.2.0
26692024-10-01T02:03:30.822Z[ helios-setup] Oct 01 02:03:29.167 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26702024-10-01T02:03:31.404Z[ helios-setup] Oct 01 02:03:29.749 INFO E| From https://github.com/jclulow/hiercmd
26712024-10-01T02:03:31.405Z[ helios-setup] Oct 01 02:03:29.749 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26722024-10-01T02:03:31.459Z[ helios-setup] Oct 01 02:03:29.803 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26732024-10-01T02:03:31.911Z[ helios-setup] Oct 01 02:03:30.255 INFO E| From https://github.com/jclulow/network-interface
26742024-10-01T02:03:31.911Z[ helios-setup] Oct 01 02:03:30.255 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26752024-10-01T02:03:31.932Z[ helios-setup] Oct 01 02:03:30.276 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26762024-10-01T02:03:32.238Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26772024-10-01T02:03:32.570Z[ helios-setup] Oct 01 02:03:30.914 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26782024-10-01T02:03:32.570Z[ helios-setup] Oct 01 02:03:30.914 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26792024-10-01T02:03:32.620Z[ helios-setup] Oct 01 02:03:30.964 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26802024-10-01T02:03:33.435Z[ helios-setup] Oct 01 02:03:31.779 INFO E| From https://github.com/oxidecomputer/facade
26812024-10-01T02:03:33.435Z[ helios-setup] Oct 01 02:03:31.779 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26822024-10-01T02:03:33.483Z[ helios-setup] Oct 01 02:03:31.827 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
26832024-10-01T02:03:34.196Z[ helios-setup] Oct 01 02:03:32.540 INFO E| From https://github.com/oxidecomputer/dropshot
26842024-10-01T02:03:34.196Z[ helios-setup] Oct 01 02:03:32.540 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
26852024-10-01T02:03:34.232Z[ helios-setup] Oct 01 02:03:32.576 INFO E| * [new tag] v0.3.0 -> v0.3.0
26862024-10-01T02:03:34.232Z[ helios-setup] Oct 01 02:03:32.576 INFO E| * [new tag] v0.4.0 -> v0.4.0
26872024-10-01T02:03:34.235Z[ helios-setup] Oct 01 02:03:32.576 INFO E| * [new tag] v0.5.0 -> v0.5.0
26882024-10-01T02:03:34.235Z[ helios-setup] Oct 01 02:03:32.577 INFO E| * [new tag] v0.5.1 -> v0.5.1
26892024-10-01T02:03:34.235Z[ helios-setup] Oct 01 02:03:32.577 INFO E| * [new tag] v0.6.0 -> v0.6.0
26902024-10-01T02:03:34.235Z[ helios-setup] Oct 01 02:03:32.577 INFO E| * [new tag] v0.7.0 -> v0.7.0
26912024-10-01T02:03:34.235Z[ helios-setup] Oct 01 02:03:32.577 INFO E| * [new tag] v0.8.0 -> v0.8.0
26922024-10-01T02:03:34.235Z[ helios-setup] Oct 01 02:03:32.577 INFO E| * [new tag] v0.9.0 -> v0.9.0
26932024-10-01T02:03:34.298Z[ helios-setup] Oct 01 02:03:32.642 INFO E| Updating crates.io index
26942024-10-01T02:03:34.544Z[ helios-setup] Oct 01 02:03:32.888 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
26952024-10-01T02:03:35.368Z[ helios-setup] Oct 01 02:03:33.712 INFO E| From https://github.com/oxidecomputer/typify
26962024-10-01T02:03:35.368Z[ helios-setup] Oct 01 02:03:33.712 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
26972024-10-01T02:03:35.400Z[ helios-setup] Oct 01 02:03:33.744 INFO E| * [new tag] v0.0.10 -> v0.0.10
26982024-10-01T02:03:35.400Z[ helios-setup] Oct 01 02:03:33.744 INFO E| * [new tag] v0.0.11 -> v0.0.11
26992024-10-01T02:03:35.403Z[ helios-setup] Oct 01 02:03:33.744 INFO E| * [new tag] v0.0.4 -> v0.0.4
27002024-10-01T02:03:35.403Z[ helios-setup] Oct 01 02:03:33.745 INFO E| * [new tag] v0.0.5 -> v0.0.5
27012024-10-01T02:03:35.403Z[ helios-setup] Oct 01 02:03:33.745 INFO E| * [new tag] v0.0.7 -> v0.0.7
27022024-10-01T02:03:35.403Z[ helios-setup] Oct 01 02:03:33.745 INFO E| * [new tag] v0.0.8 -> v0.0.8
27032024-10-01T02:03:35.403Z[ helios-setup] Oct 01 02:03:33.745 INFO E| * [new tag] v0.0.9 -> v0.0.9
27042024-10-01T02:03:35.876Z[ helios-setup] Oct 01 02:03:34.220 INFO E| Downloading crates ...
27052024-10-01T02:03:35.936Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27062024-10-01T02:03:36.090Z[ helios-setup] Oct 01 02:03:34.434 INFO E| Downloaded const-random v0.1.15
27072024-10-01T02:03:36.161Z[ helios-setup] Oct 01 02:03:34.505 INFO E| Downloaded strsim v0.10.0
27082024-10-01T02:03:36.164Z[ helios-setup] Oct 01 02:03:34.508 INFO E| Downloaded terminal_size v0.2.6
27092024-10-01T02:03:36.166Z[ helios-setup] Oct 01 02:03:34.510 INFO E| Downloaded toml_datetime v0.6.1
27102024-10-01T02:03:36.169Z[ helios-setup] Oct 01 02:03:34.512 INFO E| Downloaded sha2 v0.10.6
27112024-10-01T02:03:36.174Z[ helios-setup] Oct 01 02:03:34.518 INFO E| Downloaded paste v1.0.12
27122024-10-01T02:03:36.181Z[ helios-setup] Oct 01 02:03:34.525 INFO E| Downloaded smawk v0.3.1
27132024-10-01T02:03:36.184Z[ helios-setup] Oct 01 02:03:34.528 INFO E| Downloaded lazy_static v1.4.0
27142024-10-01T02:03:36.186Z[ helios-setup] Oct 01 02:03:34.530 INFO E| Downloaded async-trait v0.1.68
27152024-10-01T02:03:36.192Z[ helios-setup] Oct 01 02:03:34.536 INFO E| Downloaded num_enum v0.5.7
27162024-10-01T02:03:36.200Z[ helios-setup] Oct 01 02:03:34.543 INFO E| Downloaded try-lock v0.2.4
27172024-10-01T02:03:36.203Z[ helios-setup] Oct 01 02:03:34.545 INFO E| Downloaded want v0.3.0
27182024-10-01T02:03:36.203Z[ helios-setup] Oct 01 02:03:34.546 INFO E| Downloaded thiserror-impl v1.0.38
27192024-10-01T02:03:36.205Z[ helios-setup] Oct 01 02:03:34.548 INFO E| Downloaded toolchain_find v0.2.0
27202024-10-01T02:03:36.207Z[ helios-setup] Oct 01 02:03:34.550 INFO E| Downloaded const-random-macro v0.1.15
27212024-10-01T02:03:36.210Z[ helios-setup] Oct 01 02:03:34.552 INFO E| Downloaded thiserror v1.0.38
27222024-10-01T02:03:36.215Z[ helios-setup] Oct 01 02:03:34.559 INFO E| Downloaded percent-encoding v2.2.0
27232024-10-01T02:03:36.218Z[ helios-setup] Oct 01 02:03:34.561 INFO E| Downloaded time v0.1.45
27242024-10-01T02:03:36.220Z[ helios-setup] Oct 01 02:03:34.563 INFO E| Downloaded slog-bunyan v2.4.0
27252024-10-01T02:03:36.223Z[ helios-setup] Oct 01 02:03:34.566 INFO E| Downloaded semver v1.0.17
27262024-10-01T02:03:36.226Z[ helios-setup] Oct 01 02:03:34.570 INFO E| Downloaded semver-parser v0.10.2
27272024-10-01T02:03:36.229Z[ helios-setup] Oct 01 02:03:34.573 INFO E| Downloaded clap_derive v4.2.0
27282024-10-01T02:03:36.233Z[ helios-setup] Oct 01 02:03:34.577 INFO E| Downloaded slab v0.4.7
27292024-10-01T02:03:36.235Z[ helios-setup] Oct 01 02:03:34.579 INFO E| Downloaded iana-time-zone v0.1.56
27302024-10-01T02:03:36.239Z[ helios-setup] Oct 01 02:03:34.583 INFO E| Downloaded futures-macro v0.3.28
27312024-10-01T02:03:36.241Z[ helios-setup] Oct 01 02:03:34.585 INFO E| Downloaded tokio-rustls v0.24.0
27322024-10-01T02:03:36.245Z[ helios-setup] Oct 01 02:03:34.589 INFO E| Downloaded serde_derive_internals v0.26.0
27332024-10-01T02:03:36.248Z[ helios-setup] Oct 01 02:03:34.591 INFO E| Downloaded smallvec v1.10.0
27342024-10-01T02:03:36.251Z[ helios-setup] Oct 01 02:03:34.595 INFO E| Downloaded pin-project-lite v0.2.9
27352024-10-01T02:03:36.260Z[ helios-setup] Oct 01 02:03:34.604 INFO E| Downloaded rhai_codegen v1.5.0
27362024-10-01T02:03:36.283Z[ helios-setup] Oct 01 02:03:34.627 INFO E| Downloaded unicode-ident v1.0.8
27372024-10-01T02:03:36.287Z[ helios-setup] Oct 01 02:03:34.631 INFO E| Downloaded uuid v1.3.0
27382024-10-01T02:03:36.295Z[ helios-setup] Oct 01 02:03:34.639 INFO E| Downloaded unicode-bidi v0.3.13
27392024-10-01T02:03:36.300Z[ helios-setup] Oct 01 02:03:34.645 INFO E| Downloaded url v2.3.1
27402024-10-01T02:03:36.306Z[ helios-setup] Oct 01 02:03:34.650 INFO E| Downloaded tracing-core v0.1.30
27412024-10-01T02:03:36.311Z[ helios-setup] Oct 01 02:03:34.655 INFO E| Downloaded unicode-linebreak v0.1.4
27422024-10-01T02:03:36.315Z[ helios-setup] Oct 01 02:03:34.659 INFO E| Downloaded toml_edit v0.19.8
27432024-10-01T02:03:36.345Z[ helios-setup] Oct 01 02:03:34.688 INFO E| Downloaded num-traits v0.2.15
27442024-10-01T02:03:36.348Z[ helios-setup] Oct 01 02:03:34.692 INFO E| Downloaded winnow v0.4.1
27452024-10-01T02:03:36.363Z[ helios-setup] Oct 01 02:03:34.707 INFO E| Downloaded unicode-normalization v0.1.22
27462024-10-01T02:03:36.369Z[ helios-setup] Oct 01 02:03:34.713 INFO E| Downloaded syn v2.0.72
27472024-10-01T02:03:36.391Z[ helios-setup] Oct 01 02:03:34.732 INFO E| Downloaded memchr v2.5.0
27482024-10-01T02:03:36.403Z[ helios-setup] Oct 01 02:03:34.738 INFO E| Downloaded futures v0.3.28
27492024-10-01T02:03:36.403Z[ helios-setup] Oct 01 02:03:34.746 INFO E| Downloaded cc v1.0.78
27502024-10-01T02:03:36.406Z[ helios-setup] Oct 01 02:03:34.750 INFO E| Downloaded tokio v1.27.0
27512024-10-01T02:03:36.473Z[ helios-setup] Oct 01 02:03:34.817 INFO E| Downloaded ryu v1.0.13
27522024-10-01T02:03:36.478Z[ helios-setup] Oct 01 02:03:34.821 INFO E| Downloaded schemars v0.8.12
27532024-10-01T02:03:36.497Z[ helios-setup] Oct 01 02:03:34.841 INFO E| Downloaded http v0.2.9
27542024-10-01T02:03:36.502Z[ helios-setup] Oct 01 02:03:34.846 INFO E| Downloaded rustls-webpki v0.100.1
27552024-10-01T02:03:36.512Z[ helios-setup] Oct 01 02:03:34.856 INFO E| Downloaded rayon-core v1.10.2
27562024-10-01T02:03:36.519Z[ helios-setup] Oct 01 02:03:34.863 INFO E| Downloaded mio v0.8.5
27572024-10-01T02:03:36.528Z[ helios-setup] Oct 01 02:03:34.872 INFO E| Downloaded crossbeam-channel v0.5.6
27582024-10-01T02:03:36.567Z[ helios-setup] Oct 01 02:03:34.911 INFO E| Downloaded ahash v0.7.6
27592024-10-01T02:03:36.571Z[ helios-setup] Oct 01 02:03:34.915 INFO E| Downloaded pest v2.5.7
27602024-10-01T02:03:36.581Z[ helios-setup] Oct 01 02:03:34.925 INFO E| Downloaded aho-corasick v0.7.20
27612024-10-01T02:03:36.588Z[ helios-setup] Oct 01 02:03:34.932 INFO E| Downloaded syn v1.0.107
27622024-10-01T02:03:36.597Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27632024-10-01T02:03:36.609Z[ helios-setup] Oct 01 02:03:34.953 INFO E| Downloaded reqwest v0.11.16
27642024-10-01T02:03:36.623Z[ helios-setup] Oct 01 02:03:34.967 INFO E| Downloaded serde_json v1.0.95
27652024-10-01T02:03:36.650Z[ helios-setup] Oct 01 02:03:34.994 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
27662024-10-01T02:03:36.654Z[ helios-setup] Oct 01 02:03:34.998 INFO E| Downloaded h2 v0.3.16
27672024-10-01T02:03:36.661Z[ helios-setup] Oct 01 02:03:35.005 INFO E| Downloaded clap_builder v4.2.1
27682024-10-01T02:03:36.672Z[ helios-setup] Oct 01 02:03:35.016 INFO E| Downloaded log v0.4.17
27692024-10-01T02:03:36.676Z[ helios-setup] Oct 01 02:03:35.020 INFO E| Downloaded rayon v1.6.1
27702024-10-01T02:03:36.691Z[ helios-setup] Oct 01 02:03:35.034 INFO E| Downloaded futures-util v0.3.28
27712024-10-01T02:03:36.712Z[ helios-setup] Oct 01 02:03:35.056 INFO E| Downloaded hyper v0.14.25
27722024-10-01T02:03:36.724Z[ helios-setup] Oct 01 02:03:35.068 INFO E| Downloaded regex v1.7.3
27732024-10-01T02:03:36.740Z[ helios-setup] Oct 01 02:03:35.084 INFO E| Downloaded git2 v0.16.1
27742024-10-01T02:03:36.758Z[ helios-setup] Oct 01 02:03:35.102 INFO E| Downloaded rustls v0.21.0
27752024-10-01T02:03:36.786Z[ helios-setup] Oct 01 02:03:35.130 INFO E| Downloaded rustix v0.37.3
27762024-10-01T02:03:36.817Z[ helios-setup] Oct 01 02:03:35.161 INFO E| Downloaded rhai v1.14.0
27772024-10-01T02:03:36.836Z[ helios-setup] Oct 01 02:03:35.179 INFO E| Downloaded openapiv3 v1.0.2
27782024-10-01T02:03:36.853Z[ helios-setup] Oct 01 02:03:35.196 INFO E| Downloaded regress v0.5.0
27792024-10-01T02:03:36.863Z[ helios-setup] Oct 01 02:03:35.207 INFO E| Downloaded chrono v0.4.24
27802024-10-01T02:03:36.874Z[ helios-setup] Oct 01 02:03:35.218 INFO E| Downloaded io-lifetimes v1.0.10
27812024-10-01T02:03:36.879Z[ helios-setup] Oct 01 02:03:35.222 INFO E| Downloaded futures-core v0.3.28
27822024-10-01T02:03:36.881Z[ helios-setup] Oct 01 02:03:35.225 INFO E| Downloaded crossbeam-deque v0.8.2
27832024-10-01T02:03:36.883Z[ helios-setup] Oct 01 02:03:35.227 INFO E| Downloaded cargo-lock v8.0.3
27842024-10-01T02:03:36.887Z[ helios-setup] Oct 01 02:03:35.231 INFO E| Downloaded camino v1.1.4
27852024-10-01T02:03:36.890Z[ helios-setup] Oct 01 02:03:35.234 INFO E| Downloaded bytes v1.4.0
27862024-10-01T02:03:36.895Z[ helios-setup] Oct 01 02:03:35.239 INFO E| Downloaded bincode v1.3.3
27872024-10-01T02:03:36.899Z[ helios-setup] Oct 01 02:03:35.243 INFO E| Downloaded anyhow v1.0.68
27882024-10-01T02:03:36.906Z[ helios-setup] Oct 01 02:03:35.250 INFO E| Downloaded libc v0.2.139
27892024-10-01T02:03:36.944Z[ helios-setup] Oct 01 02:03:35.287 INFO E| Downloaded tokio-util v0.7.7
27902024-10-01T02:03:36.960Z[ helios-setup] Oct 01 02:03:35.304 INFO E| Downloaded parking_lot v0.12.1
27912024-10-01T02:03:36.965Z[ helios-setup] Oct 01 02:03:35.309 INFO E| Downloaded parking_lot_core v0.9.6
27922024-10-01T02:03:36.968Z[ helios-setup] Oct 01 02:03:35.312 INFO E| Downloaded base64 v0.21.0
27932024-10-01T02:03:36.975Z[ helios-setup] Oct 01 02:03:35.319 INFO E| Downloaded tracing v0.1.37
27942024-10-01T02:03:36.983Z[ helios-setup] Oct 01 02:03:35.327 INFO E| Downloaded once_cell v1.17.0
27952024-10-01T02:03:36.987Z[ helios-setup] Oct 01 02:03:35.331 INFO E| Downloaded http-body v0.4.5
27962024-10-01T02:03:36.990Z[ helios-setup] Oct 01 02:03:35.334 INFO E| Downloaded crossbeam-epoch v0.9.13
27972024-10-01T02:03:36.995Z[ helios-setup] Oct 01 02:03:35.339 INFO E| Downloaded unsafe-libyaml v0.2.8
27982024-10-01T02:03:37.001Z[ helios-setup] Oct 01 02:03:35.345 INFO E| Downloaded ucd-trie v0.1.5
27992024-10-01T02:03:37.004Z[ helios-setup] Oct 01 02:03:35.348 INFO E| Downloaded tungstenite v0.18.0
28002024-10-01T02:03:37.010Z[ helios-setup] Oct 01 02:03:35.354 INFO E| Downloaded textwrap v0.16.0
28012024-10-01T02:03:37.014Z[ helios-setup] Oct 01 02:03:35.358 INFO E| Downloaded serde_yaml v0.9.21
28022024-10-01T02:03:37.021Z[ helios-setup] Oct 01 02:03:35.365 INFO E| Downloaded schemars_derive v0.8.12
28032024-10-01T02:03:37.024Z[ helios-setup] Oct 01 02:03:35.367 INFO E| Downloaded rustfmt-wrapper v0.2.0
28042024-10-01T02:03:37.026Z[ helios-setup] Oct 01 02:03:35.369 INFO E| Downloaded pkg-config v0.3.26
28052024-10-01T02:03:37.029Z[ helios-setup] Oct 01 02:03:35.371 INFO E| Downloaded num_cpus v1.15.0
28062024-10-01T02:03:37.031Z[ helios-setup] Oct 01 02:03:35.375 INFO E| Downloaded num-integer v0.1.45
28072024-10-01T02:03:37.034Z[ helios-setup] Oct 01 02:03:35.378 INFO E| Downloaded is-terminal v0.4.7
28082024-10-01T02:03:37.037Z[ helios-setup] Oct 01 02:03:35.380 INFO E| Downloaded toml v0.7.3
28092024-10-01T02:03:37.043Z[ helios-setup] Oct 01 02:03:35.387 INFO E| Downloaded socket2 v0.4.9
28102024-10-01T02:03:37.045Z[ helios-setup] Oct 01 02:03:35.389 INFO E| Downloaded num_enum_derive v0.5.7
28112024-10-01T02:03:37.048Z[ helios-setup] Oct 01 02:03:35.391 INFO E| Downloaded memoffset v0.7.1
28122024-10-01T02:03:37.051Z[ helios-setup] Oct 01 02:03:35.394 INFO E| Downloaded jobserver v0.1.26
28132024-10-01T02:03:37.054Z[ helios-setup] Oct 01 02:03:35.397 INFO E| Downloaded fastrand v1.9.0
28142024-10-01T02:03:37.056Z[ helios-setup] Oct 01 02:03:35.399 INFO E| Downloaded either v1.8.0
28152024-10-01T02:03:37.059Z[ helios-setup] Oct 01 02:03:35.401 INFO E| Downloaded digest v0.10.6
28162024-10-01T02:03:37.061Z[ helios-setup] Oct 01 02:03:35.404 INFO E| Downloaded clap_lex v0.4.1
28172024-10-01T02:03:37.063Z[ helios-setup] Oct 01 02:03:35.406 INFO E| Downloaded encoding_rs v0.8.32
28182024-10-01T02:03:37.096Z[ helios-setup] Oct 01 02:03:35.440 INFO E| Downloaded byteorder v1.4.3
28192024-10-01T02:03:37.099Z[ helios-setup] Oct 01 02:03:35.443 INFO E| Downloaded tokio-tungstenite v0.18.0
28202024-10-01T02:03:37.102Z[ helios-setup] Oct 01 02:03:35.446 INFO E| Downloaded tempfile v3.5.0
28212024-10-01T02:03:37.107Z[ helios-setup] Oct 01 02:03:35.450 INFO E| Downloaded smartstring v1.0.1
28222024-10-01T02:03:37.110Z[ helios-setup] Oct 01 02:03:35.454 INFO E| Downloaded sct v0.7.0
28232024-10-01T02:03:37.118Z[ helios-setup] Oct 01 02:03:35.462 INFO E| Downloaded rustls-pemfile v1.0.2
28242024-10-01T02:03:37.121Z[ helios-setup] Oct 01 02:03:35.465 INFO E| Downloaded lock_api v0.4.9
28252024-10-01T02:03:37.124Z[ helios-setup] Oct 01 02:03:35.468 INFO E| Downloaded futures-io v0.3.28
28262024-10-01T02:03:37.149Z[ helios-setup] Oct 01 02:03:35.470 INFO E| Downloaded concolor-query v0.3.3
28272024-10-01T02:03:37.150Z[ helios-setup] Oct 01 02:03:35.471 INFO E| Downloaded ipnet v2.7.2
28282024-10-01T02:03:37.150Z[ helios-setup] Oct 01 02:03:35.474 INFO E| Downloaded getrandom v0.2.8
28292024-10-01T02:03:37.150Z[ helios-setup] Oct 01 02:03:35.479 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
28302024-10-01T02:03:37.224Z[ helios-setup] Oct 01 02:03:35.568 INFO E| Downloaded clap v4.2.1
28312024-10-01T02:03:37.239Z[ helios-setup] Oct 01 02:03:35.583 INFO E| Downloaded autocfg v1.1.0
28322024-10-01T02:03:37.242Z[ helios-setup] Oct 01 02:03:35.586 INFO E| Downloaded anstyle v0.3.5
28332024-10-01T02:03:37.245Z[ helios-setup] Oct 01 02:03:35.588 INFO E| Downloaded proc-macro-crate v1.2.1
28342024-10-01T02:03:37.248Z[ helios-setup] Oct 01 02:03:35.590 INFO E| Downloaded crossbeam-utils v0.8.14
28352024-10-01T02:03:37.253Z[ helios-setup] Oct 01 02:03:35.595 INFO E| Downloaded futures-channel v0.3.28
28362024-10-01T02:03:37.256Z[ helios-setup] Oct 01 02:03:35.598 INFO E| Downloaded anstyle-parse v0.1.1
28372024-10-01T02:03:37.258Z[ helios-setup] Oct 01 02:03:35.601 INFO E| Downloaded semver v0.11.0
28382024-10-01T02:03:37.260Z[ helios-setup] Oct 01 02:03:35.603 INFO E| Downloaded tokio-macros v2.0.0
28392024-10-01T02:03:37.263Z[ helios-setup] Oct 01 02:03:35.605 INFO E| Downloaded serde_tokenstream v0.2.0
28402024-10-01T02:03:37.267Z[ helios-setup] Oct 01 02:03:35.611 INFO E| Downloaded signal-hook-registry v1.4.0
28412024-10-01T02:03:37.269Z[ helios-setup] Oct 01 02:03:35.612 INFO E| Downloaded libz-sys v1.1.8
28422024-10-01T02:03:37.392Z[ helios-setup] Oct 01 02:03:35.705 INFO E| Downloaded slog-async v2.7.0
28432024-10-01T02:03:37.395Z[ helios-setup] Oct 01 02:03:35.707 INFO E| Downloaded sha1 v0.10.5
28442024-10-01T02:03:37.395Z[ helios-setup] Oct 01 02:03:35.710 INFO E| Downloaded futures-task v0.3.28
28452024-10-01T02:03:37.395Z[ helios-setup] Oct 01 02:03:35.716 INFO E| Downloaded httpdate v1.0.2
28462024-10-01T02:03:37.395Z[ helios-setup] Oct 01 02:03:35.716 INFO E| Downloaded itoa v1.0.6
28472024-10-01T02:03:37.395Z[ helios-setup] Oct 01 02:03:35.717 INFO E| Downloaded home v0.5.4
28482024-10-01T02:03:37.395Z[ helios-setup] Oct 01 02:03:35.718 INFO E| Downloaded built v0.6.0
28492024-10-01T02:03:37.395Z[ helios-setup] Oct 01 02:03:35.721 INFO E| Downloaded futures-executor v0.3.28
28502024-10-01T02:03:37.395Z[ helios-setup] Oct 01 02:03:35.723 INFO E| Downloaded serde_spanned v0.6.1
28512024-10-01T02:03:37.395Z[ helios-setup] Oct 01 02:03:35.725 INFO E| Downloaded serde_path_to_error v0.1.11
28522024-10-01T02:03:37.395Z[ helios-setup] Oct 01 02:03:35.727 INFO E| Downloaded scopeguard v1.1.0
28532024-10-01T02:03:37.395Z[ helios-setup] Oct 01 02:03:35.729 INFO E| Downloaded form_urlencoded v1.1.0
28542024-10-01T02:03:37.395Z[ helios-setup] Oct 01 02:03:35.731 INFO E| Downloaded dyn-clone v1.0.11
28552024-10-01T02:03:37.396Z[ helios-setup] Oct 01 02:03:35.733 INFO E| Downloaded anstream v0.2.6
28562024-10-01T02:03:37.396Z[ helios-setup] Oct 01 02:03:35.737 INFO E| Downloaded project-root v0.2.2
28572024-10-01T02:03:37.396Z[ helios-setup] Oct 01 02:03:35.738 INFO E| Downloaded futures-sink v0.3.28
28582024-10-01T02:03:37.398Z[ helios-setup] Oct 01 02:03:35.739 INFO E| Downloaded concolor-override v1.0.0
28592024-10-01T02:03:37.398Z[ helios-setup] Oct 01 02:03:35.741 INFO E| Downloaded ahash v0.8.3
28602024-10-01T02:03:37.810Z[ helios-setup] Oct 01 02:03:36.154 INFO E| Compiling proc-macro2 v1.0.86
28612024-10-01T02:03:37.813Z[ helios-setup] Oct 01 02:03:36.154 INFO E| Compiling libc v0.2.139
28622024-10-01T02:03:37.813Z[ helios-setup] Oct 01 02:03:36.154 INFO E| Compiling unicode-ident v1.0.8
28632024-10-01T02:03:37.813Z[ helios-setup] Oct 01 02:03:36.154 INFO E| Compiling autocfg v1.1.0
28642024-10-01T02:03:37.813Z[ helios-setup] Oct 01 02:03:36.154 INFO E| Compiling cfg-if v1.0.0
28652024-10-01T02:03:37.813Z[ helios-setup] Oct 01 02:03:36.155 INFO E| Compiling version_check v0.9.4
28662024-10-01T02:03:37.813Z[ helios-setup] Oct 01 02:03:36.155 INFO E| Compiling serde v1.0.204
28672024-10-01T02:03:37.813Z[ helios-setup] Oct 01 02:03:36.155 INFO E| Compiling syn v1.0.107
28682024-10-01T02:03:38.359Z[ helios-setup] Oct 01 02:03:36.703 INFO E| Compiling memchr v2.5.0
28692024-10-01T02:03:38.699Z[ helios-setup] Oct 01 02:03:37.042 INFO E| Compiling once_cell v1.17.0
28702024-10-01T02:03:39.070Z[ helios-setup] Oct 01 02:03:37.414 INFO E| Compiling thiserror v1.0.38
28712024-10-01T02:03:39.212Z[ helios-setup] Oct 01 02:03:37.555 INFO E| Compiling log v0.4.17
28722024-10-01T02:03:39.925Z[ helios-setup] Oct 01 02:03:38.268 INFO E| Compiling serde_json v1.0.95
28732024-10-01T02:03:40.021Z[ helios-setup] Oct 01 02:03:38.365 INFO E| Compiling itoa v1.0.6
28742024-10-01T02:03:40.770Z[ helios-setup] Oct 01 02:03:39.113 INFO E| Compiling quote v1.0.36
28752024-10-01T02:03:41.318Z[ helios-setup] Oct 01 02:03:39.661 INFO E| Compiling indexmap v1.9.3
28762024-10-01T02:03:41.562Z[ helios-setup] Oct 01 02:03:39.906 INFO E| Compiling syn v2.0.72
28772024-10-01T02:03:41.952Z[ helios-setup] Oct 01 02:03:40.296 INFO E| Compiling pin-project-lite v0.2.9
28782024-10-01T02:03:42.053Z[ helios-setup] Oct 01 02:03:40.396 INFO E| Compiling scopeguard v1.1.0
28792024-10-01T02:03:42.420Z[ helios-setup] Oct 01 02:03:40.763 INFO E| Compiling jobserver v0.1.26
28802024-10-01T02:03:42.484Z[ helios-setup] Oct 01 02:03:40.828 INFO E| Compiling getrandom v0.2.8
28812024-10-01T02:03:42.983Z[ helios-setup] Oct 01 02:03:41.327 INFO E| Compiling num-integer v0.1.45
28822024-10-01T02:03:43.481Z[ helios-setup] Oct 01 02:03:41.824 INFO E| Compiling cc v1.0.78
28832024-10-01T02:03:43.609Z[ helios-setup] Oct 01 02:03:41.953 INFO E| Compiling bytes v1.4.0
28842024-10-01T02:03:43.715Z[ helios-setup] Oct 01 02:03:42.058 INFO E| Compiling futures-core v0.3.28
28852024-10-01T02:03:43.955Z[ helios-setup] Oct 01 02:03:42.298 INFO E| Compiling ryu v1.0.13
28862024-10-01T02:03:45.176Z[ helios-setup] Oct 01 02:03:43.519 INFO E| Compiling lock_api v0.4.9
28872024-10-01T02:03:45.343Z[ helios-setup] Oct 01 02:03:43.686 INFO E| Compiling typenum v1.16.0
28882024-10-01T02:03:45.598Z[ helios-setup] Oct 01 02:03:43.942 INFO E| Compiling parking_lot_core v0.9.6
28892024-10-01T02:03:46.091Z[ helios-setup] Oct 01 02:03:44.433 INFO E| Compiling bitflags v1.3.2
28902024-10-01T02:03:46.450Z[ helios-setup] Oct 01 02:03:44.792 INFO E| Compiling num_cpus v1.15.0
28912024-10-01T02:03:46.737Z[ helios-setup] Oct 01 02:03:45.079 INFO E| Compiling slab v0.4.7
28922024-10-01T02:03:46.801Z[ helios-setup] Oct 01 02:03:45.144 INFO E| Compiling generic-array v0.14.6
28932024-10-01T02:03:46.842Z[ helios-setup] Oct 01 02:03:45.184 INFO E| Compiling futures-channel v0.3.28
28942024-10-01T02:03:47.223Z[ helios-setup] Oct 01 02:03:45.566 INFO E| Compiling futures-sink v0.3.28
28952024-10-01T02:03:47.716Z[ helios-setup] Oct 01 02:03:46.059 INFO E| Compiling futures-task v0.3.28
28962024-10-01T02:03:47.935Z[ helios-setup] Oct 01 02:03:46.278 INFO E| Compiling tokio v1.27.0
28972024-10-01T02:03:48.005Z[ helios-setup] Oct 01 02:03:46.348 INFO E| Compiling futures-util v0.3.28
28982024-10-01T02:03:48.798Z[ helios-setup] Oct 01 02:03:47.140 INFO E| Compiling schemars v0.8.12
28992024-10-01T02:03:49.451Z[ helios-setup] Oct 01 02:03:47.793 INFO E| Compiling mio v0.8.5
29002024-10-01T02:03:49.525Z[ helios-setup] Oct 01 02:03:47.867 INFO E| Compiling socket2 v0.4.9
29012024-10-01T02:03:49.817Z[ helios-setup] Oct 01 02:03:48.158 INFO E| Compiling signal-hook-registry v1.4.0
29022024-10-01T02:03:49.902Z[ helios-setup] Oct 01 02:03:48.245 INFO E| Compiling num-traits v0.2.15
29032024-10-01T02:03:49.952Z[ helios-setup] Oct 01 02:03:48.294 INFO E| Compiling ahash v0.7.6
29042024-10-01T02:03:50.880Z[ helios-setup] Oct 01 02:03:49.223 INFO E| Compiling crunchy v0.2.2
29052024-10-01T02:03:51.338Z[ helios-setup] Oct 01 02:03:49.681 INFO E| Compiling pin-utils v0.1.0
29062024-10-01T02:03:51.584Z[ helios-setup] Oct 01 02:03:49.926 INFO E| Compiling io-lifetimes v1.0.10
29072024-10-01T02:03:52.270Z[ helios-setup] Oct 01 02:03:50.613 INFO E| Compiling futures-io v0.3.28
29082024-10-01T02:03:52.495Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29092024-10-01T02:03:53.335Z[ helios-setup] Oct 01 02:03:51.678 INFO E| Compiling ahash v0.8.3
29102024-10-01T02:03:53.414Z[ helios-setup] Oct 01 02:03:51.756 INFO E| Compiling tiny-keccak v2.0.2
29112024-10-01T02:03:53.810Z[ helios-setup] Oct 01 02:03:52.148 INFO E| Compiling serde_derive_internals v0.26.0
29122024-10-01T02:03:53.836Z[ helios-setup] Oct 01 02:03:52.178 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
29132024-10-01T02:03:54.198Z[ helios-setup] Oct 01 02:03:52.541 INFO E| Compiling hashbrown v0.12.3
29142024-10-01T02:03:54.594Z[ helios-setup] Oct 01 02:03:52.936 INFO E| Compiling rustix v0.37.3
29152024-10-01T02:03:55.286Z[ helios-setup] Oct 01 02:03:53.628 INFO E| Compiling crypto-common v0.1.6
29162024-10-01T02:03:55.803Z[ helios-setup] Oct 01 02:03:54.145 INFO E| Compiling block-buffer v0.10.3
29172024-10-01T02:03:56.317Z[ host-package] Compiling libsqlite3-sys v0.30.1
29182024-10-01T02:03:56.458Z[ host-package] Compiling lzma-sys v0.1.20
29192024-10-01T02:03:56.918Z[ helios-setup] Oct 01 02:03:55.260 INFO E| Compiling errno v0.3.1
29202024-10-01T02:03:57.148Z[ helios-setup] Oct 01 02:03:55.490 INFO E| Compiling crossbeam-utils v0.8.14
29212024-10-01T02:03:57.407Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29222024-10-01T02:03:57.513Z[ helios-setup] Oct 01 02:03:55.855 INFO E| Compiling slog v2.7.0
29232024-10-01T02:03:57.559Z[ helios-setup] Oct 01 02:03:55.901 INFO E| Compiling fnv v1.0.7
29242024-10-01T02:03:57.817Z[ helios-setup] Oct 01 02:03:56.159 INFO E| Compiling pkg-config v0.3.26
29252024-10-01T02:03:57.912Z[ helios-setup] Oct 01 02:03:56.254 INFO E| Compiling http v0.2.9
29262024-10-01T02:03:58.150Z[ host-package] Compiling rustls v0.21.12
29272024-10-01T02:03:58.569Z[ host-package] Compiling cfg_aliases v0.2.1
29282024-10-01T02:03:58.885Z[ host-package] Compiling nix v0.29.0
29292024-10-01T02:03:59.504Z[ helios-setup] Oct 01 02:03:57.845 INFO E| Compiling digest v0.10.6
29302024-10-01T02:04:00.599Z[ helios-setup] Oct 01 02:03:58.941 INFO E| Compiling aho-corasick v0.7.20
29312024-10-01T02:04:00.952Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29322024-10-01T02:04:01.417Z[ helios-setup] Oct 01 02:03:59.758 INFO E| Compiling httparse v1.8.0
29332024-10-01T02:04:02.367Z[ helios-setup] Oct 01 02:04:00.708 INFO E| Compiling tinyvec_macros v0.1.1
29342024-10-01T02:04:02.485Z[ helios-setup] Oct 01 02:04:00.827 INFO E| Compiling heck v0.4.1
29352024-10-01T02:04:02.741Z[ helios-setup] Oct 01 02:04:01.082 INFO E| Compiling anyhow v1.0.68
29362024-10-01T02:04:03.181Z[ helios-setup] Oct 01 02:04:01.522 INFO E| Compiling thiserror-impl v1.0.38
29372024-10-01T02:04:03.412Z[ helios-setup] Oct 01 02:04:01.754 INFO E| Compiling schemars_derive v0.8.12
29382024-10-01T02:04:03.569Z[ helios-setup] Oct 01 02:04:01.911 INFO E| Compiling regex-syntax v0.6.29
29392024-10-01T02:04:03.647Z[ helios-setup] Oct 01 02:04:01.988 INFO E| Compiling unicode-width v0.1.10
29402024-10-01T02:04:03.764Z[ helios-setup] Oct 01 02:04:02.105 INFO E| Compiling serde_derive v1.0.204
29412024-10-01T02:04:03.924Z[ helios-setup] Oct 01 02:04:02.266 INFO E| Compiling futures-macro v0.3.28
29422024-10-01T02:04:04.085Z[ helios-setup] Oct 01 02:04:02.426 INFO E| Compiling tokio-macros v2.0.0
29432024-10-01T02:04:04.709Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29442024-10-01T02:04:04.865Z[ helios-setup] Oct 01 02:04:03.207 INFO E| Compiling percent-encoding v2.2.0
29452024-10-01T02:04:06.189Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29462024-10-01T02:04:06.259Z[ helios-setup] Oct 01 02:04:04.600 INFO E| Compiling cpufeatures v0.2.5
29472024-10-01T02:04:06.390Z[ helios-setup] Oct 01 02:04:04.732 INFO E| Compiling tinyvec v1.6.0
29482024-10-01T02:04:06.541Z[ helios-setup] Oct 01 02:04:04.882 INFO E| Compiling form_urlencoded v1.1.0
29492024-10-01T02:04:07.811Z[ helios-setup] Oct 01 02:04:06.152 INFO E| Compiling const-random-macro v0.1.15
29502024-10-01T02:04:07.869Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29512024-10-01T02:04:08.865Z[ host-package] Compiling rustls-webpki v0.101.7
29522024-10-01T02:04:09.352Z[ helios-setup] Oct 01 02:04:07.693 INFO E| Compiling hashbrown v0.13.2
29532024-10-01T02:04:09.519Z[ helios-setup] Oct 01 02:04:07.860 INFO E| Compiling libz-sys v1.1.8
29542024-10-01T02:04:09.776Z[ helios-setup] Oct 01 02:04:08.117 INFO E| Compiling chrono v0.4.24
29552024-10-01T02:04:10.749Z[ helios-setup] Oct 01 02:04:09.089 INFO E| Compiling regex v1.7.3
29562024-10-01T02:04:11.450Z[ host-package] Compiling sct v0.7.1
29572024-10-01T02:04:12.498Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29582024-10-01T02:04:12.971Z[ host-package] Compiling heck v0.3.3
29592024-10-01T02:04:13.820Z[ host-package] Compiling castaway v0.2.3
29602024-10-01T02:04:14.003Z[ helios-setup] Oct 01 02:04:12.344 INFO E| Compiling uuid v1.3.0
29612024-10-01T02:04:14.054Z[ helios-setup] Oct 01 02:04:12.394 INFO E| Compiling dyn-clone v1.0.11
29622024-10-01T02:04:14.113Z[ helios-setup] Oct 01 02:04:12.453 INFO E| Compiling regress v0.5.0
29632024-10-01T02:04:14.491Z[ host-package] Compiling rand_seeder v0.3.0
29642024-10-01T02:04:14.680Z[ helios-setup] Oct 01 02:04:13.021 INFO E| Compiling unicode-normalization v0.1.22
29652024-10-01T02:04:14.855Z[ helios-setup] Oct 01 02:04:13.195 INFO E| Compiling const-random v0.1.15
29662024-10-01T02:04:15.577Z[ host-package] Compiling csv-core v0.1.11
29672024-10-01T02:04:16.183Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29682024-10-01T02:04:16.282Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29692024-10-01T02:04:17.370Z[ helios-setup] Oct 01 02:04:15.710 INFO E| Compiling getopts v0.2.21
29702024-10-01T02:04:17.473Z[ host-package] Compiling http-range v0.1.5
29712024-10-01T02:04:17.485Z[ helios-setup] Oct 01 02:04:15.826 INFO E| Compiling tracing-core v0.1.30
29722024-10-01T02:04:17.593Z[ helios-setup] Oct 01 02:04:15.933 INFO E| Compiling memoffset v0.7.1
29732024-10-01T02:04:18.485Z[ helios-setup] Oct 01 02:04:16.825 INFO E| Compiling unicode-bidi v0.3.13
29742024-10-01T02:04:18.831Z[ host-package] Compiling hyper-staticfile v0.10.1
29752024-10-01T02:04:18.896Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29762024-10-01T02:04:20.486Z[ host-package] Compiling csv v1.3.0
29772024-10-01T02:04:20.869Z[ helios-setup] Oct 01 02:04:19.208 INFO E| Compiling num-conv v0.1.0
29782024-10-01T02:04:21.075Z[ helios-setup] Oct 01 02:04:19.415 INFO E| Compiling ucd-trie v0.1.5
29792024-10-01T02:04:21.722Z[ helios-setup] Oct 01 02:04:20.062 INFO E| Compiling powerfmt v0.2.0
29802024-10-01T02:04:21.860Z[ helios-setup] Oct 01 02:04:20.200 INFO E| Compiling time-core v0.1.2
29812024-10-01T02:04:22.155Z[ helios-setup] Oct 01 02:04:20.495 INFO E| Compiling idna v0.3.0
29822024-10-01T02:04:22.386Z[ helios-setup] Oct 01 02:04:20.726 INFO E| Compiling time-macros v0.2.18
29832024-10-01T02:04:22.849Z[ helios-setup] Oct 01 02:04:21.188 INFO E| Compiling deranged v0.3.11
29842024-10-01T02:04:22.851Z[ helios-setup] Oct 01 02:04:21.189 INFO E| Compiling pest v2.5.7
29852024-10-01T02:04:24.302Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29862024-10-01T02:04:24.373Z[ host-package] Compiling compact_str v0.8.0
29872024-10-01T02:04:24.876Z[ host-package] Compiling zone_cfg_derive v0.1.2
29882024-10-01T02:04:27.468Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29892024-10-01T02:04:27.812Z[ helios-setup] Oct 01 02:04:26.152 INFO E| Compiling tracing v0.1.37
29902024-10-01T02:04:29.418Z[ helios-setup] Oct 01 02:04:27.758 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29912024-10-01T02:04:29.557Z[ helios-setup] Oct 01 02:04:27.896 INFO E| Compiling time v0.1.45
29922024-10-01T02:04:30.048Z[ helios-setup] Oct 01 02:04:28.387 INFO E| Compiling crossbeam-epoch v0.9.13
29932024-10-01T02:04:30.807Z[ helios-setup] Oct 01 02:04:29.146 INFO E| Compiling semver v1.0.17
29942024-10-01T02:04:31.366Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29952024-10-01T02:04:31.484Z[ helios-setup] Oct 01 02:04:29.823 INFO E| Compiling iana-time-zone v0.1.56
29962024-10-01T02:04:31.567Z[ helios-setup] Oct 01 02:04:29.906 INFO E| Compiling num_threads v0.1.6
29972024-10-01T02:04:31.954Z[ helios-setup] Oct 01 02:04:30.293 INFO E| Compiling smallvec v1.10.0
29982024-10-01T02:04:32.850Z[ helios-setup] Oct 01 02:04:31.189 INFO E| Compiling toml v0.5.11
29992024-10-01T02:04:32.957Z[ host-package] Compiling nix v0.27.1
30002024-10-01T02:04:33.150Z[ helios-setup] Oct 01 02:04:31.489 INFO E| Compiling serde_tokenstream v0.2.0
30012024-10-01T02:04:34.234Z[ helios-setup] Oct 01 02:04:32.573 INFO E| Compiling parking_lot v0.12.1
30022024-10-01T02:04:35.800Z[ helios-setup] Oct 01 02:04:34.139 INFO E| Compiling time v0.3.36
30032024-10-01T02:04:37.843Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30042024-10-01T02:04:39.110Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30052024-10-01T02:04:39.293Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30062024-10-01T02:04:39.819Z[ helios-setup] Oct 01 02:04:38.158 INFO E| Compiling url v2.3.1
30072024-10-01T02:04:43.347Z[ helios-setup] Oct 01 02:04:41.685 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30082024-10-01T02:04:44.349Z[ helios-setup] Oct 01 02:04:42.687 INFO E| Compiling semver-parser v0.10.2
30092024-10-01T02:04:46.112Z[ helios-setup] Oct 01 02:04:44.450 INFO E| Compiling crossbeam-channel v0.5.6
30102024-10-01T02:04:48.797Z[ helios-setup] Oct 01 02:04:47.135 INFO E| Compiling dirs-sys-next v0.1.2
30112024-10-01T02:04:50.068Z[ helios-setup] Oct 01 02:04:48.405 INFO E| Compiling try-lock v0.2.4
30122024-10-01T02:04:50.183Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30132024-10-01T02:04:50.846Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30142024-10-01T02:04:50.997Z[ helios-setup] Oct 01 02:04:49.335 INFO E| Compiling crc32fast v1.3.2
30152024-10-01T02:04:51.275Z[ helios-setup] Oct 01 02:04:49.612 INFO E| Compiling same-file v1.0.6
30162024-10-01T02:04:51.803Z[ helios-setup] Oct 01 02:04:50.140 INFO E| Compiling walkdir v2.3.3
30172024-10-01T02:04:51.830Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30182024-10-01T02:04:52.284Z[ helios-setup] Oct 01 02:04:50.621 INFO E| Compiling tokio-util v0.7.7
30192024-10-01T02:04:52.548Z[ helios-setup] Oct 01 02:04:50.886 INFO E| Compiling want v0.3.0
30202024-10-01T02:04:52.569Z[ host-package] Compiling unicode-truncate v1.0.0
30212024-10-01T02:04:52.961Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30222024-10-01T02:04:53.159Z[ host-package] Compiling hashlink v0.9.1
30232024-10-01T02:04:53.193Z[ helios-setup] Oct 01 02:04:51.530 INFO E| Compiling dirs-next v2.0.0
30242024-10-01T02:04:54.231Z[ host-package] Compiling lru v0.12.3
30252024-10-01T02:04:54.778Z[ helios-setup] Oct 01 02:04:53.115 INFO E| Compiling h2 v0.3.16
30262024-10-01T02:04:55.134Z[ host-package] Compiling instability v0.3.2
30272024-10-01T02:04:55.301Z[ host-package] Compiling fallible-iterator v0.3.0
30282024-10-01T02:04:55.643Z[ helios-setup] Oct 01 02:04:53.980 INFO E| Compiling semver v0.11.0
30292024-10-01T02:04:56.882Z[ host-package] Compiling base64 v0.13.1
30302024-10-01T02:04:57.154Z[ helios-setup] Oct 01 02:04:55.490 INFO E| Compiling proc-macro-crate v1.2.1
30312024-10-01T02:04:57.248Z[ host-package] Compiling cassowary v0.3.0
30322024-10-01T02:04:57.533Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30332024-10-01T02:04:58.161Z[ host-package] Compiling rusqlite v0.32.1
30342024-10-01T02:04:58.881Z[ helios-setup] Oct 01 02:04:57.218 INFO E| Compiling futures-executor v0.3.28
30352024-10-01T02:04:58.927Z[ host-package] Compiling ratatui v0.28.0
30362024-10-01T02:05:00.190Z[ helios-setup] Oct 01 02:04:58.526 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30372024-10-01T02:05:01.020Z[ helios-setup] Oct 01 02:04:59.357 INFO E| Compiling http-body v0.4.5
30382024-10-01T02:05:01.686Z[ helios-setup] Oct 01 02:05:00.022 INFO E| Compiling ring v0.16.20
30392024-10-01T02:05:01.890Z[ helios-setup] Oct 01 02:05:00.226 INFO E| Compiling rand_core v0.6.4
30402024-10-01T02:05:03.055Z[ helios-setup] Oct 01 02:05:01.392 INFO E| Compiling thread_local v1.1.7
30412024-10-01T02:05:03.883Z[ helios-setup] Oct 01 02:05:02.219 INFO E| Compiling httpdate v1.0.2
30422024-10-01T02:05:04.654Z[ helios-setup] Oct 01 02:05:02.989 INFO E| Compiling lazy_static v1.4.0
30432024-10-01T02:05:04.868Z[ host-package] Compiling ron v0.7.1
30442024-10-01T02:05:04.924Z[ helios-setup] Oct 01 02:05:03.260 INFO E| Compiling ppv-lite86 v0.2.17
30452024-10-01T02:05:06.298Z[ helios-setup] Oct 01 02:05:04.634 INFO E| Compiling tower-service v0.3.2
30462024-10-01T02:05:06.632Z[ helios-setup] Oct 01 02:05:04.968 INFO E| Compiling fastrand v1.9.0
30472024-10-01T02:05:06.846Z[ helios-setup] Oct 01 02:05:05.182 INFO E| Compiling utf8parse v0.2.1
30482024-10-01T02:05:07.049Z[ helios-setup] Oct 01 02:05:05.385 INFO E| Compiling rayon-core v1.10.2
30492024-10-01T02:05:07.309Z[ helios-setup] Oct 01 02:05:05.645 INFO E| Compiling home v0.5.4
30502024-10-01T02:05:07.493Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30512024-10-01T02:05:07.809Z[ helios-setup] Oct 01 02:05:06.145 INFO E| Compiling adler v1.0.2
30522024-10-01T02:05:07.836Z[ helios-setup] Oct 01 02:05:06.172 INFO E| Compiling base64 v0.21.0
30532024-10-01T02:05:08.810Z[ helios-setup] Oct 01 02:05:07.146 INFO E| Compiling miniz_oxide v0.6.2
30542024-10-01T02:05:09.218Z[ helios-setup] Oct 01 02:05:07.553 INFO E| Compiling toolchain_find v0.2.0
30552024-10-01T02:05:10.108Z[ helios-setup] Oct 01 02:05:08.443 INFO E| Compiling tempfile v3.5.0
30562024-10-01T02:05:10.172Z[ helios-setup] Oct 01 02:05:08.508 INFO E| Compiling anstyle-parse v0.1.1
30572024-10-01T02:05:11.009Z[ helios-setup] Oct 01 02:05:09.345 INFO E| Compiling rand_chacha v0.3.1
30582024-10-01T02:05:11.117Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30592024-10-01T02:05:11.834Z[ helios-setup] Oct 01 02:05:10.170 INFO E| Compiling hyper v0.14.25
30602024-10-01T02:05:15.224Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30612024-10-01T02:05:17.408Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30622024-10-01T02:05:21.870Z[ host-package] Compiling tokio-rustls v0.24.1
30632024-10-01T02:05:22.836Z[ host-package] Compiling xz2 v0.1.7
30642024-10-01T02:05:25.610Z[ host-package] Compiling zone v0.1.8
30652024-10-01T02:05:25.970Z[ helios-setup] Oct 01 02:05:24.304 INFO E| Compiling futures v0.3.28
30662024-10-01T02:05:26.657Z[ helios-setup] Oct 01 02:05:24.991 INFO E| Compiling num_enum_derive v0.5.7
30672024-10-01T02:05:30.664Z[ helios-setup] Oct 01 02:05:28.998 INFO E| Compiling cargo-lock v8.0.3
30682024-10-01T02:05:31.045Z[ helios-setup] Oct 01 02:05:29.379 INFO E| Compiling crossbeam-deque v0.8.2
30692024-10-01T02:05:31.872Z[ helios-setup] Oct 01 02:05:30.206 INFO E| Compiling term v0.7.0
30702024-10-01T02:05:31.878Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30712024-10-01T02:05:33.403Z[ helios-setup] Oct 01 02:05:31.737 INFO E| Compiling serde_urlencoded v0.7.1
30722024-10-01T02:05:34.494Z[ helios-setup] Oct 01 02:05:32.828 INFO E| Compiling sha1 v0.10.5
30732024-10-01T02:05:34.880Z[ helios-setup] Oct 01 02:05:33.214 INFO E| Compiling sha2 v0.10.6
30742024-10-01T02:05:35.239Z[ helios-setup] Oct 01 02:05:33.573 INFO E| Compiling is-terminal v0.4.7
30752024-10-01T02:05:35.814Z[ helios-setup] Oct 01 02:05:34.145 INFO E| Compiling atty v0.2.14
30762024-10-01T02:05:36.763Z[ helios-setup] Oct 01 02:05:35.096 INFO E| Compiling anstyle v0.3.5
30772024-10-01T02:05:38.097Z[ helios-setup] Oct 01 02:05:36.430 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30782024-10-01T02:05:38.918Z[ helios-setup] Oct 01 02:05:37.251 INFO E| Compiling concolor-query v0.3.3
30792024-10-01T02:05:39.431Z[ helios-setup] Oct 01 02:05:37.764 INFO E| Compiling concolor-override v1.0.0
30802024-10-01T02:05:39.822Z[ helios-setup] Oct 01 02:05:38.155 INFO E| Compiling anstream v0.2.6
30812024-10-01T02:05:42.264Z[ helios-setup] Oct 01 02:05:40.596 INFO E| Compiling slog-term v2.9.0
30822024-10-01T02:05:43.205Z[ helios-setup] Oct 01 02:05:41.538 INFO E| Compiling flate2 v1.0.25
30832024-10-01T02:05:43.480Z[ helios-setup] Oct 01 02:05:41.812 INFO E| Compiling num_enum v0.5.7
30842024-10-01T02:05:44.580Z[ helios-setup] Oct 01 02:05:42.913 INFO E| Compiling rand v0.8.5
30852024-10-01T02:05:44.687Z[ helios-setup] Oct 01 02:05:43.020 INFO E| Compiling rustfmt-wrapper v0.2.0
30862024-10-01T02:05:45.952Z[ helios-setup] Oct 01 02:05:44.284 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30872024-10-01T02:05:46.262Z[ helios-setup] Oct 01 02:05:44.595 INFO E| Compiling openapiv3 v1.0.2
30882024-10-01T02:05:47.744Z[ helios-setup] Oct 01 02:05:46.076 INFO E| Compiling encoding_rs v0.8.32
30892024-10-01T02:05:49.302Z[ helios-setup] Oct 01 02:05:47.635 INFO E| Compiling mime v0.3.17
30902024-10-01T02:05:51.401Z[ helios-setup] Oct 01 02:05:49.733 INFO E| Compiling spin v0.5.2
30912024-10-01T02:05:51.999Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30922024-10-01T02:05:51.999Z[ helios-setup] Oct 01 02:05:50.330 INFO E| Compiling either v1.8.0
30932024-10-01T02:05:52.703Z[ helios-setup] Oct 01 02:05:51.035 INFO E| Compiling project-root v0.2.2
30942024-10-01T02:05:53.385Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30952024-10-01T02:05:53.548Z[ helios-setup] Oct 01 02:05:51.878 INFO E| Compiling unsafe-libyaml v0.2.8
30962024-10-01T02:05:54.104Z[ helios-setup] Oct 01 02:05:52.435 INFO E| Compiling untrusted v0.7.1
30972024-10-01T02:05:54.761Z[ helios-setup] Oct 01 02:05:53.092 INFO E| Compiling ipnet v2.7.2
30982024-10-01T02:05:55.270Z[ helios-setup] Oct 01 02:05:53.601 INFO E| Compiling byteorder v1.4.3
30992024-10-01T02:05:55.272Z[ host-package] Compiling rustls-pemfile v1.0.4
31002024-10-01T02:05:56.040Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31012024-10-01T02:05:56.566Z[ helios-setup] Oct 01 02:05:54.898 INFO E| Compiling utf-8 v0.7.6
31022024-10-01T02:05:56.624Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31032024-10-01T02:05:56.930Z[ helios-setup] Oct 01 02:05:55.262 INFO E| Compiling strsim v0.10.0
31042024-10-01T02:05:57.224Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31052024-10-01T02:05:57.265Z[ helios-setup] Oct 01 02:05:55.597 INFO E| Compiling base64 v0.13.1
31062024-10-01T02:05:57.608Z[ host-package] Compiling signal-hook-tokio v0.3.1
31072024-10-01T02:05:58.813Z[ host-package] Compiling twox-hash v1.6.3
31082024-10-01T02:05:59.040Z[ helios-setup] Oct 01 02:05:57.371 INFO E| Compiling clap_lex v0.4.1
31092024-10-01T02:05:59.276Z[ helios-setup] Oct 01 02:05:57.607 INFO E| Compiling tungstenite v0.18.0
31102024-10-01T02:06:00.195Z[ helios-setup] Oct 01 02:05:58.527 INFO E| Compiling clap_builder v4.2.1
31112024-10-01T02:06:00.732Z[ helios-setup] Oct 01 02:05:59.063 INFO E| Compiling serde_yaml v0.9.21
31122024-10-01T02:06:00.947Z[ helios-setup] Oct 01 02:05:59.278 INFO E| Compiling reqwest v0.11.16
31132024-10-01T02:06:01.081Z[ host-package] Compiling yasna v0.5.2
31142024-10-01T02:06:01.496Z[ helios-setup] Oct 01 02:05:59.827 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31152024-10-01T02:06:06.971Z[ host-package] Compiling is_ci v1.2.0
31162024-10-01T02:06:07.814Z[ host-package] Compiling smawk v0.3.2
31172024-10-01T02:06:08.024Z[ host-package] Compiling unicode-linebreak v0.1.5
31182024-10-01T02:06:08.214Z[ helios-setup] Oct 01 02:06:06.545 INFO E| Compiling rayon v1.6.1
31192024-10-01T02:06:08.407Z[ host-package] Compiling supports-color v3.0.1
31202024-10-01T02:06:09.172Z[ host-package] Compiling textwrap v0.16.1
31212024-10-01T02:06:09.309Z[ helios-setup] Oct 01 02:06:07.640 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31222024-10-01T02:06:09.427Z[ host-package] Compiling rcgen v0.12.1
31232024-10-01T02:06:09.962Z[ helios-setup] Oct 01 02:06:08.293 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
31242024-10-01T02:06:12.491Z[ helios-setup] Oct 01 02:06:10.822 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31252024-10-01T02:06:13.392Z[ helios-setup] Oct 01 02:06:11.722 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
31262024-10-01T02:06:14.585Z[ helios-setup] Oct 01 02:06:12.915 INFO E| Compiling clap_derive v4.2.0
31272024-10-01T02:06:17.127Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31282024-10-01T02:06:18.708Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31292024-10-01T02:06:19.642Z[ helios-setup] Oct 01 02:06:17.972 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31302024-10-01T02:06:24.714Z[ helios-setup] Oct 01 02:06:23.043 INFO E| Compiling clap v4.2.1
31312024-10-01T02:06:26.809Z[ helios-setup] Oct 01 02:06:25.138 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31322024-10-01T02:06:29.340Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
31332024-10-01T02:06:32.627Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31342024-10-01T02:06:42.591Z[ helios-setup] Oct 01 02:06:40.919 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31352024-10-01T02:06:46.051Z[ helios-setup] Oct 01 02:06:44.379 INFO E| Compiling tokio-tungstenite v0.18.0
31362024-10-01T02:06:47.395Z[ helios-setup] Oct 01 02:06:45.722 INFO E| Compiling smartstring v1.0.1
31372024-10-01T02:06:48.532Z[ helios-setup] Oct 01 02:06:46.859 INFO E| Compiling rustls v0.21.0
31382024-10-01T02:06:50.436Z[ helios-setup] Oct 01 02:06:48.763 INFO E| Compiling toml_datetime v0.6.1
31392024-10-01T02:06:50.944Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31402024-10-01T02:06:51.890Z[ helios-setup] Oct 01 02:06:50.217 INFO E| Compiling serde_spanned v0.6.1
31412024-10-01T02:06:52.234Z[ helios-setup] Oct 01 02:06:50.561 INFO E| Compiling async-trait v0.1.68
31422024-10-01T02:06:52.781Z[ helios-setup] Oct 01 02:06:51.108 INFO E| Compiling match_cfg v0.1.0
31432024-10-01T02:06:53.328Z[ helios-setup] Oct 01 02:06:51.654 INFO E| Compiling slog-async v2.7.0
31442024-10-01T02:06:53.475Z[ helios-setup] Oct 01 02:06:51.802 INFO E| Compiling camino v1.1.4
31452024-10-01T02:06:54.616Z[ helios-setup] Oct 01 02:06:52.942 INFO E| Compiling paste v1.0.12
31462024-10-01T02:06:54.725Z[ helios-setup] Oct 01 02:06:53.052 INFO E| Compiling static_assertions v1.1.0
31472024-10-01T02:06:55.123Z[ helios-setup] Oct 01 02:06:53.449 INFO E| Compiling winnow v0.4.1
31482024-10-01T02:06:58.188Z[ helios-setup] Oct 01 02:06:56.514 INFO E| Compiling hostname v0.3.1
31492024-10-01T02:06:58.768Z[ helios-setup] Oct 01 02:06:57.095 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
31502024-10-01T02:06:59.902Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31512024-10-01T02:07:00.520Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31522024-10-01T02:07:00.708Z[ helios-setup] Oct 01 02:06:59.034 INFO E| Compiling slog-json v2.6.1
31532024-10-01T02:07:01.828Z[ helios-setup] Oct 01 02:07:00.154 INFO E| Compiling unicode-linebreak v0.1.4
31542024-10-01T02:07:01.944Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31552024-10-01T02:07:02.974Z[ helios-setup] Oct 01 02:07:01.300 INFO E| Compiling toml_edit v0.19.8
31562024-10-01T02:07:05.585Z[ helios-setup] Oct 01 02:07:03.910 INFO E| Compiling async-stream-impl v0.3.5
31572024-10-01T02:07:06.937Z[ helios-setup] Oct 01 02:07:05.262 INFO E| Compiling rhai_codegen v1.5.0
31582024-10-01T02:07:08.636Z[ helios-setup] Oct 01 02:07:06.961 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31592024-10-01T02:07:09.507Z[ helios-setup] Oct 01 02:07:07.832 INFO E| Compiling take_mut v0.2.2
31602024-10-01T02:07:11.924Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31612024-10-01T02:07:12.179Z[ helios-setup] Oct 01 02:07:10.504 INFO E| Compiling rhai v1.14.0
31622024-10-01T02:07:12.748Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31632024-10-01T02:07:15.369Z[ helios-setup] Oct 01 02:07:13.694 INFO E| Compiling toml v0.7.3
31642024-10-01T02:07:15.658Z[ helios-setup] Oct 01 02:07:13.982 INFO E| Compiling async-stream v0.3.5
31652024-10-01T02:07:16.858Z[ helios-setup] Oct 01 02:07:15.183 INFO E| Compiling slog-bunyan v2.4.0
31662024-10-01T02:07:21.214Z[ helios-setup] Oct 01 02:07:19.538 INFO E| Compiling rustls-pemfile v1.0.2
31672024-10-01T02:07:22.065Z[ helios-setup] Oct 01 02:07:20.389 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31682024-10-01T02:07:22.155Z[ helios-setup] Oct 01 02:07:20.479 INFO E| Compiling serde_path_to_error v0.1.11
31692024-10-01T02:07:22.513Z[ helios-setup] Oct 01 02:07:20.836 INFO E| Compiling bincode v1.3.3
31702024-10-01T02:07:24.829Z[ helios-setup] Oct 01 02:07:23.153 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31712024-10-01T02:07:24.910Z[ helios-setup] Oct 01 02:07:23.234 INFO E| Compiling terminal_size v0.2.6
31722024-10-01T02:07:25.667Z[ helios-setup] Oct 01 02:07:23.991 INFO E| Compiling smawk v0.3.1
31732024-10-01T02:07:25.733Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31742024-10-01T02:07:26.281Z[ helios-setup] Oct 01 02:07:24.605 INFO E| Compiling textwrap v0.16.0
31752024-10-01T02:07:26.500Z[ host-package] Compiling fatfs v0.3.6
31762024-10-01T02:07:31.982Z[ helios-setup] Oct 01 02:07:30.305 INFO E| Compiling sct v0.7.0
31772024-10-01T02:07:31.986Z[ host-package] Compiling subprocess v0.2.9
31782024-10-01T02:07:32.376Z[ helios-setup] Oct 01 02:07:30.699 INFO E| Compiling rustls-webpki v0.100.1
31792024-10-01T02:07:35.756Z[ host-package] Compiling rtoolbox v0.0.2
31802024-10-01T02:07:36.826Z[ host-package] Compiling assert_matches v1.5.0
31812024-10-01T02:07:38.938Z[ host-package] Compiling rpassword v7.3.1
31822024-10-01T02:07:39.830Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31832024-10-01T02:07:41.289Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31842024-10-01T02:07:42.743Z[ helios-setup] Oct 01 02:07:41.065 INFO E| Compiling tokio-rustls v0.24.0
31852024-10-01T02:07:43.464Z[ helios-setup] Oct 01 02:07:41.786 INFO E| Compiling git2 v0.16.1
31862024-10-01T02:07:44.499Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31872024-10-01T02:07:53.494Z[ host-package] Compiling tui-tree-widget v0.22.0
31882024-10-01T02:07:54.634Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31892024-10-01T02:07:55.218Z[ helios-setup] Oct 01 02:07:53.539 INFO E| Compiling built v0.6.0
31902024-10-01T02:07:56.818Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31912024-10-01T02:07:57.010Z[ helios-setup] Oct 01 02:07:55.330 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31922024-10-01T02:07:59.596Z[ helios-setup] Oct 01 02:07:57.917 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31932024-10-01T02:08:00.441Z[ helios-setup] Oct 01 02:07:58.762 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31942024-10-01T02:08:07.097Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31952024-10-01T02:08:18.363Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31962024-10-01T02:08:18.769Z[ host-package] Compiling uzers v0.11.3
31972024-10-01T02:08:19.160Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31982024-10-01T02:08:22.212Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31992024-10-01T02:08:24.621Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32002024-10-01T02:08:27.041Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32012024-10-01T02:08:27.181Z[ helios-setup] Oct 01 02:08:25.499 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32022024-10-01T02:08:29.442Z[ helios-setup] Oct 01 02:08:27.761 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32032024-10-01T02:09:14.160Z[ helios-setup] Oct 01 02:09:12.475 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32042024-10-01T02:09:22.835Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32052024-10-01T02:09:36.190Z[ host-package] Compiling multimap v0.10.0
32062024-10-01T02:10:19.060Z[ helios-setup] Oct 01 02:10:17.368 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s
32072024-10-01T02:10:19.200Z[ helios-setup] Oct 01 02:10:17.509 INFO building project "pilot" ok (410 seconds)
32082024-10-01T02:10:19.203Z[ helios-setup] Oct 01 02:10:17.509 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32092024-10-01T02:10:19.203Z[ helios-setup] Oct 01 02:10:17.509 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32102024-10-01T02:10:19.800Z[ helios-setup] Oct 01 02:10:18.109 INFO E| Compiling adler v1.0.2
32112024-10-01T02:10:19.976Z[ helios-setup] Oct 01 02:10:18.285 INFO E| Compiling miniz_oxide v0.7.2
32122024-10-01T02:10:23.224Z[ helios-setup] Oct 01 02:10:21.532 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32132024-10-01T02:10:24.394Z[ helios-setup] Oct 01 02:10:22.702 INFO E| Finished `release` profile [optimized] target(s) in 5.08s
32142024-10-01T02:10:24.402Z[ helios-setup] Oct 01 02:10:22.710 INFO building project "pinprick" ok (5 seconds)
32152024-10-01T02:10:24.405Z[ helios-setup] rm -f helios-build
32162024-10-01T02:10:24.407Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32172024-10-01T02:10:24.410Z[ helios-setup]
32182024-10-01T02:10:24.413Z[ helios-setup] Setup complete! ./helios-build is now available.
32192024-10-01T02:10:24.415Z[ helios-setup]
32202024-10-01T02:10:24.415Z[ helios-setup]
32212024-10-01T02:10:24.415Z[ helios-setup] real 11:53.769350126
32222024-10-01T02:10:24.415Z[ helios-setup] user 28:39.615246730
32232024-10-01T02:10:24.415Z[ helios-setup] sys 3:31.998328970
32242024-10-01T02:10:24.415Z[ helios-setup] trap 1.671931283
32252024-10-01T02:10:24.415Z[ helios-setup] tflt 7.985403162
32262024-10-01T02:10:24.415Z[ helios-setup] dflt 32.614517668
32272024-10-01T02:10:24.415Z[ helios-setup] kflt 0.020798433
32282024-10-01T02:10:24.415Z[ helios-setup] lock 2:07:58.287736262
32292024-10-01T02:10:24.415Z[ helios-setup] slp 3:42:21.731172766
32302024-10-01T02:10:24.415Z[ helios-setup] lat 32:28.017288872
32312024-10-01T02:10:24.415Z[ helios-setup] stop 4:30.582388960
32322024-10-01T02:10:24.418ZOct 01 02:10:22.724 INFO [helios-setup] process exited with exit status: 0 (713.774898779s)
32332024-10-01T02:10:24.418ZOct 01 02:10:22.724 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
32342024-10-01T02:10:24.442Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
32352024-10-01T02:10:25.006Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
32362024-10-01T02:10:25.008Z[ phbl-toolchain] info: downloading component 'cargo'
32372024-10-01T02:10:26.854Z[ phbl-toolchain] info: downloading component 'clippy'
32382024-10-01T02:10:27.808Z[ phbl-toolchain] info: downloading component 'llvm-tools'
32392024-10-01T02:10:33.440Z[ phbl-toolchain] info: downloading component 'miri'
32402024-10-01T02:10:33.913Z[ phbl-toolchain] info: downloading component 'rust-docs'
32412024-10-01T02:10:35.444Z[ phbl-toolchain] info: downloading component 'rust-src'
32422024-10-01T02:10:35.917Z[ phbl-toolchain] info: downloading component 'rust-std'
32432024-10-01T02:10:37.886Z[ phbl-toolchain] info: downloading component 'rustc'
32442024-10-01T02:10:45.590Z[ phbl-toolchain] info: downloading component 'rustfmt'
32452024-10-01T02:10:46.065Z[ phbl-toolchain] info: installing component 'cargo'
32462024-10-01T02:10:47.458Z[ phbl-toolchain] info: installing component 'clippy'
32472024-10-01T02:10:47.964Z[ phbl-toolchain] info: installing component 'llvm-tools'
32482024-10-01T02:10:53.671Z[ phbl-toolchain] info: installing component 'miri'
32492024-10-01T02:10:54.139Z[ phbl-toolchain] info: installing component 'rust-docs'
32502024-10-01T02:11:01.970Z[ phbl-toolchain] info: installing component 'rust-src'
32512024-10-01T02:11:02.832Z[ phbl-toolchain] info: installing component 'rust-std'
32522024-10-01T02:11:05.490Z[ phbl-toolchain] info: installing component 'rustc'
32532024-10-01T02:11:15.068Z[ phbl-toolchain] info: installing component 'rustfmt'
32542024-10-01T02:11:15.954Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
32552024-10-01T02:11:15.957ZOct 01 02:11:14.258 INFO [phbl-toolchain] process exited with exit status: 0 (51.534139735s)
32562024-10-01T02:11:49.975Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32572024-10-01T02:12:03.687Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32582024-10-01T02:18:24.815Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 09s
32592024-10-01T02:19:26.616ZOct 01 02:19:24.844 INFO [host-package] process exited with exit status: 0 (1211.812641626s)
32602024-10-01T02:19:26.621ZOct 01 02:19:24.844 INFO [host-stamp] running task
32612024-10-01T02:19:26.621ZOct 01 02:19:24.845 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
32622024-10-01T02:19:26.621ZOct 01 02:19:24.845 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 11.0.0-0.ci+git383d87c09bc
32632024-10-01T02:19:26.621ZOct 01 02:19:24.860 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 11.0.0-0.ci+git383d87c09bc
32642024-10-01T02:19:26.621ZOct 01 02:19:24.866 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 11.0.0-0.ci+git383d87c09bc
32652024-10-01T02:19:26.622Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32662024-10-01T02:19:26.622Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32672024-10-01T02:19:26.622ZOct 01 02:19:24.874 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 11.0.0-0.ci+git383d87c09bc
32682024-10-01T02:19:26.625Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32692024-10-01T02:19:26.625Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32702024-10-01T02:19:26.625Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32712024-10-01T02:19:26.628ZOct 01 02:19:24.886 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 11.0.0-0.ci+git383d87c09bc
32722024-10-01T02:19:26.633Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32732024-10-01T02:19:26.639Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32742024-10-01T02:19:26.643ZOct 01 02:19:24.900 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 11.0.0-0.ci+git383d87c09bc
32752024-10-01T02:19:26.656Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32762024-10-01T02:19:26.656ZOct 01 02:19:24.917 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 11.0.0-0.ci+git383d87c09bc
32772024-10-01T02:19:26.673Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32782024-10-01T02:19:26.676ZOct 01 02:19:24.935 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 11.0.0-0.ci+git383d87c09bc
32792024-10-01T02:19:26.694Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32802024-10-01T02:19:26.694ZOct 01 02:19:24.955 INFO [stamp-overlay] process exited with exit status: 0 (94.636221ms)
32812024-10-01T02:19:26.694ZOct 01 02:19:24.955 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (88.367289ms)
32822024-10-01T02:19:26.697Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32832024-10-01T02:19:26.697Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32842024-10-01T02:19:26.700ZOct 01 02:19:24.959 INFO [stamp-oxlog] process exited with exit status: 0 (41.980517ms)
32852024-10-01T02:19:26.700ZOct 01 02:19:24.959 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (114.193315ms)
32862024-10-01T02:19:26.704Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32872024-10-01T02:19:26.867Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32882024-10-01T02:19:26.871ZOct 01 02:19:25.132 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (232.111073ms)
32892024-10-01T02:19:26.981Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32902024-10-01T02:19:26.984ZOct 01 02:19:25.245 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (359.226292ms)
32912024-10-01T02:19:27.901Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32922024-10-01T02:19:27.909ZOct 01 02:19:26.165 INFO [stamp-propolis-server] process exited with exit status: 0 (1.230506982s)
32932024-10-01T02:19:27.978Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32942024-10-01T02:19:30.217Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32952024-10-01T02:19:36.977Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32962024-10-01T02:19:36.980ZOct 01 02:19:35.240 INFO [stamp-switch-asic] process exited with exit status: 0 (10.365771507s)
32972024-10-01T02:19:36.980ZOct 01 02:19:35.240 INFO [host-stamp] task succeeded (10.396027447s)
32982024-10-01T02:19:36.983ZOct 01 02:19:35.240 INFO [host-proto] running task
32992024-10-01T02:19:37.389ZOct 01 02:19:35.649 INFO [host-proto] task succeeded (408.885131ms)
33002024-10-01T02:19:37.389ZOct 01 02:19:35.649 INFO [host-profile] running task
33012024-10-01T02:19:37.392ZOct 01 02:19:35.650 INFO [host-profile] task succeeded (277.902µs)
33022024-10-01T02:19:37.392ZOct 01 02:19:35.650 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpjrqM94/proto/host/root -N 'ci 383d87c/${os_short_commit} 2024-10-01 01:58' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33032024-10-01T02:19:37.408Z[ host-image] Oct 01 02:19:35.668 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33042024-10-01T02:19:37.411Z[ host-image] Oct 01 02:19:35.669 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33052024-10-01T02:19:37.424Z[ host-image] Oct 01 02:19:35.684 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpjrqM94/proto/host/root"
33062024-10-01T02:19:37.424Z[ host-image] Oct 01 02:19:35.684 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33072024-10-01T02:19:37.426Z[ host-image] Oct 01 02:19:35.684 INFO image builder template: ramdisk-01-os...
33082024-10-01T02:19:37.426Z[ host-image] Oct 01 02:19:35.684 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/.tmpjrqM94/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.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33092024-10-01T02:19:37.446Z[ host-image] Oct 01 02:19:35.706 INFO O| Oct 01 02:19:35.706 INFO CREATE DATASET: rpool/images/build/host/output
33102024-10-01T02:19:37.578Z[ host-image] Oct 01 02:19:35.839 INFO O| Oct 01 02:19:35.838 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33112024-10-01T02:19:37.583Z[ host-image] Oct 01 02:19:35.844 INFO O| Oct 01 02:19:35.844 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33122024-10-01T02:19:37.809Z[ host-image] Oct 01 02:19:36.069 INFO O| Oct 01 02:19:36.069 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33132024-10-01T02:19:37.872Z[ host-image] Oct 01 02:19:36.132 INFO O| Oct 01 02:19:36.132 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33142024-10-01T02:19:37.874Z[ host-image] Oct 01 02:19:36.132 INFO O| Oct 01 02:19:36.132 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33152024-10-01T02:19:37.874Z[ host-image] Oct 01 02:19:36.132 INFO O| Oct 01 02:19:36.132 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33162024-10-01T02:19:37.874Z[ host-image] Oct 01 02:19:36.132 INFO O| Oct 01 02:19:36.132 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33172024-10-01T02:19:37.882Z[ host-image] Oct 01 02:19:36.142 INFO O| Oct 01 02:19:36.142 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
33182024-10-01T02:19:38.113Z[ host-image] Oct 01 02:19:36.373 INFO O| Oct 01 02:19:36.373 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33192024-10-01T02:19:38.124Z[ host-image] Oct 01 02:19:36.384 INFO O| Oct 01 02:19:36.384 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
33202024-10-01T02:19:38.557Z[ host-image] Oct 01 02:19:36.817 INFO O| Oct 01 02:19:36.817 INFO O| Caching catalogs ... Done
33212024-10-01T02:19:38.665Z[ host-image] Oct 01 02:19:36.925 INFO O| Oct 01 02:19:36.925 INFO STEP 0 (pkg_image_create) COMPLETE
33222024-10-01T02:19:38.665Z[ host-image] Oct 01 02:19:36.926 INFO O| Oct 01 02:19:36.925 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33232024-10-01T02:19:38.669Z[ host-image] Oct 01 02:19:36.926 INFO O| Oct 01 02:19:36.925 INFO skip step because feature "repo_redist" is not enabled
33242024-10-01T02:19:38.669Z[ host-image] Oct 01 02:19:36.926 INFO O| Oct 01 02:19:36.925 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33252024-10-01T02:19:38.683Z[ host-image] Oct 01 02:19:36.943 INFO O| Oct 01 02:19:36.943 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"]
33262024-10-01T02:19:39.171Z[ host-image] Oct 01 02:19:37.431 INFO O| Oct 01 02:19:37.431 INFO STEP 2 (pkg_set_publisher) COMPLETE
33272024-10-01T02:19:39.171Z[ host-image] Oct 01 02:19:37.431 INFO O| Oct 01 02:19:37.431 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33282024-10-01T02:19:39.188Z[ host-image] Oct 01 02:19:37.448 INFO O| Oct 01 02:19:37.448 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"]
33292024-10-01T02:19:39.730Z[ host-image] Oct 01 02:19:37.990 INFO O| Oct 01 02:19:37.990 INFO STEP 3 (pkg_set_publisher) COMPLETE
33302024-10-01T02:19:39.730Z[ host-image] Oct 01 02:19:37.990 INFO O| Oct 01 02:19:37.990 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33312024-10-01T02:19:39.733Z[ host-image] Oct 01 02:19:37.990 INFO O| Oct 01 02:19:37.990 INFO skip step because feature "repo_redist" is not enabled
33322024-10-01T02:19:39.733Z[ host-image] Oct 01 02:19:37.990 INFO O| Oct 01 02:19:37.990 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33332024-10-01T02:19:40.235Z[ host-image] Oct 01 02:19:38.495 INFO O| Oct 01 02:19:38.495 INFO variant opensolaris.zone is already global
33342024-10-01T02:19:40.235Z[ host-image] Oct 01 02:19:38.495 INFO O| Oct 01 02:19:38.495 INFO STEP 5 (pkg_change_variant) COMPLETE
33352024-10-01T02:19:40.238Z[ host-image] Oct 01 02:19:38.495 INFO O| Oct 01 02:19:38.495 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33362024-10-01T02:19:40.790Z[ host-image] Oct 01 02:19:39.049 INFO O| Oct 01 02:19:39.049 INFO variant opensolaris.imagetype is full; changing to partial
33372024-10-01T02:19:40.790Z[ host-image] Oct 01 02:19:39.050 INFO O| Oct 01 02:19:39.049 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33382024-10-01T02:19:48.334Z[ host-image] Oct 01 02:19:46.593 INFO O| Oct 01 02:19:46.593 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33392024-10-01T02:19:48.854Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.03s
33402024-10-01T02:19:50.467ZOct 01 02:19:48.725 INFO [recovery-package] process exited with exit status: 0 (23.8807454s)
33412024-10-01T02:19:50.467ZOct 01 02:19:48.726 INFO [recovery-stamp] running task
33422024-10-01T02:19:50.470ZOct 01 02:19:48.726 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33432024-10-01T02:19:50.470ZOct 01 02:19:48.726 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 11.0.0-0.ci+git383d87c09bc
33442024-10-01T02:19:50.485ZOct 01 02:19:48.744 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+git383d87c09bc
33452024-10-01T02:19:50.495Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33462024-10-01T02:19:50.502Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33472024-10-01T02:19:50.591Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33482024-10-01T02:19:50.595ZOct 01 02:19:48.854 INFO [stamp-installinator] process exited with exit status: 0 (110.372153ms)
33492024-10-01T02:19:50.622Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33502024-10-01T02:19:50.625ZOct 01 02:19:48.884 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (158.416428ms)
33512024-10-01T02:19:50.628ZOct 01 02:19:48.885 INFO [recovery-stamp] task succeeded (158.878614ms)
33522024-10-01T02:19:50.628ZOct 01 02:19:48.885 INFO [recovery-proto] running task
33532024-10-01T02:19:50.628ZOct 01 02:19:48.885 INFO [tuf-stamp] running task
33542024-10-01T02:19:50.628ZOct 01 02:19:48.886 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 11.0.0-0.ci+git383d87c09bc
33552024-10-01T02:19:50.641ZOct 01 02:19:48.900 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 11.0.0-0.ci+git383d87c09bc
33562024-10-01T02:19:50.653Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33572024-10-01T02:19:50.656ZOct 01 02:19:48.912 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 11.0.0-0.ci+git383d87c09bc
33582024-10-01T02:19:50.666Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33592024-10-01T02:19:50.669ZOct 01 02:19:48.926 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 11.0.0-0.ci+git383d87c09bc
33602024-10-01T02:19:50.683Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33612024-10-01T02:19:50.687ZOct 01 02:19:48.942 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 11.0.0-0.ci+git383d87c09bc
33622024-10-01T02:19:50.696Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33632024-10-01T02:19:50.700ZOct 01 02:19:48.959 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 11.0.0-0.ci+git383d87c09bc
33642024-10-01T02:19:50.727Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33652024-10-01T02:19:50.730ZOct 01 02:19:48.986 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 11.0.0-0.ci+git383d87c09bc
33662024-10-01T02:19:50.776ZOct 01 02:19:49.035 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 11.0.0-0.ci+git383d87c09bc
33672024-10-01T02:19:50.828ZOct 01 02:19:49.087 INFO [recovery-proto] task succeeded (202.408597ms)
33682024-10-01T02:19:50.831Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33692024-10-01T02:19:50.831ZOct 01 02:19:49.088 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 11.0.0-0.ci+git383d87c09bc
33702024-10-01T02:19:50.852Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33712024-10-01T02:19:50.857ZOct 01 02:19:49.112 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpjrqM94/proto/recovery/root -N 'recovery 383d87c/${os_short_commit} 2024-10-01 01:58' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33722024-10-01T02:19:50.857ZOct 01 02:19:49.112[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33732024-10-01T02:19:50.857Z INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 11.0.0-0.ci+git383d87c09bc
33742024-10-01T02:19:50.931Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33752024-10-01T02:19:50.934ZOct 01 02:19:49.191 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 11.0.0-0.ci+git383d87c09bc
33762024-10-01T02:19:51.004Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33772024-10-01T02:19:51.007Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33782024-10-01T02:19:51.050Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33792024-10-01T02:19:51.056Z[ recovery-image] Oct 01 02:19:49.314 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33802024-10-01T02:19:51.059Z[ recovery-image] Oct 01 02:19:49.315 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33812024-10-01T02:19:51.078ZOct 01 02:19:49.337 INFO [stamp-probe] process exited with exit status: 0 (248.952216ms)
33822024-10-01T02:19:51.078Z[ recovery-image] Oct 01 02:19:49.337 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpjrqM94/proto/recovery/root"
33832024-10-01T02:19:51.078Z[ recovery-image] Oct 01 02:19:49.337 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33842024-10-01T02:19:51.078Z[ recovery-image] Oct 01 02:19:49.337 INFO image builder template: ramdisk-01-os...
33852024-10-01T02:19:51.081Z[ recovery-image] Oct 01 02:19:49.337 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/.tmpjrqM94/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.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33862024-10-01T02:19:51.137Z[ recovery-image] Oct 01 02:19:49.396 INFO O| Oct 01 02:19:49.395 INFO CREATE DATASET: rpool/images/build/recovery/output
33872024-10-01T02:19:51.257Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33882024-10-01T02:19:51.324ZOct 01 02:19:49.583 INFO [stamp-ntp] process exited with exit status: 0 (657.178185ms)
33892024-10-01T02:19:51.542Z[ recovery-image] Oct 01 02:19:49.801 INFO O| Oct 01 02:19:49.801 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33902024-10-01T02:19:51.551Z[ recovery-image] Oct 01 02:19:49.810 INFO O| Oct 01 02:19:49.807 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33912024-10-01T02:19:51.745Z[ host-image] Oct 01 02:19:50.004 INFO O| Oct 01 02:19:50.004 INFO O| Startup: Caching catalogs ... Done
33922024-10-01T02:19:51.855Z[ host-image] Oct 01 02:19:50.113 INFO O| Oct 01 02:19:50.113 INFO O| Planning: Planning completed in 0.00 seconds
33932024-10-01T02:19:51.858Z[ host-image] Oct 01 02:19:50.114 INFO O| Oct 01 02:19:50.114 INFO O| Planning: Consolidating action changes ... Done
33942024-10-01T02:19:51.858Z[ host-image] Oct 01 02:19:50.114 INFO O| Oct 01 02:19:50.114 INFO O| Planning: Evaluating mediators ... Done
33952024-10-01T02:19:51.858Z[ host-image] Oct 01 02:19:50.115 INFO O| Oct 01 02:19:50.115 INFO O| Planning: Planning completed in 0.00 seconds
33962024-10-01T02:19:51.858Z[ host-image] Oct 01 02:19:50.115 INFO O| Oct 01 02:19:50.115 INFO O| Variants/Facets to change: 1
33972024-10-01T02:19:51.941Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
33982024-10-01T02:19:51.965Z[ host-image] Oct 01 02:19:50.224 INFO O| Oct 01 02:19:50.224 INFO O| Done
33992024-10-01T02:19:51.969Z[ host-image] Oct 01 02:19:50.224 INFO O| Oct 01 02:19:50.224 INFO O| Done
34002024-10-01T02:19:51.987Z[ recovery-image] Oct 01 02:19:50.246 INFO O| Oct 01 02:19:50.246 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34012024-10-01T02:19:52.034Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34022024-10-01T02:19:52.045Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34032024-10-01T02:19:52.099Z[ recovery-image] Oct 01 02:19:50.358 INFO O| Oct 01 02:19:50.358 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34042024-10-01T02:19:52.102Z[ recovery-image] Oct 01 02:19:50.358 INFO O| Oct 01 02:19:50.358 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34052024-10-01T02:19:52.102Z[ recovery-image] Oct 01 02:19:50.359 INFO O| Oct 01 02:19:50.358 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34062024-10-01T02:19:52.102Z[ recovery-image] Oct 01 02:19:50.359 INFO O| Oct 01 02:19:50.359 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34072024-10-01T02:19:52.110Z[ recovery-image] Oct 01 02:19:50.369 INFO O| Oct 01 02:19:50.369 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34082024-10-01T02:19:52.123ZOct 01 02:19:50.379 INFO [stamp-external-dns] process exited with exit status: 0 (1.479266672s)
34092024-10-01T02:19:52.196Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34102024-10-01T02:19:52.221ZOct 01 02:19:50.480 INFO [stamp-internal-dns] process exited with exit status: 0 (1.367685833s)
34112024-10-01T02:19:52.237Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34122024-10-01T02:19:52.278ZOct 01 02:19:50.537 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.55042212s)
34132024-10-01T02:19:52.426Z[ recovery-image] Oct 01 02:19:50.685 INFO O| Oct 01 02:19:50.685 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34142024-10-01T02:19:52.465Z[ recovery-image] Oct 01 02:19:50.723 INFO O| Oct 01 02:19:50.723 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
34152024-10-01T02:19:52.536Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
34162024-10-01T02:19:52.551ZOct 01 02:19:50.810 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.850639438s)
34172024-10-01T02:19:52.660Z[ host-image] Oct 01 02:19:50.918 INFO O| Oct 01 02:19:50.918 INFO O| Done
34182024-10-01T02:19:52.712Z[ host-image] Oct 01 02:19:50.970 INFO O| Oct 01 02:19:50.970 INFO O| Done
34192024-10-01T02:19:52.715Z[ host-image] Oct 01 02:19:50.971 INFO O| Oct 01 02:19:50.971 INFO O| Done
34202024-10-01T02:19:52.715Z[ host-image] Oct 01 02:19:50.971 INFO O| Oct 01 02:19:50.971 INFO O| Done
34212024-10-01T02:19:52.715Z[ host-image] Oct 01 02:19:50.973 INFO O| Oct 01 02:19:50.973 INFO O| Done
34222024-10-01T02:19:52.773Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
34232024-10-01T02:19:52.778ZOct 01 02:19:51.037 INFO [stamp-oximeter] process exited with exit status: 0 (2.09443701s)
34242024-10-01T02:19:52.969Z[ recovery-image] Oct 01 02:19:51.227 INFO O| Oct 01 02:19:51.227 INFO O| Caching catalogs ... Done
34252024-10-01T02:19:53.081Z[ recovery-image] Oct 01 02:19:51.338 INFO O| Oct 01 02:19:51.338 INFO STEP 0 (pkg_image_create) COMPLETE
34262024-10-01T02:19:53.081Z[ recovery-image] Oct 01 02:19:51.338 INFO O| Oct 01 02:19:51.338 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34272024-10-01T02:19:53.081Z[ recovery-image] Oct 01 02:19:51.338 INFO O| Oct 01 02:19:51.338 INFO skip step because feature "repo_redist" is not enabled
34282024-10-01T02:19:53.081Z[ recovery-image] Oct 01 02:19:51.338 INFO O| Oct 01 02:19:51.338 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34292024-10-01T02:19:53.096Z[ recovery-image] Oct 01 02:19:51.355 INFO O| Oct 01 02:19:51.355 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"]
34302024-10-01T02:19:53.143Z[ host-image] Oct 01 02:19:51.401 INFO O| Oct 01 02:19:51.401 INFO STEP 6 (pkg_change_variant) COMPLETE
34312024-10-01T02:19:53.143Z[ host-image] Oct 01 02:19:51.401 INFO O| Oct 01 02:19:51.401 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34322024-10-01T02:19:53.145Z[ host-image] Oct 01 02:19:51.401 INFO O| Oct 01 02:19:51.401 INFO skip step because feature "debug_variant" is not enabled
34332024-10-01T02:19:53.145Z[ host-image] Oct 01 02:19:51.401 INFO O| Oct 01 02:19:51.401 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34342024-10-01T02:19:53.588Z[ recovery-image] Oct 01 02:19:51.847 INFO O| Oct 01 02:19:51.847 INFO STEP 2 (pkg_set_publisher) COMPLETE
34352024-10-01T02:19:53.588Z[ recovery-image] Oct 01 02:19:51.847 INFO O| Oct 01 02:19:51.847 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34362024-10-01T02:19:53.601Z[ recovery-image] Oct 01 02:19:51.859 INFO O| Oct 01 02:19:51.859 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"]
34372024-10-01T02:19:53.601Z[ host-image] Oct 01 02:19:51.860 INFO O| Oct 01 02:19:51.859 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34382024-10-01T02:19:54.100Z[ recovery-image] Oct 01 02:19:52.359 INFO O| Oct 01 02:19:52.359 INFO STEP 3 (pkg_set_publisher) COMPLETE
34392024-10-01T02:19:54.100Z[ recovery-image] Oct 01 02:19:52.359 INFO O| Oct 01 02:19:52.359 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34402024-10-01T02:19:54.100Z[ recovery-image] Oct 01 02:19:52.359 INFO O| Oct 01 02:19:52.359 INFO skip step because feature "repo_redist" is not enabled
34412024-10-01T02:19:54.103Z[ recovery-image] Oct 01 02:19:52.359 INFO O| Oct 01 02:19:52.359 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34422024-10-01T02:19:54.196Z[ host-image] Oct 01 02:19:52.455 INFO O| Oct 01 02:19:52.455 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34432024-10-01T02:19:54.199Z[ host-image] Oct 01 02:19:52.457 INFO O| Oct 01 02:19:52.457 INFO O| Planning: Planning completed in 0.00 seconds
34442024-10-01T02:19:54.199Z[ host-image] Oct 01 02:19:52.457 INFO O| Oct 01 02:19:52.457 INFO O| Planning: Consolidating action changes ... Done
34452024-10-01T02:19:54.199Z[ host-image] Oct 01 02:19:52.457 INFO O| Oct 01 02:19:52.457 INFO O| Planning: Evaluating mediators ... Done
34462024-10-01T02:19:54.199Z[ host-image] Oct 01 02:19:52.458 INFO O| Oct 01 02:19:52.458 INFO O| Planning: Planning completed in 0.00 seconds
34472024-10-01T02:19:54.201Z[ host-image] Oct 01 02:19:52.458 INFO O| Oct 01 02:19:52.458 INFO O| Variants/Facets to change: 1
34482024-10-01T02:19:54.217Z[ host-image] Oct 01 02:19:52.476 INFO O| Oct 01 02:19:52.476 INFO O| Done
34492024-10-01T02:19:54.217Z[ host-image] Oct 01 02:19:52.476 INFO O| Oct 01 02:19:52.476 INFO O| Done
34502024-10-01T02:19:54.441Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34512024-10-01T02:19:54.445ZOct 01 02:19:52.704 INFO [stamp-nexus] process exited with exit status: 0 (3.791914882s)
34522024-10-01T02:19:54.543Z[ recovery-image] Oct 01 02:19:52.801 INFO O| Oct 01 02:19:52.801 INFO variant opensolaris.zone is already global
34532024-10-01T02:19:54.543Z[ recovery-image] Oct 01 02:19:52.801 INFO O| Oct 01 02:19:52.801 INFO STEP 5 (pkg_change_variant) COMPLETE
34542024-10-01T02:19:54.545Z[ recovery-image] Oct 01 02:19:52.801 INFO O| Oct 01 02:19:52.801 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34552024-10-01T02:19:54.638Z[ host-image] Oct 01 02:19:52.897 INFO O| Oct 01 02:19:52.897 INFO O| Done
34562024-10-01T02:19:54.695Z[ host-image] Oct 01 02:19:52.953 INFO O| Oct 01 02:19:52.953 INFO O| Done
34572024-10-01T02:19:54.698Z[ host-image] Oct 01 02:19:52.954 INFO O| Oct 01 02:19:52.954 INFO O| Done
34582024-10-01T02:19:54.698Z[ host-image] Oct 01 02:19:52.954 INFO O| Oct 01 02:19:52.954 INFO O| Done
34592024-10-01T02:19:54.698Z[ host-image] Oct 01 02:19:52.956 INFO O| Oct 01 02:19:52.956 INFO O| Done
34602024-10-01T02:19:54.762Z[ host-image] Oct 01 02:19:53.021 INFO O| Oct 01 02:19:53.021 INFO STEP 8 (pkg_change_facet) COMPLETE
34612024-10-01T02:19:54.762Z[ host-image] Oct 01 02:19:53.021 INFO O| Oct 01 02:19:53.021 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34622024-10-01T02:19:54.762Z[ host-image] Oct 01 02:19:53.021 INFO O| Oct 01 02:19:53.021 INFO skip step because feature "recovery" is not enabled
34632024-10-01T02:19:54.765Z[ host-image] Oct 01 02:19:53.021 INFO O| Oct 01 02:19:53.021 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34642024-10-01T02:19:54.765Z[ host-image] Oct 01 02:19:53.021 INFO O| Oct 01 02:19:53.021 INFO skip step because feature "recovery" is not enabled
34652024-10-01T02:19:54.765Z[ host-image] Oct 01 02:19:53.021 INFO O| Oct 01 02:19:53.021 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34662024-10-01T02:19:54.775Z[ host-image] Oct 01 02:19:53.034 INFO O| Oct 01 02:19:53.033 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"]
34672024-10-01T02:19:54.995Z[ recovery-image] Oct 01 02:19:53.254 INFO O| Oct 01 02:19:53.254 INFO variant opensolaris.imagetype is full; changing to partial
34682024-10-01T02:19:54.995Z[ recovery-image] Oct 01 02:19:53.254 INFO O| Oct 01 02:19:53.254 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34692024-10-01T02:19:55.376Z[ host-image] Oct 01 02:19:53.635 INFO O| Oct 01 02:19:53.634 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34702024-10-01T02:19:56.128Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34712024-10-01T02:19:56.132ZOct 01 02:19:54.391 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.355218125s)
34722024-10-01T02:19:56.239Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34732024-10-01T02:19:56.241Z[verify-libraries] Compiling polyval v0.6.2
34742024-10-01T02:19:56.401Z[verify-libraries] Compiling ctr v0.9.2
34752024-10-01T02:19:56.432Z[verify-libraries] Compiling ssh-encoding v0.2.0
34762024-10-01T02:19:56.434Z[verify-libraries] Compiling blowfish v0.9.1
34772024-10-01T02:19:56.437Z[verify-libraries] Compiling password-hash v0.4.2
34782024-10-01T02:19:56.439Z[verify-libraries] Compiling matches v0.1.10
34792024-10-01T02:19:56.439Z[verify-libraries] Compiling p256 v0.13.2
34802024-10-01T02:19:56.844Z[verify-libraries] Compiling ghash v0.5.1
34812024-10-01T02:19:56.953Z[verify-libraries] Compiling idna v0.2.3
34822024-10-01T02:19:57.078Z[verify-libraries] Compiling p521 v0.13.3
34832024-10-01T02:19:57.684Z[verify-libraries] Compiling aes-gcm v0.10.3
34842024-10-01T02:19:57.749Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34852024-10-01T02:19:58.182Z[verify-libraries] Compiling ssh-cipher v0.2.0
34862024-10-01T02:19:58.394Z[verify-libraries] Compiling pbkdf2 v0.11.0
34872024-10-01T02:19:58.823Z[verify-libraries] Compiling ssh-key v0.6.6
34882024-10-01T02:19:58.932Z[verify-libraries] Compiling enum-as-inner v0.5.1
34892024-10-01T02:19:58.934Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34902024-10-01T02:19:59.519Z[verify-libraries] Compiling md5 v0.7.0
34912024-10-01T02:19:59.674Z[verify-libraries] Compiling num-bigint v0.4.5
34922024-10-01T02:20:00.290Z[verify-libraries] Compiling des v0.8.1
34932024-10-01T02:20:00.739Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34942024-10-01T02:20:00.898Z[verify-libraries] Compiling hex-literal v0.4.1
34952024-10-01T02:20:00.935Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34962024-10-01T02:20:00.999ZOct 01 02:19:59.257 INFO [stamp-clickhouse] process exited with exit status: 0 (10.371715587s)
34972024-10-01T02:20:01.090Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34982024-10-01T02:20:01.218Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34992024-10-01T02:20:01.237Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35002024-10-01T02:20:01.288ZOct 01 02:19:59.546 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.355511077s)
35012024-10-01T02:20:01.288ZOct 01 02:19:59.546 INFO [tuf-stamp] task succeeded (10.661433334s)
35022024-10-01T02:20:02.337Z[verify-libraries] Compiling russh-keys v0.45.0
35032024-10-01T02:20:02.867Z[ recovery-image] Oct 01 02:20:01.124 INFO O| Oct 01 02:20:01.124 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35042024-10-01T02:20:03.295Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35052024-10-01T02:20:03.940Z[verify-libraries] Compiling internet-checksum v0.2.1
35062024-10-01T02:20:04.308Z[verify-libraries] Compiling heck v0.4.1
35072024-10-01T02:20:05.860Z[verify-libraries] Compiling russh v0.45.0
35082024-10-01T02:20:09.511Z[ recovery-image] Oct 01 02:20:07.768 INFO O| Oct 01 02:20:07.768 INFO O| Startup: Caching catalogs ... Done
35092024-10-01T02:20:09.594Z[ recovery-image] Oct 01 02:20:07.851 INFO O| Oct 01 02:20:07.851 INFO O| Planning: Planning completed in 0.00 seconds
35102024-10-01T02:20:09.597Z[ recovery-image] Oct 01 02:20:07.852 INFO O| Oct 01 02:20:07.852 INFO O| Planning: Consolidating action changes ... Done
35112024-10-01T02:20:09.597Z[ recovery-image] Oct 01 02:20:07.852 INFO O| Oct 01 02:20:07.852 INFO O| Planning: Evaluating mediators ... Done
35122024-10-01T02:20:09.597Z[ recovery-image] Oct 01 02:20:07.853 INFO O| Oct 01 02:20:07.853 INFO O| Planning: Planning completed in 0.00 seconds
35132024-10-01T02:20:09.597Z[ recovery-image] Oct 01 02:20:07.853 INFO O| Oct 01 02:20:07.853 INFO O| Variants/Facets to change: 1
35142024-10-01T02:20:09.689Z[ recovery-image] Oct 01 02:20:07.946 INFO O| Oct 01 02:20:07.946 INFO O| Done
35152024-10-01T02:20:09.689Z[ recovery-image] Oct 01 02:20:07.947 INFO O| Oct 01 02:20:07.946 INFO O| Done
35162024-10-01T02:20:10.018Z[verify-libraries] Compiling dhcproto v0.12.0
35172024-10-01T02:20:10.549Z[ recovery-image] Oct 01 02:20:08.806 INFO O| Oct 01 02:20:08.806 INFO O| Done
35182024-10-01T02:20:10.632Z[ recovery-image] Oct 01 02:20:08.889 INFO O| Oct 01 02:20:08.889 INFO O| Done
35192024-10-01T02:20:10.634Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35202024-10-01T02:20:10.637Z[ recovery-image] Oct 01 02:20:08.893 INFO O| Oct 01 02:20:08.892 INFO O| Done
35212024-10-01T02:20:10.637Z[ recovery-image] Oct 01 02:20:08.893 INFO O| Oct 01 02:20:08.893 INFO O| Done
35222024-10-01T02:20:10.639Z[ recovery-image] Oct 01 02:20:08.895 INFO O| Oct 01 02:20:08.895 INFO O| Done
35232024-10-01T02:20:11.250Z[ recovery-image] Oct 01 02:20:09.507 INFO O| Oct 01 02:20:09.507 INFO STEP 6 (pkg_change_variant) COMPLETE
35242024-10-01T02:20:11.250Z[ recovery-image] Oct 01 02:20:09.507 INFO O| Oct 01 02:20:09.507 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35252024-10-01T02:20:11.250Z[ recovery-image] Oct 01 02:20:09.507 INFO O| Oct 01 02:20:09.507 INFO skip step because feature "debug_variant" is not enabled
35262024-10-01T02:20:11.252Z[ recovery-image] Oct 01 02:20:09.507 INFO O| Oct 01 02:20:09.507 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35272024-10-01T02:20:11.934Z[ recovery-image] Oct 01 02:20:10.191 INFO O| Oct 01 02:20:10.191 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35282024-10-01T02:20:12.860Z[ recovery-image] Oct 01 02:20:11.117 INFO O| Oct 01 02:20:11.117 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35292024-10-01T02:20:12.863Z[ recovery-image] Oct 01 02:20:11.119 INFO O| Oct 01 02:20:11.119 INFO O| Planning: Planning completed in 0.00 seconds
35302024-10-01T02:20:12.863Z[ recovery-image] Oct 01 02:20:11.120 INFO O| Oct 01 02:20:11.120 INFO O| Planning: Consolidating action changes ... Done
35312024-10-01T02:20:12.863Z[ recovery-image] Oct 01 02:20:11.120 INFO O| Oct 01 02:20:11.120 INFO O| Planning: Evaluating mediators ... Done
35322024-10-01T02:20:12.865Z[ recovery-image] Oct 01 02:20:11.121 INFO O| Oct 01 02:20:11.120 INFO O| Planning: Planning completed in 0.00 seconds
35332024-10-01T02:20:12.865Z[ recovery-image] Oct 01 02:20:11.121 INFO O| Oct 01 02:20:11.121 INFO O| Variants/Facets to change: 1
35342024-10-01T02:20:12.913Z[ recovery-image] Oct 01 02:20:11.170 INFO O| Oct 01 02:20:11.170 INFO O| Done
35352024-10-01T02:20:12.913Z[ recovery-image] Oct 01 02:20:11.170 INFO O| Oct 01 02:20:11.170 INFO O| Done
35362024-10-01T02:20:13.514Z[ recovery-image] Oct 01 02:20:11.770 INFO O| Oct 01 02:20:11.770 INFO O| Done
35372024-10-01T02:20:13.573Z[ recovery-image] Oct 01 02:20:11.830 INFO O| Oct 01 02:20:11.830 INFO O| Done
35382024-10-01T02:20:13.576Z[ recovery-image] Oct 01 02:20:11.831 INFO O| Oct 01 02:20:11.831 INFO O| Done
35392024-10-01T02:20:13.576Z[ recovery-image] Oct 01 02:20:11.831 INFO O| Oct 01 02:20:11.831 INFO O| Done
35402024-10-01T02:20:13.576Z[ recovery-image] Oct 01 02:20:11.833 INFO O| Oct 01 02:20:11.833 INFO O| Done
35412024-10-01T02:20:13.682Z[ recovery-image] Oct 01 02:20:11.939 INFO O| Oct 01 02:20:11.939 INFO STEP 8 (pkg_change_facet) COMPLETE
35422024-10-01T02:20:13.682Z[ recovery-image] Oct 01 02:20:11.939 INFO O| Oct 01 02:20:11.939 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35432024-10-01T02:20:14.270Z[ recovery-image] Oct 01 02:20:12.526 INFO O| Oct 01 02:20:12.526 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
35442024-10-01T02:20:15.460Z[ recovery-image] Oct 01 02:20:13.717 INFO O| Oct 01 02:20:13.716 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35452024-10-01T02:20:15.462Z[ recovery-image] Oct 01 02:20:13.719 INFO O| Oct 01 02:20:13.719 INFO O| Planning: Planning completed in 0.00 seconds
35462024-10-01T02:20:15.462Z[ recovery-image] Oct 01 02:20:13.719 INFO O| Oct 01 02:20:13.719 INFO O| Planning: Consolidating action changes ... Done
35472024-10-01T02:20:15.463Z[ recovery-image] Oct 01 02:20:13.720 INFO O| Oct 01 02:20:13.720 INFO O| Planning: Evaluating mediators ... Done
35482024-10-01T02:20:15.465Z[ recovery-image] Oct 01 02:20:13.720 INFO O| Oct 01 02:20:13.720 INFO O| Planning: Planning completed in 0.00 seconds
35492024-10-01T02:20:15.465Z[ recovery-image] Oct 01 02:20:13.720 INFO O| Oct 01 02:20:13.720 INFO O| Variants/Facets to change: 1
35502024-10-01T02:20:15.580Z[ recovery-image] Oct 01 02:20:13.837 INFO O| Oct 01 02:20:13.837 INFO O| Done
35512024-10-01T02:20:15.580Z[ recovery-image] Oct 01 02:20:13.837 INFO O| Oct 01 02:20:13.837 INFO O| Done
35522024-10-01T02:20:16.321Z[ recovery-image] Oct 01 02:20:14.578 INFO O| Oct 01 02:20:14.578 INFO O| Done
35532024-10-01T02:20:16.403Z[ recovery-image] Oct 01 02:20:14.659 INFO O| Oct 01 02:20:14.659 INFO O| Done
35542024-10-01T02:20:16.405Z[ recovery-image] Oct 01 02:20:14.661 INFO O| Oct 01 02:20:14.661 INFO O| Done
35552024-10-01T02:20:16.405Z[ recovery-image] Oct 01 02:20:14.661 INFO O| Oct 01 02:20:14.661 INFO O| Done
35562024-10-01T02:20:16.408Z[ recovery-image] Oct 01 02:20:14.663 INFO O| Oct 01 02:20:14.663 INFO O| Done
35572024-10-01T02:20:16.509Z[ recovery-image] Oct 01 02:20:14.764 INFO O| Oct 01 02:20:14.764 INFO STEP 9 (pkg_change_facet) COMPLETE
35582024-10-01T02:20:16.511Z[ recovery-image] Oct 01 02:20:14.764 INFO O| Oct 01 02:20:14.764 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35592024-10-01T02:20:17.173Z[ recovery-image] Oct 01 02:20:15.429 INFO O| Oct 01 02:20:15.429 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35602024-10-01T02:20:18.195Z[ recovery-image] Oct 01 02:20:16.451 INFO O| Oct 01 02:20:16.451 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35612024-10-01T02:20:18.197Z[ recovery-image] Oct 01 02:20:16.453 INFO O| Oct 01 02:20:16.453 INFO O| Planning: Planning completed in 0.00 seconds
35622024-10-01T02:20:18.200Z[ recovery-image] Oct 01 02:20:16.454 INFO O| Oct 01 02:20:16.454 INFO O| Planning: Consolidating action changes ... Done
35632024-10-01T02:20:18.200Z[ recovery-image] Oct 01 02:20:16.454 INFO O| Oct 01 02:20:16.454 INFO O| Planning: Evaluating mediators ... Done
35642024-10-01T02:20:18.200Z[ recovery-image] Oct 01 02:20:16.455 INFO O| Oct 01 02:20:16.455 INFO O| Planning: Planning completed in 0.00 seconds
35652024-10-01T02:20:18.200Z[ recovery-image] Oct 01 02:20:16.455 INFO O| Oct 01 02:20:16.455 INFO O| Variants/Facets to change: 1
35662024-10-01T02:20:18.363Z[ recovery-image] Oct 01 02:20:16.620 INFO O| Oct 01 02:20:16.619 INFO O| Done
35672024-10-01T02:20:18.363Z[ recovery-image] Oct 01 02:20:16.620 INFO O| Oct 01 02:20:16.620 INFO O| Done
35682024-10-01T02:20:18.928Z[ recovery-image] Oct 01 02:20:17.185 INFO O| Oct 01 02:20:17.185 INFO O| Done
35692024-10-01T02:20:19.013Z[ recovery-image] Oct 01 02:20:17.270 INFO O| Oct 01 02:20:17.270 INFO O| Done
35702024-10-01T02:20:19.016Z[ recovery-image] Oct 01 02:20:17.271 INFO O| Oct 01 02:20:17.271 INFO O| Done
35712024-10-01T02:20:19.016Z[ recovery-image] Oct 01 02:20:17.271 INFO O| Oct 01 02:20:17.271 INFO O| Done
35722024-10-01T02:20:19.016Z[ recovery-image] Oct 01 02:20:17.273 INFO O| Oct 01 02:20:17.273 INFO O| Done
35732024-10-01T02:20:19.113Z[ recovery-image] Oct 01 02:20:17.369 INFO O| Oct 01 02:20:17.369 INFO STEP 10 (pkg_change_facet) COMPLETE
35742024-10-01T02:20:19.113Z[ recovery-image] Oct 01 02:20:17.369 INFO O| Oct 01 02:20:17.369 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35752024-10-01T02:20:19.134Z[ recovery-image] Oct 01 02:20:17.390 INFO O| Oct 01 02:20:17.390 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"]
35762024-10-01T02:20:19.551Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35772024-10-01T02:20:20.065Z[ recovery-image] Oct 01 02:20:18.322 INFO O| Oct 01 02:20:18.322 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35782024-10-01T02:20:21.215Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35792024-10-01T02:20:21.543Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35802024-10-01T02:20:21.958Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35812024-10-01T02:20:22.054Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35822024-10-01T02:20:22.702Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35832024-10-01T02:20:22.788Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
35842024-10-01T02:20:24.320Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35852024-10-01T02:20:28.140Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35862024-10-01T02:20:31.731Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35872024-10-01T02:20:34.697Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35882024-10-01T02:20:35.630Z[ host-image] Oct 01 02:20:33.884 INFO O| Oct 01 02:20:33.884 INFO O| Planning: Solver setup ... Done
35892024-10-01T02:20:40.144Z[verify-libraries] Compiling termios v0.3.3
35902024-10-01T02:20:40.626Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35912024-10-01T02:20:52.084Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35922024-10-01T02:21:00.893Z[ recovery-image] Oct 01 02:20:59.146 INFO O| Oct 01 02:20:59.145 INFO O| Planning: Solver setup ... Done
35932024-10-01T02:21:12.461Z[ host-image] Oct 01 02:21:10.713 INFO O| Oct 01 02:21:10.713 INFO O| Planning: Running solver ... Done
35942024-10-01T02:21:12.892Z[ host-image] Oct 01 02:21:11.143 INFO O| Oct 01 02:21:11.143 INFO O| Planning: Finding local manifests ... Done
35952024-10-01T02:21:12.920Z[ host-image] Oct 01 02:21:11.172 INFO O| Oct 01 02:21:11.172 INFO O| Planning: Fetching manifests: 0/124 0% complete
35962024-10-01T02:21:17.783Z[ host-image] Oct 01 02:21:16.034 INFO O| Oct 01 02:21:16.033 INFO O| Planning: Fetching manifests: 124/124 100% complete
35972024-10-01T02:21:19.083Z[ host-image] Oct 01 02:21:17.334 INFO O| Oct 01 02:21:17.334 INFO O| Planning: Package planning ... Done
35982024-10-01T02:21:20.814Z[ host-image] Oct 01 02:21:19.066 INFO O| Oct 01 02:21:19.065 INFO O| Planning: Merging actions ... Done
35992024-10-01T02:21:21.163Z[ host-image] Oct 01 02:21:19.414 INFO O| Oct 01 02:21:19.414 INFO O| Planning: Checking for conflicting actions ... Done
36002024-10-01T02:21:21.477Z[ host-image] Oct 01 02:21:19.728 INFO O| Oct 01 02:21:19.728 INFO O| Planning: Consolidating action changes ... Done
36012024-10-01T02:21:21.974Z[ host-image] Oct 01 02:21:20.225 INFO O| Oct 01 02:21:20.225 INFO O| Planning: Evaluating mediators ... Done
36022024-10-01T02:21:28.383Z[ host-image] Oct 01 02:21:26.633 INFO O| Oct 01 02:21:26.633 INFO O| Planning: Planning completed in 93.00 seconds
36032024-10-01T02:21:28.389Z[ host-image] Oct 01 02:21:26.640 INFO O| Oct 01 02:21:26.640 INFO O| Packages to install: 124
36042024-10-01T02:21:28.391Z[ host-image] Oct 01 02:21:26.640 INFO O| Oct 01 02:21:26.640 INFO O| Mediators to change: 4
36052024-10-01T02:21:28.392Z[ host-image] Oct 01 02:21:26.640 INFO O| Oct 01 02:21:26.640 INFO O| Services to change: 6
36062024-10-01T02:21:28.517Z[ host-image] Oct 01 02:21:26.767 INFO O| Oct 01 02:21:26.767 INFO O| Download: 0/22733 items 0.0/196.5MB 0% complete
36072024-10-01T02:21:33.542Z[ host-image] Oct 01 02:21:31.792 INFO O| Oct 01 02:21:31.792 INFO O| Download: 1211/22733 items 6.8/196.5MB 3% complete (1.4M/s)
36082024-10-01T02:21:37.657Z[ recovery-image] Oct 01 02:21:35.907 INFO O| Oct 01 02:21:35.907 INFO O| Planning: Running solver ... Done
36092024-10-01T02:21:38.015Z[ recovery-image] Oct 01 02:21:36.265 INFO O| Oct 01 02:21:36.265 INFO O| Planning: Finding local manifests ... Done
36102024-10-01T02:21:38.032Z[ recovery-image] Oct 01 02:21:36.282 INFO O| Oct 01 02:21:36.282 INFO O| Planning: Fetching manifests: 0/124 0% complete
36112024-10-01T02:21:38.871Z[ host-image] Oct 01 02:21:37.121 INFO O| Oct 01 02:21:37.121 INFO O| Download: 1803/22733 items 16.0/196.5MB 8% complete (1.5M/s)
36122024-10-01T02:21:42.458Z[ recovery-image] Oct 01 02:21:40.707 INFO O| Oct 01 02:21:40.707 INFO O| Planning: Fetching manifests: 124/124 100% complete
36132024-10-01T02:21:43.412Z[ recovery-image] Oct 01 02:21:41.662 INFO O| Oct 01 02:21:41.662 INFO O| Planning: Package planning ... Done
36142024-10-01T02:21:43.875Z[ host-image] Oct 01 02:21:42.124 INFO O| Oct 01 02:21:42.124 INFO O| Download: 2351/22733 items 27.7/196.5MB 14% complete (2.0M/s)
36152024-10-01T02:21:44.144Z[ recovery-image] Oct 01 02:21:42.393 INFO O| Oct 01 02:21:42.393 INFO O| Planning: Merging actions ... Done
36162024-10-01T02:21:44.308Z[ recovery-image] Oct 01 02:21:42.557 INFO O| Oct 01 02:21:42.557 INFO O| Planning: Checking for conflicting actions ... Done
36172024-10-01T02:21:44.435Z[ recovery-image] Oct 01 02:21:42.684 INFO O| Oct 01 02:21:42.684 INFO O| Planning: Consolidating action changes ... Done
36182024-10-01T02:21:44.747Z[ recovery-image] Oct 01 02:21:42.996 INFO O| Oct 01 02:21:42.996 INFO O| Planning: Evaluating mediators ... Done
36192024-10-01T02:21:48.993Z[ host-image] Oct 01 02:21:47.241 INFO O| Oct 01 02:21:47.240 INFO O| Download: 3541/22733 items 35.7/196.5MB 18% complete (2.0M/s)
36202024-10-01T02:21:50.928Z[ recovery-image] Oct 01 02:21:49.176 INFO O| Oct 01 02:21:49.176 INFO O| Planning: Planning completed in 90.85 seconds
36212024-10-01T02:21:50.935Z[ recovery-image] Oct 01 02:21:49.183 INFO O| Oct 01 02:21:49.183 INFO O| Packages to install: 124
36222024-10-01T02:21:50.935Z[ recovery-image] Oct 01 02:21:49.184 INFO O| Oct 01 02:21:49.183 INFO O| Mediators to change: 4
36232024-10-01T02:21:50.935Z[ recovery-image] Oct 01 02:21:49.184 INFO O| Oct 01 02:21:49.183 INFO O| Services to change: 5
36242024-10-01T02:21:51.011Z[ recovery-image] Oct 01 02:21:49.260 INFO O| Oct 01 02:21:49.260 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
36252024-10-01T02:21:51.048Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36262024-10-01T02:21:54.304Z[ host-image] Oct 01 02:21:52.552 INFO O| Oct 01 02:21:52.552 INFO O| Download: 4538/22733 items 42.3/196.5MB 21% complete (1.4M/s)
36272024-10-01T02:21:56.209Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36282024-10-01T02:21:56.212Z[ recovery-image] Oct 01 02:21:54.433 INFO O| Oct 01 02:21:54.433 INFO O| Download: 1000/15836 items 7.8/173.3MB 4% complete (1.6M/s)
36292024-10-01T02:21:59.304Z[ host-image] Oct 01 02:21:57.552 INFO O| Oct 01 02:21:57.552 INFO O| Download: 5484/22733 items 46.1/196.5MB 23% complete (941k/s)
36302024-10-01T02:22:01.507Z[ recovery-image] Oct 01 02:21:59.755 INFO O| Oct 01 02:21:59.755 INFO O| Download: 1179/15836 items 13.1/173.3MB 7% complete (1.2M/s)
36312024-10-01T02:22:01.961Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36322024-10-01T02:22:04.318Z[ host-image] Oct 01 02:22:02.565 INFO O| Oct 01 02:22:02.565 INFO O| Download: 6576/22733 items 46.7/196.5MB 23% complete (463k/s)
36332024-10-01T02:22:06.679Z[ recovery-image] Oct 01 02:22:04.926 INFO O| Oct 01 02:22:04.926 INFO O| Download: 1568/15836 items 23.5/173.3MB 13% complete (1.5M/s)
36342024-10-01T02:22:09.327Z[ host-image] Oct 01 02:22:07.574 INFO O| Oct 01 02:22:07.574 INFO O| Download: 7296/22733 items 57.4/196.5MB 29% complete (1.1M/s)
36352024-10-01T02:22:11.685Z[ recovery-image] Oct 01 02:22:09.932 INFO O| Oct 01 02:22:09.932 INFO O| Download: 2386/15836 items 31.3/173.3MB 18% complete (1.7M/s)
36362024-10-01T02:22:14.337Z[ host-image] Oct 01 02:22:12.583 INFO O| Oct 01 02:22:12.583 INFO O| Download: 8021/22733 items 59.9/196.5MB 30% complete (1.3M/s)
36372024-10-01T02:22:16.695Z[ recovery-image] Oct 01 02:22:14.941 INFO O| Oct 01 02:22:14.941 INFO O| Download: 3319/15836 items 37.9/173.3MB 21% complete (1.4M/s)
36382024-10-01T02:22:19.598Z[ host-image] Oct 01 02:22:17.844 INFO O| Oct 01 02:22:17.844 INFO O| Download: 8354/22733 items 69.0/196.5MB 35% complete (1.1M/s)
36392024-10-01T02:22:21.708Z[ recovery-image] Oct 01 02:22:19.953 INFO O| Oct 01 02:22:19.953 INFO O| Download: 3923/15836 items 42.5/173.3MB 24% complete (1.1M/s)
36402024-10-01T02:22:24.671Z[ host-image] Oct 01 02:22:22.917 INFO O| Oct 01 02:22:22.917 INFO O| Download: 9381/22733 items 81.4/196.5MB 41% complete (2.1M/s)
36412024-10-01T02:22:26.719Z[ recovery-image] Oct 01 02:22:24.964 INFO O| Oct 01 02:22:24.964 INFO O| Download: 4805/15836 items 43.0/173.3MB 24% complete (527k/s)
36422024-10-01T02:22:29.674Z[ host-image] Oct 01 02:22:27.919 INFO O| Oct 01 02:22:27.919 INFO O| Download: 10273/22733 items 87.2/196.5MB 44% complete (1.8M/s)
36432024-10-01T02:22:31.747Z[ recovery-image] Oct 01 02:22:29.992 INFO O| Oct 01 02:22:29.992 INFO O| Download: 5702/15836 items 45.3/173.3MB 26% complete (274k/s)
36442024-10-01T02:22:35.097Z[ host-image] Oct 01 02:22:33.341 INFO O| Oct 01 02:22:33.341 INFO O| Download: 10863/22733 items 90.0/196.5MB 45% complete (1.0M/s)
36452024-10-01T02:22:35.125Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36462024-10-01T02:22:37.060Z[ recovery-image] Oct 01 02:22:35.304 INFO O| Oct 01 02:22:35.304 INFO O| Download: 6097/15836 items 56.2/173.3MB 32% complete (1.1M/s)
36472024-10-01T02:22:40.127Z[ host-image] Oct 01 02:22:38.372 INFO O| Oct 01 02:22:38.372 INFO O| Download: 11307/22733 items 95.5/196.5MB 48% complete (848k/s)
36482024-10-01T02:22:42.061Z[ recovery-image] Oct 01 02:22:40.305 INFO O| Oct 01 02:22:40.305 INFO O| Download: 6992/15836 items 69.5/173.3MB 40% complete (2.4M/s)
36492024-10-01T02:22:45.436Z[ host-image] Oct 01 02:22:43.680 INFO O| Oct 01 02:22:43.680 INFO O| Download: 12014/22733 items 99.8/196.5MB 50% complete (915k/s)
36502024-10-01T02:22:46.188Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36512024-10-01T02:22:47.244Z[ recovery-image] Oct 01 02:22:45.488 INFO O| Oct 01 02:22:45.488 INFO O| Download: 7643/15836 items 73.7/173.3MB 42% complete (2.0M/s)
36522024-10-01T02:22:50.437Z[ host-image] Oct 01 02:22:48.680 INFO O| Oct 01 02:22:48.680 INFO O| Download: 12547/22733 items 109.5/196.5MB 55% complete (1.3M/s)
36532024-10-01T02:22:51.147Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
36542024-10-01T02:22:52.258Z[ recovery-image] Oct 01 02:22:50.501 INFO O| Oct 01 02:22:50.501 INFO O| Download: 8014/15836 items 79.4/173.3MB 45% complete (984k/s)
36552024-10-01T02:22:52.291Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
36562024-10-01T02:22:55.502Z[ host-image] Oct 01 02:22:53.745 INFO O| Oct 01 02:22:53.739 INFO O| Download: 13312/22733 items 110.0/196.5MB 55% complete (1.2M/s)
36572024-10-01T02:22:57.270Z[ recovery-image] Oct 01 02:22:55.513 INFO O| Oct 01 02:22:55.513 INFO O| Download: 8705/15836 items 84.0/173.3MB 48% complete (1014k/s)
36582024-10-01T02:23:00.621Z[ host-image] Oct 01 02:22:58.863 INFO O| Oct 01 02:22:58.863 INFO O| Download: 14267/22733 items 110.7/196.5MB 56% complete (114k/s)
36592024-10-01T02:23:02.280Z[ recovery-image] Oct 01 02:23:00.522 INFO O| Oct 01 02:23:00.522 INFO O| Download: 9111/15836 items 92.7/173.3MB 53% complete (1.3M/s)
36602024-10-01T02:23:05.758Z[ host-image] Oct 01 02:23:04.001 INFO O| Oct 01 02:23:04.000 INFO O| Download: 14502/22733 items 116.4/196.5MB 59% complete (620k/s)
36612024-10-01T02:23:07.367Z[ recovery-image] Oct 01 02:23:05.609 INFO O| Oct 01 02:23:05.609 INFO O| Download: 9957/15836 items 93.1/173.3MB 53% complete (1.2M/s)
36622024-10-01T02:23:10.761Z[ host-image] Oct 01 02:23:09.003 INFO O| Oct 01 02:23:09.003 INFO O| Download: 15492/22733 items 123.8/196.5MB 63% complete (1.3M/s)
36632024-10-01T02:23:12.385Z[ recovery-image] Oct 01 02:23:10.627 INFO O| Oct 01 02:23:10.626 INFO O| Download: 10911/15836 items 93.8/173.3MB 54% complete (112k/s)
36642024-10-01T02:23:16.155Z[ host-image] Oct 01 02:23:14.397 INFO O| Oct 01 02:23:14.396 INFO O| Download: 15829/22733 items 129.9/196.5MB 66% complete (1.4M/s)
36652024-10-01T02:23:17.881Z[ recovery-image] Oct 01 02:23:16.122 INFO O| Oct 01 02:23:16.122 INFO O| Download: 11426/15836 items 107.2/173.3MB 61% complete (1.5M/s)
36662024-10-01T02:23:21.172Z[ host-image] Oct 01 02:23:19.413 INFO O| Oct 01 02:23:19.413 INFO O| Download: 17421/22733 items 149.3/196.5MB 75% complete (2.6M/s)
36672024-10-01T02:23:22.882Z[ recovery-image] Oct 01 02:23:21.122 INFO O| Oct 01 02:23:21.122 INFO O| Download: 11876/15836 items 126.2/173.3MB 72% complete (3.1M/s)
36682024-10-01T02:23:26.176Z[ host-image] Oct 01 02:23:24.417 INFO O| Oct 01 02:23:24.417 INFO O| Download: 17976/22733 items 159.1/196.5MB 80% complete (2.9M/s)
36692024-10-01T02:23:27.883Z[ recovery-image] Oct 01 02:23:26.123 INFO O| Oct 01 02:23:26.123 INFO O| Download: 12519/15836 items 138.8/173.3MB 80% complete (3.2M/s)
36702024-10-01T02:23:31.713Z[ host-image] Oct 01 02:23:29.953 INFO O| Oct 01 02:23:29.953 INFO O| Download: 18948/22733 items 162.6/196.5MB 82% complete (1.3M/s)
36712024-10-01T02:23:32.884Z[ recovery-image] Oct 01 02:23:31.124 INFO O| Oct 01 02:23:31.124 INFO O| Download: 13255/15836 items 142.4/173.3MB 82% complete (1.7M/s)
36722024-10-01T02:23:36.714Z[ host-image] Oct 01 02:23:34.953 INFO O| Oct 01 02:23:34.953 INFO O| Download: 19843/22733 items 166.9/196.5MB 84% complete (765k/s)
36732024-10-01T02:23:37.885Z[ recovery-image] Oct 01 02:23:36.124 INFO O| Oct 01 02:23:36.124 INFO O| Download: 14169/15836 items 146.0/173.3MB 84% complete (734k/s)
36742024-10-01T02:23:41.717Z[ host-image] Oct 01 02:23:39.956 INFO O| Oct 01 02:23:39.956 INFO O| Download: 20600/22733 items 169.5/196.5MB 86% complete (712k/s)
36752024-10-01T02:23:42.948Z[ recovery-image] Oct 01 02:23:41.187 INFO O| Oct 01 02:23:41.186 INFO O| Download: 14682/15836 items 148.0/173.3MB 85% complete (704k/s)
36762024-10-01T02:23:46.736Z[ host-image] Oct 01 02:23:44.974 INFO O| Oct 01 02:23:44.974 INFO O| Download: 21303/22733 items 177.3/196.5MB 90% complete (1.0M/s)
36772024-10-01T02:23:47.955Z[ recovery-image] Oct 01 02:23:46.193 INFO O| Oct 01 02:23:46.193 INFO O| Download: 15264/15836 items 158.0/173.3MB 91% complete (1.3M/s)
36782024-10-01T02:23:51.737Z[ host-image] Oct 01 02:23:49.975 INFO O| Oct 01 02:23:49.975 INFO O| Download: 21716/22733 items 181.5/196.5MB 92% complete (1.2M/s)
36792024-10-01T02:23:53.015Z[ recovery-image] Oct 01 02:23:51.253 INFO O| Oct 01 02:23:51.253 INFO O| Download: 15550/15836 items 166.1/173.3MB 95% complete (1.9M/s)
36802024-10-01T02:23:56.296Z[ recovery-image] Oct 01 02:23:54.534 INFO O| Oct 01 02:23:54.534 INFO O| Download: Completed 173.28 MB in 125.27 seconds (1.4M/s)
36812024-10-01T02:23:56.775Z[ host-image] Oct 01 02:23:55.012 INFO O| Oct 01 02:23:55.012 INFO O| Download: 22301/22733 items 196.0/196.5MB 99% complete (1.9M/s)
36822024-10-01T02:23:58.097Z[ recovery-image] Oct 01 02:23:56.335 INFO O| Oct 01 02:23:56.334 INFO O| Actions: 1/24971 actions (Installing new actions)
36832024-10-01T02:23:58.426Z[ host-image] Oct 01 02:23:56.663 INFO O| Oct 01 02:23:56.663 INFO O| Download: Completed 196.51 MB in 149.90 seconds (1.3M/s)
36842024-10-01T02:24:00.191Z[ host-image] Oct 01 02:23:58.428 INFO O| Oct 01 02:23:58.428 INFO O| Actions: 1/49268 actions (Installing new actions)
36852024-10-01T02:24:03.098Z[ recovery-image] Oct 01 02:24:01.335 INFO O| Oct 01 02:24:01.335 INFO O| Actions: 9174/24971 actions (Installing new actions)
36862024-10-01T02:24:05.192Z[ host-image] Oct 01 02:24:03.428 INFO O| Oct 01 02:24:03.428 INFO O| Actions: 8567/49268 actions (Installing new actions)
36872024-10-01T02:24:08.098Z[ recovery-image] Oct 01 02:24:06.335 INFO O| Oct 01 02:24:06.335 INFO O| Actions: 15579/24971 actions (Installing new actions)
36882024-10-01T02:24:10.193Z[ host-image] Oct 01 02:24:08.428 INFO O| Oct 01 02:24:08.428 INFO O| Actions: 14519/49268 actions (Installing new actions)
36892024-10-01T02:24:15.193Z[ host-image] Oct 01 02:24:13.429 INFO O| Oct 01 02:24:13.429 INFO O| Actions: 21064/49268 actions (Installing new actions)
36902024-10-01T02:24:15.200Z[ recovery-image] Oct 01 02:24:13.436 INFO O| Oct 01 02:24:13.436 INFO O| Actions: 24418/24971 actions (Installing new actions)
36912024-10-01T02:24:19.326Z[ recovery-image] Oct 01 02:24:17.562 INFO O| Oct 01 02:24:17.562 INFO O| Actions: Completed 24971 actions in 21.22 seconds.
36922024-10-01T02:24:19.913Z[ recovery-image] Oct 01 02:24:18.148 INFO O| Oct 01 02:24:18.148 INFO O| Done
36932024-10-01T02:24:19.915Z[ recovery-image] Oct 01 02:24:18.148 INFO O| Oct 01 02:24:18.148 INFO O| Done
36942024-10-01T02:24:20.193Z[ host-image] Oct 01 02:24:18.429 INFO O| Oct 01 02:24:18.429 INFO O| Actions: 42105/49268 actions (Installing new actions)
36952024-10-01T02:24:21.260Z[ recovery-image] Oct 01 02:24:19.496 INFO O| Oct 01 02:24:19.496 INFO O| Done
36962024-10-01T02:24:23.090Z[ recovery-image] Oct 01 02:24:21.325 INFO O| Oct 01 02:24:21.325 INFO O| Done
36972024-10-01T02:24:23.116Z[ recovery-image] Oct 01 02:24:21.352 INFO O| Oct 01 02:24:21.351 INFO O| Done
36982024-10-01T02:24:25.261Z[ host-image] Oct 01 02:24:23.496 INFO O| Oct 01 02:24:23.496 INFO O| Actions: 48843/49268 actions (Installing new actions)
36992024-10-01T02:24:26.428Z[ host-image] Oct 01 02:24:24.662 INFO O| Oct 01 02:24:24.662 INFO O| Actions: Completed 49268 actions in 26.23 seconds.
37002024-10-01T02:24:27.047Z[ host-image] Oct 01 02:24:25.282 INFO O| Oct 01 02:24:25.282 INFO O| Done
37012024-10-01T02:24:27.047Z[ host-image] Oct 01 02:24:25.282 INFO O| Oct 01 02:24:25.282 INFO O| Done
37022024-10-01T02:24:27.615Z[ recovery-image] Oct 01 02:24:25.843 INFO O| Oct 01 02:24:25.842 INFO O| Done
37032024-10-01T02:24:28.324Z[ recovery-image] Oct 01 02:24:26.559 INFO O| Oct 01 02:24:26.559 INFO O| Done
37042024-10-01T02:24:28.371Z[ host-image] Oct 01 02:24:26.606 INFO O| Oct 01 02:24:26.606 INFO O| Done
37052024-10-01T02:24:28.711Z[ recovery-image] Oct 01 02:24:26.945 INFO O| Oct 01 02:24:26.945 INFO STEP 11 (pkg_install) COMPLETE
37062024-10-01T02:24:28.711Z[ recovery-image] Oct 01 02:24:26.945 INFO O| Oct 01 02:24:26.945 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37072024-10-01T02:24:28.713Z[ recovery-image] Oct 01 02:24:26.945 INFO O| Oct 01 02:24:26.945 INFO skip step because feature "recovery" is enabled
37082024-10-01T02:24:28.713Z[ recovery-image] Oct 01 02:24:26.945 INFO O| Oct 01 02:24:26.945 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37092024-10-01T02:24:28.713Z[ recovery-image] Oct 01 02:24:26.945 INFO O| Oct 01 02:24:26.945 INFO skip step because feature "omicron1" is not enabled
37102024-10-01T02:24:28.713Z[ recovery-image] Oct 01 02:24:26.945 INFO O| Oct 01 02:24:26.945 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37112024-10-01T02:24:28.729Z[ recovery-image] Oct 01 02:24:26.964 INFO O| Oct 01 02:24:26.964 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37122024-10-01T02:24:29.943Z[ recovery-image] Oct 01 02:24:28.178 INFO O| Oct 01 02:24:28.177 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37132024-10-01T02:24:31.184Z[ host-image] Oct 01 02:24:29.419 INFO O| Oct 01 02:24:29.419 INFO O| Done
37142024-10-01T02:24:31.228Z[ host-image] Oct 01 02:24:29.462 INFO O| Oct 01 02:24:29.462 INFO O| Done
37152024-10-01T02:24:33.458Z[ recovery-image] Oct 01 02:24:31.692 INFO O| Oct 01 02:24:31.692 INFO O| Planning: Solver setup ... Done
37162024-10-01T02:24:33.464Z[ recovery-image] Oct 01 02:24:31.699 INFO O| Oct 01 02:24:31.699 INFO O| Planning: Running solver ... Done
37172024-10-01T02:24:33.531Z[ recovery-image] Oct 01 02:24:31.766 INFO O| Oct 01 02:24:31.765 INFO O| Planning: Finding local manifests ... Done
37182024-10-01T02:24:33.534Z[ recovery-image] Oct 01 02:24:31.767 INFO O| Oct 01 02:24:31.767 INFO O| Planning: Fetching manifests: 0/1 0% complete
37192024-10-01T02:24:33.695Z[ recovery-image] Oct 01 02:24:31.929 INFO O| Oct 01 02:24:31.929 INFO O| Planning: Fetching manifests: 1/1 100% complete
37202024-10-01T02:24:33.722Z[ recovery-image] Oct 01 02:24:31.957 INFO O| Oct 01 02:24:31.956 INFO O| Planning: Package planning ... Done
37212024-10-01T02:24:33.725Z[ recovery-image] Oct 01 02:24:31.957 INFO O| Oct 01 02:24:31.957 INFO O| Planning: Merging actions ... Done
37222024-10-01T02:24:33.821Z[ recovery-image] Oct 01 02:24:32.055 INFO O| Oct 01 02:24:32.055 INFO O| Planning: Checking for conflicting actions ... Done
37232024-10-01T02:24:33.824Z[ recovery-image] Oct 01 02:24:32.056 INFO O| Oct 01 02:24:32.056 INFO O| Planning: Consolidating action changes ... Done
37242024-10-01T02:24:34.149Z[ recovery-image] Oct 01 02:24:32.383 INFO O| Oct 01 02:24:32.383 INFO O| Planning: Evaluating mediators ... Done
37252024-10-01T02:24:34.152Z[ recovery-image] Oct 01 02:24:32.384 INFO O| Oct 01 02:24:32.384 INFO O| Planning: Planning completed in 4.21 seconds
37262024-10-01T02:24:34.154Z[ recovery-image] Oct 01 02:24:32.387 INFO O| Oct 01 02:24:32.387 INFO O| Packages to install: 1
37272024-10-01T02:24:34.169Z[ recovery-image] Oct 01 02:24:32.403 INFO O| Oct 01 02:24:32.403 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
37282024-10-01T02:24:36.036Z[ recovery-image] Oct 01 02:24:34.270 INFO O| Oct 01 02:24:34.270 INFO O| Download: Completed 20.80 MB in 1.87 seconds (11.1M/s)
37292024-10-01T02:24:36.558Z[ recovery-image] Oct 01 02:24:34.792 INFO O| Oct 01 02:24:34.792 INFO O| Actions: 1/22 actions (Installing new actions)
37302024-10-01T02:24:37.459Z[ recovery-image] Oct 01 02:24:35.693 INFO O| Oct 01 02:24:35.693 INFO O| Actions: Completed 22 actions in 0.90 seconds.
37312024-10-01T02:24:38.081Z[ recovery-image] Oct 01 02:24:36.312 INFO O| Oct 01 02:24:36.311 INFO O| Done
37322024-10-01T02:24:38.081Z[ recovery-image] Oct 01 02:24:36.312 INFO O| Oct 01 02:24:36.311 INFO O| Done
37332024-10-01T02:24:39.145Z[ recovery-image] Oct 01 02:24:37.379 INFO O| Oct 01 02:24:37.379 INFO O| Done
37342024-10-01T02:24:39.162Z[ host-image] Oct 01 02:24:37.396 INFO O| Oct 01 02:24:37.396 INFO O| Done
37352024-10-01T02:24:40.115Z[ host-image] Oct 01 02:24:38.349 INFO O| Oct 01 02:24:38.349 INFO O| Done
37362024-10-01T02:24:40.542Z[ host-image] Oct 01 02:24:38.776 INFO O| Oct 01 02:24:38.776 INFO STEP 11 (pkg_install) COMPLETE
37372024-10-01T02:24:40.542Z[ host-image] Oct 01 02:24:38.776 INFO O| Oct 01 02:24:38.776 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37382024-10-01T02:24:40.560Z[ host-image] Oct 01 02:24:38.794 INFO O| Oct 01 02:24:38.794 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
37392024-10-01T02:24:41.033Z[ recovery-image] Oct 01 02:24:39.267 INFO O| Oct 01 02:24:39.267 INFO O| Done
37402024-10-01T02:24:41.060Z[ recovery-image] Oct 01 02:24:39.294 INFO O| Oct 01 02:24:39.294 INFO O| Done
37412024-10-01T02:24:41.060Z[ recovery-image] Oct 01 02:24:39.294 INFO O| Oct 01 02:24:39.294 INFO O| Done
37422024-10-01T02:24:41.161Z[ recovery-image] Oct 01 02:24:39.395 INFO O| Oct 01 02:24:39.395 INFO O| Done
37432024-10-01T02:24:41.317Z[ recovery-image] Oct 01 02:24:39.550 INFO O| Oct 01 02:24:39.550 INFO STEP 14 (pkg_install) COMPLETE
37442024-10-01T02:24:41.317Z[ recovery-image] Oct 01 02:24:39.550 INFO O| Oct 01 02:24:39.550 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37452024-10-01T02:24:41.319Z[ recovery-image] Oct 01 02:24:39.550 INFO O| Oct 01 02:24:39.550 INFO skip step because feature "mfg" is not enabled
37462024-10-01T02:24:41.319Z[ recovery-image] Oct 01 02:24:39.550 INFO O| Oct 01 02:24:39.550 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37472024-10-01T02:24:41.319Z[ recovery-image] Oct 01 02:24:39.550 INFO O| Oct 01 02:24:39.550 INFO skip step because feature "compliance" is not enabled
37482024-10-01T02:24:41.319Z[ recovery-image] Oct 01 02:24:39.550 INFO O| Oct 01 02:24:39.550 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37492024-10-01T02:24:41.319Z[ recovery-image] Oct 01 02:24:39.550 INFO O| Oct 01 02:24:39.550 INFO skip step because feature "stress" is not enabled
37502024-10-01T02:24:41.319Z[ recovery-image] Oct 01 02:24:39.550 INFO O| Oct 01 02:24:39.550 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37512024-10-01T02:24:41.320Z[ recovery-image] Oct 01 02:24:39.550 INFO O| Oct 01 02:24:39.550 INFO skip step because feature "nfs" is not enabled
37522024-10-01T02:24:41.320Z[ recovery-image] Oct 01 02:24:39.550 INFO O| Oct 01 02:24:39.550 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37532024-10-01T02:24:41.320Z[ recovery-image] Oct 01 02:24:39.551 INFO O| Oct 01 02:24:39.550 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37542024-10-01T02:24:41.409Z[ recovery-image] Oct 01 02:24:39.643 INFO O| Oct 01 02:24:39.643 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37552024-10-01T02:24:41.577Z[ recovery-image] Oct 01 02:24:39.810 INFO O| Oct 01 02:24:39.810 INFO completed processing gimlet/ramdisk-01-os
37562024-10-01T02:24:41.580Z[ recovery-image] Oct 01 02:24:39.814 INFO image builder template: ramdisk-02-trim...
37572024-10-01T02:24:41.583Z[ recovery-image] Oct 01 02:24:39.814 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/.tmpjrqM94/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.293", "-n", "ramdisk-02-trim"], pwd: None
37582024-10-01T02:24:41.625Z[ recovery-image] Oct 01 02:24:39.859 INFO O| Oct 01 02:24:39.859 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37592024-10-01T02:24:41.633Z[ recovery-image] Oct 01 02:24:39.867 INFO O| Oct 01 02:24:39.867 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37602024-10-01T02:24:41.753Z[ recovery-image] Oct 01 02:24:39.986 INFO O| Oct 01 02:24:39.986 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
37612024-10-01T02:24:41.889Z[ recovery-image] Oct 01 02:24:40.122 INFO O| Oct 01 02:24:40.122 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37622024-10-01T02:24:41.889Z[ recovery-image] Oct 01 02:24:40.122 INFO O| Oct 01 02:24:40.122 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37632024-10-01T02:24:41.897Z[ recovery-image] Oct 01 02:24:40.131 INFO O| Oct 01 02:24:40.131 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37642024-10-01T02:24:41.905Z[ recovery-image] Oct 01 02:24:40.138 INFO O| Oct 01 02:24:40.138 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37652024-10-01T02:24:41.907Z[ host-image] Oct 01 02:24:40.141 INFO O| Oct 01 02:24:40.141 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37662024-10-01T02:24:41.921Z[ recovery-image] Oct 01 02:24:40.155 INFO O| Oct 01 02:24:40.155 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37672024-10-01T02:24:42.307Z[ recovery-image] Oct 01 02:24:40.540 INFO O| Oct 01 02:24:40.540 INFO rolled back to input snapshot; work may begin
37682024-10-01T02:24:42.308Z[ recovery-image] Oct 01 02:24:40.540 INFO O| Oct 01 02:24:40.540 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37692024-10-01T02:24:42.327Z[ recovery-image] Oct 01 02:24:40.561 INFO O| Oct 01 02:24:40.561 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37702024-10-01T02:24:42.348Z[ recovery-image] Oct 01 02:24:40.582 INFO O| Oct 01 02:24:40.582 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37712024-10-01T02:24:42.507Z[ recovery-image] Oct 01 02:24:40.740 INFO O| Oct 01 02:24:40.740 INFO STEP 0 (remove_files) COMPLETE
37722024-10-01T02:24:42.509Z[ recovery-image] Oct 01 02:24:40.740 INFO O| Oct 01 02:24:40.740 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37732024-10-01T02:24:42.543Z[ recovery-image] Oct 01 02:24:40.775 INFO O| Oct 01 02:24:40.775 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37742024-10-01T02:24:42.546Z[ recovery-image] Oct 01 02:24:40.778 INFO O| Oct 01 02:24:40.778 INFO STEP 1 (remove_files) COMPLETE
37752024-10-01T02:24:42.546Z[ recovery-image] Oct 01 02:24:40.778 INFO O| Oct 01 02:24:40.778 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37762024-10-01T02:24:42.602Z[ recovery-image] Oct 01 02:24:40.836 INFO O| Oct 01 02:24:40.836 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37772024-10-01T02:24:42.643Z[ recovery-image] Oct 01 02:24:40.876 INFO O| Oct 01 02:24:40.876 INFO STEP 2 (remove_files) COMPLETE
37782024-10-01T02:24:42.643Z[ recovery-image] Oct 01 02:24:40.876 INFO O| Oct 01 02:24:40.876 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37792024-10-01T02:24:42.680Z[ recovery-image] Oct 01 02:24:40.913 INFO O| Oct 01 02:24:40.913 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37802024-10-01T02:24:42.682Z[ recovery-image] Oct 01 02:24:40.916 INFO O| Oct 01 02:24:40.916 INFO STEP 3 (remove_files) COMPLETE
37812024-10-01T02:24:42.683Z[ recovery-image] Oct 01 02:24:40.916 INFO O| Oct 01 02:24:40.916 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37822024-10-01T02:24:42.701Z[ recovery-image] Oct 01 02:24:40.935 INFO O| Oct 01 02:24:40.935 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37832024-10-01T02:24:42.708Z[ recovery-image] Oct 01 02:24:40.942 INFO O| Oct 01 02:24:40.941 INFO STEP 4 (remove_files) COMPLETE
37842024-10-01T02:24:42.708Z[ recovery-image] Oct 01 02:24:40.942 INFO O| Oct 01 02:24:40.941 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37852024-10-01T02:24:42.765Z[ recovery-image] Oct 01 02:24:40.998 INFO O| Oct 01 02:24:40.998 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37862024-10-01T02:24:42.765Z[ recovery-image] Oct 01 02:24:40.999 INFO O| Oct 01 02:24:40.999 INFO STEP 5 (remove_files) COMPLETE
37872024-10-01T02:24:42.770Z[ recovery-image] Oct 01 02:24:40.999 INFO O| Oct 01 02:24:40.999 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37882024-10-01T02:24:42.784Z[ recovery-image] Oct 01 02:24:41.018 INFO O| Oct 01 02:24:41.017 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37892024-10-01T02:24:42.801Z[ recovery-image] Oct 01 02:24:41.035 INFO O| Oct 01 02:24:41.035 INFO STEP 6 (remove_files) COMPLETE
37902024-10-01T02:24:42.801Z[ recovery-image] Oct 01 02:24:41.035 INFO O| Oct 01 02:24:41.035 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37912024-10-01T02:24:42.801Z[ recovery-image] Oct 01 02:24:41.035 INFO O| Oct 01 02:24:41.035 INFO skip step because feature "recovery" is enabled
37922024-10-01T02:24:42.804Z[ recovery-image] Oct 01 02:24:41.035 INFO O| Oct 01 02:24:41.035 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37932024-10-01T02:24:42.804Z[ recovery-image] Oct 01 02:24:41.035 INFO O| Oct 01 02:24:41.035 INFO skip step because feature "recovery" is enabled
37942024-10-01T02:24:42.804Z[ recovery-image] Oct 01 02:24:41.035 INFO O| Oct 01 02:24:41.035 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37952024-10-01T02:24:42.804Z[ recovery-image] Oct 01 02:24:41.035 INFO O| Oct 01 02:24:41.035 INFO skip step because feature "recovery" is enabled
37962024-10-01T02:24:42.804Z[ recovery-image] Oct 01 02:24:41.035 INFO O| Oct 01 02:24:41.035 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37972024-10-01T02:24:42.827Z[ recovery-image] Oct 01 02:24:41.061 INFO O| Oct 01 02:24:41.060 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37982024-10-01T02:24:42.832Z[ recovery-image] Oct 01 02:24:41.066 INFO O| Oct 01 02:24:41.066 INFO STEP 10 (remove_files) COMPLETE
37992024-10-01T02:24:42.832Z[ recovery-image] Oct 01 02:24:41.066 INFO O| Oct 01 02:24:41.066 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38002024-10-01T02:24:42.865Z[ recovery-image] Oct 01 02:24:41.098 INFO O| Oct 01 02:24:41.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38012024-10-01T02:24:42.868Z[ recovery-image] Oct 01 02:24:41.100 INFO O| Oct 01 02:24:41.100 INFO STEP 11 (remove_files) COMPLETE
38022024-10-01T02:24:42.868Z[ recovery-image] Oct 01 02:24:41.100 INFO O| Oct 01 02:24:41.100 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38032024-10-01T02:24:42.889Z[ recovery-image] Oct 01 02:24:41.123 INFO O| Oct 01 02:24:41.123 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38042024-10-01T02:24:42.892Z[ recovery-image] Oct 01 02:24:41.125 INFO O| Oct 01 02:24:41.125 INFO STEP 12 (remove_files) COMPLETE
38052024-10-01T02:24:42.892Z[ recovery-image] Oct 01 02:24:41.125 INFO O| Oct 01 02:24:41.125 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38062024-10-01T02:24:42.934Z[ recovery-image] Oct 01 02:24:41.167 INFO O| Oct 01 02:24:41.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38072024-10-01T02:24:43.271Z[ recovery-image] Oct 01 02:24:41.505 INFO O| Oct 01 02:24:41.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38082024-10-01T02:24:43.274Z[ recovery-image] Oct 01 02:24:41.508 INFO O| Oct 01 02:24:41.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38092024-10-01T02:24:43.303Z[ recovery-image] Oct 01 02:24:41.536 INFO O| Oct 01 02:24:41.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38102024-10-01T02:24:43.306Z[ recovery-image] Oct 01 02:24:41.537 INFO O| Oct 01 02:24:41.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38112024-10-01T02:24:43.422Z[ recovery-image] Oct 01 02:24:41.655 INFO O| Oct 01 02:24:41.655 INFO STEP 13 (remove_files) COMPLETE
38122024-10-01T02:24:43.422Z[ recovery-image] Oct 01 02:24:41.655 INFO O| Oct 01 02:24:41.655 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38132024-10-01T02:24:43.442Z[ recovery-image] Oct 01 02:24:41.676 INFO O| Oct 01 02:24:41.676 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38142024-10-01T02:24:43.445Z[ recovery-image] Oct 01 02:24:41.678 INFO O| Oct 01 02:24:41.678 INFO STEP 14 (remove_files) COMPLETE
38152024-10-01T02:24:43.445Z[ recovery-image] Oct 01 02:24:41.678 INFO O| Oct 01 02:24:41.678 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38162024-10-01T02:24:43.481Z[ recovery-image] Oct 01 02:24:41.713 INFO O| Oct 01 02:24:41.713 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38172024-10-01T02:24:43.489Z[ recovery-image] Oct 01 02:24:41.722 INFO O| Oct 01 02:24:41.722 INFO STEP 15 (remove_files) COMPLETE
38182024-10-01T02:24:43.489Z[ recovery-image] Oct 01 02:24:41.722 INFO O| Oct 01 02:24:41.722 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-10-01T02:24:43.543Z[ recovery-image] Oct 01 02:24:41.777 INFO O| Oct 01 02:24:41.777 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
38202024-10-01T02:24:43.546Z[ recovery-image] Oct 01 02:24:41.777 INFO O| Oct 01 02:24:41.777 INFO STEP 16 (remove_files) COMPLETE
38212024-10-01T02:24:43.546Z[ recovery-image] Oct 01 02:24:41.777 INFO O| Oct 01 02:24:41.777 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38222024-10-01T02:24:43.563Z[ recovery-image] Oct 01 02:24:41.796 INFO O| Oct 01 02:24:41.796 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
38232024-10-01T02:24:43.565Z[ recovery-image] Oct 01 02:24:41.798 INFO O| Oct 01 02:24:41.798 INFO STEP 17 (remove_files) COMPLETE
38242024-10-01T02:24:43.565Z[ recovery-image] Oct 01 02:24:41.798 INFO O| Oct 01 02:24:41.798 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38252024-10-01T02:24:43.582Z[ recovery-image] Oct 01 02:24:41.815 INFO O| Oct 01 02:24:41.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
38262024-10-01T02:24:43.582Z[ recovery-image] Oct 01 02:24:41.815 INFO O| Oct 01 02:24:41.815 INFO STEP 18 (remove_files) COMPLETE
38272024-10-01T02:24:43.582Z[ recovery-image] Oct 01 02:24:41.816 INFO O| Oct 01 02:24:41.815 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38282024-10-01T02:24:43.599Z[ recovery-image] Oct 01 02:24:41.832 INFO O| Oct 01 02:24:41.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
38292024-10-01T02:24:43.599Z[ recovery-image] Oct 01 02:24:41.832 INFO O| Oct 01 02:24:41.832 INFO STEP 19 (remove_files) COMPLETE
38302024-10-01T02:24:43.599Z[ recovery-image] Oct 01 02:24:41.832 INFO O| Oct 01 02:24:41.832 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38312024-10-01T02:24:43.616Z[ recovery-image] Oct 01 02:24:41.850 INFO O| Oct 01 02:24:41.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
38322024-10-01T02:24:43.616Z[ recovery-image] Oct 01 02:24:41.850 INFO O| Oct 01 02:24:41.850 INFO STEP 20 (remove_files) COMPLETE
38332024-10-01T02:24:43.616Z[ recovery-image] Oct 01 02:24:41.850 INFO O| Oct 01 02:24:41.850 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38342024-10-01T02:24:43.647Z[ recovery-image] Oct 01 02:24:41.880 INFO O| Oct 01 02:24:41.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
38352024-10-01T02:24:43.647Z[ recovery-image] Oct 01 02:24:41.881 INFO O| Oct 01 02:24:41.880 INFO STEP 21 (remove_files) COMPLETE
38362024-10-01T02:24:43.650Z[ recovery-image] Oct 01 02:24:41.881 INFO O| Oct 01 02:24:41.881 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38372024-10-01T02:24:43.727Z[ recovery-image] Oct 01 02:24:41.960 INFO O| Oct 01 02:24:41.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
38382024-10-01T02:24:43.727Z[ recovery-image] Oct 01 02:24:41.960 INFO O| Oct 01 02:24:41.960 INFO STEP 22 (remove_files) COMPLETE
38392024-10-01T02:24:43.727Z[ recovery-image] Oct 01 02:24:41.960 INFO O| Oct 01 02:24:41.960 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38402024-10-01T02:24:43.766Z[ recovery-image] Oct 01 02:24:41.999 INFO O| Oct 01 02:24:41.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
38412024-10-01T02:24:43.767Z[ recovery-image] Oct 01 02:24:41.999 INFO O| Oct 01 02:24:41.999 INFO STEP 23 (remove_files) COMPLETE
38422024-10-01T02:24:43.767Z[ recovery-image] Oct 01 02:24:41.999 INFO O| Oct 01 02:24:41.999 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38432024-10-01T02:24:43.794Z[ recovery-image] Oct 01 02:24:42.028 INFO O| Oct 01 02:24:42.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
38442024-10-01T02:24:43.794Z[ recovery-image] Oct 01 02:24:42.028 INFO O| Oct 01 02:24:42.028 INFO STEP 24 (remove_files) COMPLETE
38452024-10-01T02:24:43.797Z[ recovery-image] Oct 01 02:24:42.028 INFO O| Oct 01 02:24:42.028 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38462024-10-01T02:24:43.835Z[ recovery-image] Oct 01 02:24:42.068 INFO O| Oct 01 02:24:42.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38472024-10-01T02:24:43.835Z[ recovery-image] Oct 01 02:24:42.068 INFO O| Oct 01 02:24:42.068 INFO STEP 25 (remove_files) COMPLETE
38482024-10-01T02:24:43.838Z[ recovery-image] Oct 01 02:24:42.068 INFO O| Oct 01 02:24:42.068 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-10-01T02:24:43.891Z[ recovery-image] Oct 01 02:24:42.124 INFO O| Oct 01 02:24:42.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38502024-10-01T02:24:43.891Z[ recovery-image] Oct 01 02:24:42.124 INFO O| Oct 01 02:24:42.124 INFO STEP 26 (remove_files) COMPLETE
38512024-10-01T02:24:43.891Z[ recovery-image] Oct 01 02:24:42.124 INFO O| Oct 01 02:24:42.124 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38522024-10-01T02:24:43.909Z[ recovery-image] Oct 01 02:24:42.142 INFO O| Oct 01 02:24:42.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38532024-10-01T02:24:43.909Z[ recovery-image] Oct 01 02:24:42.142 INFO O| Oct 01 02:24:42.142 INFO STEP 27 (remove_files) COMPLETE
38542024-10-01T02:24:43.909Z[ recovery-image] Oct 01 02:24:42.142 INFO O| Oct 01 02:24:42.142 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38552024-10-01T02:24:43.964Z[ recovery-image] Oct 01 02:24:42.198 INFO O| Oct 01 02:24:42.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
38562024-10-01T02:24:43.964Z[ recovery-image] Oct 01 02:24:42.198 INFO O| Oct 01 02:24:42.198 INFO STEP 28 (remove_files) COMPLETE
38572024-10-01T02:24:43.967Z[ recovery-image] Oct 01 02:24:42.198 INFO O| Oct 01 02:24:42.198 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38582024-10-01T02:24:44.024Z[ recovery-image] Oct 01 02:24:42.257 INFO O| Oct 01 02:24:42.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
38592024-10-01T02:24:44.024Z[ recovery-image] Oct 01 02:24:42.257 INFO O| Oct 01 02:24:42.257 INFO STEP 29 (remove_files) COMPLETE
38602024-10-01T02:24:44.027Z[ recovery-image] Oct 01 02:24:42.257 INFO O| Oct 01 02:24:42.257 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38612024-10-01T02:24:44.043Z[ recovery-image] Oct 01 02:24:42.276 INFO O| Oct 01 02:24:42.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
38622024-10-01T02:24:44.043Z[ recovery-image] Oct 01 02:24:42.276 INFO O| Oct 01 02:24:42.276 INFO STEP 30 (remove_files) COMPLETE
38632024-10-01T02:24:44.045Z[ recovery-image] Oct 01 02:24:42.276 INFO O| Oct 01 02:24:42.276 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38642024-10-01T02:24:44.065Z[ recovery-image] Oct 01 02:24:42.298 INFO O| Oct 01 02:24:42.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38652024-10-01T02:24:44.065Z[ recovery-image] Oct 01 02:24:42.298 INFO O| Oct 01 02:24:42.298 INFO STEP 31 (remove_files) COMPLETE
38662024-10-01T02:24:44.065Z[ recovery-image] Oct 01 02:24:42.299 INFO O| Oct 01 02:24:42.298 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-10-01T02:24:44.099Z[ recovery-image] Oct 01 02:24:42.332 INFO O| Oct 01 02:24:42.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38682024-10-01T02:24:44.101Z[ recovery-image] Oct 01 02:24:42.332 INFO O| Oct 01 02:24:42.332 INFO STEP 32 (remove_files) COMPLETE
38692024-10-01T02:24:44.101Z[ recovery-image] Oct 01 02:24:42.332 INFO O| Oct 01 02:24:42.332 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-10-01T02:24:44.158Z[ recovery-image] Oct 01 02:24:42.391 INFO O| Oct 01 02:24:42.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38712024-10-01T02:24:44.158Z[ recovery-image] Oct 01 02:24:42.391 INFO O| Oct 01 02:24:42.391 INFO STEP 33 (remove_files) COMPLETE
38722024-10-01T02:24:44.158Z[ recovery-image] Oct 01 02:24:42.391 INFO O| Oct 01 02:24:42.391 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-10-01T02:24:44.202Z[ recovery-image] Oct 01 02:24:42.436 INFO O| Oct 01 02:24:42.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38742024-10-01T02:24:44.203Z[ recovery-image] Oct 01 02:24:42.436 INFO O| Oct 01 02:24:42.436 INFO STEP 34 (remove_files) COMPLETE
38752024-10-01T02:24:44.203Z[ recovery-image] Oct 01 02:24:42.436 INFO O| Oct 01 02:24:42.436 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-10-01T02:24:44.250Z[ recovery-image] Oct 01 02:24:42.484 INFO O| Oct 01 02:24:42.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38772024-10-01T02:24:44.250Z[ recovery-image] Oct 01 02:24:42.484 INFO O| Oct 01 02:24:42.484 INFO STEP 35 (remove_files) COMPLETE
38782024-10-01T02:24:44.253Z[ recovery-image] Oct 01 02:24:42.484 INFO O| Oct 01 02:24:42.484 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-10-01T02:24:44.266Z[ recovery-image] Oct 01 02:24:42.500 INFO O| Oct 01 02:24:42.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38802024-10-01T02:24:44.266Z[ recovery-image] Oct 01 02:24:42.500 INFO O| Oct 01 02:24:42.500 INFO STEP 36 (remove_files) COMPLETE
38812024-10-01T02:24:44.269Z[ recovery-image] Oct 01 02:24:42.500 INFO O| Oct 01 02:24:42.500 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38822024-10-01T02:24:44.281Z[ recovery-image] Oct 01 02:24:42.515 INFO O| Oct 01 02:24:42.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38832024-10-01T02:24:44.281Z[ recovery-image] Oct 01 02:24:42.515 INFO O| Oct 01 02:24:42.515 INFO STEP 37 (remove_files) COMPLETE
38842024-10-01T02:24:44.284Z[ recovery-image] Oct 01 02:24:42.515 INFO O| Oct 01 02:24:42.515 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-10-01T02:24:44.313Z[ recovery-image] Oct 01 02:24:42.547 INFO O| Oct 01 02:24:42.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38862024-10-01T02:24:44.317Z[ recovery-image] Oct 01 02:24:42.547 INFO O| Oct 01 02:24:42.547 INFO STEP 38 (remove_files) COMPLETE
38872024-10-01T02:24:44.317Z[ recovery-image] Oct 01 02:24:42.547 INFO O| Oct 01 02:24:42.547 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38882024-10-01T02:24:44.330Z[ recovery-image] Oct 01 02:24:42.564 INFO O| Oct 01 02:24:42.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38892024-10-01T02:24:44.333Z[ recovery-image] Oct 01 02:24:42.564 INFO O| Oct 01 02:24:42.564 INFO STEP 39 (remove_files) COMPLETE
38902024-10-01T02:24:44.333Z[ recovery-image] Oct 01 02:24:42.564 INFO O| Oct 01 02:24:42.564 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-10-01T02:24:44.367Z[ recovery-image] Oct 01 02:24:42.600 INFO O| Oct 01 02:24:42.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38922024-10-01T02:24:44.367Z[ recovery-image] Oct 01 02:24:42.600 INFO O| Oct 01 02:24:42.600 INFO STEP 40 (remove_files) COMPLETE
38932024-10-01T02:24:44.367Z[ recovery-image] Oct 01 02:24:42.600 INFO O| Oct 01 02:24:42.600 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38942024-10-01T02:24:44.384Z[ recovery-image] Oct 01 02:24:42.617 INFO O| Oct 01 02:24:42.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38952024-10-01T02:24:44.384Z[ recovery-image] Oct 01 02:24:42.617 INFO O| Oct 01 02:24:42.617 INFO STEP 41 (remove_files) COMPLETE
38962024-10-01T02:24:44.387Z[ recovery-image] Oct 01 02:24:42.617 INFO O| Oct 01 02:24:42.617 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-10-01T02:24:44.402Z[ recovery-image] Oct 01 02:24:42.635 INFO O| Oct 01 02:24:42.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38982024-10-01T02:24:44.402Z[ recovery-image] Oct 01 02:24:42.635 INFO O| Oct 01 02:24:42.635 INFO STEP 42 (remove_files) COMPLETE
38992024-10-01T02:24:44.402Z[ recovery-image] Oct 01 02:24:42.635 INFO O| Oct 01 02:24:42.635 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39002024-10-01T02:24:44.421Z[ recovery-image] Oct 01 02:24:42.654 INFO O| Oct 01 02:24:42.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39012024-10-01T02:24:44.421Z[ recovery-image] Oct 01 02:24:42.654 INFO O| Oct 01 02:24:42.654 INFO STEP 43 (remove_files) COMPLETE
39022024-10-01T02:24:44.424Z[ recovery-image] Oct 01 02:24:42.654 INFO O| Oct 01 02:24:42.654 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39032024-10-01T02:24:44.475Z[ recovery-image] Oct 01 02:24:42.708 INFO O| Oct 01 02:24:42.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39042024-10-01T02:24:44.475Z[ recovery-image] Oct 01 02:24:42.709 INFO O| Oct 01 02:24:42.709 INFO STEP 44 (remove_files) COMPLETE
39052024-10-01T02:24:44.475Z[ recovery-image] Oct 01 02:24:42.709 INFO O| Oct 01 02:24:42.709 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39062024-10-01T02:24:44.493Z[ recovery-image] Oct 01 02:24:42.726 INFO O| Oct 01 02:24:42.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39072024-10-01T02:24:44.493Z[ recovery-image] Oct 01 02:24:42.726 INFO O| Oct 01 02:24:42.726 INFO STEP 45 (remove_files) COMPLETE
39082024-10-01T02:24:44.493Z[ recovery-image] Oct 01 02:24:42.726 INFO O| Oct 01 02:24:42.726 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39092024-10-01T02:24:44.552Z[ recovery-image] Oct 01 02:24:42.786 INFO O| Oct 01 02:24:42.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39102024-10-01T02:24:44.552Z[ recovery-image] Oct 01 02:24:42.786 INFO O| Oct 01 02:24:42.786 INFO STEP 46 (remove_files) COMPLETE
39112024-10-01T02:24:44.555Z[ recovery-image] Oct 01 02:24:42.786 INFO O| Oct 01 02:24:42.786 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39122024-10-01T02:24:44.592Z[ recovery-image] Oct 01 02:24:42.826 INFO O| Oct 01 02:24:42.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39132024-10-01T02:24:44.592Z[ recovery-image] Oct 01 02:24:42.826 INFO O| Oct 01 02:24:42.826 INFO STEP 47 (remove_files) COMPLETE
39142024-10-01T02:24:44.595Z[ recovery-image] Oct 01 02:24:42.826 INFO O| Oct 01 02:24:42.826 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39152024-10-01T02:24:44.627Z[ recovery-image] Oct 01 02:24:42.860 INFO O| Oct 01 02:24:42.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39162024-10-01T02:24:44.627Z[ recovery-image] Oct 01 02:24:42.860 INFO O| Oct 01 02:24:42.860 INFO STEP 48 (remove_files) COMPLETE
39172024-10-01T02:24:44.629Z[ recovery-image] Oct 01 02:24:42.860 INFO O| Oct 01 02:24:42.860 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39182024-10-01T02:24:44.662Z[ recovery-image] Oct 01 02:24:42.896 INFO O| Oct 01 02:24:42.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
39192024-10-01T02:24:44.662Z[ recovery-image] Oct 01 02:24:42.896 INFO O| Oct 01 02:24:42.896 INFO STEP 49 (remove_files) COMPLETE
39202024-10-01T02:24:44.665Z[ recovery-image] Oct 01 02:24:42.896 INFO O| Oct 01 02:24:42.896 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39212024-10-01T02:24:44.680Z[ recovery-image] Oct 01 02:24:42.914 INFO O| Oct 01 02:24:42.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
39222024-10-01T02:24:44.680Z[ recovery-image] Oct 01 02:24:42.914 INFO O| Oct 01 02:24:42.914 INFO STEP 50 (remove_files) COMPLETE
39232024-10-01T02:24:44.680Z[ recovery-image] Oct 01 02:24:42.914 INFO O| Oct 01 02:24:42.914 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39242024-10-01T02:24:44.699Z[ recovery-image] Oct 01 02:24:42.932 INFO O| Oct 01 02:24:42.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
39252024-10-01T02:24:44.699Z[ recovery-image] Oct 01 02:24:42.932 INFO O| Oct 01 02:24:42.932 INFO STEP 51 (remove_files) COMPLETE
39262024-10-01T02:24:44.703Z[ recovery-image] Oct 01 02:24:42.932 INFO O| Oct 01 02:24:42.932 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39272024-10-01T02:24:44.735Z[ recovery-image] Oct 01 02:24:42.969 INFO O| Oct 01 02:24:42.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
39282024-10-01T02:24:44.735Z[ recovery-image] Oct 01 02:24:42.969 INFO O| Oct 01 02:24:42.969 INFO STEP 52 (remove_files) COMPLETE
39292024-10-01T02:24:44.735Z[ recovery-image] Oct 01 02:24:42.969 INFO O| Oct 01 02:24:42.969 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39302024-10-01T02:24:44.754Z[ recovery-image] Oct 01 02:24:42.988 INFO O| Oct 01 02:24:42.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
39312024-10-01T02:24:44.754Z[ recovery-image] Oct 01 02:24:42.988 INFO O| Oct 01 02:24:42.988 INFO STEP 53 (remove_files) COMPLETE
39322024-10-01T02:24:44.754Z[ recovery-image] Oct 01 02:24:42.988 INFO O| Oct 01 02:24:42.988 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39332024-10-01T02:24:44.790Z[ recovery-image] Oct 01 02:24:43.024 INFO O| Oct 01 02:24:43.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
39342024-10-01T02:24:44.790Z[ recovery-image] Oct 01 02:24:43.024 INFO O| Oct 01 02:24:43.024 INFO STEP 54 (remove_files) COMPLETE
39352024-10-01T02:24:44.793Z[ recovery-image] Oct 01 02:24:43.024 INFO O| Oct 01 02:24:43.024 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39362024-10-01T02:24:44.829Z[ recovery-image] Oct 01 02:24:43.062 INFO O| Oct 01 02:24:43.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
39372024-10-01T02:24:44.829Z[ recovery-image] Oct 01 02:24:43.062 INFO O| Oct 01 02:24:43.062 INFO STEP 55 (remove_files) COMPLETE
39382024-10-01T02:24:44.833Z[ recovery-image] Oct 01 02:24:43.062 INFO O| Oct 01 02:24:43.062 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39392024-10-01T02:24:44.897Z[ recovery-image] Oct 01 02:24:43.131 INFO O| Oct 01 02:24:43.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
39402024-10-01T02:24:44.897Z[ recovery-image] Oct 01 02:24:43.131 INFO O| Oct 01 02:24:43.131 INFO STEP 56 (remove_files) COMPLETE
39412024-10-01T02:24:44.901Z[ recovery-image] Oct 01 02:24:43.131 INFO O| Oct 01 02:24:43.131 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39422024-10-01T02:24:44.915Z[ recovery-image] Oct 01 02:24:43.149 INFO O| Oct 01 02:24:43.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
39432024-10-01T02:24:44.915Z[ recovery-image] Oct 01 02:24:43.149 INFO O| Oct 01 02:24:43.149 INFO STEP 57 (remove_files) COMPLETE
39442024-10-01T02:24:44.915Z[ recovery-image] Oct 01 02:24:43.149 INFO O| Oct 01 02:24:43.149 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39452024-10-01T02:24:44.953Z[ recovery-image] Oct 01 02:24:43.186 INFO O| Oct 01 02:24:43.186 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39462024-10-01T02:24:44.953Z[ recovery-image] Oct 01 02:24:43.186 INFO O| Oct 01 02:24:43.186 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39472024-10-01T02:24:44.955Z[ recovery-image] Oct 01 02:24:43.187 INFO O| Oct 01 02:24:43.187 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39482024-10-01T02:24:44.956Z[ recovery-image] Oct 01 02:24:43.187 INFO O| Oct 01 02:24:43.187 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39492024-10-01T02:24:44.956Z[ recovery-image] Oct 01 02:24:43.187 INFO O| Oct 01 02:24:43.187 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39502024-10-01T02:24:44.956Z[ recovery-image] Oct 01 02:24:43.187 INFO O| Oct 01 02:24:43.187 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39512024-10-01T02:24:44.956Z[ recovery-image] Oct 01 02:24:43.187 INFO O| Oct 01 02:24:43.187 INFO ok!
39522024-10-01T02:24:44.956Z[ recovery-image] Oct 01 02:24:43.187 INFO O| Oct 01 02:24:43.187 INFO STEP 58 (ensure_file) COMPLETE
39532024-10-01T02:24:44.956Z[ recovery-image] Oct 01 02:24:43.187 INFO O| Oct 01 02:24:43.187 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39542024-10-01T02:24:45.015Z[ recovery-image] Oct 01 02:24:43.247 INFO O| Oct 01 02:24:43.247 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39552024-10-01T02:24:45.015Z[ recovery-image] Oct 01 02:24:43.247 INFO O| Oct 01 02:24:43.247 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
39562024-10-01T02:24:45.019Z[ recovery-image] Oct 01 02:24:43.247 INFO O| Oct 01 02:24:43.247 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39572024-10-01T02:24:45.019Z[ recovery-image] Oct 01 02:24:43.247 INFO O| Oct 01 02:24:43.247 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39582024-10-01T02:24:45.019Z[ recovery-image] Oct 01 02:24:43.247 INFO O| Oct 01 02:24:43.247 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39592024-10-01T02:24:45.019Z[ recovery-image] Oct 01 02:24:43.248 INFO O| Oct 01 02:24:43.247 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39602024-10-01T02:24:45.019Z[ recovery-image] Oct 01 02:24:43.248 INFO O| Oct 01 02:24:43.247 INFO ok!
39612024-10-01T02:24:45.019Z[ recovery-image] Oct 01 02:24:43.248 INFO O| Oct 01 02:24:43.248 INFO STEP 59 (ensure_file) COMPLETE
39622024-10-01T02:24:45.019Z[ recovery-image] Oct 01 02:24:43.248 INFO O| Oct 01 02:24:43.248 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39632024-10-01T02:24:45.032Z[ recovery-image] Oct 01 02:24:43.266 INFO O| Oct 01 02:24:43.266 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39642024-10-01T02:24:45.032Z[ recovery-image] Oct 01 02:24:43.266 INFO O| Oct 01 02:24:43.266 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39652024-10-01T02:24:45.035Z[ recovery-image] Oct 01 02:24:43.266 INFO O| Oct 01 02:24:43.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39662024-10-01T02:24:45.035Z[ recovery-image] Oct 01 02:24:43.266 INFO O| Oct 01 02:24:43.266 INFO ok!
39672024-10-01T02:24:45.035Z[ recovery-image] Oct 01 02:24:43.266 INFO O| Oct 01 02:24:43.266 INFO STEP 60 (ensure_file) COMPLETE
39682024-10-01T02:24:45.035Z[ recovery-image] Oct 01 02:24:43.266 INFO O| Oct 01 02:24:43.266 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39692024-10-01T02:24:45.050Z[ recovery-image] Oct 01 02:24:43.284 INFO O| Oct 01 02:24:43.283 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39702024-10-01T02:24:45.050Z[ recovery-image] Oct 01 02:24:43.284 INFO O| Oct 01 02:24:43.284 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39712024-10-01T02:24:45.053Z[ recovery-image] Oct 01 02:24:43.284 INFO O| Oct 01 02:24:43.284 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39722024-10-01T02:24:45.053Z[ recovery-image] Oct 01 02:24:43.284 INFO O| Oct 01 02:24:43.284 INFO ok!
39732024-10-01T02:24:45.053Z[ recovery-image] Oct 01 02:24:43.284 INFO O| Oct 01 02:24:43.284 INFO STEP 61 (ensure_file) COMPLETE
39742024-10-01T02:24:45.053Z[ recovery-image] Oct 01 02:24:43.284 INFO O| Oct 01 02:24:43.284 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39752024-10-01T02:24:45.072Z[ recovery-image] Oct 01 02:24:43.305 INFO O| Oct 01 02:24:43.305 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39762024-10-01T02:24:45.074Z[ recovery-image] Oct 01 02:24:43.306 INFO O| Oct 01 02:24:43.305 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39772024-10-01T02:24:45.074Z[ recovery-image] Oct 01 02:24:43.306 INFO O| Oct 01 02:24:43.306 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39782024-10-01T02:24:45.074Z[ recovery-image] Oct 01 02:24:43.306 INFO O| Oct 01 02:24:43.306 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39792024-10-01T02:24:45.075Z[ recovery-image] Oct 01 02:24:43.306 INFO O| Oct 01 02:24:43.306 INFO ok!
39802024-10-01T02:24:45.075Z[ recovery-image] Oct 01 02:24:43.306 INFO O| Oct 01 02:24:43.306 INFO STEP 62 (ensure_file) COMPLETE
39812024-10-01T02:24:45.075Z[ recovery-image] Oct 01 02:24:43.306 INFO O| Oct 01 02:24:43.306 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39822024-10-01T02:24:45.092Z[ recovery-image] Oct 01 02:24:43.325 INFO O| Oct 01 02:24:43.325 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39832024-10-01T02:24:45.092Z[ recovery-image] Oct 01 02:24:43.326 INFO O| Oct 01 02:24:43.325 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39842024-10-01T02:24:45.095Z[ recovery-image] Oct 01 02:24:43.326 INFO O| Oct 01 02:24:43.326 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39852024-10-01T02:24:45.095Z[ recovery-image] Oct 01 02:24:43.326 INFO O| Oct 01 02:24:43.326 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39862024-10-01T02:24:45.095Z[ recovery-image] Oct 01 02:24:43.326 INFO O| Oct 01 02:24:43.326 INFO ok!
39872024-10-01T02:24:45.095Z[ recovery-image] Oct 01 02:24:43.326 INFO O| Oct 01 02:24:43.326 INFO STEP 63 (ensure_file) COMPLETE
39882024-10-01T02:24:45.095Z[ recovery-image] Oct 01 02:24:43.326 INFO O| Oct 01 02:24:43.326 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39892024-10-01T02:24:45.151Z[ recovery-image] Oct 01 02:24:43.384 INFO O| Oct 01 02:24:43.384 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39902024-10-01T02:24:45.151Z[ recovery-image] Oct 01 02:24:43.384 INFO O| Oct 01 02:24:43.384 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39912024-10-01T02:24:45.153Z[ recovery-image] Oct 01 02:24:43.385 INFO O| Oct 01 02:24:43.384 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39922024-10-01T02:24:45.153Z[ recovery-image] Oct 01 02:24:43.385 INFO O| Oct 01 02:24:43.385 INFO ok!
39932024-10-01T02:24:45.153Z[ recovery-image] Oct 01 02:24:43.385 INFO O| Oct 01 02:24:43.385 INFO STEP 64 (assemble_files) COMPLETE
39942024-10-01T02:24:45.154Z[ recovery-image] Oct 01 02:24:43.385 INFO O| Oct 01 02:24:43.385 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39952024-10-01T02:24:45.170Z[ recovery-image] Oct 01 02:24:43.403 INFO O| Oct 01 02:24:43.403 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39962024-10-01T02:24:45.170Z[ recovery-image] Oct 01 02:24:43.403 INFO O| Oct 01 02:24:43.403 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39972024-10-01T02:24:45.172Z[ recovery-image] Oct 01 02:24:43.404 INFO O| Oct 01 02:24:43.403 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39982024-10-01T02:24:45.172Z[ recovery-image] Oct 01 02:24:43.404 INFO O| Oct 01 02:24:43.404 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39992024-10-01T02:24:45.172Z[ recovery-image] Oct 01 02:24:43.404 INFO O| Oct 01 02:24:43.404 INFO ok!
40002024-10-01T02:24:45.172Z[ recovery-image] Oct 01 02:24:43.404 INFO O| Oct 01 02:24:43.404 INFO STEP 65 (ensure_file) COMPLETE
40012024-10-01T02:24:45.172Z[ recovery-image] Oct 01 02:24:43.404 INFO O| Oct 01 02:24:43.404 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40022024-10-01T02:24:45.172Z[ recovery-image] Oct 01 02:24:43.404 INFO O| Oct 01 02:24:43.404 INFO skip step because feature "omicron1" is not enabled
40032024-10-01T02:24:45.172Z[ recovery-image] Oct 01 02:24:43.404 INFO O| Oct 01 02:24:43.404 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40042024-10-01T02:24:45.172Z[ recovery-image] Oct 01 02:24:43.404 INFO O| Oct 01 02:24:43.404 INFO skip step because feature "omicron1" is not enabled
40052024-10-01T02:24:45.172Z[ recovery-image] Oct 01 02:24:43.404 INFO O| Oct 01 02:24:43.404 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40062024-10-01T02:24:45.173Z[ recovery-image] Oct 01 02:24:43.405 INFO O| Oct 01 02:24:43.404 INFO skip step because feature "omicron1" is not enabled
40072024-10-01T02:24:45.173Z[ recovery-image] Oct 01 02:24:43.405 INFO O| Oct 01 02:24:43.405 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40082024-10-01T02:24:45.196Z[ recovery-image] Oct 01 02:24:43.430 INFO O| Oct 01 02:24:43.430 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40092024-10-01T02:24:45.196Z[ recovery-image] Oct 01 02:24:43.430 INFO O| Oct 01 02:24:43.430 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40102024-10-01T02:24:45.534Z[ host-image] Oct 01 02:24:43.767 INFO O| Oct 01 02:24:43.767 INFO O| Planning: Solver setup ... Done
40112024-10-01T02:24:45.549Z[ host-image] Oct 01 02:24:43.783 INFO O| Oct 01 02:24:43.783 INFO O| Planning: Running solver ... Done
40122024-10-01T02:24:45.618Z[ host-image] Oct 01 02:24:43.852 INFO O| Oct 01 02:24:43.851 INFO O| Planning: Finding local manifests ... Done
40132024-10-01T02:24:45.621Z[ host-image] Oct 01 02:24:43.854 INFO O| Oct 01 02:24:43.854 INFO O| Planning: Fetching manifests: 0/4 0% complete
40142024-10-01T02:24:45.878Z[ host-image] Oct 01 02:24:44.111 INFO O| Oct 01 02:24:44.111 INFO O| Planning: Fetching manifests: 4/4 100% complete
40152024-10-01T02:24:45.934Z[ host-image] Oct 01 02:24:44.167 INFO O| Oct 01 02:24:44.167 INFO O| Planning: Package planning ... Done
40162024-10-01T02:24:45.938Z[ host-image] Oct 01 02:24:44.172 INFO O| Oct 01 02:24:44.172 INFO O| Planning: Merging actions ... Done
40172024-10-01T02:24:46.080Z[ host-image] Oct 01 02:24:44.313 INFO O| Oct 01 02:24:44.313 INFO O| Planning: Checking for conflicting actions ... Done
40182024-10-01T02:24:46.085Z[ host-image] Oct 01 02:24:44.315 INFO O| Oct 01 02:24:44.315 INFO O| Planning: Consolidating action changes ... Done
40192024-10-01T02:24:46.618Z[ host-image] Oct 01 02:24:44.851 INFO O| Oct 01 02:24:44.851 INFO O| Planning: Evaluating mediators ... Done
40202024-10-01T02:24:46.621Z[ host-image] Oct 01 02:24:44.853 INFO O| Oct 01 02:24:44.853 INFO O| Planning: Planning completed in 4.71 seconds
40212024-10-01T02:24:46.624Z[ host-image] Oct 01 02:24:44.856 INFO O| Oct 01 02:24:44.856 INFO O| Packages to install: 4
40222024-10-01T02:24:46.624Z[ host-image] Oct 01 02:24:44.856 INFO O| Oct 01 02:24:44.856 INFO O| Services to change: 2
40232024-10-01T02:24:46.643Z[ host-image] Oct 01 02:24:44.876 INFO O| Oct 01 02:24:44.876 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
40242024-10-01T02:24:47.832Z[ host-image] Oct 01 02:24:46.066 INFO O| Oct 01 02:24:46.066 INFO O| Download: Completed 1.39 MB in 1.19 seconds (1.2M/s)
40252024-10-01T02:24:47.913Z[ host-image] Oct 01 02:24:46.146 INFO O| Oct 01 02:24:46.146 INFO O| Actions: 1/238 actions (Installing new actions)
40262024-10-01T02:24:48.116Z[ recovery-image] Oct 01 02:24:46.349 INFO O| Oct 01 02:24:46.349 INFO STEP 69 (pack_tar) COMPLETE
40272024-10-01T02:24:48.116Z[ recovery-image] Oct 01 02:24:46.349 INFO O| Oct 01 02:24:46.349 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40282024-10-01T02:24:48.119Z[ recovery-image] Oct 01 02:24:46.349 INFO O| Oct 01 02:24:46.349 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40292024-10-01T02:24:48.317Z[ host-image] Oct 01 02:24:46.550 INFO O| Oct 01 02:24:46.550 INFO O| Actions: Completed 238 actions in 0.40 seconds.
40302024-10-01T02:24:48.363Z[ recovery-image] Oct 01 02:24:46.596 INFO O| Oct 01 02:24:46.596 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40312024-10-01T02:24:48.493Z[ recovery-image] Oct 01 02:24:46.726 INFO O| Oct 01 02:24:46.726 INFO completed processing gimlet/ramdisk-02-trim
40322024-10-01T02:24:48.495Z[ recovery-image] Oct 01 02:24:46.729 INFO image builder template: ramdisk-03-recovery-trim...
40332024-10-01T02:24:48.495Z[ recovery-image] Oct 01 02:24:46.729 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/.tmpjrqM94/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.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
40342024-10-01T02:24:48.704Z[ recovery-image] Oct 01 02:24:46.936 INFO O| Oct 01 02:24:46.936 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40352024-10-01T02:24:48.712Z[ recovery-image] Oct 01 02:24:46.944 INFO O| Oct 01 02:24:46.944 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40362024-10-01T02:24:48.818Z[ recovery-image] Oct 01 02:24:47.048 INFO O| Oct 01 02:24:47.048 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
40372024-10-01T02:24:48.822Z[ host-image] Oct 01 02:24:47.055 INFO O| Oct 01 02:24:47.055 INFO O| Done
40382024-10-01T02:24:48.822Z[ host-image] Oct 01 02:24:47.055 INFO O| Oct 01 02:24:47.055 INFO O| Done
40392024-10-01T02:24:48.993Z[ recovery-image] Oct 01 02:24:47.226 INFO O| Oct 01 02:24:47.226 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40402024-10-01T02:24:48.993Z[ recovery-image] Oct 01 02:24:47.226 INFO O| Oct 01 02:24:47.226 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40412024-10-01T02:24:49.007Z[ recovery-image] Oct 01 02:24:47.240 INFO O| Oct 01 02:24:47.240 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
40422024-10-01T02:24:49.014Z[ recovery-image] Oct 01 02:24:47.247 INFO O| Oct 01 02:24:47.247 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40432024-10-01T02:24:49.034Z[ recovery-image] Oct 01 02:24:47.266 INFO O| Oct 01 02:24:47.266 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40442024-10-01T02:24:49.619Z[ recovery-image] Oct 01 02:24:47.852 INFO O| Oct 01 02:24:47.852 INFO rolled back to input snapshot; work may begin
40452024-10-01T02:24:49.619Z[ recovery-image] Oct 01 02:24:47.852 INFO O| Oct 01 02:24:47.852 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40462024-10-01T02:24:49.641Z[ recovery-image] Oct 01 02:24:47.874 INFO O| Oct 01 02:24:47.874 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-10-01T02:24:49.690Z[ recovery-image] Oct 01 02:24:47.923 INFO O| Oct 01 02:24:47.923 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
40482024-10-01T02:24:49.770Z[ recovery-image] Oct 01 02:24:48.003 INFO O| Oct 01 02:24:48.003 INFO STEP 0 (remove_files) COMPLETE
40492024-10-01T02:24:49.773Z[ recovery-image] Oct 01 02:24:48.003 INFO O| Oct 01 02:24:48.003 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-10-01T02:24:49.812Z[ recovery-image] Oct 01 02:24:48.045 INFO O| Oct 01 02:24:48.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
40512024-10-01T02:24:49.833Z[ host-image] Oct 01 02:24:48.066 INFO O| Oct 01 02:24:48.066 INFO O| Done
40522024-10-01T02:24:49.975Z[ recovery-image] Oct 01 02:24:48.208 INFO O| Oct 01 02:24:48.208 INFO STEP 1 (remove_files) COMPLETE
40532024-10-01T02:24:49.976Z[ recovery-image] Oct 01 02:24:48.209 INFO O| Oct 01 02:24:48.208 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-10-01T02:24:50.002Z[ recovery-image] Oct 01 02:24:48.234 INFO O| Oct 01 02:24:48.234 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
40552024-10-01T02:24:50.046Z[ recovery-image] Oct 01 02:24:48.279 INFO O| Oct 01 02:24:48.278 INFO STEP 2 (remove_files) COMPLETE
40562024-10-01T02:24:50.047Z[ recovery-image] Oct 01 02:24:48.279 INFO O| Oct 01 02:24:48.279 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-10-01T02:24:50.086Z[ recovery-image] Oct 01 02:24:48.319 INFO O| Oct 01 02:24:48.319 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
40582024-10-01T02:24:50.223Z[ recovery-image] Oct 01 02:24:48.456 INFO O| Oct 01 02:24:48.455 INFO STEP 3 (remove_files) COMPLETE
40592024-10-01T02:24:50.223Z[ recovery-image] Oct 01 02:24:48.456 INFO O| Oct 01 02:24:48.455 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-10-01T02:24:50.314Z[ recovery-image] Oct 01 02:24:48.547 INFO O| Oct 01 02:24:48.547 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
40612024-10-01T02:24:50.410Z[ recovery-image] Oct 01 02:24:48.641 INFO O| Oct 01 02:24:48.641 INFO STEP 4 (remove_files) COMPLETE
40622024-10-01T02:24:50.410Z[ recovery-image] Oct 01 02:24:48.642 INFO O| Oct 01 02:24:48.641 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-10-01T02:24:50.462Z[ recovery-image] Oct 01 02:24:48.694 INFO O| Oct 01 02:24:48.694 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40642024-10-01T02:24:50.528Z[ recovery-image] Oct 01 02:24:48.761 INFO O| Oct 01 02:24:48.760 INFO STEP 5 (remove_files) COMPLETE
40652024-10-01T02:24:50.528Z[ recovery-image] Oct 01 02:24:48.761 INFO O| Oct 01 02:24:48.761 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-10-01T02:24:50.562Z[ recovery-image] Oct 01 02:24:48.795 INFO O| Oct 01 02:24:48.795 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40672024-10-01T02:24:50.574Z[ recovery-image] Oct 01 02:24:48.807 INFO O| Oct 01 02:24:48.807 INFO STEP 6 (remove_files) COMPLETE
40682024-10-01T02:24:50.574Z[ recovery-image] Oct 01 02:24:48.807 INFO O| Oct 01 02:24:48.807 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-10-01T02:24:50.610Z[ recovery-image] Oct 01 02:24:48.843 INFO O| Oct 01 02:24:48.843 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40702024-10-01T02:24:50.638Z[ recovery-image] Oct 01 02:24:48.871 INFO O| Oct 01 02:24:48.871 INFO STEP 7 (remove_files) COMPLETE
40712024-10-01T02:24:50.638Z[ recovery-image] Oct 01 02:24:48.871 INFO O| Oct 01 02:24:48.871 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-10-01T02:24:50.660Z[ recovery-image] Oct 01 02:24:48.893 INFO O| Oct 01 02:24:48.893 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40732024-10-01T02:24:50.736Z[ recovery-image] Oct 01 02:24:48.969 INFO O| Oct 01 02:24:48.969 INFO STEP 8 (remove_files) COMPLETE
40742024-10-01T02:24:50.736Z[ recovery-image] Oct 01 02:24:48.969 INFO O| Oct 01 02:24:48.969 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-10-01T02:24:50.756Z[ recovery-image] Oct 01 02:24:48.989 INFO O| Oct 01 02:24:48.989 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40762024-10-01T02:24:50.758Z[ recovery-image] Oct 01 02:24:48.989 INFO O| Oct 01 02:24:48.989 INFO STEP 9 (remove_files) COMPLETE
40772024-10-01T02:24:50.758Z[ recovery-image] Oct 01 02:24:48.989 INFO O| Oct 01 02:24:48.989 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-10-01T02:24:50.779Z[ recovery-image] Oct 01 02:24:49.012 INFO O| Oct 01 02:24:49.012 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40792024-10-01T02:24:50.822Z[ recovery-image] Oct 01 02:24:49.055 INFO O| Oct 01 02:24:49.054 INFO STEP 10 (remove_files) COMPLETE
40802024-10-01T02:24:50.822Z[ recovery-image] Oct 01 02:24:49.055 INFO O| Oct 01 02:24:49.054 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-10-01T02:24:50.857Z[ recovery-image] Oct 01 02:24:49.090 INFO O| Oct 01 02:24:49.090 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40822024-10-01T02:24:51.003Z[ recovery-image] Oct 01 02:24:49.236 INFO O| Oct 01 02:24:49.236 INFO STEP 11 (remove_files) COMPLETE
40832024-10-01T02:24:51.003Z[ recovery-image] Oct 01 02:24:49.236 INFO O| Oct 01 02:24:49.236 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-10-01T02:24:51.063Z[ recovery-image] Oct 01 02:24:49.296 INFO O| Oct 01 02:24:49.296 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40852024-10-01T02:24:51.066Z[ recovery-image] Oct 01 02:24:49.299 INFO O| Oct 01 02:24:49.299 INFO STEP 12 (remove_files) COMPLETE
40862024-10-01T02:24:51.066Z[ recovery-image] Oct 01 02:24:49.299 INFO O| Oct 01 02:24:49.299 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-10-01T02:24:51.102Z[ recovery-image] Oct 01 02:24:49.335 INFO O| Oct 01 02:24:49.334 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40882024-10-01T02:24:51.114Z[ recovery-image] Oct 01 02:24:49.345 INFO O| Oct 01 02:24:49.345 INFO STEP 13 (remove_files) COMPLETE
40892024-10-01T02:24:51.114Z[ recovery-image] Oct 01 02:24:49.345 INFO O| Oct 01 02:24:49.345 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-10-01T02:24:51.174Z[ recovery-image] Oct 01 02:24:49.407 INFO O| Oct 01 02:24:49.406 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40912024-10-01T02:24:51.200Z[ recovery-image] Oct 01 02:24:49.432 INFO O| Oct 01 02:24:49.432 INFO STEP 14 (remove_files) COMPLETE
40922024-10-01T02:24:51.200Z[ recovery-image] Oct 01 02:24:49.432 INFO O| Oct 01 02:24:49.432 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-10-01T02:24:51.257Z[ recovery-image] Oct 01 02:24:49.490 INFO O| Oct 01 02:24:49.490 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40942024-10-01T02:24:51.296Z[ recovery-image] Oct 01 02:24:49.528 INFO O| Oct 01 02:24:49.528 INFO STEP 15 (remove_files) COMPLETE
40952024-10-01T02:24:51.296Z[ recovery-image] Oct 01 02:24:49.529 INFO O| Oct 01 02:24:49.528 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-10-01T02:24:51.325Z[ recovery-image] Oct 01 02:24:49.558 INFO O| Oct 01 02:24:49.558 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40972024-10-01T02:24:51.410Z[ recovery-image] Oct 01 02:24:49.643 INFO O| Oct 01 02:24:49.643 INFO STEP 16 (remove_files) COMPLETE
40982024-10-01T02:24:51.410Z[ recovery-image] Oct 01 02:24:49.643 INFO O| Oct 01 02:24:49.643 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-10-01T02:24:51.437Z[ recovery-image] Oct 01 02:24:49.670 INFO O| Oct 01 02:24:49.670 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41002024-10-01T02:24:51.437Z[ recovery-image] Oct 01 02:24:49.670 INFO O| Oct 01 02:24:49.670 INFO STEP 17 (remove_files) COMPLETE
41012024-10-01T02:24:51.437Z[ recovery-image] Oct 01 02:24:49.670 INFO O| Oct 01 02:24:49.670 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-10-01T02:24:51.456Z[ recovery-image] Oct 01 02:24:49.689 INFO O| Oct 01 02:24:49.689 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41032024-10-01T02:24:51.476Z[ recovery-image] Oct 01 02:24:49.709 INFO O| Oct 01 02:24:49.709 INFO STEP 18 (remove_files) COMPLETE
41042024-10-01T02:24:51.476Z[ recovery-image] Oct 01 02:24:49.709 INFO O| Oct 01 02:24:49.709 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-10-01T02:24:51.543Z[ recovery-image] Oct 01 02:24:49.776 INFO O| Oct 01 02:24:49.776 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41062024-10-01T02:24:51.784Z[ recovery-image] Oct 01 02:24:50.017 INFO O| Oct 01 02:24:50.017 INFO STEP 19 (remove_files) COMPLETE
41072024-10-01T02:24:51.784Z[ recovery-image] Oct 01 02:24:50.017 INFO O| Oct 01 02:24:50.017 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-10-01T02:24:51.805Z[ recovery-image] Oct 01 02:24:50.038 INFO O| Oct 01 02:24:50.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41092024-10-01T02:24:51.846Z[ recovery-image] Oct 01 02:24:50.079 INFO O| Oct 01 02:24:50.079 INFO STEP 20 (remove_files) COMPLETE
41102024-10-01T02:24:51.846Z[ recovery-image] Oct 01 02:24:50.079 INFO O| Oct 01 02:24:50.079 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-10-01T02:24:51.890Z[ recovery-image] Oct 01 02:24:50.123 INFO O| Oct 01 02:24:50.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41122024-10-01T02:24:51.893Z[ recovery-image] Oct 01 02:24:50.124 INFO O| Oct 01 02:24:50.124 INFO STEP 21 (remove_files) COMPLETE
41132024-10-01T02:24:51.893Z[ recovery-image] Oct 01 02:24:50.124 INFO O| Oct 01 02:24:50.124 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-10-01T02:24:51.913Z[ recovery-image] Oct 01 02:24:50.146 INFO O| Oct 01 02:24:50.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41152024-10-01T02:24:51.916Z[ recovery-image] Oct 01 02:24:50.147 INFO O| Oct 01 02:24:50.147 INFO STEP 22 (remove_files) COMPLETE
41162024-10-01T02:24:51.916Z[ recovery-image] Oct 01 02:24:50.147 INFO O| Oct 01 02:24:50.147 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-10-01T02:24:51.955Z[ recovery-image] Oct 01 02:24:50.187 INFO O| Oct 01 02:24:50.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41182024-10-01T02:24:51.955Z[ recovery-image] Oct 01 02:24:50.187 INFO O| Oct 01 02:24:50.187 INFO STEP 23 (remove_files) COMPLETE
41192024-10-01T02:24:51.955Z[ recovery-image] Oct 01 02:24:50.187 INFO O| Oct 01 02:24:50.187 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-10-01T02:24:51.990Z[ recovery-image] Oct 01 02:24:50.222 INFO O| Oct 01 02:24:50.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41212024-10-01T02:24:51.990Z[ recovery-image] Oct 01 02:24:50.222 INFO O| Oct 01 02:24:50.222 INFO STEP 24 (remove_files) COMPLETE
41222024-10-01T02:24:51.994Z[ recovery-image] Oct 01 02:24:50.222 INFO O| Oct 01 02:24:50.222 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-10-01T02:24:52.008Z[ recovery-image] Oct 01 02:24:50.241 INFO O| Oct 01 02:24:50.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41242024-10-01T02:24:52.008Z[ recovery-image] Oct 01 02:24:50.241 INFO O| Oct 01 02:24:50.241 INFO STEP 25 (remove_files) COMPLETE
41252024-10-01T02:24:52.008Z[ recovery-image] Oct 01 02:24:50.241 INFO O| Oct 01 02:24:50.241 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-10-01T02:24:52.026Z[ recovery-image] Oct 01 02:24:50.258 INFO O| Oct 01 02:24:50.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41272024-10-01T02:24:52.026Z[ recovery-image] Oct 01 02:24:50.258 INFO O| Oct 01 02:24:50.258 INFO STEP 26 (remove_files) COMPLETE
41282024-10-01T02:24:52.026Z[ recovery-image] Oct 01 02:24:50.258 INFO O| Oct 01 02:24:50.258 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-10-01T02:24:52.044Z[ recovery-image] Oct 01 02:24:50.276 INFO O| Oct 01 02:24:50.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41302024-10-01T02:24:52.044Z[ recovery-image] Oct 01 02:24:50.276 INFO O| Oct 01 02:24:50.276 INFO STEP 27 (remove_files) COMPLETE
41312024-10-01T02:24:52.053Z[ recovery-image] Oct 01 02:24:50.276 INFO O| Oct 01 02:24:50.276 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-10-01T02:24:52.062Z[ recovery-image] Oct 01 02:24:50.295 INFO O| Oct 01 02:24:50.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
41332024-10-01T02:24:52.085Z[ recovery-image] Oct 01 02:24:50.318 INFO O| Oct 01 02:24:50.318 INFO STEP 28 (remove_files) COMPLETE
41342024-10-01T02:24:52.085Z[ recovery-image] Oct 01 02:24:50.318 INFO O| Oct 01 02:24:50.318 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-10-01T02:24:52.105Z[ recovery-image] Oct 01 02:24:50.338 INFO O| Oct 01 02:24:50.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
41362024-10-01T02:24:52.105Z[ recovery-image] Oct 01 02:24:50.338 INFO O| Oct 01 02:24:50.338 INFO STEP 29 (remove_files) COMPLETE
41372024-10-01T02:24:52.107Z[ recovery-image] Oct 01 02:24:50.338 INFO O| Oct 01 02:24:50.338 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-10-01T02:24:52.123Z[ recovery-image] Oct 01 02:24:50.355 INFO O| Oct 01 02:24:50.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
41392024-10-01T02:24:52.143Z[ recovery-image] Oct 01 02:24:50.375 INFO O| Oct 01 02:24:50.375 INFO STEP 30 (remove_files) COMPLETE
41402024-10-01T02:24:52.143Z[ recovery-image] Oct 01 02:24:50.375 INFO O| Oct 01 02:24:50.375 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-10-01T02:24:52.174Z[ recovery-image] Oct 01 02:24:50.406 INFO O| Oct 01 02:24:50.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
41422024-10-01T02:24:52.174Z[ recovery-image] Oct 01 02:24:50.407 INFO O| Oct 01 02:24:50.406 INFO STEP 31 (remove_files) COMPLETE
41432024-10-01T02:24:52.178Z[ recovery-image] Oct 01 02:24:50.407 INFO O| Oct 01 02:24:50.407 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-10-01T02:24:52.206Z[ recovery-image] Oct 01 02:24:50.438 INFO O| Oct 01 02:24:50.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
41452024-10-01T02:24:52.211Z[ recovery-image] Oct 01 02:24:50.444 INFO O| Oct 01 02:24:50.444 INFO STEP 32 (remove_files) COMPLETE
41462024-10-01T02:24:52.211Z[ recovery-image] Oct 01 02:24:50.444 INFO O| Oct 01 02:24:50.444 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-10-01T02:24:52.230Z[ recovery-image] Oct 01 02:24:50.463 INFO O| Oct 01 02:24:50.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
41482024-10-01T02:24:52.230Z[ recovery-image] Oct 01 02:24:50.463 INFO O| Oct 01 02:24:50.463 INFO STEP 33 (remove_files) COMPLETE
41492024-10-01T02:24:52.233Z[ recovery-image] Oct 01 02:24:50.463 INFO O| Oct 01 02:24:50.463 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-10-01T02:24:52.250Z[ recovery-image] Oct 01 02:24:50.483 INFO O| Oct 01 02:24:50.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
41512024-10-01T02:24:52.250Z[ recovery-image] Oct 01 02:24:50.483 INFO O| Oct 01 02:24:50.483 INFO STEP 34 (remove_files) COMPLETE
41522024-10-01T02:24:52.250Z[ recovery-image] Oct 01 02:24:50.483 INFO O| Oct 01 02:24:50.483 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-10-01T02:24:52.279Z[ recovery-image] Oct 01 02:24:50.512 INFO O| Oct 01 02:24:50.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
41542024-10-01T02:24:52.299Z[ recovery-image] Oct 01 02:24:50.532 INFO O| Oct 01 02:24:50.532 INFO STEP 35 (remove_files) COMPLETE
41552024-10-01T02:24:52.299Z[ recovery-image] Oct 01 02:24:50.532 INFO O| Oct 01 02:24:50.532 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-10-01T02:24:52.330Z[ recovery-image] Oct 01 02:24:50.563 INFO O| Oct 01 02:24:50.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
41572024-10-01T02:24:52.355Z[ recovery-image] Oct 01 02:24:50.588 INFO O| Oct 01 02:24:50.588 INFO STEP 36 (remove_files) COMPLETE
41582024-10-01T02:24:52.355Z[ recovery-image] Oct 01 02:24:50.588 INFO O| Oct 01 02:24:50.588 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-10-01T02:24:52.391Z[ recovery-image] Oct 01 02:24:50.624 INFO O| Oct 01 02:24:50.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41602024-10-01T02:24:52.414Z[ recovery-image] Oct 01 02:24:50.647 INFO O| Oct 01 02:24:50.647 INFO STEP 37 (remove_files) COMPLETE
41612024-10-01T02:24:52.414Z[ recovery-image] Oct 01 02:24:50.647 INFO O| Oct 01 02:24:50.647 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-10-01T02:24:52.464Z[ recovery-image] Oct 01 02:24:50.696 INFO O| Oct 01 02:24:50.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41632024-10-01T02:24:52.464Z[ recovery-image] Oct 01 02:24:50.697 INFO O| Oct 01 02:24:50.697 INFO STEP 38 (remove_files) COMPLETE
41642024-10-01T02:24:52.464Z[ recovery-image] Oct 01 02:24:50.697 INFO O| Oct 01 02:24:50.697 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-10-01T02:24:52.504Z[ recovery-image] Oct 01 02:24:50.737 INFO O| Oct 01 02:24:50.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41662024-10-01T02:24:52.504Z[ recovery-image] Oct 01 02:24:50.737 INFO O| Oct 01 02:24:50.737 INFO STEP 39 (remove_files) COMPLETE
41672024-10-01T02:24:52.507Z[ recovery-image] Oct 01 02:24:50.737 INFO O| Oct 01 02:24:50.737 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-10-01T02:24:52.524Z[ recovery-image] Oct 01 02:24:50.756 INFO O| Oct 01 02:24:50.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41692024-10-01T02:24:52.524Z[ recovery-image] Oct 01 02:24:50.756 INFO O| Oct 01 02:24:50.756 INFO STEP 40 (remove_files) COMPLETE
41702024-10-01T02:24:52.524Z[ recovery-image] Oct 01 02:24:50.756 INFO O| Oct 01 02:24:50.756 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-10-01T02:24:52.542Z[ recovery-image] Oct 01 02:24:50.775 INFO O| Oct 01 02:24:50.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41722024-10-01T02:24:52.547Z[ recovery-image] Oct 01 02:24:50.780 INFO O| Oct 01 02:24:50.780 INFO STEP 41 (remove_files) COMPLETE
41732024-10-01T02:24:52.547Z[ recovery-image] Oct 01 02:24:50.780 INFO O| Oct 01 02:24:50.780 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-10-01T02:24:52.567Z[ host-image] Oct 01 02:24:50.799 INFO O| Oct 01 02:24:50.799 INFO O| Done
41752024-10-01T02:24:52.584Z[ recovery-image] Oct 01 02:24:50.817 INFO O| Oct 01 02:24:50.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41762024-10-01T02:24:52.584Z[ recovery-image] Oct 01 02:24:50.817 INFO O| Oct 01 02:24:50.817 INFO STEP 42 (remove_files) COMPLETE
41772024-10-01T02:24:52.584Z[ recovery-image] Oct 01 02:24:50.817 INFO O| Oct 01 02:24:50.817 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-10-01T02:24:52.602Z[ recovery-image] Oct 01 02:24:50.835 INFO O| Oct 01 02:24:50.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41792024-10-01T02:24:52.602Z[ recovery-image] Oct 01 02:24:50.835 INFO O| Oct 01 02:24:50.835 INFO STEP 43 (remove_files) COMPLETE
41802024-10-01T02:24:52.602Z[ recovery-image] Oct 01 02:24:50.835 INFO O| Oct 01 02:24:50.835 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-10-01T02:24:52.610Z[ host-image] Oct 01 02:24:50.843 INFO O| Oct 01 02:24:50.843 INFO O| Done
41822024-10-01T02:24:52.612Z[ host-image] Oct 01 02:24:50.843 INFO O| Oct 01 02:24:50.843 INFO O| Done
41832024-10-01T02:24:52.649Z[ recovery-image] Oct 01 02:24:50.882 INFO O| Oct 01 02:24:50.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41842024-10-01T02:24:52.649Z[ recovery-image] Oct 01 02:24:50.882 INFO O| Oct 01 02:24:50.882 INFO STEP 44 (remove_files) COMPLETE
41852024-10-01T02:24:52.652Z[ recovery-image] Oct 01 02:24:50.882 INFO O| Oct 01 02:24:50.882 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-10-01T02:24:52.667Z[ host-image] Oct 01 02:24:50.899 INFO O| Oct 01 02:24:50.899 INFO O| Done
41872024-10-01T02:24:52.669Z[ recovery-image] Oct 01 02:24:50.900 INFO O| Oct 01 02:24:50.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41882024-10-01T02:24:52.670Z[ recovery-image] Oct 01 02:24:50.900 INFO O| Oct 01 02:24:50.900 INFO STEP 45 (remove_files) COMPLETE
41892024-10-01T02:24:52.670Z[ recovery-image] Oct 01 02:24:50.900 INFO O| Oct 01 02:24:50.900 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-10-01T02:24:52.688Z[ recovery-image] Oct 01 02:24:50.919 INFO O| Oct 01 02:24:50.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41912024-10-01T02:24:52.691Z[ recovery-image] Oct 01 02:24:50.920 INFO O| Oct 01 02:24:50.920 INFO STEP 46 (remove_files) COMPLETE
41922024-10-01T02:24:52.691Z[ recovery-image] Oct 01 02:24:50.920 INFO O| Oct 01 02:24:50.920 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-10-01T02:24:52.707Z[ recovery-image] Oct 01 02:24:50.939 INFO O| Oct 01 02:24:50.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41942024-10-01T02:24:52.731Z[ recovery-image] Oct 01 02:24:50.964 INFO O| Oct 01 02:24:50.964 INFO STEP 47 (remove_files) COMPLETE
41952024-10-01T02:24:52.731Z[ recovery-image] Oct 01 02:24:50.964 INFO O| Oct 01 02:24:50.964 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-10-01T02:24:52.767Z[ recovery-image] Oct 01 02:24:51.000 INFO O| Oct 01 02:24:51.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41972024-10-01T02:24:52.767Z[ recovery-image] Oct 01 02:24:51.000 INFO O| Oct 01 02:24:51.000 INFO STEP 48 (remove_files) COMPLETE
41982024-10-01T02:24:52.767Z[ recovery-image] Oct 01 02:24:51.000 INFO O| Oct 01 02:24:51.000 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-10-01T02:24:52.826Z[ recovery-image] Oct 01 02:24:51.058 INFO O| Oct 01 02:24:51.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42002024-10-01T02:24:52.826Z[ recovery-image] Oct 01 02:24:51.058 INFO O| Oct 01 02:24:51.058 INFO STEP 49 (remove_files) COMPLETE
42012024-10-01T02:24:52.828Z[ recovery-image] Oct 01 02:24:51.058 INFO O| Oct 01 02:24:51.058 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-10-01T02:24:52.847Z[ recovery-image] Oct 01 02:24:51.079 INFO O| Oct 01 02:24:51.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42032024-10-01T02:24:52.847Z[ recovery-image] Oct 01 02:24:51.079 INFO O| Oct 01 02:24:51.079 INFO STEP 50 (remove_files) COMPLETE
42042024-10-01T02:24:52.851Z[ recovery-image] Oct 01 02:24:51.079 INFO O| Oct 01 02:24:51.079 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-10-01T02:24:52.866Z[ recovery-image] Oct 01 02:24:51.098 INFO O| Oct 01 02:24:51.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42062024-10-01T02:24:52.866Z[ recovery-image] Oct 01 02:24:51.098 INFO O| Oct 01 02:24:51.098 INFO STEP 51 (remove_files) COMPLETE
42072024-10-01T02:24:52.869Z[ recovery-image] Oct 01 02:24:51.099 INFO O| Oct 01 02:24:51.098 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-10-01T02:24:52.896Z[ recovery-image] Oct 01 02:24:51.129 INFO O| Oct 01 02:24:51.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42092024-10-01T02:24:52.896Z[ recovery-image] Oct 01 02:24:51.129 INFO O| Oct 01 02:24:51.129 INFO STEP 52 (remove_files) COMPLETE
42102024-10-01T02:24:52.896Z[ recovery-image] Oct 01 02:24:51.129 INFO O| Oct 01 02:24:51.129 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-10-01T02:24:52.915Z[ recovery-image] Oct 01 02:24:51.147 INFO O| Oct 01 02:24:51.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42122024-10-01T02:24:52.915Z[ recovery-image] Oct 01 02:24:51.147 INFO O| Oct 01 02:24:51.147 INFO STEP 53 (remove_files) COMPLETE
42132024-10-01T02:24:52.915Z[ recovery-image] Oct 01 02:24:51.147 INFO O| Oct 01 02:24:51.147 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-10-01T02:24:52.919Z[ host-image] Oct 01 02:24:51.150 INFO O| Oct 01 02:24:51.150 INFO STEP 12 (pkg_install) COMPLETE
42152024-10-01T02:24:52.919Z[ host-image] Oct 01 02:24:51.150 INFO O| Oct 01 02:24:51.150 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42162024-10-01T02:24:52.934Z[ host-image] Oct 01 02:24:51.167 INFO O| Oct 01 02:24:51.167 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42172024-10-01T02:24:52.937Z[ recovery-image] Oct 01 02:24:51.170 INFO O| Oct 01 02:24:51.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42182024-10-01T02:24:52.940Z[ recovery-image] Oct 01 02:24:51.170 INFO O| Oct 01 02:24:51.170 INFO STEP 54 (remove_files) COMPLETE
42192024-10-01T02:24:52.940Z[ recovery-image] Oct 01 02:24:51.170 INFO O| Oct 01 02:24:51.170 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-10-01T02:24:53.002Z[ recovery-image] Oct 01 02:24:51.235 INFO O| Oct 01 02:24:51.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42212024-10-01T02:24:53.002Z[ recovery-image] Oct 01 02:24:51.235 INFO O| Oct 01 02:24:51.235 INFO STEP 55 (remove_files) COMPLETE
42222024-10-01T02:24:53.005Z[ recovery-image] Oct 01 02:24:51.235 INFO O| Oct 01 02:24:51.235 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-10-01T02:24:53.019Z[ recovery-image] Oct 01 02:24:51.252 INFO O| Oct 01 02:24:51.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42242024-10-01T02:24:53.021Z[ recovery-image] Oct 01 02:24:51.252 INFO O| Oct 01 02:24:51.252 INFO STEP 56 (remove_files) COMPLETE
42252024-10-01T02:24:53.022Z[ recovery-image] Oct 01 02:24:51.252 INFO O| Oct 01 02:24:51.252 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-10-01T02:24:53.039Z[ recovery-image] Oct 01 02:24:51.271 INFO O| Oct 01 02:24:51.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42272024-10-01T02:24:53.041Z[ recovery-image] Oct 01 02:24:51.271 INFO O| Oct 01 02:24:51.271 INFO STEP 57 (remove_files) COMPLETE
42282024-10-01T02:24:53.041Z[ recovery-image] Oct 01 02:24:51.272 INFO O| Oct 01 02:24:51.271 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-10-01T02:24:53.058Z[ recovery-image] Oct 01 02:24:51.291 INFO O| Oct 01 02:24:51.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42302024-10-01T02:24:53.058Z[ recovery-image] Oct 01 02:24:51.291 INFO O| Oct 01 02:24:51.291 INFO STEP 58 (remove_files) COMPLETE
42312024-10-01T02:24:53.061Z[ recovery-image] Oct 01 02:24:51.292 INFO O| Oct 01 02:24:51.292 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-10-01T02:24:53.079Z[ recovery-image] Oct 01 02:24:51.312 INFO O| Oct 01 02:24:51.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42332024-10-01T02:24:53.082Z[ recovery-image] Oct 01 02:24:51.312 INFO O| Oct 01 02:24:51.312 INFO STEP 59 (remove_files) COMPLETE
42342024-10-01T02:24:53.082Z[ recovery-image] Oct 01 02:24:51.312 INFO O| Oct 01 02:24:51.312 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-10-01T02:24:53.099Z[ recovery-image] Oct 01 02:24:51.332 INFO O| Oct 01 02:24:51.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42362024-10-01T02:24:53.102Z[ recovery-image] Oct 01 02:24:51.332 INFO O| Oct 01 02:24:51.332 INFO STEP 60 (remove_files) COMPLETE
42372024-10-01T02:24:53.102Z[ recovery-image] Oct 01 02:24:51.332 INFO O| Oct 01 02:24:51.332 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-10-01T02:24:53.130Z[ recovery-image] Oct 01 02:24:51.362 INFO O| Oct 01 02:24:51.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
42392024-10-01T02:24:53.130Z[ recovery-image] Oct 01 02:24:51.362 INFO O| Oct 01 02:24:51.362 INFO STEP 61 (remove_files) COMPLETE
42402024-10-01T02:24:53.132Z[ recovery-image] Oct 01 02:24:51.362 INFO O| Oct 01 02:24:51.362 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-10-01T02:24:53.149Z[ recovery-image] Oct 01 02:24:51.382 INFO O| Oct 01 02:24:51.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
42422024-10-01T02:24:53.149Z[ recovery-image] Oct 01 02:24:51.382 INFO O| Oct 01 02:24:51.382 INFO STEP 62 (remove_files) COMPLETE
42432024-10-01T02:24:53.152Z[ recovery-image] Oct 01 02:24:51.382 INFO O| Oct 01 02:24:51.382 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-10-01T02:24:53.205Z[ recovery-image] Oct 01 02:24:51.438 INFO O| Oct 01 02:24:51.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
42452024-10-01T02:24:53.205Z[ recovery-image] Oct 01 02:24:51.438 INFO O| Oct 01 02:24:51.438 INFO STEP 63 (remove_files) COMPLETE
42462024-10-01T02:24:53.205Z[ recovery-image] Oct 01 02:24:51.438 INFO O| Oct 01 02:24:51.438 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-10-01T02:24:53.225Z[ recovery-image] Oct 01 02:24:51.458 INFO O| Oct 01 02:24:51.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
42482024-10-01T02:24:53.225Z[ recovery-image] Oct 01 02:24:51.458 INFO O| Oct 01 02:24:51.458 INFO STEP 64 (remove_files) COMPLETE
42492024-10-01T02:24:53.225Z[ recovery-image] Oct 01 02:24:51.458 INFO O| Oct 01 02:24:51.458 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-10-01T02:24:53.244Z[ recovery-image] Oct 01 02:24:51.476 INFO O| Oct 01 02:24:51.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
42512024-10-01T02:24:53.244Z[ recovery-image] Oct 01 02:24:51.477 INFO O| Oct 01 02:24:51.476 INFO STEP 65 (remove_files) COMPLETE
42522024-10-01T02:24:53.248Z[ recovery-image] Oct 01 02:24:51.477 INFO O| Oct 01 02:24:51.476 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-10-01T02:24:53.263Z[ recovery-image] Oct 01 02:24:51.495 INFO O| Oct 01 02:24:51.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
42542024-10-01T02:24:53.266Z[ recovery-image] Oct 01 02:24:51.495 INFO O| Oct 01 02:24:51.495 INFO STEP 66 (remove_files) COMPLETE
42552024-10-01T02:24:53.266Z[ recovery-image] Oct 01 02:24:51.495 INFO O| Oct 01 02:24:51.495 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-10-01T02:24:53.300Z[ recovery-image] Oct 01 02:24:51.533 INFO O| Oct 01 02:24:51.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
42572024-10-01T02:24:53.302Z[ recovery-image] Oct 01 02:24:51.534 INFO O| Oct 01 02:24:51.533 INFO STEP 67 (remove_files) COMPLETE
42582024-10-01T02:24:53.302Z[ recovery-image] Oct 01 02:24:51.534 INFO O| Oct 01 02:24:51.533 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-10-01T02:24:53.359Z[ recovery-image] Oct 01 02:24:51.592 INFO O| Oct 01 02:24:51.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
42602024-10-01T02:24:53.359Z[ recovery-image] Oct 01 02:24:51.592 INFO O| Oct 01 02:24:51.592 INFO STEP 68 (remove_files) COMPLETE
42612024-10-01T02:24:53.362Z[ recovery-image] Oct 01 02:24:51.592 INFO O| Oct 01 02:24:51.592 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-10-01T02:24:53.419Z[ recovery-image] Oct 01 02:24:51.652 INFO O| Oct 01 02:24:51.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
42632024-10-01T02:24:53.419Z[ recovery-image] Oct 01 02:24:51.652 INFO O| Oct 01 02:24:51.652 INFO STEP 69 (remove_files) COMPLETE
42642024-10-01T02:24:53.422Z[ recovery-image] Oct 01 02:24:51.652 INFO O| Oct 01 02:24:51.652 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-10-01T02:24:53.460Z[ recovery-image] Oct 01 02:24:51.693 INFO O| Oct 01 02:24:51.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42662024-10-01T02:24:53.460Z[ recovery-image] Oct 01 02:24:51.693 INFO O| Oct 01 02:24:51.693 INFO STEP 70 (remove_files) COMPLETE
42672024-10-01T02:24:53.460Z[ recovery-image] Oct 01 02:24:51.693 INFO O| Oct 01 02:24:51.693 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-10-01T02:24:53.542Z[ recovery-image] Oct 01 02:24:51.775 INFO O| Oct 01 02:24:51.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42692024-10-01T02:24:53.542Z[ recovery-image] Oct 01 02:24:51.775 INFO O| Oct 01 02:24:51.775 INFO STEP 71 (remove_files) COMPLETE
42702024-10-01T02:24:53.546Z[ recovery-image] Oct 01 02:24:51.775 INFO O| Oct 01 02:24:51.775 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-10-01T02:24:53.563Z[ recovery-image] Oct 01 02:24:51.796 INFO O| Oct 01 02:24:51.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42722024-10-01T02:24:53.566Z[ recovery-image] Oct 01 02:24:51.796 INFO O| Oct 01 02:24:51.796 INFO STEP 72 (remove_files) COMPLETE
42732024-10-01T02:24:53.566Z[ recovery-image] Oct 01 02:24:51.797 INFO O| Oct 01 02:24:51.796 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-10-01T02:24:53.582Z[ recovery-image] Oct 01 02:24:51.815 INFO O| Oct 01 02:24:51.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42752024-10-01T02:24:53.585Z[ recovery-image] Oct 01 02:24:51.815 INFO O| Oct 01 02:24:51.815 INFO STEP 73 (remove_files) COMPLETE
42762024-10-01T02:24:53.585Z[ recovery-image] Oct 01 02:24:51.816 INFO O| Oct 01 02:24:51.815 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-10-01T02:24:53.633Z[ recovery-image] Oct 01 02:24:51.866 INFO O| Oct 01 02:24:51.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42782024-10-01T02:24:53.636Z[ recovery-image] Oct 01 02:24:51.866 INFO O| Oct 01 02:24:51.866 INFO STEP 74 (remove_files) COMPLETE
42792024-10-01T02:24:53.636Z[ recovery-image] Oct 01 02:24:51.866 INFO O| Oct 01 02:24:51.866 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-10-01T02:24:53.651Z[ recovery-image] Oct 01 02:24:51.884 INFO O| Oct 01 02:24:51.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42812024-10-01T02:24:53.653Z[ recovery-image] Oct 01 02:24:51.884 INFO O| Oct 01 02:24:51.884 INFO STEP 75 (remove_files) COMPLETE
42822024-10-01T02:24:53.653Z[ recovery-image] Oct 01 02:24:51.884 INFO O| Oct 01 02:24:51.884 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-10-01T02:24:53.690Z[ recovery-image] Oct 01 02:24:51.923 INFO O| Oct 01 02:24:51.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42842024-10-01T02:24:53.690Z[ recovery-image] Oct 01 02:24:51.923 INFO O| Oct 01 02:24:51.923 INFO STEP 76 (remove_files) COMPLETE
42852024-10-01T02:24:53.693Z[ recovery-image] Oct 01 02:24:51.923 INFO O| Oct 01 02:24:51.923 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-10-01T02:24:53.788Z[ recovery-image] Oct 01 02:24:52.021 INFO O| Oct 01 02:24:52.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42872024-10-01T02:24:53.788Z[ recovery-image] Oct 01 02:24:52.021 INFO O| Oct 01 02:24:52.021 INFO STEP 77 (remove_files) COMPLETE
42882024-10-01T02:24:53.788Z[ recovery-image] Oct 01 02:24:52.021 INFO O| Oct 01 02:24:52.021 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-10-01T02:24:53.828Z[ recovery-image] Oct 01 02:24:52.060 INFO O| Oct 01 02:24:52.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42902024-10-01T02:24:53.828Z[ recovery-image] Oct 01 02:24:52.060 INFO O| Oct 01 02:24:52.060 INFO STEP 78 (remove_files) COMPLETE
42912024-10-01T02:24:53.828Z[ recovery-image] Oct 01 02:24:52.060 INFO O| Oct 01 02:24:52.060 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-10-01T02:24:53.858Z[ recovery-image] Oct 01 02:24:52.091 INFO O| Oct 01 02:24:52.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42932024-10-01T02:24:53.858Z[ recovery-image] Oct 01 02:24:52.091 INFO O| Oct 01 02:24:52.091 INFO STEP 79 (remove_files) COMPLETE
42942024-10-01T02:24:53.858Z[ recovery-image] Oct 01 02:24:52.091 INFO O| Oct 01 02:24:52.091 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-10-01T02:24:53.877Z[ recovery-image] Oct 01 02:24:52.110 INFO O| Oct 01 02:24:52.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42962024-10-01T02:24:53.879Z[ recovery-image] Oct 01 02:24:52.110 INFO O| Oct 01 02:24:52.110 INFO STEP 80 (remove_files) COMPLETE
42972024-10-01T02:24:53.879Z[ recovery-image] Oct 01 02:24:52.110 INFO O| Oct 01 02:24:52.110 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-10-01T02:24:53.954Z[ host-image] Oct 01 02:24:52.187 INFO O| Oct 01 02:24:52.187 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42992024-10-01T02:24:53.958Z[ recovery-image] Oct 01 02:24:52.190 INFO O| Oct 01 02:24:52.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43002024-10-01T02:24:53.958Z[ recovery-image] Oct 01 02:24:52.190 INFO O| Oct 01 02:24:52.190 INFO STEP 81 (remove_files) COMPLETE
43012024-10-01T02:24:53.958Z[ recovery-image] Oct 01 02:24:52.190 INFO O| Oct 01 02:24:52.190 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-10-01T02:24:54.062Z[ recovery-image] Oct 01 02:24:52.279 INFO O| Oct 01 02:24:52.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43032024-10-01T02:24:54.062Z[ recovery-image] Oct 01 02:24:52.279 INFO O| Oct 01 02:24:52.279 INFO STEP 82 (remove_files) COMPLETE
43042024-10-01T02:24:54.062Z[ recovery-image] Oct 01 02:24:52.279 INFO O| Oct 01 02:24:52.279 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-10-01T02:24:54.072Z[ recovery-image] Oct 01 02:24:52.305 INFO O| Oct 01 02:24:52.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43062024-10-01T02:24:54.073Z[ recovery-image] Oct 01 02:24:52.305 INFO O| Oct 01 02:24:52.305 INFO STEP 83 (remove_files) COMPLETE
43072024-10-01T02:24:54.075Z[ recovery-image] Oct 01 02:24:52.305 INFO O| Oct 01 02:24:52.305 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-10-01T02:24:54.119Z[ recovery-image] Oct 01 02:24:52.351 INFO O| Oct 01 02:24:52.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43092024-10-01T02:24:54.121Z[ recovery-image] Oct 01 02:24:52.351 INFO O| Oct 01 02:24:52.351 INFO STEP 84 (remove_files) COMPLETE
43102024-10-01T02:24:54.121Z[ recovery-image] Oct 01 02:24:52.351 INFO O| Oct 01 02:24:52.351 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-10-01T02:24:54.138Z[ recovery-image] Oct 01 02:24:52.370 INFO O| Oct 01 02:24:52.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43122024-10-01T02:24:54.140Z[ recovery-image] Oct 01 02:24:52.370 INFO O| Oct 01 02:24:52.370 INFO STEP 85 (remove_files) COMPLETE
43132024-10-01T02:24:54.140Z[ recovery-image] Oct 01 02:24:52.371 INFO O| Oct 01 02:24:52.370 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-10-01T02:24:54.155Z[ recovery-image] Oct 01 02:24:52.388 INFO O| Oct 01 02:24:52.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43152024-10-01T02:24:54.157Z[ recovery-image] Oct 01 02:24:52.388 INFO O| Oct 01 02:24:52.388 INFO STEP 86 (remove_files) COMPLETE
43162024-10-01T02:24:54.157Z[ recovery-image] Oct 01 02:24:52.388 INFO O| Oct 01 02:24:52.388 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-10-01T02:24:54.172Z[ recovery-image] Oct 01 02:24:52.404 INFO O| Oct 01 02:24:52.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43182024-10-01T02:24:54.172Z[ recovery-image] Oct 01 02:24:52.404 INFO O| Oct 01 02:24:52.404 INFO STEP 87 (remove_files) COMPLETE
43192024-10-01T02:24:54.172Z[ recovery-image] Oct 01 02:24:52.404 INFO O| Oct 01 02:24:52.404 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-10-01T02:24:54.187Z[ recovery-image] Oct 01 02:24:52.420 INFO O| Oct 01 02:24:52.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43212024-10-01T02:24:54.190Z[ recovery-image] Oct 01 02:24:52.420 INFO O| Oct 01 02:24:52.420 INFO STEP 88 (remove_files) COMPLETE
43222024-10-01T02:24:54.190Z[ recovery-image] Oct 01 02:24:52.420 INFO O| Oct 01 02:24:52.420 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-10-01T02:24:54.205Z[ recovery-image] Oct 01 02:24:52.438 INFO O| Oct 01 02:24:52.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43242024-10-01T02:24:54.208Z[ recovery-image] Oct 01 02:24:52.438 INFO O| Oct 01 02:24:52.438 INFO STEP 89 (remove_files) COMPLETE
43252024-10-01T02:24:54.208Z[ recovery-image] Oct 01 02:24:52.438 INFO O| Oct 01 02:24:52.438 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-10-01T02:24:54.222Z[ recovery-image] Oct 01 02:24:52.455 INFO O| Oct 01 02:24:52.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43272024-10-01T02:24:54.222Z[ recovery-image] Oct 01 02:24:52.455 INFO O| Oct 01 02:24:52.455 INFO STEP 90 (remove_files) COMPLETE
43282024-10-01T02:24:54.222Z[ recovery-image] Oct 01 02:24:52.455 INFO O| Oct 01 02:24:52.455 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-10-01T02:24:54.239Z[ recovery-image] Oct 01 02:24:52.471 INFO O| Oct 01 02:24:52.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43302024-10-01T02:24:54.239Z[ recovery-image] Oct 01 02:24:52.471 INFO O| Oct 01 02:24:52.471 INFO STEP 91 (remove_files) COMPLETE
43312024-10-01T02:24:54.239Z[ recovery-image] Oct 01 02:24:52.472 INFO O| Oct 01 02:24:52.471 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-10-01T02:24:54.288Z[ recovery-image] Oct 01 02:24:52.520 INFO O| Oct 01 02:24:52.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43332024-10-01T02:24:54.288Z[ recovery-image] Oct 01 02:24:52.521 INFO O| Oct 01 02:24:52.521 INFO STEP 92 (remove_files) COMPLETE
43342024-10-01T02:24:54.290Z[ recovery-image] Oct 01 02:24:52.521 INFO O| Oct 01 02:24:52.521 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-10-01T02:24:54.330Z[ recovery-image] Oct 01 02:24:52.562 INFO O| Oct 01 02:24:52.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
43362024-10-01T02:24:54.332Z[ recovery-image] Oct 01 02:24:52.562 INFO O| Oct 01 02:24:52.562 INFO STEP 93 (remove_files) COMPLETE
43372024-10-01T02:24:54.332Z[ recovery-image] Oct 01 02:24:52.562 INFO O| Oct 01 02:24:52.562 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-10-01T02:24:54.352Z[ recovery-image] Oct 01 02:24:52.585 INFO O| Oct 01 02:24:52.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
43392024-10-01T02:24:54.381Z[ recovery-image] Oct 01 02:24:52.614 INFO O| Oct 01 02:24:52.614 INFO STEP 94 (remove_files) COMPLETE
43402024-10-01T02:24:54.381Z[ recovery-image] Oct 01 02:24:52.614 INFO O| Oct 01 02:24:52.614 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-10-01T02:24:54.402Z[ recovery-image] Oct 01 02:24:52.634 INFO O| Oct 01 02:24:52.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
43422024-10-01T02:24:54.402Z[ recovery-image] Oct 01 02:24:52.635 INFO O| Oct 01 02:24:52.634 INFO STEP 95 (remove_files) COMPLETE
43432024-10-01T02:24:54.404Z[ recovery-image] Oct 01 02:24:52.635 INFO O| Oct 01 02:24:52.635 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-10-01T02:24:54.469Z[ recovery-image] Oct 01 02:24:52.702 INFO O| Oct 01 02:24:52.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
43452024-10-01T02:24:54.469Z[ recovery-image] Oct 01 02:24:52.702 INFO O| Oct 01 02:24:52.702 INFO STEP 96 (remove_files) COMPLETE
43462024-10-01T02:24:54.469Z[ recovery-image] Oct 01 02:24:52.702 INFO O| Oct 01 02:24:52.702 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-10-01T02:24:54.486Z[ recovery-image] Oct 01 02:24:52.718 INFO O| Oct 01 02:24:52.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
43482024-10-01T02:24:54.486Z[ recovery-image] Oct 01 02:24:52.718 INFO O| Oct 01 02:24:52.718 INFO STEP 97 (remove_files) COMPLETE
43492024-10-01T02:24:54.486Z[ recovery-image] Oct 01 02:24:52.718 INFO O| Oct 01 02:24:52.718 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-10-01T02:24:54.508Z[ recovery-image] Oct 01 02:24:52.741 INFO O| Oct 01 02:24:52.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
43512024-10-01T02:24:54.508Z[ recovery-image] Oct 01 02:24:52.741 INFO O| Oct 01 02:24:52.741 INFO STEP 98 (remove_files) COMPLETE
43522024-10-01T02:24:54.508Z[ recovery-image] Oct 01 02:24:52.741 INFO O| Oct 01 02:24:52.741 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-10-01T02:24:54.527Z[ recovery-image] Oct 01 02:24:52.759 INFO O| Oct 01 02:24:52.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
43542024-10-01T02:24:54.527Z[ recovery-image] Oct 01 02:24:52.759 INFO O| Oct 01 02:24:52.759 INFO STEP 99 (remove_files) COMPLETE
43552024-10-01T02:24:54.527Z[ recovery-image] Oct 01 02:24:52.759 INFO O| Oct 01 02:24:52.759 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-10-01T02:24:54.544Z[ recovery-image] Oct 01 02:24:52.777 INFO O| Oct 01 02:24:52.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
43572024-10-01T02:24:54.544Z[ recovery-image] Oct 01 02:24:52.777 INFO O| Oct 01 02:24:52.777 INFO STEP 100 (remove_files) COMPLETE
43582024-10-01T02:24:54.546Z[ recovery-image] Oct 01 02:24:52.777 INFO O| Oct 01 02:24:52.777 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-10-01T02:24:54.564Z[ recovery-image] Oct 01 02:24:52.796 INFO O| Oct 01 02:24:52.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43602024-10-01T02:24:54.564Z[ recovery-image] Oct 01 02:24:52.796 INFO O| Oct 01 02:24:52.796 INFO STEP 101 (remove_files) COMPLETE
43612024-10-01T02:24:54.564Z[ recovery-image] Oct 01 02:24:52.796 INFO O| Oct 01 02:24:52.796 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-10-01T02:24:54.598Z[ recovery-image] Oct 01 02:24:52.830 INFO O| Oct 01 02:24:52.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
43632024-10-01T02:24:54.598Z[ recovery-image] Oct 01 02:24:52.830 INFO O| Oct 01 02:24:52.830 INFO STEP 102 (remove_files) COMPLETE
43642024-10-01T02:24:54.598Z[ recovery-image] Oct 01 02:24:52.830 INFO O| Oct 01 02:24:52.830 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-10-01T02:24:54.615Z[ recovery-image] Oct 01 02:24:52.848 INFO O| Oct 01 02:24:52.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43662024-10-01T02:24:54.615Z[ recovery-image] Oct 01 02:24:52.848 INFO O| Oct 01 02:24:52.848 INFO STEP 103 (remove_files) COMPLETE
43672024-10-01T02:24:54.615Z[ recovery-image] Oct 01 02:24:52.848 INFO O| Oct 01 02:24:52.848 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-10-01T02:24:54.633Z[ recovery-image] Oct 01 02:24:52.865 INFO O| Oct 01 02:24:52.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43692024-10-01T02:24:54.633Z[ recovery-image] Oct 01 02:24:52.865 INFO O| Oct 01 02:24:52.865 INFO STEP 104 (remove_files) COMPLETE
43702024-10-01T02:24:54.633Z[ recovery-image] Oct 01 02:24:52.865 INFO O| Oct 01 02:24:52.865 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-10-01T02:24:54.671Z[ recovery-image] Oct 01 02:24:52.904 INFO O| Oct 01 02:24:52.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43722024-10-01T02:24:54.674Z[ recovery-image] Oct 01 02:24:52.904 INFO O| Oct 01 02:24:52.904 INFO STEP 105 (remove_files) COMPLETE
43732024-10-01T02:24:54.674Z[ recovery-image] Oct 01 02:24:52.904 INFO O| Oct 01 02:24:52.904 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-10-01T02:24:54.694Z[ recovery-image] Oct 01 02:24:52.927 INFO O| Oct 01 02:24:52.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43752024-10-01T02:24:54.694Z[ recovery-image] Oct 01 02:24:52.927 INFO O| Oct 01 02:24:52.927 INFO STEP 106 (remove_files) COMPLETE
43762024-10-01T02:24:54.698Z[ recovery-image] Oct 01 02:24:52.927 INFO O| Oct 01 02:24:52.927 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-10-01T02:24:54.721Z[ recovery-image] Oct 01 02:24:52.953 INFO O| Oct 01 02:24:52.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43782024-10-01T02:24:54.721Z[ recovery-image] Oct 01 02:24:52.953 INFO O| Oct 01 02:24:52.953 INFO STEP 107 (remove_files) COMPLETE
43792024-10-01T02:24:54.721Z[ recovery-image] Oct 01 02:24:52.953 INFO O| Oct 01 02:24:52.953 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-10-01T02:24:54.741Z[ recovery-image] Oct 01 02:24:52.973 INFO O| Oct 01 02:24:52.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43812024-10-01T02:24:54.741Z[ recovery-image] Oct 01 02:24:52.974 INFO O| Oct 01 02:24:52.973 INFO STEP 108 (remove_files) COMPLETE
43822024-10-01T02:24:54.741Z[ recovery-image] Oct 01 02:24:52.974 INFO O| Oct 01 02:24:52.974 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-10-01T02:24:54.759Z[ recovery-image] Oct 01 02:24:52.992 INFO O| Oct 01 02:24:52.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43842024-10-01T02:24:54.759Z[ recovery-image] Oct 01 02:24:52.992 INFO O| Oct 01 02:24:52.992 INFO STEP 109 (remove_files) COMPLETE
43852024-10-01T02:24:54.759Z[ recovery-image] Oct 01 02:24:52.992 INFO O| Oct 01 02:24:52.992 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-10-01T02:24:54.797Z[ recovery-image] Oct 01 02:24:53.030 INFO O| Oct 01 02:24:53.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43872024-10-01T02:24:54.797Z[ recovery-image] Oct 01 02:24:53.030 INFO O| Oct 01 02:24:53.030 INFO STEP 110 (remove_files) COMPLETE
43882024-10-01T02:24:54.800Z[ recovery-image] Oct 01 02:24:53.030 INFO O| Oct 01 02:24:53.030 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-10-01T02:24:54.818Z[ recovery-image] Oct 01 02:24:53.051 INFO O| Oct 01 02:24:53.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43902024-10-01T02:24:54.818Z[ recovery-image] Oct 01 02:24:53.051 INFO O| Oct 01 02:24:53.051 INFO STEP 111 (remove_files) COMPLETE
43912024-10-01T02:24:54.821Z[ recovery-image] Oct 01 02:24:53.051 INFO O| Oct 01 02:24:53.051 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-10-01T02:24:54.850Z[ recovery-image] Oct 01 02:24:53.082 INFO O| Oct 01 02:24:53.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43932024-10-01T02:24:54.850Z[ recovery-image] Oct 01 02:24:53.082 INFO O| Oct 01 02:24:53.082 INFO STEP 112 (remove_files) COMPLETE
43942024-10-01T02:24:54.850Z[ recovery-image] Oct 01 02:24:53.082 INFO O| Oct 01 02:24:53.082 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-10-01T02:24:54.871Z[ recovery-image] Oct 01 02:24:53.104 INFO O| Oct 01 02:24:53.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43962024-10-01T02:24:54.871Z[ recovery-image] Oct 01 02:24:53.104 INFO O| Oct 01 02:24:53.104 INFO STEP 113 (remove_files) COMPLETE
43972024-10-01T02:24:54.874Z[ recovery-image] Oct 01 02:24:53.104 INFO O| Oct 01 02:24:53.104 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-10-01T02:24:54.953Z[ recovery-image] Oct 01 02:24:53.185 INFO O| Oct 01 02:24:53.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43992024-10-01T02:24:54.953Z[ recovery-image] Oct 01 02:24:53.185 INFO O| Oct 01 02:24:53.185 INFO STEP 114 (remove_files) COMPLETE
44002024-10-01T02:24:54.953Z[ recovery-image] Oct 01 02:24:53.185 INFO O| Oct 01 02:24:53.185 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-10-01T02:24:54.973Z[ recovery-image] Oct 01 02:24:53.206 INFO O| Oct 01 02:24:53.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44022024-10-01T02:24:54.973Z[ recovery-image] Oct 01 02:24:53.206 INFO O| Oct 01 02:24:53.206 INFO STEP 115 (remove_files) COMPLETE
44032024-10-01T02:24:54.975Z[ recovery-image] Oct 01 02:24:53.206 INFO O| Oct 01 02:24:53.206 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-10-01T02:24:54.990Z[ recovery-image] Oct 01 02:24:53.223 INFO O| Oct 01 02:24:53.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44052024-10-01T02:24:54.990Z[ recovery-image] Oct 01 02:24:53.223 INFO O| Oct 01 02:24:53.223 INFO STEP 116 (remove_files) COMPLETE
44062024-10-01T02:24:54.993Z[ recovery-image] Oct 01 02:24:53.223 INFO O| Oct 01 02:24:53.223 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-10-01T02:24:55.026Z[ recovery-image] Oct 01 02:24:53.259 INFO O| Oct 01 02:24:53.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44082024-10-01T02:24:55.026Z[ recovery-image] Oct 01 02:24:53.259 INFO O| Oct 01 02:24:53.259 INFO STEP 117 (remove_files) COMPLETE
44092024-10-01T02:24:55.029Z[ recovery-image] Oct 01 02:24:53.259 INFO O| Oct 01 02:24:53.259 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-10-01T02:24:55.048Z[ recovery-image] Oct 01 02:24:53.281 INFO O| Oct 01 02:24:53.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44112024-10-01T02:24:55.048Z[ recovery-image] Oct 01 02:24:53.281 INFO O| Oct 01 02:24:53.281 INFO STEP 118 (remove_files) COMPLETE
44122024-10-01T02:24:55.048Z[ recovery-image] Oct 01 02:24:53.281 INFO O| Oct 01 02:24:53.281 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-10-01T02:24:55.079Z[ recovery-image] Oct 01 02:24:53.311 INFO O| Oct 01 02:24:53.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44142024-10-01T02:24:55.081Z[ recovery-image] Oct 01 02:24:53.311 INFO O| Oct 01 02:24:53.311 INFO STEP 119 (remove_files) COMPLETE
44152024-10-01T02:24:55.081Z[ recovery-image] Oct 01 02:24:53.312 INFO O| Oct 01 02:24:53.312 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-10-01T02:24:55.099Z[ recovery-image] Oct 01 02:24:53.332 INFO O| Oct 01 02:24:53.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44172024-10-01T02:24:55.124Z[ recovery-image] Oct 01 02:24:53.357 INFO O| Oct 01 02:24:53.357 INFO STEP 120 (remove_files) COMPLETE
44182024-10-01T02:24:55.128Z[ recovery-image] Oct 01 02:24:53.357 INFO O| Oct 01 02:24:53.357 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-10-01T02:24:55.143Z[ recovery-image] Oct 01 02:24:53.375 INFO O| Oct 01 02:24:53.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44202024-10-01T02:24:55.143Z[ recovery-image] Oct 01 02:24:53.375 INFO O| Oct 01 02:24:53.375 INFO STEP 121 (remove_files) COMPLETE
44212024-10-01T02:24:55.145Z[ recovery-image] Oct 01 02:24:53.376 INFO O| Oct 01 02:24:53.376 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-10-01T02:24:55.159Z[ recovery-image] Oct 01 02:24:53.392 INFO O| Oct 01 02:24:53.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44232024-10-01T02:24:55.162Z[ recovery-image] Oct 01 02:24:53.392 INFO O| Oct 01 02:24:53.392 INFO STEP 122 (remove_files) COMPLETE
44242024-10-01T02:24:55.162Z[ recovery-image] Oct 01 02:24:53.392 INFO O| Oct 01 02:24:53.392 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-10-01T02:24:55.178Z[ recovery-image] Oct 01 02:24:53.409 INFO O| Oct 01 02:24:53.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44262024-10-01T02:24:55.181Z[ recovery-image] Oct 01 02:24:53.410 INFO O| Oct 01 02:24:53.410 INFO STEP 123 (remove_files) COMPLETE
44272024-10-01T02:24:55.181Z[ recovery-image] Oct 01 02:24:53.410 INFO O| Oct 01 02:24:53.410 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-10-01T02:24:55.209Z[ recovery-image] Oct 01 02:24:53.441 INFO O| Oct 01 02:24:53.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44292024-10-01T02:24:55.212Z[ recovery-image] Oct 01 02:24:53.441 INFO O| Oct 01 02:24:53.441 INFO STEP 124 (remove_files) COMPLETE
44302024-10-01T02:24:55.212Z[ recovery-image] Oct 01 02:24:53.442 INFO O| Oct 01 02:24:53.442 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-10-01T02:24:55.229Z[ recovery-image] Oct 01 02:24:53.461 INFO O| Oct 01 02:24:53.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44322024-10-01T02:24:55.231Z[ recovery-image] Oct 01 02:24:53.462 INFO O| Oct 01 02:24:53.462 INFO STEP 125 (remove_files) COMPLETE
44332024-10-01T02:24:55.232Z[ recovery-image] Oct 01 02:24:53.462 INFO O| Oct 01 02:24:53.462 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-10-01T02:24:55.251Z[ recovery-image] Oct 01 02:24:53.483 INFO O| Oct 01 02:24:53.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
44352024-10-01T02:24:55.251Z[ recovery-image] Oct 01 02:24:53.483 INFO O| Oct 01 02:24:53.483 INFO STEP 126 (remove_files) COMPLETE
44362024-10-01T02:24:55.251Z[ recovery-image] Oct 01 02:24:53.483 INFO O| Oct 01 02:24:53.483 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-10-01T02:24:55.377Z[ recovery-image] Oct 01 02:24:53.547 INFO O| Oct 01 02:24:53.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
44382024-10-01T02:24:55.377Z[ recovery-image] Oct 01 02:24:53.547 INFO O| Oct 01 02:24:53.547 INFO STEP 127 (remove_files) COMPLETE
44392024-10-01T02:24:55.377Z[ recovery-image] Oct 01 02:24:53.547 INFO O| Oct 01 02:24:53.547 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-10-01T02:24:55.379Z[ recovery-image] Oct 01 02:24:53.564 INFO O| Oct 01 02:24:53.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
44412024-10-01T02:24:55.379Z[ recovery-image] Oct 01 02:24:53.564 INFO O| Oct 01 02:24:53.564 INFO STEP 128 (remove_files) COMPLETE
44422024-10-01T02:24:55.379Z[ recovery-image] Oct 01 02:24:53.565 INFO O| Oct 01 02:24:53.564 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-10-01T02:24:55.379Z[ recovery-image] Oct 01 02:24:53.600 INFO O| Oct 01 02:24:53.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
44442024-10-01T02:24:55.379Z[ recovery-image] Oct 01 02:24:53.600 INFO O| Oct 01 02:24:53.600 INFO STEP 129 (remove_files) COMPLETE
44452024-10-01T02:24:55.379Z[ recovery-image] Oct 01 02:24:53.600 INFO O| Oct 01 02:24:53.600 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-10-01T02:24:55.386Z[ recovery-image] Oct 01 02:24:53.619 INFO O| Oct 01 02:24:53.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
44472024-10-01T02:24:55.386Z[ recovery-image] Oct 01 02:24:53.619 INFO O| Oct 01 02:24:53.619 INFO STEP 130 (remove_files) COMPLETE
44482024-10-01T02:24:55.386Z[ recovery-image] Oct 01 02:24:53.619 INFO O| Oct 01 02:24:53.619 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-10-01T02:24:55.403Z[ recovery-image] Oct 01 02:24:53.636 INFO O| Oct 01 02:24:53.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
44502024-10-01T02:24:55.403Z[ recovery-image] Oct 01 02:24:53.636 INFO O| Oct 01 02:24:53.636 INFO STEP 131 (remove_files) COMPLETE
44512024-10-01T02:24:55.403Z[ recovery-image] Oct 01 02:24:53.636 INFO O| Oct 01 02:24:53.636 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-10-01T02:24:55.421Z[ recovery-image] Oct 01 02:24:53.653 INFO O| Oct 01 02:24:53.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44532024-10-01T02:24:55.421Z[ recovery-image] Oct 01 02:24:53.653 INFO O| Oct 01 02:24:53.653 INFO STEP 132 (remove_files) COMPLETE
44542024-10-01T02:24:55.423Z[ recovery-image] Oct 01 02:24:53.653 INFO O| Oct 01 02:24:53.653 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-10-01T02:24:55.439Z[ recovery-image] Oct 01 02:24:53.672 INFO O| Oct 01 02:24:53.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44562024-10-01T02:24:55.442Z[ recovery-image] Oct 01 02:24:53.673 INFO O| Oct 01 02:24:53.673 INFO STEP 133 (remove_files) COMPLETE
44572024-10-01T02:24:55.442Z[ recovery-image] Oct 01 02:24:53.673 INFO O| Oct 01 02:24:53.673 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-10-01T02:24:55.493Z[ recovery-image] Oct 01 02:24:53.725 INFO O| Oct 01 02:24:53.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44592024-10-01T02:24:55.493Z[ recovery-image] Oct 01 02:24:53.726 INFO O| Oct 01 02:24:53.725 INFO STEP 134 (remove_files) COMPLETE
44602024-10-01T02:24:55.493Z[ recovery-image] Oct 01 02:24:53.726 INFO O| Oct 01 02:24:53.725 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-10-01T02:24:55.555Z[ recovery-image] Oct 01 02:24:53.787 INFO O| Oct 01 02:24:53.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44622024-10-01T02:24:55.555Z[ recovery-image] Oct 01 02:24:53.787 INFO O| Oct 01 02:24:53.787 INFO STEP 135 (remove_files) COMPLETE
44632024-10-01T02:24:55.557Z[ recovery-image] Oct 01 02:24:53.787 INFO O| Oct 01 02:24:53.787 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-10-01T02:24:55.609Z[ recovery-image] Oct 01 02:24:53.842 INFO O| Oct 01 02:24:53.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44652024-10-01T02:24:55.609Z[ recovery-image] Oct 01 02:24:53.842 INFO O| Oct 01 02:24:53.842 INFO STEP 136 (remove_files) COMPLETE
44662024-10-01T02:24:55.612Z[ recovery-image] Oct 01 02:24:53.842 INFO O| Oct 01 02:24:53.842 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-10-01T02:24:55.630Z[ recovery-image] Oct 01 02:24:53.863 INFO O| Oct 01 02:24:53.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44682024-10-01T02:24:55.630Z[ recovery-image] Oct 01 02:24:53.863 INFO O| Oct 01 02:24:53.863 INFO STEP 137 (remove_files) COMPLETE
44692024-10-01T02:24:55.633Z[ recovery-image] Oct 01 02:24:53.863 INFO O| Oct 01 02:24:53.863 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-10-01T02:24:55.649Z[ recovery-image] Oct 01 02:24:53.882 INFO O| Oct 01 02:24:53.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44712024-10-01T02:24:55.649Z[ recovery-image] Oct 01 02:24:53.882 INFO O| Oct 01 02:24:53.882 INFO STEP 138 (remove_files) COMPLETE
44722024-10-01T02:24:55.652Z[ recovery-image] Oct 01 02:24:53.882 INFO O| Oct 01 02:24:53.882 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-10-01T02:24:55.710Z[ recovery-image] Oct 01 02:24:53.943 INFO O| Oct 01 02:24:53.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44742024-10-01T02:24:55.710Z[ recovery-image] Oct 01 02:24:53.943 INFO O| Oct 01 02:24:53.943 INFO STEP 139 (remove_files) COMPLETE
44752024-10-01T02:24:55.712Z[ recovery-image] Oct 01 02:24:53.943 INFO O| Oct 01 02:24:53.943 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-10-01T02:24:55.728Z[ recovery-image] Oct 01 02:24:53.961 INFO O| Oct 01 02:24:53.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44772024-10-01T02:24:55.752Z[ recovery-image] Oct 01 02:24:53.985 INFO O| Oct 01 02:24:53.985 INFO STEP 140 (remove_files) COMPLETE
44782024-10-01T02:24:55.752Z[ recovery-image] Oct 01 02:24:53.985 INFO O| Oct 01 02:24:53.985 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-10-01T02:24:55.772Z[ recovery-image] Oct 01 02:24:54.004 INFO O| Oct 01 02:24:54.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44802024-10-01T02:24:55.772Z[ recovery-image] Oct 01 02:24:54.004 INFO O| Oct 01 02:24:54.004 INFO STEP 141 (remove_files) COMPLETE
44812024-10-01T02:24:55.772Z[ recovery-image] Oct 01 02:24:54.005 INFO O| Oct 01 02:24:54.004 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-10-01T02:24:55.849Z[ recovery-image] Oct 01 02:24:54.082 INFO O| Oct 01 02:24:54.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44832024-10-01T02:24:55.849Z[ recovery-image] Oct 01 02:24:54.082 INFO O| Oct 01 02:24:54.082 INFO STEP 142 (remove_files) COMPLETE
44842024-10-01T02:24:55.849Z[ recovery-image] Oct 01 02:24:54.082 INFO O| Oct 01 02:24:54.082 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-10-01T02:24:55.867Z[ recovery-image] Oct 01 02:24:54.100 INFO O| Oct 01 02:24:54.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44862024-10-01T02:24:55.867Z[ recovery-image] Oct 01 02:24:54.100 INFO O| Oct 01 02:24:54.100 INFO STEP 143 (remove_files) COMPLETE
44872024-10-01T02:24:55.870Z[ recovery-image] Oct 01 02:24:54.100 INFO O| Oct 01 02:24:54.100 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-10-01T02:24:55.893Z[ recovery-image] Oct 01 02:24:54.125 INFO O| Oct 01 02:24:54.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44892024-10-01T02:24:55.893Z[ recovery-image] Oct 01 02:24:54.126 INFO O| Oct 01 02:24:54.125 INFO STEP 144 (remove_files) COMPLETE
44902024-10-01T02:24:55.893Z[ recovery-image] Oct 01 02:24:54.126 INFO O| Oct 01 02:24:54.125 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-10-01T02:24:55.921Z[ recovery-image] Oct 01 02:24:54.153 INFO O| Oct 01 02:24:54.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44922024-10-01T02:24:55.921Z[ recovery-image] Oct 01 02:24:54.153 INFO O| Oct 01 02:24:54.153 INFO STEP 145 (remove_files) COMPLETE
44932024-10-01T02:24:55.923Z[ recovery-image] Oct 01 02:24:54.153 INFO O| Oct 01 02:24:54.153 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-10-01T02:24:55.954Z[ recovery-image] Oct 01 02:24:54.186 INFO O| Oct 01 02:24:54.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44952024-10-01T02:24:55.954Z[ recovery-image] Oct 01 02:24:54.186 INFO O| Oct 01 02:24:54.186 INFO STEP 146 (remove_files) COMPLETE
44962024-10-01T02:24:55.956Z[ recovery-image] Oct 01 02:24:54.186 INFO O| Oct 01 02:24:54.186 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-10-01T02:24:56.019Z[ recovery-image] Oct 01 02:24:54.251 INFO O| Oct 01 02:24:54.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44982024-10-01T02:24:56.019Z[ recovery-image] Oct 01 02:24:54.251 INFO O| Oct 01 02:24:54.251 INFO STEP 147 (remove_files) COMPLETE
44992024-10-01T02:24:56.021Z[ recovery-image] Oct 01 02:24:54.251 INFO O| Oct 01 02:24:54.251 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-10-01T02:24:56.054Z[ recovery-image] Oct 01 02:24:54.286 INFO O| Oct 01 02:24:54.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45012024-10-01T02:24:56.054Z[ recovery-image] Oct 01 02:24:54.286 INFO O| Oct 01 02:24:54.286 INFO STEP 148 (remove_files) COMPLETE
45022024-10-01T02:24:56.056Z[ recovery-image] Oct 01 02:24:54.286 INFO O| Oct 01 02:24:54.286 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-10-01T02:24:56.074Z[ recovery-image] Oct 01 02:24:54.307 INFO O| Oct 01 02:24:54.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45042024-10-01T02:24:56.074Z[ recovery-image] Oct 01 02:24:54.307 INFO O| Oct 01 02:24:54.307 INFO STEP 149 (remove_files) COMPLETE
45052024-10-01T02:24:56.074Z[ recovery-image] Oct 01 02:24:54.307 INFO O| Oct 01 02:24:54.307 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-10-01T02:24:56.107Z[ recovery-image] Oct 01 02:24:54.339 INFO O| Oct 01 02:24:54.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45072024-10-01T02:24:56.107Z[ recovery-image] Oct 01 02:24:54.339 INFO O| Oct 01 02:24:54.339 INFO STEP 150 (remove_files) COMPLETE
45082024-10-01T02:24:56.110Z[ recovery-image] Oct 01 02:24:54.339 INFO O| Oct 01 02:24:54.339 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-10-01T02:24:56.129Z[ recovery-image] Oct 01 02:24:54.361 INFO O| Oct 01 02:24:54.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45102024-10-01T02:24:56.129Z[ recovery-image] Oct 01 02:24:54.361 INFO O| Oct 01 02:24:54.361 INFO STEP 151 (remove_files) COMPLETE
45112024-10-01T02:24:56.129Z[ recovery-image] Oct 01 02:24:54.361 INFO O| Oct 01 02:24:54.361 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-10-01T02:24:56.159Z[ recovery-image] Oct 01 02:24:54.391 INFO O| Oct 01 02:24:54.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45132024-10-01T02:24:56.159Z[ recovery-image] Oct 01 02:24:54.391 INFO O| Oct 01 02:24:54.391 INFO STEP 152 (remove_files) COMPLETE
45142024-10-01T02:24:56.159Z[ recovery-image] Oct 01 02:24:54.391 INFO O| Oct 01 02:24:54.391 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-10-01T02:24:56.183Z[ recovery-image] Oct 01 02:24:54.416 INFO O| Oct 01 02:24:54.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45162024-10-01T02:24:56.183Z[ recovery-image] Oct 01 02:24:54.416 INFO O| Oct 01 02:24:54.416 INFO STEP 153 (remove_files) COMPLETE
45172024-10-01T02:24:56.186Z[ recovery-image] Oct 01 02:24:54.416 INFO O| Oct 01 02:24:54.416 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-10-01T02:24:56.205Z[ recovery-image] Oct 01 02:24:54.438 INFO O| Oct 01 02:24:54.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45192024-10-01T02:24:56.205Z[ recovery-image] Oct 01 02:24:54.438 INFO O| Oct 01 02:24:54.438 INFO STEP 154 (remove_files) COMPLETE
45202024-10-01T02:24:56.205Z[ recovery-image] Oct 01 02:24:54.438 INFO O| Oct 01 02:24:54.438 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-10-01T02:24:56.246Z[ recovery-image] Oct 01 02:24:54.479 INFO O| Oct 01 02:24:54.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45222024-10-01T02:24:56.246Z[ recovery-image] Oct 01 02:24:54.479 INFO O| Oct 01 02:24:54.479 INFO STEP 155 (remove_files) COMPLETE
45232024-10-01T02:24:56.246Z[ recovery-image] Oct 01 02:24:54.479 INFO O| Oct 01 02:24:54.479 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-10-01T02:24:56.269Z[ recovery-image] Oct 01 02:24:54.502 INFO O| Oct 01 02:24:54.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45252024-10-01T02:24:56.269Z[ recovery-image] Oct 01 02:24:54.502 INFO O| Oct 01 02:24:54.502 INFO STEP 156 (remove_files) COMPLETE
45262024-10-01T02:24:56.269Z[ recovery-image] Oct 01 02:24:54.502 INFO O| Oct 01 02:24:54.502 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-10-01T02:24:56.305Z[ recovery-image] Oct 01 02:24:54.537 INFO O| Oct 01 02:24:54.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45282024-10-01T02:24:56.307Z[ recovery-image] Oct 01 02:24:54.538 INFO O| Oct 01 02:24:54.537 INFO STEP 157 (remove_files) COMPLETE
45292024-10-01T02:24:56.307Z[ recovery-image] Oct 01 02:24:54.538 INFO O| Oct 01 02:24:54.538 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-10-01T02:24:56.324Z[ recovery-image] Oct 01 02:24:54.557 INFO O| Oct 01 02:24:54.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45312024-10-01T02:24:56.324Z[ recovery-image] Oct 01 02:24:54.557 INFO O| Oct 01 02:24:54.557 INFO STEP 158 (remove_files) COMPLETE
45322024-10-01T02:24:56.324Z[ recovery-image] Oct 01 02:24:54.557 INFO O| Oct 01 02:24:54.557 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-10-01T02:24:56.344Z[ recovery-image] Oct 01 02:24:54.577 INFO O| Oct 01 02:24:54.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
45342024-10-01T02:24:56.344Z[ recovery-image] Oct 01 02:24:54.577 INFO O| Oct 01 02:24:54.577 INFO STEP 159 (remove_files) COMPLETE
45352024-10-01T02:24:56.347Z[ recovery-image] Oct 01 02:24:54.577 INFO O| Oct 01 02:24:54.577 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-10-01T02:24:56.361Z[ recovery-image] Oct 01 02:24:54.594 INFO O| Oct 01 02:24:54.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45372024-10-01T02:24:56.361Z[ recovery-image] Oct 01 02:24:54.594 INFO O| Oct 01 02:24:54.594 INFO STEP 160 (remove_files) COMPLETE
45382024-10-01T02:24:56.364Z[ recovery-image] Oct 01 02:24:54.594 INFO O| Oct 01 02:24:54.594 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-10-01T02:24:56.378Z[ recovery-image] Oct 01 02:24:54.611 INFO O| Oct 01 02:24:54.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
45402024-10-01T02:24:56.378Z[ recovery-image] Oct 01 02:24:54.611 INFO O| Oct 01 02:24:54.611 INFO STEP 161 (remove_files) COMPLETE
45412024-10-01T02:24:56.381Z[ recovery-image] Oct 01 02:24:54.611 INFO O| Oct 01 02:24:54.611 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-10-01T02:24:56.420Z[ recovery-image] Oct 01 02:24:54.652 INFO O| Oct 01 02:24:54.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
45432024-10-01T02:24:56.422Z[ recovery-image] Oct 01 02:24:54.652 INFO O| Oct 01 02:24:54.652 INFO STEP 162 (remove_files) COMPLETE
45442024-10-01T02:24:56.422Z[ recovery-image] Oct 01 02:24:54.652 INFO O| Oct 01 02:24:54.652 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-10-01T02:24:56.455Z[ recovery-image] Oct 01 02:24:54.687 INFO O| Oct 01 02:24:54.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
45462024-10-01T02:24:56.464Z[ recovery-image] Oct 01 02:24:54.687 INFO O| Oct 01 02:24:54.687 INFO STEP 163 (remove_files) COMPLETE
45472024-10-01T02:24:56.464Z[ recovery-image] Oct 01 02:24:54.687 INFO O| Oct 01 02:24:54.687 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-10-01T02:24:56.498Z[ recovery-image] Oct 01 02:24:54.731 INFO O| Oct 01 02:24:54.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
45492024-10-01T02:24:56.498Z[ recovery-image] Oct 01 02:24:54.731 INFO O| Oct 01 02:24:54.731 INFO STEP 164 (remove_files) COMPLETE
45502024-10-01T02:24:56.501Z[ recovery-image] Oct 01 02:24:54.731 INFO O| Oct 01 02:24:54.731 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-10-01T02:24:56.567Z[ recovery-image] Oct 01 02:24:54.799 INFO O| Oct 01 02:24:54.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
45522024-10-01T02:24:56.567Z[ recovery-image] Oct 01 02:24:54.800 INFO O| Oct 01 02:24:54.799 INFO STEP 165 (remove_files) COMPLETE
45532024-10-01T02:24:56.567Z[ recovery-image] Oct 01 02:24:54.800 INFO O| Oct 01 02:24:54.800 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-10-01T02:24:56.590Z[ recovery-image] Oct 01 02:24:54.822 INFO O| Oct 01 02:24:54.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45552024-10-01T02:24:56.590Z[ recovery-image] Oct 01 02:24:54.822 INFO O| Oct 01 02:24:54.822 INFO STEP 166 (remove_files) COMPLETE
45562024-10-01T02:24:56.590Z[ recovery-image] Oct 01 02:24:54.822 INFO O| Oct 01 02:24:54.822 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-10-01T02:24:56.611Z[ recovery-image] Oct 01 02:24:54.843 INFO O| Oct 01 02:24:54.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45582024-10-01T02:24:56.611Z[ recovery-image] Oct 01 02:24:54.843 INFO O| Oct 01 02:24:54.843 INFO STEP 167 (remove_files) COMPLETE
45592024-10-01T02:24:56.611Z[ recovery-image] Oct 01 02:24:54.843 INFO O| Oct 01 02:24:54.843 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-10-01T02:24:56.647Z[ recovery-image] Oct 01 02:24:54.878 INFO O| Oct 01 02:24:54.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45612024-10-01T02:24:56.669Z[ recovery-image] Oct 01 02:24:54.902 INFO O| Oct 01 02:24:54.902 INFO STEP 168 (remove_files) COMPLETE
45622024-10-01T02:24:56.669Z[ recovery-image] Oct 01 02:24:54.902 INFO O| Oct 01 02:24:54.902 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-10-01T02:24:56.727Z[ recovery-image] Oct 01 02:24:54.959 INFO O| Oct 01 02:24:54.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45642024-10-01T02:24:56.727Z[ recovery-image] Oct 01 02:24:54.959 INFO O| Oct 01 02:24:54.959 INFO STEP 169 (remove_files) COMPLETE
45652024-10-01T02:24:56.727Z[ recovery-image] Oct 01 02:24:54.959 INFO O| Oct 01 02:24:54.959 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-10-01T02:24:56.787Z[ recovery-image] Oct 01 02:24:55.019 INFO O| Oct 01 02:24:55.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45672024-10-01T02:24:56.787Z[ recovery-image] Oct 01 02:24:55.019 INFO O| Oct 01 02:24:55.019 INFO STEP 170 (remove_files) COMPLETE
45682024-10-01T02:24:56.787Z[ recovery-image] Oct 01 02:24:55.019 INFO O| Oct 01 02:24:55.019 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-10-01T02:24:56.843Z[ recovery-image] Oct 01 02:24:55.075 INFO O| Oct 01 02:24:55.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45702024-10-01T02:24:56.843Z[ recovery-image] Oct 01 02:24:55.075 INFO O| Oct 01 02:24:55.075 INFO STEP 171 (remove_files) COMPLETE
45712024-10-01T02:24:56.843Z[ recovery-image] Oct 01 02:24:55.076 INFO O| Oct 01 02:24:55.075 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-10-01T02:24:56.916Z[ recovery-image] Oct 01 02:24:55.148 INFO O| Oct 01 02:24:55.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45732024-10-01T02:24:56.916Z[ recovery-image] Oct 01 02:24:55.148 INFO O| Oct 01 02:24:55.148 INFO STEP 172 (remove_files) COMPLETE
45742024-10-01T02:24:56.919Z[ recovery-image] Oct 01 02:24:55.148 INFO O| Oct 01 02:24:55.148 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-10-01T02:24:56.962Z[ host-image] Oct 01 02:24:55.194 INFO O| Oct 01 02:24:55.194 INFO O| Planning: Solver setup ... Done
45762024-10-01T02:24:56.969Z[ host-image] Oct 01 02:24:55.201 INFO O| Oct 01 02:24:55.201 INFO O| Planning: Running solver ... Done
45772024-10-01T02:24:57.035Z[ host-image] Oct 01 02:24:55.268 INFO O| Oct 01 02:24:55.268 INFO O| Planning: Finding local manifests ... Done
45782024-10-01T02:24:57.038Z[ host-image] Oct 01 02:24:55.269 INFO O| Oct 01 02:24:55.269 INFO O| Planning: Fetching manifests: 0/6 0% complete
45792024-10-01T02:24:57.038Z[ recovery-image] Oct 01 02:24:55.270 INFO O| Oct 01 02:24:55.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45802024-10-01T02:24:57.038Z[ recovery-image] Oct 01 02:24:55.270 INFO O| Oct 01 02:24:55.270 INFO STEP 173 (remove_files) COMPLETE
45812024-10-01T02:24:57.038Z[ recovery-image] Oct 01 02:24:55.270 INFO O| Oct 01 02:24:55.270 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-10-01T02:24:57.062Z[ recovery-image] Oct 01 02:24:55.294 INFO O| Oct 01 02:24:55.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45832024-10-01T02:24:57.062Z[ recovery-image] Oct 01 02:24:55.294 INFO O| Oct 01 02:24:55.293 INFO STEP 174 (remove_files) COMPLETE
45842024-10-01T02:24:57.062Z[ recovery-image] Oct 01 02:24:55.294 INFO O| Oct 01 02:24:55.293 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-10-01T02:24:57.083Z[ recovery-image] Oct 01 02:24:55.315 INFO O| Oct 01 02:24:55.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45862024-10-01T02:24:57.083Z[ recovery-image] Oct 01 02:24:55.315 INFO O| Oct 01 02:24:55.314 INFO STEP 175 (remove_files) COMPLETE
45872024-10-01T02:24:57.083Z[ recovery-image] Oct 01 02:24:55.315 INFO O| Oct 01 02:24:55.314 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-10-01T02:24:57.100Z[ recovery-image] Oct 01 02:24:55.333 INFO O| Oct 01 02:24:55.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45892024-10-01T02:24:57.103Z[ recovery-image] Oct 01 02:24:55.333 INFO O| Oct 01 02:24:55.332 INFO STEP 176 (remove_files) COMPLETE
45902024-10-01T02:24:57.103Z[ recovery-image] Oct 01 02:24:55.333 INFO O| Oct 01 02:24:55.332 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-10-01T02:24:57.117Z[ recovery-image] Oct 01 02:24:55.349 INFO O| Oct 01 02:24:55.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45922024-10-01T02:24:57.117Z[ recovery-image] Oct 01 02:24:55.349 INFO O| Oct 01 02:24:55.349 INFO STEP 177 (remove_files) COMPLETE
45932024-10-01T02:24:57.120Z[ recovery-image] Oct 01 02:24:55.349 INFO O| Oct 01 02:24:55.349 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-10-01T02:24:57.134Z[ recovery-image] Oct 01 02:24:55.366 INFO O| Oct 01 02:24:55.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45952024-10-01T02:24:57.134Z[ recovery-image] Oct 01 02:24:55.366 INFO O| Oct 01 02:24:55.365 INFO STEP 178 (remove_files) COMPLETE
45962024-10-01T02:24:57.134Z[ recovery-image] Oct 01 02:24:55.366 INFO O| Oct 01 02:24:55.365 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-10-01T02:24:57.159Z[ recovery-image] Oct 01 02:24:55.391 INFO O| Oct 01 02:24:55.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45982024-10-01T02:24:57.159Z[ recovery-image] Oct 01 02:24:55.391 INFO O| Oct 01 02:24:55.391 INFO STEP 179 (remove_files) COMPLETE
45992024-10-01T02:24:57.159Z[ recovery-image] Oct 01 02:24:55.391 INFO O| Oct 01 02:24:55.391 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-10-01T02:24:57.193Z[ recovery-image] Oct 01 02:24:55.426 INFO O| Oct 01 02:24:55.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46012024-10-01T02:24:57.193Z[ recovery-image] Oct 01 02:24:55.426 INFO O| Oct 01 02:24:55.425 INFO STEP 180 (remove_files) COMPLETE
46022024-10-01T02:24:57.193Z[ recovery-image] Oct 01 02:24:55.426 INFO O| Oct 01 02:24:55.425 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-10-01T02:24:57.296Z[ recovery-image] Oct 01 02:24:55.529 INFO O| Oct 01 02:24:55.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46042024-10-01T02:24:57.296Z[ recovery-image] Oct 01 02:24:55.529 INFO O| Oct 01 02:24:55.529 INFO STEP 181 (remove_files) COMPLETE
46052024-10-01T02:24:57.299Z[ recovery-image] Oct 01 02:24:55.529 INFO O| Oct 01 02:24:55.529 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-10-01T02:24:57.328Z[ recovery-image] Oct 01 02:24:55.560 INFO O| Oct 01 02:24:55.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46072024-10-01T02:24:57.328Z[ recovery-image] Oct 01 02:24:55.560 INFO O| Oct 01 02:24:55.560 INFO STEP 182 (remove_files) COMPLETE
46082024-10-01T02:24:57.328Z[ recovery-image] Oct 01 02:24:55.560 INFO O| Oct 01 02:24:55.560 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-10-01T02:24:57.333Z[ host-image] Oct 01 02:24:55.565 INFO O| Oct 01 02:24:55.565 INFO O| Planning: Fetching manifests: 6/6 100% complete
46102024-10-01T02:24:57.368Z[ recovery-image] Oct 01 02:24:55.600 INFO O| Oct 01 02:24:55.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46112024-10-01T02:24:57.368Z[ recovery-image] Oct 01 02:24:55.600 INFO O| Oct 01 02:24:55.600 INFO STEP 183 (remove_files) COMPLETE
46122024-10-01T02:24:57.368Z[ recovery-image] Oct 01 02:24:55.600 INFO O| Oct 01 02:24:55.600 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-10-01T02:24:57.390Z[ recovery-image] Oct 01 02:24:55.623 INFO O| Oct 01 02:24:55.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46142024-10-01T02:24:57.393Z[ recovery-image] Oct 01 02:24:55.623 INFO O| Oct 01 02:24:55.623 INFO STEP 184 (remove_files) COMPLETE
46152024-10-01T02:24:57.393Z[ recovery-image] Oct 01 02:24:55.623 INFO O| Oct 01 02:24:55.623 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-10-01T02:24:57.400Z[ host-image] Oct 01 02:24:55.633 INFO O| Oct 01 02:24:55.633 INFO O| Planning: Package planning ... Done
46172024-10-01T02:24:57.420Z[ recovery-image] Oct 01 02:24:55.653 INFO O| Oct 01 02:24:55.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46182024-10-01T02:24:57.420Z[ recovery-image] Oct 01 02:24:55.653 INFO O| Oct 01 02:24:55.653 INFO STEP 185 (remove_files) COMPLETE
46192024-10-01T02:24:57.420Z[ recovery-image] Oct 01 02:24:55.653 INFO O| Oct 01 02:24:55.653 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-10-01T02:24:57.439Z[ host-image] Oct 01 02:24:55.672 INFO O| Oct 01 02:24:55.672 INFO O| Planning: Merging actions ... Done
46212024-10-01T02:24:57.442Z[ recovery-image] Oct 01 02:24:55.672 INFO O| Oct 01 02:24:55.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46222024-10-01T02:24:57.442Z[ recovery-image] Oct 01 02:24:55.672 INFO O| Oct 01 02:24:55.672 INFO STEP 186 (remove_files) COMPLETE
46232024-10-01T02:24:57.442Z[ recovery-image] Oct 01 02:24:55.672 INFO O| Oct 01 02:24:55.672 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-10-01T02:24:57.459Z[ recovery-image] Oct 01 02:24:55.692 INFO O| Oct 01 02:24:55.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46252024-10-01T02:24:57.459Z[ recovery-image] Oct 01 02:24:55.692 INFO O| Oct 01 02:24:55.692 INFO STEP 187 (remove_files) COMPLETE
46262024-10-01T02:24:57.459Z[ recovery-image] Oct 01 02:24:55.692 INFO O| Oct 01 02:24:55.692 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-10-01T02:24:57.478Z[ recovery-image] Oct 01 02:24:55.711 INFO O| Oct 01 02:24:55.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46282024-10-01T02:24:57.478Z[ recovery-image] Oct 01 02:24:55.711 INFO O| Oct 01 02:24:55.711 INFO STEP 188 (remove_files) COMPLETE
46292024-10-01T02:24:57.481Z[ recovery-image] Oct 01 02:24:55.711 INFO O| Oct 01 02:24:55.711 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-10-01T02:24:57.494Z[ recovery-image] Oct 01 02:24:55.727 INFO O| Oct 01 02:24:55.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46312024-10-01T02:24:57.494Z[ recovery-image] Oct 01 02:24:55.727 INFO O| Oct 01 02:24:55.727 INFO STEP 189 (remove_files) COMPLETE
46322024-10-01T02:24:57.497Z[ recovery-image] Oct 01 02:24:55.727 INFO O| Oct 01 02:24:55.727 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-10-01T02:24:57.509Z[ recovery-image] Oct 01 02:24:55.742 INFO O| Oct 01 02:24:55.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46342024-10-01T02:24:57.509Z[ recovery-image] Oct 01 02:24:55.742 INFO O| Oct 01 02:24:55.742 INFO STEP 190 (remove_files) COMPLETE
46352024-10-01T02:24:57.512Z[ recovery-image] Oct 01 02:24:55.742 INFO O| Oct 01 02:24:55.742 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-10-01T02:24:57.524Z[ recovery-image] Oct 01 02:24:55.756 INFO O| Oct 01 02:24:55.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46372024-10-01T02:24:57.524Z[ recovery-image] Oct 01 02:24:55.756 INFO O| Oct 01 02:24:55.756 INFO STEP 191 (remove_files) COMPLETE
46382024-10-01T02:24:57.524Z[ recovery-image] Oct 01 02:24:55.756 INFO O| Oct 01 02:24:55.756 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-10-01T02:24:57.539Z[ recovery-image] Oct 01 02:24:55.771 INFO O| Oct 01 02:24:55.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
46402024-10-01T02:24:57.539Z[ recovery-image] Oct 01 02:24:55.771 INFO O| Oct 01 02:24:55.771 INFO STEP 192 (remove_files) COMPLETE
46412024-10-01T02:24:57.539Z[ recovery-image] Oct 01 02:24:55.771 INFO O| Oct 01 02:24:55.771 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-10-01T02:24:57.553Z[ recovery-image] Oct 01 02:24:55.785 INFO O| Oct 01 02:24:55.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46432024-10-01T02:24:57.553Z[ recovery-image] Oct 01 02:24:55.786 INFO O| Oct 01 02:24:55.786 INFO STEP 193 (remove_files) COMPLETE
46442024-10-01T02:24:57.556Z[ recovery-image] Oct 01 02:24:55.786 INFO O| Oct 01 02:24:55.786 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-10-01T02:24:57.569Z[ recovery-image] Oct 01 02:24:55.801 INFO O| Oct 01 02:24:55.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
46462024-10-01T02:24:57.569Z[ recovery-image] Oct 01 02:24:55.801 INFO O| Oct 01 02:24:55.801 INFO STEP 194 (remove_files) COMPLETE
46472024-10-01T02:24:57.571Z[ recovery-image] Oct 01 02:24:55.802 INFO O| Oct 01 02:24:55.801 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-10-01T02:24:57.599Z[ host-image] Oct 01 02:24:55.832 INFO O| Oct 01 02:24:55.832 INFO O| Planning: Checking for conflicting actions ... Done
46492024-10-01T02:24:57.606Z[ host-image] Oct 01 02:24:55.838 INFO O| Oct 01 02:24:55.838 INFO O| Planning: Consolidating action changes ... Done
46502024-10-01T02:24:57.621Z[ recovery-image] Oct 01 02:24:55.854 INFO O| Oct 01 02:24:55.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
46512024-10-01T02:24:57.624Z[ recovery-image] Oct 01 02:24:55.854 INFO O| Oct 01 02:24:55.854 INFO STEP 195 (remove_files) COMPLETE
46522024-10-01T02:24:57.624Z[ recovery-image] Oct 01 02:24:55.854 INFO O| Oct 01 02:24:55.854 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-10-01T02:24:57.642Z[ recovery-image] Oct 01 02:24:55.874 INFO O| Oct 01 02:24:55.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
46542024-10-01T02:24:57.645Z[ recovery-image] Oct 01 02:24:55.874 INFO O| Oct 01 02:24:55.874 INFO STEP 196 (remove_files) COMPLETE
46552024-10-01T02:24:57.645Z[ recovery-image] Oct 01 02:24:55.875 INFO O| Oct 01 02:24:55.874 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-10-01T02:24:57.679Z[ recovery-image] Oct 01 02:24:55.912 INFO O| Oct 01 02:24:55.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
46572024-10-01T02:24:57.679Z[ recovery-image] Oct 01 02:24:55.912 INFO O| Oct 01 02:24:55.912 INFO STEP 197 (remove_files) COMPLETE
46582024-10-01T02:24:57.682Z[ recovery-image] Oct 01 02:24:55.912 INFO O| Oct 01 02:24:55.912 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-10-01T02:24:57.699Z[ recovery-image] Oct 01 02:24:55.931 INFO O| Oct 01 02:24:55.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
46602024-10-01T02:24:57.699Z[ recovery-image] Oct 01 02:24:55.931 INFO O| Oct 01 02:24:55.931 INFO STEP 198 (remove_files) COMPLETE
46612024-10-01T02:24:57.699Z[ recovery-image] Oct 01 02:24:55.931 INFO O| Oct 01 02:24:55.931 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-10-01T02:24:57.718Z[ recovery-image] Oct 01 02:24:55.951 INFO O| Oct 01 02:24:55.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46632024-10-01T02:24:57.718Z[ recovery-image] Oct 01 02:24:55.951 INFO O| Oct 01 02:24:55.951 INFO STEP 199 (remove_files) COMPLETE
46642024-10-01T02:24:57.718Z[ recovery-image] Oct 01 02:24:55.951 INFO O| Oct 01 02:24:55.951 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-10-01T02:24:57.736Z[ recovery-image] Oct 01 02:24:55.969 INFO O| Oct 01 02:24:55.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46662024-10-01T02:24:57.736Z[ recovery-image] Oct 01 02:24:55.969 INFO O| Oct 01 02:24:55.969 INFO STEP 200 (remove_files) COMPLETE
46672024-10-01T02:24:57.739Z[ recovery-image] Oct 01 02:24:55.969 INFO O| Oct 01 02:24:55.969 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-10-01T02:24:57.755Z[ recovery-image] Oct 01 02:24:55.987 INFO O| Oct 01 02:24:55.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46692024-10-01T02:24:57.755Z[ recovery-image] Oct 01 02:24:55.987 INFO O| Oct 01 02:24:55.987 INFO STEP 201 (remove_files) COMPLETE
46702024-10-01T02:24:57.755Z[ recovery-image] Oct 01 02:24:55.987 INFO O| Oct 01 02:24:55.987 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-10-01T02:24:57.790Z[ recovery-image] Oct 01 02:24:56.022 INFO O| Oct 01 02:24:56.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46722024-10-01T02:24:57.790Z[ recovery-image] Oct 01 02:24:56.022 INFO O| Oct 01 02:24:56.022 INFO STEP 202 (remove_files) COMPLETE
46732024-10-01T02:24:57.790Z[ recovery-image] Oct 01 02:24:56.022 INFO O| Oct 01 02:24:56.022 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-10-01T02:24:57.809Z[ recovery-image] Oct 01 02:24:56.041 INFO O| Oct 01 02:24:56.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46752024-10-01T02:24:57.809Z[ recovery-image] Oct 01 02:24:56.041 INFO O| Oct 01 02:24:56.041 INFO STEP 203 (remove_files) COMPLETE
46762024-10-01T02:24:57.809Z[ recovery-image] Oct 01 02:24:56.041 INFO O| Oct 01 02:24:56.041 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-10-01T02:24:57.838Z[ recovery-image] Oct 01 02:24:56.070 INFO O| Oct 01 02:24:56.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46782024-10-01T02:24:57.838Z[ recovery-image] Oct 01 02:24:56.070 INFO O| Oct 01 02:24:56.070 INFO STEP 204 (remove_files) COMPLETE
46792024-10-01T02:24:57.840Z[ recovery-image] Oct 01 02:24:56.070 INFO O| Oct 01 02:24:56.070 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-10-01T02:24:57.906Z[ recovery-image] Oct 01 02:24:56.117 INFO O| Oct 01 02:24:56.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46812024-10-01T02:24:57.906Z[ recovery-image] Oct 01 02:24:56.117 INFO O| Oct 01 02:24:56.117 INFO STEP 205 (remove_files) COMPLETE
46822024-10-01T02:24:57.906Z[ recovery-image] Oct 01 02:24:56.118 INFO O| Oct 01 02:24:56.117 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-10-01T02:24:57.906Z[ recovery-image] Oct 01 02:24:56.136 INFO O| Oct 01 02:24:56.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46842024-10-01T02:24:57.906Z[ recovery-image] Oct 01 02:24:56.136 INFO O| Oct 01 02:24:56.136 INFO STEP 206 (remove_files) COMPLETE
46852024-10-01T02:24:57.909Z[ recovery-image] Oct 01 02:24:56.136 INFO O| Oct 01 02:24:56.136 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-10-01T02:24:57.922Z[ recovery-image] Oct 01 02:24:56.154 INFO O| Oct 01 02:24:56.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46872024-10-01T02:24:57.922Z[ recovery-image] Oct 01 02:24:56.154 INFO O| Oct 01 02:24:56.154 INFO STEP 207 (remove_files) COMPLETE
46882024-10-01T02:24:57.924Z[ recovery-image] Oct 01 02:24:56.154 INFO O| Oct 01 02:24:56.154 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-10-01T02:24:57.948Z[ host-image] Oct 01 02:24:56.180 INFO O| Oct 01 02:24:56.180 INFO O| Planning: Evaluating mediators ... Done
46902024-10-01T02:24:57.954Z[ host-image] Oct 01 02:24:56.186 INFO O| Oct 01 02:24:56.186 INFO O| Planning: Planning completed in 4.00 seconds
46912024-10-01T02:24:57.957Z[ host-image] Oct 01 02:24:56.189 INFO O| Oct 01 02:24:56.189 INFO O| Packages to install: 6
46922024-10-01T02:24:57.957Z[ host-image] Oct 01 02:24:56.189 INFO O| Oct 01 02:24:56.189 INFO O| Mediators to change: 1
46932024-10-01T02:24:57.957Z[ host-image] Oct 01 02:24:56.189 INFO O| Oct 01 02:24:56.189 INFO O| Services to change: 1
46942024-10-01T02:24:57.977Z[ recovery-image] Oct 01 02:24:56.209 INFO O| Oct 01 02:24:56.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46952024-10-01T02:24:57.977Z[ recovery-image] Oct 01 02:24:56.209 INFO O| Oct 01 02:24:56.209 INFO STEP 208 (remove_files) COMPLETE
46962024-10-01T02:24:57.977Z[ recovery-image] Oct 01 02:24:56.209 INFO O| Oct 01 02:24:56.209 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-10-01T02:24:57.981Z[ host-image] Oct 01 02:24:56.214 INFO O| Oct 01 02:24:56.214 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
46982024-10-01T02:24:57.996Z[ recovery-image] Oct 01 02:24:56.228 INFO O| Oct 01 02:24:56.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46992024-10-01T02:24:58.018Z[ recovery-image] Oct 01 02:24:56.250 INFO O| Oct 01 02:24:56.250 INFO STEP 209 (remove_files) COMPLETE
47002024-10-01T02:24:58.018Z[ recovery-image] Oct 01 02:24:56.250 INFO O| Oct 01 02:24:56.250 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-10-01T02:24:58.079Z[ recovery-image] Oct 01 02:24:56.311 INFO O| Oct 01 02:24:56.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47022024-10-01T02:24:58.079Z[ recovery-image] Oct 01 02:24:56.311 INFO O| Oct 01 02:24:56.311 INFO STEP 210 (remove_files) COMPLETE
47032024-10-01T02:24:58.082Z[ recovery-image] Oct 01 02:24:56.311 INFO O| Oct 01 02:24:56.311 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-10-01T02:24:58.124Z[ recovery-image] Oct 01 02:24:56.356 INFO O| Oct 01 02:24:56.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47052024-10-01T02:24:58.124Z[ recovery-image] Oct 01 02:24:56.356 INFO O| Oct 01 02:24:56.356 INFO STEP 211 (remove_files) COMPLETE
47062024-10-01T02:24:58.127Z[ recovery-image] Oct 01 02:24:56.357 INFO O| Oct 01 02:24:56.356 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-10-01T02:24:58.144Z[ recovery-image] Oct 01 02:24:56.376 INFO O| Oct 01 02:24:56.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47082024-10-01T02:24:58.144Z[ recovery-image] Oct 01 02:24:56.376 INFO O| Oct 01 02:24:56.376 INFO STEP 212 (remove_files) COMPLETE
47092024-10-01T02:24:58.146Z[ recovery-image] Oct 01 02:24:56.376 INFO O| Oct 01 02:24:56.376 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-10-01T02:24:58.162Z[ recovery-image] Oct 01 02:24:56.395 INFO O| Oct 01 02:24:56.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47112024-10-01T02:24:58.162Z[ recovery-image] Oct 01 02:24:56.395 INFO O| Oct 01 02:24:56.395 INFO STEP 213 (remove_files) COMPLETE
47122024-10-01T02:24:58.165Z[ recovery-image] Oct 01 02:24:56.395 INFO O| Oct 01 02:24:56.395 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-10-01T02:24:58.222Z[ recovery-image] Oct 01 02:24:56.455 INFO O| Oct 01 02:24:56.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47142024-10-01T02:24:58.223Z[ recovery-image] Oct 01 02:24:56.455 INFO O| Oct 01 02:24:56.455 INFO STEP 214 (remove_files) COMPLETE
47152024-10-01T02:24:58.226Z[ recovery-image] Oct 01 02:24:56.455 INFO O| Oct 01 02:24:56.455 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-10-01T02:24:58.243Z[ recovery-image] Oct 01 02:24:56.475 INFO O| Oct 01 02:24:56.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47172024-10-01T02:24:58.243Z[ recovery-image] Oct 01 02:24:56.475 INFO O| Oct 01 02:24:56.475 INFO STEP 215 (remove_files) COMPLETE
47182024-10-01T02:24:58.246Z[ recovery-image] Oct 01 02:24:56.475 INFO O| Oct 01 02:24:56.475 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-10-01T02:24:58.263Z[ recovery-image] Oct 01 02:24:56.495 INFO O| Oct 01 02:24:56.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47202024-10-01T02:24:58.263Z[ recovery-image] Oct 01 02:24:56.495 INFO O| Oct 01 02:24:56.495 INFO STEP 216 (remove_files) COMPLETE
47212024-10-01T02:24:58.266Z[ recovery-image] Oct 01 02:24:56.495 INFO O| Oct 01 02:24:56.495 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-10-01T02:24:58.281Z[ recovery-image] Oct 01 02:24:56.514 INFO O| Oct 01 02:24:56.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47232024-10-01T02:24:58.282Z[ recovery-image] Oct 01 02:24:56.514 INFO O| Oct 01 02:24:56.514 INFO STEP 217 (remove_files) COMPLETE
47242024-10-01T02:24:58.284Z[ recovery-image] Oct 01 02:24:56.514 INFO O| Oct 01 02:24:56.514 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-10-01T02:24:58.299Z[ recovery-image] Oct 01 02:24:56.532 INFO O| Oct 01 02:24:56.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47262024-10-01T02:24:58.299Z[ recovery-image] Oct 01 02:24:56.532 INFO O| Oct 01 02:24:56.532 INFO STEP 218 (remove_files) COMPLETE
47272024-10-01T02:24:58.300Z[ recovery-image] Oct 01 02:24:56.532 INFO O| Oct 01 02:24:56.532 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-10-01T02:24:58.318Z[ recovery-image] Oct 01 02:24:56.550 INFO O| Oct 01 02:24:56.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47292024-10-01T02:24:58.318Z[ recovery-image] Oct 01 02:24:56.550 INFO O| Oct 01 02:24:56.550 INFO STEP 219 (remove_files) COMPLETE
47302024-10-01T02:24:58.318Z[ recovery-image] Oct 01 02:24:56.550 INFO O| Oct 01 02:24:56.550 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-10-01T02:24:58.336Z[ recovery-image] Oct 01 02:24:56.569 INFO O| Oct 01 02:24:56.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47322024-10-01T02:24:58.336Z[ recovery-image] Oct 01 02:24:56.569 INFO O| Oct 01 02:24:56.569 INFO STEP 220 (remove_files) COMPLETE
47332024-10-01T02:24:58.339Z[ recovery-image] Oct 01 02:24:56.569 INFO O| Oct 01 02:24:56.569 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-10-01T02:24:58.356Z[ recovery-image] Oct 01 02:24:56.588 INFO O| Oct 01 02:24:56.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47352024-10-01T02:24:58.356Z[ recovery-image] Oct 01 02:24:56.588 INFO O| Oct 01 02:24:56.588 INFO STEP 221 (remove_files) COMPLETE
47362024-10-01T02:24:58.358Z[ recovery-image] Oct 01 02:24:56.588 INFO O| Oct 01 02:24:56.588 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-10-01T02:24:58.375Z[ recovery-image] Oct 01 02:24:56.608 INFO O| Oct 01 02:24:56.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47382024-10-01T02:24:58.375Z[ recovery-image] Oct 01 02:24:56.608 INFO O| Oct 01 02:24:56.608 INFO STEP 222 (remove_files) COMPLETE
47392024-10-01T02:24:58.378Z[ recovery-image] Oct 01 02:24:56.608 INFO O| Oct 01 02:24:56.608 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-10-01T02:24:58.394Z[ recovery-image] Oct 01 02:24:56.627 INFO O| Oct 01 02:24:56.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
47412024-10-01T02:24:58.397Z[ recovery-image] Oct 01 02:24:56.627 INFO O| Oct 01 02:24:56.627 INFO STEP 223 (remove_files) COMPLETE
47422024-10-01T02:24:58.397Z[ recovery-image] Oct 01 02:24:56.627 INFO O| Oct 01 02:24:56.627 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-10-01T02:24:58.413Z[ recovery-image] Oct 01 02:24:56.646 INFO O| Oct 01 02:24:56.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47442024-10-01T02:24:58.413Z[ recovery-image] Oct 01 02:24:56.646 INFO O| Oct 01 02:24:56.646 INFO STEP 224 (remove_files) COMPLETE
47452024-10-01T02:24:58.415Z[ recovery-image] Oct 01 02:24:56.646 INFO O| Oct 01 02:24:56.646 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-10-01T02:24:58.431Z[ recovery-image] Oct 01 02:24:56.664 INFO O| Oct 01 02:24:56.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47472024-10-01T02:24:58.431Z[ recovery-image] Oct 01 02:24:56.664 INFO O| Oct 01 02:24:56.664 INFO STEP 225 (remove_files) COMPLETE
47482024-10-01T02:24:58.431Z[ recovery-image] Oct 01 02:24:56.664 INFO O| Oct 01 02:24:56.664 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-10-01T02:24:58.450Z[ recovery-image] Oct 01 02:24:56.682 INFO O| Oct 01 02:24:56.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47502024-10-01T02:24:58.450Z[ recovery-image] Oct 01 02:24:56.682 INFO O| Oct 01 02:24:56.682 INFO STEP 226 (remove_files) COMPLETE
47512024-10-01T02:24:58.450Z[ recovery-image] Oct 01 02:24:56.682 INFO O| Oct 01 02:24:56.682 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-10-01T02:24:58.469Z[ recovery-image] Oct 01 02:24:56.702 INFO O| Oct 01 02:24:56.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
47532024-10-01T02:24:58.469Z[ recovery-image] Oct 01 02:24:56.702 INFO O| Oct 01 02:24:56.702 INFO STEP 227 (remove_files) COMPLETE
47542024-10-01T02:24:58.472Z[ recovery-image] Oct 01 02:24:56.702 INFO O| Oct 01 02:24:56.702 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-10-01T02:24:58.489Z[ recovery-image] Oct 01 02:24:56.721 INFO O| Oct 01 02:24:56.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
47562024-10-01T02:24:58.489Z[ recovery-image] Oct 01 02:24:56.721 INFO O| Oct 01 02:24:56.721 INFO STEP 228 (remove_files) COMPLETE
47572024-10-01T02:24:58.489Z[ recovery-image] Oct 01 02:24:56.721 INFO O| Oct 01 02:24:56.721 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-10-01T02:24:58.507Z[ recovery-image] Oct 01 02:24:56.740 INFO O| Oct 01 02:24:56.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
47592024-10-01T02:24:58.510Z[ recovery-image] Oct 01 02:24:56.740 INFO O| Oct 01 02:24:56.740 INFO STEP 229 (remove_files) COMPLETE
47602024-10-01T02:24:58.510Z[ recovery-image] Oct 01 02:24:56.740 INFO O| Oct 01 02:24:56.740 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-10-01T02:24:58.526Z[ recovery-image] Oct 01 02:24:56.758 INFO O| Oct 01 02:24:56.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
47622024-10-01T02:24:58.526Z[ recovery-image] Oct 01 02:24:56.758 INFO O| Oct 01 02:24:56.758 INFO STEP 230 (remove_files) COMPLETE
47632024-10-01T02:24:58.526Z[ recovery-image] Oct 01 02:24:56.758 INFO O| Oct 01 02:24:56.758 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-10-01T02:24:58.545Z[ recovery-image] Oct 01 02:24:56.777 INFO O| Oct 01 02:24:56.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
47652024-10-01T02:24:58.545Z[ recovery-image] Oct 01 02:24:56.777 INFO O| Oct 01 02:24:56.777 INFO STEP 231 (remove_files) COMPLETE
47662024-10-01T02:24:58.547Z[ recovery-image] Oct 01 02:24:56.777 INFO O| Oct 01 02:24:56.777 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-10-01T02:24:58.562Z[ recovery-image] Oct 01 02:24:56.795 INFO O| Oct 01 02:24:56.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47682024-10-01T02:24:58.565Z[ recovery-image] Oct 01 02:24:56.795 INFO O| Oct 01 02:24:56.795 INFO STEP 232 (remove_files) COMPLETE
47692024-10-01T02:24:58.565Z[ recovery-image] Oct 01 02:24:56.795 INFO O| Oct 01 02:24:56.795 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-10-01T02:24:58.580Z[ recovery-image] Oct 01 02:24:56.812 INFO O| Oct 01 02:24:56.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47712024-10-01T02:24:58.580Z[ recovery-image] Oct 01 02:24:56.812 INFO O| Oct 01 02:24:56.812 INFO STEP 233 (remove_files) COMPLETE
47722024-10-01T02:24:58.580Z[ recovery-image] Oct 01 02:24:56.812 INFO O| Oct 01 02:24:56.812 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-10-01T02:24:58.597Z[ recovery-image] Oct 01 02:24:56.829 INFO O| Oct 01 02:24:56.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47742024-10-01T02:24:58.597Z[ recovery-image] Oct 01 02:24:56.829 INFO O| Oct 01 02:24:56.829 INFO STEP 234 (remove_files) COMPLETE
47752024-10-01T02:24:58.600Z[ recovery-image] Oct 01 02:24:56.830 INFO O| Oct 01 02:24:56.829 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-10-01T02:24:58.615Z[ recovery-image] Oct 01 02:24:56.847 INFO O| Oct 01 02:24:56.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47772024-10-01T02:24:58.617Z[ recovery-image] Oct 01 02:24:56.847 INFO O| Oct 01 02:24:56.847 INFO STEP 235 (remove_files) COMPLETE
47782024-10-01T02:24:58.617Z[ recovery-image] Oct 01 02:24:56.847 INFO O| Oct 01 02:24:56.847 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-10-01T02:24:58.633Z[ recovery-image] Oct 01 02:24:56.866 INFO O| Oct 01 02:24:56.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47802024-10-01T02:24:58.633Z[ recovery-image] Oct 01 02:24:56.866 INFO O| Oct 01 02:24:56.866 INFO STEP 236 (remove_files) COMPLETE
47812024-10-01T02:24:58.633Z[ recovery-image] Oct 01 02:24:56.866 INFO O| Oct 01 02:24:56.866 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-10-01T02:24:58.652Z[ recovery-image] Oct 01 02:24:56.885 INFO O| Oct 01 02:24:56.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47832024-10-01T02:24:58.652Z[ recovery-image] Oct 01 02:24:56.885 INFO O| Oct 01 02:24:56.885 INFO STEP 237 (remove_files) COMPLETE
47842024-10-01T02:24:58.652Z[ recovery-image] Oct 01 02:24:56.885 INFO O| Oct 01 02:24:56.885 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-10-01T02:24:58.670Z[ recovery-image] Oct 01 02:24:56.902 INFO O| Oct 01 02:24:56.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47862024-10-01T02:24:58.670Z[ recovery-image] Oct 01 02:24:56.902 INFO O| Oct 01 02:24:56.902 INFO STEP 238 (remove_files) COMPLETE
47872024-10-01T02:24:58.672Z[ recovery-image] Oct 01 02:24:56.902 INFO O| Oct 01 02:24:56.902 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-10-01T02:24:58.689Z[ recovery-image] Oct 01 02:24:56.920 INFO O| Oct 01 02:24:56.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47892024-10-01T02:24:58.689Z[ recovery-image] Oct 01 02:24:56.920 INFO O| Oct 01 02:24:56.920 INFO STEP 239 (remove_files) COMPLETE
47902024-10-01T02:24:58.689Z[ recovery-image] Oct 01 02:24:56.920 INFO O| Oct 01 02:24:56.920 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-10-01T02:24:58.705Z[ recovery-image] Oct 01 02:24:56.938 INFO O| Oct 01 02:24:56.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47922024-10-01T02:24:58.705Z[ recovery-image] Oct 01 02:24:56.938 INFO O| Oct 01 02:24:56.938 INFO STEP 240 (remove_files) COMPLETE
47932024-10-01T02:24:58.705Z[ recovery-image] Oct 01 02:24:56.938 INFO O| Oct 01 02:24:56.938 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-10-01T02:24:58.723Z[ recovery-image] Oct 01 02:24:56.955 INFO O| Oct 01 02:24:56.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47952024-10-01T02:24:58.723Z[ recovery-image] Oct 01 02:24:56.955 INFO O| Oct 01 02:24:56.955 INFO STEP 241 (remove_files) COMPLETE
47962024-10-01T02:24:58.728Z[ recovery-image] Oct 01 02:24:56.955 INFO O| Oct 01 02:24:56.955 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-10-01T02:24:58.757Z[ recovery-image] Oct 01 02:24:56.989 INFO O| Oct 01 02:24:56.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47982024-10-01T02:24:58.761Z[ recovery-image] Oct 01 02:24:56.990 INFO O| Oct 01 02:24:56.989 INFO STEP 242 (remove_files) COMPLETE
47992024-10-01T02:24:58.761Z[ recovery-image] Oct 01 02:24:56.990 INFO O| Oct 01 02:24:56.990 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-10-01T02:24:58.775Z[ recovery-image] Oct 01 02:24:57.007 INFO O| Oct 01 02:24:57.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48012024-10-01T02:24:58.775Z[ recovery-image] Oct 01 02:24:57.007 INFO O| Oct 01 02:24:57.007 INFO STEP 243 (remove_files) COMPLETE
48022024-10-01T02:24:58.775Z[ recovery-image] Oct 01 02:24:57.007 INFO O| Oct 01 02:24:57.007 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-10-01T02:24:58.792Z[ recovery-image] Oct 01 02:24:57.024 INFO O| Oct 01 02:24:57.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48042024-10-01T02:24:58.792Z[ recovery-image] Oct 01 02:24:57.024 INFO O| Oct 01 02:24:57.024 INFO STEP 244 (remove_files) COMPLETE
48052024-10-01T02:24:58.792Z[ recovery-image] Oct 01 02:24:57.024 INFO O| Oct 01 02:24:57.024 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-10-01T02:24:58.808Z[ recovery-image] Oct 01 02:24:57.040 INFO O| Oct 01 02:24:57.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48072024-10-01T02:24:58.808Z[ recovery-image] Oct 01 02:24:57.040 INFO O| Oct 01 02:24:57.040 INFO STEP 245 (remove_files) COMPLETE
48082024-10-01T02:24:58.808Z[ recovery-image] Oct 01 02:24:57.040 INFO O| Oct 01 02:24:57.040 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-10-01T02:24:58.825Z[ recovery-image] Oct 01 02:24:57.057 INFO O| Oct 01 02:24:57.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48102024-10-01T02:24:58.825Z[ recovery-image] Oct 01 02:24:57.057 INFO O| Oct 01 02:24:57.057 INFO STEP 246 (remove_files) COMPLETE
48112024-10-01T02:24:58.825Z[ recovery-image] Oct 01 02:24:57.057 INFO O| Oct 01 02:24:57.057 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-10-01T02:24:58.842Z[ recovery-image] Oct 01 02:24:57.075 INFO O| Oct 01 02:24:57.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48132024-10-01T02:24:58.842Z[ recovery-image] Oct 01 02:24:57.075 INFO O| Oct 01 02:24:57.075 INFO STEP 247 (remove_files) COMPLETE
48142024-10-01T02:24:58.843Z[ recovery-image] Oct 01 02:24:57.075 INFO O| Oct 01 02:24:57.075 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-10-01T02:24:58.860Z[ recovery-image] Oct 01 02:24:57.092 INFO O| Oct 01 02:24:57.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48162024-10-01T02:24:58.860Z[ recovery-image] Oct 01 02:24:57.092 INFO O| Oct 01 02:24:57.092 INFO STEP 248 (remove_files) COMPLETE
48172024-10-01T02:24:58.863Z[ recovery-image] Oct 01 02:24:57.092 INFO O| Oct 01 02:24:57.092 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-10-01T02:24:58.876Z[ recovery-image] Oct 01 02:24:57.109 INFO O| Oct 01 02:24:57.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48192024-10-01T02:24:58.877Z[ recovery-image] Oct 01 02:24:57.109 INFO O| Oct 01 02:24:57.109 INFO STEP 249 (remove_files) COMPLETE
48202024-10-01T02:24:58.879Z[ recovery-image] Oct 01 02:24:57.109 INFO O| Oct 01 02:24:57.109 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-10-01T02:24:58.902Z[ recovery-image] Oct 01 02:24:57.134 INFO O| Oct 01 02:24:57.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48222024-10-01T02:24:58.902Z[ recovery-image] Oct 01 02:24:57.134 INFO O| Oct 01 02:24:57.134 INFO STEP 250 (remove_files) COMPLETE
48232024-10-01T02:24:58.902Z[ recovery-image] Oct 01 02:24:57.134 INFO O| Oct 01 02:24:57.134 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-10-01T02:24:58.943Z[ recovery-image] Oct 01 02:24:57.175 INFO O| Oct 01 02:24:57.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48252024-10-01T02:24:58.943Z[ recovery-image] Oct 01 02:24:57.175 INFO O| Oct 01 02:24:57.175 INFO STEP 251 (remove_files) COMPLETE
48262024-10-01T02:24:58.943Z[ recovery-image] Oct 01 02:24:57.175 INFO O| Oct 01 02:24:57.175 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-10-01T02:24:58.989Z[ recovery-image] Oct 01 02:24:57.222 INFO O| Oct 01 02:24:57.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48282024-10-01T02:24:58.992Z[ recovery-image] Oct 01 02:24:57.222 INFO O| Oct 01 02:24:57.222 INFO STEP 252 (remove_files) COMPLETE
48292024-10-01T02:24:58.992Z[ recovery-image] Oct 01 02:24:57.222 INFO O| Oct 01 02:24:57.222 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-10-01T02:24:59.009Z[ recovery-image] Oct 01 02:24:57.242 INFO O| Oct 01 02:24:57.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48312024-10-01T02:24:59.012Z[ recovery-image] Oct 01 02:24:57.242 INFO O| Oct 01 02:24:57.242 INFO STEP 253 (remove_files) COMPLETE
48322024-10-01T02:24:59.012Z[ recovery-image] Oct 01 02:24:57.242 INFO O| Oct 01 02:24:57.242 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-10-01T02:24:59.029Z[ recovery-image] Oct 01 02:24:57.261 INFO O| Oct 01 02:24:57.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48342024-10-01T02:24:59.032Z[ recovery-image] Oct 01 02:24:57.261 INFO O| Oct 01 02:24:57.261 INFO STEP 254 (remove_files) COMPLETE
48352024-10-01T02:24:59.032Z[ recovery-image] Oct 01 02:24:57.262 INFO O| Oct 01 02:24:57.261 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-10-01T02:24:59.047Z[ recovery-image] Oct 01 02:24:57.280 INFO O| Oct 01 02:24:57.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48372024-10-01T02:24:59.057Z[ recovery-image] Oct 01 02:24:57.280 INFO O| Oct 01 02:24:57.280 INFO STEP 255 (remove_files) COMPLETE
48382024-10-01T02:24:59.057Z[ recovery-image] Oct 01 02:24:57.280 INFO O| Oct 01 02:24:57.280 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-10-01T02:24:59.066Z[ recovery-image] Oct 01 02:24:57.298 INFO O| Oct 01 02:24:57.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
48402024-10-01T02:24:59.068Z[ recovery-image] Oct 01 02:24:57.298 INFO O| Oct 01 02:24:57.298 INFO STEP 256 (remove_files) COMPLETE
48412024-10-01T02:24:59.068Z[ recovery-image] Oct 01 02:24:57.299 INFO O| Oct 01 02:24:57.299 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-10-01T02:24:59.084Z[ recovery-image] Oct 01 02:24:57.316 INFO O| Oct 01 02:24:57.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48432024-10-01T02:24:59.087Z[ recovery-image] Oct 01 02:24:57.317 INFO O| Oct 01 02:24:57.316 INFO STEP 257 (remove_files) COMPLETE
48442024-10-01T02:24:59.087Z[ recovery-image] Oct 01 02:24:57.317 INFO O| Oct 01 02:24:57.317 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-10-01T02:24:59.116Z[ recovery-image] Oct 01 02:24:57.348 INFO O| Oct 01 02:24:57.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48462024-10-01T02:24:59.118Z[ recovery-image] Oct 01 02:24:57.348 INFO O| Oct 01 02:24:57.348 INFO STEP 258 (remove_files) COMPLETE
48472024-10-01T02:24:59.118Z[ recovery-image] Oct 01 02:24:57.349 INFO O| Oct 01 02:24:57.348 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-10-01T02:24:59.136Z[ recovery-image] Oct 01 02:24:57.368 INFO O| Oct 01 02:24:57.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48492024-10-01T02:24:59.136Z[ recovery-image] Oct 01 02:24:57.368 INFO O| Oct 01 02:24:57.368 INFO STEP 259 (remove_files) COMPLETE
48502024-10-01T02:24:59.139Z[ recovery-image] Oct 01 02:24:57.368 INFO O| Oct 01 02:24:57.368 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-10-01T02:24:59.169Z[ recovery-image] Oct 01 02:24:57.401 INFO O| Oct 01 02:24:57.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48522024-10-01T02:24:59.169Z[ recovery-image] Oct 01 02:24:57.401 INFO O| Oct 01 02:24:57.401 INFO STEP 260 (remove_files) COMPLETE
48532024-10-01T02:24:59.171Z[ recovery-image] Oct 01 02:24:57.401 INFO O| Oct 01 02:24:57.401 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-10-01T02:24:59.187Z[ recovery-image] Oct 01 02:24:57.420 INFO O| Oct 01 02:24:57.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
48552024-10-01T02:24:59.188Z[ recovery-image] Oct 01 02:24:57.420 INFO O| Oct 01 02:24:57.420 INFO STEP 261 (remove_files) COMPLETE
48562024-10-01T02:24:59.190Z[ recovery-image] Oct 01 02:24:57.420 INFO O| Oct 01 02:24:57.420 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-10-01T02:24:59.207Z[ recovery-image] Oct 01 02:24:57.439 INFO O| Oct 01 02:24:57.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
48582024-10-01T02:24:59.207Z[ recovery-image] Oct 01 02:24:57.439 INFO O| Oct 01 02:24:57.439 INFO STEP 262 (remove_files) COMPLETE
48592024-10-01T02:24:59.207Z[ recovery-image] Oct 01 02:24:57.439 INFO O| Oct 01 02:24:57.439 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-10-01T02:24:59.223Z[ recovery-image] Oct 01 02:24:57.456 INFO O| Oct 01 02:24:57.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
48612024-10-01T02:24:59.224Z[ recovery-image] Oct 01 02:24:57.456 INFO O| Oct 01 02:24:57.456 INFO STEP 263 (remove_files) COMPLETE
48622024-10-01T02:24:59.224Z[ recovery-image] Oct 01 02:24:57.456 INFO O| Oct 01 02:24:57.456 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-10-01T02:24:59.240Z[ recovery-image] Oct 01 02:24:57.472 INFO O| Oct 01 02:24:57.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
48642024-10-01T02:24:59.240Z[ recovery-image] Oct 01 02:24:57.472 INFO O| Oct 01 02:24:57.472 INFO STEP 264 (remove_files) COMPLETE
48652024-10-01T02:24:59.242Z[ recovery-image] Oct 01 02:24:57.472 INFO O| Oct 01 02:24:57.472 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-10-01T02:24:59.256Z[ recovery-image] Oct 01 02:24:57.488 INFO O| Oct 01 02:24:57.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48672024-10-01T02:24:59.256Z[ recovery-image] Oct 01 02:24:57.488 INFO O| Oct 01 02:24:57.488 INFO STEP 265 (remove_files) COMPLETE
48682024-10-01T02:24:59.256Z[ recovery-image] Oct 01 02:24:57.488 INFO O| Oct 01 02:24:57.488 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-10-01T02:24:59.273Z[ recovery-image] Oct 01 02:24:57.506 INFO O| Oct 01 02:24:57.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48702024-10-01T02:24:59.273Z[ recovery-image] Oct 01 02:24:57.506 INFO O| Oct 01 02:24:57.506 INFO STEP 266 (remove_files) COMPLETE
48712024-10-01T02:24:59.273Z[ recovery-image] Oct 01 02:24:57.506 INFO O| Oct 01 02:24:57.506 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-10-01T02:24:59.290Z[ recovery-image] Oct 01 02:24:57.523 INFO O| Oct 01 02:24:57.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48732024-10-01T02:24:59.290Z[ recovery-image] Oct 01 02:24:57.523 INFO O| Oct 01 02:24:57.523 INFO STEP 267 (remove_files) COMPLETE
48742024-10-01T02:24:59.293Z[ recovery-image] Oct 01 02:24:57.523 INFO O| Oct 01 02:24:57.523 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-10-01T02:24:59.360Z[ recovery-image] Oct 01 02:24:57.592 INFO O| Oct 01 02:24:57.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48762024-10-01T02:24:59.362Z[ recovery-image] Oct 01 02:24:57.592 INFO O| Oct 01 02:24:57.592 INFO STEP 268 (remove_files) COMPLETE
48772024-10-01T02:24:59.362Z[ recovery-image] Oct 01 02:24:57.592 INFO O| Oct 01 02:24:57.592 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-10-01T02:24:59.398Z[ recovery-image] Oct 01 02:24:57.630 INFO O| Oct 01 02:24:57.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48792024-10-01T02:24:59.398Z[ recovery-image] Oct 01 02:24:57.630 INFO O| Oct 01 02:24:57.630 INFO STEP 269 (remove_files) COMPLETE
48802024-10-01T02:24:59.401Z[ recovery-image] Oct 01 02:24:57.630 INFO O| Oct 01 02:24:57.630 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-10-01T02:24:59.419Z[ recovery-image] Oct 01 02:24:57.651 INFO O| Oct 01 02:24:57.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48822024-10-01T02:24:59.419Z[ recovery-image] Oct 01 02:24:57.651 INFO O| Oct 01 02:24:57.651 INFO STEP 270 (remove_files) COMPLETE
48832024-10-01T02:24:59.419Z[ recovery-image] Oct 01 02:24:57.652 INFO O| Oct 01 02:24:57.651 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-10-01T02:24:59.439Z[ recovery-image] Oct 01 02:24:57.672 INFO O| Oct 01 02:24:57.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48852024-10-01T02:24:59.440Z[ recovery-image] Oct 01 02:24:57.672 INFO O| Oct 01 02:24:57.672 INFO STEP 271 (remove_files) COMPLETE
48862024-10-01T02:24:59.440Z[ recovery-image] Oct 01 02:24:57.672 INFO O| Oct 01 02:24:57.672 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-10-01T02:24:59.494Z[ recovery-image] Oct 01 02:24:57.726 INFO O| Oct 01 02:24:57.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48882024-10-01T02:24:59.517Z[ recovery-image] Oct 01 02:24:57.749 INFO O| Oct 01 02:24:57.749 INFO STEP 272 (remove_files) COMPLETE
48892024-10-01T02:24:59.517Z[ recovery-image] Oct 01 02:24:57.749 INFO O| Oct 01 02:24:57.749 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-10-01T02:24:59.537Z[ recovery-image] Oct 01 02:24:57.770 INFO O| Oct 01 02:24:57.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48912024-10-01T02:24:59.540Z[ recovery-image] Oct 01 02:24:57.770 INFO O| Oct 01 02:24:57.770 INFO STEP 273 (remove_files) COMPLETE
48922024-10-01T02:24:59.540Z[ recovery-image] Oct 01 02:24:57.770 INFO O| Oct 01 02:24:57.770 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-10-01T02:24:59.556Z[ recovery-image] Oct 01 02:24:57.788 INFO O| Oct 01 02:24:57.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48942024-10-01T02:24:59.556Z[ recovery-image] Oct 01 02:24:57.788 INFO O| Oct 01 02:24:57.788 INFO STEP 274 (remove_files) COMPLETE
48952024-10-01T02:24:59.556Z[ recovery-image] Oct 01 02:24:57.788 INFO O| Oct 01 02:24:57.788 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-10-01T02:24:59.619Z[ recovery-image] Oct 01 02:24:57.851 INFO O| Oct 01 02:24:57.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48972024-10-01T02:24:59.619Z[ recovery-image] Oct 01 02:24:57.852 INFO O| Oct 01 02:24:57.851 INFO STEP 275 (remove_files) COMPLETE
48982024-10-01T02:24:59.619Z[ recovery-image] Oct 01 02:24:57.852 INFO O| Oct 01 02:24:57.851 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-10-01T02:24:59.639Z[ recovery-image] Oct 01 02:24:57.871 INFO O| Oct 01 02:24:57.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49002024-10-01T02:24:59.639Z[ recovery-image] Oct 01 02:24:57.872 INFO O| Oct 01 02:24:57.872 INFO STEP 276 (remove_files) COMPLETE
49012024-10-01T02:24:59.642Z[ recovery-image] Oct 01 02:24:57.872 INFO O| Oct 01 02:24:57.872 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-10-01T02:24:59.658Z[ recovery-image] Oct 01 02:24:57.891 INFO O| Oct 01 02:24:57.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49032024-10-01T02:24:59.658Z[ recovery-image] Oct 01 02:24:57.891 INFO O| Oct 01 02:24:57.891 INFO STEP 277 (remove_files) COMPLETE
49042024-10-01T02:24:59.658Z[ recovery-image] Oct 01 02:24:57.891 INFO O| Oct 01 02:24:57.891 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-10-01T02:24:59.677Z[ recovery-image] Oct 01 02:24:57.909 INFO O| Oct 01 02:24:57.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49062024-10-01T02:24:59.677Z[ recovery-image] Oct 01 02:24:57.909 INFO O| Oct 01 02:24:57.909 INFO STEP 278 (remove_files) COMPLETE
49072024-10-01T02:24:59.677Z[ recovery-image] Oct 01 02:24:57.909 INFO O| Oct 01 02:24:57.909 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-10-01T02:24:59.695Z[ recovery-image] Oct 01 02:24:57.927 INFO O| Oct 01 02:24:57.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49092024-10-01T02:24:59.695Z[ recovery-image] Oct 01 02:24:57.927 INFO O| Oct 01 02:24:57.927 INFO STEP 279 (remove_files) COMPLETE
49102024-10-01T02:24:59.695Z[ recovery-image] Oct 01 02:24:57.927 INFO O| Oct 01 02:24:57.927 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-10-01T02:24:59.713Z[ recovery-image] Oct 01 02:24:57.946 INFO O| Oct 01 02:24:57.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49122024-10-01T02:24:59.713Z[ recovery-image] Oct 01 02:24:57.946 INFO O| Oct 01 02:24:57.946 INFO STEP 280 (remove_files) COMPLETE
49132024-10-01T02:24:59.716Z[ recovery-image] Oct 01 02:24:57.946 INFO O| Oct 01 02:24:57.946 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-10-01T02:24:59.731Z[ recovery-image] Oct 01 02:24:57.963 INFO O| Oct 01 02:24:57.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49152024-10-01T02:24:59.731Z[ recovery-image] Oct 01 02:24:57.963 INFO O| Oct 01 02:24:57.963 INFO STEP 281 (remove_files) COMPLETE
49162024-10-01T02:24:59.733Z[ recovery-image] Oct 01 02:24:57.963 INFO O| Oct 01 02:24:57.963 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-10-01T02:24:59.750Z[ recovery-image] Oct 01 02:24:57.982 INFO O| Oct 01 02:24:57.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49182024-10-01T02:24:59.752Z[ recovery-image] Oct 01 02:24:57.982 INFO O| Oct 01 02:24:57.982 INFO STEP 282 (remove_files) COMPLETE
49192024-10-01T02:24:59.752Z[ recovery-image] Oct 01 02:24:57.982 INFO O| Oct 01 02:24:57.982 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-10-01T02:24:59.767Z[ recovery-image] Oct 01 02:24:57.999 INFO O| Oct 01 02:24:57.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49212024-10-01T02:24:59.767Z[ recovery-image] Oct 01 02:24:57.999 INFO O| Oct 01 02:24:57.999 INFO STEP 283 (remove_files) COMPLETE
49222024-10-01T02:24:59.769Z[ recovery-image] Oct 01 02:24:57.999 INFO O| Oct 01 02:24:57.999 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-10-01T02:24:59.786Z[ recovery-image] Oct 01 02:24:58.017 INFO O| Oct 01 02:24:58.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49242024-10-01T02:24:59.786Z[ recovery-image] Oct 01 02:24:58.017 INFO O| Oct 01 02:24:58.017 INFO STEP 284 (remove_files) COMPLETE
49252024-10-01T02:24:59.786Z[ recovery-image] Oct 01 02:24:58.017 INFO O| Oct 01 02:24:58.017 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-10-01T02:24:59.802Z[ recovery-image] Oct 01 02:24:58.034 INFO O| Oct 01 02:24:58.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49272024-10-01T02:24:59.802Z[ recovery-image] Oct 01 02:24:58.034 INFO O| Oct 01 02:24:58.034 INFO STEP 285 (remove_files) COMPLETE
49282024-10-01T02:24:59.802Z[ recovery-image] Oct 01 02:24:58.034 INFO O| Oct 01 02:24:58.034 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-10-01T02:24:59.819Z[ recovery-image] Oct 01 02:24:58.052 INFO O| Oct 01 02:24:58.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49302024-10-01T02:24:59.820Z[ recovery-image] Oct 01 02:24:58.052 INFO O| Oct 01 02:24:58.052 INFO STEP 286 (remove_files) COMPLETE
49312024-10-01T02:24:59.820Z[ recovery-image] Oct 01 02:24:58.052 INFO O| Oct 01 02:24:58.052 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-10-01T02:24:59.837Z[ recovery-image] Oct 01 02:24:58.069 INFO O| Oct 01 02:24:58.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49332024-10-01T02:24:59.837Z[ recovery-image] Oct 01 02:24:58.070 INFO O| Oct 01 02:24:58.069 INFO STEP 287 (remove_files) COMPLETE
49342024-10-01T02:24:59.839Z[ recovery-image] Oct 01 02:24:58.070 INFO O| Oct 01 02:24:58.070 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-10-01T02:24:59.855Z[ recovery-image] Oct 01 02:24:58.087 INFO O| Oct 01 02:24:58.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49362024-10-01T02:24:59.855Z[ recovery-image] Oct 01 02:24:58.087 INFO O| Oct 01 02:24:58.087 INFO STEP 288 (remove_files) COMPLETE
49372024-10-01T02:24:59.855Z[ recovery-image] Oct 01 02:24:58.087 INFO O| Oct 01 02:24:58.087 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-10-01T02:24:59.880Z[ recovery-image] Oct 01 02:24:58.112 INFO O| Oct 01 02:24:58.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49392024-10-01T02:24:59.880Z[ recovery-image] Oct 01 02:24:58.112 INFO O| Oct 01 02:24:58.112 INFO STEP 289 (remove_files) COMPLETE
49402024-10-01T02:24:59.882Z[ recovery-image] Oct 01 02:24:58.112 INFO O| Oct 01 02:24:58.112 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-10-01T02:24:59.909Z[ recovery-image] Oct 01 02:24:58.141 INFO O| Oct 01 02:24:58.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49422024-10-01T02:24:59.909Z[ recovery-image] Oct 01 02:24:58.141 INFO O| Oct 01 02:24:58.141 INFO STEP 290 (remove_files) COMPLETE
49432024-10-01T02:24:59.909Z[ recovery-image] Oct 01 02:24:58.141 INFO O| Oct 01 02:24:58.141 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-10-01T02:24:59.934Z[ recovery-image] Oct 01 02:24:58.166 INFO O| Oct 01 02:24:58.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49452024-10-01T02:24:59.934Z[ recovery-image] Oct 01 02:24:58.166 INFO O| Oct 01 02:24:58.166 INFO STEP 291 (remove_files) COMPLETE
49462024-10-01T02:24:59.934Z[ recovery-image] Oct 01 02:24:58.166 INFO O| Oct 01 02:24:58.166 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-10-01T02:24:59.981Z[ recovery-image] Oct 01 02:24:58.214 INFO O| Oct 01 02:24:58.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49482024-10-01T02:24:59.981Z[ recovery-image] Oct 01 02:24:58.214 INFO O| Oct 01 02:24:58.214 INFO STEP 292 (remove_files) COMPLETE
49492024-10-01T02:24:59.984Z[ recovery-image] Oct 01 02:24:58.214 INFO O| Oct 01 02:24:58.214 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-10-01T02:25:00.001Z[ recovery-image] Oct 01 02:24:58.234 INFO O| Oct 01 02:24:58.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49512024-10-01T02:25:00.002Z[ recovery-image] Oct 01 02:24:58.234 INFO O| Oct 01 02:24:58.234 INFO STEP 293 (remove_files) COMPLETE
49522024-10-01T02:25:00.004Z[ recovery-image] Oct 01 02:24:58.234 INFO O| Oct 01 02:24:58.234 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-10-01T02:25:00.020Z[ recovery-image] Oct 01 02:24:58.252 INFO O| Oct 01 02:24:58.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
49542024-10-01T02:25:00.020Z[ recovery-image] Oct 01 02:24:58.253 INFO O| Oct 01 02:24:58.253 INFO STEP 294 (remove_files) COMPLETE
49552024-10-01T02:25:00.020Z[ recovery-image] Oct 01 02:24:58.253 INFO O| Oct 01 02:24:58.253 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-10-01T02:25:00.038Z[ recovery-image] Oct 01 02:24:58.271 INFO O| Oct 01 02:24:58.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
49572024-10-01T02:25:00.038Z[ recovery-image] Oct 01 02:24:58.271 INFO O| Oct 01 02:24:58.271 INFO STEP 295 (remove_files) COMPLETE
49582024-10-01T02:25:00.038Z[ recovery-image] Oct 01 02:24:58.271 INFO O| Oct 01 02:24:58.271 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-10-01T02:25:00.057Z[ recovery-image] Oct 01 02:24:58.289 INFO O| Oct 01 02:24:58.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
49602024-10-01T02:25:00.057Z[ recovery-image] Oct 01 02:24:58.289 INFO O| Oct 01 02:24:58.289 INFO STEP 296 (remove_files) COMPLETE
49612024-10-01T02:25:00.057Z[ recovery-image] Oct 01 02:24:58.289 INFO O| Oct 01 02:24:58.289 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-10-01T02:25:00.075Z[ recovery-image] Oct 01 02:24:58.307 INFO O| Oct 01 02:24:58.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
49632024-10-01T02:25:00.075Z[ recovery-image] Oct 01 02:24:58.307 INFO O| Oct 01 02:24:58.307 INFO STEP 297 (remove_files) COMPLETE
49642024-10-01T02:25:00.075Z[ recovery-image] Oct 01 02:24:58.307 INFO O| Oct 01 02:24:58.307 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-10-01T02:25:00.092Z[ recovery-image] Oct 01 02:24:58.324 INFO O| Oct 01 02:24:58.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
49662024-10-01T02:25:00.092Z[ recovery-image] Oct 01 02:24:58.325 INFO O| Oct 01 02:24:58.325 INFO STEP 298 (remove_files) COMPLETE
49672024-10-01T02:25:00.092Z[ recovery-image] Oct 01 02:24:58.325 INFO O| Oct 01 02:24:58.325 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-10-01T02:25:00.114Z[ recovery-image] Oct 01 02:24:58.346 INFO O| Oct 01 02:24:58.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49692024-10-01T02:25:00.114Z[ recovery-image] Oct 01 02:24:58.346 INFO O| Oct 01 02:24:58.346 INFO STEP 299 (remove_files) COMPLETE
49702024-10-01T02:25:00.114Z[ recovery-image] Oct 01 02:24:58.346 INFO O| Oct 01 02:24:58.346 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-10-01T02:25:00.133Z[ recovery-image] Oct 01 02:24:58.365 INFO O| Oct 01 02:24:58.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49722024-10-01T02:25:00.133Z[ recovery-image] Oct 01 02:24:58.365 INFO O| Oct 01 02:24:58.365 INFO STEP 300 (remove_files) COMPLETE
49732024-10-01T02:25:00.136Z[ recovery-image] Oct 01 02:24:58.365 INFO O| Oct 01 02:24:58.365 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-10-01T02:25:00.151Z[ recovery-image] Oct 01 02:24:58.383 INFO O| Oct 01 02:24:58.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49752024-10-01T02:25:00.151Z[ recovery-image] Oct 01 02:24:58.383 INFO O| Oct 01 02:24:58.383 INFO STEP 301 (remove_files) COMPLETE
49762024-10-01T02:25:00.154Z[ recovery-image] Oct 01 02:24:58.383 INFO O| Oct 01 02:24:58.383 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-10-01T02:25:00.168Z[ recovery-image] Oct 01 02:24:58.401 INFO O| Oct 01 02:24:58.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49782024-10-01T02:25:00.168Z[ recovery-image] Oct 01 02:24:58.401 INFO O| Oct 01 02:24:58.401 INFO STEP 302 (remove_files) COMPLETE
49792024-10-01T02:25:00.168Z[ recovery-image] Oct 01 02:24:58.401 INFO O| Oct 01 02:24:58.401 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-10-01T02:25:00.185Z[ recovery-image] Oct 01 02:24:58.417 INFO O| Oct 01 02:24:58.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49812024-10-01T02:25:00.185Z[ recovery-image] Oct 01 02:24:58.417 INFO O| Oct 01 02:24:58.417 INFO STEP 303 (remove_files) COMPLETE
49822024-10-01T02:25:00.185Z[ recovery-image] Oct 01 02:24:58.417 INFO O| Oct 01 02:24:58.417 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-10-01T02:25:00.202Z[ recovery-image] Oct 01 02:24:58.434 INFO O| Oct 01 02:24:58.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49842024-10-01T02:25:00.202Z[ recovery-image] Oct 01 02:24:58.434 INFO O| Oct 01 02:24:58.434 INFO STEP 304 (remove_files) COMPLETE
49852024-10-01T02:25:00.202Z[ recovery-image] Oct 01 02:24:58.434 INFO O| Oct 01 02:24:58.434 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-10-01T02:25:00.219Z[ recovery-image] Oct 01 02:24:58.451 INFO O| Oct 01 02:24:58.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49872024-10-01T02:25:00.219Z[ recovery-image] Oct 01 02:24:58.451 INFO O| Oct 01 02:24:58.451 INFO STEP 305 (remove_files) COMPLETE
49882024-10-01T02:25:00.219Z[ recovery-image] Oct 01 02:24:58.451 INFO O| Oct 01 02:24:58.451 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-10-01T02:25:00.236Z[ recovery-image] Oct 01 02:24:58.468 INFO O| Oct 01 02:24:58.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49902024-10-01T02:25:00.236Z[ recovery-image] Oct 01 02:24:58.468 INFO O| Oct 01 02:24:58.468 INFO STEP 306 (remove_files) COMPLETE
49912024-10-01T02:25:00.238Z[ recovery-image] Oct 01 02:24:58.468 INFO O| Oct 01 02:24:58.468 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-10-01T02:25:00.253Z[ recovery-image] Oct 01 02:24:58.485 INFO O| Oct 01 02:24:58.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49932024-10-01T02:25:00.253Z[ recovery-image] Oct 01 02:24:58.485 INFO O| Oct 01 02:24:58.485 INFO STEP 307 (remove_files) COMPLETE
49942024-10-01T02:25:00.253Z[ recovery-image] Oct 01 02:24:58.485 INFO O| Oct 01 02:24:58.485 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-10-01T02:25:00.271Z[ recovery-image] Oct 01 02:24:58.502 INFO O| Oct 01 02:24:58.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49962024-10-01T02:25:00.271Z[ recovery-image] Oct 01 02:24:58.502 INFO O| Oct 01 02:24:58.502 INFO STEP 308 (remove_files) COMPLETE
49972024-10-01T02:25:00.271Z[ recovery-image] Oct 01 02:24:58.502 INFO O| Oct 01 02:24:58.502 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-10-01T02:25:00.288Z[ recovery-image] Oct 01 02:24:58.519 INFO O| Oct 01 02:24:58.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49992024-10-01T02:25:00.288Z[ recovery-image] Oct 01 02:24:58.520 INFO O| Oct 01 02:24:58.519 INFO STEP 309 (remove_files) COMPLETE
50002024-10-01T02:25:00.288Z[ recovery-image] Oct 01 02:24:58.520 INFO O| Oct 01 02:24:58.520 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-10-01T02:25:00.305Z[ recovery-image] Oct 01 02:24:58.537 INFO O| Oct 01 02:24:58.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50022024-10-01T02:25:00.305Z[ recovery-image] Oct 01 02:24:58.537 INFO O| Oct 01 02:24:58.537 INFO STEP 310 (remove_files) COMPLETE
50032024-10-01T02:25:00.305Z[ recovery-image] Oct 01 02:24:58.537 INFO O| Oct 01 02:24:58.537 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-10-01T02:25:00.323Z[ recovery-image] Oct 01 02:24:58.554 INFO O| Oct 01 02:24:58.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50052024-10-01T02:25:00.323Z[ recovery-image] Oct 01 02:24:58.555 INFO O| Oct 01 02:24:58.554 INFO STEP 311 (remove_files) COMPLETE
50062024-10-01T02:25:00.323Z[ recovery-image] Oct 01 02:24:58.555 INFO O| Oct 01 02:24:58.555 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-10-01T02:25:00.340Z[ recovery-image] Oct 01 02:24:58.572 INFO O| Oct 01 02:24:58.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50082024-10-01T02:25:00.340Z[ recovery-image] Oct 01 02:24:58.572 INFO O| Oct 01 02:24:58.572 INFO STEP 312 (remove_files) COMPLETE
50092024-10-01T02:25:00.340Z[ recovery-image] Oct 01 02:24:58.572 INFO O| Oct 01 02:24:58.572 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-10-01T02:25:00.358Z[ recovery-image] Oct 01 02:24:58.589 INFO O| Oct 01 02:24:58.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50112024-10-01T02:25:00.358Z[ recovery-image] Oct 01 02:24:58.589 INFO O| Oct 01 02:24:58.589 INFO STEP 313 (remove_files) COMPLETE
50122024-10-01T02:25:00.358Z[ recovery-image] Oct 01 02:24:58.589 INFO O| Oct 01 02:24:58.589 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-10-01T02:25:00.375Z[ recovery-image] Oct 01 02:24:58.607 INFO O| Oct 01 02:24:58.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50142024-10-01T02:25:00.375Z[ recovery-image] Oct 01 02:24:58.607 INFO O| Oct 01 02:24:58.607 INFO STEP 314 (remove_files) COMPLETE
50152024-10-01T02:25:00.375Z[ recovery-image] Oct 01 02:24:58.607 INFO O| Oct 01 02:24:58.607 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-10-01T02:25:00.393Z[ recovery-image] Oct 01 02:24:58.624 INFO O| Oct 01 02:24:58.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50172024-10-01T02:25:00.393Z[ recovery-image] Oct 01 02:24:58.624 INFO O| Oct 01 02:24:58.624 INFO STEP 315 (remove_files) COMPLETE
50182024-10-01T02:25:00.393Z[ recovery-image] Oct 01 02:24:58.624 INFO O| Oct 01 02:24:58.624 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-10-01T02:25:00.410Z[ recovery-image] Oct 01 02:24:58.642 INFO O| Oct 01 02:24:58.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50202024-10-01T02:25:00.410Z[ recovery-image] Oct 01 02:24:58.642 INFO O| Oct 01 02:24:58.642 INFO STEP 316 (remove_files) COMPLETE
50212024-10-01T02:25:00.410Z[ recovery-image] Oct 01 02:24:58.642 INFO O| Oct 01 02:24:58.642 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-10-01T02:25:00.427Z[ recovery-image] Oct 01 02:24:58.659 INFO O| Oct 01 02:24:58.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50232024-10-01T02:25:00.427Z[ recovery-image] Oct 01 02:24:58.659 INFO O| Oct 01 02:24:58.659 INFO STEP 317 (remove_files) COMPLETE
50242024-10-01T02:25:00.427Z[ recovery-image] Oct 01 02:24:58.659 INFO O| Oct 01 02:24:58.659 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-10-01T02:25:00.444Z[ recovery-image] Oct 01 02:24:58.676 INFO O| Oct 01 02:24:58.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50262024-10-01T02:25:00.444Z[ recovery-image] Oct 01 02:24:58.676 INFO O| Oct 01 02:24:58.676 INFO STEP 318 (remove_files) COMPLETE
50272024-10-01T02:25:00.446Z[ recovery-image] Oct 01 02:24:58.676 INFO O| Oct 01 02:24:58.676 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-10-01T02:25:00.475Z[ recovery-image] Oct 01 02:24:58.707 INFO O| Oct 01 02:24:58.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50292024-10-01T02:25:00.475Z[ recovery-image] Oct 01 02:24:58.707 INFO O| Oct 01 02:24:58.707 INFO STEP 319 (remove_files) COMPLETE
50302024-10-01T02:25:00.475Z[ recovery-image] Oct 01 02:24:58.707 INFO O| Oct 01 02:24:58.707 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-10-01T02:25:00.494Z[ recovery-image] Oct 01 02:24:58.726 INFO O| Oct 01 02:24:58.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50322024-10-01T02:25:00.494Z[ recovery-image] Oct 01 02:24:58.726 INFO O| Oct 01 02:24:58.726 INFO STEP 320 (remove_files) COMPLETE
50332024-10-01T02:25:00.494Z[ recovery-image] Oct 01 02:24:58.727 INFO O| Oct 01 02:24:58.726 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-10-01T02:25:00.512Z[ recovery-image] Oct 01 02:24:58.744 INFO O| Oct 01 02:24:58.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
50352024-10-01T02:25:00.512Z[ recovery-image] Oct 01 02:24:58.745 INFO O| Oct 01 02:24:58.744 INFO STEP 321 (remove_files) COMPLETE
50362024-10-01T02:25:00.514Z[ recovery-image] Oct 01 02:24:58.745 INFO O| Oct 01 02:24:58.744 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-10-01T02:25:00.531Z[ recovery-image] Oct 01 02:24:58.763 INFO O| Oct 01 02:24:58.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50382024-10-01T02:25:00.531Z[ recovery-image] Oct 01 02:24:58.763 INFO O| Oct 01 02:24:58.763 INFO STEP 322 (remove_files) COMPLETE
50392024-10-01T02:25:00.531Z[ recovery-image] Oct 01 02:24:58.763 INFO O| Oct 01 02:24:58.763 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-10-01T02:25:00.550Z[ recovery-image] Oct 01 02:24:58.782 INFO O| Oct 01 02:24:58.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50412024-10-01T02:25:00.550Z[ recovery-image] Oct 01 02:24:58.782 INFO O| Oct 01 02:24:58.782 INFO STEP 323 (remove_files) COMPLETE
50422024-10-01T02:25:00.550Z[ recovery-image] Oct 01 02:24:58.782 INFO O| Oct 01 02:24:58.782 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-10-01T02:25:00.568Z[ recovery-image] Oct 01 02:24:58.800 INFO O| Oct 01 02:24:58.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50442024-10-01T02:25:00.568Z[ recovery-image] Oct 01 02:24:58.800 INFO O| Oct 01 02:24:58.800 INFO STEP 324 (remove_files) COMPLETE
50452024-10-01T02:25:00.568Z[ recovery-image] Oct 01 02:24:58.800 INFO O| Oct 01 02:24:58.800 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-10-01T02:25:00.587Z[ recovery-image] Oct 01 02:24:58.819 INFO O| Oct 01 02:24:58.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50472024-10-01T02:25:00.587Z[ recovery-image] Oct 01 02:24:58.819 INFO O| Oct 01 02:24:58.819 INFO STEP 325 (remove_files) COMPLETE
50482024-10-01T02:25:00.590Z[ recovery-image] Oct 01 02:24:58.820 INFO O| Oct 01 02:24:58.819 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-10-01T02:25:00.606Z[ recovery-image] Oct 01 02:24:58.839 INFO O| Oct 01 02:24:58.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
50502024-10-01T02:25:00.606Z[ recovery-image] Oct 01 02:24:58.839 INFO O| Oct 01 02:24:58.839 INFO STEP 326 (remove_files) COMPLETE
50512024-10-01T02:25:00.606Z[ recovery-image] Oct 01 02:24:58.839 INFO O| Oct 01 02:24:58.839 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-10-01T02:25:00.625Z[ recovery-image] Oct 01 02:24:58.857 INFO O| Oct 01 02:24:58.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
50532024-10-01T02:25:00.625Z[ recovery-image] Oct 01 02:24:58.857 INFO O| Oct 01 02:24:58.857 INFO STEP 327 (remove_files) COMPLETE
50542024-10-01T02:25:00.625Z[ recovery-image] Oct 01 02:24:58.857 INFO O| Oct 01 02:24:58.857 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-10-01T02:25:00.644Z[ recovery-image] Oct 01 02:24:58.877 INFO O| Oct 01 02:24:58.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
50562024-10-01T02:25:00.644Z[ recovery-image] Oct 01 02:24:58.877 INFO O| Oct 01 02:24:58.877 INFO STEP 328 (remove_files) COMPLETE
50572024-10-01T02:25:00.644Z[ recovery-image] Oct 01 02:24:58.877 INFO O| Oct 01 02:24:58.877 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-10-01T02:25:00.664Z[ recovery-image] Oct 01 02:24:58.896 INFO O| Oct 01 02:24:58.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
50592024-10-01T02:25:00.664Z[ recovery-image] Oct 01 02:24:58.897 INFO O| Oct 01 02:24:58.897 INFO STEP 329 (remove_files) COMPLETE
50602024-10-01T02:25:00.664Z[ recovery-image] Oct 01 02:24:58.897 INFO O| Oct 01 02:24:58.897 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-10-01T02:25:00.683Z[ recovery-image] Oct 01 02:24:58.915 INFO O| Oct 01 02:24:58.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
50622024-10-01T02:25:00.683Z[ recovery-image] Oct 01 02:24:58.915 INFO O| Oct 01 02:24:58.915 INFO STEP 330 (remove_files) COMPLETE
50632024-10-01T02:25:00.683Z[ recovery-image] Oct 01 02:24:58.915 INFO O| Oct 01 02:24:58.915 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-10-01T02:25:00.702Z[ recovery-image] Oct 01 02:24:58.934 INFO O| Oct 01 02:24:58.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50652024-10-01T02:25:00.702Z[ recovery-image] Oct 01 02:24:58.934 INFO O| Oct 01 02:24:58.934 INFO STEP 331 (remove_files) COMPLETE
50662024-10-01T02:25:00.702Z[ recovery-image] Oct 01 02:24:58.934 INFO O| Oct 01 02:24:58.934 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-10-01T02:25:00.721Z[ recovery-image] Oct 01 02:24:58.953 INFO O| Oct 01 02:24:58.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50682024-10-01T02:25:00.721Z[ recovery-image] Oct 01 02:24:58.953 INFO O| Oct 01 02:24:58.953 INFO STEP 332 (remove_files) COMPLETE
50692024-10-01T02:25:00.721Z[ recovery-image] Oct 01 02:24:58.953 INFO O| Oct 01 02:24:58.953 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-10-01T02:25:00.739Z[ recovery-image] Oct 01 02:24:58.972 INFO O| Oct 01 02:24:58.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50712024-10-01T02:25:00.739Z[ recovery-image] Oct 01 02:24:58.972 INFO O| Oct 01 02:24:58.972 INFO STEP 333 (remove_files) COMPLETE
50722024-10-01T02:25:00.739Z[ recovery-image] Oct 01 02:24:58.972 INFO O| Oct 01 02:24:58.972 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-10-01T02:25:00.756Z[ recovery-image] Oct 01 02:24:58.989 INFO O| Oct 01 02:24:58.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50742024-10-01T02:25:00.756Z[ recovery-image] Oct 01 02:24:58.989 INFO O| Oct 01 02:24:58.989 INFO STEP 334 (remove_files) COMPLETE
50752024-10-01T02:25:00.756Z[ recovery-image] Oct 01 02:24:58.989 INFO O| Oct 01 02:24:58.989 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-10-01T02:25:00.774Z[ recovery-image] Oct 01 02:24:59.007 INFO O| Oct 01 02:24:59.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50772024-10-01T02:25:00.774Z[ recovery-image] Oct 01 02:24:59.007 INFO O| Oct 01 02:24:59.007 INFO STEP 335 (remove_files) COMPLETE
50782024-10-01T02:25:00.774Z[ recovery-image] Oct 01 02:24:59.007 INFO O| Oct 01 02:24:59.007 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-10-01T02:25:00.793Z[ recovery-image] Oct 01 02:24:59.026 INFO O| Oct 01 02:24:59.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50802024-10-01T02:25:00.793Z[ recovery-image] Oct 01 02:24:59.026 INFO O| Oct 01 02:24:59.026 INFO STEP 336 (remove_files) COMPLETE
50812024-10-01T02:25:00.793Z[ recovery-image] Oct 01 02:24:59.026 INFO O| Oct 01 02:24:59.026 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-10-01T02:25:00.812Z[ recovery-image] Oct 01 02:24:59.044 INFO O| Oct 01 02:24:59.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50832024-10-01T02:25:00.812Z[ recovery-image] Oct 01 02:24:59.044 INFO O| Oct 01 02:24:59.044 INFO STEP 337 (remove_files) COMPLETE
50842024-10-01T02:25:00.812Z[ recovery-image] Oct 01 02:24:59.044 INFO O| Oct 01 02:24:59.044 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-10-01T02:25:00.830Z[ recovery-image] Oct 01 02:24:59.062 INFO O| Oct 01 02:24:59.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50862024-10-01T02:25:00.830Z[ recovery-image] Oct 01 02:24:59.062 INFO O| Oct 01 02:24:59.062 INFO STEP 338 (remove_files) COMPLETE
50872024-10-01T02:25:00.830Z[ recovery-image] Oct 01 02:24:59.062 INFO O| Oct 01 02:24:59.062 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-10-01T02:25:00.847Z[ recovery-image] Oct 01 02:24:59.079 INFO O| Oct 01 02:24:59.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50892024-10-01T02:25:00.848Z[ recovery-image] Oct 01 02:24:59.079 INFO O| Oct 01 02:24:59.079 INFO STEP 339 (remove_files) COMPLETE
50902024-10-01T02:25:00.848Z[ recovery-image] Oct 01 02:24:59.079 INFO O| Oct 01 02:24:59.079 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-10-01T02:25:00.865Z[ recovery-image] Oct 01 02:24:59.096 INFO O| Oct 01 02:24:59.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50922024-10-01T02:25:00.865Z[ recovery-image] Oct 01 02:24:59.096 INFO O| Oct 01 02:24:59.096 INFO STEP 340 (remove_files) COMPLETE
50932024-10-01T02:25:00.865Z[ recovery-image] Oct 01 02:24:59.096 INFO O| Oct 01 02:24:59.096 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-10-01T02:25:00.880Z[ recovery-image] Oct 01 02:24:59.112 INFO O| Oct 01 02:24:59.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50952024-10-01T02:25:00.883Z[ recovery-image] Oct 01 02:24:59.113 INFO O| Oct 01 02:24:59.113 INFO STEP 341 (remove_files) COMPLETE
50962024-10-01T02:25:00.883Z[ recovery-image] Oct 01 02:24:59.113 INFO O| Oct 01 02:24:59.113 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-10-01T02:25:00.897Z[ recovery-image] Oct 01 02:24:59.129 INFO O| Oct 01 02:24:59.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50982024-10-01T02:25:00.900Z[ recovery-image] Oct 01 02:24:59.130 INFO O| Oct 01 02:24:59.130 INFO STEP 342 (remove_files) COMPLETE
50992024-10-01T02:25:00.900Z[ recovery-image] Oct 01 02:24:59.130 INFO O| Oct 01 02:24:59.130 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-10-01T02:25:00.914Z[ recovery-image] Oct 01 02:24:59.146 INFO O| Oct 01 02:24:59.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51012024-10-01T02:25:00.916Z[ recovery-image] Oct 01 02:24:59.147 INFO O| Oct 01 02:24:59.147 INFO STEP 343 (remove_files) COMPLETE
51022024-10-01T02:25:00.916Z[ recovery-image] Oct 01 02:24:59.147 INFO O| Oct 01 02:24:59.147 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-10-01T02:25:00.961Z[ recovery-image] Oct 01 02:24:59.192 INFO O| Oct 01 02:24:59.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51042024-10-01T02:25:00.963Z[ recovery-image] Oct 01 02:24:59.192 INFO O| Oct 01 02:24:59.192 INFO STEP 344 (remove_files) COMPLETE
51052024-10-01T02:25:00.963Z[ recovery-image] Oct 01 02:24:59.193 INFO O| Oct 01 02:24:59.193 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-10-01T02:25:00.977Z[ recovery-image] Oct 01 02:24:59.209 INFO O| Oct 01 02:24:59.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51072024-10-01T02:25:00.979Z[ recovery-image] Oct 01 02:24:59.209 INFO O| Oct 01 02:24:59.209 INFO STEP 345 (remove_files) COMPLETE
51082024-10-01T02:25:00.979Z[ recovery-image] Oct 01 02:24:59.209 INFO O| Oct 01 02:24:59.209 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-10-01T02:25:01.013Z[ recovery-image] Oct 01 02:24:59.245 INFO O| Oct 01 02:24:59.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51102024-10-01T02:25:01.013Z[ recovery-image] Oct 01 02:24:59.245 INFO O| Oct 01 02:24:59.245 INFO STEP 346 (remove_files) COMPLETE
51112024-10-01T02:25:01.015Z[ recovery-image] Oct 01 02:24:59.245 INFO O| Oct 01 02:24:59.245 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-10-01T02:25:01.080Z[ recovery-image] Oct 01 02:24:59.312 INFO O| Oct 01 02:24:59.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51132024-10-01T02:25:01.080Z[ recovery-image] Oct 01 02:24:59.312 INFO O| Oct 01 02:24:59.312 INFO STEP 347 (remove_files) COMPLETE
51142024-10-01T02:25:01.080Z[ recovery-image] Oct 01 02:24:59.312 INFO O| Oct 01 02:24:59.312 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-10-01T02:25:01.119Z[ recovery-image] Oct 01 02:24:59.350 INFO O| Oct 01 02:24:59.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51162024-10-01T02:25:01.119Z[ recovery-image] Oct 01 02:24:59.350 INFO O| Oct 01 02:24:59.350 INFO STEP 348 (remove_files) COMPLETE
51172024-10-01T02:25:01.119Z[ recovery-image] Oct 01 02:24:59.350 INFO O| Oct 01 02:24:59.350 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-10-01T02:25:01.180Z[ recovery-image] Oct 01 02:24:59.411 INFO O| Oct 01 02:24:59.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51192024-10-01T02:25:01.180Z[ recovery-image] Oct 01 02:24:59.411 INFO O| Oct 01 02:24:59.411 INFO STEP 349 (remove_files) COMPLETE
51202024-10-01T02:25:01.180Z[ recovery-image] Oct 01 02:24:59.411 INFO O| Oct 01 02:24:59.411 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-10-01T02:25:01.200Z[ recovery-image] Oct 01 02:24:59.432 INFO O| Oct 01 02:24:59.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51222024-10-01T02:25:01.200Z[ recovery-image] Oct 01 02:24:59.432 INFO O| Oct 01 02:24:59.432 INFO STEP 350 (remove_files) COMPLETE
51232024-10-01T02:25:01.200Z[ recovery-image] Oct 01 02:24:59.432 INFO O| Oct 01 02:24:59.432 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-10-01T02:25:01.220Z[ recovery-image] Oct 01 02:24:59.452 INFO O| Oct 01 02:24:59.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51252024-10-01T02:25:01.220Z[ recovery-image] Oct 01 02:24:59.452 INFO O| Oct 01 02:24:59.452 INFO STEP 351 (remove_files) COMPLETE
51262024-10-01T02:25:01.220Z[ recovery-image] Oct 01 02:24:59.452 INFO O| Oct 01 02:24:59.452 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-10-01T02:25:01.239Z[ recovery-image] Oct 01 02:24:59.471 INFO O| Oct 01 02:24:59.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51282024-10-01T02:25:01.239Z[ recovery-image] Oct 01 02:24:59.471 INFO O| Oct 01 02:24:59.471 INFO STEP 352 (remove_files) COMPLETE
51292024-10-01T02:25:01.239Z[ recovery-image] Oct 01 02:24:59.471 INFO O| Oct 01 02:24:59.471 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-10-01T02:25:01.266Z[ recovery-image] Oct 01 02:24:59.498 INFO O| Oct 01 02:24:59.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
51312024-10-01T02:25:01.266Z[ recovery-image] Oct 01 02:24:59.498 INFO O| Oct 01 02:24:59.498 INFO STEP 353 (remove_files) COMPLETE
51322024-10-01T02:25:01.266Z[ recovery-image] Oct 01 02:24:59.498 INFO O| Oct 01 02:24:59.498 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-10-01T02:25:01.349Z[ recovery-image] Oct 01 02:24:59.581 INFO O| Oct 01 02:24:59.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
51342024-10-01T02:25:01.349Z[ recovery-image] Oct 01 02:24:59.581 INFO O| Oct 01 02:24:59.581 INFO STEP 354 (remove_files) COMPLETE
51352024-10-01T02:25:01.349Z[ recovery-image] Oct 01 02:24:59.581 INFO O| Oct 01 02:24:59.581 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-10-01T02:25:01.419Z[ recovery-image] Oct 01 02:24:59.651 INFO O| Oct 01 02:24:59.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51372024-10-01T02:25:01.422Z[ recovery-image] Oct 01 02:24:59.651 INFO O| Oct 01 02:24:59.651 INFO STEP 355 (remove_files) COMPLETE
51382024-10-01T02:25:01.422Z[ recovery-image] Oct 01 02:24:59.652 INFO O| Oct 01 02:24:59.652 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-10-01T02:25:01.440Z[ recovery-image] Oct 01 02:24:59.672 INFO O| Oct 01 02:24:59.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51402024-10-01T02:25:01.442Z[ recovery-image] Oct 01 02:24:59.672 INFO O| Oct 01 02:24:59.672 INFO STEP 356 (remove_files) COMPLETE
51412024-10-01T02:25:01.442Z[ recovery-image] Oct 01 02:24:59.672 INFO O| Oct 01 02:24:59.672 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-10-01T02:25:01.459Z[ recovery-image] Oct 01 02:24:59.691 INFO O| Oct 01 02:24:59.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51432024-10-01T02:25:01.459Z[ recovery-image] Oct 01 02:24:59.691 INFO O| Oct 01 02:24:59.691 INFO STEP 357 (remove_files) COMPLETE
51442024-10-01T02:25:01.462Z[ recovery-image] Oct 01 02:24:59.691 INFO O| Oct 01 02:24:59.691 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-10-01T02:25:01.480Z[ recovery-image] Oct 01 02:24:59.712 INFO O| Oct 01 02:24:59.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51462024-10-01T02:25:01.480Z[ recovery-image] Oct 01 02:24:59.712 INFO O| Oct 01 02:24:59.712 INFO STEP 358 (remove_files) COMPLETE
51472024-10-01T02:25:01.483Z[ recovery-image] Oct 01 02:24:59.712 INFO O| Oct 01 02:24:59.712 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-10-01T02:25:01.500Z[ recovery-image] Oct 01 02:24:59.732 INFO O| Oct 01 02:24:59.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
51492024-10-01T02:25:01.503Z[ recovery-image] Oct 01 02:24:59.733 INFO O| Oct 01 02:24:59.732 INFO STEP 359 (remove_files) COMPLETE
51502024-10-01T02:25:01.503Z[ recovery-image] Oct 01 02:24:59.733 INFO O| Oct 01 02:24:59.733 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-10-01T02:25:01.522Z[ recovery-image] Oct 01 02:24:59.754 INFO O| Oct 01 02:24:59.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
51522024-10-01T02:25:01.522Z[ recovery-image] Oct 01 02:24:59.754 INFO O| Oct 01 02:24:59.754 INFO STEP 360 (remove_files) COMPLETE
51532024-10-01T02:25:01.522Z[ recovery-image] Oct 01 02:24:59.755 INFO O| Oct 01 02:24:59.754 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-10-01T02:25:01.558Z[ recovery-image] Oct 01 02:24:59.790 INFO O| Oct 01 02:24:59.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
51552024-10-01T02:25:01.558Z[ recovery-image] Oct 01 02:24:59.790 INFO O| Oct 01 02:24:59.790 INFO STEP 361 (remove_files) COMPLETE
51562024-10-01T02:25:01.558Z[ recovery-image] Oct 01 02:24:59.790 INFO O| Oct 01 02:24:59.790 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-10-01T02:25:01.613Z[ recovery-image] Oct 01 02:24:59.845 INFO O| Oct 01 02:24:59.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
51582024-10-01T02:25:01.613Z[ recovery-image] Oct 01 02:24:59.845 INFO O| Oct 01 02:24:59.845 INFO STEP 362 (remove_files) COMPLETE
51592024-10-01T02:25:01.613Z[ recovery-image] Oct 01 02:24:59.845 INFO O| Oct 01 02:24:59.845 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-10-01T02:25:01.633Z[ recovery-image] Oct 01 02:24:59.864 INFO O| Oct 01 02:24:59.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
51612024-10-01T02:25:01.633Z[ recovery-image] Oct 01 02:24:59.864 INFO O| Oct 01 02:24:59.864 INFO STEP 363 (remove_files) COMPLETE
51622024-10-01T02:25:01.636Z[ recovery-image] Oct 01 02:24:59.864 INFO O| Oct 01 02:24:59.864 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-10-01T02:25:01.650Z[ recovery-image] Oct 01 02:24:59.882 INFO O| Oct 01 02:24:59.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51642024-10-01T02:25:01.650Z[ recovery-image] Oct 01 02:24:59.882 INFO O| Oct 01 02:24:59.882 INFO STEP 364 (remove_files) COMPLETE
51652024-10-01T02:25:01.650Z[ recovery-image] Oct 01 02:24:59.882 INFO O| Oct 01 02:24:59.882 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-10-01T02:25:01.667Z[ recovery-image] Oct 01 02:24:59.899 INFO O| Oct 01 02:24:59.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51672024-10-01T02:25:01.667Z[ recovery-image] Oct 01 02:24:59.900 INFO O| Oct 01 02:24:59.899 INFO STEP 365 (remove_files) COMPLETE
51682024-10-01T02:25:01.670Z[ recovery-image] Oct 01 02:24:59.900 INFO O| Oct 01 02:24:59.899 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-10-01T02:25:01.684Z[ recovery-image] Oct 01 02:24:59.916 INFO O| Oct 01 02:24:59.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51702024-10-01T02:25:01.687Z[ recovery-image] Oct 01 02:24:59.917 INFO O| Oct 01 02:24:59.917 INFO STEP 366 (remove_files) COMPLETE
51712024-10-01T02:25:01.687Z[ recovery-image] Oct 01 02:24:59.917 INFO O| Oct 01 02:24:59.917 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-10-01T02:25:01.703Z[ recovery-image] Oct 01 02:24:59.935 INFO O| Oct 01 02:24:59.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51732024-10-01T02:25:01.703Z[ recovery-image] Oct 01 02:24:59.935 INFO O| Oct 01 02:24:59.935 INFO STEP 367 (remove_files) COMPLETE
51742024-10-01T02:25:01.703Z[ recovery-image] Oct 01 02:24:59.935 INFO O| Oct 01 02:24:59.935 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-10-01T02:25:01.722Z[ recovery-image] Oct 01 02:24:59.954 INFO O| Oct 01 02:24:59.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51762024-10-01T02:25:01.722Z[ recovery-image] Oct 01 02:24:59.954 INFO O| Oct 01 02:24:59.954 INFO STEP 368 (remove_files) COMPLETE
51772024-10-01T02:25:01.722Z[ recovery-image] Oct 01 02:24:59.954 INFO O| Oct 01 02:24:59.954 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-10-01T02:25:01.740Z[ recovery-image] Oct 01 02:24:59.972 INFO O| Oct 01 02:24:59.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51792024-10-01T02:25:01.740Z[ recovery-image] Oct 01 02:24:59.972 INFO O| Oct 01 02:24:59.972 INFO STEP 369 (remove_files) COMPLETE
51802024-10-01T02:25:01.743Z[ recovery-image] Oct 01 02:24:59.972 INFO O| Oct 01 02:24:59.972 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-10-01T02:25:01.757Z[ recovery-image] Oct 01 02:24:59.990 INFO O| Oct 01 02:24:59.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51822024-10-01T02:25:01.757Z[ recovery-image] Oct 01 02:24:59.990 INFO O| Oct 01 02:24:59.990 INFO STEP 370 (remove_files) COMPLETE
51832024-10-01T02:25:01.761Z[ recovery-image] Oct 01 02:24:59.990 INFO O| Oct 01 02:24:59.990 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-10-01T02:25:01.783Z[ recovery-image] Oct 01 02:25:00.015 INFO O| Oct 01 02:25:00.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51852024-10-01T02:25:01.786Z[ recovery-image] Oct 01 02:25:00.015 INFO O| Oct 01 02:25:00.015 INFO STEP 371 (remove_files) COMPLETE
51862024-10-01T02:25:01.786Z[ recovery-image] Oct 01 02:25:00.015 INFO O| Oct 01 02:25:00.015 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-10-01T02:25:01.804Z[ recovery-image] Oct 01 02:25:00.035 INFO O| Oct 01 02:25:00.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51882024-10-01T02:25:01.807Z[ recovery-image] Oct 01 02:25:00.036 INFO O| Oct 01 02:25:00.035 INFO STEP 372 (remove_files) COMPLETE
51892024-10-01T02:25:01.807Z[ recovery-image] Oct 01 02:25:00.036 INFO O| Oct 01 02:25:00.036 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-10-01T02:25:01.823Z[ recovery-image] Oct 01 02:25:00.055 INFO O| Oct 01 02:25:00.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51912024-10-01T02:25:01.825Z[ recovery-image] Oct 01 02:25:00.055 INFO O| Oct 01 02:25:00.055 INFO STEP 373 (remove_files) COMPLETE
51922024-10-01T02:25:01.825Z[ recovery-image] Oct 01 02:25:00.055 INFO O| Oct 01 02:25:00.055 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-10-01T02:25:01.841Z[ recovery-image] Oct 01 02:25:00.073 INFO O| Oct 01 02:25:00.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51942024-10-01T02:25:01.841Z[ recovery-image] Oct 01 02:25:00.073 INFO O| Oct 01 02:25:00.073 INFO STEP 374 (remove_files) COMPLETE
51952024-10-01T02:25:01.841Z[ recovery-image] Oct 01 02:25:00.073 INFO O| Oct 01 02:25:00.073 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-10-01T02:25:01.859Z[ recovery-image] Oct 01 02:25:00.091 INFO O| Oct 01 02:25:00.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51972024-10-01T02:25:01.859Z[ recovery-image] Oct 01 02:25:00.091 INFO O| Oct 01 02:25:00.091 INFO STEP 375 (remove_files) COMPLETE
51982024-10-01T02:25:01.859Z[ recovery-image] Oct 01 02:25:00.091 INFO O| Oct 01 02:25:00.091 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-10-01T02:25:01.877Z[ recovery-image] Oct 01 02:25:00.109 INFO O| Oct 01 02:25:00.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52002024-10-01T02:25:01.877Z[ recovery-image] Oct 01 02:25:00.109 INFO O| Oct 01 02:25:00.109 INFO STEP 376 (remove_files) COMPLETE
52012024-10-01T02:25:01.877Z[ recovery-image] Oct 01 02:25:00.109 INFO O| Oct 01 02:25:00.109 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-10-01T02:25:01.905Z[ recovery-image] Oct 01 02:25:00.137 INFO O| Oct 01 02:25:00.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52032024-10-01T02:25:01.905Z[ recovery-image] Oct 01 02:25:00.137 INFO O| Oct 01 02:25:00.137 INFO STEP 377 (remove_files) COMPLETE
52042024-10-01T02:25:01.907Z[ recovery-image] Oct 01 02:25:00.137 INFO O| Oct 01 02:25:00.137 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-10-01T02:25:01.945Z[ recovery-image] Oct 01 02:25:00.176 INFO O| Oct 01 02:25:00.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52062024-10-01T02:25:01.945Z[ recovery-image] Oct 01 02:25:00.176 INFO O| Oct 01 02:25:00.176 INFO STEP 378 (remove_files) COMPLETE
52072024-10-01T02:25:01.945Z[ recovery-image] Oct 01 02:25:00.176 INFO O| Oct 01 02:25:00.176 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-10-01T02:25:01.982Z[ recovery-image] Oct 01 02:25:00.214 INFO O| Oct 01 02:25:00.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52092024-10-01T02:25:01.985Z[ recovery-image] Oct 01 02:25:00.214 INFO O| Oct 01 02:25:00.214 INFO STEP 379 (remove_files) COMPLETE
52102024-10-01T02:25:01.985Z[ recovery-image] Oct 01 02:25:00.214 INFO O| Oct 01 02:25:00.214 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-10-01T02:25:02.002Z[ recovery-image] Oct 01 02:25:00.234 INFO O| Oct 01 02:25:00.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52122024-10-01T02:25:02.004Z[ recovery-image] Oct 01 02:25:00.234 INFO O| Oct 01 02:25:00.234 INFO STEP 380 (remove_files) COMPLETE
52132024-10-01T02:25:02.004Z[ recovery-image] Oct 01 02:25:00.234 INFO O| Oct 01 02:25:00.234 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-10-01T02:25:02.021Z[ recovery-image] Oct 01 02:25:00.253 INFO O| Oct 01 02:25:00.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52152024-10-01T02:25:02.024Z[ recovery-image] Oct 01 02:25:00.254 INFO O| Oct 01 02:25:00.254 INFO STEP 381 (remove_files) COMPLETE
52162024-10-01T02:25:02.024Z[ recovery-image] Oct 01 02:25:00.254 INFO O| Oct 01 02:25:00.254 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-10-01T02:25:02.040Z[ recovery-image] Oct 01 02:25:00.273 INFO O| Oct 01 02:25:00.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52182024-10-01T02:25:02.043Z[ recovery-image] Oct 01 02:25:00.273 INFO O| Oct 01 02:25:00.273 INFO STEP 382 (remove_files) COMPLETE
52192024-10-01T02:25:02.043Z[ recovery-image] Oct 01 02:25:00.273 INFO O| Oct 01 02:25:00.273 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-10-01T02:25:02.068Z[ recovery-image] Oct 01 02:25:00.300 INFO O| Oct 01 02:25:00.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52212024-10-01T02:25:02.068Z[ recovery-image] Oct 01 02:25:00.300 INFO O| Oct 01 02:25:00.300 INFO STEP 383 (remove_files) COMPLETE
52222024-10-01T02:25:02.068Z[ recovery-image] Oct 01 02:25:00.300 INFO O| Oct 01 02:25:00.300 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-10-01T02:25:02.127Z[ recovery-image] Oct 01 02:25:00.359 INFO O| Oct 01 02:25:00.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52242024-10-01T02:25:02.144Z[ recovery-image] Oct 01 02:25:00.376 INFO O| Oct 01 02:25:00.376 INFO STEP 384 (remove_files) COMPLETE
52252024-10-01T02:25:02.144Z[ recovery-image] Oct 01 02:25:00.376 INFO O| Oct 01 02:25:00.376 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-10-01T02:25:02.168Z[ recovery-image] Oct 01 02:25:00.400 INFO O| Oct 01 02:25:00.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
52272024-10-01T02:25:02.168Z[ recovery-image] Oct 01 02:25:00.400 INFO O| Oct 01 02:25:00.400 INFO STEP 385 (remove_files) COMPLETE
52282024-10-01T02:25:02.168Z[ recovery-image] Oct 01 02:25:00.400 INFO O| Oct 01 02:25:00.400 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-10-01T02:25:02.186Z[ recovery-image] Oct 01 02:25:00.418 INFO O| Oct 01 02:25:00.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
52302024-10-01T02:25:02.186Z[ recovery-image] Oct 01 02:25:00.418 INFO O| Oct 01 02:25:00.418 INFO STEP 386 (remove_files) COMPLETE
52312024-10-01T02:25:02.188Z[ recovery-image] Oct 01 02:25:00.418 INFO O| Oct 01 02:25:00.418 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-10-01T02:25:02.241Z[ recovery-image] Oct 01 02:25:00.473 INFO O| Oct 01 02:25:00.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
52332024-10-01T02:25:02.241Z[ recovery-image] Oct 01 02:25:00.473 INFO O| Oct 01 02:25:00.473 INFO STEP 387 (remove_files) COMPLETE
52342024-10-01T02:25:02.241Z[ recovery-image] Oct 01 02:25:00.473 INFO O| Oct 01 02:25:00.473 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-10-01T02:25:02.268Z[ recovery-image] Oct 01 02:25:00.500 INFO O| Oct 01 02:25:00.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52362024-10-01T02:25:02.270Z[ recovery-image] Oct 01 02:25:00.500 INFO O| Oct 01 02:25:00.500 INFO STEP 388 (remove_files) COMPLETE
52372024-10-01T02:25:02.270Z[ recovery-image] Oct 01 02:25:00.500 INFO O| Oct 01 02:25:00.500 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-10-01T02:25:02.290Z[ recovery-image] Oct 01 02:25:00.522 INFO O| Oct 01 02:25:00.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52392024-10-01T02:25:02.293Z[ recovery-image] Oct 01 02:25:00.523 INFO O| Oct 01 02:25:00.522 INFO STEP 389 (remove_files) COMPLETE
52402024-10-01T02:25:02.293Z[ recovery-image] Oct 01 02:25:00.523 INFO O| Oct 01 02:25:00.523 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-10-01T02:25:02.310Z[ recovery-image] Oct 01 02:25:00.542 INFO O| Oct 01 02:25:00.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52422024-10-01T02:25:02.313Z[ recovery-image] Oct 01 02:25:00.542 INFO O| Oct 01 02:25:00.542 INFO STEP 390 (remove_files) COMPLETE
52432024-10-01T02:25:02.313Z[ recovery-image] Oct 01 02:25:00.542 INFO O| Oct 01 02:25:00.542 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-10-01T02:25:02.335Z[ recovery-image] Oct 01 02:25:00.567 INFO O| Oct 01 02:25:00.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
52452024-10-01T02:25:02.335Z[ recovery-image] Oct 01 02:25:00.567 INFO O| Oct 01 02:25:00.567 INFO STEP 391 (remove_files) COMPLETE
52462024-10-01T02:25:02.338Z[ recovery-image] Oct 01 02:25:00.567 INFO O| Oct 01 02:25:00.567 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-10-01T02:25:02.367Z[ recovery-image] Oct 01 02:25:00.599 INFO O| Oct 01 02:25:00.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
52482024-10-01T02:25:02.367Z[ recovery-image] Oct 01 02:25:00.599 INFO O| Oct 01 02:25:00.599 INFO STEP 392 (remove_files) COMPLETE
52492024-10-01T02:25:02.367Z[ recovery-image] Oct 01 02:25:00.599 INFO O| Oct 01 02:25:00.599 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-10-01T02:25:02.388Z[ recovery-image] Oct 01 02:25:00.620 INFO O| Oct 01 02:25:00.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
52512024-10-01T02:25:02.388Z[ recovery-image] Oct 01 02:25:00.620 INFO O| Oct 01 02:25:00.620 INFO STEP 393 (remove_files) COMPLETE
52522024-10-01T02:25:02.390Z[ recovery-image] Oct 01 02:25:00.620 INFO O| Oct 01 02:25:00.620 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-10-01T02:25:02.408Z[ recovery-image] Oct 01 02:25:00.639 INFO O| Oct 01 02:25:00.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
52542024-10-01T02:25:02.408Z[ recovery-image] Oct 01 02:25:00.639 INFO O| Oct 01 02:25:00.639 INFO STEP 394 (remove_files) COMPLETE
52552024-10-01T02:25:02.408Z[ recovery-image] Oct 01 02:25:00.639 INFO O| Oct 01 02:25:00.639 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-10-01T02:25:02.428Z[ recovery-image] Oct 01 02:25:00.660 INFO O| Oct 01 02:25:00.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
52572024-10-01T02:25:02.430Z[ recovery-image] Oct 01 02:25:00.660 INFO O| Oct 01 02:25:00.660 INFO STEP 395 (remove_files) COMPLETE
52582024-10-01T02:25:02.430Z[ recovery-image] Oct 01 02:25:00.660 INFO O| Oct 01 02:25:00.660 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-10-01T02:25:02.448Z[ recovery-image] Oct 01 02:25:00.680 INFO O| Oct 01 02:25:00.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
52602024-10-01T02:25:02.451Z[ recovery-image] Oct 01 02:25:00.680 INFO O| Oct 01 02:25:00.680 INFO STEP 396 (remove_files) COMPLETE
52612024-10-01T02:25:02.451Z[ recovery-image] Oct 01 02:25:00.680 INFO O| Oct 01 02:25:00.680 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-10-01T02:25:02.466Z[ recovery-image] Oct 01 02:25:00.698 INFO O| Oct 01 02:25:00.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52632024-10-01T02:25:02.470Z[ recovery-image] Oct 01 02:25:00.698 INFO O| Oct 01 02:25:00.698 INFO STEP 397 (remove_files) COMPLETE
52642024-10-01T02:25:02.470Z[ recovery-image] Oct 01 02:25:00.698 INFO O| Oct 01 02:25:00.698 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-10-01T02:25:02.483Z[ recovery-image] Oct 01 02:25:00.715 INFO O| Oct 01 02:25:00.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52662024-10-01T02:25:02.486Z[ recovery-image] Oct 01 02:25:00.715 INFO O| Oct 01 02:25:00.715 INFO STEP 398 (remove_files) COMPLETE
52672024-10-01T02:25:02.486Z[ recovery-image] Oct 01 02:25:00.715 INFO O| Oct 01 02:25:00.715 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-10-01T02:25:02.501Z[ recovery-image] Oct 01 02:25:00.733 INFO O| Oct 01 02:25:00.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52692024-10-01T02:25:02.504Z[ recovery-image] Oct 01 02:25:00.734 INFO O| Oct 01 02:25:00.734 INFO STEP 399 (remove_files) COMPLETE
52702024-10-01T02:25:02.504Z[ recovery-image] Oct 01 02:25:00.734 INFO O| Oct 01 02:25:00.734 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-10-01T02:25:02.518Z[ recovery-image] Oct 01 02:25:00.750 INFO O| Oct 01 02:25:00.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52722024-10-01T02:25:02.520Z[ recovery-image] Oct 01 02:25:00.750 INFO O| Oct 01 02:25:00.750 INFO STEP 400 (remove_files) COMPLETE
52732024-10-01T02:25:02.520Z[ recovery-image] Oct 01 02:25:00.750 INFO O| Oct 01 02:25:00.750 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-10-01T02:25:02.559Z[ recovery-image] Oct 01 02:25:00.791 INFO O| Oct 01 02:25:00.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52752024-10-01T02:25:02.559Z[ recovery-image] Oct 01 02:25:00.791 INFO O| Oct 01 02:25:00.791 INFO STEP 401 (remove_files) COMPLETE
52762024-10-01T02:25:02.559Z[ recovery-image] Oct 01 02:25:00.791 INFO O| Oct 01 02:25:00.791 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-10-01T02:25:02.580Z[ recovery-image] Oct 01 02:25:00.812 INFO O| Oct 01 02:25:00.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52782024-10-01T02:25:02.580Z[ recovery-image] Oct 01 02:25:00.812 INFO O| Oct 01 02:25:00.812 INFO STEP 402 (remove_files) COMPLETE
52792024-10-01T02:25:02.580Z[ recovery-image] Oct 01 02:25:00.812 INFO O| Oct 01 02:25:00.812 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-10-01T02:25:02.599Z[ recovery-image] Oct 01 02:25:00.831 INFO O| Oct 01 02:25:00.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52812024-10-01T02:25:02.599Z[ recovery-image] Oct 01 02:25:00.831 INFO O| Oct 01 02:25:00.831 INFO STEP 403 (remove_files) COMPLETE
52822024-10-01T02:25:02.602Z[ recovery-image] Oct 01 02:25:00.831 INFO O| Oct 01 02:25:00.831 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-10-01T02:25:02.618Z[ recovery-image] Oct 01 02:25:00.850 INFO O| Oct 01 02:25:00.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52842024-10-01T02:25:02.618Z[ recovery-image] Oct 01 02:25:00.850 INFO O| Oct 01 02:25:00.850 INFO STEP 404 (remove_files) COMPLETE
52852024-10-01T02:25:02.618Z[ recovery-image] Oct 01 02:25:00.850 INFO O| Oct 01 02:25:00.850 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-10-01T02:25:02.636Z[ recovery-image] Oct 01 02:25:00.869 INFO O| Oct 01 02:25:00.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52872024-10-01T02:25:02.637Z[ recovery-image] Oct 01 02:25:00.869 INFO O| Oct 01 02:25:00.869 INFO STEP 405 (remove_files) COMPLETE
52882024-10-01T02:25:02.639Z[ recovery-image] Oct 01 02:25:00.869 INFO O| Oct 01 02:25:00.869 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-10-01T02:25:02.654Z[ recovery-image] Oct 01 02:25:00.886 INFO O| Oct 01 02:25:00.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52902024-10-01T02:25:02.654Z[ recovery-image] Oct 01 02:25:00.886 INFO O| Oct 01 02:25:00.886 INFO STEP 406 (remove_files) COMPLETE
52912024-10-01T02:25:02.657Z[ recovery-image] Oct 01 02:25:00.886 INFO O| Oct 01 02:25:00.886 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-10-01T02:25:02.696Z[ recovery-image] Oct 01 02:25:00.927 INFO O| Oct 01 02:25:00.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52932024-10-01T02:25:02.696Z[ recovery-image] Oct 01 02:25:00.927 INFO O| Oct 01 02:25:00.927 INFO STEP 407 (remove_files) COMPLETE
52942024-10-01T02:25:02.699Z[ recovery-image] Oct 01 02:25:00.927 INFO O| Oct 01 02:25:00.927 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-10-01T02:25:02.717Z[ recovery-image] Oct 01 02:25:00.949 INFO O| Oct 01 02:25:00.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52962024-10-01T02:25:02.717Z[ recovery-image] Oct 01 02:25:00.949 INFO O| Oct 01 02:25:00.949 INFO STEP 408 (remove_files) COMPLETE
52972024-10-01T02:25:02.717Z[ recovery-image] Oct 01 02:25:00.949 INFO O| Oct 01 02:25:00.949 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-10-01T02:25:02.735Z[ recovery-image] Oct 01 02:25:00.967 INFO O| Oct 01 02:25:00.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52992024-10-01T02:25:02.735Z[ recovery-image] Oct 01 02:25:00.967 INFO O| Oct 01 02:25:00.967 INFO STEP 409 (remove_files) COMPLETE
53002024-10-01T02:25:02.740Z[ recovery-image] Oct 01 02:25:00.967 INFO O| Oct 01 02:25:00.967 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-10-01T02:25:02.754Z[ recovery-image] Oct 01 02:25:00.986 INFO O| Oct 01 02:25:00.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53022024-10-01T02:25:02.754Z[ recovery-image] Oct 01 02:25:00.986 INFO O| Oct 01 02:25:00.986 INFO STEP 410 (remove_files) COMPLETE
53032024-10-01T02:25:02.756Z[ recovery-image] Oct 01 02:25:00.986 INFO O| Oct 01 02:25:00.986 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-10-01T02:25:02.774Z[ recovery-image] Oct 01 02:25:01.006 INFO O| Oct 01 02:25:01.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53052024-10-01T02:25:02.774Z[ recovery-image] Oct 01 02:25:01.006 INFO O| Oct 01 02:25:01.006 INFO STEP 411 (remove_files) COMPLETE
53062024-10-01T02:25:02.774Z[ recovery-image] Oct 01 02:25:01.006 INFO O| Oct 01 02:25:01.006 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-10-01T02:25:02.812Z[ recovery-image] Oct 01 02:25:01.044 INFO O| Oct 01 02:25:01.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53082024-10-01T02:25:02.812Z[ recovery-image] Oct 01 02:25:01.044 INFO O| Oct 01 02:25:01.044 INFO STEP 412 (remove_files) COMPLETE
53092024-10-01T02:25:02.815Z[ recovery-image] Oct 01 02:25:01.044 INFO O| Oct 01 02:25:01.044 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-10-01T02:25:02.832Z[ recovery-image] Oct 01 02:25:01.064 INFO O| Oct 01 02:25:01.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53112024-10-01T02:25:02.832Z[ recovery-image] Oct 01 02:25:01.064 INFO O| Oct 01 02:25:01.064 INFO STEP 413 (remove_files) COMPLETE
53122024-10-01T02:25:02.832Z[ recovery-image] Oct 01 02:25:01.064 INFO O| Oct 01 02:25:01.064 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-10-01T02:25:02.849Z[ recovery-image] Oct 01 02:25:01.081 INFO O| Oct 01 02:25:01.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53142024-10-01T02:25:02.849Z[ recovery-image] Oct 01 02:25:01.082 INFO O| Oct 01 02:25:01.081 INFO STEP 414 (remove_files) COMPLETE
53152024-10-01T02:25:02.850Z[ recovery-image] Oct 01 02:25:01.082 INFO O| Oct 01 02:25:01.082 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-10-01T02:25:02.867Z[ recovery-image] Oct 01 02:25:01.099 INFO O| Oct 01 02:25:01.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53172024-10-01T02:25:02.867Z[ recovery-image] Oct 01 02:25:01.099 INFO O| Oct 01 02:25:01.099 INFO STEP 415 (remove_files) COMPLETE
53182024-10-01T02:25:02.867Z[ recovery-image] Oct 01 02:25:01.099 INFO O| Oct 01 02:25:01.099 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-10-01T02:25:02.889Z[ recovery-image] Oct 01 02:25:01.121 INFO O| Oct 01 02:25:01.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53202024-10-01T02:25:02.889Z[ recovery-image] Oct 01 02:25:01.121 INFO O| Oct 01 02:25:01.121 INFO STEP 416 (remove_files) COMPLETE
53212024-10-01T02:25:02.889Z[ recovery-image] Oct 01 02:25:01.121 INFO O| Oct 01 02:25:01.121 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-10-01T02:25:02.905Z[ recovery-image] Oct 01 02:25:01.137 INFO O| Oct 01 02:25:01.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53232024-10-01T02:25:02.908Z[ recovery-image] Oct 01 02:25:01.137 INFO O| Oct 01 02:25:01.137 INFO STEP 417 (remove_files) COMPLETE
53242024-10-01T02:25:02.908Z[ recovery-image] Oct 01 02:25:01.138 INFO O| Oct 01 02:25:01.137 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-10-01T02:25:02.940Z[ recovery-image] Oct 01 02:25:01.172 INFO O| Oct 01 02:25:01.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
53262024-10-01T02:25:02.940Z[ recovery-image] Oct 01 02:25:01.172 INFO O| Oct 01 02:25:01.172 INFO STEP 418 (remove_files) COMPLETE
53272024-10-01T02:25:02.943Z[ recovery-image] Oct 01 02:25:01.173 INFO O| Oct 01 02:25:01.172 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-10-01T02:25:02.960Z[ recovery-image] Oct 01 02:25:01.192 INFO O| Oct 01 02:25:01.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
53292024-10-01T02:25:02.960Z[ recovery-image] Oct 01 02:25:01.192 INFO O| Oct 01 02:25:01.192 INFO STEP 419 (remove_files) COMPLETE
53302024-10-01T02:25:02.960Z[ recovery-image] Oct 01 02:25:01.192 INFO O| Oct 01 02:25:01.192 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-10-01T02:25:02.980Z[ recovery-image] Oct 01 02:25:01.212 INFO O| Oct 01 02:25:01.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
53322024-10-01T02:25:02.980Z[ recovery-image] Oct 01 02:25:01.212 INFO O| Oct 01 02:25:01.212 INFO STEP 420 (remove_files) COMPLETE
53332024-10-01T02:25:02.980Z[ recovery-image] Oct 01 02:25:01.212 INFO O| Oct 01 02:25:01.212 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-10-01T02:25:02.998Z[ recovery-image] Oct 01 02:25:01.230 INFO O| Oct 01 02:25:01.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
53352024-10-01T02:25:02.998Z[ recovery-image] Oct 01 02:25:01.230 INFO O| Oct 01 02:25:01.230 INFO STEP 421 (remove_files) COMPLETE
53362024-10-01T02:25:02.998Z[ recovery-image] Oct 01 02:25:01.230 INFO O| Oct 01 02:25:01.230 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-10-01T02:25:03.017Z[ recovery-image] Oct 01 02:25:01.248 INFO O| Oct 01 02:25:01.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53382024-10-01T02:25:03.017Z[ recovery-image] Oct 01 02:25:01.248 INFO O| Oct 01 02:25:01.248 INFO STEP 422 (remove_files) COMPLETE
53392024-10-01T02:25:03.017Z[ recovery-image] Oct 01 02:25:01.248 INFO O| Oct 01 02:25:01.248 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-10-01T02:25:03.050Z[ recovery-image] Oct 01 02:25:01.281 INFO O| Oct 01 02:25:01.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53412024-10-01T02:25:03.053Z[ recovery-image] Oct 01 02:25:01.282 INFO O| Oct 01 02:25:01.282 INFO STEP 423 (remove_files) COMPLETE
53422024-10-01T02:25:03.053Z[ recovery-image] Oct 01 02:25:01.282 INFO O| Oct 01 02:25:01.282 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-10-01T02:25:03.070Z[ recovery-image] Oct 01 02:25:01.302 INFO O| Oct 01 02:25:01.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53442024-10-01T02:25:03.072Z[ recovery-image] Oct 01 02:25:01.302 INFO O| Oct 01 02:25:01.302 INFO STEP 424 (remove_files) COMPLETE
53452024-10-01T02:25:03.072Z[ recovery-image] Oct 01 02:25:01.302 INFO O| Oct 01 02:25:01.302 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-10-01T02:25:03.089Z[ recovery-image] Oct 01 02:25:01.321 INFO O| Oct 01 02:25:01.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
53472024-10-01T02:25:03.092Z[ recovery-image] Oct 01 02:25:01.322 INFO O| Oct 01 02:25:01.321 INFO STEP 425 (remove_files) COMPLETE
53482024-10-01T02:25:03.092Z[ recovery-image] Oct 01 02:25:01.322 INFO O| Oct 01 02:25:01.322 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-10-01T02:25:03.099Z[ host-image] Oct 01 02:25:01.322 INFO O| Oct 01 02:25:01.322 INFO O| Download: 1117/1140 items 6.6/8.4MB 78% complete (1.3M/s)
53502024-10-01T02:25:03.109Z[ recovery-image] Oct 01 02:25:01.341 INFO O| Oct 01 02:25:01.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
53512024-10-01T02:25:03.111Z[ recovery-image] Oct 01 02:25:01.341 INFO O| Oct 01 02:25:01.341 INFO STEP 426 (remove_files) COMPLETE
53522024-10-01T02:25:03.111Z[ recovery-image] Oct 01 02:25:01.341 INFO O| Oct 01 02:25:01.341 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-10-01T02:25:03.126Z[ recovery-image] Oct 01 02:25:01.358 INFO O| Oct 01 02:25:01.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
53542024-10-01T02:25:03.129Z[ recovery-image] Oct 01 02:25:01.358 INFO O| Oct 01 02:25:01.358 INFO STEP 427 (remove_files) COMPLETE
53552024-10-01T02:25:03.129Z[ recovery-image] Oct 01 02:25:01.359 INFO O| Oct 01 02:25:01.359 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-10-01T02:25:03.145Z[ recovery-image] Oct 01 02:25:01.377 INFO O| Oct 01 02:25:01.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
53572024-10-01T02:25:03.145Z[ recovery-image] Oct 01 02:25:01.377 INFO O| Oct 01 02:25:01.377 INFO STEP 428 (remove_files) COMPLETE
53582024-10-01T02:25:03.148Z[ recovery-image] Oct 01 02:25:01.377 INFO O| Oct 01 02:25:01.377 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-10-01T02:25:03.162Z[ recovery-image] Oct 01 02:25:01.394 INFO O| Oct 01 02:25:01.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
53602024-10-01T02:25:03.301Z[ recovery-image] Oct 01 02:25:01.533 INFO O| Oct 01 02:25:01.533 INFO STEP 429 (remove_files) COMPLETE
53612024-10-01T02:25:03.303Z[ recovery-image] Oct 01 02:25:01.533 INFO O| Oct 01 02:25:01.533 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-10-01T02:25:03.320Z[ recovery-image] Oct 01 02:25:01.552 INFO O| Oct 01 02:25:01.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53632024-10-01T02:25:03.322Z[ recovery-image] Oct 01 02:25:01.552 INFO O| Oct 01 02:25:01.552 INFO STEP 430 (remove_files) COMPLETE
53642024-10-01T02:25:03.322Z[ recovery-image] Oct 01 02:25:01.552 INFO O| Oct 01 02:25:01.552 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-10-01T02:25:03.338Z[ recovery-image] Oct 01 02:25:01.569 INFO O| Oct 01 02:25:01.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53662024-10-01T02:25:03.340Z[ recovery-image] Oct 01 02:25:01.570 INFO O| Oct 01 02:25:01.570 INFO STEP 431 (remove_files) COMPLETE
53672024-10-01T02:25:03.340Z[ recovery-image] Oct 01 02:25:01.570 INFO O| Oct 01 02:25:01.570 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-10-01T02:25:03.356Z[ recovery-image] Oct 01 02:25:01.588 INFO O| Oct 01 02:25:01.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53692024-10-01T02:25:03.358Z[ recovery-image] Oct 01 02:25:01.588 INFO O| Oct 01 02:25:01.588 INFO STEP 432 (remove_files) COMPLETE
53702024-10-01T02:25:03.358Z[ recovery-image] Oct 01 02:25:01.588 INFO O| Oct 01 02:25:01.588 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-10-01T02:25:03.384Z[ host-image] Oct 01 02:25:01.616 INFO O| Oct 01 02:25:01.616 INFO O| Download: Completed 8.42 MB in 5.40 seconds (1.6M/s)
53722024-10-01T02:25:03.393Z[ recovery-image] Oct 01 02:25:01.625 INFO O| Oct 01 02:25:01.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53732024-10-01T02:25:03.393Z[ recovery-image] Oct 01 02:25:01.625 INFO O| Oct 01 02:25:01.625 INFO STEP 433 (remove_files) COMPLETE
53742024-10-01T02:25:03.393Z[ recovery-image] Oct 01 02:25:01.625 INFO O| Oct 01 02:25:01.625 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-10-01T02:25:03.413Z[ recovery-image] Oct 01 02:25:01.645 INFO O| Oct 01 02:25:01.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53762024-10-01T02:25:03.413Z[ recovery-image] Oct 01 02:25:01.645 INFO O| Oct 01 02:25:01.645 INFO STEP 434 (remove_files) COMPLETE
53772024-10-01T02:25:03.415Z[ recovery-image] Oct 01 02:25:01.645 INFO O| Oct 01 02:25:01.645 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-10-01T02:25:03.478Z[ recovery-image] Oct 01 02:25:01.710 INFO O| Oct 01 02:25:01.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53792024-10-01T02:25:03.481Z[ recovery-image] Oct 01 02:25:01.710 INFO O| Oct 01 02:25:01.710 INFO STEP 435 (remove_files) COMPLETE
53802024-10-01T02:25:03.481Z[ recovery-image] Oct 01 02:25:01.710 INFO O| Oct 01 02:25:01.710 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-10-01T02:25:03.505Z[ recovery-image] Oct 01 02:25:01.737 INFO O| Oct 01 02:25:01.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53822024-10-01T02:25:03.506Z[ recovery-image] Oct 01 02:25:01.738 INFO O| Oct 01 02:25:01.738 INFO STEP 436 (remove_files) COMPLETE
53832024-10-01T02:25:03.506Z[ recovery-image] Oct 01 02:25:01.738 INFO O| Oct 01 02:25:01.738 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-10-01T02:25:03.523Z[ recovery-image] Oct 01 02:25:01.755 INFO O| Oct 01 02:25:01.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53852024-10-01T02:25:03.523Z[ recovery-image] Oct 01 02:25:01.755 INFO O| Oct 01 02:25:01.755 INFO STEP 437 (remove_files) COMPLETE
53862024-10-01T02:25:03.525Z[ recovery-image] Oct 01 02:25:01.755 INFO O| Oct 01 02:25:01.755 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-10-01T02:25:03.540Z[ recovery-image] Oct 01 02:25:01.772 INFO O| Oct 01 02:25:01.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53882024-10-01T02:25:03.540Z[ recovery-image] Oct 01 02:25:01.772 INFO O| Oct 01 02:25:01.772 INFO STEP 438 (remove_files) COMPLETE
53892024-10-01T02:25:03.540Z[ recovery-image] Oct 01 02:25:01.772 INFO O| Oct 01 02:25:01.772 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-10-01T02:25:03.558Z[ recovery-image] Oct 01 02:25:01.790 INFO O| Oct 01 02:25:01.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53912024-10-01T02:25:03.558Z[ recovery-image] Oct 01 02:25:01.790 INFO O| Oct 01 02:25:01.790 INFO STEP 439 (remove_files) COMPLETE
53922024-10-01T02:25:03.558Z[ recovery-image] Oct 01 02:25:01.790 INFO O| Oct 01 02:25:01.790 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-10-01T02:25:03.577Z[ host-image] Oct 01 02:25:01.809 INFO O| Oct 01 02:25:01.808 INFO O| Actions: 1/1361 actions (Installing new actions)
53942024-10-01T02:25:03.586Z[ recovery-image] Oct 01 02:25:01.818 INFO O| Oct 01 02:25:01.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53952024-10-01T02:25:03.588Z[ recovery-image] Oct 01 02:25:01.818 INFO O| Oct 01 02:25:01.818 INFO STEP 440 (remove_files) COMPLETE
53962024-10-01T02:25:03.588Z[ recovery-image] Oct 01 02:25:01.818 INFO O| Oct 01 02:25:01.818 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-10-01T02:25:03.605Z[ recovery-image] Oct 01 02:25:01.837 INFO O| Oct 01 02:25:01.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53982024-10-01T02:25:03.605Z[ recovery-image] Oct 01 02:25:01.837 INFO O| Oct 01 02:25:01.837 INFO STEP 441 (remove_files) COMPLETE
53992024-10-01T02:25:03.607Z[ recovery-image] Oct 01 02:25:01.837 INFO O| Oct 01 02:25:01.837 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-10-01T02:25:03.622Z[ recovery-image] Oct 01 02:25:01.853 INFO O| Oct 01 02:25:01.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54012024-10-01T02:25:03.622Z[ recovery-image] Oct 01 02:25:01.854 INFO O| Oct 01 02:25:01.853 INFO STEP 442 (remove_files) COMPLETE
54022024-10-01T02:25:03.622Z[ recovery-image] Oct 01 02:25:01.854 INFO O| Oct 01 02:25:01.854 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-10-01T02:25:03.656Z[ recovery-image] Oct 01 02:25:01.888 INFO O| Oct 01 02:25:01.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54042024-10-01T02:25:03.656Z[ recovery-image] Oct 01 02:25:01.888 INFO O| Oct 01 02:25:01.888 INFO STEP 443 (remove_files) COMPLETE
54052024-10-01T02:25:03.656Z[ recovery-image] Oct 01 02:25:01.888 INFO O| Oct 01 02:25:01.888 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-10-01T02:25:03.731Z[ recovery-image] Oct 01 02:25:01.963 INFO O| Oct 01 02:25:01.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54072024-10-01T02:25:03.731Z[ recovery-image] Oct 01 02:25:01.963 INFO O| Oct 01 02:25:01.963 INFO STEP 444 (remove_files) COMPLETE
54082024-10-01T02:25:03.731Z[ recovery-image] Oct 01 02:25:01.963 INFO O| Oct 01 02:25:01.963 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-10-01T02:25:03.752Z[ recovery-image] Oct 01 02:25:01.984 INFO O| Oct 01 02:25:01.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54102024-10-01T02:25:03.752Z[ recovery-image] Oct 01 02:25:01.984 INFO O| Oct 01 02:25:01.984 INFO STEP 445 (remove_files) COMPLETE
54112024-10-01T02:25:03.752Z[ recovery-image] Oct 01 02:25:01.984 INFO O| Oct 01 02:25:01.984 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-10-01T02:25:03.793Z[ recovery-image] Oct 01 02:25:02.024 INFO O| Oct 01 02:25:02.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54132024-10-01T02:25:03.793Z[ recovery-image] Oct 01 02:25:02.025 INFO O| Oct 01 02:25:02.024 INFO STEP 446 (remove_files) COMPLETE
54142024-10-01T02:25:03.793Z[ recovery-image] Oct 01 02:25:02.025 INFO O| Oct 01 02:25:02.025 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-10-01T02:25:03.846Z[ recovery-image] Oct 01 02:25:02.077 INFO O| Oct 01 02:25:02.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54162024-10-01T02:25:03.846Z[ recovery-image] Oct 01 02:25:02.077 INFO O| Oct 01 02:25:02.077 INFO STEP 447 (remove_files) COMPLETE
54172024-10-01T02:25:03.846Z[ recovery-image] Oct 01 02:25:02.077 INFO O| Oct 01 02:25:02.077 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-10-01T02:25:03.891Z[ recovery-image] Oct 01 02:25:02.122 INFO O| Oct 01 02:25:02.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54192024-10-01T02:25:03.891Z[ recovery-image] Oct 01 02:25:02.122 INFO O| Oct 01 02:25:02.122 INFO STEP 448 (remove_files) COMPLETE
54202024-10-01T02:25:03.891Z[ recovery-image] Oct 01 02:25:02.122 INFO O| Oct 01 02:25:02.122 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-10-01T02:25:03.915Z[ recovery-image] Oct 01 02:25:02.147 INFO O| Oct 01 02:25:02.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54222024-10-01T02:25:03.916Z[ recovery-image] Oct 01 02:25:02.147 INFO O| Oct 01 02:25:02.147 INFO STEP 449 (remove_files) COMPLETE
54232024-10-01T02:25:03.916Z[ recovery-image] Oct 01 02:25:02.147 INFO O| Oct 01 02:25:02.147 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-10-01T02:25:03.962Z[ recovery-image] Oct 01 02:25:02.194 INFO O| Oct 01 02:25:02.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54252024-10-01T02:25:03.965Z[ recovery-image] Oct 01 02:25:02.194 INFO O| Oct 01 02:25:02.194 INFO STEP 450 (remove_files) COMPLETE
54262024-10-01T02:25:03.965Z[ recovery-image] Oct 01 02:25:02.195 INFO O| Oct 01 02:25:02.195 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-10-01T02:25:04.036Z[ recovery-image] Oct 01 02:25:02.268 INFO O| Oct 01 02:25:02.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
54282024-10-01T02:25:04.036Z[ recovery-image] Oct 01 02:25:02.268 INFO O| Oct 01 02:25:02.268 INFO STEP 451 (remove_files) COMPLETE
54292024-10-01T02:25:04.039Z[ recovery-image] Oct 01 02:25:02.268 INFO O| Oct 01 02:25:02.268 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-10-01T02:25:04.054Z[ recovery-image] Oct 01 02:25:02.286 INFO O| Oct 01 02:25:02.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
54312024-10-01T02:25:04.057Z[ recovery-image] Oct 01 02:25:02.286 INFO O| Oct 01 02:25:02.286 INFO STEP 452 (remove_files) COMPLETE
54322024-10-01T02:25:04.057Z[ recovery-image] Oct 01 02:25:02.287 INFO O| Oct 01 02:25:02.287 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-10-01T02:25:04.071Z[ recovery-image] Oct 01 02:25:02.302 INFO O| Oct 01 02:25:02.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
54342024-10-01T02:25:04.073Z[ recovery-image] Oct 01 02:25:02.303 INFO O| Oct 01 02:25:02.303 INFO STEP 453 (remove_files) COMPLETE
54352024-10-01T02:25:04.073Z[ recovery-image] Oct 01 02:25:02.303 INFO O| Oct 01 02:25:02.303 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-10-01T02:25:04.086Z[ recovery-image] Oct 01 02:25:02.318 INFO O| Oct 01 02:25:02.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
54372024-10-01T02:25:04.089Z[ recovery-image] Oct 01 02:25:02.318 INFO O| Oct 01 02:25:02.318 INFO STEP 454 (remove_files) COMPLETE
54382024-10-01T02:25:04.089Z[ recovery-image] Oct 01 02:25:02.319 INFO O| Oct 01 02:25:02.319 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-10-01T02:25:04.102Z[ recovery-image] Oct 01 02:25:02.334 INFO O| Oct 01 02:25:02.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54402024-10-01T02:25:04.105Z[ recovery-image] Oct 01 02:25:02.334 INFO O| Oct 01 02:25:02.334 INFO STEP 455 (remove_files) COMPLETE
54412024-10-01T02:25:04.105Z[ recovery-image] Oct 01 02:25:02.334 INFO O| Oct 01 02:25:02.334 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-10-01T02:25:04.118Z[ recovery-image] Oct 01 02:25:02.350 INFO O| Oct 01 02:25:02.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54432024-10-01T02:25:04.121Z[ recovery-image] Oct 01 02:25:02.350 INFO O| Oct 01 02:25:02.350 INFO STEP 456 (remove_files) COMPLETE
54442024-10-01T02:25:04.121Z[ recovery-image] Oct 01 02:25:02.351 INFO O| Oct 01 02:25:02.351 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-10-01T02:25:04.155Z[ recovery-image] Oct 01 02:25:02.387 INFO O| Oct 01 02:25:02.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
54462024-10-01T02:25:04.158Z[ recovery-image] Oct 01 02:25:02.387 INFO O| Oct 01 02:25:02.387 INFO STEP 457 (remove_files) COMPLETE
54472024-10-01T02:25:04.158Z[ recovery-image] Oct 01 02:25:02.388 INFO O| Oct 01 02:25:02.387 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-10-01T02:25:04.180Z[ recovery-image] Oct 01 02:25:02.412 INFO O| Oct 01 02:25:02.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
54492024-10-01T02:25:04.180Z[ recovery-image] Oct 01 02:25:02.412 INFO O| Oct 01 02:25:02.412 INFO STEP 458 (remove_files) COMPLETE
54502024-10-01T02:25:04.183Z[ recovery-image] Oct 01 02:25:02.412 INFO O| Oct 01 02:25:02.412 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-10-01T02:25:04.238Z[ recovery-image] Oct 01 02:25:02.469 INFO O| Oct 01 02:25:02.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54522024-10-01T02:25:04.238Z[ recovery-image] Oct 01 02:25:02.469 INFO O| Oct 01 02:25:02.469 INFO STEP 459 (remove_files) COMPLETE
54532024-10-01T02:25:04.238Z[ recovery-image] Oct 01 02:25:02.469 INFO O| Oct 01 02:25:02.469 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-10-01T02:25:04.281Z[ recovery-image] Oct 01 02:25:02.513 INFO O| Oct 01 02:25:02.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
54552024-10-01T02:25:04.281Z[ recovery-image] Oct 01 02:25:02.513 INFO O| Oct 01 02:25:02.513 INFO STEP 460 (remove_files) COMPLETE
54562024-10-01T02:25:04.281Z[ recovery-image] Oct 01 02:25:02.513 INFO O| Oct 01 02:25:02.513 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-10-01T02:25:04.288Z[ host-image] Oct 01 02:25:02.520 INFO O| Oct 01 02:25:02.520 INFO O| Actions: Completed 1361 actions in 0.71 seconds.
54582024-10-01T02:25:04.379Z[ recovery-image] Oct 01 02:25:02.611 INFO O| Oct 01 02:25:02.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
54592024-10-01T02:25:04.379Z[ recovery-image] Oct 01 02:25:02.611 INFO O| Oct 01 02:25:02.611 INFO STEP 461 (remove_files) COMPLETE
54602024-10-01T02:25:04.379Z[ recovery-image] Oct 01 02:25:02.611 INFO O| Oct 01 02:25:02.611 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-10-01T02:25:04.400Z[ recovery-image] Oct 01 02:25:02.631 INFO O| Oct 01 02:25:02.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
54622024-10-01T02:25:04.400Z[ recovery-image] Oct 01 02:25:02.631 INFO O| Oct 01 02:25:02.631 INFO STEP 462 (remove_files) COMPLETE
54632024-10-01T02:25:04.400Z[ recovery-image] Oct 01 02:25:02.631 INFO O| Oct 01 02:25:02.631 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-10-01T02:25:04.419Z[ recovery-image] Oct 01 02:25:02.651 INFO O| Oct 01 02:25:02.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54652024-10-01T02:25:04.419Z[ recovery-image] Oct 01 02:25:02.651 INFO O| Oct 01 02:25:02.651 INFO STEP 463 (remove_files) COMPLETE
54662024-10-01T02:25:04.419Z[ recovery-image] Oct 01 02:25:02.651 INFO O| Oct 01 02:25:02.651 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-10-01T02:25:04.551Z[ recovery-image] Oct 01 02:25:02.691 INFO O| Oct 01 02:25:02.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54682024-10-01T02:25:04.551Z[ recovery-image] Oct 01 02:25:02.691 INFO O| Oct 01 02:25:02.691 INFO STEP 464 (remove_files) COMPLETE
54692024-10-01T02:25:04.551Z[ recovery-image] Oct 01 02:25:02.691 INFO O| Oct 01 02:25:02.691 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-10-01T02:25:04.554Z[ recovery-image] Oct 01 02:25:02.724 INFO O| Oct 01 02:25:02.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54712024-10-01T02:25:04.554Z[ recovery-image] Oct 01 02:25:02.724 INFO O| Oct 01 02:25:02.724 INFO STEP 465 (remove_files) COMPLETE
54722024-10-01T02:25:04.554Z[ recovery-image] Oct 01 02:25:02.724 INFO O| Oct 01 02:25:02.724 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-10-01T02:25:04.554Z[ recovery-image] Oct 01 02:25:02.741 INFO O| Oct 01 02:25:02.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54742024-10-01T02:25:04.554Z[ recovery-image] Oct 01 02:25:02.741 INFO O| Oct 01 02:25:02.741 INFO STEP 466 (remove_files) COMPLETE
54752024-10-01T02:25:04.554Z[ recovery-image] Oct 01 02:25:02.741 INFO O| Oct 01 02:25:02.741 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-10-01T02:25:04.554Z[ recovery-image] Oct 01 02:25:02.777 INFO O| Oct 01 02:25:02.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54772024-10-01T02:25:04.554Z[ recovery-image] Oct 01 02:25:02.777 INFO O| Oct 01 02:25:02.777 INFO STEP 467 (remove_files) COMPLETE
54782024-10-01T02:25:04.554Z[ recovery-image] Oct 01 02:25:02.777 INFO O| Oct 01 02:25:02.777 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-10-01T02:25:04.566Z[ recovery-image] Oct 01 02:25:02.797 INFO O| Oct 01 02:25:02.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54802024-10-01T02:25:04.566Z[ recovery-image] Oct 01 02:25:02.797 INFO O| Oct 01 02:25:02.797 INFO STEP 468 (remove_files) COMPLETE
54812024-10-01T02:25:04.566Z[ recovery-image] Oct 01 02:25:02.797 INFO O| Oct 01 02:25:02.797 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-10-01T02:25:04.584Z[ recovery-image] Oct 01 02:25:02.816 INFO O| Oct 01 02:25:02.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54832024-10-01T02:25:04.584Z[ recovery-image] Oct 01 02:25:02.816 INFO O| Oct 01 02:25:02.816 INFO STEP 469 (remove_files) COMPLETE
54842024-10-01T02:25:04.584Z[ recovery-image] Oct 01 02:25:02.816 INFO O| Oct 01 02:25:02.816 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-10-01T02:25:04.603Z[ recovery-image] Oct 01 02:25:02.835 INFO O| Oct 01 02:25:02.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54862024-10-01T02:25:04.603Z[ recovery-image] Oct 01 02:25:02.835 INFO O| Oct 01 02:25:02.835 INFO STEP 470 (remove_files) COMPLETE
54872024-10-01T02:25:04.603Z[ recovery-image] Oct 01 02:25:02.835 INFO O| Oct 01 02:25:02.835 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-10-01T02:25:04.622Z[ recovery-image] Oct 01 02:25:02.854 INFO O| Oct 01 02:25:02.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54892024-10-01T02:25:04.622Z[ recovery-image] Oct 01 02:25:02.854 INFO O| Oct 01 02:25:02.854 INFO STEP 471 (remove_files) COMPLETE
54902024-10-01T02:25:04.622Z[ recovery-image] Oct 01 02:25:02.854 INFO O| Oct 01 02:25:02.854 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-10-01T02:25:04.654Z[ recovery-image] Oct 01 02:25:02.886 INFO O| Oct 01 02:25:02.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54922024-10-01T02:25:04.654Z[ recovery-image] Oct 01 02:25:02.886 INFO O| Oct 01 02:25:02.886 INFO STEP 472 (remove_files) COMPLETE
54932024-10-01T02:25:04.657Z[ recovery-image] Oct 01 02:25:02.886 INFO O| Oct 01 02:25:02.886 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-10-01T02:25:04.693Z[ recovery-image] Oct 01 02:25:02.924 INFO O| Oct 01 02:25:02.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54952024-10-01T02:25:04.693Z[ recovery-image] Oct 01 02:25:02.924 INFO O| Oct 01 02:25:02.924 INFO STEP 473 (remove_files) COMPLETE
54962024-10-01T02:25:04.693Z[ recovery-image] Oct 01 02:25:02.924 INFO O| Oct 01 02:25:02.924 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-10-01T02:25:04.722Z[ recovery-image] Oct 01 02:25:02.953 INFO O| Oct 01 02:25:02.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54982024-10-01T02:25:04.724Z[ recovery-image] Oct 01 02:25:02.954 INFO O| Oct 01 02:25:02.953 INFO STEP 474 (remove_files) COMPLETE
54992024-10-01T02:25:04.724Z[ recovery-image] Oct 01 02:25:02.954 INFO O| Oct 01 02:25:02.953 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-10-01T02:25:04.742Z[ recovery-image] Oct 01 02:25:02.974 INFO O| Oct 01 02:25:02.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55012024-10-01T02:25:04.742Z[ recovery-image] Oct 01 02:25:02.974 INFO O| Oct 01 02:25:02.974 INFO STEP 475 (remove_files) COMPLETE
55022024-10-01T02:25:04.742Z[ recovery-image] Oct 01 02:25:02.974 INFO O| Oct 01 02:25:02.974 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-10-01T02:25:04.777Z[ recovery-image] Oct 01 02:25:03.009 INFO O| Oct 01 02:25:03.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55042024-10-01T02:25:04.777Z[ recovery-image] Oct 01 02:25:03.009 INFO O| Oct 01 02:25:03.009 INFO STEP 476 (remove_files) COMPLETE
55052024-10-01T02:25:04.777Z[ recovery-image] Oct 01 02:25:03.009 INFO O| Oct 01 02:25:03.009 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-10-01T02:25:04.816Z[ recovery-image] Oct 01 02:25:03.048 INFO O| Oct 01 02:25:03.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55072024-10-01T02:25:04.818Z[ recovery-image] Oct 01 02:25:03.048 INFO O| Oct 01 02:25:03.048 INFO STEP 477 (remove_files) COMPLETE
55082024-10-01T02:25:04.818Z[ recovery-image] Oct 01 02:25:03.048 INFO O| Oct 01 02:25:03.048 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-10-01T02:25:04.847Z[ recovery-image] Oct 01 02:25:03.079 INFO O| Oct 01 02:25:03.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55102024-10-01T02:25:04.850Z[ recovery-image] Oct 01 02:25:03.079 INFO O| Oct 01 02:25:03.079 INFO STEP 478 (remove_files) COMPLETE
55112024-10-01T02:25:04.850Z[ recovery-image] Oct 01 02:25:03.079 INFO O| Oct 01 02:25:03.079 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-10-01T02:25:04.881Z[ recovery-image] Oct 01 02:25:03.113 INFO O| Oct 01 02:25:03.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55132024-10-01T02:25:04.886Z[ recovery-image] Oct 01 02:25:03.118 INFO O| Oct 01 02:25:03.118 INFO STEP 479 (remove_files) COMPLETE
55142024-10-01T02:25:04.886Z[ recovery-image] Oct 01 02:25:03.118 INFO O| Oct 01 02:25:03.118 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-10-01T02:25:04.905Z[ recovery-image] Oct 01 02:25:03.137 INFO O| Oct 01 02:25:03.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55162024-10-01T02:25:04.908Z[ recovery-image] Oct 01 02:25:03.138 INFO O| Oct 01 02:25:03.138 INFO STEP 480 (remove_files) COMPLETE
55172024-10-01T02:25:04.908Z[ recovery-image] Oct 01 02:25:03.138 INFO O| Oct 01 02:25:03.138 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-10-01T02:25:04.912Z[ host-image] Oct 01 02:25:03.143 INFO O| Oct 01 02:25:03.143 INFO O| Done
55192024-10-01T02:25:04.912Z[ host-image] Oct 01 02:25:03.144 INFO O| Oct 01 02:25:03.143 INFO O| Done
55202024-10-01T02:25:04.942Z[ recovery-image] Oct 01 02:25:03.174 INFO O| Oct 01 02:25:03.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55212024-10-01T02:25:04.942Z[ recovery-image] Oct 01 02:25:03.174 INFO O| Oct 01 02:25:03.174 INFO STEP 481 (remove_files) COMPLETE
55222024-10-01T02:25:04.945Z[ recovery-image] Oct 01 02:25:03.174 INFO O| Oct 01 02:25:03.174 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-10-01T02:25:04.982Z[ recovery-image] Oct 01 02:25:03.214 INFO O| Oct 01 02:25:03.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55242024-10-01T02:25:04.982Z[ recovery-image] Oct 01 02:25:03.214 INFO O| Oct 01 02:25:03.214 INFO STEP 482 (remove_files) COMPLETE
55252024-10-01T02:25:04.982Z[ recovery-image] Oct 01 02:25:03.214 INFO O| Oct 01 02:25:03.214 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-10-01T02:25:05.002Z[ recovery-image] Oct 01 02:25:03.234 INFO O| Oct 01 02:25:03.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55272024-10-01T02:25:05.002Z[ recovery-image] Oct 01 02:25:03.234 INFO O| Oct 01 02:25:03.234 INFO STEP 483 (remove_files) COMPLETE
55282024-10-01T02:25:05.005Z[ recovery-image] Oct 01 02:25:03.234 INFO O| Oct 01 02:25:03.234 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-10-01T02:25:05.020Z[ recovery-image] Oct 01 02:25:03.252 INFO O| Oct 01 02:25:03.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55302024-10-01T02:25:05.020Z[ recovery-image] Oct 01 02:25:03.252 INFO O| Oct 01 02:25:03.252 INFO STEP 484 (remove_files) COMPLETE
55312024-10-01T02:25:05.020Z[ recovery-image] Oct 01 02:25:03.252 INFO O| Oct 01 02:25:03.252 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-10-01T02:25:05.048Z[ recovery-image] Oct 01 02:25:03.280 INFO O| Oct 01 02:25:03.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
55332024-10-01T02:25:05.048Z[ recovery-image] Oct 01 02:25:03.280 INFO O| Oct 01 02:25:03.280 INFO STEP 485 (remove_files) COMPLETE
55342024-10-01T02:25:05.052Z[ recovery-image] Oct 01 02:25:03.280 INFO O| Oct 01 02:25:03.280 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-10-01T02:25:05.066Z[ recovery-image] Oct 01 02:25:03.298 INFO O| Oct 01 02:25:03.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
55362024-10-01T02:25:05.067Z[ recovery-image] Oct 01 02:25:03.298 INFO O| Oct 01 02:25:03.298 INFO STEP 486 (remove_files) COMPLETE
55372024-10-01T02:25:05.067Z[ recovery-image] Oct 01 02:25:03.298 INFO O| Oct 01 02:25:03.298 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-10-01T02:25:05.084Z[ recovery-image] Oct 01 02:25:03.316 INFO O| Oct 01 02:25:03.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
55392024-10-01T02:25:05.084Z[ recovery-image] Oct 01 02:25:03.316 INFO O| Oct 01 02:25:03.316 INFO STEP 487 (remove_files) COMPLETE
55402024-10-01T02:25:05.087Z[ recovery-image] Oct 01 02:25:03.316 INFO O| Oct 01 02:25:03.316 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-10-01T02:25:05.102Z[ recovery-image] Oct 01 02:25:03.334 INFO O| Oct 01 02:25:03.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55422024-10-01T02:25:05.104Z[ recovery-image] Oct 01 02:25:03.334 INFO O| Oct 01 02:25:03.334 INFO STEP 488 (remove_files) COMPLETE
55432024-10-01T02:25:05.104Z[ recovery-image] Oct 01 02:25:03.334 INFO O| Oct 01 02:25:03.334 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-10-01T02:25:05.120Z[ recovery-image] Oct 01 02:25:03.352 INFO O| Oct 01 02:25:03.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55452024-10-01T02:25:05.120Z[ recovery-image] Oct 01 02:25:03.352 INFO O| Oct 01 02:25:03.352 INFO STEP 489 (remove_files) COMPLETE
55462024-10-01T02:25:05.120Z[ recovery-image] Oct 01 02:25:03.352 INFO O| Oct 01 02:25:03.352 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-10-01T02:25:05.193Z[ recovery-image] Oct 01 02:25:03.425 INFO O| Oct 01 02:25:03.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
55482024-10-01T02:25:05.193Z[ recovery-image] Oct 01 02:25:03.425 INFO O| Oct 01 02:25:03.425 INFO STEP 490 (remove_files) COMPLETE
55492024-10-01T02:25:05.196Z[ recovery-image] Oct 01 02:25:03.425 INFO O| Oct 01 02:25:03.425 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-10-01T02:25:05.255Z[ recovery-image] Oct 01 02:25:03.487 INFO O| Oct 01 02:25:03.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
55512024-10-01T02:25:05.255Z[ recovery-image] Oct 01 02:25:03.487 INFO O| Oct 01 02:25:03.487 INFO STEP 491 (remove_files) COMPLETE
55522024-10-01T02:25:05.258Z[ recovery-image] Oct 01 02:25:03.487 INFO O| Oct 01 02:25:03.487 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-10-01T02:25:05.276Z[ recovery-image] Oct 01 02:25:03.508 INFO O| Oct 01 02:25:03.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55542024-10-01T02:25:05.276Z[ recovery-image] Oct 01 02:25:03.508 INFO O| Oct 01 02:25:03.508 INFO STEP 492 (remove_files) COMPLETE
55552024-10-01T02:25:05.279Z[ recovery-image] Oct 01 02:25:03.508 INFO O| Oct 01 02:25:03.508 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-10-01T02:25:05.295Z[ recovery-image] Oct 01 02:25:03.527 INFO O| Oct 01 02:25:03.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
55572024-10-01T02:25:05.296Z[ recovery-image] Oct 01 02:25:03.527 INFO O| Oct 01 02:25:03.527 INFO STEP 493 (remove_files) COMPLETE
55582024-10-01T02:25:05.298Z[ recovery-image] Oct 01 02:25:03.527 INFO O| Oct 01 02:25:03.527 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-10-01T02:25:05.314Z[ recovery-image] Oct 01 02:25:03.546 INFO O| Oct 01 02:25:03.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
55602024-10-01T02:25:05.314Z[ recovery-image] Oct 01 02:25:03.546 INFO O| Oct 01 02:25:03.546 INFO STEP 494 (remove_files) COMPLETE
55612024-10-01T02:25:05.314Z[ recovery-image] Oct 01 02:25:03.546 INFO O| Oct 01 02:25:03.546 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-10-01T02:25:05.330Z[ recovery-image] Oct 01 02:25:03.562 INFO O| Oct 01 02:25:03.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55632024-10-01T02:25:05.330Z[ recovery-image] Oct 01 02:25:03.562 INFO O| Oct 01 02:25:03.562 INFO STEP 495 (remove_files) COMPLETE
55642024-10-01T02:25:05.333Z[ recovery-image] Oct 01 02:25:03.562 INFO O| Oct 01 02:25:03.562 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-10-01T02:25:05.347Z[ recovery-image] Oct 01 02:25:03.579 INFO O| Oct 01 02:25:03.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55662024-10-01T02:25:05.347Z[ recovery-image] Oct 01 02:25:03.579 INFO O| Oct 01 02:25:03.579 INFO STEP 496 (remove_files) COMPLETE
55672024-10-01T02:25:05.347Z[ recovery-image] Oct 01 02:25:03.579 INFO O| Oct 01 02:25:03.579 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-10-01T02:25:05.364Z[ recovery-image] Oct 01 02:25:03.596 INFO O| Oct 01 02:25:03.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55692024-10-01T02:25:05.364Z[ recovery-image] Oct 01 02:25:03.596 INFO O| Oct 01 02:25:03.596 INFO STEP 497 (remove_files) COMPLETE
55702024-10-01T02:25:05.364Z[ recovery-image] Oct 01 02:25:03.596 INFO O| Oct 01 02:25:03.596 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-10-01T02:25:05.386Z[ recovery-image] Oct 01 02:25:03.618 INFO O| Oct 01 02:25:03.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55722024-10-01T02:25:05.386Z[ recovery-image] Oct 01 02:25:03.618 INFO O| Oct 01 02:25:03.618 INFO STEP 498 (remove_files) COMPLETE
55732024-10-01T02:25:05.386Z[ recovery-image] Oct 01 02:25:03.618 INFO O| Oct 01 02:25:03.618 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-10-01T02:25:05.407Z[ recovery-image] Oct 01 02:25:03.638 INFO O| Oct 01 02:25:03.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55752024-10-01T02:25:05.407Z[ recovery-image] Oct 01 02:25:03.638 INFO O| Oct 01 02:25:03.638 INFO STEP 499 (remove_files) COMPLETE
55762024-10-01T02:25:05.407Z[ recovery-image] Oct 01 02:25:03.638 INFO O| Oct 01 02:25:03.638 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-10-01T02:25:05.425Z[ recovery-image] Oct 01 02:25:03.657 INFO O| Oct 01 02:25:03.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55782024-10-01T02:25:05.426Z[ recovery-image] Oct 01 02:25:03.657 INFO O| Oct 01 02:25:03.657 INFO STEP 500 (remove_files) COMPLETE
55792024-10-01T02:25:05.426Z[ recovery-image] Oct 01 02:25:03.657 INFO O| Oct 01 02:25:03.657 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-10-01T02:25:05.456Z[ recovery-image] Oct 01 02:25:03.688 INFO O| Oct 01 02:25:03.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55812024-10-01T02:25:05.459Z[ recovery-image] Oct 01 02:25:03.688 INFO O| Oct 01 02:25:03.688 INFO STEP 501 (remove_files) COMPLETE
55822024-10-01T02:25:05.459Z[ recovery-image] Oct 01 02:25:03.688 INFO O| Oct 01 02:25:03.688 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-10-01T02:25:05.477Z[ recovery-image] Oct 01 02:25:03.709 INFO O| Oct 01 02:25:03.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55842024-10-01T02:25:05.477Z[ recovery-image] Oct 01 02:25:03.709 INFO O| Oct 01 02:25:03.709 INFO STEP 502 (remove_files) COMPLETE
55852024-10-01T02:25:05.477Z[ recovery-image] Oct 01 02:25:03.709 INFO O| Oct 01 02:25:03.709 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-10-01T02:25:05.497Z[ recovery-image] Oct 01 02:25:03.729 INFO O| Oct 01 02:25:03.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55872024-10-01T02:25:05.497Z[ recovery-image] Oct 01 02:25:03.729 INFO O| Oct 01 02:25:03.729 INFO STEP 503 (remove_files) COMPLETE
55882024-10-01T02:25:05.497Z[ recovery-image] Oct 01 02:25:03.729 INFO O| Oct 01 02:25:03.729 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-10-01T02:25:05.516Z[ recovery-image] Oct 01 02:25:03.747 INFO O| Oct 01 02:25:03.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55902024-10-01T02:25:05.516Z[ recovery-image] Oct 01 02:25:03.748 INFO O| Oct 01 02:25:03.748 INFO STEP 504 (remove_files) COMPLETE
55912024-10-01T02:25:05.516Z[ recovery-image] Oct 01 02:25:03.748 INFO O| Oct 01 02:25:03.748 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-10-01T02:25:05.544Z[ recovery-image] Oct 01 02:25:03.776 INFO O| Oct 01 02:25:03.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55932024-10-01T02:25:05.545Z[ recovery-image] Oct 01 02:25:03.776 INFO O| Oct 01 02:25:03.776 INFO STEP 505 (remove_files) COMPLETE
55942024-10-01T02:25:05.547Z[ recovery-image] Oct 01 02:25:03.776 INFO O| Oct 01 02:25:03.776 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-10-01T02:25:05.564Z[ recovery-image] Oct 01 02:25:03.796 INFO O| Oct 01 02:25:03.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55962024-10-01T02:25:05.564Z[ recovery-image] Oct 01 02:25:03.796 INFO O| Oct 01 02:25:03.796 INFO STEP 506 (remove_files) COMPLETE
55972024-10-01T02:25:05.566Z[ recovery-image] Oct 01 02:25:03.796 INFO O| Oct 01 02:25:03.796 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-10-01T02:25:05.585Z[ recovery-image] Oct 01 02:25:03.817 INFO O| Oct 01 02:25:03.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55992024-10-01T02:25:05.586Z[ recovery-image] Oct 01 02:25:03.817 INFO O| Oct 01 02:25:03.817 INFO STEP 507 (remove_files) COMPLETE
56002024-10-01T02:25:05.588Z[ recovery-image] Oct 01 02:25:03.817 INFO O| Oct 01 02:25:03.817 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-10-01T02:25:05.616Z[ recovery-image] Oct 01 02:25:03.848 INFO O| Oct 01 02:25:03.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56022024-10-01T02:25:05.619Z[ recovery-image] Oct 01 02:25:03.848 INFO O| Oct 01 02:25:03.848 INFO STEP 508 (remove_files) COMPLETE
56032024-10-01T02:25:05.619Z[ recovery-image] Oct 01 02:25:03.849 INFO O| Oct 01 02:25:03.849 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-10-01T02:25:05.635Z[ recovery-image] Oct 01 02:25:03.867 INFO O| Oct 01 02:25:03.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56052024-10-01T02:25:05.638Z[ recovery-image] Oct 01 02:25:03.867 INFO O| Oct 01 02:25:03.867 INFO STEP 509 (remove_files) COMPLETE
56062024-10-01T02:25:05.638Z[ recovery-image] Oct 01 02:25:03.868 INFO O| Oct 01 02:25:03.867 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-10-01T02:25:05.652Z[ recovery-image] Oct 01 02:25:03.883 INFO O| Oct 01 02:25:03.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56082024-10-01T02:25:05.654Z[ recovery-image] Oct 01 02:25:03.884 INFO O| Oct 01 02:25:03.884 INFO STEP 510 (remove_files) COMPLETE
56092024-10-01T02:25:05.654Z[ recovery-image] Oct 01 02:25:03.884 INFO O| Oct 01 02:25:03.884 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-10-01T02:25:05.683Z[ recovery-image] Oct 01 02:25:03.913 INFO O| Oct 01 02:25:03.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56112024-10-01T02:25:05.683Z[ recovery-image] Oct 01 02:25:03.913 INFO O| Oct 01 02:25:03.913 INFO STEP 511 (remove_files) COMPLETE
56122024-10-01T02:25:05.683Z[ recovery-image] Oct 01 02:25:03.913 INFO O| Oct 01 02:25:03.913 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-10-01T02:25:05.741Z[ recovery-image] Oct 01 02:25:03.973 INFO O| Oct 01 02:25:03.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56142024-10-01T02:25:05.766Z[ recovery-image] Oct 01 02:25:03.997 INFO O| Oct 01 02:25:03.997 INFO STEP 512 (remove_files) COMPLETE
56152024-10-01T02:25:05.766Z[ recovery-image] Oct 01 02:25:03.997 INFO O| Oct 01 02:25:03.997 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-10-01T02:25:05.818Z[ recovery-image] Oct 01 02:25:04.050 INFO O| Oct 01 02:25:04.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56172024-10-01T02:25:05.818Z[ recovery-image] Oct 01 02:25:04.050 INFO O| Oct 01 02:25:04.050 INFO STEP 513 (remove_files) COMPLETE
56182024-10-01T02:25:05.820Z[ recovery-image] Oct 01 02:25:04.050 INFO O| Oct 01 02:25:04.050 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-10-01T02:25:05.880Z[ recovery-image] Oct 01 02:25:04.112 INFO O| Oct 01 02:25:04.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56202024-10-01T02:25:05.880Z[ recovery-image] Oct 01 02:25:04.112 INFO O| Oct 01 02:25:04.112 INFO STEP 514 (remove_files) COMPLETE
56212024-10-01T02:25:05.880Z[ recovery-image] Oct 01 02:25:04.112 INFO O| Oct 01 02:25:04.112 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-10-01T02:25:05.887Z[ host-image] Oct 01 02:25:04.119 INFO O| Oct 01 02:25:04.119 INFO O| Done
56232024-10-01T02:25:05.913Z[ recovery-image] Oct 01 02:25:04.145 INFO O| Oct 01 02:25:04.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56242024-10-01T02:25:05.913Z[ recovery-image] Oct 01 02:25:04.145 INFO O| Oct 01 02:25:04.145 INFO STEP 515 (remove_files) COMPLETE
56252024-10-01T02:25:05.913Z[ recovery-image] Oct 01 02:25:04.145 INFO O| Oct 01 02:25:04.145 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-10-01T02:25:05.945Z[ recovery-image] Oct 01 02:25:04.177 INFO O| Oct 01 02:25:04.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56272024-10-01T02:25:05.945Z[ recovery-image] Oct 01 02:25:04.177 INFO O| Oct 01 02:25:04.177 INFO STEP 516 (remove_files) COMPLETE
56282024-10-01T02:25:05.948Z[ recovery-image] Oct 01 02:25:04.177 INFO O| Oct 01 02:25:04.177 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-10-01T02:25:06.015Z[ recovery-image] Oct 01 02:25:04.247 INFO O| Oct 01 02:25:04.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
56302024-10-01T02:25:06.035Z[ recovery-image] Oct 01 02:25:04.267 INFO O| Oct 01 02:25:04.267 INFO STEP 517 (remove_files) COMPLETE
56312024-10-01T02:25:06.035Z[ recovery-image] Oct 01 02:25:04.267 INFO O| Oct 01 02:25:04.267 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-10-01T02:25:06.055Z[ recovery-image] Oct 01 02:25:04.287 INFO O| Oct 01 02:25:04.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
56332024-10-01T02:25:06.076Z[ recovery-image] Oct 01 02:25:04.308 INFO O| Oct 01 02:25:04.308 INFO STEP 518 (remove_files) COMPLETE
56342024-10-01T02:25:06.076Z[ recovery-image] Oct 01 02:25:04.308 INFO O| Oct 01 02:25:04.308 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-10-01T02:25:06.137Z[ recovery-image] Oct 01 02:25:04.368 INFO O| Oct 01 02:25:04.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
56362024-10-01T02:25:06.137Z[ recovery-image] Oct 01 02:25:04.368 INFO O| Oct 01 02:25:04.368 INFO STEP 519 (remove_files) COMPLETE
56372024-10-01T02:25:06.139Z[ recovery-image] Oct 01 02:25:04.368 INFO O| Oct 01 02:25:04.368 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-10-01T02:25:06.174Z[ recovery-image] Oct 01 02:25:04.406 INFO O| Oct 01 02:25:04.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56392024-10-01T02:25:06.177Z[ recovery-image] Oct 01 02:25:04.406 INFO O| Oct 01 02:25:04.406 INFO STEP 520 (remove_files) COMPLETE
56402024-10-01T02:25:06.177Z[ recovery-image] Oct 01 02:25:04.406 INFO O| Oct 01 02:25:04.406 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-10-01T02:25:06.197Z[ recovery-image] Oct 01 02:25:04.428 INFO O| Oct 01 02:25:04.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56422024-10-01T02:25:06.199Z[ recovery-image] Oct 01 02:25:04.428 INFO O| Oct 01 02:25:04.428 INFO STEP 521 (remove_files) COMPLETE
56432024-10-01T02:25:06.199Z[ recovery-image] Oct 01 02:25:04.429 INFO O| Oct 01 02:25:04.428 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-10-01T02:25:06.216Z[ recovery-image] Oct 01 02:25:04.448 INFO O| Oct 01 02:25:04.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56452024-10-01T02:25:06.237Z[ recovery-image] Oct 01 02:25:04.469 INFO O| Oct 01 02:25:04.469 INFO STEP 522 (remove_files) COMPLETE
56462024-10-01T02:25:06.237Z[ recovery-image] Oct 01 02:25:04.469 INFO O| Oct 01 02:25:04.469 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-10-01T02:25:06.257Z[ recovery-image] Oct 01 02:25:04.488 INFO O| Oct 01 02:25:04.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56482024-10-01T02:25:06.259Z[ recovery-image] Oct 01 02:25:04.489 INFO O| Oct 01 02:25:04.489 INFO STEP 523 (remove_files) COMPLETE
56492024-10-01T02:25:06.259Z[ recovery-image] Oct 01 02:25:04.489 INFO O| Oct 01 02:25:04.489 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-10-01T02:25:06.275Z[ recovery-image] Oct 01 02:25:04.507 INFO O| Oct 01 02:25:04.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56512024-10-01T02:25:06.278Z[ recovery-image] Oct 01 02:25:04.507 INFO O| Oct 01 02:25:04.507 INFO STEP 524 (remove_files) COMPLETE
56522024-10-01T02:25:06.278Z[ recovery-image] Oct 01 02:25:04.507 INFO O| Oct 01 02:25:04.507 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-10-01T02:25:06.300Z[ recovery-image] Oct 01 02:25:04.532 INFO O| Oct 01 02:25:04.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56542024-10-01T02:25:06.303Z[ recovery-image] Oct 01 02:25:04.532 INFO O| Oct 01 02:25:04.532 INFO STEP 525 (remove_files) COMPLETE
56552024-10-01T02:25:06.303Z[ recovery-image] Oct 01 02:25:04.532 INFO O| Oct 01 02:25:04.532 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-10-01T02:25:06.358Z[ recovery-image] Oct 01 02:25:04.589 INFO O| Oct 01 02:25:04.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56572024-10-01T02:25:06.358Z[ recovery-image] Oct 01 02:25:04.590 INFO O| Oct 01 02:25:04.590 INFO STEP 526 (remove_files) COMPLETE
56582024-10-01T02:25:06.361Z[ recovery-image] Oct 01 02:25:04.590 INFO O| Oct 01 02:25:04.590 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-10-01T02:25:06.377Z[ recovery-image] Oct 01 02:25:04.608 INFO O| Oct 01 02:25:04.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56602024-10-01T02:25:06.377Z[ recovery-image] Oct 01 02:25:04.608 INFO O| Oct 01 02:25:04.608 INFO STEP 527 (remove_files) COMPLETE
56612024-10-01T02:25:06.377Z[ recovery-image] Oct 01 02:25:04.608 INFO O| Oct 01 02:25:04.608 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-10-01T02:25:06.394Z[ recovery-image] Oct 01 02:25:04.625 INFO O| Oct 01 02:25:04.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56632024-10-01T02:25:06.394Z[ recovery-image] Oct 01 02:25:04.626 INFO O| Oct 01 02:25:04.626 INFO STEP 528 (remove_files) COMPLETE
56642024-10-01T02:25:06.397Z[ recovery-image] Oct 01 02:25:04.626 INFO O| Oct 01 02:25:04.626 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-10-01T02:25:06.434Z[ recovery-image] Oct 01 02:25:04.666 INFO O| Oct 01 02:25:04.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56662024-10-01T02:25:06.434Z[ recovery-image] Oct 01 02:25:04.666 INFO O| Oct 01 02:25:04.666 INFO STEP 529 (remove_files) COMPLETE
56672024-10-01T02:25:06.437Z[ recovery-image] Oct 01 02:25:04.666 INFO O| Oct 01 02:25:04.666 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-10-01T02:25:06.472Z[ recovery-image] Oct 01 02:25:04.704 INFO O| Oct 01 02:25:04.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56692024-10-01T02:25:06.472Z[ recovery-image] Oct 01 02:25:04.704 INFO O| Oct 01 02:25:04.704 INFO STEP 530 (remove_files) COMPLETE
56702024-10-01T02:25:06.472Z[ recovery-image] Oct 01 02:25:04.704 INFO O| Oct 01 02:25:04.704 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-10-01T02:25:06.490Z[ recovery-image] Oct 01 02:25:04.722 INFO O| Oct 01 02:25:04.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56722024-10-01T02:25:06.491Z[ recovery-image] Oct 01 02:25:04.722 INFO O| Oct 01 02:25:04.722 INFO STEP 531 (remove_files) COMPLETE
56732024-10-01T02:25:06.491Z[ recovery-image] Oct 01 02:25:04.722 INFO O| Oct 01 02:25:04.722 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-10-01T02:25:06.507Z[ recovery-image] Oct 01 02:25:04.739 INFO O| Oct 01 02:25:04.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56752024-10-01T02:25:06.507Z[ recovery-image] Oct 01 02:25:04.739 INFO O| Oct 01 02:25:04.739 INFO STEP 532 (remove_files) COMPLETE
56762024-10-01T02:25:06.510Z[ recovery-image] Oct 01 02:25:04.739 INFO O| Oct 01 02:25:04.739 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-10-01T02:25:06.577Z[ recovery-image] Oct 01 02:25:04.809 INFO O| Oct 01 02:25:04.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56782024-10-01T02:25:06.577Z[ recovery-image] Oct 01 02:25:04.809 INFO O| Oct 01 02:25:04.809 INFO STEP 533 (remove_files) COMPLETE
56792024-10-01T02:25:06.577Z[ recovery-image] Oct 01 02:25:04.809 INFO O| Oct 01 02:25:04.809 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-10-01T02:25:06.595Z[ recovery-image] Oct 01 02:25:04.827 INFO O| Oct 01 02:25:04.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56812024-10-01T02:25:06.598Z[ recovery-image] Oct 01 02:25:04.827 INFO O| Oct 01 02:25:04.827 INFO STEP 534 (remove_files) COMPLETE
56822024-10-01T02:25:06.598Z[ recovery-image] Oct 01 02:25:04.827 INFO O| Oct 01 02:25:04.827 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-10-01T02:25:06.612Z[ recovery-image] Oct 01 02:25:04.843 INFO O| Oct 01 02:25:04.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56842024-10-01T02:25:06.612Z[ recovery-image] Oct 01 02:25:04.843 INFO O| Oct 01 02:25:04.843 INFO STEP 535 (remove_files) COMPLETE
56852024-10-01T02:25:06.612Z[ recovery-image] Oct 01 02:25:04.843 INFO O| Oct 01 02:25:04.843 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-10-01T02:25:06.629Z[ recovery-image] Oct 01 02:25:04.860 INFO O| Oct 01 02:25:04.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56872024-10-01T02:25:06.629Z[ recovery-image] Oct 01 02:25:04.861 INFO O| Oct 01 02:25:04.861 INFO STEP 536 (remove_files) COMPLETE
56882024-10-01T02:25:06.632Z[ recovery-image] Oct 01 02:25:04.861 INFO O| Oct 01 02:25:04.861 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-10-01T02:25:06.647Z[ recovery-image] Oct 01 02:25:04.879 INFO O| Oct 01 02:25:04.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56902024-10-01T02:25:06.647Z[ recovery-image] Oct 01 02:25:04.879 INFO O| Oct 01 02:25:04.879 INFO STEP 537 (remove_files) COMPLETE
56912024-10-01T02:25:06.647Z[ recovery-image] Oct 01 02:25:04.879 INFO O| Oct 01 02:25:04.879 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-10-01T02:25:06.675Z[ recovery-image] Oct 01 02:25:04.907 INFO O| Oct 01 02:25:04.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56932024-10-01T02:25:06.675Z[ recovery-image] Oct 01 02:25:04.907 INFO O| Oct 01 02:25:04.907 INFO STEP 538 (remove_files) COMPLETE
56942024-10-01T02:25:06.676Z[ recovery-image] Oct 01 02:25:04.907 INFO O| Oct 01 02:25:04.907 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-10-01T02:25:06.696Z[ recovery-image] Oct 01 02:25:04.928 INFO O| Oct 01 02:25:04.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56962024-10-01T02:25:06.696Z[ recovery-image] Oct 01 02:25:04.928 INFO O| Oct 01 02:25:04.928 INFO STEP 539 (remove_files) COMPLETE
56972024-10-01T02:25:06.699Z[ recovery-image] Oct 01 02:25:04.928 INFO O| Oct 01 02:25:04.928 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-10-01T02:25:06.739Z[ recovery-image] Oct 01 02:25:04.971 INFO O| Oct 01 02:25:04.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56992024-10-01T02:25:06.739Z[ recovery-image] Oct 01 02:25:04.971 INFO O| Oct 01 02:25:04.971 INFO STEP 540 (remove_files) COMPLETE
57002024-10-01T02:25:06.739Z[ recovery-image] Oct 01 02:25:04.971 INFO O| Oct 01 02:25:04.971 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-10-01T02:25:06.760Z[ recovery-image] Oct 01 02:25:04.991 INFO O| Oct 01 02:25:04.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57022024-10-01T02:25:06.760Z[ recovery-image] Oct 01 02:25:04.991 INFO O| Oct 01 02:25:04.991 INFO STEP 541 (remove_files) COMPLETE
57032024-10-01T02:25:06.760Z[ recovery-image] Oct 01 02:25:04.992 INFO O| Oct 01 02:25:04.991 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-10-01T02:25:06.779Z[ recovery-image] Oct 01 02:25:05.011 INFO O| Oct 01 02:25:05.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57052024-10-01T02:25:06.779Z[ recovery-image] Oct 01 02:25:05.011 INFO O| Oct 01 02:25:05.011 INFO STEP 542 (remove_files) COMPLETE
57062024-10-01T02:25:06.781Z[ recovery-image] Oct 01 02:25:05.011 INFO O| Oct 01 02:25:05.011 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-10-01T02:25:06.797Z[ recovery-image] Oct 01 02:25:05.029 INFO O| Oct 01 02:25:05.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57082024-10-01T02:25:06.797Z[ recovery-image] Oct 01 02:25:05.029 INFO O| Oct 01 02:25:05.029 INFO STEP 543 (remove_files) COMPLETE
57092024-10-01T02:25:06.800Z[ recovery-image] Oct 01 02:25:05.029 INFO O| Oct 01 02:25:05.029 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-10-01T02:25:06.834Z[ recovery-image] Oct 01 02:25:05.065 INFO O| Oct 01 02:25:05.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57112024-10-01T02:25:06.834Z[ recovery-image] Oct 01 02:25:05.065 INFO O| Oct 01 02:25:05.065 INFO STEP 544 (remove_files) COMPLETE
57122024-10-01T02:25:06.834Z[ recovery-image] Oct 01 02:25:05.065 INFO O| Oct 01 02:25:05.065 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-10-01T02:25:06.877Z[ recovery-image] Oct 01 02:25:05.109 INFO O| Oct 01 02:25:05.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57142024-10-01T02:25:06.877Z[ recovery-image] Oct 01 02:25:05.109 INFO O| Oct 01 02:25:05.109 INFO STEP 545 (remove_files) COMPLETE
57152024-10-01T02:25:06.877Z[ recovery-image] Oct 01 02:25:05.109 INFO O| Oct 01 02:25:05.109 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-10-01T02:25:06.897Z[ recovery-image] Oct 01 02:25:05.128 INFO O| Oct 01 02:25:05.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57172024-10-01T02:25:06.897Z[ recovery-image] Oct 01 02:25:05.129 INFO O| Oct 01 02:25:05.129 INFO STEP 546 (remove_files) COMPLETE
57182024-10-01T02:25:06.899Z[ recovery-image] Oct 01 02:25:05.129 INFO O| Oct 01 02:25:05.129 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-10-01T02:25:06.927Z[ recovery-image] Oct 01 02:25:05.159 INFO O| Oct 01 02:25:05.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57202024-10-01T02:25:06.928Z[ recovery-image] Oct 01 02:25:05.159 INFO O| Oct 01 02:25:05.159 INFO STEP 547 (remove_files) COMPLETE
57212024-10-01T02:25:06.931Z[ recovery-image] Oct 01 02:25:05.159 INFO O| Oct 01 02:25:05.159 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-10-01T02:25:06.962Z[ recovery-image] Oct 01 02:25:05.193 INFO O| Oct 01 02:25:05.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57232024-10-01T02:25:06.962Z[ recovery-image] Oct 01 02:25:05.193 INFO O| Oct 01 02:25:05.193 INFO STEP 548 (remove_files) COMPLETE
57242024-10-01T02:25:06.962Z[ recovery-image] Oct 01 02:25:05.193 INFO O| Oct 01 02:25:05.193 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-10-01T02:25:06.980Z[ recovery-image] Oct 01 02:25:05.212 INFO O| Oct 01 02:25:05.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
57262024-10-01T02:25:06.980Z[ recovery-image] Oct 01 02:25:05.212 INFO O| Oct 01 02:25:05.212 INFO STEP 549 (remove_files) COMPLETE
57272024-10-01T02:25:06.980Z[ recovery-image] Oct 01 02:25:05.212 INFO O| Oct 01 02:25:05.212 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-10-01T02:25:06.998Z[ recovery-image] Oct 01 02:25:05.229 INFO O| Oct 01 02:25:05.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
57292024-10-01T02:25:06.998Z[ recovery-image] Oct 01 02:25:05.229 INFO O| Oct 01 02:25:05.229 INFO STEP 550 (remove_files) COMPLETE
57302024-10-01T02:25:07.000Z[ recovery-image] Oct 01 02:25:05.229 INFO O| Oct 01 02:25:05.229 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-10-01T02:25:07.014Z[ recovery-image] Oct 01 02:25:05.246 INFO O| Oct 01 02:25:05.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
57322024-10-01T02:25:07.017Z[ recovery-image] Oct 01 02:25:05.246 INFO O| Oct 01 02:25:05.246 INFO STEP 551 (remove_files) COMPLETE
57332024-10-01T02:25:07.017Z[ recovery-image] Oct 01 02:25:05.246 INFO O| Oct 01 02:25:05.246 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-10-01T02:25:07.031Z[ recovery-image] Oct 01 02:25:05.263 INFO O| Oct 01 02:25:05.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
57352024-10-01T02:25:07.031Z[ recovery-image] Oct 01 02:25:05.263 INFO O| Oct 01 02:25:05.263 INFO STEP 552 (remove_files) COMPLETE
57362024-10-01T02:25:07.031Z[ recovery-image] Oct 01 02:25:05.263 INFO O| Oct 01 02:25:05.263 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-10-01T02:25:07.071Z[ recovery-image] Oct 01 02:25:05.303 INFO O| Oct 01 02:25:05.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57382024-10-01T02:25:07.071Z[ recovery-image] Oct 01 02:25:05.303 INFO O| Oct 01 02:25:05.303 INFO STEP 553 (remove_files) COMPLETE
57392024-10-01T02:25:07.074Z[ recovery-image] Oct 01 02:25:05.303 INFO O| Oct 01 02:25:05.303 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-10-01T02:25:07.091Z[ recovery-image] Oct 01 02:25:05.323 INFO O| Oct 01 02:25:05.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57412024-10-01T02:25:07.094Z[ recovery-image] Oct 01 02:25:05.323 INFO O| Oct 01 02:25:05.323 INFO STEP 554 (remove_files) COMPLETE
57422024-10-01T02:25:07.094Z[ recovery-image] Oct 01 02:25:05.323 INFO O| Oct 01 02:25:05.323 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-10-01T02:25:07.108Z[ recovery-image] Oct 01 02:25:05.339 INFO O| Oct 01 02:25:05.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57442024-10-01T02:25:07.132Z[ recovery-image] Oct 01 02:25:05.362 INFO O| Oct 01 02:25:05.362 INFO STEP 555 (remove_files) COMPLETE
57452024-10-01T02:25:07.132Z[ recovery-image] Oct 01 02:25:05.362 INFO O| Oct 01 02:25:05.362 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-10-01T02:25:07.185Z[ recovery-image] Oct 01 02:25:05.416 INFO O| Oct 01 02:25:05.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57472024-10-01T02:25:07.187Z[ recovery-image] Oct 01 02:25:05.416 INFO O| Oct 01 02:25:05.416 INFO STEP 556 (remove_files) COMPLETE
57482024-10-01T02:25:07.187Z[ recovery-image] Oct 01 02:25:05.416 INFO O| Oct 01 02:25:05.416 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-10-01T02:25:07.203Z[ recovery-image] Oct 01 02:25:05.434 INFO O| Oct 01 02:25:05.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57502024-10-01T02:25:07.203Z[ recovery-image] Oct 01 02:25:05.435 INFO O| Oct 01 02:25:05.435 INFO STEP 557 (remove_files) COMPLETE
57512024-10-01T02:25:07.203Z[ recovery-image] Oct 01 02:25:05.435 INFO O| Oct 01 02:25:05.435 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-10-01T02:25:07.237Z[ recovery-image] Oct 01 02:25:05.469 INFO O| Oct 01 02:25:05.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57532024-10-01T02:25:07.237Z[ recovery-image] Oct 01 02:25:05.469 INFO O| Oct 01 02:25:05.469 INFO STEP 558 (remove_files) COMPLETE
57542024-10-01T02:25:07.237Z[ recovery-image] Oct 01 02:25:05.469 INFO O| Oct 01 02:25:05.469 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-10-01T02:25:07.257Z[ recovery-image] Oct 01 02:25:05.488 INFO O| Oct 01 02:25:05.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57562024-10-01T02:25:07.257Z[ recovery-image] Oct 01 02:25:05.488 INFO O| Oct 01 02:25:05.488 INFO STEP 559 (remove_files) COMPLETE
57572024-10-01T02:25:07.257Z[ recovery-image] Oct 01 02:25:05.488 INFO O| Oct 01 02:25:05.488 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-10-01T02:25:07.274Z[ recovery-image] Oct 01 02:25:05.505 INFO O| Oct 01 02:25:05.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57592024-10-01T02:25:07.274Z[ recovery-image] Oct 01 02:25:05.505 INFO O| Oct 01 02:25:05.505 INFO STEP 560 (remove_files) COMPLETE
57602024-10-01T02:25:07.274Z[ recovery-image] Oct 01 02:25:05.505 INFO O| Oct 01 02:25:05.505 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-10-01T02:25:07.312Z[ recovery-image] Oct 01 02:25:05.542 INFO O| Oct 01 02:25:05.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57622024-10-01T02:25:07.312Z[ recovery-image] Oct 01 02:25:05.542 INFO O| Oct 01 02:25:05.542 INFO STEP 561 (remove_files) COMPLETE
57632024-10-01T02:25:07.312Z[ recovery-image] Oct 01 02:25:05.542 INFO O| Oct 01 02:25:05.542 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-10-01T02:25:07.328Z[ recovery-image] Oct 01 02:25:05.559 INFO O| Oct 01 02:25:05.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57652024-10-01T02:25:07.328Z[ recovery-image] Oct 01 02:25:05.559 INFO O| Oct 01 02:25:05.559 INFO STEP 562 (remove_files) COMPLETE
57662024-10-01T02:25:07.328Z[ recovery-image] Oct 01 02:25:05.559 INFO O| Oct 01 02:25:05.559 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-10-01T02:25:07.361Z[ recovery-image] Oct 01 02:25:05.592 INFO O| Oct 01 02:25:05.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57682024-10-01T02:25:07.361Z[ recovery-image] Oct 01 02:25:05.592 INFO O| Oct 01 02:25:05.592 INFO STEP 563 (remove_files) COMPLETE
57692024-10-01T02:25:07.361Z[ recovery-image] Oct 01 02:25:05.592 INFO O| Oct 01 02:25:05.592 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-10-01T02:25:07.417Z[ recovery-image] Oct 01 02:25:05.648 INFO O| Oct 01 02:25:05.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57712024-10-01T02:25:07.417Z[ recovery-image] Oct 01 02:25:05.648 INFO O| Oct 01 02:25:05.648 INFO STEP 564 (remove_files) COMPLETE
57722024-10-01T02:25:07.417Z[ recovery-image] Oct 01 02:25:05.648 INFO O| Oct 01 02:25:05.648 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-10-01T02:25:07.479Z[ recovery-image] Oct 01 02:25:05.710 INFO O| Oct 01 02:25:05.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57742024-10-01T02:25:07.479Z[ recovery-image] Oct 01 02:25:05.711 INFO O| Oct 01 02:25:05.711 INFO STEP 565 (remove_files) COMPLETE
57752024-10-01T02:25:07.479Z[ recovery-image] Oct 01 02:25:05.711 INFO O| Oct 01 02:25:05.711 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-10-01T02:25:07.499Z[ recovery-image] Oct 01 02:25:05.730 INFO O| Oct 01 02:25:05.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57772024-10-01T02:25:07.499Z[ recovery-image] Oct 01 02:25:05.730 INFO O| Oct 01 02:25:05.730 INFO STEP 566 (remove_files) COMPLETE
57782024-10-01T02:25:07.499Z[ recovery-image] Oct 01 02:25:05.730 INFO O| Oct 01 02:25:05.730 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-10-01T02:25:07.517Z[ recovery-image] Oct 01 02:25:05.748 INFO O| Oct 01 02:25:05.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57802024-10-01T02:25:07.519Z[ recovery-image] Oct 01 02:25:05.748 INFO O| Oct 01 02:25:05.748 INFO STEP 567 (remove_files) COMPLETE
57812024-10-01T02:25:07.519Z[ recovery-image] Oct 01 02:25:05.749 INFO O| Oct 01 02:25:05.748 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-10-01T02:25:07.535Z[ recovery-image] Oct 01 02:25:05.766 INFO O| Oct 01 02:25:05.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57832024-10-01T02:25:07.535Z[ recovery-image] Oct 01 02:25:05.766 INFO O| Oct 01 02:25:05.766 INFO STEP 568 (remove_files) COMPLETE
57842024-10-01T02:25:07.537Z[ recovery-image] Oct 01 02:25:05.767 INFO O| Oct 01 02:25:05.766 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-10-01T02:25:07.553Z[ recovery-image] Oct 01 02:25:05.784 INFO O| Oct 01 02:25:05.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57862024-10-01T02:25:07.553Z[ recovery-image] Oct 01 02:25:05.784 INFO O| Oct 01 02:25:05.784 INFO STEP 569 (remove_files) COMPLETE
57872024-10-01T02:25:07.553Z[ recovery-image] Oct 01 02:25:05.784 INFO O| Oct 01 02:25:05.784 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-10-01T02:25:07.569Z[ recovery-image] Oct 01 02:25:05.800 INFO O| Oct 01 02:25:05.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57892024-10-01T02:25:07.569Z[ recovery-image] Oct 01 02:25:05.800 INFO O| Oct 01 02:25:05.800 INFO STEP 570 (remove_files) COMPLETE
57902024-10-01T02:25:07.569Z[ recovery-image] Oct 01 02:25:05.800 INFO O| Oct 01 02:25:05.800 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-10-01T02:25:07.585Z[ recovery-image] Oct 01 02:25:05.816 INFO O| Oct 01 02:25:05.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57922024-10-01T02:25:07.585Z[ recovery-image] Oct 01 02:25:05.816 INFO O| Oct 01 02:25:05.816 INFO STEP 571 (remove_files) COMPLETE
57932024-10-01T02:25:07.585Z[ recovery-image] Oct 01 02:25:05.816 INFO O| Oct 01 02:25:05.816 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-10-01T02:25:07.600Z[ recovery-image] Oct 01 02:25:05.832 INFO O| Oct 01 02:25:05.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57952024-10-01T02:25:07.600Z[ recovery-image] Oct 01 02:25:05.832 INFO O| Oct 01 02:25:05.832 INFO STEP 572 (remove_files) COMPLETE
57962024-10-01T02:25:07.600Z[ recovery-image] Oct 01 02:25:05.832 INFO O| Oct 01 02:25:05.832 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-10-01T02:25:07.617Z[ recovery-image] Oct 01 02:25:05.848 INFO O| Oct 01 02:25:05.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57982024-10-01T02:25:07.617Z[ recovery-image] Oct 01 02:25:05.849 INFO O| Oct 01 02:25:05.848 INFO STEP 573 (remove_files) COMPLETE
57992024-10-01T02:25:07.617Z[ recovery-image] Oct 01 02:25:05.849 INFO O| Oct 01 02:25:05.849 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-10-01T02:25:07.632Z[ recovery-image] Oct 01 02:25:05.864 INFO O| Oct 01 02:25:05.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58012024-10-01T02:25:07.650Z[ recovery-image] Oct 01 02:25:05.882 INFO O| Oct 01 02:25:05.882 INFO STEP 574 (remove_files) COMPLETE
58022024-10-01T02:25:07.650Z[ recovery-image] Oct 01 02:25:05.882 INFO O| Oct 01 02:25:05.882 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-10-01T02:25:07.669Z[ recovery-image] Oct 01 02:25:05.900 INFO O| Oct 01 02:25:05.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58042024-10-01T02:25:07.669Z[ recovery-image] Oct 01 02:25:05.900 INFO O| Oct 01 02:25:05.900 INFO STEP 575 (remove_files) COMPLETE
58052024-10-01T02:25:07.672Z[ recovery-image] Oct 01 02:25:05.900 INFO O| Oct 01 02:25:05.900 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-10-01T02:25:07.687Z[ recovery-image] Oct 01 02:25:05.917 INFO O| Oct 01 02:25:05.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58072024-10-01T02:25:07.687Z[ recovery-image] Oct 01 02:25:05.917 INFO O| Oct 01 02:25:05.917 INFO STEP 576 (remove_files) COMPLETE
58082024-10-01T02:25:07.687Z[ recovery-image] Oct 01 02:25:05.917 INFO O| Oct 01 02:25:05.917 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-10-01T02:25:07.702Z[ recovery-image] Oct 01 02:25:05.933 INFO O| Oct 01 02:25:05.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58102024-10-01T02:25:07.702Z[ recovery-image] Oct 01 02:25:05.934 INFO O| Oct 01 02:25:05.934 INFO STEP 577 (remove_files) COMPLETE
58112024-10-01T02:25:07.702Z[ recovery-image] Oct 01 02:25:05.934 INFO O| Oct 01 02:25:05.934 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-10-01T02:25:07.725Z[ recovery-image] Oct 01 02:25:05.957 INFO O| Oct 01 02:25:05.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58132024-10-01T02:25:07.727Z[ recovery-image] Oct 01 02:25:05.957 INFO O| Oct 01 02:25:05.957 INFO STEP 578 (remove_files) COMPLETE
58142024-10-01T02:25:07.727Z[ recovery-image] Oct 01 02:25:05.957 INFO O| Oct 01 02:25:05.957 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-10-01T02:25:07.743Z[ recovery-image] Oct 01 02:25:05.974 INFO O| Oct 01 02:25:05.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58162024-10-01T02:25:07.745Z[ recovery-image] Oct 01 02:25:05.975 INFO O| Oct 01 02:25:05.975 INFO STEP 579 (remove_files) COMPLETE
58172024-10-01T02:25:07.745Z[ recovery-image] Oct 01 02:25:05.975 INFO O| Oct 01 02:25:05.975 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-10-01T02:25:07.760Z[ recovery-image] Oct 01 02:25:05.992 INFO O| Oct 01 02:25:05.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58192024-10-01T02:25:07.762Z[ recovery-image] Oct 01 02:25:05.992 INFO O| Oct 01 02:25:05.992 INFO STEP 580 (remove_files) COMPLETE
58202024-10-01T02:25:07.762Z[ recovery-image] Oct 01 02:25:05.992 INFO O| Oct 01 02:25:05.992 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-10-01T02:25:07.777Z[ recovery-image] Oct 01 02:25:06.009 INFO O| Oct 01 02:25:06.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58222024-10-01T02:25:07.781Z[ recovery-image] Oct 01 02:25:06.009 INFO O| Oct 01 02:25:06.009 INFO STEP 581 (remove_files) COMPLETE
58232024-10-01T02:25:07.781Z[ recovery-image] Oct 01 02:25:06.009 INFO O| Oct 01 02:25:06.009 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-10-01T02:25:07.795Z[ recovery-image] Oct 01 02:25:06.026 INFO O| Oct 01 02:25:06.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
58252024-10-01T02:25:07.797Z[ recovery-image] Oct 01 02:25:06.026 INFO O| Oct 01 02:25:06.026 INFO STEP 582 (remove_files) COMPLETE
58262024-10-01T02:25:07.797Z[ recovery-image] Oct 01 02:25:06.027 INFO O| Oct 01 02:25:06.026 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-10-01T02:25:07.813Z[ recovery-image] Oct 01 02:25:06.044 INFO O| Oct 01 02:25:06.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
58282024-10-01T02:25:07.815Z[ recovery-image] Oct 01 02:25:06.045 INFO O| Oct 01 02:25:06.044 INFO STEP 583 (remove_files) COMPLETE
58292024-10-01T02:25:07.815Z[ recovery-image] Oct 01 02:25:06.045 INFO O| Oct 01 02:25:06.045 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-10-01T02:25:07.854Z[ recovery-image] Oct 01 02:25:06.085 INFO O| Oct 01 02:25:06.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
58312024-10-01T02:25:07.854Z[ recovery-image] Oct 01 02:25:06.085 INFO O| Oct 01 02:25:06.085 INFO STEP 584 (remove_files) COMPLETE
58322024-10-01T02:25:07.854Z[ recovery-image] Oct 01 02:25:06.085 INFO O| Oct 01 02:25:06.085 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-10-01T02:25:07.894Z[ recovery-image] Oct 01 02:25:06.126 INFO O| Oct 01 02:25:06.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
58342024-10-01T02:25:07.894Z[ recovery-image] Oct 01 02:25:06.126 INFO O| Oct 01 02:25:06.126 INFO STEP 585 (remove_files) COMPLETE
58352024-10-01T02:25:07.894Z[ recovery-image] Oct 01 02:25:06.126 INFO O| Oct 01 02:25:06.126 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-10-01T02:25:07.912Z[ recovery-image] Oct 01 02:25:06.143 INFO O| Oct 01 02:25:06.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58372024-10-01T02:25:07.912Z[ recovery-image] Oct 01 02:25:06.143 INFO O| Oct 01 02:25:06.143 INFO STEP 586 (remove_files) COMPLETE
58382024-10-01T02:25:07.912Z[ recovery-image] Oct 01 02:25:06.143 INFO O| Oct 01 02:25:06.143 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-10-01T02:25:07.951Z[ recovery-image] Oct 01 02:25:06.183 INFO O| Oct 01 02:25:06.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58402024-10-01T02:25:07.951Z[ recovery-image] Oct 01 02:25:06.183 INFO O| Oct 01 02:25:06.183 INFO STEP 587 (remove_files) COMPLETE
58412024-10-01T02:25:07.954Z[ recovery-image] Oct 01 02:25:06.183 INFO O| Oct 01 02:25:06.183 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-10-01T02:25:07.971Z[ recovery-image] Oct 01 02:25:06.202 INFO O| Oct 01 02:25:06.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58432024-10-01T02:25:07.971Z[ recovery-image] Oct 01 02:25:06.202 INFO O| Oct 01 02:25:06.202 INFO STEP 588 (remove_files) COMPLETE
58442024-10-01T02:25:07.971Z[ recovery-image] Oct 01 02:25:06.203 INFO O| Oct 01 02:25:06.202 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-10-01T02:25:07.988Z[ recovery-image] Oct 01 02:25:06.220 INFO O| Oct 01 02:25:06.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58462024-10-01T02:25:07.996Z[ recovery-image] Oct 01 02:25:06.227 INFO O| Oct 01 02:25:06.227 INFO STEP 589 (remove_files) COMPLETE
58472024-10-01T02:25:07.996Z[ recovery-image] Oct 01 02:25:06.227 INFO O| Oct 01 02:25:06.227 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-10-01T02:25:08.026Z[ recovery-image] Oct 01 02:25:06.257 INFO O| Oct 01 02:25:06.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58492024-10-01T02:25:08.026Z[ recovery-image] Oct 01 02:25:06.257 INFO O| Oct 01 02:25:06.257 INFO STEP 590 (remove_files) COMPLETE
58502024-10-01T02:25:08.026Z[ recovery-image] Oct 01 02:25:06.257 INFO O| Oct 01 02:25:06.257 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-10-01T02:25:08.061Z[ recovery-image] Oct 01 02:25:06.292 INFO O| Oct 01 02:25:06.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58522024-10-01T02:25:08.061Z[ recovery-image] Oct 01 02:25:06.292 INFO O| Oct 01 02:25:06.292 INFO STEP 591 (remove_files) COMPLETE
58532024-10-01T02:25:08.064Z[ recovery-image] Oct 01 02:25:06.292 INFO O| Oct 01 02:25:06.292 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-10-01T02:25:08.078Z[ recovery-image] Oct 01 02:25:06.310 INFO O| Oct 01 02:25:06.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58552024-10-01T02:25:08.078Z[ recovery-image] Oct 01 02:25:06.310 INFO O| Oct 01 02:25:06.310 INFO STEP 592 (remove_files) COMPLETE
58562024-10-01T02:25:08.078Z[ recovery-image] Oct 01 02:25:06.310 INFO O| Oct 01 02:25:06.310 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-10-01T02:25:08.095Z[ recovery-image] Oct 01 02:25:06.326 INFO O| Oct 01 02:25:06.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
58582024-10-01T02:25:08.095Z[ recovery-image] Oct 01 02:25:06.326 INFO O| Oct 01 02:25:06.326 INFO STEP 593 (remove_files) COMPLETE
58592024-10-01T02:25:08.095Z[ recovery-image] Oct 01 02:25:06.326 INFO O| Oct 01 02:25:06.326 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-10-01T02:25:08.122Z[ recovery-image] Oct 01 02:25:06.353 INFO O| Oct 01 02:25:06.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58612024-10-01T02:25:08.122Z[ recovery-image] Oct 01 02:25:06.353 INFO O| Oct 01 02:25:06.353 INFO STEP 594 (remove_files) COMPLETE
58622024-10-01T02:25:08.122Z[ recovery-image] Oct 01 02:25:06.353 INFO O| Oct 01 02:25:06.353 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-10-01T02:25:08.178Z[ recovery-image] Oct 01 02:25:06.410 INFO O| Oct 01 02:25:06.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58642024-10-01T02:25:08.178Z[ recovery-image] Oct 01 02:25:06.410 INFO O| Oct 01 02:25:06.410 INFO STEP 595 (remove_files) COMPLETE
58652024-10-01T02:25:08.178Z[ recovery-image] Oct 01 02:25:06.410 INFO O| Oct 01 02:25:06.410 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-10-01T02:25:08.222Z[ recovery-image] Oct 01 02:25:06.452 INFO O| Oct 01 02:25:06.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58672024-10-01T02:25:08.222Z[ recovery-image] Oct 01 02:25:06.453 INFO O| Oct 01 02:25:06.452 INFO STEP 596 (remove_files) COMPLETE
58682024-10-01T02:25:08.222Z[ recovery-image] Oct 01 02:25:06.453 INFO O| Oct 01 02:25:06.453 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-10-01T02:25:08.264Z[ recovery-image] Oct 01 02:25:06.495 INFO O| Oct 01 02:25:06.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58702024-10-01T02:25:08.264Z[ recovery-image] Oct 01 02:25:06.496 INFO O| Oct 01 02:25:06.496 INFO STEP 597 (remove_files) COMPLETE
58712024-10-01T02:25:08.266Z[ recovery-image] Oct 01 02:25:06.496 INFO O| Oct 01 02:25:06.496 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-10-01T02:25:08.282Z[ recovery-image] Oct 01 02:25:06.513 INFO O| Oct 01 02:25:06.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58732024-10-01T02:25:08.284Z[ recovery-image] Oct 01 02:25:06.513 INFO O| Oct 01 02:25:06.513 INFO STEP 598 (remove_files) COMPLETE
58742024-10-01T02:25:08.284Z[ recovery-image] Oct 01 02:25:06.513 INFO O| Oct 01 02:25:06.513 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-10-01T02:25:08.317Z[ recovery-image] Oct 01 02:25:06.548 INFO O| Oct 01 02:25:06.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58762024-10-01T02:25:08.319Z[ recovery-image] Oct 01 02:25:06.548 INFO O| Oct 01 02:25:06.548 INFO STEP 599 (remove_files) COMPLETE
58772024-10-01T02:25:08.319Z[ recovery-image] Oct 01 02:25:06.548 INFO O| Oct 01 02:25:06.548 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-10-01T02:25:08.333Z[ recovery-image] Oct 01 02:25:06.565 INFO O| Oct 01 02:25:06.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58792024-10-01T02:25:08.335Z[ recovery-image] Oct 01 02:25:06.565 INFO O| Oct 01 02:25:06.565 INFO STEP 600 (remove_files) COMPLETE
58802024-10-01T02:25:08.335Z[ recovery-image] Oct 01 02:25:06.565 INFO O| Oct 01 02:25:06.565 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-10-01T02:25:08.367Z[ recovery-image] Oct 01 02:25:06.598 INFO O| Oct 01 02:25:06.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58822024-10-01T02:25:08.367Z[ recovery-image] Oct 01 02:25:06.598 INFO O| Oct 01 02:25:06.598 INFO STEP 601 (remove_files) COMPLETE
58832024-10-01T02:25:08.367Z[ recovery-image] Oct 01 02:25:06.598 INFO O| Oct 01 02:25:06.598 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-10-01T02:25:08.401Z[ recovery-image] Oct 01 02:25:06.633 INFO O| Oct 01 02:25:06.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58852024-10-01T02:25:08.401Z[ recovery-image] Oct 01 02:25:06.633 INFO O| Oct 01 02:25:06.633 INFO STEP 602 (remove_files) COMPLETE
58862024-10-01T02:25:08.404Z[ recovery-image] Oct 01 02:25:06.633 INFO O| Oct 01 02:25:06.633 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-10-01T02:25:08.462Z[ recovery-image] Oct 01 02:25:06.693 INFO O| Oct 01 02:25:06.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58882024-10-01T02:25:08.462Z[ recovery-image] Oct 01 02:25:06.693 INFO O| Oct 01 02:25:06.693 INFO STEP 603 (remove_files) COMPLETE
58892024-10-01T02:25:08.462Z[ recovery-image] Oct 01 02:25:06.693 INFO O| Oct 01 02:25:06.693 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-10-01T02:25:08.479Z[ recovery-image] Oct 01 02:25:06.710 INFO O| Oct 01 02:25:06.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58912024-10-01T02:25:08.479Z[ recovery-image] Oct 01 02:25:06.710 INFO O| Oct 01 02:25:06.710 INFO STEP 604 (remove_files) COMPLETE
58922024-10-01T02:25:08.479Z[ recovery-image] Oct 01 02:25:06.710 INFO O| Oct 01 02:25:06.710 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-10-01T02:25:08.495Z[ recovery-image] Oct 01 02:25:06.727 INFO O| Oct 01 02:25:06.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58942024-10-01T02:25:08.513Z[ recovery-image] Oct 01 02:25:06.745 INFO O| Oct 01 02:25:06.745 INFO STEP 605 (remove_files) COMPLETE
58952024-10-01T02:25:08.513Z[ recovery-image] Oct 01 02:25:06.745 INFO O| Oct 01 02:25:06.745 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-10-01T02:25:08.543Z[ recovery-image] Oct 01 02:25:06.774 INFO O| Oct 01 02:25:06.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58972024-10-01T02:25:08.543Z[ recovery-image] Oct 01 02:25:06.774 INFO O| Oct 01 02:25:06.774 INFO STEP 606 (remove_files) COMPLETE
58982024-10-01T02:25:08.543Z[ recovery-image] Oct 01 02:25:06.774 INFO O| Oct 01 02:25:06.774 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-10-01T02:25:08.545Z[ host-image] Oct 01 02:25:06.777 INFO O| Oct 01 02:25:06.777 INFO O| Done
59002024-10-01T02:25:08.589Z[ host-image] Oct 01 02:25:06.820 INFO O| Oct 01 02:25:06.820 INFO O| Done
59012024-10-01T02:25:08.591Z[ host-image] Oct 01 02:25:06.820 INFO O| Oct 01 02:25:06.820 INFO O| Done
59022024-10-01T02:25:08.609Z[ recovery-image] Oct 01 02:25:06.840 INFO O| Oct 01 02:25:06.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59032024-10-01T02:25:08.609Z[ recovery-image] Oct 01 02:25:06.840 INFO O| Oct 01 02:25:06.840 INFO STEP 607 (remove_files) COMPLETE
59042024-10-01T02:25:08.609Z[ recovery-image] Oct 01 02:25:06.840 INFO O| Oct 01 02:25:06.840 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-10-01T02:25:08.626Z[ recovery-image] Oct 01 02:25:06.857 INFO O| Oct 01 02:25:06.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59062024-10-01T02:25:08.626Z[ recovery-image] Oct 01 02:25:06.857 INFO O| Oct 01 02:25:06.857 INFO STEP 608 (remove_files) COMPLETE
59072024-10-01T02:25:08.626Z[ recovery-image] Oct 01 02:25:06.857 INFO O| Oct 01 02:25:06.857 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-10-01T02:25:08.644Z[ recovery-image] Oct 01 02:25:06.873 INFO O| Oct 01 02:25:06.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59092024-10-01T02:25:08.644Z[ recovery-image] Oct 01 02:25:06.873 INFO O| Oct 01 02:25:06.873 INFO STEP 609 (remove_files) COMPLETE
59102024-10-01T02:25:08.644Z[ recovery-image] Oct 01 02:25:06.873 INFO O| Oct 01 02:25:06.873 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-10-01T02:25:08.658Z[ recovery-image] Oct 01 02:25:06.890 INFO O| Oct 01 02:25:06.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59122024-10-01T02:25:08.658Z[ recovery-image] Oct 01 02:25:06.890 INFO O| Oct 01 02:25:06.890 INFO STEP 610 (remove_files) COMPLETE
59132024-10-01T02:25:08.659Z[ recovery-image] Oct 01 02:25:06.890 INFO O| Oct 01 02:25:06.890 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-10-01T02:25:08.668Z[ host-image] Oct 01 02:25:06.899 INFO O| Oct 01 02:25:06.899 INFO O| Done
59152024-10-01T02:25:08.674Z[ recovery-image] Oct 01 02:25:06.905 INFO O| Oct 01 02:25:06.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59162024-10-01T02:25:08.675Z[ recovery-image] Oct 01 02:25:06.905 INFO O| Oct 01 02:25:06.905 INFO STEP 611 (remove_files) COMPLETE
59172024-10-01T02:25:08.675Z[ recovery-image] Oct 01 02:25:06.906 INFO O| Oct 01 02:25:06.905 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-10-01T02:25:08.694Z[ recovery-image] Oct 01 02:25:06.926 INFO O| Oct 01 02:25:06.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59192024-10-01T02:25:08.694Z[ recovery-image] Oct 01 02:25:06.926 INFO O| Oct 01 02:25:06.926 INFO STEP 612 (remove_files) COMPLETE
59202024-10-01T02:25:08.694Z[ recovery-image] Oct 01 02:25:06.926 INFO O| Oct 01 02:25:06.926 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-10-01T02:25:08.730Z[ recovery-image] Oct 01 02:25:06.962 INFO O| Oct 01 02:25:06.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59222024-10-01T02:25:08.730Z[ recovery-image] Oct 01 02:25:06.962 INFO O| Oct 01 02:25:06.962 INFO STEP 613 (remove_files) COMPLETE
59232024-10-01T02:25:08.730Z[ recovery-image] Oct 01 02:25:06.962 INFO O| Oct 01 02:25:06.962 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-10-01T02:25:08.786Z[ recovery-image] Oct 01 02:25:07.018 INFO O| Oct 01 02:25:07.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59252024-10-01T02:25:08.789Z[ recovery-image] Oct 01 02:25:07.018 INFO O| Oct 01 02:25:07.018 INFO STEP 614 (remove_files) COMPLETE
59262024-10-01T02:25:08.789Z[ recovery-image] Oct 01 02:25:07.018 INFO O| Oct 01 02:25:07.018 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-10-01T02:25:08.804Z[ recovery-image] Oct 01 02:25:07.035 INFO O| Oct 01 02:25:07.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59282024-10-01T02:25:08.806Z[ recovery-image] Oct 01 02:25:07.036 INFO O| Oct 01 02:25:07.036 INFO STEP 615 (remove_files) COMPLETE
59292024-10-01T02:25:08.806Z[ recovery-image] Oct 01 02:25:07.036 INFO O| Oct 01 02:25:07.036 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-10-01T02:25:08.835Z[ recovery-image] Oct 01 02:25:07.067 INFO O| Oct 01 02:25:07.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
59312024-10-01T02:25:08.835Z[ recovery-image] Oct 01 02:25:07.067 INFO O| Oct 01 02:25:07.067 INFO STEP 616 (remove_files) COMPLETE
59322024-10-01T02:25:08.838Z[ recovery-image] Oct 01 02:25:07.067 INFO O| Oct 01 02:25:07.067 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-10-01T02:25:08.852Z[ recovery-image] Oct 01 02:25:07.083 INFO O| Oct 01 02:25:07.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
59342024-10-01T02:25:08.855Z[ recovery-image] Oct 01 02:25:07.084 INFO O| Oct 01 02:25:07.083 INFO STEP 617 (remove_files) COMPLETE
59352024-10-01T02:25:08.855Z[ recovery-image] Oct 01 02:25:07.084 INFO O| Oct 01 02:25:07.083 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-10-01T02:25:08.866Z[ host-image] Oct 01 02:25:07.097 INFO O| Oct 01 02:25:07.097 INFO STEP 13 (pkg_install) COMPLETE
59372024-10-01T02:25:08.866Z[ host-image] Oct 01 02:25:07.097 INFO O| Oct 01 02:25:07.097 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
59382024-10-01T02:25:08.872Z[ recovery-image] Oct 01 02:25:07.098 INFO O| Oct 01 02:25:07.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59392024-10-01T02:25:08.872Z[ recovery-image] Oct 01 02:25:07.098 INFO O| Oct 01 02:25:07.098 INFO STEP 618 (remove_files) COMPLETE
59402024-10-01T02:25:08.872Z[ recovery-image] Oct 01 02:25:07.098 INFO O| Oct 01 02:25:07.098 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-10-01T02:25:08.882Z[ recovery-image] Oct 01 02:25:07.114 INFO O| Oct 01 02:25:07.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59422024-10-01T02:25:08.882Z[ recovery-image] Oct 01 02:25:07.114 INFO O| Oct 01 02:25:07.114 INFO STEP 619 (remove_files) COMPLETE
59432024-10-01T02:25:08.885Z[ recovery-image] Oct 01 02:25:07.114 INFO O| Oct 01 02:25:07.114 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-10-01T02:25:08.894Z[ host-image] Oct 01 02:25:07.126 INFO O| Oct 01 02:25:07.126 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
59452024-10-01T02:25:08.899Z[ recovery-image] Oct 01 02:25:07.130 INFO O| Oct 01 02:25:07.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59462024-10-01T02:25:08.901Z[ recovery-image] Oct 01 02:25:07.130 INFO O| Oct 01 02:25:07.130 INFO STEP 620 (remove_files) COMPLETE
59472024-10-01T02:25:08.901Z[ recovery-image] Oct 01 02:25:07.130 INFO O| Oct 01 02:25:07.130 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-10-01T02:25:08.966Z[ recovery-image] Oct 01 02:25:07.196 INFO O| Oct 01 02:25:07.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59492024-10-01T02:25:08.966Z[ recovery-image] Oct 01 02:25:07.196 INFO O| Oct 01 02:25:07.196 INFO STEP 621 (remove_files) COMPLETE
59502024-10-01T02:25:08.966Z[ recovery-image] Oct 01 02:25:07.196 INFO O| Oct 01 02:25:07.196 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-10-01T02:25:08.990Z[ recovery-image] Oct 01 02:25:07.222 INFO O| Oct 01 02:25:07.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59522024-10-01T02:25:08.990Z[ recovery-image] Oct 01 02:25:07.222 INFO O| Oct 01 02:25:07.222 INFO STEP 622 (remove_files) COMPLETE
59532024-10-01T02:25:08.993Z[ recovery-image] Oct 01 02:25:07.222 INFO O| Oct 01 02:25:07.222 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-10-01T02:25:09.046Z[ recovery-image] Oct 01 02:25:07.277 INFO O| Oct 01 02:25:07.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59552024-10-01T02:25:09.046Z[ recovery-image] Oct 01 02:25:07.277 INFO O| Oct 01 02:25:07.277 INFO STEP 623 (remove_files) COMPLETE
59562024-10-01T02:25:09.046Z[ recovery-image] Oct 01 02:25:07.277 INFO O| Oct 01 02:25:07.277 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-10-01T02:25:09.063Z[ recovery-image] Oct 01 02:25:07.294 INFO O| Oct 01 02:25:07.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59582024-10-01T02:25:09.063Z[ recovery-image] Oct 01 02:25:07.295 INFO O| Oct 01 02:25:07.295 INFO STEP 624 (remove_files) COMPLETE
59592024-10-01T02:25:09.065Z[ recovery-image] Oct 01 02:25:07.295 INFO O| Oct 01 02:25:07.295 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-10-01T02:25:09.094Z[ recovery-image] Oct 01 02:25:07.325 INFO O| Oct 01 02:25:07.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59612024-10-01T02:25:09.096Z[ recovery-image] Oct 01 02:25:07.325 INFO O| Oct 01 02:25:07.325 INFO STEP 625 (remove_files) COMPLETE
59622024-10-01T02:25:09.096Z[ recovery-image] Oct 01 02:25:07.325 INFO O| Oct 01 02:25:07.325 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-10-01T02:25:09.111Z[ recovery-image] Oct 01 02:25:07.343 INFO O| Oct 01 02:25:07.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59642024-10-01T02:25:09.113Z[ recovery-image] Oct 01 02:25:07.343 INFO O| Oct 01 02:25:07.343 INFO STEP 626 (remove_files) COMPLETE
59652024-10-01T02:25:09.113Z[ recovery-image] Oct 01 02:25:07.343 INFO O| Oct 01 02:25:07.343 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-10-01T02:25:09.134Z[ recovery-image] Oct 01 02:25:07.365 INFO O| Oct 01 02:25:07.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59672024-10-01T02:25:09.136Z[ recovery-image] Oct 01 02:25:07.365 INFO O| Oct 01 02:25:07.365 INFO STEP 627 (remove_files) COMPLETE
59682024-10-01T02:25:09.136Z[ recovery-image] Oct 01 02:25:07.366 INFO O| Oct 01 02:25:07.365 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-10-01T02:25:09.151Z[ recovery-image] Oct 01 02:25:07.383 INFO O| Oct 01 02:25:07.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59702024-10-01T02:25:09.153Z[ recovery-image] Oct 01 02:25:07.383 INFO O| Oct 01 02:25:07.383 INFO STEP 628 (remove_files) COMPLETE
59712024-10-01T02:25:09.153Z[ recovery-image] Oct 01 02:25:07.383 INFO O| Oct 01 02:25:07.383 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-10-01T02:25:09.168Z[ recovery-image] Oct 01 02:25:07.399 INFO O| Oct 01 02:25:07.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59732024-10-01T02:25:09.170Z[ recovery-image] Oct 01 02:25:07.399 INFO O| Oct 01 02:25:07.399 INFO STEP 629 (remove_files) COMPLETE
59742024-10-01T02:25:09.170Z[ recovery-image] Oct 01 02:25:07.399 INFO O| Oct 01 02:25:07.399 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-10-01T02:25:09.185Z[ recovery-image] Oct 01 02:25:07.416 INFO O| Oct 01 02:25:07.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59762024-10-01T02:25:09.187Z[ recovery-image] Oct 01 02:25:07.416 INFO O| Oct 01 02:25:07.416 INFO STEP 630 (remove_files) COMPLETE
59772024-10-01T02:25:09.187Z[ recovery-image] Oct 01 02:25:07.416 INFO O| Oct 01 02:25:07.416 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-10-01T02:25:09.202Z[ recovery-image] Oct 01 02:25:07.434 INFO O| Oct 01 02:25:07.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59792024-10-01T02:25:09.205Z[ recovery-image] Oct 01 02:25:07.434 INFO O| Oct 01 02:25:07.434 INFO STEP 631 (remove_files) COMPLETE
59802024-10-01T02:25:09.205Z[ recovery-image] Oct 01 02:25:07.434 INFO O| Oct 01 02:25:07.434 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-10-01T02:25:09.226Z[ recovery-image] Oct 01 02:25:07.457 INFO O| Oct 01 02:25:07.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59822024-10-01T02:25:09.226Z[ recovery-image] Oct 01 02:25:07.457 INFO O| Oct 01 02:25:07.457 INFO STEP 632 (remove_files) COMPLETE
59832024-10-01T02:25:09.229Z[ recovery-image] Oct 01 02:25:07.458 INFO O| Oct 01 02:25:07.457 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-10-01T02:25:09.286Z[ recovery-image] Oct 01 02:25:07.517 INFO O| Oct 01 02:25:07.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59852024-10-01T02:25:09.286Z[ recovery-image] Oct 01 02:25:07.517 INFO O| Oct 01 02:25:07.517 INFO STEP 633 (remove_files) COMPLETE
59862024-10-01T02:25:09.288Z[ recovery-image] Oct 01 02:25:07.517 INFO O| Oct 01 02:25:07.517 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-10-01T02:25:09.301Z[ recovery-image] Oct 01 02:25:07.532 INFO O| Oct 01 02:25:07.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59882024-10-01T02:25:09.301Z[ recovery-image] Oct 01 02:25:07.533 INFO O| Oct 01 02:25:07.533 INFO STEP 634 (remove_files) COMPLETE
59892024-10-01T02:25:09.302Z[ recovery-image] Oct 01 02:25:07.533 INFO O| Oct 01 02:25:07.533 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-10-01T02:25:09.335Z[ recovery-image] Oct 01 02:25:07.567 INFO O| Oct 01 02:25:07.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59912024-10-01T02:25:09.362Z[ recovery-image] Oct 01 02:25:07.593 INFO O| Oct 01 02:25:07.593 INFO STEP 635 (remove_files) COMPLETE
59922024-10-01T02:25:09.362Z[ recovery-image] Oct 01 02:25:07.593 INFO O| Oct 01 02:25:07.593 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-10-01T02:25:09.428Z[ recovery-image] Oct 01 02:25:07.660 INFO O| Oct 01 02:25:07.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59942024-10-01T02:25:09.431Z[ recovery-image] Oct 01 02:25:07.660 INFO O| Oct 01 02:25:07.660 INFO STEP 636 (remove_files) COMPLETE
59952024-10-01T02:25:09.431Z[ recovery-image] Oct 01 02:25:07.660 INFO O| Oct 01 02:25:07.660 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-10-01T02:25:09.447Z[ recovery-image] Oct 01 02:25:07.679 INFO O| Oct 01 02:25:07.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59972024-10-01T02:25:09.447Z[ recovery-image] Oct 01 02:25:07.679 INFO O| Oct 01 02:25:07.679 INFO STEP 637 (remove_files) COMPLETE
59982024-10-01T02:25:09.448Z[ recovery-image] Oct 01 02:25:07.679 INFO O| Oct 01 02:25:07.679 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-10-01T02:25:09.483Z[ recovery-image] Oct 01 02:25:07.715 INFO O| Oct 01 02:25:07.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60002024-10-01T02:25:09.486Z[ recovery-image] Oct 01 02:25:07.715 INFO O| Oct 01 02:25:07.715 INFO STEP 638 (remove_files) COMPLETE
60012024-10-01T02:25:09.486Z[ recovery-image] Oct 01 02:25:07.715 INFO O| Oct 01 02:25:07.715 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-10-01T02:25:09.505Z[ recovery-image] Oct 01 02:25:07.736 INFO O| Oct 01 02:25:07.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60032024-10-01T02:25:09.508Z[ recovery-image] Oct 01 02:25:07.737 INFO O| Oct 01 02:25:07.737 INFO STEP 639 (remove_files) COMPLETE
60042024-10-01T02:25:09.508Z[ recovery-image] Oct 01 02:25:07.737 INFO O| Oct 01 02:25:07.737 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-10-01T02:25:09.781Z[ recovery-image] Oct 01 02:25:08.013 INFO O| Oct 01 02:25:08.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60062024-10-01T02:25:09.782Z[ recovery-image] Oct 01 02:25:08.013 INFO O| Oct 01 02:25:08.013 INFO STEP 640 (remove_files) COMPLETE
60072024-10-01T02:25:09.782Z[ recovery-image] Oct 01 02:25:08.013 INFO O| Oct 01 02:25:08.013 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-10-01T02:25:09.841Z[ recovery-image] Oct 01 02:25:08.072 INFO O| Oct 01 02:25:08.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60092024-10-01T02:25:09.841Z[ recovery-image] Oct 01 02:25:08.072 INFO O| Oct 01 02:25:08.072 INFO STEP 641 (remove_files) COMPLETE
60102024-10-01T02:25:09.843Z[ recovery-image] Oct 01 02:25:08.072 INFO O| Oct 01 02:25:08.072 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-10-01T02:25:09.874Z[ recovery-image] Oct 01 02:25:08.105 INFO O| Oct 01 02:25:08.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60122024-10-01T02:25:09.874Z[ recovery-image] Oct 01 02:25:08.105 INFO O| Oct 01 02:25:08.105 INFO STEP 642 (remove_files) COMPLETE
60132024-10-01T02:25:09.874Z[ recovery-image] Oct 01 02:25:08.105 INFO O| Oct 01 02:25:08.105 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-10-01T02:25:09.912Z[ recovery-image] Oct 01 02:25:08.143 INFO O| Oct 01 02:25:08.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60152024-10-01T02:25:09.912Z[ recovery-image] Oct 01 02:25:08.143 INFO O| Oct 01 02:25:08.143 INFO STEP 643 (remove_files) COMPLETE
60162024-10-01T02:25:09.915Z[ recovery-image] Oct 01 02:25:08.143 INFO O| Oct 01 02:25:08.143 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-10-01T02:25:09.946Z[ recovery-image] Oct 01 02:25:08.178 INFO O| Oct 01 02:25:08.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60182024-10-01T02:25:09.947Z[ recovery-image] Oct 01 02:25:08.178 INFO O| Oct 01 02:25:08.178 INFO STEP 644 (remove_files) COMPLETE
60192024-10-01T02:25:09.949Z[ recovery-image] Oct 01 02:25:08.178 INFO O| Oct 01 02:25:08.178 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-10-01T02:25:09.986Z[ recovery-image] Oct 01 02:25:08.217 INFO O| Oct 01 02:25:08.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60212024-10-01T02:25:09.989Z[ recovery-image] Oct 01 02:25:08.218 INFO O| Oct 01 02:25:08.218 INFO STEP 645 (remove_files) COMPLETE
60222024-10-01T02:25:09.989Z[ recovery-image] Oct 01 02:25:08.218 INFO O| Oct 01 02:25:08.218 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-10-01T02:25:10.029Z[ recovery-image] Oct 01 02:25:08.260 INFO O| Oct 01 02:25:08.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60242024-10-01T02:25:10.031Z[ recovery-image] Oct 01 02:25:08.260 INFO O| Oct 01 02:25:08.260 INFO STEP 646 (remove_files) COMPLETE
60252024-10-01T02:25:10.031Z[ recovery-image] Oct 01 02:25:08.260 INFO O| Oct 01 02:25:08.260 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-10-01T02:25:10.049Z[ recovery-image] Oct 01 02:25:08.280 INFO O| Oct 01 02:25:08.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60272024-10-01T02:25:10.052Z[ recovery-image] Oct 01 02:25:08.280 INFO O| Oct 01 02:25:08.280 INFO STEP 647 (remove_files) COMPLETE
60282024-10-01T02:25:10.052Z[ recovery-image] Oct 01 02:25:08.280 INFO O| Oct 01 02:25:08.280 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-10-01T02:25:10.082Z[ recovery-image] Oct 01 02:25:08.314 INFO O| Oct 01 02:25:08.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60302024-10-01T02:25:10.082Z[ recovery-image] Oct 01 02:25:08.314 INFO O| Oct 01 02:25:08.314 INFO STEP 648 (remove_files) COMPLETE
60312024-10-01T02:25:10.082Z[ recovery-image] Oct 01 02:25:08.314 INFO O| Oct 01 02:25:08.314 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-10-01T02:25:10.112Z[ recovery-image] Oct 01 02:25:08.343 INFO O| Oct 01 02:25:08.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
60332024-10-01T02:25:10.112Z[ recovery-image] Oct 01 02:25:08.343 INFO O| Oct 01 02:25:08.343 INFO STEP 649 (remove_files) COMPLETE
60342024-10-01T02:25:10.112Z[ recovery-image] Oct 01 02:25:08.343 INFO O| Oct 01 02:25:08.343 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-10-01T02:25:10.130Z[ host-image] Oct 01 02:25:08.361 INFO O| Oct 01 02:25:08.361 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
60362024-10-01T02:25:10.149Z[ recovery-image] Oct 01 02:25:08.380 INFO O| Oct 01 02:25:08.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
60372024-10-01T02:25:10.149Z[ recovery-image] Oct 01 02:25:08.381 INFO O| Oct 01 02:25:08.380 INFO STEP 650 (remove_files) COMPLETE
60382024-10-01T02:25:10.149Z[ recovery-image] Oct 01 02:25:08.381 INFO O| Oct 01 02:25:08.381 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-10-01T02:25:10.197Z[ recovery-image] Oct 01 02:25:08.428 INFO O| Oct 01 02:25:08.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
60402024-10-01T02:25:10.200Z[ recovery-image] Oct 01 02:25:08.429 INFO O| Oct 01 02:25:08.429 INFO STEP 651 (remove_files) COMPLETE
60412024-10-01T02:25:10.200Z[ recovery-image] Oct 01 02:25:08.429 INFO O| Oct 01 02:25:08.429 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-10-01T02:25:10.229Z[ recovery-image] Oct 01 02:25:08.461 INFO O| Oct 01 02:25:08.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60432024-10-01T02:25:10.230Z[ recovery-image] Oct 01 02:25:08.461 INFO O| Oct 01 02:25:08.461 INFO STEP 652 (remove_files) COMPLETE
60442024-10-01T02:25:10.230Z[ recovery-image] Oct 01 02:25:08.461 INFO O| Oct 01 02:25:08.461 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-10-01T02:25:10.267Z[ recovery-image] Oct 01 02:25:08.498 INFO O| Oct 01 02:25:08.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60462024-10-01T02:25:10.267Z[ recovery-image] Oct 01 02:25:08.498 INFO O| Oct 01 02:25:08.498 INFO STEP 653 (remove_files) COMPLETE
60472024-10-01T02:25:10.270Z[ recovery-image] Oct 01 02:25:08.498 INFO O| Oct 01 02:25:08.498 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-10-01T02:25:10.291Z[ recovery-image] Oct 01 02:25:08.522 INFO O| Oct 01 02:25:08.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60492024-10-01T02:25:10.307Z[ recovery-image] Oct 01 02:25:08.538 INFO O| Oct 01 02:25:08.538 INFO STEP 654 (remove_files) COMPLETE
60502024-10-01T02:25:10.307Z[ recovery-image] Oct 01 02:25:08.538 INFO O| Oct 01 02:25:08.538 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-10-01T02:25:10.363Z[ recovery-image] Oct 01 02:25:08.594 INFO O| Oct 01 02:25:08.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60522024-10-01T02:25:10.363Z[ recovery-image] Oct 01 02:25:08.594 INFO O| Oct 01 02:25:08.594 INFO STEP 655 (remove_files) COMPLETE
60532024-10-01T02:25:10.366Z[ recovery-image] Oct 01 02:25:08.594 INFO O| Oct 01 02:25:08.594 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-10-01T02:25:10.409Z[ recovery-image] Oct 01 02:25:08.640 INFO O| Oct 01 02:25:08.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60552024-10-01T02:25:10.411Z[ recovery-image] Oct 01 02:25:08.640 INFO O| Oct 01 02:25:08.640 INFO STEP 656 (remove_files) COMPLETE
60562024-10-01T02:25:10.411Z[ recovery-image] Oct 01 02:25:08.640 INFO O| Oct 01 02:25:08.640 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-10-01T02:25:10.426Z[ recovery-image] Oct 01 02:25:08.657 INFO O| Oct 01 02:25:08.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60582024-10-01T02:25:10.426Z[ recovery-image] Oct 01 02:25:08.658 INFO O| Oct 01 02:25:08.658 INFO STEP 657 (remove_files) COMPLETE
60592024-10-01T02:25:10.429Z[ recovery-image] Oct 01 02:25:08.658 INFO O| Oct 01 02:25:08.658 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-10-01T02:25:10.451Z[ recovery-image] Oct 01 02:25:08.682 INFO O| Oct 01 02:25:08.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60612024-10-01T02:25:10.454Z[ recovery-image] Oct 01 02:25:08.683 INFO O| Oct 01 02:25:08.683 INFO STEP 658 (remove_files) COMPLETE
60622024-10-01T02:25:10.454Z[ recovery-image] Oct 01 02:25:08.683 INFO O| Oct 01 02:25:08.683 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-10-01T02:25:10.472Z[ recovery-image] Oct 01 02:25:08.703 INFO O| Oct 01 02:25:08.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60642024-10-01T02:25:10.475Z[ recovery-image] Oct 01 02:25:08.704 INFO O| Oct 01 02:25:08.704 INFO STEP 659 (remove_files) COMPLETE
60652024-10-01T02:25:10.475Z[ recovery-image] Oct 01 02:25:08.704 INFO O| Oct 01 02:25:08.704 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-10-01T02:25:10.491Z[ recovery-image] Oct 01 02:25:08.722 INFO O| Oct 01 02:25:08.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60672024-10-01T02:25:10.493Z[ recovery-image] Oct 01 02:25:08.722 INFO O| Oct 01 02:25:08.722 INFO STEP 660 (remove_files) COMPLETE
60682024-10-01T02:25:10.493Z[ recovery-image] Oct 01 02:25:08.722 INFO O| Oct 01 02:25:08.722 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-10-01T02:25:10.508Z[ recovery-image] Oct 01 02:25:08.739 INFO O| Oct 01 02:25:08.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60702024-10-01T02:25:10.511Z[ recovery-image] Oct 01 02:25:08.740 INFO O| Oct 01 02:25:08.740 INFO STEP 661 (remove_files) COMPLETE
60712024-10-01T02:25:10.511Z[ recovery-image] Oct 01 02:25:08.740 INFO O| Oct 01 02:25:08.740 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-10-01T02:25:10.528Z[ recovery-image] Oct 01 02:25:08.759 INFO O| Oct 01 02:25:08.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60732024-10-01T02:25:10.528Z[ recovery-image] Oct 01 02:25:08.759 INFO O| Oct 01 02:25:08.759 INFO STEP 662 (remove_files) COMPLETE
60742024-10-01T02:25:10.528Z[ recovery-image] Oct 01 02:25:08.759 INFO O| Oct 01 02:25:08.759 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-10-01T02:25:10.545Z[ recovery-image] Oct 01 02:25:08.777 INFO O| Oct 01 02:25:08.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60762024-10-01T02:25:10.545Z[ recovery-image] Oct 01 02:25:08.777 INFO O| Oct 01 02:25:08.777 INFO STEP 663 (remove_files) COMPLETE
60772024-10-01T02:25:10.545Z[ recovery-image] Oct 01 02:25:08.777 INFO O| Oct 01 02:25:08.777 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-10-01T02:25:10.561Z[ recovery-image] Oct 01 02:25:08.792 INFO O| Oct 01 02:25:08.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60792024-10-01T02:25:10.561Z[ recovery-image] Oct 01 02:25:08.792 INFO O| Oct 01 02:25:08.792 INFO STEP 664 (remove_files) COMPLETE
60802024-10-01T02:25:10.563Z[ recovery-image] Oct 01 02:25:08.792 INFO O| Oct 01 02:25:08.792 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-10-01T02:25:10.576Z[ recovery-image] Oct 01 02:25:08.808 INFO O| Oct 01 02:25:08.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60822024-10-01T02:25:10.579Z[ recovery-image] Oct 01 02:25:08.808 INFO O| Oct 01 02:25:08.808 INFO STEP 665 (remove_files) COMPLETE
60832024-10-01T02:25:10.580Z[ recovery-image] Oct 01 02:25:08.808 INFO O| Oct 01 02:25:08.808 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-10-01T02:25:10.615Z[ recovery-image] Oct 01 02:25:08.846 INFO O| Oct 01 02:25:08.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60852024-10-01T02:25:10.615Z[ recovery-image] Oct 01 02:25:08.846 INFO O| Oct 01 02:25:08.846 INFO STEP 666 (remove_files) COMPLETE
60862024-10-01T02:25:10.618Z[ recovery-image] Oct 01 02:25:08.846 INFO O| Oct 01 02:25:08.846 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-10-01T02:25:10.651Z[ recovery-image] Oct 01 02:25:08.883 INFO O| Oct 01 02:25:08.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60882024-10-01T02:25:10.651Z[ recovery-image] Oct 01 02:25:08.883 INFO O| Oct 01 02:25:08.883 INFO STEP 667 (remove_files) COMPLETE
60892024-10-01T02:25:10.651Z[ recovery-image] Oct 01 02:25:08.883 INFO O| Oct 01 02:25:08.883 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-10-01T02:25:10.670Z[ recovery-image] Oct 01 02:25:08.901 INFO O| Oct 01 02:25:08.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60912024-10-01T02:25:10.670Z[ recovery-image] Oct 01 02:25:08.901 INFO O| Oct 01 02:25:08.901 INFO STEP 668 (remove_files) COMPLETE
60922024-10-01T02:25:10.670Z[ recovery-image] Oct 01 02:25:08.901 INFO O| Oct 01 02:25:08.901 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-10-01T02:25:10.705Z[ recovery-image] Oct 01 02:25:08.936 INFO O| Oct 01 02:25:08.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60942024-10-01T02:25:10.705Z[ recovery-image] Oct 01 02:25:08.936 INFO O| Oct 01 02:25:08.936 INFO STEP 669 (remove_files) COMPLETE
60952024-10-01T02:25:10.705Z[ recovery-image] Oct 01 02:25:08.936 INFO O| Oct 01 02:25:08.936 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-10-01T02:25:10.728Z[ recovery-image] Oct 01 02:25:08.958 INFO O| Oct 01 02:25:08.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60972024-10-01T02:25:10.728Z[ recovery-image] Oct 01 02:25:08.958 INFO O| Oct 01 02:25:08.958 INFO STEP 670 (remove_files) COMPLETE
60982024-10-01T02:25:10.728Z[ recovery-image] Oct 01 02:25:08.959 INFO O| Oct 01 02:25:08.958 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-10-01T02:25:10.767Z[ recovery-image] Oct 01 02:25:08.998 INFO O| Oct 01 02:25:08.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61002024-10-01T02:25:10.769Z[ recovery-image] Oct 01 02:25:08.998 INFO O| Oct 01 02:25:08.998 INFO STEP 671 (remove_files) COMPLETE
61012024-10-01T02:25:10.769Z[ recovery-image] Oct 01 02:25:08.998 INFO O| Oct 01 02:25:08.998 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-10-01T02:25:10.815Z[ recovery-image] Oct 01 02:25:09.047 INFO O| Oct 01 02:25:09.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61032024-10-01T02:25:10.818Z[ recovery-image] Oct 01 02:25:09.047 INFO O| Oct 01 02:25:09.047 INFO STEP 672 (remove_files) COMPLETE
61042024-10-01T02:25:10.818Z[ recovery-image] Oct 01 02:25:09.047 INFO O| Oct 01 02:25:09.047 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-10-01T02:25:10.837Z[ recovery-image] Oct 01 02:25:09.068 INFO O| Oct 01 02:25:09.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61062024-10-01T02:25:10.857Z[ recovery-image] Oct 01 02:25:09.088 INFO O| Oct 01 02:25:09.088 INFO STEP 673 (remove_files) COMPLETE
61072024-10-01T02:25:10.857Z[ recovery-image] Oct 01 02:25:09.088 INFO O| Oct 01 02:25:09.088 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-10-01T02:25:10.909Z[ recovery-image] Oct 01 02:25:09.140 INFO O| Oct 01 02:25:09.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61092024-10-01T02:25:10.909Z[ recovery-image] Oct 01 02:25:09.140 INFO O| Oct 01 02:25:09.140 INFO STEP 674 (remove_files) COMPLETE
61102024-10-01T02:25:10.911Z[ recovery-image] Oct 01 02:25:09.140 INFO O| Oct 01 02:25:09.140 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-10-01T02:25:10.928Z[ recovery-image] Oct 01 02:25:09.159 INFO O| Oct 01 02:25:09.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61122024-10-01T02:25:10.928Z[ recovery-image] Oct 01 02:25:09.159 INFO O| Oct 01 02:25:09.159 INFO STEP 675 (remove_files) COMPLETE
61132024-10-01T02:25:10.930Z[ recovery-image] Oct 01 02:25:09.159 INFO O| Oct 01 02:25:09.159 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-10-01T02:25:10.961Z[ recovery-image] Oct 01 02:25:09.192 INFO O| Oct 01 02:25:09.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61152024-10-01T02:25:10.961Z[ recovery-image] Oct 01 02:25:09.192 INFO O| Oct 01 02:25:09.192 INFO STEP 676 (remove_files) COMPLETE
61162024-10-01T02:25:10.961Z[ recovery-image] Oct 01 02:25:09.192 INFO O| Oct 01 02:25:09.192 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-10-01T02:25:10.982Z[ recovery-image] Oct 01 02:25:09.213 INFO O| Oct 01 02:25:09.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61182024-10-01T02:25:10.982Z[ recovery-image] Oct 01 02:25:09.213 INFO O| Oct 01 02:25:09.213 INFO STEP 677 (remove_files) COMPLETE
61192024-10-01T02:25:10.982Z[ recovery-image] Oct 01 02:25:09.213 INFO O| Oct 01 02:25:09.213 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-10-01T02:25:11.008Z[ recovery-image] Oct 01 02:25:09.239 INFO O| Oct 01 02:25:09.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61212024-10-01T02:25:11.008Z[ recovery-image] Oct 01 02:25:09.239 INFO O| Oct 01 02:25:09.239 INFO STEP 678 (remove_files) COMPLETE
61222024-10-01T02:25:11.008Z[ recovery-image] Oct 01 02:25:09.239 INFO O| Oct 01 02:25:09.239 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-10-01T02:25:11.063Z[ recovery-image] Oct 01 02:25:09.295 INFO O| Oct 01 02:25:09.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61242024-10-01T02:25:11.087Z[ recovery-image] Oct 01 02:25:09.318 INFO O| Oct 01 02:25:09.318 INFO STEP 679 (remove_files) COMPLETE
61252024-10-01T02:25:11.087Z[ recovery-image] Oct 01 02:25:09.318 INFO O| Oct 01 02:25:09.318 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-10-01T02:25:11.146Z[ recovery-image] Oct 01 02:25:09.377 INFO O| Oct 01 02:25:09.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61272024-10-01T02:25:11.148Z[ recovery-image] Oct 01 02:25:09.377 INFO O| Oct 01 02:25:09.377 INFO STEP 680 (remove_files) COMPLETE
61282024-10-01T02:25:11.148Z[ recovery-image] Oct 01 02:25:09.377 INFO O| Oct 01 02:25:09.377 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-10-01T02:25:11.165Z[ recovery-image] Oct 01 02:25:09.396 INFO O| Oct 01 02:25:09.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
61302024-10-01T02:25:11.165Z[ recovery-image] Oct 01 02:25:09.396 INFO O| Oct 01 02:25:09.396 INFO STEP 681 (remove_files) COMPLETE
61312024-10-01T02:25:11.167Z[ recovery-image] Oct 01 02:25:09.396 INFO O| Oct 01 02:25:09.396 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-10-01T02:25:11.203Z[ recovery-image] Oct 01 02:25:09.434 INFO O| Oct 01 02:25:09.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
61332024-10-01T02:25:11.205Z[ recovery-image] Oct 01 02:25:09.434 INFO O| Oct 01 02:25:09.434 INFO STEP 682 (remove_files) COMPLETE
61342024-10-01T02:25:11.206Z[ recovery-image] Oct 01 02:25:09.434 INFO O| Oct 01 02:25:09.434 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-10-01T02:25:11.224Z[ recovery-image] Oct 01 02:25:09.455 INFO O| Oct 01 02:25:09.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
61362024-10-01T02:25:11.226Z[ recovery-image] Oct 01 02:25:09.455 INFO O| Oct 01 02:25:09.455 INFO STEP 683 (remove_files) COMPLETE
61372024-10-01T02:25:11.226Z[ recovery-image] Oct 01 02:25:09.455 INFO O| Oct 01 02:25:09.455 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-10-01T02:25:11.244Z[ recovery-image] Oct 01 02:25:09.475 INFO O| Oct 01 02:25:09.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61392024-10-01T02:25:11.246Z[ recovery-image] Oct 01 02:25:09.475 INFO O| Oct 01 02:25:09.475 INFO STEP 684 (remove_files) COMPLETE
61402024-10-01T02:25:11.246Z[ recovery-image] Oct 01 02:25:09.475 INFO O| Oct 01 02:25:09.475 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-10-01T02:25:11.280Z[ recovery-image] Oct 01 02:25:09.510 INFO O| Oct 01 02:25:09.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61422024-10-01T02:25:11.283Z[ recovery-image] Oct 01 02:25:09.511 INFO O| Oct 01 02:25:09.511 INFO STEP 685 (remove_files) COMPLETE
61432024-10-01T02:25:11.283Z[ recovery-image] Oct 01 02:25:09.511 INFO O| Oct 01 02:25:09.511 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-10-01T02:25:11.300Z[ recovery-image] Oct 01 02:25:09.531 INFO O| Oct 01 02:25:09.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61452024-10-01T02:25:11.303Z[ recovery-image] Oct 01 02:25:09.531 INFO O| Oct 01 02:25:09.531 INFO STEP 686 (remove_files) COMPLETE
61462024-10-01T02:25:11.304Z[ recovery-image] Oct 01 02:25:09.532 INFO O| Oct 01 02:25:09.531 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-10-01T02:25:11.320Z[ recovery-image] Oct 01 02:25:09.551 INFO O| Oct 01 02:25:09.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61482024-10-01T02:25:11.320Z[ recovery-image] Oct 01 02:25:09.551 INFO O| Oct 01 02:25:09.551 INFO STEP 687 (remove_files) COMPLETE
61492024-10-01T02:25:11.320Z[ recovery-image] Oct 01 02:25:09.551 INFO O| Oct 01 02:25:09.551 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-10-01T02:25:11.338Z[ recovery-image] Oct 01 02:25:09.570 INFO O| Oct 01 02:25:09.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61512024-10-01T02:25:11.338Z[ recovery-image] Oct 01 02:25:09.570 INFO O| Oct 01 02:25:09.570 INFO STEP 688 (remove_files) COMPLETE
61522024-10-01T02:25:11.341Z[ recovery-image] Oct 01 02:25:09.570 INFO O| Oct 01 02:25:09.570 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-10-01T02:25:11.357Z[ recovery-image] Oct 01 02:25:09.588 INFO O| Oct 01 02:25:09.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61542024-10-01T02:25:11.359Z[ recovery-image] Oct 01 02:25:09.588 INFO O| Oct 01 02:25:09.588 INFO STEP 689 (remove_files) COMPLETE
61552024-10-01T02:25:11.359Z[ recovery-image] Oct 01 02:25:09.588 INFO O| Oct 01 02:25:09.588 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-10-01T02:25:11.376Z[ recovery-image] Oct 01 02:25:09.608 INFO O| Oct 01 02:25:09.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61572024-10-01T02:25:11.379Z[ recovery-image] Oct 01 02:25:09.608 INFO O| Oct 01 02:25:09.608 INFO STEP 690 (remove_files) COMPLETE
61582024-10-01T02:25:11.379Z[ recovery-image] Oct 01 02:25:09.608 INFO O| Oct 01 02:25:09.608 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-10-01T02:25:11.403Z[ recovery-image] Oct 01 02:25:09.634 INFO O| Oct 01 02:25:09.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61602024-10-01T02:25:11.406Z[ recovery-image] Oct 01 02:25:09.635 INFO O| Oct 01 02:25:09.635 INFO STEP 691 (remove_files) COMPLETE
61612024-10-01T02:25:11.406Z[ recovery-image] Oct 01 02:25:09.635 INFO O| Oct 01 02:25:09.635 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-10-01T02:25:11.423Z[ recovery-image] Oct 01 02:25:09.653 INFO O| Oct 01 02:25:09.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61632024-10-01T02:25:11.423Z[ recovery-image] Oct 01 02:25:09.653 INFO O| Oct 01 02:25:09.653 INFO STEP 692 (remove_files) COMPLETE
61642024-10-01T02:25:11.423Z[ recovery-image] Oct 01 02:25:09.653 INFO O| Oct 01 02:25:09.653 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-10-01T02:25:11.439Z[ recovery-image] Oct 01 02:25:09.670 INFO O| Oct 01 02:25:09.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61662024-10-01T02:25:11.439Z[ recovery-image] Oct 01 02:25:09.670 INFO O| Oct 01 02:25:09.670 INFO STEP 693 (remove_files) COMPLETE
61672024-10-01T02:25:11.439Z[ recovery-image] Oct 01 02:25:09.670 INFO O| Oct 01 02:25:09.670 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-10-01T02:25:11.454Z[ recovery-image] Oct 01 02:25:09.686 INFO O| Oct 01 02:25:09.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61692024-10-01T02:25:11.454Z[ recovery-image] Oct 01 02:25:09.686 INFO O| Oct 01 02:25:09.686 INFO STEP 694 (remove_files) COMPLETE
61702024-10-01T02:25:11.454Z[ recovery-image] Oct 01 02:25:09.686 INFO O| Oct 01 02:25:09.686 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-10-01T02:25:11.483Z[ recovery-image] Oct 01 02:25:09.714 INFO O| Oct 01 02:25:09.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61722024-10-01T02:25:11.485Z[ recovery-image] Oct 01 02:25:09.714 INFO O| Oct 01 02:25:09.714 INFO STEP 695 (remove_files) COMPLETE
61732024-10-01T02:25:11.485Z[ recovery-image] Oct 01 02:25:09.715 INFO O| Oct 01 02:25:09.714 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-10-01T02:25:11.501Z[ recovery-image] Oct 01 02:25:09.732 INFO O| Oct 01 02:25:09.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61752024-10-01T02:25:11.521Z[ recovery-image] Oct 01 02:25:09.752 INFO O| Oct 01 02:25:09.752 INFO STEP 696 (remove_files) COMPLETE
61762024-10-01T02:25:11.521Z[ recovery-image] Oct 01 02:25:09.752 INFO O| Oct 01 02:25:09.752 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-10-01T02:25:11.538Z[ recovery-image] Oct 01 02:25:09.769 INFO O| Oct 01 02:25:09.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61782024-10-01T02:25:11.541Z[ recovery-image] Oct 01 02:25:09.770 INFO O| Oct 01 02:25:09.769 INFO STEP 697 (remove_files) COMPLETE
61792024-10-01T02:25:11.541Z[ recovery-image] Oct 01 02:25:09.770 INFO O| Oct 01 02:25:09.770 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-10-01T02:25:11.576Z[ recovery-image] Oct 01 02:25:09.808 INFO O| Oct 01 02:25:09.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61812024-10-01T02:25:11.576Z[ recovery-image] Oct 01 02:25:09.808 INFO O| Oct 01 02:25:09.808 INFO STEP 698 (remove_files) COMPLETE
61822024-10-01T02:25:11.576Z[ recovery-image] Oct 01 02:25:09.808 INFO O| Oct 01 02:25:09.808 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-10-01T02:25:11.594Z[ recovery-image] Oct 01 02:25:09.825 INFO O| Oct 01 02:25:09.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61842024-10-01T02:25:11.594Z[ recovery-image] Oct 01 02:25:09.825 INFO O| Oct 01 02:25:09.825 INFO STEP 699 (remove_files) COMPLETE
61852024-10-01T02:25:11.596Z[ recovery-image] Oct 01 02:25:09.825 INFO O| Oct 01 02:25:09.825 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-10-01T02:25:11.612Z[ recovery-image] Oct 01 02:25:09.844 INFO O| Oct 01 02:25:09.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61872024-10-01T02:25:11.612Z[ recovery-image] Oct 01 02:25:09.844 INFO O| Oct 01 02:25:09.844 INFO STEP 700 (remove_files) COMPLETE
61882024-10-01T02:25:11.612Z[ recovery-image] Oct 01 02:25:09.844 INFO O| Oct 01 02:25:09.844 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-10-01T02:25:11.630Z[ recovery-image] Oct 01 02:25:09.861 INFO O| Oct 01 02:25:09.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61902024-10-01T02:25:11.630Z[ recovery-image] Oct 01 02:25:09.861 INFO O| Oct 01 02:25:09.861 INFO STEP 701 (remove_files) COMPLETE
61912024-10-01T02:25:11.630Z[ recovery-image] Oct 01 02:25:09.861 INFO O| Oct 01 02:25:09.861 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-10-01T02:25:11.654Z[ recovery-image] Oct 01 02:25:09.885 INFO O| Oct 01 02:25:09.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61932024-10-01T02:25:11.654Z[ recovery-image] Oct 01 02:25:09.885 INFO O| Oct 01 02:25:09.885 INFO STEP 702 (remove_files) COMPLETE
61942024-10-01T02:25:11.656Z[ recovery-image] Oct 01 02:25:09.885 INFO O| Oct 01 02:25:09.885 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-10-01T02:25:11.688Z[ recovery-image] Oct 01 02:25:09.919 INFO O| Oct 01 02:25:09.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61962024-10-01T02:25:11.688Z[ recovery-image] Oct 01 02:25:09.919 INFO O| Oct 01 02:25:09.919 INFO STEP 703 (remove_files) COMPLETE
61972024-10-01T02:25:11.688Z[ recovery-image] Oct 01 02:25:09.919 INFO O| Oct 01 02:25:09.919 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-10-01T02:25:11.710Z[ recovery-image] Oct 01 02:25:09.941 INFO O| Oct 01 02:25:09.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61992024-10-01T02:25:11.710Z[ recovery-image] Oct 01 02:25:09.941 INFO O| Oct 01 02:25:09.941 INFO STEP 704 (remove_files) COMPLETE
62002024-10-01T02:25:11.710Z[ recovery-image] Oct 01 02:25:09.941 INFO O| Oct 01 02:25:09.941 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-10-01T02:25:11.733Z[ recovery-image] Oct 01 02:25:09.965 INFO O| Oct 01 02:25:09.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62022024-10-01T02:25:11.733Z[ recovery-image] Oct 01 02:25:09.965 INFO O| Oct 01 02:25:09.965 INFO STEP 705 (remove_files) COMPLETE
62032024-10-01T02:25:11.733Z[ recovery-image] Oct 01 02:25:09.965 INFO O| Oct 01 02:25:09.965 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-10-01T02:25:11.754Z[ recovery-image] Oct 01 02:25:09.985 INFO O| Oct 01 02:25:09.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62052024-10-01T02:25:11.758Z[ recovery-image] Oct 01 02:25:09.989 INFO O| Oct 01 02:25:09.989 INFO STEP 706 (remove_files) COMPLETE
62062024-10-01T02:25:11.758Z[ recovery-image] Oct 01 02:25:09.989 INFO O| Oct 01 02:25:09.989 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-10-01T02:25:11.804Z[ recovery-image] Oct 01 02:25:10.035 INFO O| Oct 01 02:25:10.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62082024-10-01T02:25:11.804Z[ recovery-image] Oct 01 02:25:10.035 INFO O| Oct 01 02:25:10.035 INFO STEP 707 (remove_files) COMPLETE
62092024-10-01T02:25:11.806Z[ recovery-image] Oct 01 02:25:10.035 INFO O| Oct 01 02:25:10.035 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-10-01T02:25:11.853Z[ recovery-image] Oct 01 02:25:10.084 INFO O| Oct 01 02:25:10.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62112024-10-01T02:25:11.853Z[ recovery-image] Oct 01 02:25:10.084 INFO O| Oct 01 02:25:10.084 INFO STEP 708 (remove_files) COMPLETE
62122024-10-01T02:25:11.853Z[ recovery-image] Oct 01 02:25:10.084 INFO O| Oct 01 02:25:10.084 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-10-01T02:25:11.872Z[ recovery-image] Oct 01 02:25:10.103 INFO O| Oct 01 02:25:10.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62142024-10-01T02:25:11.872Z[ recovery-image] Oct 01 02:25:10.103 INFO O| Oct 01 02:25:10.103 INFO STEP 709 (remove_files) COMPLETE
62152024-10-01T02:25:11.879Z[ recovery-image] Oct 01 02:25:10.103 INFO O| Oct 01 02:25:10.103 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-10-01T02:25:11.889Z[ recovery-image] Oct 01 02:25:10.120 INFO O| Oct 01 02:25:10.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62172024-10-01T02:25:11.889Z[ recovery-image] Oct 01 02:25:10.120 INFO O| Oct 01 02:25:10.120 INFO STEP 710 (remove_files) COMPLETE
62182024-10-01T02:25:11.896Z[ recovery-image] Oct 01 02:25:10.120 INFO O| Oct 01 02:25:10.120 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-10-01T02:25:11.923Z[ recovery-image] Oct 01 02:25:10.154 INFO O| Oct 01 02:25:10.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62202024-10-01T02:25:11.923Z[ recovery-image] Oct 01 02:25:10.154 INFO O| Oct 01 02:25:10.154 INFO STEP 711 (remove_files) COMPLETE
62212024-10-01T02:25:11.926Z[ recovery-image] Oct 01 02:25:10.154 INFO O| Oct 01 02:25:10.154 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-10-01T02:25:11.953Z[ recovery-image] Oct 01 02:25:10.184 INFO O| Oct 01 02:25:10.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62232024-10-01T02:25:11.953Z[ recovery-image] Oct 01 02:25:10.184 INFO O| Oct 01 02:25:10.184 INFO STEP 712 (remove_files) COMPLETE
62242024-10-01T02:25:11.953Z[ recovery-image] Oct 01 02:25:10.184 INFO O| Oct 01 02:25:10.184 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-10-01T02:25:11.971Z[ recovery-image] Oct 01 02:25:10.202 INFO O| Oct 01 02:25:10.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62262024-10-01T02:25:11.971Z[ recovery-image] Oct 01 02:25:10.202 INFO O| Oct 01 02:25:10.202 INFO STEP 713 (remove_files) COMPLETE
62272024-10-01T02:25:11.971Z[ recovery-image] Oct 01 02:25:10.202 INFO O| Oct 01 02:25:10.202 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-10-01T02:25:12.009Z[ recovery-image] Oct 01 02:25:10.240 INFO O| Oct 01 02:25:10.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62292024-10-01T02:25:12.009Z[ recovery-image] Oct 01 02:25:10.240 INFO O| Oct 01 02:25:10.240 INFO STEP 714 (remove_files) COMPLETE
62302024-10-01T02:25:12.009Z[ recovery-image] Oct 01 02:25:10.240 INFO O| Oct 01 02:25:10.240 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-10-01T02:25:12.039Z[ recovery-image] Oct 01 02:25:10.270 INFO O| Oct 01 02:25:10.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62322024-10-01T02:25:12.039Z[ recovery-image] Oct 01 02:25:10.270 INFO O| Oct 01 02:25:10.270 INFO STEP 715 (remove_files) COMPLETE
62332024-10-01T02:25:12.041Z[ recovery-image] Oct 01 02:25:10.270 INFO O| Oct 01 02:25:10.270 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-10-01T02:25:12.069Z[ recovery-image] Oct 01 02:25:10.300 INFO O| Oct 01 02:25:10.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62352024-10-01T02:25:12.069Z[ recovery-image] Oct 01 02:25:10.300 INFO O| Oct 01 02:25:10.300 INFO STEP 716 (remove_files) COMPLETE
62362024-10-01T02:25:12.069Z[ recovery-image] Oct 01 02:25:10.300 INFO O| Oct 01 02:25:10.300 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-10-01T02:25:12.089Z[ recovery-image] Oct 01 02:25:10.320 INFO O| Oct 01 02:25:10.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62382024-10-01T02:25:12.089Z[ recovery-image] Oct 01 02:25:10.320 INFO O| Oct 01 02:25:10.320 INFO STEP 717 (remove_files) COMPLETE
62392024-10-01T02:25:12.091Z[ recovery-image] Oct 01 02:25:10.320 INFO O| Oct 01 02:25:10.320 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-10-01T02:25:12.125Z[ recovery-image] Oct 01 02:25:10.356 INFO O| Oct 01 02:25:10.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62412024-10-01T02:25:12.125Z[ recovery-image] Oct 01 02:25:10.356 INFO O| Oct 01 02:25:10.356 INFO STEP 718 (remove_files) COMPLETE
62422024-10-01T02:25:12.127Z[ recovery-image] Oct 01 02:25:10.356 INFO O| Oct 01 02:25:10.356 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-10-01T02:25:12.196Z[ recovery-image] Oct 01 02:25:10.427 INFO O| Oct 01 02:25:10.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62442024-10-01T02:25:12.196Z[ recovery-image] Oct 01 02:25:10.427 INFO O| Oct 01 02:25:10.427 INFO STEP 719 (remove_files) COMPLETE
62452024-10-01T02:25:12.196Z[ recovery-image] Oct 01 02:25:10.427 INFO O| Oct 01 02:25:10.427 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-10-01T02:25:12.226Z[ recovery-image] Oct 01 02:25:10.458 INFO O| Oct 01 02:25:10.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
62472024-10-01T02:25:12.230Z[ recovery-image] Oct 01 02:25:10.458 INFO O| Oct 01 02:25:10.458 INFO STEP 720 (remove_files) COMPLETE
62482024-10-01T02:25:12.230Z[ recovery-image] Oct 01 02:25:10.458 INFO O| Oct 01 02:25:10.458 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-10-01T02:25:12.280Z[ recovery-image] Oct 01 02:25:10.511 INFO O| Oct 01 02:25:10.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62502024-10-01T02:25:12.280Z[ recovery-image] Oct 01 02:25:10.511 INFO O| Oct 01 02:25:10.511 INFO STEP 721 (remove_files) COMPLETE
62512024-10-01T02:25:12.283Z[ recovery-image] Oct 01 02:25:10.512 INFO O| Oct 01 02:25:10.511 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-10-01T02:25:12.304Z[ recovery-image] Oct 01 02:25:10.535 INFO O| Oct 01 02:25:10.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62532024-10-01T02:25:12.304Z[ recovery-image] Oct 01 02:25:10.535 INFO O| Oct 01 02:25:10.535 INFO STEP 722 (remove_files) COMPLETE
62542024-10-01T02:25:12.304Z[ recovery-image] Oct 01 02:25:10.535 INFO O| Oct 01 02:25:10.535 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-10-01T02:25:12.325Z[ recovery-image] Oct 01 02:25:10.556 INFO O| Oct 01 02:25:10.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62562024-10-01T02:25:12.325Z[ recovery-image] Oct 01 02:25:10.557 INFO O| Oct 01 02:25:10.557 INFO STEP 723 (remove_files) COMPLETE
62572024-10-01T02:25:12.325Z[ recovery-image] Oct 01 02:25:10.557 INFO O| Oct 01 02:25:10.557 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-10-01T02:25:12.347Z[ recovery-image] Oct 01 02:25:10.578 INFO O| Oct 01 02:25:10.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62592024-10-01T02:25:12.347Z[ recovery-image] Oct 01 02:25:10.578 INFO O| Oct 01 02:25:10.578 INFO STEP 724 (remove_files) COMPLETE
62602024-10-01T02:25:12.350Z[ recovery-image] Oct 01 02:25:10.578 INFO O| Oct 01 02:25:10.578 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-10-01T02:25:12.382Z[ recovery-image] Oct 01 02:25:10.613 INFO O| Oct 01 02:25:10.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62622024-10-01T02:25:12.382Z[ recovery-image] Oct 01 02:25:10.613 INFO O| Oct 01 02:25:10.613 INFO STEP 725 (remove_files) COMPLETE
62632024-10-01T02:25:12.382Z[ recovery-image] Oct 01 02:25:10.613 INFO O| Oct 01 02:25:10.613 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-10-01T02:25:12.400Z[ recovery-image] Oct 01 02:25:10.631 INFO O| Oct 01 02:25:10.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62652024-10-01T02:25:12.400Z[ recovery-image] Oct 01 02:25:10.631 INFO O| Oct 01 02:25:10.631 INFO STEP 726 (remove_files) COMPLETE
62662024-10-01T02:25:12.402Z[ recovery-image] Oct 01 02:25:10.631 INFO O| Oct 01 02:25:10.631 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-10-01T02:25:12.428Z[ recovery-image] Oct 01 02:25:10.659 INFO O| Oct 01 02:25:10.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62682024-10-01T02:25:12.431Z[ recovery-image] Oct 01 02:25:10.659 INFO O| Oct 01 02:25:10.659 INFO STEP 727 (remove_files) COMPLETE
62692024-10-01T02:25:12.431Z[ recovery-image] Oct 01 02:25:10.660 INFO O| Oct 01 02:25:10.659 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-10-01T02:25:12.449Z[ recovery-image] Oct 01 02:25:10.680 INFO O| Oct 01 02:25:10.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62712024-10-01T02:25:12.449Z[ recovery-image] Oct 01 02:25:10.680 INFO O| Oct 01 02:25:10.680 INFO STEP 728 (remove_files) COMPLETE
62722024-10-01T02:25:12.449Z[ recovery-image] Oct 01 02:25:10.680 INFO O| Oct 01 02:25:10.680 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-10-01T02:25:12.466Z[ recovery-image] Oct 01 02:25:10.697 INFO O| Oct 01 02:25:10.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62742024-10-01T02:25:12.491Z[ recovery-image] Oct 01 02:25:10.722 INFO O| Oct 01 02:25:10.722 INFO STEP 729 (remove_files) COMPLETE
62752024-10-01T02:25:12.491Z[ recovery-image] Oct 01 02:25:10.722 INFO O| Oct 01 02:25:10.722 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-10-01T02:25:12.532Z[ recovery-image] Oct 01 02:25:10.764 INFO O| Oct 01 02:25:10.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62772024-10-01T02:25:12.532Z[ recovery-image] Oct 01 02:25:10.764 INFO O| Oct 01 02:25:10.764 INFO STEP 730 (remove_files) COMPLETE
62782024-10-01T02:25:12.532Z[ recovery-image] Oct 01 02:25:10.764 INFO O| Oct 01 02:25:10.764 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-10-01T02:25:12.563Z[ recovery-image] Oct 01 02:25:10.794 INFO O| Oct 01 02:25:10.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62802024-10-01T02:25:12.571Z[ recovery-image] Oct 01 02:25:10.802 INFO O| Oct 01 02:25:10.802 INFO STEP 731 (remove_files) COMPLETE
62812024-10-01T02:25:12.571Z[ recovery-image] Oct 01 02:25:10.802 INFO O| Oct 01 02:25:10.802 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-10-01T02:25:12.608Z[ recovery-image] Oct 01 02:25:10.839 INFO O| Oct 01 02:25:10.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62832024-10-01T02:25:12.631Z[ recovery-image] Oct 01 02:25:10.862 INFO O| Oct 01 02:25:10.862 INFO STEP 732 (remove_files) COMPLETE
62842024-10-01T02:25:12.631Z[ recovery-image] Oct 01 02:25:10.862 INFO O| Oct 01 02:25:10.862 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-10-01T02:25:12.668Z[ recovery-image] Oct 01 02:25:10.899 INFO O| Oct 01 02:25:10.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62862024-10-01T02:25:12.671Z[ recovery-image] Oct 01 02:25:10.899 INFO O| Oct 01 02:25:10.899 INFO STEP 733 (remove_files) COMPLETE
62872024-10-01T02:25:12.671Z[ recovery-image] Oct 01 02:25:10.900 INFO O| Oct 01 02:25:10.899 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-10-01T02:25:12.689Z[ recovery-image] Oct 01 02:25:10.920 INFO O| Oct 01 02:25:10.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62892024-10-01T02:25:12.691Z[ recovery-image] Oct 01 02:25:10.920 INFO O| Oct 01 02:25:10.920 INFO STEP 734 (remove_files) COMPLETE
62902024-10-01T02:25:12.691Z[ recovery-image] Oct 01 02:25:10.920 INFO O| Oct 01 02:25:10.920 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-10-01T02:25:12.709Z[ recovery-image] Oct 01 02:25:10.940 INFO O| Oct 01 02:25:10.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62922024-10-01T02:25:12.711Z[ recovery-image] Oct 01 02:25:10.940 INFO O| Oct 01 02:25:10.940 INFO STEP 735 (remove_files) COMPLETE
62932024-10-01T02:25:12.711Z[ recovery-image] Oct 01 02:25:10.940 INFO O| Oct 01 02:25:10.940 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-10-01T02:25:12.731Z[ recovery-image] Oct 01 02:25:10.961 INFO O| Oct 01 02:25:10.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62952024-10-01T02:25:12.731Z[ recovery-image] Oct 01 02:25:10.961 INFO O| Oct 01 02:25:10.961 INFO STEP 736 (remove_files) COMPLETE
62962024-10-01T02:25:12.731Z[ recovery-image] Oct 01 02:25:10.961 INFO O| Oct 01 02:25:10.961 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-10-01T02:25:12.749Z[ recovery-image] Oct 01 02:25:10.980 INFO O| Oct 01 02:25:10.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62982024-10-01T02:25:12.749Z[ recovery-image] Oct 01 02:25:10.980 INFO O| Oct 01 02:25:10.980 INFO STEP 737 (remove_files) COMPLETE
62992024-10-01T02:25:12.749Z[ recovery-image] Oct 01 02:25:10.980 INFO O| Oct 01 02:25:10.980 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-10-01T02:25:12.766Z[ recovery-image] Oct 01 02:25:10.998 INFO O| Oct 01 02:25:10.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63012024-10-01T02:25:12.766Z[ recovery-image] Oct 01 02:25:10.998 INFO O| Oct 01 02:25:10.998 INFO STEP 738 (remove_files) COMPLETE
63022024-10-01T02:25:12.769Z[ recovery-image] Oct 01 02:25:10.998 INFO O| Oct 01 02:25:10.998 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-10-01T02:25:12.785Z[ recovery-image] Oct 01 02:25:11.015 INFO O| Oct 01 02:25:11.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63042024-10-01T02:25:12.785Z[ recovery-image] Oct 01 02:25:11.015 INFO O| Oct 01 02:25:11.015 INFO STEP 739 (remove_files) COMPLETE
63052024-10-01T02:25:12.785Z[ recovery-image] Oct 01 02:25:11.015 INFO O| Oct 01 02:25:11.015 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-10-01T02:25:12.845Z[ recovery-image] Oct 01 02:25:11.075 INFO O| Oct 01 02:25:11.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63072024-10-01T02:25:12.845Z[ recovery-image] Oct 01 02:25:11.075 INFO O| Oct 01 02:25:11.075 INFO STEP 740 (remove_files) COMPLETE
63082024-10-01T02:25:12.845Z[ recovery-image] Oct 01 02:25:11.075 INFO O| Oct 01 02:25:11.075 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-10-01T02:25:12.882Z[ recovery-image] Oct 01 02:25:11.109 INFO O| Oct 01 02:25:11.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63102024-10-01T02:25:12.882Z[ recovery-image] Oct 01 02:25:11.109 INFO O| Oct 01 02:25:11.109 INFO STEP 741 (remove_files) COMPLETE
63112024-10-01T02:25:12.882Z[ recovery-image] Oct 01 02:25:11.109 INFO O| Oct 01 02:25:11.109 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-10-01T02:25:12.897Z[ recovery-image] Oct 01 02:25:11.128 INFO O| Oct 01 02:25:11.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63132024-10-01T02:25:12.897Z[ recovery-image] Oct 01 02:25:11.128 INFO O| Oct 01 02:25:11.128 INFO STEP 742 (remove_files) COMPLETE
63142024-10-01T02:25:12.897Z[ recovery-image] Oct 01 02:25:11.128 INFO O| Oct 01 02:25:11.128 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-10-01T02:25:12.929Z[ recovery-image] Oct 01 02:25:11.160 INFO O| Oct 01 02:25:11.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63162024-10-01T02:25:12.929Z[ recovery-image] Oct 01 02:25:11.160 INFO O| Oct 01 02:25:11.160 INFO STEP 743 (remove_files) COMPLETE
63172024-10-01T02:25:12.929Z[ recovery-image] Oct 01 02:25:11.160 INFO O| Oct 01 02:25:11.160 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-10-01T02:25:12.967Z[ recovery-image] Oct 01 02:25:11.198 INFO O| Oct 01 02:25:11.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63192024-10-01T02:25:12.967Z[ recovery-image] Oct 01 02:25:11.198 INFO O| Oct 01 02:25:11.198 INFO STEP 744 (remove_files) COMPLETE
63202024-10-01T02:25:12.967Z[ recovery-image] Oct 01 02:25:11.198 INFO O| Oct 01 02:25:11.198 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-10-01T02:25:12.985Z[ recovery-image] Oct 01 02:25:11.216 INFO O| Oct 01 02:25:11.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63222024-10-01T02:25:12.985Z[ recovery-image] Oct 01 02:25:11.216 INFO O| Oct 01 02:25:11.216 INFO STEP 745 (remove_files) COMPLETE
63232024-10-01T02:25:12.985Z[ recovery-image] Oct 01 02:25:11.216 INFO O| Oct 01 02:25:11.216 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-10-01T02:25:13.004Z[ recovery-image] Oct 01 02:25:11.235 INFO O| Oct 01 02:25:11.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63252024-10-01T02:25:13.004Z[ recovery-image] Oct 01 02:25:11.235 INFO O| Oct 01 02:25:11.235 INFO STEP 746 (remove_files) COMPLETE
63262024-10-01T02:25:13.004Z[ recovery-image] Oct 01 02:25:11.235 INFO O| Oct 01 02:25:11.235 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-10-01T02:25:13.038Z[ recovery-image] Oct 01 02:25:11.268 INFO O| Oct 01 02:25:11.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63282024-10-01T02:25:13.038Z[ recovery-image] Oct 01 02:25:11.268 INFO O| Oct 01 02:25:11.268 INFO STEP 747 (remove_files) COMPLETE
63292024-10-01T02:25:13.038Z[ recovery-image] Oct 01 02:25:11.268 INFO O| Oct 01 02:25:11.268 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-10-01T02:25:13.063Z[ recovery-image] Oct 01 02:25:11.294 INFO O| Oct 01 02:25:11.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63312024-10-01T02:25:13.063Z[ recovery-image] Oct 01 02:25:11.294 INFO O| Oct 01 02:25:11.294 INFO STEP 748 (remove_files) COMPLETE
63322024-10-01T02:25:13.066Z[ recovery-image] Oct 01 02:25:11.294 INFO O| Oct 01 02:25:11.294 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-10-01T02:25:13.121Z[ recovery-image] Oct 01 02:25:11.352 INFO O| Oct 01 02:25:11.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63342024-10-01T02:25:13.121Z[ recovery-image] Oct 01 02:25:11.352 INFO O| Oct 01 02:25:11.352 INFO STEP 749 (remove_files) COMPLETE
63352024-10-01T02:25:13.121Z[ recovery-image] Oct 01 02:25:11.352 INFO O| Oct 01 02:25:11.352 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-10-01T02:25:13.163Z[ recovery-image] Oct 01 02:25:11.393 INFO O| Oct 01 02:25:11.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63372024-10-01T02:25:13.163Z[ recovery-image] Oct 01 02:25:11.394 INFO O| Oct 01 02:25:11.394 INFO STEP 750 (remove_files) COMPLETE
63382024-10-01T02:25:13.163Z[ recovery-image] Oct 01 02:25:11.394 INFO O| Oct 01 02:25:11.394 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-10-01T02:25:13.175Z[ host-image] Oct 01 02:25:11.406 INFO O| Oct 01 02:25:11.406 INFO O| Planning: Solver setup ... Done
63402024-10-01T02:25:13.182Z[ host-image] Oct 01 02:25:11.413 INFO O| Oct 01 02:25:11.413 INFO O| Planning: Running solver ... Done
63412024-10-01T02:25:13.204Z[ recovery-image] Oct 01 02:25:11.435 INFO O| Oct 01 02:25:11.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63422024-10-01T02:25:13.206Z[ recovery-image] Oct 01 02:25:11.435 INFO O| Oct 01 02:25:11.435 INFO STEP 751 (remove_files) COMPLETE
63432024-10-01T02:25:13.206Z[ recovery-image] Oct 01 02:25:11.435 INFO O| Oct 01 02:25:11.435 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-10-01T02:25:13.255Z[ recovery-image] Oct 01 02:25:11.486 INFO O| Oct 01 02:25:11.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63452024-10-01T02:25:13.257Z[ recovery-image] Oct 01 02:25:11.486 INFO O| Oct 01 02:25:11.486 INFO STEP 752 (remove_files) COMPLETE
63462024-10-01T02:25:13.258Z[ recovery-image] Oct 01 02:25:11.487 INFO O| Oct 01 02:25:11.486 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-10-01T02:25:13.258Z[ host-image] Oct 01 02:25:11.488 INFO O| Oct 01 02:25:11.488 INFO O| Planning: Finding local manifests ... Done
63482024-10-01T02:25:13.260Z[ host-image] Oct 01 02:25:11.489 INFO O| Oct 01 02:25:11.489 INFO O| Planning: Fetching manifests: 0/1 0% complete
63492024-10-01T02:25:13.273Z[ recovery-image] Oct 01 02:25:11.504 INFO O| Oct 01 02:25:11.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63502024-10-01T02:25:13.276Z[ recovery-image] Oct 01 02:25:11.505 INFO O| Oct 01 02:25:11.505 INFO STEP 753 (remove_files) COMPLETE
63512024-10-01T02:25:13.276Z[ recovery-image] Oct 01 02:25:11.505 INFO O| Oct 01 02:25:11.505 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-10-01T02:25:13.384Z[ recovery-image] Oct 01 02:25:11.615 INFO O| Oct 01 02:25:11.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63532024-10-01T02:25:13.384Z[ recovery-image] Oct 01 02:25:11.615 INFO O| Oct 01 02:25:11.615 INFO STEP 754 (remove_files) COMPLETE
63542024-10-01T02:25:13.384Z[ recovery-image] Oct 01 02:25:11.615 INFO O| Oct 01 02:25:11.615 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-10-01T02:25:13.417Z[ host-image] Oct 01 02:25:11.648 INFO O| Oct 01 02:25:11.648 INFO O| Planning: Fetching manifests: 1/1 100% complete
63562024-10-01T02:25:13.433Z[ recovery-image] Oct 01 02:25:11.664 INFO O| Oct 01 02:25:11.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63572024-10-01T02:25:13.433Z[ recovery-image] Oct 01 02:25:11.664 INFO O| Oct 01 02:25:11.664 INFO STEP 755 (remove_files) COMPLETE
63582024-10-01T02:25:13.435Z[ recovery-image] Oct 01 02:25:11.664 INFO O| Oct 01 02:25:11.664 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-10-01T02:25:13.449Z[ host-image] Oct 01 02:25:11.679 INFO O| Oct 01 02:25:11.679 INFO O| Planning: Package planning ... Done
63602024-10-01T02:25:13.453Z[ host-image] Oct 01 02:25:11.679 INFO O| Oct 01 02:25:11.679 INFO O| Planning: Merging actions ... Done
63612024-10-01T02:25:13.453Z[ recovery-image] Oct 01 02:25:11.684 INFO O| Oct 01 02:25:11.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63622024-10-01T02:25:13.453Z[ recovery-image] Oct 01 02:25:11.684 INFO O| Oct 01 02:25:11.684 INFO STEP 756 (remove_files) COMPLETE
63632024-10-01T02:25:13.455Z[ recovery-image] Oct 01 02:25:11.684 INFO O| Oct 01 02:25:11.684 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-10-01T02:25:13.472Z[ recovery-image] Oct 01 02:25:11.703 INFO O| Oct 01 02:25:11.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63652024-10-01T02:25:13.472Z[ recovery-image] Oct 01 02:25:11.703 INFO O| Oct 01 02:25:11.703 INFO STEP 757 (remove_files) COMPLETE
63662024-10-01T02:25:13.472Z[ recovery-image] Oct 01 02:25:11.703 INFO O| Oct 01 02:25:11.703 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-10-01T02:25:13.490Z[ recovery-image] Oct 01 02:25:11.721 INFO O| Oct 01 02:25:11.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63682024-10-01T02:25:13.490Z[ recovery-image] Oct 01 02:25:11.722 INFO O| Oct 01 02:25:11.721 INFO STEP 758 (remove_files) COMPLETE
63692024-10-01T02:25:13.493Z[ recovery-image] Oct 01 02:25:11.722 INFO O| Oct 01 02:25:11.721 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-10-01T02:25:13.508Z[ recovery-image] Oct 01 02:25:11.739 INFO O| Oct 01 02:25:11.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63712024-10-01T02:25:13.508Z[ recovery-image] Oct 01 02:25:11.740 INFO O| Oct 01 02:25:11.740 INFO STEP 759 (remove_files) COMPLETE
63722024-10-01T02:25:13.512Z[ recovery-image] Oct 01 02:25:11.740 INFO O| Oct 01 02:25:11.740 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-10-01T02:25:13.543Z[ recovery-image] Oct 01 02:25:11.774 INFO O| Oct 01 02:25:11.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63742024-10-01T02:25:13.543Z[ recovery-image] Oct 01 02:25:11.774 INFO O| Oct 01 02:25:11.774 INFO STEP 760 (remove_files) COMPLETE
63752024-10-01T02:25:13.545Z[ recovery-image] Oct 01 02:25:11.774 INFO O| Oct 01 02:25:11.774 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-10-01T02:25:13.589Z[ host-image] Oct 01 02:25:11.820 INFO O| Oct 01 02:25:11.820 INFO O| Planning: Checking for conflicting actions ... Done
63772024-10-01T02:25:13.593Z[ host-image] Oct 01 02:25:11.821 INFO O| Oct 01 02:25:11.820 INFO O| Planning: Consolidating action changes ... Done
63782024-10-01T02:25:13.618Z[ recovery-image] Oct 01 02:25:11.849 INFO O| Oct 01 02:25:11.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63792024-10-01T02:25:13.618Z[ recovery-image] Oct 01 02:25:11.849 INFO O| Oct 01 02:25:11.849 INFO STEP 761 (remove_files) COMPLETE
63802024-10-01T02:25:13.618Z[ recovery-image] Oct 01 02:25:11.849 INFO O| Oct 01 02:25:11.849 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-10-01T02:25:13.637Z[ recovery-image] Oct 01 02:25:11.868 INFO O| Oct 01 02:25:11.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63822024-10-01T02:25:13.637Z[ recovery-image] Oct 01 02:25:11.868 INFO O| Oct 01 02:25:11.868 INFO STEP 762 (remove_files) COMPLETE
63832024-10-01T02:25:13.637Z[ recovery-image] Oct 01 02:25:11.868 INFO O| Oct 01 02:25:11.868 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-10-01T02:25:13.655Z[ recovery-image] Oct 01 02:25:11.886 INFO O| Oct 01 02:25:11.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63852024-10-01T02:25:13.655Z[ recovery-image] Oct 01 02:25:11.886 INFO O| Oct 01 02:25:11.886 INFO STEP 763 (remove_files) COMPLETE
63862024-10-01T02:25:13.655Z[ recovery-image] Oct 01 02:25:11.886 INFO O| Oct 01 02:25:11.886 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-10-01T02:25:13.673Z[ recovery-image] Oct 01 02:25:11.905 INFO O| Oct 01 02:25:11.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63882024-10-01T02:25:13.673Z[ recovery-image] Oct 01 02:25:11.905 INFO O| Oct 01 02:25:11.905 INFO STEP 764 (remove_files) COMPLETE
63892024-10-01T02:25:13.674Z[ recovery-image] Oct 01 02:25:11.905 INFO O| Oct 01 02:25:11.905 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-10-01T02:25:13.691Z[ recovery-image] Oct 01 02:25:11.922 INFO O| Oct 01 02:25:11.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63912024-10-01T02:25:13.691Z[ recovery-image] Oct 01 02:25:11.922 INFO O| Oct 01 02:25:11.922 INFO STEP 765 (remove_files) COMPLETE
63922024-10-01T02:25:13.701Z[ recovery-image] Oct 01 02:25:11.922 INFO O| Oct 01 02:25:11.922 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-10-01T02:25:13.747Z[ recovery-image] Oct 01 02:25:11.977 INFO O| Oct 01 02:25:11.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63942024-10-01T02:25:13.747Z[ recovery-image] Oct 01 02:25:11.977 INFO O| Oct 01 02:25:11.977 INFO STEP 766 (remove_files) COMPLETE
63952024-10-01T02:25:13.747Z[ recovery-image] Oct 01 02:25:11.977 INFO O| Oct 01 02:25:11.977 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-10-01T02:25:13.802Z[ recovery-image] Oct 01 02:25:12.033 INFO O| Oct 01 02:25:12.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63972024-10-01T02:25:13.802Z[ recovery-image] Oct 01 02:25:12.033 INFO O| Oct 01 02:25:12.033 INFO STEP 767 (remove_files) COMPLETE
63982024-10-01T02:25:13.804Z[ recovery-image] Oct 01 02:25:12.033 INFO O| Oct 01 02:25:12.033 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-10-01T02:25:13.819Z[ recovery-image] Oct 01 02:25:12.050 INFO O| Oct 01 02:25:12.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64002024-10-01T02:25:13.819Z[ recovery-image] Oct 01 02:25:12.050 INFO O| Oct 01 02:25:12.050 INFO STEP 768 (remove_files) COMPLETE
64012024-10-01T02:25:13.819Z[ recovery-image] Oct 01 02:25:12.050 INFO O| Oct 01 02:25:12.050 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-10-01T02:25:13.835Z[ recovery-image] Oct 01 02:25:12.066 INFO O| Oct 01 02:25:12.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64032024-10-01T02:25:13.835Z[ recovery-image] Oct 01 02:25:12.066 INFO O| Oct 01 02:25:12.066 INFO STEP 769 (remove_files) COMPLETE
64042024-10-01T02:25:13.835Z[ recovery-image] Oct 01 02:25:12.066 INFO O| Oct 01 02:25:12.066 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-10-01T02:25:13.888Z[ recovery-image] Oct 01 02:25:12.119 INFO O| Oct 01 02:25:12.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64062024-10-01T02:25:13.888Z[ recovery-image] Oct 01 02:25:12.119 INFO O| Oct 01 02:25:12.119 INFO STEP 770 (remove_files) COMPLETE
64072024-10-01T02:25:13.890Z[ recovery-image] Oct 01 02:25:12.119 INFO O| Oct 01 02:25:12.119 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-10-01T02:25:13.939Z[ recovery-image] Oct 01 02:25:12.170 INFO O| Oct 01 02:25:12.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64092024-10-01T02:25:13.939Z[ recovery-image] Oct 01 02:25:12.170 INFO O| Oct 01 02:25:12.170 INFO STEP 771 (remove_files) COMPLETE
64102024-10-01T02:25:13.939Z[ recovery-image] Oct 01 02:25:12.170 INFO O| Oct 01 02:25:12.170 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-10-01T02:25:13.976Z[ recovery-image] Oct 01 02:25:12.207 INFO O| Oct 01 02:25:12.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64122024-10-01T02:25:13.979Z[ recovery-image] Oct 01 02:25:12.208 INFO O| Oct 01 02:25:12.207 INFO STEP 772 (remove_files) COMPLETE
64132024-10-01T02:25:13.979Z[ recovery-image] Oct 01 02:25:12.208 INFO O| Oct 01 02:25:12.208 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-10-01T02:25:14.001Z[ recovery-image] Oct 01 02:25:12.231 INFO O| Oct 01 02:25:12.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64152024-10-01T02:25:14.004Z[ recovery-image] Oct 01 02:25:12.232 INFO O| Oct 01 02:25:12.232 INFO STEP 773 (remove_files) COMPLETE
64162024-10-01T02:25:14.004Z[ recovery-image] Oct 01 02:25:12.232 INFO O| Oct 01 02:25:12.232 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-10-01T02:25:14.037Z[ recovery-image] Oct 01 02:25:12.268 INFO O| Oct 01 02:25:12.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64182024-10-01T02:25:14.037Z[ recovery-image] Oct 01 02:25:12.268 INFO O| Oct 01 02:25:12.268 INFO STEP 774 (remove_files) COMPLETE
64192024-10-01T02:25:14.037Z[ recovery-image] Oct 01 02:25:12.268 INFO O| Oct 01 02:25:12.268 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-10-01T02:25:14.058Z[ recovery-image] Oct 01 02:25:12.288 INFO O| Oct 01 02:25:12.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64212024-10-01T02:25:14.058Z[ recovery-image] Oct 01 02:25:12.289 INFO O| Oct 01 02:25:12.289 INFO STEP 775 (remove_files) COMPLETE
64222024-10-01T02:25:14.058Z[ recovery-image] Oct 01 02:25:12.289 INFO O| Oct 01 02:25:12.289 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-10-01T02:25:14.077Z[ recovery-image] Oct 01 02:25:12.308 INFO O| Oct 01 02:25:12.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64242024-10-01T02:25:14.077Z[ recovery-image] Oct 01 02:25:12.308 INFO O| Oct 01 02:25:12.308 INFO STEP 776 (remove_files) COMPLETE
64252024-10-01T02:25:14.079Z[ recovery-image] Oct 01 02:25:12.308 INFO O| Oct 01 02:25:12.308 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-10-01T02:25:14.104Z[ host-image] Oct 01 02:25:12.335 INFO O| Oct 01 02:25:12.335 INFO O| Planning: Evaluating mediators ... Done
64272024-10-01T02:25:14.107Z[ host-image] Oct 01 02:25:12.336 INFO O| Oct 01 02:25:12.336 INFO O| Planning: Planning completed in 3.97 seconds
64282024-10-01T02:25:14.107Z[ host-image] Oct 01 02:25:12.338 INFO O| Oct 01 02:25:12.338 INFO O| Packages to install: 1
64292024-10-01T02:25:14.114Z[ recovery-image] Oct 01 02:25:12.345 INFO O| Oct 01 02:25:12.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64302024-10-01T02:25:14.114Z[ recovery-image] Oct 01 02:25:12.345 INFO O| Oct 01 02:25:12.345 INFO STEP 777 (remove_files) COMPLETE
64312024-10-01T02:25:14.116Z[ recovery-image] Oct 01 02:25:12.345 INFO O| Oct 01 02:25:12.345 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-10-01T02:25:14.125Z[ host-image] Oct 01 02:25:12.356 INFO O| Oct 01 02:25:12.356 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
64332024-10-01T02:25:14.136Z[ recovery-image] Oct 01 02:25:12.367 INFO O| Oct 01 02:25:12.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64342024-10-01T02:25:14.136Z[ recovery-image] Oct 01 02:25:12.367 INFO O| Oct 01 02:25:12.367 INFO STEP 778 (remove_files) COMPLETE
64352024-10-01T02:25:14.139Z[ recovery-image] Oct 01 02:25:12.367 INFO O| Oct 01 02:25:12.367 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-10-01T02:25:14.199Z[ recovery-image] Oct 01 02:25:12.430 INFO O| Oct 01 02:25:12.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64372024-10-01T02:25:14.199Z[ recovery-image] Oct 01 02:25:12.431 INFO O| Oct 01 02:25:12.430 INFO STEP 779 (remove_files) COMPLETE
64382024-10-01T02:25:14.199Z[ recovery-image] Oct 01 02:25:12.431 INFO O| Oct 01 02:25:12.430 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-10-01T02:25:14.220Z[ recovery-image] Oct 01 02:25:12.451 INFO O| Oct 01 02:25:12.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64402024-10-01T02:25:14.220Z[ recovery-image] Oct 01 02:25:12.451 INFO O| Oct 01 02:25:12.451 INFO STEP 780 (remove_files) COMPLETE
64412024-10-01T02:25:14.222Z[ recovery-image] Oct 01 02:25:12.451 INFO O| Oct 01 02:25:12.451 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-10-01T02:25:14.240Z[ recovery-image] Oct 01 02:25:12.472 INFO O| Oct 01 02:25:12.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64432024-10-01T02:25:14.240Z[ recovery-image] Oct 01 02:25:12.472 INFO O| Oct 01 02:25:12.472 INFO STEP 781 (remove_files) COMPLETE
64442024-10-01T02:25:14.240Z[ recovery-image] Oct 01 02:25:12.472 INFO O| Oct 01 02:25:12.472 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-10-01T02:25:14.282Z[ recovery-image] Oct 01 02:25:12.513 INFO O| Oct 01 02:25:12.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64462024-10-01T02:25:14.282Z[ recovery-image] Oct 01 02:25:12.513 INFO O| Oct 01 02:25:12.513 INFO STEP 782 (remove_files) COMPLETE
64472024-10-01T02:25:14.282Z[ recovery-image] Oct 01 02:25:12.513 INFO O| Oct 01 02:25:12.513 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-10-01T02:25:14.347Z[ recovery-image] Oct 01 02:25:12.578 INFO O| Oct 01 02:25:12.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64492024-10-01T02:25:14.347Z[ recovery-image] Oct 01 02:25:12.578 INFO O| Oct 01 02:25:12.578 INFO STEP 783 (remove_files) COMPLETE
64502024-10-01T02:25:14.350Z[ recovery-image] Oct 01 02:25:12.579 INFO O| Oct 01 02:25:12.578 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-10-01T02:25:14.468Z[ recovery-image] Oct 01 02:25:12.699 INFO O| Oct 01 02:25:12.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64522024-10-01T02:25:14.470Z[ recovery-image] Oct 01 02:25:12.699 INFO O| Oct 01 02:25:12.699 INFO STEP 784 (remove_files) COMPLETE
64532024-10-01T02:25:14.470Z[ recovery-image] Oct 01 02:25:12.699 INFO O| Oct 01 02:25:12.699 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-10-01T02:25:14.489Z[ recovery-image] Oct 01 02:25:12.720 INFO O| Oct 01 02:25:12.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64552024-10-01T02:25:14.489Z[ recovery-image] Oct 01 02:25:12.720 INFO O| Oct 01 02:25:12.720 INFO STEP 785 (remove_files) COMPLETE
64562024-10-01T02:25:14.489Z[ recovery-image] Oct 01 02:25:12.720 INFO O| Oct 01 02:25:12.720 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-10-01T02:25:14.508Z[ recovery-image] Oct 01 02:25:12.739 INFO O| Oct 01 02:25:12.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64582024-10-01T02:25:14.508Z[ recovery-image] Oct 01 02:25:12.739 INFO O| Oct 01 02:25:12.739 INFO STEP 786 (remove_files) COMPLETE
64592024-10-01T02:25:14.508Z[ recovery-image] Oct 01 02:25:12.739 INFO O| Oct 01 02:25:12.739 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-10-01T02:25:14.527Z[ recovery-image] Oct 01 02:25:12.757 INFO O| Oct 01 02:25:12.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64612024-10-01T02:25:14.527Z[ recovery-image] Oct 01 02:25:12.757 INFO O| Oct 01 02:25:12.757 INFO STEP 787 (remove_files) COMPLETE
64622024-10-01T02:25:14.527Z[ recovery-image] Oct 01 02:25:12.757 INFO O| Oct 01 02:25:12.757 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-10-01T02:25:14.544Z[ recovery-image] Oct 01 02:25:12.775 INFO O| Oct 01 02:25:12.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64642024-10-01T02:25:14.544Z[ recovery-image] Oct 01 02:25:12.775 INFO O| Oct 01 02:25:12.775 INFO STEP 788 (remove_files) COMPLETE
64652024-10-01T02:25:14.544Z[ recovery-image] Oct 01 02:25:12.775 INFO O| Oct 01 02:25:12.775 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-10-01T02:25:14.561Z[ recovery-image] Oct 01 02:25:12.792 INFO O| Oct 01 02:25:12.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64672024-10-01T02:25:14.561Z[ recovery-image] Oct 01 02:25:12.792 INFO O| Oct 01 02:25:12.792 INFO STEP 789 (remove_files) COMPLETE
64682024-10-01T02:25:14.561Z[ recovery-image] Oct 01 02:25:12.792 INFO O| Oct 01 02:25:12.792 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-10-01T02:25:14.580Z[ recovery-image] Oct 01 02:25:12.811 INFO O| Oct 01 02:25:12.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64702024-10-01T02:25:14.580Z[ recovery-image] Oct 01 02:25:12.811 INFO O| Oct 01 02:25:12.811 INFO STEP 790 (remove_files) COMPLETE
64712024-10-01T02:25:14.580Z[ recovery-image] Oct 01 02:25:12.811 INFO O| Oct 01 02:25:12.811 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-10-01T02:25:14.598Z[ recovery-image] Oct 01 02:25:12.829 INFO O| Oct 01 02:25:12.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64732024-10-01T02:25:14.598Z[ recovery-image] Oct 01 02:25:12.830 INFO O| Oct 01 02:25:12.830 INFO STEP 791 (remove_files) COMPLETE
64742024-10-01T02:25:14.598Z[ recovery-image] Oct 01 02:25:12.830 INFO O| Oct 01 02:25:12.830 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-10-01T02:25:14.618Z[ recovery-image] Oct 01 02:25:12.849 INFO O| Oct 01 02:25:12.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64762024-10-01T02:25:14.618Z[ recovery-image] Oct 01 02:25:12.849 INFO O| Oct 01 02:25:12.849 INFO STEP 792 (remove_files) COMPLETE
64772024-10-01T02:25:14.621Z[ recovery-image] Oct 01 02:25:12.849 INFO O| Oct 01 02:25:12.849 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-10-01T02:25:14.638Z[ recovery-image] Oct 01 02:25:12.869 INFO O| Oct 01 02:25:12.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64792024-10-01T02:25:14.638Z[ recovery-image] Oct 01 02:25:12.869 INFO O| Oct 01 02:25:12.869 INFO STEP 793 (remove_files) COMPLETE
64802024-10-01T02:25:14.638Z[ recovery-image] Oct 01 02:25:12.869 INFO O| Oct 01 02:25:12.869 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-10-01T02:25:14.657Z[ recovery-image] Oct 01 02:25:12.888 INFO O| Oct 01 02:25:12.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64822024-10-01T02:25:14.657Z[ recovery-image] Oct 01 02:25:12.888 INFO O| Oct 01 02:25:12.888 INFO STEP 794 (remove_files) COMPLETE
64832024-10-01T02:25:14.657Z[ recovery-image] Oct 01 02:25:12.888 INFO O| Oct 01 02:25:12.888 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-10-01T02:25:14.676Z[ recovery-image] Oct 01 02:25:12.907 INFO O| Oct 01 02:25:12.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64852024-10-01T02:25:14.676Z[ recovery-image] Oct 01 02:25:12.907 INFO O| Oct 01 02:25:12.907 INFO STEP 795 (remove_files) COMPLETE
64862024-10-01T02:25:14.676Z[ recovery-image] Oct 01 02:25:12.907 INFO O| Oct 01 02:25:12.907 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-10-01T02:25:14.694Z[ recovery-image] Oct 01 02:25:12.925 INFO O| Oct 01 02:25:12.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64882024-10-01T02:25:14.697Z[ recovery-image] Oct 01 02:25:12.925 INFO O| Oct 01 02:25:12.925 INFO STEP 796 (remove_files) COMPLETE
64892024-10-01T02:25:14.697Z[ recovery-image] Oct 01 02:25:12.925 INFO O| Oct 01 02:25:12.925 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-10-01T02:25:14.714Z[ recovery-image] Oct 01 02:25:12.945 INFO O| Oct 01 02:25:12.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64912024-10-01T02:25:14.738Z[ recovery-image] Oct 01 02:25:12.969 INFO O| Oct 01 02:25:12.969 INFO STEP 797 (remove_files) COMPLETE
64922024-10-01T02:25:14.738Z[ recovery-image] Oct 01 02:25:12.969 INFO O| Oct 01 02:25:12.969 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-10-01T02:25:14.807Z[ recovery-image] Oct 01 02:25:13.037 INFO O| Oct 01 02:25:13.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64942024-10-01T02:25:14.807Z[ recovery-image] Oct 01 02:25:13.037 INFO O| Oct 01 02:25:13.037 INFO STEP 798 (remove_files) COMPLETE
64952024-10-01T02:25:14.807Z[ recovery-image] Oct 01 02:25:13.037 INFO O| Oct 01 02:25:13.037 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-10-01T02:25:14.870Z[ recovery-image] Oct 01 02:25:13.101 INFO O| Oct 01 02:25:13.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64972024-10-01T02:25:14.870Z[ recovery-image] Oct 01 02:25:13.101 INFO O| Oct 01 02:25:13.101 INFO STEP 799 (remove_files) COMPLETE
64982024-10-01T02:25:14.870Z[ recovery-image] Oct 01 02:25:13.101 INFO O| Oct 01 02:25:13.101 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-10-01T02:25:14.902Z[ recovery-image] Oct 01 02:25:13.133 INFO O| Oct 01 02:25:13.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65002024-10-01T02:25:14.902Z[ recovery-image] Oct 01 02:25:13.133 INFO O| Oct 01 02:25:13.133 INFO STEP 800 (remove_files) COMPLETE
65012024-10-01T02:25:14.905Z[ recovery-image] Oct 01 02:25:13.133 INFO O| Oct 01 02:25:13.133 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-10-01T02:25:14.932Z[ recovery-image] Oct 01 02:25:13.163 INFO O| Oct 01 02:25:13.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65032024-10-01T02:25:14.935Z[ recovery-image] Oct 01 02:25:13.163 INFO O| Oct 01 02:25:13.163 INFO STEP 801 (remove_files) COMPLETE
65042024-10-01T02:25:14.935Z[ recovery-image] Oct 01 02:25:13.163 INFO O| Oct 01 02:25:13.163 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-10-01T02:25:14.972Z[ recovery-image] Oct 01 02:25:13.203 INFO O| Oct 01 02:25:13.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65062024-10-01T02:25:14.975Z[ recovery-image] Oct 01 02:25:13.203 INFO O| Oct 01 02:25:13.203 INFO STEP 802 (remove_files) COMPLETE
65072024-10-01T02:25:14.975Z[ recovery-image] Oct 01 02:25:13.204 INFO O| Oct 01 02:25:13.203 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-10-01T02:25:14.991Z[ recovery-image] Oct 01 02:25:13.223 INFO O| Oct 01 02:25:13.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65092024-10-01T02:25:14.994Z[ recovery-image] Oct 01 02:25:13.223 INFO O| Oct 01 02:25:13.223 INFO STEP 803 (remove_files) COMPLETE
65102024-10-01T02:25:14.994Z[ recovery-image] Oct 01 02:25:13.223 INFO O| Oct 01 02:25:13.223 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-10-01T02:25:15.010Z[ recovery-image] Oct 01 02:25:13.241 INFO O| Oct 01 02:25:13.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65122024-10-01T02:25:15.012Z[ recovery-image] Oct 01 02:25:13.241 INFO O| Oct 01 02:25:13.241 INFO STEP 804 (remove_files) COMPLETE
65132024-10-01T02:25:15.012Z[ recovery-image] Oct 01 02:25:13.241 INFO O| Oct 01 02:25:13.241 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-10-01T02:25:15.025Z[ recovery-image] Oct 01 02:25:13.256 INFO O| Oct 01 02:25:13.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65152024-10-01T02:25:15.029Z[ recovery-image] Oct 01 02:25:13.257 INFO O| Oct 01 02:25:13.257 INFO STEP 805 (remove_files) COMPLETE
65162024-10-01T02:25:15.029Z[ recovery-image] Oct 01 02:25:13.257 INFO O| Oct 01 02:25:13.257 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-10-01T02:25:15.042Z[ recovery-image] Oct 01 02:25:13.273 INFO O| Oct 01 02:25:13.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65182024-10-01T02:25:15.044Z[ recovery-image] Oct 01 02:25:13.273 INFO O| Oct 01 02:25:13.273 INFO STEP 806 (remove_files) COMPLETE
65192024-10-01T02:25:15.044Z[ recovery-image] Oct 01 02:25:13.273 INFO O| Oct 01 02:25:13.273 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-10-01T02:25:15.066Z[ recovery-image] Oct 01 02:25:13.297 INFO O| Oct 01 02:25:13.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65212024-10-01T02:25:15.066Z[ recovery-image] Oct 01 02:25:13.297 INFO O| Oct 01 02:25:13.297 INFO STEP 807 (remove_files) COMPLETE
65222024-10-01T02:25:15.066Z[ recovery-image] Oct 01 02:25:13.297 INFO O| Oct 01 02:25:13.297 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-10-01T02:25:15.085Z[ recovery-image] Oct 01 02:25:13.316 INFO O| Oct 01 02:25:13.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65242024-10-01T02:25:15.085Z[ recovery-image] Oct 01 02:25:13.317 INFO O| Oct 01 02:25:13.316 INFO STEP 808 (remove_files) COMPLETE
65252024-10-01T02:25:15.085Z[ recovery-image] Oct 01 02:25:13.317 INFO O| Oct 01 02:25:13.317 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-10-01T02:25:15.102Z[ recovery-image] Oct 01 02:25:13.333 INFO O| Oct 01 02:25:13.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65272024-10-01T02:25:15.105Z[ recovery-image] Oct 01 02:25:13.334 INFO O| Oct 01 02:25:13.334 INFO STEP 809 (remove_files) COMPLETE
65282024-10-01T02:25:15.105Z[ recovery-image] Oct 01 02:25:13.334 INFO O| Oct 01 02:25:13.334 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-10-01T02:25:15.120Z[ recovery-image] Oct 01 02:25:13.351 INFO O| Oct 01 02:25:13.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65302024-10-01T02:25:15.122Z[ recovery-image] Oct 01 02:25:13.351 INFO O| Oct 01 02:25:13.351 INFO STEP 810 (remove_files) COMPLETE
65312024-10-01T02:25:15.122Z[ recovery-image] Oct 01 02:25:13.351 INFO O| Oct 01 02:25:13.351 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-10-01T02:25:15.137Z[ recovery-image] Oct 01 02:25:13.368 INFO O| Oct 01 02:25:13.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65332024-10-01T02:25:15.137Z[ recovery-image] Oct 01 02:25:13.368 INFO O| Oct 01 02:25:13.368 INFO STEP 811 (remove_files) COMPLETE
65342024-10-01T02:25:15.140Z[ recovery-image] Oct 01 02:25:13.368 INFO O| Oct 01 02:25:13.368 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-10-01T02:25:15.161Z[ recovery-image] Oct 01 02:25:13.384 INFO O| Oct 01 02:25:13.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65362024-10-01T02:25:15.161Z[ recovery-image] Oct 01 02:25:13.384 INFO O| Oct 01 02:25:13.384 INFO STEP 812 (remove_files) COMPLETE
65372024-10-01T02:25:15.164Z[ recovery-image] Oct 01 02:25:13.384 INFO O| Oct 01 02:25:13.384 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-10-01T02:25:15.170Z[ recovery-image] Oct 01 02:25:13.401 INFO O| Oct 01 02:25:13.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65392024-10-01T02:25:15.170Z[ recovery-image] Oct 01 02:25:13.401 INFO O| Oct 01 02:25:13.401 INFO STEP 813 (remove_files) COMPLETE
65402024-10-01T02:25:15.172Z[ recovery-image] Oct 01 02:25:13.401 INFO O| Oct 01 02:25:13.401 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-10-01T02:25:15.186Z[ recovery-image] Oct 01 02:25:13.417 INFO O| Oct 01 02:25:13.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65422024-10-01T02:25:15.186Z[ recovery-image] Oct 01 02:25:13.417 INFO O| Oct 01 02:25:13.417 INFO STEP 814 (remove_files) COMPLETE
65432024-10-01T02:25:15.186Z[ recovery-image] Oct 01 02:25:13.417 INFO O| Oct 01 02:25:13.417 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-10-01T02:25:15.202Z[ recovery-image] Oct 01 02:25:13.433 INFO O| Oct 01 02:25:13.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65452024-10-01T02:25:15.205Z[ recovery-image] Oct 01 02:25:13.433 INFO O| Oct 01 02:25:13.433 INFO STEP 815 (remove_files) COMPLETE
65462024-10-01T02:25:15.205Z[ recovery-image] Oct 01 02:25:13.433 INFO O| Oct 01 02:25:13.433 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-10-01T02:25:15.222Z[ recovery-image] Oct 01 02:25:13.453 INFO O| Oct 01 02:25:13.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65482024-10-01T02:25:15.224Z[ recovery-image] Oct 01 02:25:13.453 INFO O| Oct 01 02:25:13.453 INFO STEP 816 (remove_files) COMPLETE
65492024-10-01T02:25:15.224Z[ recovery-image] Oct 01 02:25:13.453 INFO O| Oct 01 02:25:13.453 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-10-01T02:25:15.299Z[ recovery-image] Oct 01 02:25:13.496 INFO O| Oct 01 02:25:13.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65512024-10-01T02:25:15.299Z[ recovery-image] Oct 01 02:25:13.496 INFO O| Oct 01 02:25:13.496 INFO STEP 817 (remove_files) COMPLETE
65522024-10-01T02:25:15.299Z[ recovery-image] Oct 01 02:25:13.496 INFO O| Oct 01 02:25:13.496 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-10-01T02:25:15.299Z[ recovery-image] Oct 01 02:25:13.515 INFO O| Oct 01 02:25:13.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65542024-10-01T02:25:15.299Z[ recovery-image] Oct 01 02:25:13.515 INFO O| Oct 01 02:25:13.515 INFO STEP 818 (remove_files) COMPLETE
65552024-10-01T02:25:15.299Z[ recovery-image] Oct 01 02:25:13.515 INFO O| Oct 01 02:25:13.515 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-10-01T02:25:15.338Z[ recovery-image] Oct 01 02:25:13.533 INFO O| Oct 01 02:25:13.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65572024-10-01T02:25:15.338Z[ recovery-image] Oct 01 02:25:13.533 INFO O| Oct 01 02:25:13.533 INFO STEP 819 (remove_files) COMPLETE
65582024-10-01T02:25:15.338Z[ recovery-image] Oct 01 02:25:13.533 INFO O| Oct 01 02:25:13.533 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-10-01T02:25:15.338Z[ host-image] Oct 01 02:25:13.552 INFO O| Oct 01 02:25:13.552 INFO O| Download: Completed 20.80 MB in 1.20 seconds (17.4M/s)
65602024-10-01T02:25:15.339Z[ recovery-image] Oct 01 02:25:13.564 INFO O| Oct 01 02:25:13.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65612024-10-01T02:25:15.339Z[ recovery-image] Oct 01 02:25:13.564 INFO O| Oct 01 02:25:13.564 INFO STEP 820 (remove_files) COMPLETE
65622024-10-01T02:25:15.339Z[ recovery-image] Oct 01 02:25:13.564 INFO O| Oct 01 02:25:13.564 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-10-01T02:25:15.480Z[ recovery-image] Oct 01 02:25:13.673 INFO O| Oct 01 02:25:13.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65642024-10-01T02:25:15.480Z[ recovery-image] Oct 01 02:25:13.673 INFO O| Oct 01 02:25:13.673 INFO STEP 821 (remove_files) COMPLETE
65652024-10-01T02:25:15.480Z[ recovery-image] Oct 01 02:25:13.673 INFO O| Oct 01 02:25:13.673 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-10-01T02:25:15.480Z[ recovery-image] Oct 01 02:25:13.693 INFO O| Oct 01 02:25:13.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65672024-10-01T02:25:15.480Z[ recovery-image] Oct 01 02:25:13.693 INFO O| Oct 01 02:25:13.693 INFO STEP 822 (remove_files) COMPLETE
65682024-10-01T02:25:15.480Z[ recovery-image] Oct 01 02:25:13.693 INFO O| Oct 01 02:25:13.693 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-10-01T02:25:15.483Z[ recovery-image] Oct 01 02:25:13.712 INFO O| Oct 01 02:25:13.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65702024-10-01T02:25:15.483Z[ recovery-image] Oct 01 02:25:13.712 INFO O| Oct 01 02:25:13.712 INFO STEP 823 (remove_files) COMPLETE
65712024-10-01T02:25:15.483Z[ recovery-image] Oct 01 02:25:13.712 INFO O| Oct 01 02:25:13.712 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-10-01T02:25:15.498Z[ recovery-image] Oct 01 02:25:13.729 INFO O| Oct 01 02:25:13.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65732024-10-01T02:25:15.498Z[ recovery-image] Oct 01 02:25:13.729 INFO O| Oct 01 02:25:13.729 INFO STEP 824 (remove_files) COMPLETE
65742024-10-01T02:25:15.500Z[ recovery-image] Oct 01 02:25:13.729 INFO O| Oct 01 02:25:13.729 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-10-01T02:25:15.515Z[ recovery-image] Oct 01 02:25:13.745 INFO O| Oct 01 02:25:13.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65762024-10-01T02:25:15.515Z[ recovery-image] Oct 01 02:25:13.745 INFO O| Oct 01 02:25:13.745 INFO STEP 825 (remove_files) COMPLETE
65772024-10-01T02:25:15.515Z[ recovery-image] Oct 01 02:25:13.745 INFO O| Oct 01 02:25:13.745 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-10-01T02:25:15.530Z[ recovery-image] Oct 01 02:25:13.760 INFO O| Oct 01 02:25:13.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65792024-10-01T02:25:15.530Z[ recovery-image] Oct 01 02:25:13.760 INFO O| Oct 01 02:25:13.760 INFO STEP 826 (remove_files) COMPLETE
65802024-10-01T02:25:15.530Z[ recovery-image] Oct 01 02:25:13.760 INFO O| Oct 01 02:25:13.760 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-10-01T02:25:15.545Z[ recovery-image] Oct 01 02:25:13.776 INFO O| Oct 01 02:25:13.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65822024-10-01T02:25:15.545Z[ recovery-image] Oct 01 02:25:13.776 INFO O| Oct 01 02:25:13.776 INFO STEP 827 (remove_files) COMPLETE
65832024-10-01T02:25:15.545Z[ recovery-image] Oct 01 02:25:13.776 INFO O| Oct 01 02:25:13.776 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-10-01T02:25:15.560Z[ recovery-image] Oct 01 02:25:13.791 INFO O| Oct 01 02:25:13.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65852024-10-01T02:25:15.560Z[ recovery-image] Oct 01 02:25:13.791 INFO O| Oct 01 02:25:13.791 INFO STEP 828 (remove_files) COMPLETE
65862024-10-01T02:25:15.560Z[ recovery-image] Oct 01 02:25:13.791 INFO O| Oct 01 02:25:13.791 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-10-01T02:25:15.576Z[ recovery-image] Oct 01 02:25:13.807 INFO O| Oct 01 02:25:13.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65882024-10-01T02:25:15.576Z[ recovery-image] Oct 01 02:25:13.807 INFO O| Oct 01 02:25:13.807 INFO STEP 829 (remove_files) COMPLETE
65892024-10-01T02:25:15.576Z[ recovery-image] Oct 01 02:25:13.807 INFO O| Oct 01 02:25:13.807 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-10-01T02:25:15.593Z[ recovery-image] Oct 01 02:25:13.824 INFO O| Oct 01 02:25:13.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65912024-10-01T02:25:15.596Z[ recovery-image] Oct 01 02:25:13.824 INFO O| Oct 01 02:25:13.824 INFO STEP 830 (remove_files) COMPLETE
65922024-10-01T02:25:15.599Z[ recovery-image] Oct 01 02:25:13.824 INFO O| Oct 01 02:25:13.824 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-10-01T02:25:15.637Z[ recovery-image] Oct 01 02:25:13.868 INFO O| Oct 01 02:25:13.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65942024-10-01T02:25:15.637Z[ recovery-image] Oct 01 02:25:13.868 INFO O| Oct 01 02:25:13.868 INFO STEP 831 (remove_files) COMPLETE
65952024-10-01T02:25:15.638Z[ recovery-image] Oct 01 02:25:13.868 INFO O| Oct 01 02:25:13.868 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-10-01T02:25:15.660Z[ recovery-image] Oct 01 02:25:13.891 INFO O| Oct 01 02:25:13.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65972024-10-01T02:25:15.662Z[ recovery-image] Oct 01 02:25:13.891 INFO O| Oct 01 02:25:13.891 INFO STEP 832 (remove_files) COMPLETE
65982024-10-01T02:25:15.662Z[ recovery-image] Oct 01 02:25:13.891 INFO O| Oct 01 02:25:13.891 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-10-01T02:25:15.680Z[ recovery-image] Oct 01 02:25:13.911 INFO O| Oct 01 02:25:13.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66002024-10-01T02:25:15.682Z[ recovery-image] Oct 01 02:25:13.911 INFO O| Oct 01 02:25:13.911 INFO STEP 833 (remove_files) COMPLETE
66012024-10-01T02:25:15.682Z[ recovery-image] Oct 01 02:25:13.911 INFO O| Oct 01 02:25:13.911 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-10-01T02:25:15.688Z[ host-image] Oct 01 02:25:13.919 INFO O| Oct 01 02:25:13.919 INFO O| Actions: 1/22 actions (Installing new actions)
66032024-10-01T02:25:15.700Z[ recovery-image] Oct 01 02:25:13.931 INFO O| Oct 01 02:25:13.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66042024-10-01T02:25:15.702Z[ recovery-image] Oct 01 02:25:13.931 INFO O| Oct 01 02:25:13.931 INFO STEP 834 (remove_files) COMPLETE
66052024-10-01T02:25:15.702Z[ recovery-image] Oct 01 02:25:13.931 INFO O| Oct 01 02:25:13.931 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-10-01T02:25:15.758Z[ recovery-image] Oct 01 02:25:13.989 INFO O| Oct 01 02:25:13.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66072024-10-01T02:25:15.760Z[ recovery-image] Oct 01 02:25:13.989 INFO O| Oct 01 02:25:13.989 INFO STEP 835 (remove_files) COMPLETE
66082024-10-01T02:25:15.760Z[ recovery-image] Oct 01 02:25:13.989 INFO O| Oct 01 02:25:13.989 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-10-01T02:25:15.778Z[ recovery-image] Oct 01 02:25:14.009 INFO O| Oct 01 02:25:14.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66102024-10-01T02:25:15.780Z[ recovery-image] Oct 01 02:25:14.009 INFO O| Oct 01 02:25:14.009 INFO STEP 836 (remove_files) COMPLETE
66112024-10-01T02:25:15.780Z[ recovery-image] Oct 01 02:25:14.009 INFO O| Oct 01 02:25:14.009 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-10-01T02:25:15.796Z[ recovery-image] Oct 01 02:25:14.027 INFO O| Oct 01 02:25:14.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66132024-10-01T02:25:15.798Z[ recovery-image] Oct 01 02:25:14.027 INFO O| Oct 01 02:25:14.027 INFO STEP 837 (remove_files) COMPLETE
66142024-10-01T02:25:15.798Z[ recovery-image] Oct 01 02:25:14.027 INFO O| Oct 01 02:25:14.027 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-10-01T02:25:15.820Z[ recovery-image] Oct 01 02:25:14.051 INFO O| Oct 01 02:25:14.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66162024-10-01T02:25:15.820Z[ recovery-image] Oct 01 02:25:14.051 INFO O| Oct 01 02:25:14.051 INFO STEP 838 (remove_files) COMPLETE
66172024-10-01T02:25:15.820Z[ recovery-image] Oct 01 02:25:14.051 INFO O| Oct 01 02:25:14.051 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-10-01T02:25:15.855Z[ recovery-image] Oct 01 02:25:14.086 INFO O| Oct 01 02:25:14.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66192024-10-01T02:25:15.856Z[ recovery-image] Oct 01 02:25:14.087 INFO O| Oct 01 02:25:14.086 INFO STEP 839 (remove_files) COMPLETE
66202024-10-01T02:25:15.856Z[ recovery-image] Oct 01 02:25:14.087 INFO O| Oct 01 02:25:14.087 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-10-01T02:25:15.896Z[ recovery-image] Oct 01 02:25:14.127 INFO O| Oct 01 02:25:14.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66222024-10-01T02:25:15.896Z[ recovery-image] Oct 01 02:25:14.127 INFO O| Oct 01 02:25:14.127 INFO STEP 840 (remove_files) COMPLETE
66232024-10-01T02:25:15.896Z[ recovery-image] Oct 01 02:25:14.127 INFO O| Oct 01 02:25:14.127 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-10-01T02:25:15.912Z[ recovery-image] Oct 01 02:25:14.143 INFO O| Oct 01 02:25:14.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66252024-10-01T02:25:15.912Z[ recovery-image] Oct 01 02:25:14.143 INFO O| Oct 01 02:25:14.143 INFO STEP 841 (remove_files) COMPLETE
66262024-10-01T02:25:15.912Z[ recovery-image] Oct 01 02:25:14.143 INFO O| Oct 01 02:25:14.143 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-10-01T02:25:15.943Z[ recovery-image] Oct 01 02:25:14.174 INFO O| Oct 01 02:25:14.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66282024-10-01T02:25:15.943Z[ recovery-image] Oct 01 02:25:14.174 INFO O| Oct 01 02:25:14.174 INFO STEP 842 (remove_files) COMPLETE
66292024-10-01T02:25:15.946Z[ recovery-image] Oct 01 02:25:14.174 INFO O| Oct 01 02:25:14.174 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-10-01T02:25:16.030Z[ recovery-image] Oct 01 02:25:14.261 INFO O| Oct 01 02:25:14.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66312024-10-01T02:25:16.033Z[ recovery-image] Oct 01 02:25:14.261 INFO O| Oct 01 02:25:14.261 INFO STEP 843 (remove_files) COMPLETE
66322024-10-01T02:25:16.033Z[ recovery-image] Oct 01 02:25:14.261 INFO O| Oct 01 02:25:14.261 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-10-01T02:25:16.046Z[ recovery-image] Oct 01 02:25:14.277 INFO O| Oct 01 02:25:14.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66342024-10-01T02:25:16.046Z[ recovery-image] Oct 01 02:25:14.277 INFO O| Oct 01 02:25:14.277 INFO STEP 844 (remove_files) COMPLETE
66352024-10-01T02:25:16.048Z[ recovery-image] Oct 01 02:25:14.277 INFO O| Oct 01 02:25:14.277 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-10-01T02:25:16.062Z[ recovery-image] Oct 01 02:25:14.293 INFO O| Oct 01 02:25:14.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66372024-10-01T02:25:16.062Z[ recovery-image] Oct 01 02:25:14.293 INFO O| Oct 01 02:25:14.293 INFO STEP 845 (remove_files) COMPLETE
66382024-10-01T02:25:16.064Z[ recovery-image] Oct 01 02:25:14.293 INFO O| Oct 01 02:25:14.293 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-10-01T02:25:16.087Z[ recovery-image] Oct 01 02:25:14.317 INFO O| Oct 01 02:25:14.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66402024-10-01T02:25:16.087Z[ recovery-image] Oct 01 02:25:14.318 INFO O| Oct 01 02:25:14.318 INFO STEP 846 (remove_files) COMPLETE
66412024-10-01T02:25:16.087Z[ recovery-image] Oct 01 02:25:14.318 INFO O| Oct 01 02:25:14.318 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-10-01T02:25:16.106Z[ recovery-image] Oct 01 02:25:14.337 INFO O| Oct 01 02:25:14.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66432024-10-01T02:25:16.106Z[ recovery-image] Oct 01 02:25:14.337 INFO O| Oct 01 02:25:14.337 INFO STEP 847 (remove_files) COMPLETE
66442024-10-01T02:25:16.106Z[ recovery-image] Oct 01 02:25:14.337 INFO O| Oct 01 02:25:14.337 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-10-01T02:25:16.167Z[ recovery-image] Oct 01 02:25:14.398 INFO O| Oct 01 02:25:14.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66462024-10-01T02:25:16.167Z[ recovery-image] Oct 01 02:25:14.398 INFO O| Oct 01 02:25:14.398 INFO STEP 848 (remove_files) COMPLETE
66472024-10-01T02:25:16.167Z[ recovery-image] Oct 01 02:25:14.398 INFO O| Oct 01 02:25:14.398 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-10-01T02:25:16.216Z[ recovery-image] Oct 01 02:25:14.447 INFO O| Oct 01 02:25:14.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66492024-10-01T02:25:16.218Z[ recovery-image] Oct 01 02:25:14.447 INFO O| Oct 01 02:25:14.447 INFO STEP 849 (remove_files) COMPLETE
66502024-10-01T02:25:16.219Z[ recovery-image] Oct 01 02:25:14.447 INFO O| Oct 01 02:25:14.447 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-10-01T02:25:16.236Z[ recovery-image] Oct 01 02:25:14.467 INFO O| Oct 01 02:25:14.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66522024-10-01T02:25:16.260Z[ recovery-image] Oct 01 02:25:14.491 INFO O| Oct 01 02:25:14.491 INFO STEP 850 (remove_files) COMPLETE
66532024-10-01T02:25:16.260Z[ recovery-image] Oct 01 02:25:14.491 INFO O| Oct 01 02:25:14.491 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-10-01T02:25:16.282Z[ recovery-image] Oct 01 02:25:14.513 INFO O| Oct 01 02:25:14.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66552024-10-01T02:25:16.285Z[ recovery-image] Oct 01 02:25:14.513 INFO O| Oct 01 02:25:14.513 INFO STEP 851 (remove_files) COMPLETE
66562024-10-01T02:25:16.285Z[ recovery-image] Oct 01 02:25:14.513 INFO O| Oct 01 02:25:14.513 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-10-01T02:25:16.303Z[ recovery-image] Oct 01 02:25:14.533 INFO O| Oct 01 02:25:14.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66582024-10-01T02:25:16.303Z[ recovery-image] Oct 01 02:25:14.534 INFO O| Oct 01 02:25:14.533 INFO STEP 852 (remove_files) COMPLETE
66592024-10-01T02:25:16.305Z[ recovery-image] Oct 01 02:25:14.534 INFO O| Oct 01 02:25:14.534 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-10-01T02:25:16.340Z[ recovery-image] Oct 01 02:25:14.571 INFO O| Oct 01 02:25:14.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
66612024-10-01T02:25:16.340Z[ recovery-image] Oct 01 02:25:14.571 INFO O| Oct 01 02:25:14.571 INFO STEP 853 (remove_files) COMPLETE
66622024-10-01T02:25:16.342Z[ recovery-image] Oct 01 02:25:14.571 INFO O| Oct 01 02:25:14.571 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-10-01T02:25:16.359Z[ recovery-image] Oct 01 02:25:14.590 INFO O| Oct 01 02:25:14.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66642024-10-01T02:25:16.359Z[ recovery-image] Oct 01 02:25:14.590 INFO O| Oct 01 02:25:14.590 INFO STEP 854 (remove_files) COMPLETE
66652024-10-01T02:25:16.362Z[ recovery-image] Oct 01 02:25:14.590 INFO O| Oct 01 02:25:14.590 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-10-01T02:25:16.387Z[ recovery-image] Oct 01 02:25:14.618 INFO O| Oct 01 02:25:14.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66672024-10-01T02:25:16.387Z[ recovery-image] Oct 01 02:25:14.618 INFO O| Oct 01 02:25:14.618 INFO STEP 855 (remove_files) COMPLETE
66682024-10-01T02:25:16.387Z[ recovery-image] Oct 01 02:25:14.618 INFO O| Oct 01 02:25:14.618 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-10-01T02:25:16.478Z[ recovery-image] Oct 01 02:25:14.708 INFO O| Oct 01 02:25:14.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66702024-10-01T02:25:16.478Z[ recovery-image] Oct 01 02:25:14.708 INFO O| Oct 01 02:25:14.708 INFO STEP 856 (remove_files) COMPLETE
66712024-10-01T02:25:16.480Z[ recovery-image] Oct 01 02:25:14.709 INFO O| Oct 01 02:25:14.708 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-10-01T02:25:16.498Z[ recovery-image] Oct 01 02:25:14.729 INFO O| Oct 01 02:25:14.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66732024-10-01T02:25:16.498Z[ recovery-image] Oct 01 02:25:14.729 INFO O| Oct 01 02:25:14.729 INFO STEP 857 (remove_files) COMPLETE
66742024-10-01T02:25:16.501Z[ recovery-image] Oct 01 02:25:14.729 INFO O| Oct 01 02:25:14.729 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-10-01T02:25:16.501Z[ host-image] Oct 01 02:25:14.731 INFO O| Oct 01 02:25:14.731 INFO O| Actions: Completed 22 actions in 0.81 seconds.
66762024-10-01T02:25:16.537Z[ recovery-image] Oct 01 02:25:14.768 INFO O| Oct 01 02:25:14.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66772024-10-01T02:25:16.537Z[ recovery-image] Oct 01 02:25:14.768 INFO O| Oct 01 02:25:14.768 INFO STEP 858 (remove_files) COMPLETE
66782024-10-01T02:25:16.537Z[ recovery-image] Oct 01 02:25:14.768 INFO O| Oct 01 02:25:14.768 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-10-01T02:25:16.574Z[ recovery-image] Oct 01 02:25:14.805 INFO O| Oct 01 02:25:14.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66802024-10-01T02:25:16.576Z[ recovery-image] Oct 01 02:25:14.805 INFO O| Oct 01 02:25:14.805 INFO STEP 859 (remove_files) COMPLETE
66812024-10-01T02:25:16.576Z[ recovery-image] Oct 01 02:25:14.805 INFO O| Oct 01 02:25:14.805 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-10-01T02:25:16.593Z[ recovery-image] Oct 01 02:25:14.824 INFO O| Oct 01 02:25:14.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66832024-10-01T02:25:16.613Z[ recovery-image] Oct 01 02:25:14.844 INFO O| Oct 01 02:25:14.844 INFO STEP 860 (remove_files) COMPLETE
66842024-10-01T02:25:16.613Z[ recovery-image] Oct 01 02:25:14.844 INFO O| Oct 01 02:25:14.844 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-10-01T02:25:16.634Z[ recovery-image] Oct 01 02:25:14.865 INFO O| Oct 01 02:25:14.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66862024-10-01T02:25:16.637Z[ recovery-image] Oct 01 02:25:14.865 INFO O| Oct 01 02:25:14.865 INFO STEP 861 (remove_files) COMPLETE
66872024-10-01T02:25:16.637Z[ recovery-image] Oct 01 02:25:14.865 INFO O| Oct 01 02:25:14.865 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-10-01T02:25:16.676Z[ recovery-image] Oct 01 02:25:14.907 INFO O| Oct 01 02:25:14.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66892024-10-01T02:25:16.676Z[ recovery-image] Oct 01 02:25:14.907 INFO O| Oct 01 02:25:14.907 INFO STEP 862 (remove_files) COMPLETE
66902024-10-01T02:25:16.679Z[ recovery-image] Oct 01 02:25:14.907 INFO O| Oct 01 02:25:14.907 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-10-01T02:25:16.698Z[ recovery-image] Oct 01 02:25:14.928 INFO O| Oct 01 02:25:14.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66922024-10-01T02:25:16.698Z[ recovery-image] Oct 01 02:25:14.929 INFO O| Oct 01 02:25:14.929 INFO STEP 863 (remove_files) COMPLETE
66932024-10-01T02:25:16.698Z[ recovery-image] Oct 01 02:25:14.929 INFO O| Oct 01 02:25:14.929 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-10-01T02:25:16.738Z[ recovery-image] Oct 01 02:25:14.967 INFO O| Oct 01 02:25:14.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66952024-10-01T02:25:16.738Z[ recovery-image] Oct 01 02:25:14.967 INFO O| Oct 01 02:25:14.967 INFO STEP 864 (remove_files) COMPLETE
66962024-10-01T02:25:16.738Z[ recovery-image] Oct 01 02:25:14.967 INFO O| Oct 01 02:25:14.967 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-10-01T02:25:16.780Z[ recovery-image] Oct 01 02:25:15.011 INFO O| Oct 01 02:25:15.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66982024-10-01T02:25:16.780Z[ recovery-image] Oct 01 02:25:15.011 INFO O| Oct 01 02:25:15.011 INFO STEP 865 (remove_files) COMPLETE
66992024-10-01T02:25:16.780Z[ recovery-image] Oct 01 02:25:15.011 INFO O| Oct 01 02:25:15.011 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-10-01T02:25:16.839Z[ recovery-image] Oct 01 02:25:15.070 INFO O| Oct 01 02:25:15.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67012024-10-01T02:25:16.839Z[ recovery-image] Oct 01 02:25:15.070 INFO O| Oct 01 02:25:15.070 INFO STEP 866 (remove_files) COMPLETE
67022024-10-01T02:25:16.842Z[ recovery-image] Oct 01 02:25:15.070 INFO O| Oct 01 02:25:15.070 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-10-01T02:25:16.861Z[ recovery-image] Oct 01 02:25:15.092 INFO O| Oct 01 02:25:15.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67042024-10-01T02:25:16.861Z[ recovery-image] Oct 01 02:25:15.092 INFO O| Oct 01 02:25:15.092 INFO STEP 867 (remove_files) COMPLETE
67052024-10-01T02:25:16.862Z[ recovery-image] Oct 01 02:25:15.092 INFO O| Oct 01 02:25:15.092 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-10-01T02:25:16.883Z[ recovery-image] Oct 01 02:25:15.113 INFO O| Oct 01 02:25:15.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67072024-10-01T02:25:16.883Z[ recovery-image] Oct 01 02:25:15.114 INFO O| Oct 01 02:25:15.113 INFO STEP 868 (remove_files) COMPLETE
67082024-10-01T02:25:16.883Z[ recovery-image] Oct 01 02:25:15.114 INFO O| Oct 01 02:25:15.114 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-10-01T02:25:16.901Z[ recovery-image] Oct 01 02:25:15.132 INFO O| Oct 01 02:25:15.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67102024-10-01T02:25:16.901Z[ recovery-image] Oct 01 02:25:15.132 INFO O| Oct 01 02:25:15.132 INFO STEP 869 (remove_files) COMPLETE
67112024-10-01T02:25:16.901Z[ recovery-image] Oct 01 02:25:15.132 INFO O| Oct 01 02:25:15.132 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-10-01T02:25:16.930Z[ recovery-image] Oct 01 02:25:15.161 INFO O| Oct 01 02:25:15.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67132024-10-01T02:25:16.930Z[ recovery-image] Oct 01 02:25:15.161 INFO O| Oct 01 02:25:15.161 INFO STEP 870 (remove_files) COMPLETE
67142024-10-01T02:25:16.930Z[ recovery-image] Oct 01 02:25:15.161 INFO O| Oct 01 02:25:15.161 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-10-01T02:25:16.973Z[ recovery-image] Oct 01 02:25:15.204 INFO O| Oct 01 02:25:15.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67162024-10-01T02:25:16.976Z[ recovery-image] Oct 01 02:25:15.204 INFO O| Oct 01 02:25:15.204 INFO STEP 871 (remove_files) COMPLETE
67172024-10-01T02:25:16.976Z[ recovery-image] Oct 01 02:25:15.205 INFO O| Oct 01 02:25:15.204 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-10-01T02:25:17.019Z[ recovery-image] Oct 01 02:25:15.250 INFO O| Oct 01 02:25:15.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67192024-10-01T02:25:17.029Z[ recovery-image] Oct 01 02:25:15.260 INFO O| Oct 01 02:25:15.260 INFO STEP 872 (remove_files) COMPLETE
67202024-10-01T02:25:17.029Z[ recovery-image] Oct 01 02:25:15.260 INFO O| Oct 01 02:25:15.260 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-10-01T02:25:17.035Z[ host-image] Oct 01 02:25:15.266 INFO O| Oct 01 02:25:15.266 INFO O| Done
67222024-10-01T02:25:17.035Z[ host-image] Oct 01 02:25:15.266 INFO O| Oct 01 02:25:15.266 INFO O| Done
67232024-10-01T02:25:17.072Z[ recovery-image] Oct 01 02:25:15.303 INFO O| Oct 01 02:25:15.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67242024-10-01T02:25:17.093Z[ recovery-image] Oct 01 02:25:15.324 INFO O| Oct 01 02:25:15.324 INFO STEP 873 (remove_files) COMPLETE
67252024-10-01T02:25:17.093Z[ recovery-image] Oct 01 02:25:15.324 INFO O| Oct 01 02:25:15.324 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-10-01T02:25:17.113Z[ recovery-image] Oct 01 02:25:15.344 INFO O| Oct 01 02:25:15.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67272024-10-01T02:25:17.116Z[ recovery-image] Oct 01 02:25:15.345 INFO O| Oct 01 02:25:15.344 INFO STEP 874 (remove_files) COMPLETE
67282024-10-01T02:25:17.116Z[ recovery-image] Oct 01 02:25:15.345 INFO O| Oct 01 02:25:15.345 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-10-01T02:25:17.144Z[ recovery-image] Oct 01 02:25:15.375 INFO O| Oct 01 02:25:15.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67302024-10-01T02:25:17.144Z[ recovery-image] Oct 01 02:25:15.375 INFO O| Oct 01 02:25:15.375 INFO STEP 875 (remove_files) COMPLETE
67312024-10-01T02:25:17.146Z[ recovery-image] Oct 01 02:25:15.375 INFO O| Oct 01 02:25:15.375 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-10-01T02:25:17.183Z[ recovery-image] Oct 01 02:25:15.414 INFO O| Oct 01 02:25:15.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67332024-10-01T02:25:17.183Z[ recovery-image] Oct 01 02:25:15.414 INFO O| Oct 01 02:25:15.414 INFO STEP 876 (remove_files) COMPLETE
67342024-10-01T02:25:17.185Z[ recovery-image] Oct 01 02:25:15.414 INFO O| Oct 01 02:25:15.414 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-10-01T02:25:17.222Z[ recovery-image] Oct 01 02:25:15.453 INFO O| Oct 01 02:25:15.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67362024-10-01T02:25:17.222Z[ recovery-image] Oct 01 02:25:15.453 INFO O| Oct 01 02:25:15.453 INFO STEP 877 (remove_files) COMPLETE
67372024-10-01T02:25:17.222Z[ recovery-image] Oct 01 02:25:15.453 INFO O| Oct 01 02:25:15.453 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-10-01T02:25:17.244Z[ recovery-image] Oct 01 02:25:15.475 INFO O| Oct 01 02:25:15.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67392024-10-01T02:25:17.244Z[ recovery-image] Oct 01 02:25:15.475 INFO O| Oct 01 02:25:15.475 INFO STEP 878 (remove_files) COMPLETE
67402024-10-01T02:25:17.244Z[ recovery-image] Oct 01 02:25:15.475 INFO O| Oct 01 02:25:15.475 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-10-01T02:25:17.302Z[ recovery-image] Oct 01 02:25:15.533 INFO O| Oct 01 02:25:15.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67422024-10-01T02:25:17.302Z[ recovery-image] Oct 01 02:25:15.533 INFO O| Oct 01 02:25:15.533 INFO STEP 879 (remove_files) COMPLETE
67432024-10-01T02:25:17.305Z[ recovery-image] Oct 01 02:25:15.533 INFO O| Oct 01 02:25:15.533 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-10-01T02:25:17.321Z[ recovery-image] Oct 01 02:25:15.552 INFO O| Oct 01 02:25:15.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67452024-10-01T02:25:17.323Z[ recovery-image] Oct 01 02:25:15.552 INFO O| Oct 01 02:25:15.552 INFO STEP 880 (remove_files) COMPLETE
67462024-10-01T02:25:17.323Z[ recovery-image] Oct 01 02:25:15.552 INFO O| Oct 01 02:25:15.552 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-10-01T02:25:17.338Z[ recovery-image] Oct 01 02:25:15.568 INFO O| Oct 01 02:25:15.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67482024-10-01T02:25:17.338Z[ recovery-image] Oct 01 02:25:15.569 INFO O| Oct 01 02:25:15.569 INFO STEP 881 (remove_files) COMPLETE
67492024-10-01T02:25:17.341Z[ recovery-image] Oct 01 02:25:15.569 INFO O| Oct 01 02:25:15.569 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-10-01T02:25:17.354Z[ recovery-image] Oct 01 02:25:15.585 INFO O| Oct 01 02:25:15.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67512024-10-01T02:25:17.354Z[ recovery-image] Oct 01 02:25:15.585 INFO O| Oct 01 02:25:15.585 INFO STEP 882 (remove_files) COMPLETE
67522024-10-01T02:25:17.357Z[ recovery-image] Oct 01 02:25:15.585 INFO O| Oct 01 02:25:15.585 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-10-01T02:25:17.371Z[ recovery-image] Oct 01 02:25:15.602 INFO O| Oct 01 02:25:15.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67542024-10-01T02:25:17.371Z[ recovery-image] Oct 01 02:25:15.602 INFO O| Oct 01 02:25:15.602 INFO STEP 883 (remove_files) COMPLETE
67552024-10-01T02:25:17.371Z[ recovery-image] Oct 01 02:25:15.602 INFO O| Oct 01 02:25:15.602 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-10-01T02:25:17.404Z[ recovery-image] Oct 01 02:25:15.635 INFO O| Oct 01 02:25:15.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67572024-10-01T02:25:17.404Z[ recovery-image] Oct 01 02:25:15.635 INFO O| Oct 01 02:25:15.635 INFO STEP 884 (remove_files) COMPLETE
67582024-10-01T02:25:17.407Z[ recovery-image] Oct 01 02:25:15.635 INFO O| Oct 01 02:25:15.635 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-10-01T02:25:17.439Z[ recovery-image] Oct 01 02:25:15.670 INFO O| Oct 01 02:25:15.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67602024-10-01T02:25:17.439Z[ recovery-image] Oct 01 02:25:15.670 INFO O| Oct 01 02:25:15.670 INFO STEP 885 (remove_files) COMPLETE
67612024-10-01T02:25:17.439Z[ recovery-image] Oct 01 02:25:15.670 INFO O| Oct 01 02:25:15.670 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-10-01T02:25:17.516Z[ recovery-image] Oct 01 02:25:15.747 INFO O| Oct 01 02:25:15.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67632024-10-01T02:25:17.516Z[ recovery-image] Oct 01 02:25:15.747 INFO O| Oct 01 02:25:15.747 INFO STEP 886 (remove_files) COMPLETE
67642024-10-01T02:25:17.518Z[ recovery-image] Oct 01 02:25:15.747 INFO O| Oct 01 02:25:15.747 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-10-01T02:25:17.546Z[ recovery-image] Oct 01 02:25:15.777 INFO O| Oct 01 02:25:15.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67662024-10-01T02:25:17.546Z[ recovery-image] Oct 01 02:25:15.777 INFO O| Oct 01 02:25:15.777 INFO STEP 887 (remove_files) COMPLETE
67672024-10-01T02:25:17.548Z[ recovery-image] Oct 01 02:25:15.777 INFO O| Oct 01 02:25:15.777 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-10-01T02:25:17.582Z[ recovery-image] Oct 01 02:25:15.813 INFO O| Oct 01 02:25:15.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67692024-10-01T02:25:17.582Z[ recovery-image] Oct 01 02:25:15.813 INFO O| Oct 01 02:25:15.813 INFO STEP 888 (remove_files) COMPLETE
67702024-10-01T02:25:17.582Z[ recovery-image] Oct 01 02:25:15.813 INFO O| Oct 01 02:25:15.813 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-10-01T02:25:17.612Z[ recovery-image] Oct 01 02:25:15.843 INFO O| Oct 01 02:25:15.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67722024-10-01T02:25:17.612Z[ recovery-image] Oct 01 02:25:15.843 INFO O| Oct 01 02:25:15.843 INFO STEP 889 (remove_files) COMPLETE
67732024-10-01T02:25:17.615Z[ recovery-image] Oct 01 02:25:15.843 INFO O| Oct 01 02:25:15.843 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-10-01T02:25:17.634Z[ recovery-image] Oct 01 02:25:15.864 INFO O| Oct 01 02:25:15.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67752024-10-01T02:25:17.634Z[ recovery-image] Oct 01 02:25:15.864 INFO O| Oct 01 02:25:15.864 INFO STEP 890 (remove_files) COMPLETE
67762024-10-01T02:25:17.634Z[ recovery-image] Oct 01 02:25:15.864 INFO O| Oct 01 02:25:15.864 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-10-01T02:25:17.651Z[ recovery-image] Oct 01 02:25:15.882 INFO O| Oct 01 02:25:15.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67782024-10-01T02:25:17.651Z[ recovery-image] Oct 01 02:25:15.882 INFO O| Oct 01 02:25:15.882 INFO STEP 891 (remove_files) COMPLETE
67792024-10-01T02:25:17.651Z[ recovery-image] Oct 01 02:25:15.882 INFO O| Oct 01 02:25:15.882 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-10-01T02:25:17.676Z[ recovery-image] Oct 01 02:25:15.907 INFO O| Oct 01 02:25:15.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67812024-10-01T02:25:17.678Z[ recovery-image] Oct 01 02:25:15.907 INFO O| Oct 01 02:25:15.907 INFO STEP 892 (remove_files) COMPLETE
67822024-10-01T02:25:17.678Z[ recovery-image] Oct 01 02:25:15.907 INFO O| Oct 01 02:25:15.907 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-10-01T02:25:17.735Z[ recovery-image] Oct 01 02:25:15.966 INFO O| Oct 01 02:25:15.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67842024-10-01T02:25:17.737Z[ recovery-image] Oct 01 02:25:15.966 INFO O| Oct 01 02:25:15.966 INFO STEP 893 (remove_files) COMPLETE
67852024-10-01T02:25:17.737Z[ recovery-image] Oct 01 02:25:15.966 INFO O| Oct 01 02:25:15.966 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-10-01T02:25:17.754Z[ recovery-image] Oct 01 02:25:15.985 INFO O| Oct 01 02:25:15.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67872024-10-01T02:25:17.757Z[ recovery-image] Oct 01 02:25:15.985 INFO O| Oct 01 02:25:15.985 INFO STEP 894 (remove_files) COMPLETE
67882024-10-01T02:25:17.757Z[ recovery-image] Oct 01 02:25:15.985 INFO O| Oct 01 02:25:15.985 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-10-01T02:25:17.790Z[ recovery-image] Oct 01 02:25:16.021 INFO O| Oct 01 02:25:16.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67902024-10-01T02:25:17.790Z[ recovery-image] Oct 01 02:25:16.021 INFO O| Oct 01 02:25:16.021 INFO STEP 895 (remove_files) COMPLETE
67912024-10-01T02:25:17.790Z[ recovery-image] Oct 01 02:25:16.021 INFO O| Oct 01 02:25:16.021 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-10-01T02:25:17.825Z[ recovery-image] Oct 01 02:25:16.055 INFO O| Oct 01 02:25:16.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67932024-10-01T02:25:17.825Z[ recovery-image] Oct 01 02:25:16.055 INFO O| Oct 01 02:25:16.055 INFO STEP 896 (remove_files) COMPLETE
67942024-10-01T02:25:17.827Z[ recovery-image] Oct 01 02:25:16.055 INFO O| Oct 01 02:25:16.055 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-10-01T02:25:17.849Z[ recovery-image] Oct 01 02:25:16.080 INFO O| Oct 01 02:25:16.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67962024-10-01T02:25:17.849Z[ recovery-image] Oct 01 02:25:16.080 INFO O| Oct 01 02:25:16.080 INFO STEP 897 (remove_files) COMPLETE
67972024-10-01T02:25:17.849Z[ recovery-image] Oct 01 02:25:16.080 INFO O| Oct 01 02:25:16.080 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-10-01T02:25:17.870Z[ recovery-image] Oct 01 02:25:16.101 INFO O| Oct 01 02:25:16.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67992024-10-01T02:25:17.870Z[ recovery-image] Oct 01 02:25:16.101 INFO O| Oct 01 02:25:16.101 INFO STEP 898 (remove_files) COMPLETE
68002024-10-01T02:25:17.870Z[ recovery-image] Oct 01 02:25:16.101 INFO O| Oct 01 02:25:16.101 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-10-01T02:25:17.891Z[ recovery-image] Oct 01 02:25:16.122 INFO O| Oct 01 02:25:16.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68022024-10-01T02:25:17.894Z[ recovery-image] Oct 01 02:25:16.122 INFO O| Oct 01 02:25:16.122 INFO STEP 899 (remove_files) COMPLETE
68032024-10-01T02:25:17.894Z[ recovery-image] Oct 01 02:25:16.122 INFO O| Oct 01 02:25:16.122 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-10-01T02:25:17.911Z[ recovery-image] Oct 01 02:25:16.142 INFO O| Oct 01 02:25:16.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68052024-10-01T02:25:17.911Z[ recovery-image] Oct 01 02:25:16.142 INFO O| Oct 01 02:25:16.142 INFO STEP 900 (remove_files) COMPLETE
68062024-10-01T02:25:17.914Z[ recovery-image] Oct 01 02:25:16.142 INFO O| Oct 01 02:25:16.142 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-10-01T02:25:17.950Z[ recovery-image] Oct 01 02:25:16.181 INFO O| Oct 01 02:25:16.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68082024-10-01T02:25:17.953Z[ recovery-image] Oct 01 02:25:16.181 INFO O| Oct 01 02:25:16.181 INFO STEP 901 (remove_files) COMPLETE
68092024-10-01T02:25:17.953Z[ recovery-image] Oct 01 02:25:16.181 INFO O| Oct 01 02:25:16.181 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-10-01T02:25:17.968Z[ recovery-image] Oct 01 02:25:16.199 INFO O| Oct 01 02:25:16.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68112024-10-01T02:25:17.970Z[ recovery-image] Oct 01 02:25:16.199 INFO O| Oct 01 02:25:16.199 INFO STEP 902 (remove_files) COMPLETE
68122024-10-01T02:25:17.970Z[ recovery-image] Oct 01 02:25:16.199 INFO O| Oct 01 02:25:16.199 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-10-01T02:25:17.986Z[ host-image] Oct 01 02:25:16.217 INFO O| Oct 01 02:25:16.217 INFO O| Done
68142024-10-01T02:25:17.988Z[ recovery-image] Oct 01 02:25:16.217 INFO O| Oct 01 02:25:16.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68152024-10-01T02:25:17.988Z[ recovery-image] Oct 01 02:25:16.217 INFO O| Oct 01 02:25:16.217 INFO STEP 903 (remove_files) COMPLETE
68162024-10-01T02:25:17.988Z[ recovery-image] Oct 01 02:25:16.217 INFO O| Oct 01 02:25:16.217 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-10-01T02:25:18.004Z[ recovery-image] Oct 01 02:25:16.235 INFO O| Oct 01 02:25:16.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68182024-10-01T02:25:18.007Z[ recovery-image] Oct 01 02:25:16.235 INFO O| Oct 01 02:25:16.235 INFO STEP 904 (remove_files) COMPLETE
68192024-10-01T02:25:18.007Z[ recovery-image] Oct 01 02:25:16.236 INFO O| Oct 01 02:25:16.235 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-10-01T02:25:18.044Z[ recovery-image] Oct 01 02:25:16.275 INFO O| Oct 01 02:25:16.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68212024-10-01T02:25:18.044Z[ recovery-image] Oct 01 02:25:16.275 INFO O| Oct 01 02:25:16.275 INFO STEP 905 (remove_files) COMPLETE
68222024-10-01T02:25:18.044Z[ recovery-image] Oct 01 02:25:16.275 INFO O| Oct 01 02:25:16.275 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-10-01T02:25:18.093Z[ recovery-image] Oct 01 02:25:16.324 INFO O| Oct 01 02:25:16.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68242024-10-01T02:25:18.093Z[ recovery-image] Oct 01 02:25:16.324 INFO O| Oct 01 02:25:16.324 INFO STEP 906 (remove_files) COMPLETE
68252024-10-01T02:25:18.093Z[ recovery-image] Oct 01 02:25:16.324 INFO O| Oct 01 02:25:16.324 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-10-01T02:25:18.124Z[ recovery-image] Oct 01 02:25:16.355 INFO O| Oct 01 02:25:16.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68272024-10-01T02:25:18.127Z[ recovery-image] Oct 01 02:25:16.355 INFO O| Oct 01 02:25:16.355 INFO STEP 907 (remove_files) COMPLETE
68282024-10-01T02:25:18.127Z[ recovery-image] Oct 01 02:25:16.355 INFO O| Oct 01 02:25:16.355 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-10-01T02:25:18.142Z[ recovery-image] Oct 01 02:25:16.373 INFO O| Oct 01 02:25:16.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68302024-10-01T02:25:18.145Z[ recovery-image] Oct 01 02:25:16.373 INFO O| Oct 01 02:25:16.373 INFO STEP 908 (remove_files) COMPLETE
68312024-10-01T02:25:18.145Z[ recovery-image] Oct 01 02:25:16.373 INFO O| Oct 01 02:25:16.373 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-10-01T02:25:18.180Z[ recovery-image] Oct 01 02:25:16.411 INFO O| Oct 01 02:25:16.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68332024-10-01T02:25:18.183Z[ recovery-image] Oct 01 02:25:16.411 INFO O| Oct 01 02:25:16.411 INFO STEP 909 (remove_files) COMPLETE
68342024-10-01T02:25:18.183Z[ recovery-image] Oct 01 02:25:16.411 INFO O| Oct 01 02:25:16.411 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-10-01T02:25:18.201Z[ recovery-image] Oct 01 02:25:16.432 INFO O| Oct 01 02:25:16.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68362024-10-01T02:25:18.203Z[ recovery-image] Oct 01 02:25:16.432 INFO O| Oct 01 02:25:16.432 INFO STEP 910 (remove_files) COMPLETE
68372024-10-01T02:25:18.203Z[ recovery-image] Oct 01 02:25:16.432 INFO O| Oct 01 02:25:16.432 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-10-01T02:25:18.221Z[ recovery-image] Oct 01 02:25:16.451 INFO O| Oct 01 02:25:16.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68392024-10-01T02:25:18.221Z[ recovery-image] Oct 01 02:25:16.451 INFO O| Oct 01 02:25:16.451 INFO STEP 911 (remove_files) COMPLETE
68402024-10-01T02:25:18.221Z[ recovery-image] Oct 01 02:25:16.451 INFO O| Oct 01 02:25:16.451 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-10-01T02:25:18.252Z[ recovery-image] Oct 01 02:25:16.483 INFO O| Oct 01 02:25:16.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68422024-10-01T02:25:18.252Z[ recovery-image] Oct 01 02:25:16.483 INFO O| Oct 01 02:25:16.483 INFO STEP 912 (remove_files) COMPLETE
68432024-10-01T02:25:18.255Z[ recovery-image] Oct 01 02:25:16.483 INFO O| Oct 01 02:25:16.483 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-10-01T02:25:18.271Z[ recovery-image] Oct 01 02:25:16.502 INFO O| Oct 01 02:25:16.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68452024-10-01T02:25:18.271Z[ recovery-image] Oct 01 02:25:16.502 INFO O| Oct 01 02:25:16.502 INFO STEP 913 (remove_files) COMPLETE
68462024-10-01T02:25:18.274Z[ recovery-image] Oct 01 02:25:16.502 INFO O| Oct 01 02:25:16.502 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-10-01T02:25:18.311Z[ recovery-image] Oct 01 02:25:16.542 INFO O| Oct 01 02:25:16.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68482024-10-01T02:25:18.313Z[ recovery-image] Oct 01 02:25:16.542 INFO O| Oct 01 02:25:16.542 INFO STEP 914 (remove_files) COMPLETE
68492024-10-01T02:25:18.313Z[ recovery-image] Oct 01 02:25:16.542 INFO O| Oct 01 02:25:16.542 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-10-01T02:25:18.329Z[ recovery-image] Oct 01 02:25:16.560 INFO O| Oct 01 02:25:16.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68512024-10-01T02:25:18.331Z[ recovery-image] Oct 01 02:25:16.560 INFO O| Oct 01 02:25:16.560 INFO STEP 915 (remove_files) COMPLETE
68522024-10-01T02:25:18.331Z[ recovery-image] Oct 01 02:25:16.560 INFO O| Oct 01 02:25:16.560 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-10-01T02:25:18.346Z[ recovery-image] Oct 01 02:25:16.577 INFO O| Oct 01 02:25:16.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68542024-10-01T02:25:18.349Z[ recovery-image] Oct 01 02:25:16.577 INFO O| Oct 01 02:25:16.577 INFO STEP 916 (remove_files) COMPLETE
68552024-10-01T02:25:18.349Z[ recovery-image] Oct 01 02:25:16.577 INFO O| Oct 01 02:25:16.577 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-10-01T02:25:18.385Z[ recovery-image] Oct 01 02:25:16.616 INFO O| Oct 01 02:25:16.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68572024-10-01T02:25:18.385Z[ recovery-image] Oct 01 02:25:16.616 INFO O| Oct 01 02:25:16.616 INFO STEP 917 (remove_files) COMPLETE
68582024-10-01T02:25:18.385Z[ recovery-image] Oct 01 02:25:16.616 INFO O| Oct 01 02:25:16.616 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-10-01T02:25:18.401Z[ recovery-image] Oct 01 02:25:16.632 INFO O| Oct 01 02:25:16.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68602024-10-01T02:25:18.401Z[ recovery-image] Oct 01 02:25:16.632 INFO O| Oct 01 02:25:16.632 INFO STEP 918 (remove_files) COMPLETE
68612024-10-01T02:25:18.401Z[ recovery-image] Oct 01 02:25:16.632 INFO O| Oct 01 02:25:16.632 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-10-01T02:25:18.438Z[ recovery-image] Oct 01 02:25:16.669 INFO O| Oct 01 02:25:16.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68632024-10-01T02:25:18.438Z[ recovery-image] Oct 01 02:25:16.669 INFO O| Oct 01 02:25:16.669 INFO STEP 919 (remove_files) COMPLETE
68642024-10-01T02:25:18.438Z[ recovery-image] Oct 01 02:25:16.669 INFO O| Oct 01 02:25:16.669 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-10-01T02:25:18.479Z[ recovery-image] Oct 01 02:25:16.710 INFO O| Oct 01 02:25:16.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68662024-10-01T02:25:18.479Z[ recovery-image] Oct 01 02:25:16.710 INFO O| Oct 01 02:25:16.710 INFO STEP 920 (remove_files) COMPLETE
68672024-10-01T02:25:18.479Z[ recovery-image] Oct 01 02:25:16.710 INFO O| Oct 01 02:25:16.710 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-10-01T02:25:18.499Z[ recovery-image] Oct 01 02:25:16.729 INFO O| Oct 01 02:25:16.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68692024-10-01T02:25:18.499Z[ recovery-image] Oct 01 02:25:16.729 INFO O| Oct 01 02:25:16.729 INFO STEP 921 (remove_files) COMPLETE
68702024-10-01T02:25:18.499Z[ recovery-image] Oct 01 02:25:16.729 INFO O| Oct 01 02:25:16.729 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-10-01T02:25:18.585Z[ recovery-image] Oct 01 02:25:16.816 INFO O| Oct 01 02:25:16.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68722024-10-01T02:25:18.586Z[ recovery-image] Oct 01 02:25:16.816 INFO O| Oct 01 02:25:16.816 INFO STEP 922 (remove_files) COMPLETE
68732024-10-01T02:25:18.588Z[ recovery-image] Oct 01 02:25:16.816 INFO O| Oct 01 02:25:16.816 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-10-01T02:25:18.623Z[ recovery-image] Oct 01 02:25:16.854 INFO O| Oct 01 02:25:16.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68752024-10-01T02:25:18.625Z[ recovery-image] Oct 01 02:25:16.854 INFO O| Oct 01 02:25:16.854 INFO STEP 923 (remove_files) COMPLETE
68762024-10-01T02:25:18.626Z[ recovery-image] Oct 01 02:25:16.854 INFO O| Oct 01 02:25:16.854 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-10-01T02:25:18.649Z[ recovery-image] Oct 01 02:25:16.880 INFO O| Oct 01 02:25:16.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68782024-10-01T02:25:18.649Z[ recovery-image] Oct 01 02:25:16.880 INFO O| Oct 01 02:25:16.880 INFO STEP 924 (remove_files) COMPLETE
68792024-10-01T02:25:18.649Z[ recovery-image] Oct 01 02:25:16.880 INFO O| Oct 01 02:25:16.880 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-10-01T02:25:18.685Z[ recovery-image] Oct 01 02:25:16.916 INFO O| Oct 01 02:25:16.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68812024-10-01T02:25:18.685Z[ recovery-image] Oct 01 02:25:16.916 INFO O| Oct 01 02:25:16.916 INFO STEP 925 (remove_files) COMPLETE
68822024-10-01T02:25:18.688Z[ recovery-image] Oct 01 02:25:16.916 INFO O| Oct 01 02:25:16.916 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-10-01T02:25:18.705Z[ recovery-image] Oct 01 02:25:16.935 INFO O| Oct 01 02:25:16.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68842024-10-01T02:25:18.707Z[ recovery-image] Oct 01 02:25:16.936 INFO O| Oct 01 02:25:16.936 INFO STEP 926 (remove_files) COMPLETE
68852024-10-01T02:25:18.707Z[ recovery-image] Oct 01 02:25:16.936 INFO O| Oct 01 02:25:16.936 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-10-01T02:25:18.745Z[ recovery-image] Oct 01 02:25:16.976 INFO O| Oct 01 02:25:16.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68872024-10-01T02:25:18.745Z[ recovery-image] Oct 01 02:25:16.976 INFO O| Oct 01 02:25:16.976 INFO STEP 927 (remove_files) COMPLETE
68882024-10-01T02:25:18.748Z[ recovery-image] Oct 01 02:25:16.976 INFO O| Oct 01 02:25:16.976 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-10-01T02:25:18.807Z[ recovery-image] Oct 01 02:25:17.038 INFO O| Oct 01 02:25:17.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68902024-10-01T02:25:18.809Z[ recovery-image] Oct 01 02:25:17.038 INFO O| Oct 01 02:25:17.038 INFO STEP 928 (remove_files) COMPLETE
68912024-10-01T02:25:18.809Z[ recovery-image] Oct 01 02:25:17.038 INFO O| Oct 01 02:25:17.038 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-10-01T02:25:18.825Z[ recovery-image] Oct 01 02:25:17.056 INFO O| Oct 01 02:25:17.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68932024-10-01T02:25:18.825Z[ recovery-image] Oct 01 02:25:17.056 INFO O| Oct 01 02:25:17.056 INFO STEP 929 (remove_files) COMPLETE
68942024-10-01T02:25:18.828Z[ recovery-image] Oct 01 02:25:17.056 INFO O| Oct 01 02:25:17.056 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-10-01T02:25:18.843Z[ recovery-image] Oct 01 02:25:17.074 INFO O| Oct 01 02:25:17.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68962024-10-01T02:25:18.843Z[ recovery-image] Oct 01 02:25:17.074 INFO O| Oct 01 02:25:17.074 INFO STEP 930 (remove_files) COMPLETE
68972024-10-01T02:25:18.843Z[ recovery-image] Oct 01 02:25:17.074 INFO O| Oct 01 02:25:17.074 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-10-01T02:25:18.861Z[ recovery-image] Oct 01 02:25:17.092 INFO O| Oct 01 02:25:17.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68992024-10-01T02:25:18.861Z[ recovery-image] Oct 01 02:25:17.092 INFO O| Oct 01 02:25:17.092 INFO STEP 931 (remove_files) COMPLETE
69002024-10-01T02:25:18.861Z[ recovery-image] Oct 01 02:25:17.092 INFO O| Oct 01 02:25:17.092 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-10-01T02:25:18.879Z[ recovery-image] Oct 01 02:25:17.110 INFO O| Oct 01 02:25:17.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69022024-10-01T02:25:18.881Z[ recovery-image] Oct 01 02:25:17.110 INFO O| Oct 01 02:25:17.110 INFO STEP 932 (remove_files) COMPLETE
69032024-10-01T02:25:18.881Z[ recovery-image] Oct 01 02:25:17.110 INFO O| Oct 01 02:25:17.110 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-10-01T02:25:18.905Z[ recovery-image] Oct 01 02:25:17.136 INFO O| Oct 01 02:25:17.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69052024-10-01T02:25:18.905Z[ recovery-image] Oct 01 02:25:17.136 INFO O| Oct 01 02:25:17.136 INFO STEP 933 (remove_files) COMPLETE
69062024-10-01T02:25:18.908Z[ recovery-image] Oct 01 02:25:17.136 INFO O| Oct 01 02:25:17.136 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-10-01T02:25:18.947Z[ recovery-image] Oct 01 02:25:17.178 INFO O| Oct 01 02:25:17.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69082024-10-01T02:25:18.947Z[ recovery-image] Oct 01 02:25:17.178 INFO O| Oct 01 02:25:17.178 INFO STEP 934 (remove_files) COMPLETE
69092024-10-01T02:25:18.947Z[ recovery-image] Oct 01 02:25:17.178 INFO O| Oct 01 02:25:17.178 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-10-01T02:25:18.990Z[ recovery-image] Oct 01 02:25:17.220 INFO O| Oct 01 02:25:17.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69112024-10-01T02:25:18.990Z[ recovery-image] Oct 01 02:25:17.220 INFO O| Oct 01 02:25:17.220 INFO STEP 935 (remove_files) COMPLETE
69122024-10-01T02:25:18.990Z[ recovery-image] Oct 01 02:25:17.220 INFO O| Oct 01 02:25:17.220 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-10-01T02:25:19.019Z[ recovery-image] Oct 01 02:25:17.249 INFO O| Oct 01 02:25:17.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69142024-10-01T02:25:19.022Z[ recovery-image] Oct 01 02:25:17.249 INFO O| Oct 01 02:25:17.249 INFO STEP 936 (remove_files) COMPLETE
69152024-10-01T02:25:19.022Z[ recovery-image] Oct 01 02:25:17.249 INFO O| Oct 01 02:25:17.249 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-10-01T02:25:19.037Z[ recovery-image] Oct 01 02:25:17.268 INFO O| Oct 01 02:25:17.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69172024-10-01T02:25:19.037Z[ recovery-image] Oct 01 02:25:17.268 INFO O| Oct 01 02:25:17.268 INFO STEP 937 (remove_files) COMPLETE
69182024-10-01T02:25:19.040Z[ recovery-image] Oct 01 02:25:17.268 INFO O| Oct 01 02:25:17.268 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-10-01T02:25:19.055Z[ recovery-image] Oct 01 02:25:17.286 INFO O| Oct 01 02:25:17.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69202024-10-01T02:25:19.058Z[ recovery-image] Oct 01 02:25:17.286 INFO O| Oct 01 02:25:17.286 INFO STEP 938 (remove_files) COMPLETE
69212024-10-01T02:25:19.058Z[ recovery-image] Oct 01 02:25:17.286 INFO O| Oct 01 02:25:17.286 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-10-01T02:25:19.075Z[ recovery-image] Oct 01 02:25:17.305 INFO O| Oct 01 02:25:17.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69232024-10-01T02:25:19.077Z[ recovery-image] Oct 01 02:25:17.306 INFO O| Oct 01 02:25:17.305 INFO STEP 939 (remove_files) COMPLETE
69242024-10-01T02:25:19.077Z[ recovery-image] Oct 01 02:25:17.306 INFO O| Oct 01 02:25:17.306 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-10-01T02:25:19.094Z[ recovery-image] Oct 01 02:25:17.325 INFO O| Oct 01 02:25:17.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69262024-10-01T02:25:19.097Z[ recovery-image] Oct 01 02:25:17.325 INFO O| Oct 01 02:25:17.325 INFO STEP 940 (remove_files) COMPLETE
69272024-10-01T02:25:19.097Z[ recovery-image] Oct 01 02:25:17.325 INFO O| Oct 01 02:25:17.325 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-10-01T02:25:19.134Z[ recovery-image] Oct 01 02:25:17.365 INFO O| Oct 01 02:25:17.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69292024-10-01T02:25:19.134Z[ recovery-image] Oct 01 02:25:17.365 INFO O| Oct 01 02:25:17.365 INFO STEP 941 (remove_files) COMPLETE
69302024-10-01T02:25:19.134Z[ recovery-image] Oct 01 02:25:17.365 INFO O| Oct 01 02:25:17.365 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-10-01T02:25:19.191Z[ recovery-image] Oct 01 02:25:17.422 INFO O| Oct 01 02:25:17.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69322024-10-01T02:25:19.194Z[ recovery-image] Oct 01 02:25:17.422 INFO O| Oct 01 02:25:17.422 INFO STEP 942 (remove_files) COMPLETE
69332024-10-01T02:25:19.194Z[ recovery-image] Oct 01 02:25:17.422 INFO O| Oct 01 02:25:17.422 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-10-01T02:25:19.207Z[ recovery-image] Oct 01 02:25:17.438 INFO O| Oct 01 02:25:17.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69352024-10-01T02:25:19.211Z[ recovery-image] Oct 01 02:25:17.438 INFO O| Oct 01 02:25:17.438 INFO STEP 943 (remove_files) COMPLETE
69362024-10-01T02:25:19.211Z[ recovery-image] Oct 01 02:25:17.438 INFO O| Oct 01 02:25:17.438 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-10-01T02:25:19.234Z[ recovery-image] Oct 01 02:25:17.464 INFO O| Oct 01 02:25:17.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69382024-10-01T02:25:19.234Z[ recovery-image] Oct 01 02:25:17.464 INFO O| Oct 01 02:25:17.464 INFO STEP 944 (remove_files) COMPLETE
69392024-10-01T02:25:19.237Z[ recovery-image] Oct 01 02:25:17.464 INFO O| Oct 01 02:25:17.464 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-10-01T02:25:19.264Z[ recovery-image] Oct 01 02:25:17.495 INFO O| Oct 01 02:25:17.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69412024-10-01T02:25:19.264Z[ recovery-image] Oct 01 02:25:17.495 INFO O| Oct 01 02:25:17.495 INFO STEP 945 (remove_files) COMPLETE
69422024-10-01T02:25:19.267Z[ recovery-image] Oct 01 02:25:17.495 INFO O| Oct 01 02:25:17.495 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-10-01T02:25:19.288Z[ recovery-image] Oct 01 02:25:17.518 INFO O| Oct 01 02:25:17.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69442024-10-01T02:25:19.288Z[ recovery-image] Oct 01 02:25:17.518 INFO O| Oct 01 02:25:17.518 INFO STEP 946 (remove_files) COMPLETE
69452024-10-01T02:25:19.288Z[ recovery-image] Oct 01 02:25:17.518 INFO O| Oct 01 02:25:17.518 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-10-01T02:25:19.380Z[ recovery-image] Oct 01 02:25:17.611 INFO O| Oct 01 02:25:17.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69472024-10-01T02:25:19.380Z[ recovery-image] Oct 01 02:25:17.611 INFO O| Oct 01 02:25:17.611 INFO STEP 947 (remove_files) COMPLETE
69482024-10-01T02:25:19.380Z[ recovery-image] Oct 01 02:25:17.611 INFO O| Oct 01 02:25:17.611 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-10-01T02:25:19.402Z[ recovery-image] Oct 01 02:25:17.633 INFO O| Oct 01 02:25:17.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69502024-10-01T02:25:19.402Z[ recovery-image] Oct 01 02:25:17.633 INFO O| Oct 01 02:25:17.633 INFO STEP 948 (remove_files) COMPLETE
69512024-10-01T02:25:19.406Z[ recovery-image] Oct 01 02:25:17.633 INFO O| Oct 01 02:25:17.633 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-10-01T02:25:19.422Z[ recovery-image] Oct 01 02:25:17.653 INFO O| Oct 01 02:25:17.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69532024-10-01T02:25:19.422Z[ recovery-image] Oct 01 02:25:17.653 INFO O| Oct 01 02:25:17.653 INFO STEP 949 (remove_files) COMPLETE
69542024-10-01T02:25:19.422Z[ recovery-image] Oct 01 02:25:17.653 INFO O| Oct 01 02:25:17.653 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-10-01T02:25:19.440Z[ recovery-image] Oct 01 02:25:17.670 INFO O| Oct 01 02:25:17.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69562024-10-01T02:25:19.440Z[ recovery-image] Oct 01 02:25:17.670 INFO O| Oct 01 02:25:17.670 INFO STEP 950 (remove_files) COMPLETE
69572024-10-01T02:25:19.440Z[ recovery-image] Oct 01 02:25:17.670 INFO O| Oct 01 02:25:17.670 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-10-01T02:25:19.456Z[ recovery-image] Oct 01 02:25:17.686 INFO O| Oct 01 02:25:17.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69592024-10-01T02:25:19.456Z[ recovery-image] Oct 01 02:25:17.686 INFO O| Oct 01 02:25:17.686 INFO STEP 951 (remove_files) COMPLETE
69602024-10-01T02:25:19.456Z[ recovery-image] Oct 01 02:25:17.687 INFO O| Oct 01 02:25:17.686 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-10-01T02:25:19.473Z[ recovery-image] Oct 01 02:25:17.702 INFO O| Oct 01 02:25:17.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69622024-10-01T02:25:19.473Z[ recovery-image] Oct 01 02:25:17.702 INFO O| Oct 01 02:25:17.702 INFO STEP 952 (remove_files) COMPLETE
69632024-10-01T02:25:19.473Z[ recovery-image] Oct 01 02:25:17.702 INFO O| Oct 01 02:25:17.702 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-10-01T02:25:19.488Z[ recovery-image] Oct 01 02:25:17.718 INFO O| Oct 01 02:25:17.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69652024-10-01T02:25:19.488Z[ recovery-image] Oct 01 02:25:17.718 INFO O| Oct 01 02:25:17.718 INFO STEP 953 (remove_files) COMPLETE
69662024-10-01T02:25:19.488Z[ recovery-image] Oct 01 02:25:17.718 INFO O| Oct 01 02:25:17.718 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-10-01T02:25:19.505Z[ recovery-image] Oct 01 02:25:17.735 INFO O| Oct 01 02:25:17.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69682024-10-01T02:25:19.507Z[ recovery-image] Oct 01 02:25:17.735 INFO O| Oct 01 02:25:17.735 INFO STEP 954 (remove_files) COMPLETE
69692024-10-01T02:25:19.507Z[ recovery-image] Oct 01 02:25:17.735 INFO O| Oct 01 02:25:17.735 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-10-01T02:25:19.535Z[ recovery-image] Oct 01 02:25:17.766 INFO O| Oct 01 02:25:17.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69712024-10-01T02:25:19.535Z[ recovery-image] Oct 01 02:25:17.766 INFO O| Oct 01 02:25:17.766 INFO STEP 955 (remove_files) COMPLETE
69722024-10-01T02:25:19.535Z[ recovery-image] Oct 01 02:25:17.766 INFO O| Oct 01 02:25:17.766 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-10-01T02:25:19.555Z[ recovery-image] Oct 01 02:25:17.785 INFO O| Oct 01 02:25:17.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69742024-10-01T02:25:19.555Z[ recovery-image] Oct 01 02:25:17.785 INFO O| Oct 01 02:25:17.785 INFO STEP 956 (remove_files) COMPLETE
69752024-10-01T02:25:19.555Z[ recovery-image] Oct 01 02:25:17.785 INFO O| Oct 01 02:25:17.785 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-10-01T02:25:19.590Z[ recovery-image] Oct 01 02:25:17.821 INFO O| Oct 01 02:25:17.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69772024-10-01T02:25:19.590Z[ recovery-image] Oct 01 02:25:17.821 INFO O| Oct 01 02:25:17.821 INFO STEP 957 (remove_files) COMPLETE
69782024-10-01T02:25:19.590Z[ recovery-image] Oct 01 02:25:17.821 INFO O| Oct 01 02:25:17.821 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-10-01T02:25:19.612Z[ recovery-image] Oct 01 02:25:17.843 INFO O| Oct 01 02:25:17.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69802024-10-01T02:25:19.612Z[ recovery-image] Oct 01 02:25:17.843 INFO O| Oct 01 02:25:17.843 INFO STEP 958 (remove_files) COMPLETE
69812024-10-01T02:25:19.624Z[ recovery-image] Oct 01 02:25:17.843 INFO O| Oct 01 02:25:17.843 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-10-01T02:25:19.631Z[ recovery-image] Oct 01 02:25:17.861 INFO O| Oct 01 02:25:17.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69832024-10-01T02:25:19.631Z[ recovery-image] Oct 01 02:25:17.862 INFO O| Oct 01 02:25:17.861 INFO STEP 959 (remove_files) COMPLETE
69842024-10-01T02:25:19.631Z[ recovery-image] Oct 01 02:25:17.862 INFO O| Oct 01 02:25:17.862 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-10-01T02:25:19.653Z[ recovery-image] Oct 01 02:25:17.883 INFO O| Oct 01 02:25:17.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69862024-10-01T02:25:19.655Z[ recovery-image] Oct 01 02:25:17.883 INFO O| Oct 01 02:25:17.883 INFO STEP 960 (remove_files) COMPLETE
69872024-10-01T02:25:19.655Z[ recovery-image] Oct 01 02:25:17.884 INFO O| Oct 01 02:25:17.883 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-10-01T02:25:19.672Z[ recovery-image] Oct 01 02:25:17.903 INFO O| Oct 01 02:25:17.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69892024-10-01T02:25:19.674Z[ recovery-image] Oct 01 02:25:17.903 INFO O| Oct 01 02:25:17.903 INFO STEP 961 (remove_files) COMPLETE
69902024-10-01T02:25:19.674Z[ recovery-image] Oct 01 02:25:17.903 INFO O| Oct 01 02:25:17.903 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-10-01T02:25:19.704Z[ recovery-image] Oct 01 02:25:17.935 INFO O| Oct 01 02:25:17.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69922024-10-01T02:25:19.707Z[ recovery-image] Oct 01 02:25:17.935 INFO O| Oct 01 02:25:17.935 INFO STEP 962 (remove_files) COMPLETE
69932024-10-01T02:25:19.707Z[ recovery-image] Oct 01 02:25:17.935 INFO O| Oct 01 02:25:17.935 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-10-01T02:25:19.724Z[ recovery-image] Oct 01 02:25:17.955 INFO O| Oct 01 02:25:17.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69952024-10-01T02:25:19.727Z[ recovery-image] Oct 01 02:25:17.955 INFO O| Oct 01 02:25:17.955 INFO STEP 963 (remove_files) COMPLETE
69962024-10-01T02:25:19.727Z[ recovery-image] Oct 01 02:25:17.955 INFO O| Oct 01 02:25:17.955 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-10-01T02:25:19.764Z[ recovery-image] Oct 01 02:25:17.995 INFO O| Oct 01 02:25:17.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69982024-10-01T02:25:19.767Z[ recovery-image] Oct 01 02:25:17.995 INFO O| Oct 01 02:25:17.995 INFO STEP 964 (remove_files) COMPLETE
69992024-10-01T02:25:19.767Z[ recovery-image] Oct 01 02:25:17.995 INFO O| Oct 01 02:25:17.995 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-10-01T02:25:19.797Z[ recovery-image] Oct 01 02:25:18.027 INFO O| Oct 01 02:25:18.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70012024-10-01T02:25:19.797Z[ recovery-image] Oct 01 02:25:18.027 INFO O| Oct 01 02:25:18.027 INFO STEP 965 (remove_files) COMPLETE
70022024-10-01T02:25:19.799Z[ recovery-image] Oct 01 02:25:18.027 INFO O| Oct 01 02:25:18.027 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-10-01T02:25:19.826Z[ recovery-image] Oct 01 02:25:18.056 INFO O| Oct 01 02:25:18.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70042024-10-01T02:25:19.826Z[ recovery-image] Oct 01 02:25:18.056 INFO O| Oct 01 02:25:18.056 INFO STEP 966 (remove_files) COMPLETE
70052024-10-01T02:25:19.826Z[ recovery-image] Oct 01 02:25:18.056 INFO O| Oct 01 02:25:18.056 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-10-01T02:25:19.846Z[ recovery-image] Oct 01 02:25:18.077 INFO O| Oct 01 02:25:18.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70072024-10-01T02:25:19.846Z[ recovery-image] Oct 01 02:25:18.077 INFO O| Oct 01 02:25:18.077 INFO STEP 967 (remove_files) COMPLETE
70082024-10-01T02:25:19.849Z[ recovery-image] Oct 01 02:25:18.077 INFO O| Oct 01 02:25:18.077 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-10-01T02:25:19.887Z[ recovery-image] Oct 01 02:25:18.117 INFO O| Oct 01 02:25:18.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70102024-10-01T02:25:19.887Z[ recovery-image] Oct 01 02:25:18.117 INFO O| Oct 01 02:25:18.117 INFO STEP 968 (remove_files) COMPLETE
70112024-10-01T02:25:19.890Z[ recovery-image] Oct 01 02:25:18.118 INFO O| Oct 01 02:25:18.117 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-10-01T02:25:19.906Z[ recovery-image] Oct 01 02:25:18.137 INFO O| Oct 01 02:25:18.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70132024-10-01T02:25:19.906Z[ recovery-image] Oct 01 02:25:18.137 INFO O| Oct 01 02:25:18.137 INFO STEP 969 (remove_files) COMPLETE
70142024-10-01T02:25:19.906Z[ recovery-image] Oct 01 02:25:18.137 INFO O| Oct 01 02:25:18.137 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-10-01T02:25:19.933Z[ recovery-image] Oct 01 02:25:18.163 INFO O| Oct 01 02:25:18.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70162024-10-01T02:25:19.933Z[ recovery-image] Oct 01 02:25:18.163 INFO O| Oct 01 02:25:18.163 INFO STEP 970 (remove_files) COMPLETE
70172024-10-01T02:25:19.933Z[ recovery-image] Oct 01 02:25:18.163 INFO O| Oct 01 02:25:18.163 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-10-01T02:25:19.973Z[ recovery-image] Oct 01 02:25:18.203 INFO O| Oct 01 02:25:18.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70192024-10-01T02:25:19.973Z[ recovery-image] Oct 01 02:25:18.203 INFO O| Oct 01 02:25:18.203 INFO STEP 971 (remove_files) COMPLETE
70202024-10-01T02:25:19.976Z[ recovery-image] Oct 01 02:25:18.204 INFO O| Oct 01 02:25:18.204 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-10-01T02:25:20.014Z[ recovery-image] Oct 01 02:25:18.244 INFO O| Oct 01 02:25:18.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70222024-10-01T02:25:20.016Z[ recovery-image] Oct 01 02:25:18.245 INFO O| Oct 01 02:25:18.245 INFO STEP 972 (remove_files) COMPLETE
70232024-10-01T02:25:20.016Z[ recovery-image] Oct 01 02:25:18.245 INFO O| Oct 01 02:25:18.245 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-10-01T02:25:20.040Z[ recovery-image] Oct 01 02:25:18.270 INFO O| Oct 01 02:25:18.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70252024-10-01T02:25:20.043Z[ recovery-image] Oct 01 02:25:18.271 INFO O| Oct 01 02:25:18.270 INFO STEP 973 (remove_files) COMPLETE
70262024-10-01T02:25:20.043Z[ recovery-image] Oct 01 02:25:18.271 INFO O| Oct 01 02:25:18.271 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-10-01T02:25:20.097Z[ recovery-image] Oct 01 02:25:18.328 INFO O| Oct 01 02:25:18.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70282024-10-01T02:25:20.097Z[ recovery-image] Oct 01 02:25:18.328 INFO O| Oct 01 02:25:18.328 INFO STEP 974 (remove_files) COMPLETE
70292024-10-01T02:25:20.097Z[ recovery-image] Oct 01 02:25:18.328 INFO O| Oct 01 02:25:18.328 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-10-01T02:25:20.160Z[ recovery-image] Oct 01 02:25:18.390 INFO O| Oct 01 02:25:18.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70312024-10-01T02:25:20.160Z[ recovery-image] Oct 01 02:25:18.390 INFO O| Oct 01 02:25:18.390 INFO STEP 975 (remove_files) COMPLETE
70322024-10-01T02:25:20.160Z[ recovery-image] Oct 01 02:25:18.390 INFO O| Oct 01 02:25:18.390 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-10-01T02:25:20.199Z[ recovery-image] Oct 01 02:25:18.430 INFO O| Oct 01 02:25:18.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70342024-10-01T02:25:20.200Z[ recovery-image] Oct 01 02:25:18.430 INFO O| Oct 01 02:25:18.430 INFO STEP 976 (remove_files) COMPLETE
70352024-10-01T02:25:20.202Z[ recovery-image] Oct 01 02:25:18.430 INFO O| Oct 01 02:25:18.430 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-10-01T02:25:20.218Z[ recovery-image] Oct 01 02:25:18.449 INFO O| Oct 01 02:25:18.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70372024-10-01T02:25:20.219Z[ recovery-image] Oct 01 02:25:18.449 INFO O| Oct 01 02:25:18.449 INFO STEP 977 (remove_files) COMPLETE
70382024-10-01T02:25:20.219Z[ recovery-image] Oct 01 02:25:18.449 INFO O| Oct 01 02:25:18.449 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-10-01T02:25:20.237Z[ recovery-image] Oct 01 02:25:18.467 INFO O| Oct 01 02:25:18.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70402024-10-01T02:25:20.237Z[ recovery-image] Oct 01 02:25:18.467 INFO O| Oct 01 02:25:18.467 INFO STEP 978 (remove_files) COMPLETE
70412024-10-01T02:25:20.239Z[ recovery-image] Oct 01 02:25:18.467 INFO O| Oct 01 02:25:18.467 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-10-01T02:25:20.269Z[ recovery-image] Oct 01 02:25:18.499 INFO O| Oct 01 02:25:18.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70432024-10-01T02:25:20.269Z[ recovery-image] Oct 01 02:25:18.499 INFO O| Oct 01 02:25:18.499 INFO STEP 979 (remove_files) COMPLETE
70442024-10-01T02:25:20.269Z[ recovery-image] Oct 01 02:25:18.499 INFO O| Oct 01 02:25:18.499 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-10-01T02:25:20.286Z[ recovery-image] Oct 01 02:25:18.516 INFO O| Oct 01 02:25:18.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70462024-10-01T02:25:20.286Z[ recovery-image] Oct 01 02:25:18.516 INFO O| Oct 01 02:25:18.516 INFO STEP 980 (remove_files) COMPLETE
70472024-10-01T02:25:20.286Z[ recovery-image] Oct 01 02:25:18.516 INFO O| Oct 01 02:25:18.516 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-10-01T02:25:20.303Z[ recovery-image] Oct 01 02:25:18.533 INFO O| Oct 01 02:25:18.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70492024-10-01T02:25:20.303Z[ recovery-image] Oct 01 02:25:18.534 INFO O| Oct 01 02:25:18.533 INFO STEP 981 (remove_files) COMPLETE
70502024-10-01T02:25:20.305Z[ recovery-image] Oct 01 02:25:18.534 INFO O| Oct 01 02:25:18.534 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-10-01T02:25:20.331Z[ recovery-image] Oct 01 02:25:18.561 INFO O| Oct 01 02:25:18.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70522024-10-01T02:25:20.333Z[ recovery-image] Oct 01 02:25:18.561 INFO O| Oct 01 02:25:18.561 INFO STEP 982 (remove_files) COMPLETE
70532024-10-01T02:25:20.333Z[ recovery-image] Oct 01 02:25:18.561 INFO O| Oct 01 02:25:18.561 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-10-01T02:25:20.350Z[ recovery-image] Oct 01 02:25:18.581 INFO O| Oct 01 02:25:18.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70552024-10-01T02:25:20.350Z[ recovery-image] Oct 01 02:25:18.581 INFO O| Oct 01 02:25:18.581 INFO STEP 983 (remove_files) COMPLETE
70562024-10-01T02:25:20.350Z[ recovery-image] Oct 01 02:25:18.581 INFO O| Oct 01 02:25:18.581 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-10-01T02:25:20.369Z[ recovery-image] Oct 01 02:25:18.599 INFO O| Oct 01 02:25:18.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70582024-10-01T02:25:20.369Z[ recovery-image] Oct 01 02:25:18.599 INFO O| Oct 01 02:25:18.599 INFO STEP 984 (remove_files) COMPLETE
70592024-10-01T02:25:20.371Z[ recovery-image] Oct 01 02:25:18.599 INFO O| Oct 01 02:25:18.599 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-10-01T02:25:20.387Z[ recovery-image] Oct 01 02:25:18.617 INFO O| Oct 01 02:25:18.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70612024-10-01T02:25:20.387Z[ recovery-image] Oct 01 02:25:18.617 INFO O| Oct 01 02:25:18.617 INFO STEP 985 (remove_files) COMPLETE
70622024-10-01T02:25:20.387Z[ recovery-image] Oct 01 02:25:18.617 INFO O| Oct 01 02:25:18.617 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-10-01T02:25:20.446Z[ recovery-image] Oct 01 02:25:18.676 INFO O| Oct 01 02:25:18.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70642024-10-01T02:25:20.446Z[ recovery-image] Oct 01 02:25:18.676 INFO O| Oct 01 02:25:18.676 INFO STEP 986 (remove_files) COMPLETE
70652024-10-01T02:25:20.446Z[ recovery-image] Oct 01 02:25:18.676 INFO O| Oct 01 02:25:18.676 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-10-01T02:25:20.483Z[ recovery-image] Oct 01 02:25:18.714 INFO O| Oct 01 02:25:18.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70672024-10-01T02:25:20.483Z[ recovery-image] Oct 01 02:25:18.714 INFO O| Oct 01 02:25:18.714 INFO STEP 987 (remove_files) COMPLETE
70682024-10-01T02:25:20.486Z[ recovery-image] Oct 01 02:25:18.714 INFO O| Oct 01 02:25:18.714 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-10-01T02:25:20.499Z[ recovery-image] Oct 01 02:25:18.730 INFO O| Oct 01 02:25:18.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70702024-10-01T02:25:20.499Z[ recovery-image] Oct 01 02:25:18.730 INFO O| Oct 01 02:25:18.730 INFO STEP 988 (remove_files) COMPLETE
70712024-10-01T02:25:20.502Z[ recovery-image] Oct 01 02:25:18.730 INFO O| Oct 01 02:25:18.730 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-10-01T02:25:20.541Z[ recovery-image] Oct 01 02:25:18.771 INFO O| Oct 01 02:25:18.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70732024-10-01T02:25:20.543Z[ recovery-image] Oct 01 02:25:18.772 INFO O| Oct 01 02:25:18.772 INFO STEP 989 (remove_files) COMPLETE
70742024-10-01T02:25:20.543Z[ recovery-image] Oct 01 02:25:18.772 INFO O| Oct 01 02:25:18.772 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-10-01T02:25:20.560Z[ recovery-image] Oct 01 02:25:18.790 INFO O| Oct 01 02:25:18.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70762024-10-01T02:25:20.562Z[ recovery-image] Oct 01 02:25:18.790 INFO O| Oct 01 02:25:18.790 INFO STEP 990 (remove_files) COMPLETE
70772024-10-01T02:25:20.562Z[ recovery-image] Oct 01 02:25:18.791 INFO O| Oct 01 02:25:18.790 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-10-01T02:25:20.578Z[ recovery-image] Oct 01 02:25:18.809 INFO O| Oct 01 02:25:18.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70792024-10-01T02:25:20.581Z[ recovery-image] Oct 01 02:25:18.809 INFO O| Oct 01 02:25:18.809 INFO STEP 991 (remove_files) COMPLETE
70802024-10-01T02:25:20.581Z[ recovery-image] Oct 01 02:25:18.809 INFO O| Oct 01 02:25:18.809 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-10-01T02:25:20.604Z[ recovery-image] Oct 01 02:25:18.835 INFO O| Oct 01 02:25:18.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70822024-10-01T02:25:20.607Z[ recovery-image] Oct 01 02:25:18.835 INFO O| Oct 01 02:25:18.835 INFO STEP 992 (remove_files) COMPLETE
70832024-10-01T02:25:20.607Z[ recovery-image] Oct 01 02:25:18.835 INFO O| Oct 01 02:25:18.835 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-10-01T02:25:20.637Z[ recovery-image] Oct 01 02:25:18.868 INFO O| Oct 01 02:25:18.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70852024-10-01T02:25:20.638Z[ recovery-image] Oct 01 02:25:18.868 INFO O| Oct 01 02:25:18.868 INFO STEP 993 (remove_files) COMPLETE
70862024-10-01T02:25:20.640Z[ recovery-image] Oct 01 02:25:18.868 INFO O| Oct 01 02:25:18.868 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-10-01T02:25:20.653Z[ recovery-image] Oct 01 02:25:18.884 INFO O| Oct 01 02:25:18.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70882024-10-01T02:25:20.653Z[ recovery-image] Oct 01 02:25:18.884 INFO O| Oct 01 02:25:18.884 INFO STEP 994 (remove_files) COMPLETE
70892024-10-01T02:25:20.653Z[ recovery-image] Oct 01 02:25:18.884 INFO O| Oct 01 02:25:18.884 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-10-01T02:25:20.669Z[ host-image] Oct 01 02:25:18.900 INFO O| Oct 01 02:25:18.900 INFO O| Done
70912024-10-01T02:25:20.672Z[ recovery-image] Oct 01 02:25:18.902 INFO O| Oct 01 02:25:18.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70922024-10-01T02:25:20.672Z[ recovery-image] Oct 01 02:25:18.902 INFO O| Oct 01 02:25:18.902 INFO STEP 995 (remove_files) COMPLETE
70932024-10-01T02:25:20.672Z[ recovery-image] Oct 01 02:25:18.902 INFO O| Oct 01 02:25:18.902 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-10-01T02:25:20.709Z[ recovery-image] Oct 01 02:25:18.940 INFO O| Oct 01 02:25:18.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70952024-10-01T02:25:20.709Z[ recovery-image] Oct 01 02:25:18.940 INFO O| Oct 01 02:25:18.940 INFO STEP 996 (remove_files) COMPLETE
70962024-10-01T02:25:20.709Z[ recovery-image] Oct 01 02:25:18.940 INFO O| Oct 01 02:25:18.940 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-10-01T02:25:20.712Z[ host-image] Oct 01 02:25:18.941 INFO O| Oct 01 02:25:18.941 INFO O| Done
70982024-10-01T02:25:20.712Z[ host-image] Oct 01 02:25:18.941 INFO O| Oct 01 02:25:18.941 INFO O| Done
70992024-10-01T02:25:20.730Z[ host-image] Oct 01 02:25:18.960 INFO O| Oct 01 02:25:18.960 INFO O| Done
71002024-10-01T02:25:20.754Z[ recovery-image] Oct 01 02:25:18.985 INFO O| Oct 01 02:25:18.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71012024-10-01T02:25:20.757Z[ recovery-image] Oct 01 02:25:18.985 INFO O| Oct 01 02:25:18.985 INFO STEP 997 (remove_files) COMPLETE
71022024-10-01T02:25:20.757Z[ recovery-image] Oct 01 02:25:18.985 INFO O| Oct 01 02:25:18.985 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-10-01T02:25:20.789Z[ recovery-image] Oct 01 02:25:19.020 INFO O| Oct 01 02:25:19.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71042024-10-01T02:25:20.789Z[ recovery-image] Oct 01 02:25:19.020 INFO O| Oct 01 02:25:19.020 INFO STEP 998 (remove_files) COMPLETE
71052024-10-01T02:25:20.789Z[ recovery-image] Oct 01 02:25:19.020 INFO O| Oct 01 02:25:19.020 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-10-01T02:25:20.846Z[ recovery-image] Oct 01 02:25:19.076 INFO O| Oct 01 02:25:19.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71072024-10-01T02:25:20.846Z[ recovery-image] Oct 01 02:25:19.076 INFO O| Oct 01 02:25:19.076 INFO STEP 999 (remove_files) COMPLETE
71082024-10-01T02:25:20.846Z[ recovery-image] Oct 01 02:25:19.076 INFO O| Oct 01 02:25:19.076 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-10-01T02:25:20.879Z[ recovery-image] Oct 01 02:25:19.109 INFO O| Oct 01 02:25:19.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71102024-10-01T02:25:20.879Z[ recovery-image] Oct 01 02:25:19.109 INFO O| Oct 01 02:25:19.109 INFO STEP 1000 (remove_files) COMPLETE
71112024-10-01T02:25:20.879Z[ recovery-image] Oct 01 02:25:19.109 INFO O| Oct 01 02:25:19.109 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-10-01T02:25:20.910Z[ recovery-image] Oct 01 02:25:19.140 INFO O| Oct 01 02:25:19.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71132024-10-01T02:25:20.910Z[ recovery-image] Oct 01 02:25:19.140 INFO O| Oct 01 02:25:19.140 INFO STEP 1001 (remove_files) COMPLETE
71142024-10-01T02:25:20.913Z[ recovery-image] Oct 01 02:25:19.140 INFO O| Oct 01 02:25:19.140 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-10-01T02:25:20.916Z[ host-image] Oct 01 02:25:19.145 INFO O| Oct 01 02:25:19.145 INFO STEP 14 (pkg_install) COMPLETE
71162024-10-01T02:25:20.916Z[ host-image] Oct 01 02:25:19.145 INFO O| Oct 01 02:25:19.145 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71172024-10-01T02:25:20.916Z[ host-image] Oct 01 02:25:19.145 INFO O| Oct 01 02:25:19.145 INFO skip step because feature "mfg" is not enabled
71182024-10-01T02:25:20.916Z[ host-image] Oct 01 02:25:19.145 INFO O| Oct 01 02:25:19.145 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71192024-10-01T02:25:20.916Z[ host-image] Oct 01 02:25:19.145 INFO O| Oct 01 02:25:19.145 INFO skip step because feature "compliance" is not enabled
71202024-10-01T02:25:20.916Z[ host-image] Oct 01 02:25:19.145 INFO O| Oct 01 02:25:19.145 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71212024-10-01T02:25:20.916Z[ host-image] Oct 01 02:25:19.145 INFO O| Oct 01 02:25:19.145 INFO skip step because feature "stress" is not enabled
71222024-10-01T02:25:20.916Z[ host-image] Oct 01 02:25:19.145 INFO O| Oct 01 02:25:19.145 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71232024-10-01T02:25:20.916Z[ host-image] Oct 01 02:25:19.145 INFO O| Oct 01 02:25:19.145 INFO skip step because feature "nfs" is not enabled
71242024-10-01T02:25:20.916Z[ host-image] Oct 01 02:25:19.145 INFO O| Oct 01 02:25:19.145 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
71252024-10-01T02:25:20.916Z[ host-image] Oct 01 02:25:19.145 INFO O| Oct 01 02:25:19.145 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
71262024-10-01T02:25:20.953Z[ recovery-image] Oct 01 02:25:19.183 INFO O| Oct 01 02:25:19.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71272024-10-01T02:25:20.953Z[ recovery-image] Oct 01 02:25:19.183 INFO O| Oct 01 02:25:19.183 INFO STEP 1002 (remove_files) COMPLETE
71282024-10-01T02:25:20.955Z[ recovery-image] Oct 01 02:25:19.183 INFO O| Oct 01 02:25:19.183 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-10-01T02:25:20.991Z[ recovery-image] Oct 01 02:25:19.221 INFO O| Oct 01 02:25:19.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71302024-10-01T02:25:20.991Z[ recovery-image] Oct 01 02:25:19.221 INFO O| Oct 01 02:25:19.221 INFO STEP 1003 (remove_files) COMPLETE
71312024-10-01T02:25:20.993Z[ recovery-image] Oct 01 02:25:19.222 INFO O| Oct 01 02:25:19.221 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-10-01T02:25:21.010Z[ recovery-image] Oct 01 02:25:19.240 INFO O| Oct 01 02:25:19.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71332024-10-01T02:25:21.010Z[ recovery-image] Oct 01 02:25:19.240 INFO O| Oct 01 02:25:19.240 INFO STEP 1004 (remove_files) COMPLETE
71342024-10-01T02:25:21.012Z[ recovery-image] Oct 01 02:25:19.240 INFO O| Oct 01 02:25:19.240 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-10-01T02:25:21.027Z[ recovery-image] Oct 01 02:25:19.258 INFO O| Oct 01 02:25:19.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71362024-10-01T02:25:21.027Z[ recovery-image] Oct 01 02:25:19.258 INFO O| Oct 01 02:25:19.258 INFO STEP 1005 (remove_files) COMPLETE
71372024-10-01T02:25:21.027Z[ recovery-image] Oct 01 02:25:19.258 INFO O| Oct 01 02:25:19.258 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-10-01T02:25:21.044Z[ recovery-image] Oct 01 02:25:19.275 INFO O| Oct 01 02:25:19.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71392024-10-01T02:25:21.044Z[ recovery-image] Oct 01 02:25:19.275 INFO O| Oct 01 02:25:19.275 INFO STEP 1006 (remove_files) COMPLETE
71402024-10-01T02:25:21.044Z[ recovery-image] Oct 01 02:25:19.275 INFO O| Oct 01 02:25:19.275 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-10-01T02:25:21.053Z[ host-image] Oct 01 02:25:19.284 INFO O| Oct 01 02:25:19.284 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
71422024-10-01T02:25:21.094Z[ recovery-image] Oct 01 02:25:19.324 INFO O| Oct 01 02:25:19.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71432024-10-01T02:25:21.096Z[ recovery-image] Oct 01 02:25:19.325 INFO O| Oct 01 02:25:19.325 INFO STEP 1007 (remove_files) COMPLETE
71442024-10-01T02:25:21.096Z[ recovery-image] Oct 01 02:25:19.325 INFO O| Oct 01 02:25:19.325 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-10-01T02:25:21.112Z[ recovery-image] Oct 01 02:25:19.343 INFO O| Oct 01 02:25:19.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71462024-10-01T02:25:21.115Z[ recovery-image] Oct 01 02:25:19.343 INFO O| Oct 01 02:25:19.343 INFO STEP 1008 (remove_files) COMPLETE
71472024-10-01T02:25:21.115Z[ recovery-image] Oct 01 02:25:19.343 INFO O| Oct 01 02:25:19.343 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-10-01T02:25:21.129Z[ recovery-image] Oct 01 02:25:19.359 INFO O| Oct 01 02:25:19.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71492024-10-01T02:25:21.131Z[ recovery-image] Oct 01 02:25:19.360 INFO O| Oct 01 02:25:19.359 INFO STEP 1009 (remove_files) COMPLETE
71502024-10-01T02:25:21.131Z[ recovery-image] Oct 01 02:25:19.360 INFO O| Oct 01 02:25:19.360 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-10-01T02:25:21.145Z[ recovery-image] Oct 01 02:25:19.376 INFO O| Oct 01 02:25:19.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71522024-10-01T02:25:21.148Z[ recovery-image] Oct 01 02:25:19.376 INFO O| Oct 01 02:25:19.376 INFO STEP 1010 (remove_files) COMPLETE
71532024-10-01T02:25:21.148Z[ recovery-image] Oct 01 02:25:19.376 INFO O| Oct 01 02:25:19.376 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-10-01T02:25:21.161Z[ recovery-image] Oct 01 02:25:19.392 INFO O| Oct 01 02:25:19.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71552024-10-01T02:25:21.161Z[ recovery-image] Oct 01 02:25:19.392 INFO O| Oct 01 02:25:19.392 INFO STEP 1011 (remove_files) COMPLETE
71562024-10-01T02:25:21.169Z[ recovery-image] Oct 01 02:25:19.392 INFO O| Oct 01 02:25:19.392 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-10-01T02:25:21.177Z[ recovery-image] Oct 01 02:25:19.408 INFO O| Oct 01 02:25:19.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71582024-10-01T02:25:21.181Z[ recovery-image] Oct 01 02:25:19.408 INFO O| Oct 01 02:25:19.408 INFO STEP 1012 (remove_files) COMPLETE
71592024-10-01T02:25:21.181Z[ recovery-image] Oct 01 02:25:19.408 INFO O| Oct 01 02:25:19.408 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-10-01T02:25:21.194Z[ recovery-image] Oct 01 02:25:19.424 INFO O| Oct 01 02:25:19.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71612024-10-01T02:25:21.196Z[ recovery-image] Oct 01 02:25:19.424 INFO O| Oct 01 02:25:19.424 INFO STEP 1013 (remove_files) COMPLETE
71622024-10-01T02:25:21.196Z[ recovery-image] Oct 01 02:25:19.425 INFO O| Oct 01 02:25:19.424 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-10-01T02:25:21.211Z[ recovery-image] Oct 01 02:25:19.442 INFO O| Oct 01 02:25:19.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71642024-10-01T02:25:21.214Z[ recovery-image] Oct 01 02:25:19.442 INFO O| Oct 01 02:25:19.442 INFO STEP 1014 (remove_files) COMPLETE
71652024-10-01T02:25:21.215Z[ recovery-image] Oct 01 02:25:19.442 INFO O| Oct 01 02:25:19.442 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-10-01T02:25:21.232Z[ recovery-image] Oct 01 02:25:19.462 INFO O| Oct 01 02:25:19.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71672024-10-01T02:25:21.232Z[ recovery-image] Oct 01 02:25:19.462 INFO O| Oct 01 02:25:19.462 INFO STEP 1015 (remove_files) COMPLETE
71682024-10-01T02:25:21.232Z[ recovery-image] Oct 01 02:25:19.462 INFO O| Oct 01 02:25:19.462 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-10-01T02:25:21.234Z[ host-image] Oct 01 02:25:19.464 INFO O| Oct 01 02:25:19.464 INFO completed processing gimlet/ramdisk-01-os
71702024-10-01T02:25:21.237Z[ host-image] Oct 01 02:25:19.466 INFO omicron1 baseline generation...
71712024-10-01T02:25:21.237Z[ host-image] Oct 01 02:25:19.466 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
71722024-10-01T02:25:21.251Z[ recovery-image] Oct 01 02:25:19.481 INFO O| Oct 01 02:25:19.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71732024-10-01T02:25:21.251Z[ recovery-image] Oct 01 02:25:19.481 INFO O| Oct 01 02:25:19.481 INFO STEP 1016 (remove_files) COMPLETE
71742024-10-01T02:25:21.251Z[ recovery-image] Oct 01 02:25:19.481 INFO O| Oct 01 02:25:19.481 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-10-01T02:25:21.290Z[ recovery-image] Oct 01 02:25:19.520 INFO O| Oct 01 02:25:19.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71762024-10-01T02:25:21.290Z[ recovery-image] Oct 01 02:25:19.520 INFO O| Oct 01 02:25:19.520 INFO STEP 1017 (remove_files) COMPLETE
71772024-10-01T02:25:21.290Z[ recovery-image] Oct 01 02:25:19.520 INFO O| Oct 01 02:25:19.520 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-10-01T02:25:21.339Z[ recovery-image] Oct 01 02:25:19.570 INFO O| Oct 01 02:25:19.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71792024-10-01T02:25:21.342Z[ recovery-image] Oct 01 02:25:19.570 INFO O| Oct 01 02:25:19.570 INFO STEP 1018 (remove_files) COMPLETE
71802024-10-01T02:25:21.342Z[ recovery-image] Oct 01 02:25:19.570 INFO O| Oct 01 02:25:19.570 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-10-01T02:25:21.360Z[ recovery-image] Oct 01 02:25:19.590 INFO O| Oct 01 02:25:19.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71822024-10-01T02:25:21.360Z[ recovery-image] Oct 01 02:25:19.590 INFO O| Oct 01 02:25:19.590 INFO STEP 1019 (remove_files) COMPLETE
71832024-10-01T02:25:21.360Z[ recovery-image] Oct 01 02:25:19.590 INFO O| Oct 01 02:25:19.590 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-10-01T02:25:21.420Z[ recovery-image] Oct 01 02:25:19.651 INFO O| Oct 01 02:25:19.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71852024-10-01T02:25:21.423Z[ recovery-image] Oct 01 02:25:19.651 INFO O| Oct 01 02:25:19.651 INFO STEP 1020 (remove_files) COMPLETE
71862024-10-01T02:25:21.423Z[ recovery-image] Oct 01 02:25:19.651 INFO O| Oct 01 02:25:19.651 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-10-01T02:25:21.478Z[ recovery-image] Oct 01 02:25:19.709 INFO O| Oct 01 02:25:19.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71882024-10-01T02:25:21.479Z[ recovery-image] Oct 01 02:25:19.709 INFO O| Oct 01 02:25:19.709 INFO STEP 1021 (remove_files) COMPLETE
71892024-10-01T02:25:21.481Z[ recovery-image] Oct 01 02:25:19.709 INFO O| Oct 01 02:25:19.709 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-10-01T02:25:21.503Z[ recovery-image] Oct 01 02:25:19.733 INFO O| Oct 01 02:25:19.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71912024-10-01T02:25:21.503Z[ recovery-image] Oct 01 02:25:19.733 INFO O| Oct 01 02:25:19.733 INFO STEP 1022 (remove_files) COMPLETE
71922024-10-01T02:25:21.505Z[ recovery-image] Oct 01 02:25:19.733 INFO O| Oct 01 02:25:19.733 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-10-01T02:25:21.524Z[ recovery-image] Oct 01 02:25:19.754 INFO O| Oct 01 02:25:19.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71942024-10-01T02:25:21.524Z[ recovery-image] Oct 01 02:25:19.754 INFO O| Oct 01 02:25:19.754 INFO STEP 1023 (remove_files) COMPLETE
71952024-10-01T02:25:21.524Z[ recovery-image] Oct 01 02:25:19.754 INFO O| Oct 01 02:25:19.754 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-10-01T02:25:21.543Z[ recovery-image] Oct 01 02:25:19.774 INFO O| Oct 01 02:25:19.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71972024-10-01T02:25:21.543Z[ recovery-image] Oct 01 02:25:19.774 INFO O| Oct 01 02:25:19.774 INFO STEP 1024 (remove_files) COMPLETE
71982024-10-01T02:25:21.546Z[ recovery-image] Oct 01 02:25:19.774 INFO O| Oct 01 02:25:19.774 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-10-01T02:25:21.563Z[ recovery-image] Oct 01 02:25:19.793 INFO O| Oct 01 02:25:19.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72002024-10-01T02:25:21.563Z[ recovery-image] Oct 01 02:25:19.793 INFO O| Oct 01 02:25:19.793 INFO STEP 1025 (remove_files) COMPLETE
72012024-10-01T02:25:21.563Z[ recovery-image] Oct 01 02:25:19.793 INFO O| Oct 01 02:25:19.793 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-10-01T02:25:21.580Z[ recovery-image] Oct 01 02:25:19.810 INFO O| Oct 01 02:25:19.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72032024-10-01T02:25:21.580Z[ recovery-image] Oct 01 02:25:19.811 INFO O| Oct 01 02:25:19.810 INFO STEP 1026 (remove_files) COMPLETE
72042024-10-01T02:25:21.580Z[ recovery-image] Oct 01 02:25:19.811 INFO O| Oct 01 02:25:19.811 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-10-01T02:25:21.596Z[ recovery-image] Oct 01 02:25:19.827 INFO O| Oct 01 02:25:19.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72062024-10-01T02:25:21.596Z[ recovery-image] Oct 01 02:25:19.827 INFO O| Oct 01 02:25:19.827 INFO STEP 1027 (remove_files) COMPLETE
72072024-10-01T02:25:21.596Z[ recovery-image] Oct 01 02:25:19.827 INFO O| Oct 01 02:25:19.827 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-10-01T02:25:21.636Z[ recovery-image] Oct 01 02:25:19.865 INFO O| Oct 01 02:25:19.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72092024-10-01T02:25:21.636Z[ recovery-image] Oct 01 02:25:19.865 INFO O| Oct 01 02:25:19.865 INFO STEP 1028 (remove_files) COMPLETE
72102024-10-01T02:25:21.638Z[ recovery-image] Oct 01 02:25:19.865 INFO O| Oct 01 02:25:19.865 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-10-01T02:25:21.655Z[ recovery-image] Oct 01 02:25:19.885 INFO O| Oct 01 02:25:19.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72122024-10-01T02:25:21.655Z[ recovery-image] Oct 01 02:25:19.885 INFO O| Oct 01 02:25:19.885 INFO STEP 1029 (remove_files) COMPLETE
72132024-10-01T02:25:21.657Z[ recovery-image] Oct 01 02:25:19.885 INFO O| Oct 01 02:25:19.885 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-10-01T02:25:21.715Z[ recovery-image] Oct 01 02:25:19.946 INFO O| Oct 01 02:25:19.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72152024-10-01T02:25:21.715Z[ recovery-image] Oct 01 02:25:19.946 INFO O| Oct 01 02:25:19.946 INFO STEP 1030 (remove_files) COMPLETE
72162024-10-01T02:25:21.715Z[ recovery-image] Oct 01 02:25:19.946 INFO O| Oct 01 02:25:19.946 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-10-01T02:25:21.733Z[ recovery-image] Oct 01 02:25:19.963 INFO O| Oct 01 02:25:19.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72182024-10-01T02:25:21.733Z[ recovery-image] Oct 01 02:25:19.963 INFO O| Oct 01 02:25:19.963 INFO STEP 1031 (remove_files) COMPLETE
72192024-10-01T02:25:21.735Z[ recovery-image] Oct 01 02:25:19.963 INFO O| Oct 01 02:25:19.963 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-10-01T02:25:21.768Z[ recovery-image] Oct 01 02:25:19.998 INFO O| Oct 01 02:25:19.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72212024-10-01T02:25:21.768Z[ recovery-image] Oct 01 02:25:19.998 INFO O| Oct 01 02:25:19.998 INFO STEP 1032 (remove_files) COMPLETE
72222024-10-01T02:25:21.768Z[ recovery-image] Oct 01 02:25:19.998 INFO O| Oct 01 02:25:19.998 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-10-01T02:25:21.899Z[ recovery-image] Oct 01 02:25:20.130 INFO O| Oct 01 02:25:20.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72242024-10-01T02:25:21.899Z[ recovery-image] Oct 01 02:25:20.130 INFO O| Oct 01 02:25:20.130 INFO STEP 1033 (remove_files) COMPLETE
72252024-10-01T02:25:21.899Z[ recovery-image] Oct 01 02:25:20.130 INFO O| Oct 01 02:25:20.130 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-10-01T02:25:21.924Z[ recovery-image] Oct 01 02:25:20.154 INFO O| Oct 01 02:25:20.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72272024-10-01T02:25:21.924Z[ recovery-image] Oct 01 02:25:20.154 INFO O| Oct 01 02:25:20.154 INFO STEP 1034 (remove_files) COMPLETE
72282024-10-01T02:25:21.924Z[ recovery-image] Oct 01 02:25:20.154 INFO O| Oct 01 02:25:20.154 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-10-01T02:25:21.970Z[ recovery-image] Oct 01 02:25:20.200 INFO O| Oct 01 02:25:20.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72302024-10-01T02:25:21.972Z[ recovery-image] Oct 01 02:25:20.200 INFO O| Oct 01 02:25:20.200 INFO STEP 1035 (remove_files) COMPLETE
72312024-10-01T02:25:21.972Z[ recovery-image] Oct 01 02:25:20.200 INFO O| Oct 01 02:25:20.200 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-10-01T02:25:21.988Z[ recovery-image] Oct 01 02:25:20.219 INFO O| Oct 01 02:25:20.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72332024-10-01T02:25:21.991Z[ recovery-image] Oct 01 02:25:20.219 INFO O| Oct 01 02:25:20.219 INFO STEP 1036 (remove_files) COMPLETE
72342024-10-01T02:25:21.991Z[ recovery-image] Oct 01 02:25:20.219 INFO O| Oct 01 02:25:20.219 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-10-01T02:25:22.013Z[ recovery-image] Oct 01 02:25:20.243 INFO O| Oct 01 02:25:20.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72362024-10-01T02:25:22.013Z[ recovery-image] Oct 01 02:25:20.243 INFO O| Oct 01 02:25:20.243 INFO STEP 1037 (remove_files) COMPLETE
72372024-10-01T02:25:22.013Z[ recovery-image] Oct 01 02:25:20.243 INFO O| Oct 01 02:25:20.243 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-10-01T02:25:22.015Z[ host-image] Oct 01 02:25:20.243 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22923:20240930T130954Z
72392024-10-01T02:25:22.048Z[ recovery-image] Oct 01 02:25:20.278 INFO O| Oct 01 02:25:20.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72402024-10-01T02:25:22.048Z[ recovery-image] Oct 01 02:25:20.278 INFO O| Oct 01 02:25:20.278 INFO STEP 1038 (remove_files) COMPLETE
72412024-10-01T02:25:22.048Z[ recovery-image] Oct 01 02:25:20.278 INFO O| Oct 01 02:25:20.278 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-10-01T02:25:22.066Z[ recovery-image] Oct 01 02:25:20.297 INFO O| Oct 01 02:25:20.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72432024-10-01T02:25:22.066Z[ recovery-image] Oct 01 02:25:20.297 INFO O| Oct 01 02:25:20.297 INFO STEP 1039 (remove_files) COMPLETE
72442024-10-01T02:25:22.066Z[ recovery-image] Oct 01 02:25:20.297 INFO O| Oct 01 02:25:20.297 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-10-01T02:25:22.083Z[ recovery-image] Oct 01 02:25:20.314 INFO O| Oct 01 02:25:20.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72462024-10-01T02:25:22.083Z[ recovery-image] Oct 01 02:25:20.314 INFO O| Oct 01 02:25:20.314 INFO STEP 1040 (remove_files) COMPLETE
72472024-10-01T02:25:22.083Z[ recovery-image] Oct 01 02:25:20.314 INFO O| Oct 01 02:25:20.314 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-10-01T02:25:22.100Z[ recovery-image] Oct 01 02:25:20.330 INFO O| Oct 01 02:25:20.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72492024-10-01T02:25:22.100Z[ recovery-image] Oct 01 02:25:20.330 INFO O| Oct 01 02:25:20.330 INFO STEP 1041 (remove_files) COMPLETE
72502024-10-01T02:25:22.105Z[ recovery-image] Oct 01 02:25:20.330 INFO O| Oct 01 02:25:20.330 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-10-01T02:25:22.140Z[ recovery-image] Oct 01 02:25:20.370 INFO O| Oct 01 02:25:20.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72522024-10-01T02:25:22.140Z[ recovery-image] Oct 01 02:25:20.370 INFO O| Oct 01 02:25:20.370 INFO STEP 1042 (remove_files) COMPLETE
72532024-10-01T02:25:22.142Z[ recovery-image] Oct 01 02:25:20.370 INFO O| Oct 01 02:25:20.370 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-10-01T02:25:22.164Z[ recovery-image] Oct 01 02:25:20.394 INFO O| Oct 01 02:25:20.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72552024-10-01T02:25:22.166Z[ recovery-image] Oct 01 02:25:20.394 INFO O| Oct 01 02:25:20.394 INFO STEP 1043 (remove_files) COMPLETE
72562024-10-01T02:25:22.166Z[ recovery-image] Oct 01 02:25:20.394 INFO O| Oct 01 02:25:20.394 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-10-01T02:25:22.198Z[ recovery-image] Oct 01 02:25:20.428 INFO O| Oct 01 02:25:20.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72582024-10-01T02:25:22.198Z[ recovery-image] Oct 01 02:25:20.428 INFO O| Oct 01 02:25:20.428 INFO STEP 1044 (remove_files) COMPLETE
72592024-10-01T02:25:22.200Z[ recovery-image] Oct 01 02:25:20.428 INFO O| Oct 01 02:25:20.428 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-10-01T02:25:22.226Z[ recovery-image] Oct 01 02:25:20.456 INFO O| Oct 01 02:25:20.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72612024-10-01T02:25:22.226Z[ recovery-image] Oct 01 02:25:20.456 INFO O| Oct 01 02:25:20.456 INFO STEP 1045 (remove_files) COMPLETE
72622024-10-01T02:25:22.226Z[ recovery-image] Oct 01 02:25:20.456 INFO O| Oct 01 02:25:20.456 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-10-01T02:25:22.274Z[ recovery-image] Oct 01 02:25:20.504 INFO O| Oct 01 02:25:20.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72642024-10-01T02:25:22.274Z[ recovery-image] Oct 01 02:25:20.504 INFO O| Oct 01 02:25:20.504 INFO STEP 1046 (remove_files) COMPLETE
72652024-10-01T02:25:22.274Z[ recovery-image] Oct 01 02:25:20.504 INFO O| Oct 01 02:25:20.504 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-10-01T02:25:22.331Z[ recovery-image] Oct 01 02:25:20.561 INFO O| Oct 01 02:25:20.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72672024-10-01T02:25:22.333Z[ recovery-image] Oct 01 02:25:20.561 INFO O| Oct 01 02:25:20.561 INFO STEP 1047 (remove_files) COMPLETE
72682024-10-01T02:25:22.333Z[ recovery-image] Oct 01 02:25:20.561 INFO O| Oct 01 02:25:20.561 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-10-01T02:25:22.354Z[ recovery-image] Oct 01 02:25:20.584 INFO O| Oct 01 02:25:20.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72702024-10-01T02:25:22.354Z[ recovery-image] Oct 01 02:25:20.584 INFO O| Oct 01 02:25:20.584 INFO STEP 1048 (remove_files) COMPLETE
72712024-10-01T02:25:22.354Z[ recovery-image] Oct 01 02:25:20.584 INFO O| Oct 01 02:25:20.584 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-10-01T02:25:22.372Z[ recovery-image] Oct 01 02:25:20.602 INFO O| Oct 01 02:25:20.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72732024-10-01T02:25:22.372Z[ recovery-image] Oct 01 02:25:20.602 INFO O| Oct 01 02:25:20.602 INFO STEP 1049 (remove_files) COMPLETE
72742024-10-01T02:25:22.372Z[ recovery-image] Oct 01 02:25:20.602 INFO O| Oct 01 02:25:20.602 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-10-01T02:25:22.415Z[ recovery-image] Oct 01 02:25:20.645 INFO O| Oct 01 02:25:20.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72762024-10-01T02:25:22.416Z[ recovery-image] Oct 01 02:25:20.645 INFO O| Oct 01 02:25:20.645 INFO STEP 1050 (remove_files) COMPLETE
72772024-10-01T02:25:22.416Z[ recovery-image] Oct 01 02:25:20.645 INFO O| Oct 01 02:25:20.645 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-10-01T02:25:22.432Z[ recovery-image] Oct 01 02:25:20.662 INFO O| Oct 01 02:25:20.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72792024-10-01T02:25:22.432Z[ recovery-image] Oct 01 02:25:20.663 INFO O| Oct 01 02:25:20.663 INFO STEP 1051 (remove_files) COMPLETE
72802024-10-01T02:25:22.434Z[ recovery-image] Oct 01 02:25:20.663 INFO O| Oct 01 02:25:20.663 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-10-01T02:25:22.456Z[ recovery-image] Oct 01 02:25:20.686 INFO O| Oct 01 02:25:20.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72822024-10-01T02:25:22.458Z[ recovery-image] Oct 01 02:25:20.686 INFO O| Oct 01 02:25:20.686 INFO STEP 1052 (remove_files) COMPLETE
72832024-10-01T02:25:22.458Z[ recovery-image] Oct 01 02:25:20.687 INFO O| Oct 01 02:25:20.686 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-10-01T02:25:22.475Z[ recovery-image] Oct 01 02:25:20.705 INFO O| Oct 01 02:25:20.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72852024-10-01T02:25:22.477Z[ recovery-image] Oct 01 02:25:20.705 INFO O| Oct 01 02:25:20.705 INFO STEP 1053 (remove_files) COMPLETE
72862024-10-01T02:25:22.477Z[ recovery-image] Oct 01 02:25:20.705 INFO O| Oct 01 02:25:20.705 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-10-01T02:25:22.492Z[ recovery-image] Oct 01 02:25:20.723 INFO O| Oct 01 02:25:20.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72882024-10-01T02:25:22.495Z[ recovery-image] Oct 01 02:25:20.723 INFO O| Oct 01 02:25:20.723 INFO STEP 1054 (remove_files) COMPLETE
72892024-10-01T02:25:22.495Z[ recovery-image] Oct 01 02:25:20.723 INFO O| Oct 01 02:25:20.723 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-10-01T02:25:22.509Z[ recovery-image] Oct 01 02:25:20.739 INFO O| Oct 01 02:25:20.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72912024-10-01T02:25:22.512Z[ recovery-image] Oct 01 02:25:20.740 INFO O| Oct 01 02:25:20.740 INFO STEP 1055 (remove_files) COMPLETE
72922024-10-01T02:25:22.512Z[ recovery-image] Oct 01 02:25:20.740 INFO O| Oct 01 02:25:20.740 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-10-01T02:25:22.525Z[ recovery-image] Oct 01 02:25:20.755 INFO O| Oct 01 02:25:20.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72942024-10-01T02:25:22.528Z[ recovery-image] Oct 01 02:25:20.756 INFO O| Oct 01 02:25:20.756 INFO STEP 1056 (remove_files) COMPLETE
72952024-10-01T02:25:22.528Z[ recovery-image] Oct 01 02:25:20.756 INFO O| Oct 01 02:25:20.756 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-10-01T02:25:22.542Z[ recovery-image] Oct 01 02:25:20.772 INFO O| Oct 01 02:25:20.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72972024-10-01T02:25:22.544Z[ recovery-image] Oct 01 02:25:20.772 INFO O| Oct 01 02:25:20.772 INFO STEP 1057 (remove_files) COMPLETE
72982024-10-01T02:25:22.544Z[ recovery-image] Oct 01 02:25:20.773 INFO O| Oct 01 02:25:20.773 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-10-01T02:25:22.559Z[ recovery-image] Oct 01 02:25:20.789 INFO O| Oct 01 02:25:20.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73002024-10-01T02:25:22.561Z[ recovery-image] Oct 01 02:25:20.789 INFO O| Oct 01 02:25:20.789 INFO STEP 1058 (remove_files) COMPLETE
73012024-10-01T02:25:22.561Z[ recovery-image] Oct 01 02:25:20.789 INFO O| Oct 01 02:25:20.789 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-10-01T02:25:22.575Z[ recovery-image] Oct 01 02:25:20.805 INFO O| Oct 01 02:25:20.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73032024-10-01T02:25:22.577Z[ recovery-image] Oct 01 02:25:20.806 INFO O| Oct 01 02:25:20.806 INFO STEP 1059 (remove_files) COMPLETE
73042024-10-01T02:25:22.577Z[ recovery-image] Oct 01 02:25:20.806 INFO O| Oct 01 02:25:20.806 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-10-01T02:25:22.591Z[ recovery-image] Oct 01 02:25:20.822 INFO O| Oct 01 02:25:20.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73062024-10-01T02:25:22.594Z[ recovery-image] Oct 01 02:25:20.822 INFO O| Oct 01 02:25:20.822 INFO STEP 1060 (remove_files) COMPLETE
73072024-10-01T02:25:22.594Z[ recovery-image] Oct 01 02:25:20.822 INFO O| Oct 01 02:25:20.822 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-10-01T02:25:22.608Z[ recovery-image] Oct 01 02:25:20.839 INFO O| Oct 01 02:25:20.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73092024-10-01T02:25:22.611Z[ recovery-image] Oct 01 02:25:20.839 INFO O| Oct 01 02:25:20.839 INFO STEP 1061 (remove_files) COMPLETE
73102024-10-01T02:25:22.611Z[ recovery-image] Oct 01 02:25:20.839 INFO O| Oct 01 02:25:20.839 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-10-01T02:25:22.632Z[ recovery-image] Oct 01 02:25:20.854 INFO O| Oct 01 02:25:20.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73122024-10-01T02:25:22.632Z[ recovery-image] Oct 01 02:25:20.855 INFO O| Oct 01 02:25:20.855 INFO STEP 1062 (remove_files) COMPLETE
73132024-10-01T02:25:22.632Z[ recovery-image] Oct 01 02:25:20.855 INFO O| Oct 01 02:25:20.855 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-10-01T02:25:22.646Z[ recovery-image] Oct 01 02:25:20.869 INFO O| Oct 01 02:25:20.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73152024-10-01T02:25:22.646Z[ recovery-image] Oct 01 02:25:20.869 INFO O| Oct 01 02:25:20.869 INFO STEP 1063 (remove_files) COMPLETE
73162024-10-01T02:25:22.646Z[ recovery-image] Oct 01 02:25:20.869 INFO O| Oct 01 02:25:20.869 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-10-01T02:25:22.653Z[ recovery-image] Oct 01 02:25:20.884 INFO O| Oct 01 02:25:20.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73182024-10-01T02:25:22.656Z[ recovery-image] Oct 01 02:25:20.884 INFO O| Oct 01 02:25:20.884 INFO STEP 1064 (remove_files) COMPLETE
73192024-10-01T02:25:22.656Z[ recovery-image] Oct 01 02:25:20.884 INFO O| Oct 01 02:25:20.884 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-10-01T02:25:22.668Z[ recovery-image] Oct 01 02:25:20.898 INFO O| Oct 01 02:25:20.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73212024-10-01T02:25:22.671Z[ recovery-image] Oct 01 02:25:20.899 INFO O| Oct 01 02:25:20.899 INFO STEP 1065 (remove_files) COMPLETE
73222024-10-01T02:25:22.671Z[ recovery-image] Oct 01 02:25:20.899 INFO O| Oct 01 02:25:20.899 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-10-01T02:25:22.697Z[ recovery-image] Oct 01 02:25:20.912 INFO O| Oct 01 02:25:20.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73242024-10-01T02:25:22.697Z[ recovery-image] Oct 01 02:25:20.913 INFO O| Oct 01 02:25:20.913 INFO STEP 1066 (remove_files) COMPLETE
73252024-10-01T02:25:22.699Z[ recovery-image] Oct 01 02:25:20.913 INFO O| Oct 01 02:25:20.913 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-10-01T02:25:22.699Z[ recovery-image] Oct 01 02:25:20.928 INFO O| Oct 01 02:25:20.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73272024-10-01T02:25:22.699Z[ recovery-image] Oct 01 02:25:20.928 INFO O| Oct 01 02:25:20.928 INFO STEP 1067 (remove_files) COMPLETE
73282024-10-01T02:25:22.699Z[ recovery-image] Oct 01 02:25:20.928 INFO O| Oct 01 02:25:20.928 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-10-01T02:25:22.715Z[ recovery-image] Oct 01 02:25:20.945 INFO O| Oct 01 02:25:20.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73302024-10-01T02:25:22.717Z[ recovery-image] Oct 01 02:25:20.945 INFO O| Oct 01 02:25:20.945 INFO STEP 1068 (remove_files) COMPLETE
73312024-10-01T02:25:22.717Z[ recovery-image] Oct 01 02:25:20.945 INFO O| Oct 01 02:25:20.945 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-10-01T02:25:22.737Z[ recovery-image] Oct 01 02:25:20.968 INFO O| Oct 01 02:25:20.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73332024-10-01T02:25:22.737Z[ recovery-image] Oct 01 02:25:20.968 INFO O| Oct 01 02:25:20.968 INFO STEP 1069 (remove_files) COMPLETE
73342024-10-01T02:25:22.739Z[ recovery-image] Oct 01 02:25:20.968 INFO O| Oct 01 02:25:20.968 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-10-01T02:25:22.756Z[ recovery-image] Oct 01 02:25:20.986 INFO O| Oct 01 02:25:20.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73362024-10-01T02:25:22.756Z[ recovery-image] Oct 01 02:25:20.986 INFO O| Oct 01 02:25:20.986 INFO STEP 1070 (remove_files) COMPLETE
73372024-10-01T02:25:22.756Z[ recovery-image] Oct 01 02:25:20.986 INFO O| Oct 01 02:25:20.986 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-10-01T02:25:22.820Z[ recovery-image] Oct 01 02:25:21.050 INFO O| Oct 01 02:25:21.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73392024-10-01T02:25:22.820Z[ recovery-image] Oct 01 02:25:21.050 INFO O| Oct 01 02:25:21.050 INFO STEP 1071 (remove_files) COMPLETE
73402024-10-01T02:25:22.820Z[ recovery-image] Oct 01 02:25:21.050 INFO O| Oct 01 02:25:21.050 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-10-01T02:25:22.836Z[ recovery-image] Oct 01 02:25:21.066 INFO O| Oct 01 02:25:21.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73422024-10-01T02:25:22.861Z[ recovery-image] Oct 01 02:25:21.091 INFO O| Oct 01 02:25:21.091 INFO STEP 1072 (remove_files) COMPLETE
73432024-10-01T02:25:22.861Z[ recovery-image] Oct 01 02:25:21.091 INFO O| Oct 01 02:25:21.091 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-10-01T02:25:22.904Z[ recovery-image] Oct 01 02:25:21.135 INFO O| Oct 01 02:25:21.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73452024-10-01T02:25:22.904Z[ recovery-image] Oct 01 02:25:21.135 INFO O| Oct 01 02:25:21.131 INFO STEP 1073 (remove_files) COMPLETE
73462024-10-01T02:25:22.908Z[ recovery-image] Oct 01 02:25:21.135 INFO O| Oct 01 02:25:21.131 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-10-01T02:25:22.920Z[ recovery-image] Oct 01 02:25:21.150 INFO O| Oct 01 02:25:21.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73482024-10-01T02:25:22.920Z[ recovery-image] Oct 01 02:25:21.150 INFO O| Oct 01 02:25:21.149 INFO STEP 1074 (remove_files) COMPLETE
73492024-10-01T02:25:22.920Z[ recovery-image] Oct 01 02:25:21.150 INFO O| Oct 01 02:25:21.149 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-10-01T02:25:22.943Z[ recovery-image] Oct 01 02:25:21.173 INFO O| Oct 01 02:25:21.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73512024-10-01T02:25:22.943Z[ recovery-image] Oct 01 02:25:21.173 INFO O| Oct 01 02:25:21.172 INFO STEP 1075 (remove_files) COMPLETE
73522024-10-01T02:25:22.945Z[ recovery-image] Oct 01 02:25:21.173 INFO O| Oct 01 02:25:21.172 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-10-01T02:25:22.961Z[ recovery-image] Oct 01 02:25:21.191 INFO O| Oct 01 02:25:21.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73542024-10-01T02:25:22.961Z[ recovery-image] Oct 01 02:25:21.191 INFO O| Oct 01 02:25:21.191 INFO STEP 1076 (remove_files) COMPLETE
73552024-10-01T02:25:22.961Z[ recovery-image] Oct 01 02:25:21.191 INFO O| Oct 01 02:25:21.191 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-10-01T02:25:22.978Z[ recovery-image] Oct 01 02:25:21.208 INFO O| Oct 01 02:25:21.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73572024-10-01T02:25:22.978Z[ recovery-image] Oct 01 02:25:21.208 INFO O| Oct 01 02:25:21.208 INFO STEP 1077 (remove_files) COMPLETE
73582024-10-01T02:25:22.978Z[ recovery-image] Oct 01 02:25:21.208 INFO O| Oct 01 02:25:21.208 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-10-01T02:25:22.995Z[ recovery-image] Oct 01 02:25:21.225 INFO O| Oct 01 02:25:21.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73602024-10-01T02:25:22.995Z[ recovery-image] Oct 01 02:25:21.225 INFO O| Oct 01 02:25:21.225 INFO STEP 1078 (remove_files) COMPLETE
73612024-10-01T02:25:22.998Z[ recovery-image] Oct 01 02:25:21.225 INFO O| Oct 01 02:25:21.225 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-10-01T02:25:23.023Z[ recovery-image] Oct 01 02:25:21.253 INFO O| Oct 01 02:25:21.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73632024-10-01T02:25:23.026Z[ recovery-image] Oct 01 02:25:21.253 INFO O| Oct 01 02:25:21.253 INFO STEP 1079 (remove_files) COMPLETE
73642024-10-01T02:25:23.026Z[ recovery-image] Oct 01 02:25:21.254 INFO O| Oct 01 02:25:21.253 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-10-01T02:25:23.043Z[ recovery-image] Oct 01 02:25:21.273 INFO O| Oct 01 02:25:21.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73662024-10-01T02:25:23.043Z[ recovery-image] Oct 01 02:25:21.273 INFO O| Oct 01 02:25:21.273 INFO STEP 1080 (remove_files) COMPLETE
73672024-10-01T02:25:23.046Z[ recovery-image] Oct 01 02:25:21.273 INFO O| Oct 01 02:25:21.273 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-10-01T02:25:23.078Z[ recovery-image] Oct 01 02:25:21.308 INFO O| Oct 01 02:25:21.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73692024-10-01T02:25:23.080Z[ recovery-image] Oct 01 02:25:21.309 INFO O| Oct 01 02:25:21.308 INFO STEP 1081 (remove_files) COMPLETE
73702024-10-01T02:25:23.080Z[ recovery-image] Oct 01 02:25:21.309 INFO O| Oct 01 02:25:21.309 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-10-01T02:25:23.162Z[ recovery-image] Oct 01 02:25:21.341 INFO O| Oct 01 02:25:21.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73722024-10-01T02:25:23.162Z[ recovery-image] Oct 01 02:25:21.341 INFO O| Oct 01 02:25:21.341 INFO STEP 1082 (remove_files) COMPLETE
73732024-10-01T02:25:23.162Z[ recovery-image] Oct 01 02:25:21.342 INFO O| Oct 01 02:25:21.342 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-10-01T02:25:23.162Z[ recovery-image] Oct 01 02:25:21.360 INFO O| Oct 01 02:25:21.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73752024-10-01T02:25:23.162Z[ recovery-image] Oct 01 02:25:21.360 INFO O| Oct 01 02:25:21.360 INFO STEP 1083 (remove_files) COMPLETE
73762024-10-01T02:25:23.162Z[ recovery-image] Oct 01 02:25:21.360 INFO O| Oct 01 02:25:21.360 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-10-01T02:25:23.162Z[ recovery-image] Oct 01 02:25:21.376 INFO O| Oct 01 02:25:21.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73782024-10-01T02:25:23.162Z[ recovery-image] Oct 01 02:25:21.377 INFO O| Oct 01 02:25:21.377 INFO STEP 1084 (remove_files) COMPLETE
73792024-10-01T02:25:23.162Z[ recovery-image] Oct 01 02:25:21.377 INFO O| Oct 01 02:25:21.377 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-10-01T02:25:23.165Z[ recovery-image] Oct 01 02:25:21.394 INFO O| Oct 01 02:25:21.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73812024-10-01T02:25:23.165Z[ recovery-image] Oct 01 02:25:21.394 INFO O| Oct 01 02:25:21.394 INFO STEP 1085 (remove_files) COMPLETE
73822024-10-01T02:25:23.165Z[ recovery-image] Oct 01 02:25:21.394 INFO O| Oct 01 02:25:21.394 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-10-01T02:25:23.181Z[ recovery-image] Oct 01 02:25:21.411 INFO O| Oct 01 02:25:21.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73842024-10-01T02:25:23.181Z[ recovery-image] Oct 01 02:25:21.411 INFO O| Oct 01 02:25:21.411 INFO STEP 1086 (remove_files) COMPLETE
73852024-10-01T02:25:23.181Z[ recovery-image] Oct 01 02:25:21.411 INFO O| Oct 01 02:25:21.411 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-10-01T02:25:23.221Z[ recovery-image] Oct 01 02:25:21.451 INFO O| Oct 01 02:25:21.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73872024-10-01T02:25:23.221Z[ recovery-image] Oct 01 02:25:21.451 INFO O| Oct 01 02:25:21.451 INFO STEP 1087 (remove_files) COMPLETE
73882024-10-01T02:25:23.221Z[ recovery-image] Oct 01 02:25:21.451 INFO O| Oct 01 02:25:21.451 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-10-01T02:25:23.367Z[ recovery-image] Oct 01 02:25:21.595 INFO O| Oct 01 02:25:21.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73902024-10-01T02:25:23.367Z[ recovery-image] Oct 01 02:25:21.595 INFO O| Oct 01 02:25:21.595 INFO STEP 1088 (remove_files) COMPLETE
73912024-10-01T02:25:23.367Z[ recovery-image] Oct 01 02:25:21.596 INFO O| Oct 01 02:25:21.595 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-10-01T02:25:23.393Z[ recovery-image] Oct 01 02:25:21.614 INFO O| Oct 01 02:25:21.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73932024-10-01T02:25:23.393Z[ recovery-image] Oct 01 02:25:21.614 INFO O| Oct 01 02:25:21.614 INFO STEP 1089 (remove_files) COMPLETE
73942024-10-01T02:25:23.396Z[ recovery-image] Oct 01 02:25:21.614 INFO O| Oct 01 02:25:21.614 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-10-01T02:25:23.414Z[ recovery-image] Oct 01 02:25:21.644 INFO O| Oct 01 02:25:21.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73962024-10-01T02:25:23.414Z[ recovery-image] Oct 01 02:25:21.644 INFO O| Oct 01 02:25:21.644 INFO STEP 1090 (remove_files) COMPLETE
73972024-10-01T02:25:23.414Z[ recovery-image] Oct 01 02:25:21.644 INFO O| Oct 01 02:25:21.644 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-10-01T02:25:23.472Z[ recovery-image] Oct 01 02:25:21.702 INFO O| Oct 01 02:25:21.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73992024-10-01T02:25:23.472Z[ recovery-image] Oct 01 02:25:21.703 INFO O| Oct 01 02:25:21.703 INFO STEP 1091 (remove_files) COMPLETE
74002024-10-01T02:25:23.475Z[ recovery-image] Oct 01 02:25:21.703 INFO O| Oct 01 02:25:21.703 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-10-01T02:25:23.511Z[ recovery-image] Oct 01 02:25:21.742 INFO O| Oct 01 02:25:21.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74022024-10-01T02:25:23.511Z[ recovery-image] Oct 01 02:25:21.742 INFO O| Oct 01 02:25:21.742 INFO STEP 1092 (remove_files) COMPLETE
74032024-10-01T02:25:23.511Z[ recovery-image] Oct 01 02:25:21.742 INFO O| Oct 01 02:25:21.742 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-10-01T02:25:23.542Z[ recovery-image] Oct 01 02:25:21.772 INFO O| Oct 01 02:25:21.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74052024-10-01T02:25:23.542Z[ recovery-image] Oct 01 02:25:21.772 INFO O| Oct 01 02:25:21.772 INFO STEP 1093 (remove_files) COMPLETE
74062024-10-01T02:25:23.544Z[ recovery-image] Oct 01 02:25:21.772 INFO O| Oct 01 02:25:21.772 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-10-01T02:25:23.600Z[ recovery-image] Oct 01 02:25:21.830 INFO O| Oct 01 02:25:21.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74082024-10-01T02:25:23.600Z[ recovery-image] Oct 01 02:25:21.831 INFO O| Oct 01 02:25:21.831 INFO STEP 1094 (remove_files) COMPLETE
74092024-10-01T02:25:23.603Z[ recovery-image] Oct 01 02:25:21.831 INFO O| Oct 01 02:25:21.831 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-10-01T02:25:23.659Z[ recovery-image] Oct 01 02:25:21.889 INFO O| Oct 01 02:25:21.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74112024-10-01T02:25:23.659Z[ recovery-image] Oct 01 02:25:21.889 INFO O| Oct 01 02:25:21.889 INFO STEP 1095 (remove_files) COMPLETE
74122024-10-01T02:25:23.659Z[ recovery-image] Oct 01 02:25:21.890 INFO O| Oct 01 02:25:21.889 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-10-01T02:25:23.699Z[ recovery-image] Oct 01 02:25:21.930 INFO O| Oct 01 02:25:21.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74142024-10-01T02:25:23.700Z[ recovery-image] Oct 01 02:25:21.930 INFO O| Oct 01 02:25:21.930 INFO STEP 1096 (remove_files) COMPLETE
74152024-10-01T02:25:23.702Z[ recovery-image] Oct 01 02:25:21.930 INFO O| Oct 01 02:25:21.930 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-10-01T02:25:23.755Z[ recovery-image] Oct 01 02:25:21.986 INFO O| Oct 01 02:25:21.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74172024-10-01T02:25:23.755Z[ recovery-image] Oct 01 02:25:21.986 INFO O| Oct 01 02:25:21.986 INFO STEP 1097 (remove_files) COMPLETE
74182024-10-01T02:25:23.758Z[ recovery-image] Oct 01 02:25:21.986 INFO O| Oct 01 02:25:21.986 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-10-01T02:25:23.771Z[ recovery-image] Oct 01 02:25:22.001 INFO O| Oct 01 02:25:22.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74202024-10-01T02:25:23.771Z[ recovery-image] Oct 01 02:25:22.001 INFO O| Oct 01 02:25:22.001 INFO STEP 1098 (remove_files) COMPLETE
74212024-10-01T02:25:23.774Z[ recovery-image] Oct 01 02:25:22.002 INFO O| Oct 01 02:25:22.001 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-10-01T02:25:23.807Z[ recovery-image] Oct 01 02:25:22.038 INFO O| Oct 01 02:25:22.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74232024-10-01T02:25:23.809Z[ recovery-image] Oct 01 02:25:22.038 INFO O| Oct 01 02:25:22.038 INFO STEP 1099 (remove_files) COMPLETE
74242024-10-01T02:25:23.810Z[ recovery-image] Oct 01 02:25:22.038 INFO O| Oct 01 02:25:22.038 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-10-01T02:25:23.823Z[ recovery-image] Oct 01 02:25:22.054 INFO O| Oct 01 02:25:22.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74262024-10-01T02:25:23.826Z[ recovery-image] Oct 01 02:25:22.054 INFO O| Oct 01 02:25:22.054 INFO STEP 1100 (remove_files) COMPLETE
74272024-10-01T02:25:23.826Z[ recovery-image] Oct 01 02:25:22.054 INFO O| Oct 01 02:25:22.054 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-10-01T02:25:23.879Z[ recovery-image] Oct 01 02:25:22.109 INFO O| Oct 01 02:25:22.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74292024-10-01T02:25:23.879Z[ recovery-image] Oct 01 02:25:22.109 INFO O| Oct 01 02:25:22.109 INFO STEP 1101 (remove_files) COMPLETE
74302024-10-01T02:25:23.881Z[ recovery-image] Oct 01 02:25:22.109 INFO O| Oct 01 02:25:22.109 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-10-01T02:25:23.909Z[ recovery-image] Oct 01 02:25:22.140 INFO O| Oct 01 02:25:22.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74322024-10-01T02:25:23.910Z[ recovery-image] Oct 01 02:25:22.140 INFO O| Oct 01 02:25:22.140 INFO STEP 1102 (remove_files) COMPLETE
74332024-10-01T02:25:23.910Z[ recovery-image] Oct 01 02:25:22.140 INFO O| Oct 01 02:25:22.140 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-10-01T02:25:23.959Z[ recovery-image] Oct 01 02:25:22.176 INFO O| Oct 01 02:25:22.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74352024-10-01T02:25:23.962Z[ recovery-image] Oct 01 02:25:22.176 INFO O| Oct 01 02:25:22.176 INFO STEP 1103 (remove_files) COMPLETE
74362024-10-01T02:25:23.962Z[ recovery-image] Oct 01 02:25:22.176 INFO O| Oct 01 02:25:22.176 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-10-01T02:25:23.995Z[ recovery-image] Oct 01 02:25:22.226 INFO O| Oct 01 02:25:22.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74382024-10-01T02:25:23.995Z[ recovery-image] Oct 01 02:25:22.226 INFO O| Oct 01 02:25:22.226 INFO STEP 1104 (remove_files) COMPLETE
74392024-10-01T02:25:23.998Z[ recovery-image] Oct 01 02:25:22.226 INFO O| Oct 01 02:25:22.226 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-10-01T02:25:24.051Z[ recovery-image] Oct 01 02:25:22.250 INFO O| Oct 01 02:25:22.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74412024-10-01T02:25:24.051Z[ recovery-image] Oct 01 02:25:22.250 INFO O| Oct 01 02:25:22.250 INFO STEP 1105 (remove_files) COMPLETE
74422024-10-01T02:25:24.053Z[ recovery-image] Oct 01 02:25:22.250 INFO O| Oct 01 02:25:22.250 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-10-01T02:25:24.088Z[ recovery-image] Oct 01 02:25:22.319 INFO O| Oct 01 02:25:22.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74442024-10-01T02:25:24.091Z[ recovery-image] Oct 01 02:25:22.319 INFO O| Oct 01 02:25:22.319 INFO STEP 1106 (remove_files) COMPLETE
74452024-10-01T02:25:24.091Z[ recovery-image] Oct 01 02:25:22.319 INFO O| Oct 01 02:25:22.319 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-10-01T02:25:24.157Z[ recovery-image] Oct 01 02:25:22.386 INFO O| Oct 01 02:25:22.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74472024-10-01T02:25:24.157Z[ recovery-image] Oct 01 02:25:22.386 INFO O| Oct 01 02:25:22.386 INFO STEP 1107 (remove_files) COMPLETE
74482024-10-01T02:25:24.157Z[ recovery-image] Oct 01 02:25:22.386 INFO O| Oct 01 02:25:22.386 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-10-01T02:25:24.236Z[ recovery-image] Oct 01 02:25:22.449 INFO O| Oct 01 02:25:22.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74502024-10-01T02:25:24.236Z[ recovery-image] Oct 01 02:25:22.449 INFO O| Oct 01 02:25:22.449 INFO STEP 1108 (remove_files) COMPLETE
74512024-10-01T02:25:24.236Z[ recovery-image] Oct 01 02:25:22.449 INFO O| Oct 01 02:25:22.449 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-10-01T02:25:24.257Z[ recovery-image] Oct 01 02:25:22.487 INFO O| Oct 01 02:25:22.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74532024-10-01T02:25:24.257Z[ recovery-image] Oct 01 02:25:22.487 INFO O| Oct 01 02:25:22.487 INFO STEP 1109 (remove_files) COMPLETE
74542024-10-01T02:25:24.260Z[ recovery-image] Oct 01 02:25:22.487 INFO O| Oct 01 02:25:22.487 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-10-01T02:25:24.280Z[ recovery-image] Oct 01 02:25:22.510 INFO O| Oct 01 02:25:22.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74562024-10-01T02:25:24.280Z[ recovery-image] Oct 01 02:25:22.510 INFO O| Oct 01 02:25:22.510 INFO STEP 1110 (remove_files) COMPLETE
74572024-10-01T02:25:24.280Z[ recovery-image] Oct 01 02:25:22.510 INFO O| Oct 01 02:25:22.510 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-10-01T02:25:24.297Z[ recovery-image] Oct 01 02:25:22.526 INFO O| Oct 01 02:25:22.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74592024-10-01T02:25:24.297Z[ recovery-image] Oct 01 02:25:22.527 INFO O| Oct 01 02:25:22.527 INFO STEP 1111 (remove_files) COMPLETE
74602024-10-01T02:25:24.297Z[ recovery-image] Oct 01 02:25:22.527 INFO O| Oct 01 02:25:22.527 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-10-01T02:25:24.313Z[ recovery-image] Oct 01 02:25:22.543 INFO O| Oct 01 02:25:22.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74622024-10-01T02:25:24.313Z[ recovery-image] Oct 01 02:25:22.543 INFO O| Oct 01 02:25:22.543 INFO STEP 1112 (remove_files) COMPLETE
74632024-10-01T02:25:24.315Z[ recovery-image] Oct 01 02:25:22.543 INFO O| Oct 01 02:25:22.543 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-10-01T02:25:24.344Z[ recovery-image] Oct 01 02:25:22.574 INFO O| Oct 01 02:25:22.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74652024-10-01T02:25:24.346Z[ recovery-image] Oct 01 02:25:22.574 INFO O| Oct 01 02:25:22.574 INFO STEP 1113 (remove_files) COMPLETE
74662024-10-01T02:25:24.346Z[ recovery-image] Oct 01 02:25:22.574 INFO O| Oct 01 02:25:22.574 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-10-01T02:25:24.364Z[ recovery-image] Oct 01 02:25:22.594 INFO O| Oct 01 02:25:22.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74682024-10-01T02:25:24.369Z[ recovery-image] Oct 01 02:25:22.600 INFO O| Oct 01 02:25:22.600 INFO STEP 1114 (remove_files) COMPLETE
74692024-10-01T02:25:24.372Z[ recovery-image] Oct 01 02:25:22.600 INFO O| Oct 01 02:25:22.600 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-10-01T02:25:24.389Z[ recovery-image] Oct 01 02:25:22.619 INFO O| Oct 01 02:25:22.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74712024-10-01T02:25:24.391Z[ recovery-image] Oct 01 02:25:22.619 INFO O| Oct 01 02:25:22.619 INFO STEP 1115 (remove_files) COMPLETE
74722024-10-01T02:25:24.391Z[ recovery-image] Oct 01 02:25:22.619 INFO O| Oct 01 02:25:22.619 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-10-01T02:25:24.407Z[ recovery-image] Oct 01 02:25:22.637 INFO O| Oct 01 02:25:22.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74742024-10-01T02:25:24.410Z[ recovery-image] Oct 01 02:25:22.638 INFO O| Oct 01 02:25:22.638 INFO STEP 1116 (remove_files) COMPLETE
74752024-10-01T02:25:24.410Z[ recovery-image] Oct 01 02:25:22.638 INFO O| Oct 01 02:25:22.638 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-10-01T02:25:24.425Z[ recovery-image] Oct 01 02:25:22.655 INFO O| Oct 01 02:25:22.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74772024-10-01T02:25:24.425Z[ recovery-image] Oct 01 02:25:22.655 INFO O| Oct 01 02:25:22.655 INFO STEP 1117 (remove_files) COMPLETE
74782024-10-01T02:25:24.425Z[ recovery-image] Oct 01 02:25:22.655 INFO O| Oct 01 02:25:22.655 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-10-01T02:25:24.442Z[ recovery-image] Oct 01 02:25:22.672 INFO O| Oct 01 02:25:22.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74802024-10-01T02:25:24.442Z[ recovery-image] Oct 01 02:25:22.672 INFO O| Oct 01 02:25:22.672 INFO STEP 1118 (remove_files) COMPLETE
74812024-10-01T02:25:24.442Z[ recovery-image] Oct 01 02:25:22.672 INFO O| Oct 01 02:25:22.672 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-10-01T02:25:24.459Z[ recovery-image] Oct 01 02:25:22.689 INFO O| Oct 01 02:25:22.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74832024-10-01T02:25:24.459Z[ recovery-image] Oct 01 02:25:22.689 INFO O| Oct 01 02:25:22.689 INFO STEP 1119 (remove_files) COMPLETE
74842024-10-01T02:25:24.462Z[ recovery-image] Oct 01 02:25:22.689 INFO O| Oct 01 02:25:22.689 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-10-01T02:25:24.476Z[ recovery-image] Oct 01 02:25:22.706 INFO O| Oct 01 02:25:22.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74862024-10-01T02:25:24.476Z[ recovery-image] Oct 01 02:25:22.707 INFO O| Oct 01 02:25:22.706 INFO STEP 1120 (remove_files) COMPLETE
74872024-10-01T02:25:24.476Z[ recovery-image] Oct 01 02:25:22.707 INFO O| Oct 01 02:25:22.707 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-10-01T02:25:24.493Z[ recovery-image] Oct 01 02:25:22.723 INFO O| Oct 01 02:25:22.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74892024-10-01T02:25:24.493Z[ recovery-image] Oct 01 02:25:22.723 INFO O| Oct 01 02:25:22.723 INFO STEP 1121 (remove_files) COMPLETE
74902024-10-01T02:25:24.493Z[ recovery-image] Oct 01 02:25:22.723 INFO O| Oct 01 02:25:22.723 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-10-01T02:25:24.510Z[ recovery-image] Oct 01 02:25:22.740 INFO O| Oct 01 02:25:22.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74922024-10-01T02:25:24.510Z[ recovery-image] Oct 01 02:25:22.740 INFO O| Oct 01 02:25:22.740 INFO STEP 1122 (remove_files) COMPLETE
74932024-10-01T02:25:24.510Z[ recovery-image] Oct 01 02:25:22.740 INFO O| Oct 01 02:25:22.740 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-10-01T02:25:24.639Z[ recovery-image] Oct 01 02:25:22.854 INFO O| Oct 01 02:25:22.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74952024-10-01T02:25:24.640Z[ recovery-image] Oct 01 02:25:22.854 INFO O| Oct 01 02:25:22.829 INFO STEP 1123 (remove_files) COMPLETE
74962024-10-01T02:25:24.640Z[ recovery-image] Oct 01 02:25:22.854 INFO O| Oct 01 02:25:22.829 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-10-01T02:25:24.640Z[ recovery-image] Oct 01 02:25:22.854 INFO O| Oct 01 02:25:22.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74982024-10-01T02:25:24.640Z[ recovery-image] Oct 01 02:25:22.854 INFO O| Oct 01 02:25:22.850 INFO STEP 1124 (remove_files) COMPLETE
74992024-10-01T02:25:24.640Z[ recovery-image] Oct 01 02:25:22.854 INFO O| Oct 01 02:25:22.850 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-10-01T02:25:24.640Z[ recovery-image] Oct 01 02:25:22.868 INFO O| Oct 01 02:25:22.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75012024-10-01T02:25:24.640Z[ recovery-image] Oct 01 02:25:22.868 INFO O| Oct 01 02:25:22.868 INFO STEP 1125 (remove_files) COMPLETE
75022024-10-01T02:25:24.640Z[ recovery-image] Oct 01 02:25:22.868 INFO O| Oct 01 02:25:22.868 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-10-01T02:25:24.689Z[ recovery-image] Oct 01 02:25:22.920 INFO O| Oct 01 02:25:22.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75042024-10-01T02:25:24.690Z[ recovery-image] Oct 01 02:25:22.920 INFO O| Oct 01 02:25:22.912 INFO STEP 1126 (remove_files) COMPLETE
75052024-10-01T02:25:24.692Z[ recovery-image] Oct 01 02:25:22.920 INFO O| Oct 01 02:25:22.912 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-10-01T02:25:24.700Z[ recovery-image] Oct 01 02:25:22.930 INFO O| Oct 01 02:25:22.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75072024-10-01T02:25:24.702Z[ recovery-image] Oct 01 02:25:22.930 INFO O| Oct 01 02:25:22.930 INFO STEP 1127 (remove_files) COMPLETE
75082024-10-01T02:25:24.702Z[ recovery-image] Oct 01 02:25:22.930 INFO O| Oct 01 02:25:22.930 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-10-01T02:25:24.718Z[ recovery-image] Oct 01 02:25:22.948 INFO O| Oct 01 02:25:22.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75102024-10-01T02:25:24.720Z[ recovery-image] Oct 01 02:25:22.949 INFO O| Oct 01 02:25:22.949 INFO STEP 1128 (remove_files) COMPLETE
75112024-10-01T02:25:24.720Z[ recovery-image] Oct 01 02:25:22.949 INFO O| Oct 01 02:25:22.949 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-10-01T02:25:24.789Z[ recovery-image] Oct 01 02:25:23.018 INFO O| Oct 01 02:25:22.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75132024-10-01T02:25:24.789Z[ recovery-image] Oct 01 02:25:23.018 INFO O| Oct 01 02:25:22.984 INFO STEP 1129 (remove_files) COMPLETE
75142024-10-01T02:25:24.792Z[ recovery-image] Oct 01 02:25:23.018 INFO O| Oct 01 02:25:22.984 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-10-01T02:25:24.792Z[ recovery-image] Oct 01 02:25:23.018 INFO O| Oct 01 02:25:23.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75162024-10-01T02:25:24.792Z[ recovery-image] Oct 01 02:25:23.018 INFO O| Oct 01 02:25:23.007 INFO STEP 1130 (remove_files) COMPLETE
75172024-10-01T02:25:24.792Z[ recovery-image] Oct 01 02:25:23.018 INFO O| Oct 01 02:25:23.007 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-10-01T02:25:24.795Z[ recovery-image] Oct 01 02:25:23.026 INFO O| Oct 01 02:25:23.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75192024-10-01T02:25:24.797Z[ recovery-image] Oct 01 02:25:23.026 INFO O| Oct 01 02:25:23.026 INFO STEP 1131 (remove_files) COMPLETE
75202024-10-01T02:25:24.797Z[ recovery-image] Oct 01 02:25:23.026 INFO O| Oct 01 02:25:23.026 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-10-01T02:25:24.814Z[ recovery-image] Oct 01 02:25:23.044 INFO O| Oct 01 02:25:23.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75222024-10-01T02:25:24.814Z[ recovery-image] Oct 01 02:25:23.044 INFO O| Oct 01 02:25:23.044 INFO STEP 1132 (remove_files) COMPLETE
75232024-10-01T02:25:24.814Z[ recovery-image] Oct 01 02:25:23.044 INFO O| Oct 01 02:25:23.044 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-10-01T02:25:24.868Z[ recovery-image] Oct 01 02:25:23.098 INFO O| Oct 01 02:25:23.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75252024-10-01T02:25:24.868Z[ recovery-image] Oct 01 02:25:23.098 INFO O| Oct 01 02:25:23.098 INFO STEP 1133 (remove_files) COMPLETE
75262024-10-01T02:25:24.868Z[ recovery-image] Oct 01 02:25:23.098 INFO O| Oct 01 02:25:23.098 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-10-01T02:25:24.888Z[ recovery-image] Oct 01 02:25:23.118 INFO O| Oct 01 02:25:23.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75282024-10-01T02:25:24.888Z[ recovery-image] Oct 01 02:25:23.118 INFO O| Oct 01 02:25:23.118 INFO STEP 1134 (remove_files) COMPLETE
75292024-10-01T02:25:24.888Z[ recovery-image] Oct 01 02:25:23.118 INFO O| Oct 01 02:25:23.118 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-10-01T02:25:24.912Z[ recovery-image] Oct 01 02:25:23.142 INFO O| Oct 01 02:25:23.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75312024-10-01T02:25:24.912Z[ recovery-image] Oct 01 02:25:23.142 INFO O| Oct 01 02:25:23.142 INFO STEP 1135 (remove_files) COMPLETE
75322024-10-01T02:25:24.912Z[ recovery-image] Oct 01 02:25:23.142 INFO O| Oct 01 02:25:23.142 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-10-01T02:25:24.931Z[ recovery-image] Oct 01 02:25:23.161 INFO O| Oct 01 02:25:23.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75342024-10-01T02:25:24.934Z[ recovery-image] Oct 01 02:25:23.161 INFO O| Oct 01 02:25:23.161 INFO STEP 1136 (remove_files) COMPLETE
75352024-10-01T02:25:24.934Z[ recovery-image] Oct 01 02:25:23.162 INFO O| Oct 01 02:25:23.162 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-10-01T02:25:24.960Z[ recovery-image] Oct 01 02:25:23.190 INFO O| Oct 01 02:25:23.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75372024-10-01T02:25:24.963Z[ recovery-image] Oct 01 02:25:23.191 INFO O| Oct 01 02:25:23.190 INFO STEP 1137 (remove_files) COMPLETE
75382024-10-01T02:25:24.963Z[ recovery-image] Oct 01 02:25:23.191 INFO O| Oct 01 02:25:23.191 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-10-01T02:25:25.020Z[ recovery-image] Oct 01 02:25:23.250 INFO O| Oct 01 02:25:23.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75402024-10-01T02:25:25.020Z[ recovery-image] Oct 01 02:25:23.250 INFO O| Oct 01 02:25:23.250 INFO STEP 1138 (remove_files) COMPLETE
75412024-10-01T02:25:25.023Z[ recovery-image] Oct 01 02:25:23.250 INFO O| Oct 01 02:25:23.250 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-10-01T02:25:25.038Z[ recovery-image] Oct 01 02:25:23.268 INFO O| Oct 01 02:25:23.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75432024-10-01T02:25:25.040Z[ recovery-image] Oct 01 02:25:23.268 INFO O| Oct 01 02:25:23.268 INFO STEP 1139 (remove_files) COMPLETE
75442024-10-01T02:25:25.040Z[ recovery-image] Oct 01 02:25:23.268 INFO O| Oct 01 02:25:23.268 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-10-01T02:25:25.058Z[ recovery-image] Oct 01 02:25:23.288 INFO O| Oct 01 02:25:23.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75462024-10-01T02:25:25.058Z[ recovery-image] Oct 01 02:25:23.289 INFO O| Oct 01 02:25:23.289 INFO STEP 1140 (remove_files) COMPLETE
75472024-10-01T02:25:25.061Z[ recovery-image] Oct 01 02:25:23.289 INFO O| Oct 01 02:25:23.289 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-10-01T02:25:25.077Z[ recovery-image] Oct 01 02:25:23.307 INFO O| Oct 01 02:25:23.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75492024-10-01T02:25:25.077Z[ recovery-image] Oct 01 02:25:23.308 INFO O| Oct 01 02:25:23.307 INFO STEP 1141 (remove_files) COMPLETE
75502024-10-01T02:25:25.077Z[ recovery-image] Oct 01 02:25:23.308 INFO O| Oct 01 02:25:23.308 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-10-01T02:25:25.095Z[ recovery-image] Oct 01 02:25:23.325 INFO O| Oct 01 02:25:23.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75522024-10-01T02:25:25.095Z[ recovery-image] Oct 01 02:25:23.325 INFO O| Oct 01 02:25:23.325 INFO STEP 1142 (remove_files) COMPLETE
75532024-10-01T02:25:25.098Z[ recovery-image] Oct 01 02:25:23.325 INFO O| Oct 01 02:25:23.325 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-10-01T02:25:25.113Z[ recovery-image] Oct 01 02:25:23.343 INFO O| Oct 01 02:25:23.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75552024-10-01T02:25:25.113Z[ recovery-image] Oct 01 02:25:23.343 INFO O| Oct 01 02:25:23.343 INFO STEP 1143 (remove_files) COMPLETE
75562024-10-01T02:25:25.113Z[ recovery-image] Oct 01 02:25:23.343 INFO O| Oct 01 02:25:23.343 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-10-01T02:25:25.142Z[ recovery-image] Oct 01 02:25:23.372 INFO O| Oct 01 02:25:23.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75582024-10-01T02:25:25.142Z[ recovery-image] Oct 01 02:25:23.372 INFO O| Oct 01 02:25:23.372 INFO STEP 1144 (remove_files) COMPLETE
75592024-10-01T02:25:25.142Z[ recovery-image] Oct 01 02:25:23.372 INFO O| Oct 01 02:25:23.372 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-10-01T02:25:25.173Z[ recovery-image] Oct 01 02:25:23.403 INFO O| Oct 01 02:25:23.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75612024-10-01T02:25:25.173Z[ recovery-image] Oct 01 02:25:23.403 INFO O| Oct 01 02:25:23.403 INFO STEP 1145 (remove_files) COMPLETE
75622024-10-01T02:25:25.175Z[ recovery-image] Oct 01 02:25:23.403 INFO O| Oct 01 02:25:23.403 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-10-01T02:25:25.190Z[ recovery-image] Oct 01 02:25:23.420 INFO O| Oct 01 02:25:23.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75642024-10-01T02:25:25.190Z[ recovery-image] Oct 01 02:25:23.420 INFO O| Oct 01 02:25:23.420 INFO STEP 1146 (remove_files) COMPLETE
75652024-10-01T02:25:25.194Z[ recovery-image] Oct 01 02:25:23.420 INFO O| Oct 01 02:25:23.420 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-10-01T02:25:25.223Z[ recovery-image] Oct 01 02:25:23.453 INFO O| Oct 01 02:25:23.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75672024-10-01T02:25:25.223Z[ recovery-image] Oct 01 02:25:23.453 INFO O| Oct 01 02:25:23.453 INFO STEP 1147 (remove_files) COMPLETE
75682024-10-01T02:25:25.223Z[ recovery-image] Oct 01 02:25:23.453 INFO O| Oct 01 02:25:23.453 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-10-01T02:25:25.294Z[ recovery-image] Oct 01 02:25:23.524 INFO O| Oct 01 02:25:23.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75702024-10-01T02:25:25.294Z[ recovery-image] Oct 01 02:25:23.524 INFO O| Oct 01 02:25:23.524 INFO STEP 1148 (remove_files) COMPLETE
75712024-10-01T02:25:25.294Z[ recovery-image] Oct 01 02:25:23.524 INFO O| Oct 01 02:25:23.524 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-10-01T02:25:25.313Z[ recovery-image] Oct 01 02:25:23.543 INFO O| Oct 01 02:25:23.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75732024-10-01T02:25:25.313Z[ recovery-image] Oct 01 02:25:23.543 INFO O| Oct 01 02:25:23.543 INFO STEP 1149 (remove_files) COMPLETE
75742024-10-01T02:25:25.313Z[ recovery-image] Oct 01 02:25:23.543 INFO O| Oct 01 02:25:23.543 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-10-01T02:25:25.329Z[ recovery-image] Oct 01 02:25:23.559 INFO O| Oct 01 02:25:23.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75762024-10-01T02:25:25.329Z[ recovery-image] Oct 01 02:25:23.559 INFO O| Oct 01 02:25:23.559 INFO STEP 1150 (remove_files) COMPLETE
75772024-10-01T02:25:25.329Z[ recovery-image] Oct 01 02:25:23.559 INFO O| Oct 01 02:25:23.559 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-10-01T02:25:25.345Z[ recovery-image] Oct 01 02:25:23.575 INFO O| Oct 01 02:25:23.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75792024-10-01T02:25:25.345Z[ recovery-image] Oct 01 02:25:23.575 INFO O| Oct 01 02:25:23.575 INFO STEP 1151 (remove_files) COMPLETE
75802024-10-01T02:25:25.348Z[ recovery-image] Oct 01 02:25:23.575 INFO O| Oct 01 02:25:23.575 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-10-01T02:25:25.361Z[ recovery-image] Oct 01 02:25:23.591 INFO O| Oct 01 02:25:23.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75822024-10-01T02:25:25.363Z[ recovery-image] Oct 01 02:25:23.591 INFO O| Oct 01 02:25:23.591 INFO STEP 1152 (remove_files) COMPLETE
75832024-10-01T02:25:25.363Z[ recovery-image] Oct 01 02:25:23.591 INFO O| Oct 01 02:25:23.591 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-10-01T02:25:25.399Z[ recovery-image] Oct 01 02:25:23.629 INFO O| Oct 01 02:25:23.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75852024-10-01T02:25:25.399Z[ recovery-image] Oct 01 02:25:23.629 INFO O| Oct 01 02:25:23.629 INFO STEP 1153 (remove_files) COMPLETE
75862024-10-01T02:25:25.407Z[ recovery-image] Oct 01 02:25:23.629 INFO O| Oct 01 02:25:23.629 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-10-01T02:25:25.417Z[ recovery-image] Oct 01 02:25:23.647 INFO O| Oct 01 02:25:23.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75882024-10-01T02:25:25.417Z[ recovery-image] Oct 01 02:25:23.648 INFO O| Oct 01 02:25:23.648 INFO STEP 1154 (remove_files) COMPLETE
75892024-10-01T02:25:25.420Z[ recovery-image] Oct 01 02:25:23.648 INFO O| Oct 01 02:25:23.648 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-10-01T02:25:25.456Z[ recovery-image] Oct 01 02:25:23.686 INFO O| Oct 01 02:25:23.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75912024-10-01T02:25:25.456Z[ recovery-image] Oct 01 02:25:23.686 INFO O| Oct 01 02:25:23.686 INFO STEP 1155 (remove_files) COMPLETE
75922024-10-01T02:25:25.456Z[ recovery-image] Oct 01 02:25:23.686 INFO O| Oct 01 02:25:23.686 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-10-01T02:25:25.476Z[ recovery-image] Oct 01 02:25:23.706 INFO O| Oct 01 02:25:23.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75942024-10-01T02:25:25.479Z[ recovery-image] Oct 01 02:25:23.706 INFO O| Oct 01 02:25:23.706 INFO STEP 1156 (remove_files) COMPLETE
75952024-10-01T02:25:25.479Z[ recovery-image] Oct 01 02:25:23.706 INFO O| Oct 01 02:25:23.706 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-10-01T02:25:25.517Z[ recovery-image] Oct 01 02:25:23.748 INFO O| Oct 01 02:25:23.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75972024-10-01T02:25:25.518Z[ recovery-image] Oct 01 02:25:23.748 INFO O| Oct 01 02:25:23.748 INFO STEP 1157 (remove_files) COMPLETE
75982024-10-01T02:25:25.518Z[ recovery-image] Oct 01 02:25:23.748 INFO O| Oct 01 02:25:23.748 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-10-01T02:25:25.537Z[ recovery-image] Oct 01 02:25:23.767 INFO O| Oct 01 02:25:23.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76002024-10-01T02:25:25.537Z[ recovery-image] Oct 01 02:25:23.768 INFO O| Oct 01 02:25:23.768 INFO STEP 1158 (remove_files) COMPLETE
76012024-10-01T02:25:25.540Z[ recovery-image] Oct 01 02:25:23.768 INFO O| Oct 01 02:25:23.768 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-10-01T02:25:25.568Z[ recovery-image] Oct 01 02:25:23.798 INFO O| Oct 01 02:25:23.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76032024-10-01T02:25:25.568Z[ recovery-image] Oct 01 02:25:23.798 INFO O| Oct 01 02:25:23.798 INFO STEP 1159 (remove_files) COMPLETE
76042024-10-01T02:25:25.568Z[ recovery-image] Oct 01 02:25:23.798 INFO O| Oct 01 02:25:23.798 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-10-01T02:25:25.589Z[ recovery-image] Oct 01 02:25:23.819 INFO O| Oct 01 02:25:23.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76062024-10-01T02:25:25.589Z[ recovery-image] Oct 01 02:25:23.819 INFO O| Oct 01 02:25:23.819 INFO STEP 1160 (remove_files) COMPLETE
76072024-10-01T02:25:25.592Z[ recovery-image] Oct 01 02:25:23.820 INFO O| Oct 01 02:25:23.819 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-10-01T02:25:25.616Z[ recovery-image] Oct 01 02:25:23.838 INFO O| Oct 01 02:25:23.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76092024-10-01T02:25:25.616Z[ recovery-image] Oct 01 02:25:23.838 INFO O| Oct 01 02:25:23.838 INFO STEP 1161 (remove_files) COMPLETE
76102024-10-01T02:25:25.616Z[ recovery-image] Oct 01 02:25:23.838 INFO O| Oct 01 02:25:23.838 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-10-01T02:25:25.625Z[ recovery-image] Oct 01 02:25:23.855 INFO O| Oct 01 02:25:23.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76122024-10-01T02:25:25.625Z[ recovery-image] Oct 01 02:25:23.855 INFO O| Oct 01 02:25:23.855 INFO STEP 1162 (remove_files) COMPLETE
76132024-10-01T02:25:25.625Z[ recovery-image] Oct 01 02:25:23.855 INFO O| Oct 01 02:25:23.855 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-10-01T02:25:25.642Z[ recovery-image] Oct 01 02:25:23.872 INFO O| Oct 01 02:25:23.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76152024-10-01T02:25:25.642Z[ recovery-image] Oct 01 02:25:23.872 INFO O| Oct 01 02:25:23.872 INFO STEP 1163 (remove_files) COMPLETE
76162024-10-01T02:25:25.644Z[ recovery-image] Oct 01 02:25:23.872 INFO O| Oct 01 02:25:23.872 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-10-01T02:25:25.658Z[ recovery-image] Oct 01 02:25:23.888 INFO O| Oct 01 02:25:23.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76182024-10-01T02:25:25.658Z[ recovery-image] Oct 01 02:25:23.888 INFO O| Oct 01 02:25:23.888 INFO STEP 1164 (remove_files) COMPLETE
76192024-10-01T02:25:25.661Z[ recovery-image] Oct 01 02:25:23.888 INFO O| Oct 01 02:25:23.888 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-10-01T02:25:25.675Z[ recovery-image] Oct 01 02:25:23.905 INFO O| Oct 01 02:25:23.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76212024-10-01T02:25:25.675Z[ recovery-image] Oct 01 02:25:23.905 INFO O| Oct 01 02:25:23.905 INFO STEP 1165 (remove_files) COMPLETE
76222024-10-01T02:25:25.675Z[ recovery-image] Oct 01 02:25:23.905 INFO O| Oct 01 02:25:23.905 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-10-01T02:25:25.692Z[ recovery-image] Oct 01 02:25:23.922 INFO O| Oct 01 02:25:23.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76242024-10-01T02:25:25.692Z[ recovery-image] Oct 01 02:25:23.922 INFO O| Oct 01 02:25:23.922 INFO STEP 1166 (remove_files) COMPLETE
76252024-10-01T02:25:25.694Z[ recovery-image] Oct 01 02:25:23.922 INFO O| Oct 01 02:25:23.922 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-10-01T02:25:25.709Z[ recovery-image] Oct 01 02:25:23.939 INFO O| Oct 01 02:25:23.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76272024-10-01T02:25:25.709Z[ recovery-image] Oct 01 02:25:23.939 INFO O| Oct 01 02:25:23.939 INFO STEP 1167 (remove_files) COMPLETE
76282024-10-01T02:25:25.711Z[ recovery-image] Oct 01 02:25:23.939 INFO O| Oct 01 02:25:23.939 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-10-01T02:25:25.726Z[ recovery-image] Oct 01 02:25:23.956 INFO O| Oct 01 02:25:23.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76302024-10-01T02:25:25.726Z[ recovery-image] Oct 01 02:25:23.956 INFO O| Oct 01 02:25:23.956 INFO STEP 1168 (remove_files) COMPLETE
76312024-10-01T02:25:25.726Z[ recovery-image] Oct 01 02:25:23.957 INFO O| Oct 01 02:25:23.956 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-10-01T02:25:25.745Z[ recovery-image] Oct 01 02:25:23.974 INFO O| Oct 01 02:25:23.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76332024-10-01T02:25:25.745Z[ recovery-image] Oct 01 02:25:23.974 INFO O| Oct 01 02:25:23.974 INFO STEP 1169 (remove_files) COMPLETE
76342024-10-01T02:25:25.745Z[ recovery-image] Oct 01 02:25:23.974 INFO O| Oct 01 02:25:23.974 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-10-01T02:25:25.762Z[ recovery-image] Oct 01 02:25:23.992 INFO O| Oct 01 02:25:23.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76362024-10-01T02:25:25.765Z[ recovery-image] Oct 01 02:25:23.992 INFO O| Oct 01 02:25:23.992 INFO STEP 1170 (remove_files) COMPLETE
76372024-10-01T02:25:25.765Z[ recovery-image] Oct 01 02:25:23.992 INFO O| Oct 01 02:25:23.992 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-10-01T02:25:25.781Z[ recovery-image] Oct 01 02:25:24.011 INFO O| Oct 01 02:25:24.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76392024-10-01T02:25:25.783Z[ recovery-image] Oct 01 02:25:24.011 INFO O| Oct 01 02:25:24.011 INFO STEP 1171 (remove_files) COMPLETE
76402024-10-01T02:25:25.783Z[ recovery-image] Oct 01 02:25:24.011 INFO O| Oct 01 02:25:24.011 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-10-01T02:25:25.811Z[ recovery-image] Oct 01 02:25:24.041 INFO O| Oct 01 02:25:24.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76422024-10-01T02:25:25.814Z[ recovery-image] Oct 01 02:25:24.041 INFO O| Oct 01 02:25:24.041 INFO STEP 1172 (remove_files) COMPLETE
76432024-10-01T02:25:25.814Z[ recovery-image] Oct 01 02:25:24.042 INFO O| Oct 01 02:25:24.041 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-10-01T02:25:25.829Z[ recovery-image] Oct 01 02:25:24.058 INFO O| Oct 01 02:25:24.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76452024-10-01T02:25:25.831Z[ recovery-image] Oct 01 02:25:24.059 INFO O| Oct 01 02:25:24.059 INFO STEP 1173 (remove_files) COMPLETE
76462024-10-01T02:25:25.831Z[ recovery-image] Oct 01 02:25:24.059 INFO O| Oct 01 02:25:24.059 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-10-01T02:25:25.846Z[ recovery-image] Oct 01 02:25:24.076 INFO O| Oct 01 02:25:24.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76482024-10-01T02:25:25.848Z[ recovery-image] Oct 01 02:25:24.076 INFO O| Oct 01 02:25:24.076 INFO STEP 1174 (remove_files) COMPLETE
76492024-10-01T02:25:25.848Z[ recovery-image] Oct 01 02:25:24.076 INFO O| Oct 01 02:25:24.076 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-10-01T02:25:25.863Z[ recovery-image] Oct 01 02:25:24.092 INFO O| Oct 01 02:25:24.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76512024-10-01T02:25:25.863Z[ recovery-image] Oct 01 02:25:24.092 INFO O| Oct 01 02:25:24.092 INFO STEP 1175 (remove_files) COMPLETE
76522024-10-01T02:25:25.863Z[ recovery-image] Oct 01 02:25:24.092 INFO O| Oct 01 02:25:24.092 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-10-01T02:25:25.888Z[ recovery-image] Oct 01 02:25:24.118 INFO O| Oct 01 02:25:24.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76542024-10-01T02:25:25.888Z[ recovery-image] Oct 01 02:25:24.119 INFO O| Oct 01 02:25:24.118 INFO STEP 1176 (remove_files) COMPLETE
76552024-10-01T02:25:25.891Z[ recovery-image] Oct 01 02:25:24.119 INFO O| Oct 01 02:25:24.118 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-10-01T02:25:25.911Z[ recovery-image] Oct 01 02:25:24.141 INFO O| Oct 01 02:25:24.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76572024-10-01T02:25:25.911Z[ recovery-image] Oct 01 02:25:24.141 INFO O| Oct 01 02:25:24.141 INFO STEP 1177 (remove_files) COMPLETE
76582024-10-01T02:25:25.911Z[ recovery-image] Oct 01 02:25:24.141 INFO O| Oct 01 02:25:24.141 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-10-01T02:25:25.961Z[ recovery-image] Oct 01 02:25:24.191 INFO O| Oct 01 02:25:24.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76602024-10-01T02:25:25.961Z[ recovery-image] Oct 01 02:25:24.191 INFO O| Oct 01 02:25:24.191 INFO STEP 1178 (remove_files) COMPLETE
76612024-10-01T02:25:25.961Z[ recovery-image] Oct 01 02:25:24.191 INFO O| Oct 01 02:25:24.191 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-10-01T02:25:25.982Z[ recovery-image] Oct 01 02:25:24.211 INFO O| Oct 01 02:25:24.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76632024-10-01T02:25:25.982Z[ recovery-image] Oct 01 02:25:24.212 INFO O| Oct 01 02:25:24.211 INFO STEP 1179 (remove_files) COMPLETE
76642024-10-01T02:25:25.982Z[ recovery-image] Oct 01 02:25:24.212 INFO O| Oct 01 02:25:24.211 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-10-01T02:25:26.000Z[ recovery-image] Oct 01 02:25:24.230 INFO O| Oct 01 02:25:24.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76662024-10-01T02:25:26.000Z[ recovery-image] Oct 01 02:25:24.230 INFO O| Oct 01 02:25:24.230 INFO STEP 1180 (remove_files) COMPLETE
76672024-10-01T02:25:26.000Z[ recovery-image] Oct 01 02:25:24.230 INFO O| Oct 01 02:25:24.230 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-10-01T02:25:26.019Z[ recovery-image] Oct 01 02:25:24.249 INFO O| Oct 01 02:25:24.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76692024-10-01T02:25:26.019Z[ recovery-image] Oct 01 02:25:24.249 INFO O| Oct 01 02:25:24.249 INFO STEP 1181 (remove_files) COMPLETE
76702024-10-01T02:25:26.021Z[ recovery-image] Oct 01 02:25:24.249 INFO O| Oct 01 02:25:24.249 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-10-01T02:25:26.035Z[ recovery-image] Oct 01 02:25:24.265 INFO O| Oct 01 02:25:24.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76722024-10-01T02:25:26.035Z[ recovery-image] Oct 01 02:25:24.265 INFO O| Oct 01 02:25:24.265 INFO STEP 1182 (remove_files) COMPLETE
76732024-10-01T02:25:26.035Z[ recovery-image] Oct 01 02:25:24.265 INFO O| Oct 01 02:25:24.265 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-10-01T02:25:26.074Z[ recovery-image] Oct 01 02:25:24.304 INFO O| Oct 01 02:25:24.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76752024-10-01T02:25:26.076Z[ recovery-image] Oct 01 02:25:24.304 INFO O| Oct 01 02:25:24.304 INFO STEP 1183 (remove_files) COMPLETE
76762024-10-01T02:25:26.076Z[ recovery-image] Oct 01 02:25:24.304 INFO O| Oct 01 02:25:24.304 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-10-01T02:25:26.094Z[ recovery-image] Oct 01 02:25:24.324 INFO O| Oct 01 02:25:24.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76782024-10-01T02:25:26.096Z[ recovery-image] Oct 01 02:25:24.324 INFO O| Oct 01 02:25:24.324 INFO STEP 1184 (remove_files) COMPLETE
76792024-10-01T02:25:26.096Z[ recovery-image] Oct 01 02:25:24.324 INFO O| Oct 01 02:25:24.324 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-10-01T02:25:26.151Z[ recovery-image] Oct 01 02:25:24.381 INFO O| Oct 01 02:25:24.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76812024-10-01T02:25:26.154Z[ recovery-image] Oct 01 02:25:24.381 INFO O| Oct 01 02:25:24.381 INFO STEP 1185 (remove_files) COMPLETE
76822024-10-01T02:25:26.154Z[ recovery-image] Oct 01 02:25:24.382 INFO O| Oct 01 02:25:24.381 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-10-01T02:25:26.254Z[ recovery-image] Oct 01 02:25:24.484 INFO O| Oct 01 02:25:24.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76842024-10-01T02:25:26.257Z[ recovery-image] Oct 01 02:25:24.484 INFO O| Oct 01 02:25:24.484 INFO STEP 1186 (remove_files) COMPLETE
76852024-10-01T02:25:26.257Z[ recovery-image] Oct 01 02:25:24.485 INFO O| Oct 01 02:25:24.484 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-10-01T02:25:26.272Z[ recovery-image] Oct 01 02:25:24.502 INFO O| Oct 01 02:25:24.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76872024-10-01T02:25:26.272Z[ recovery-image] Oct 01 02:25:24.502 INFO O| Oct 01 02:25:24.502 INFO STEP 1187 (remove_files) COMPLETE
76882024-10-01T02:25:26.272Z[ recovery-image] Oct 01 02:25:24.503 INFO O| Oct 01 02:25:24.502 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-10-01T02:25:26.292Z[ recovery-image] Oct 01 02:25:24.523 INFO O| Oct 01 02:25:24.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76902024-10-01T02:25:26.293Z[ recovery-image] Oct 01 02:25:24.523 INFO O| Oct 01 02:25:24.523 INFO STEP 1188 (remove_files) COMPLETE
76912024-10-01T02:25:26.293Z[ recovery-image] Oct 01 02:25:24.523 INFO O| Oct 01 02:25:24.523 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-10-01T02:25:26.311Z[ recovery-image] Oct 01 02:25:24.541 INFO O| Oct 01 02:25:24.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76932024-10-01T02:25:26.311Z[ recovery-image] Oct 01 02:25:24.541 INFO O| Oct 01 02:25:24.541 INFO STEP 1189 (remove_files) COMPLETE
76942024-10-01T02:25:26.314Z[ recovery-image] Oct 01 02:25:24.542 INFO O| Oct 01 02:25:24.541 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-10-01T02:25:26.330Z[ recovery-image] Oct 01 02:25:24.560 INFO O| Oct 01 02:25:24.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76962024-10-01T02:25:26.331Z[ recovery-image] Oct 01 02:25:24.561 INFO O| Oct 01 02:25:24.560 INFO STEP 1190 (remove_files) COMPLETE
76972024-10-01T02:25:26.333Z[ recovery-image] Oct 01 02:25:24.561 INFO O| Oct 01 02:25:24.561 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-10-01T02:25:26.349Z[ recovery-image] Oct 01 02:25:24.579 INFO O| Oct 01 02:25:24.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76992024-10-01T02:25:26.351Z[ recovery-image] Oct 01 02:25:24.580 INFO O| Oct 01 02:25:24.580 INFO STEP 1191 (remove_files) COMPLETE
77002024-10-01T02:25:26.351Z[ recovery-image] Oct 01 02:25:24.581 INFO O| Oct 01 02:25:24.580 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-10-01T02:25:26.367Z[ recovery-image] Oct 01 02:25:24.597 INFO O| Oct 01 02:25:24.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77022024-10-01T02:25:26.367Z[ recovery-image] Oct 01 02:25:24.597 INFO O| Oct 01 02:25:24.597 INFO STEP 1192 (remove_files) COMPLETE
77032024-10-01T02:25:26.367Z[ recovery-image] Oct 01 02:25:24.597 INFO O| Oct 01 02:25:24.597 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-10-01T02:25:26.383Z[ recovery-image] Oct 01 02:25:24.613 INFO O| Oct 01 02:25:24.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77052024-10-01T02:25:26.383Z[ recovery-image] Oct 01 02:25:24.613 INFO O| Oct 01 02:25:24.613 INFO STEP 1193 (remove_files) COMPLETE
77062024-10-01T02:25:26.383Z[ recovery-image] Oct 01 02:25:24.613 INFO O| Oct 01 02:25:24.613 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-10-01T02:25:26.400Z[ recovery-image] Oct 01 02:25:24.629 INFO O| Oct 01 02:25:24.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77082024-10-01T02:25:26.400Z[ recovery-image] Oct 01 02:25:24.629 INFO O| Oct 01 02:25:24.629 INFO STEP 1194 (remove_files) COMPLETE
77092024-10-01T02:25:26.400Z[ recovery-image] Oct 01 02:25:24.630 INFO O| Oct 01 02:25:24.629 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-10-01T02:25:26.416Z[ recovery-image] Oct 01 02:25:24.646 INFO O| Oct 01 02:25:24.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77112024-10-01T02:25:26.416Z[ recovery-image] Oct 01 02:25:24.646 INFO O| Oct 01 02:25:24.646 INFO STEP 1195 (remove_files) COMPLETE
77122024-10-01T02:25:26.416Z[ recovery-image] Oct 01 02:25:24.646 INFO O| Oct 01 02:25:24.646 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-10-01T02:25:26.431Z[ recovery-image] Oct 01 02:25:24.661 INFO O| Oct 01 02:25:24.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77142024-10-01T02:25:26.432Z[ recovery-image] Oct 01 02:25:24.662 INFO O| Oct 01 02:25:24.662 INFO STEP 1196 (remove_files) COMPLETE
77152024-10-01T02:25:26.434Z[ recovery-image] Oct 01 02:25:24.662 INFO O| Oct 01 02:25:24.662 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-10-01T02:25:26.446Z[ recovery-image] Oct 01 02:25:24.676 INFO O| Oct 01 02:25:24.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77172024-10-01T02:25:26.446Z[ recovery-image] Oct 01 02:25:24.676 INFO O| Oct 01 02:25:24.676 INFO STEP 1197 (remove_files) COMPLETE
77182024-10-01T02:25:26.449Z[ recovery-image] Oct 01 02:25:24.676 INFO O| Oct 01 02:25:24.676 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-10-01T02:25:26.461Z[ recovery-image] Oct 01 02:25:24.691 INFO O| Oct 01 02:25:24.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77202024-10-01T02:25:26.464Z[ recovery-image] Oct 01 02:25:24.691 INFO O| Oct 01 02:25:24.691 INFO STEP 1198 (remove_files) COMPLETE
77212024-10-01T02:25:26.464Z[ recovery-image] Oct 01 02:25:24.691 INFO O| Oct 01 02:25:24.691 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-10-01T02:25:26.477Z[ recovery-image] Oct 01 02:25:24.708 INFO O| Oct 01 02:25:24.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77232024-10-01T02:25:26.478Z[ recovery-image] Oct 01 02:25:24.708 INFO O| Oct 01 02:25:24.708 INFO STEP 1199 (remove_files) COMPLETE
77242024-10-01T02:25:26.478Z[ recovery-image] Oct 01 02:25:24.708 INFO O| Oct 01 02:25:24.708 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-10-01T02:25:26.493Z[ recovery-image] Oct 01 02:25:24.723 INFO O| Oct 01 02:25:24.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77262024-10-01T02:25:26.493Z[ recovery-image] Oct 01 02:25:24.724 INFO O| Oct 01 02:25:24.723 INFO STEP 1200 (remove_files) COMPLETE
77272024-10-01T02:25:26.493Z[ recovery-image] Oct 01 02:25:24.724 INFO O| Oct 01 02:25:24.723 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-10-01T02:25:26.510Z[ recovery-image] Oct 01 02:25:24.740 INFO O| Oct 01 02:25:24.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77292024-10-01T02:25:26.510Z[ recovery-image] Oct 01 02:25:24.740 INFO O| Oct 01 02:25:24.740 INFO STEP 1201 (remove_files) COMPLETE
77302024-10-01T02:25:26.510Z[ recovery-image] Oct 01 02:25:24.740 INFO O| Oct 01 02:25:24.740 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-10-01T02:25:26.524Z[ recovery-image] Oct 01 02:25:24.754 INFO O| Oct 01 02:25:24.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77322024-10-01T02:25:26.524Z[ recovery-image] Oct 01 02:25:24.754 INFO O| Oct 01 02:25:24.754 INFO STEP 1202 (remove_files) COMPLETE
77332024-10-01T02:25:26.526Z[ recovery-image] Oct 01 02:25:24.754 INFO O| Oct 01 02:25:24.754 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-10-01T02:25:26.541Z[ recovery-image] Oct 01 02:25:24.771 INFO O| Oct 01 02:25:24.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77352024-10-01T02:25:26.541Z[ recovery-image] Oct 01 02:25:24.771 INFO O| Oct 01 02:25:24.771 INFO STEP 1203 (remove_files) COMPLETE
77362024-10-01T02:25:26.544Z[ recovery-image] Oct 01 02:25:24.771 INFO O| Oct 01 02:25:24.771 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-10-01T02:25:26.557Z[ recovery-image] Oct 01 02:25:24.787 INFO O| Oct 01 02:25:24.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77382024-10-01T02:25:26.557Z[ recovery-image] Oct 01 02:25:24.787 INFO O| Oct 01 02:25:24.787 INFO STEP 1204 (remove_files) COMPLETE
77392024-10-01T02:25:26.557Z[ recovery-image] Oct 01 02:25:24.788 INFO O| Oct 01 02:25:24.787 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-10-01T02:25:26.573Z[ recovery-image] Oct 01 02:25:24.803 INFO O| Oct 01 02:25:24.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77412024-10-01T02:25:26.575Z[ recovery-image] Oct 01 02:25:24.803 INFO O| Oct 01 02:25:24.803 INFO STEP 1205 (remove_files) COMPLETE
77422024-10-01T02:25:26.575Z[ recovery-image] Oct 01 02:25:24.803 INFO O| Oct 01 02:25:24.803 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77432024-10-01T02:25:26.597Z[ recovery-image] Oct 01 02:25:24.827 INFO O| Oct 01 02:25:24.827 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77442024-10-01T02:25:26.597Z[ recovery-image] Oct 01 02:25:24.827 INFO O| Oct 01 02:25:24.827 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77452024-10-01T02:25:27.632Z[ recovery-image] Oct 01 02:25:25.862 INFO O| Oct 01 02:25:25.861 INFO STEP 1206 (pack_tar) COMPLETE
77462024-10-01T02:25:27.632Z[ recovery-image] Oct 01 02:25:25.862 INFO O| Oct 01 02:25:25.861 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77472024-10-01T02:25:27.635Z[ recovery-image] Oct 01 02:25:25.862 INFO O| Oct 01 02:25:25.862 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77482024-10-01T02:25:27.919Z[ recovery-image] Oct 01 02:25:26.149 INFO O| Oct 01 02:25:26.149 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77492024-10-01T02:25:28.018Z[ recovery-image] Oct 01 02:25:26.247 INFO O| Oct 01 02:25:26.247 INFO completed processing gimlet/ramdisk-03-recovery-trim
77502024-10-01T02:25:28.027Z[ recovery-image] Oct 01 02:25:26.257 INFO image builder template: zfs-recovery...
77512024-10-01T02:25:28.027Z[ recovery-image] Oct 01 02:25:26.257 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/.tmpjrqM94/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.293", "-n", "zfs-recovery"], pwd: None
77522024-10-01T02:25:28.064Z[ recovery-image] Oct 01 02:25:26.294 INFO O| Oct 01 02:25:26.294 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77532024-10-01T02:25:28.069Z[ recovery-image] Oct 01 02:25:26.300 INFO O| Oct 01 02:25:26.299 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77542024-10-01T02:25:28.154Z[ recovery-image] Oct 01 02:25:26.383 INFO O| Oct 01 02:25:26.383 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77552024-10-01T02:25:28.233Z[ recovery-image] Oct 01 02:25:26.463 INFO O| Oct 01 02:25:26.463 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77562024-10-01T02:25:28.233Z[ recovery-image] Oct 01 02:25:26.463 INFO O| Oct 01 02:25:26.463 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77572024-10-01T02:25:28.239Z[ recovery-image] Oct 01 02:25:26.469 INFO O| Oct 01 02:25:26.469 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
77582024-10-01T02:25:28.320Z[ recovery-image] Oct 01 02:25:26.550 INFO O| Oct 01 02:25:26.550 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
77592024-10-01T02:25:28.386Z[ recovery-image] Oct 01 02:25:26.616 INFO O| Oct 01 02:25:26.615 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77602024-10-01T02:25:28.397Z[ recovery-image] Oct 01 02:25:26.627 INFO O| Oct 01 02:25:26.627 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77612024-10-01T02:25:28.403Z[ recovery-image] Oct 01 02:25:26.633 INFO O| Oct 01 02:25:26.633 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77622024-10-01T02:25:28.406Z[ recovery-image] Oct 01 02:25:26.634 INFO O| Oct 01 02:25:26.634 INFO no lofi found
77632024-10-01T02:25:28.406Z[ recovery-image] Oct 01 02:25:26.635 INFO O| Oct 01 02:25:26.635 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77642024-10-01T02:25:28.406Z[ recovery-image] Oct 01 02:25:26.635 INFO O| Oct 01 02:25:26.635 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77652024-10-01T02:25:30.781Z[ recovery-image] Oct 01 02:25:29.010 INFO O| Oct 01 02:25:29.010 INFO lofi device = /dev/dsk/c2t1d0p0
77662024-10-01T02:25:30.781Z[ recovery-image] Oct 01 02:25:29.010 INFO O| Oct 01 02:25:29.010 INFO pool device = /dev/dsk/c2t1d0p0
77672024-10-01T02:25:30.783Z[ recovery-image] Oct 01 02:25:29.011 INFO O| Oct 01 02:25:29.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"]
77682024-10-01T02:25:30.866Z[ recovery-image] Oct 01 02:25:29.095 INFO O| Oct 01 02:25:29.095 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77692024-10-01T02:25:30.866Z[ recovery-image] Oct 01 02:25:29.095 INFO O| Oct 01 02:25:29.095 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77702024-10-01T02:25:30.886Z[ recovery-image] Oct 01 02:25:29.116 INFO O| Oct 01 02:25:29.116 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77712024-10-01T02:25:30.951Z[ recovery-image] Oct 01 02:25:29.181 INFO O| Oct 01 02:25:29.181 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77722024-10-01T02:25:30.989Z[ recovery-image] Oct 01 02:25:29.219 INFO O| Oct 01 02:25:29.219 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77732024-10-01T02:25:31.005Z[ recovery-image] Oct 01 02:25:29.235 INFO O| Oct 01 02:25:29.234 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77742024-10-01T02:25:31.018Z[ recovery-image] Oct 01 02:25:29.248 INFO O| Oct 01 02:25:29.247 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77752024-10-01T02:25:31.068Z[ recovery-image] Oct 01 02:25:29.298 INFO O| Oct 01 02:25:29.298 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77762024-10-01T02:25:31.068Z[ recovery-image] Oct 01 02:25:29.298 INFO O| Oct 01 02:25:29.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77772024-10-01T02:25:31.071Z[ recovery-image] Oct 01 02:25:29.298 INFO O| Oct 01 02:25:29.298 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77782024-10-01T02:25:31.077Z[ recovery-image] Oct 01 02:25:29.307 INFO O| Oct 01 02:25:29.307 INFO boot environment UUID: a9d73799-b7e0-42b1-9b51-75a36586b55b
77792024-10-01T02:25:31.080Z[ recovery-image] Oct 01 02:25:29.307 INFO O| Oct 01 02:25:29.307 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = a9d73799-b7e0-42b1-9b51-75a36586b55b
77802024-10-01T02:25:31.090Z[ recovery-image] Oct 01 02:25:29.320 INFO O| Oct 01 02:25:29.320 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77812024-10-01T02:25:31.101Z[ recovery-image] Oct 01 02:25:29.331 INFO O| Oct 01 02:25:29.331 INFO STEP 0 (create_be) COMPLETE
77822024-10-01T02:25:31.101Z[ recovery-image] Oct 01 02:25:29.331 INFO O| Oct 01 02:25:29.331 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77832024-10-01T02:25:31.118Z[ recovery-image] Oct 01 02:25:29.348 INFO O| Oct 01 02:25:29.348 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"]
77842024-10-01T02:25:32.234Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 37s
77852024-10-01T02:25:32.531ZOct 01 02:25:30.761 INFO [verify-libraries] process exited with exit status: 0 (342.03475704s)
77862024-10-01T02:25:33.486Z[ recovery-image] Oct 01 02:25:31.716 INFO O| Oct 01 02:25:31.716 INFO STEP 1 (unpack_tar) COMPLETE
77872024-10-01T02:25:33.486Z[ recovery-image] Oct 01 02:25:31.716 INFO O| Oct 01 02:25:31.716 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77882024-10-01T02:25:33.497Z[ recovery-image] Oct 01 02:25:31.727 INFO O| Oct 01 02:25:31.727 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77892024-10-01T02:25:33.922Z[ recovery-image] Oct 01 02:25:32.151 INFO O| Oct 01 02:25:32.149 INFO STEP 2 (devfsadm) COMPLETE
77902024-10-01T02:25:33.923Z[ recovery-image] Oct 01 02:25:32.151 INFO O| Oct 01 02:25:32.150 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77912024-10-01T02:25:33.942Z[ recovery-image] Oct 01 02:25:32.171 INFO O| Oct 01 02:25:32.170 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77922024-10-01T02:25:33.946Z[ recovery-image] Oct 01 02:25:32.171 INFO O| Oct 01 02:25:32.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77932024-10-01T02:25:33.946Z[ recovery-image] Oct 01 02:25:32.171 INFO O| Oct 01 02:25:32.171 INFO STEP 3 (ensure_dir) COMPLETE
77942024-10-01T02:25:33.946Z[ recovery-image] Oct 01 02:25:32.171 INFO O| Oct 01 02:25:32.171 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77952024-10-01T02:25:33.969Z[ recovery-image] Oct 01 02:25:32.193 INFO O| Oct 01 02:25:32.191 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77962024-10-01T02:25:33.972Z[ recovery-image] Oct 01 02:25:32.193 INFO O| Oct 01 02:25:32.191 INFO STEP 4 (ensure_dir) COMPLETE
77972024-10-01T02:25:33.972Z[ recovery-image] Oct 01 02:25:32.193 INFO O| Oct 01 02:25:32.191 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77982024-10-01T02:25:33.984Z[ recovery-image] Oct 01 02:25:32.214 INFO O| Oct 01 02:25:32.214 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77992024-10-01T02:25:33.984Z[ recovery-image] Oct 01 02:25:32.214 INFO O| Oct 01 02:25:32.214 INFO STEP 5 (ensure_dir) COMPLETE
78002024-10-01T02:25:33.987Z[ recovery-image] Oct 01 02:25:32.214 INFO O| Oct 01 02:25:32.214 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78012024-10-01T02:25:33.997Z[ recovery-image] Oct 01 02:25:32.227 INFO O| Oct 01 02:25:32.227 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78022024-10-01T02:25:33.997Z[ recovery-image] Oct 01 02:25:32.227 INFO O| Oct 01 02:25:32.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78032024-10-01T02:25:34.001Z[ recovery-image] Oct 01 02:25:32.227 INFO O| Oct 01 02:25:32.227 INFO STEP 6 (ensure_dir) COMPLETE
78042024-10-01T02:25:34.001Z[ recovery-image] Oct 01 02:25:32.227 INFO O| Oct 01 02:25:32.227 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78052024-10-01T02:25:34.011Z[ recovery-image] Oct 01 02:25:32.240 INFO O| Oct 01 02:25:32.240 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78062024-10-01T02:25:34.011Z[ recovery-image] Oct 01 02:25:32.240 INFO O| Oct 01 02:25:32.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78072024-10-01T02:25:34.011Z[ recovery-image] Oct 01 02:25:32.240 INFO O| Oct 01 02:25:32.240 INFO STEP 7 (ensure_dir) COMPLETE
78082024-10-01T02:25:34.011Z[ recovery-image] Oct 01 02:25:32.240 INFO O| Oct 01 02:25:32.240 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78092024-10-01T02:25:34.025Z[ recovery-image] Oct 01 02:25:32.254 INFO O| Oct 01 02:25:32.254 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78102024-10-01T02:25:34.028Z[ recovery-image] Oct 01 02:25:32.255 INFO O| Oct 01 02:25:32.255 INFO STEP 8 (remove_files) COMPLETE
78112024-10-01T02:25:34.028Z[ recovery-image] Oct 01 02:25:32.255 INFO O| Oct 01 02:25:32.255 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78122024-10-01T02:25:34.038Z[ recovery-image] Oct 01 02:25:32.268 INFO O| Oct 01 02:25:32.268 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78132024-10-01T02:25:34.041Z[ recovery-image] Oct 01 02:25:32.269 INFO O| Oct 01 02:25:32.269 INFO STEP 9 (remove_files) COMPLETE
78142024-10-01T02:25:34.041Z[ recovery-image] Oct 01 02:25:32.269 INFO O| Oct 01 02:25:32.269 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78152024-10-01T02:25:34.051Z[ recovery-image] Oct 01 02:25:32.281 INFO O| Oct 01 02:25:32.281 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78162024-10-01T02:25:34.054Z[ recovery-image] Oct 01 02:25:32.282 INFO O| Oct 01 02:25:32.282 INFO STEP 10 (remove_files) COMPLETE
78172024-10-01T02:25:34.054Z[ recovery-image] Oct 01 02:25:32.282 INFO O| Oct 01 02:25:32.282 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78182024-10-01T02:25:34.065Z[ recovery-image] Oct 01 02:25:32.295 INFO O| Oct 01 02:25:32.295 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78192024-10-01T02:25:34.068Z[ recovery-image] Oct 01 02:25:32.295 INFO O| Oct 01 02:25:32.295 INFO STEP 11 (remove_files) COMPLETE
78202024-10-01T02:25:34.068Z[ recovery-image] Oct 01 02:25:32.295 INFO O| Oct 01 02:25:32.295 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78212024-10-01T02:25:34.077Z[ recovery-image] Oct 01 02:25:32.307 INFO O| Oct 01 02:25:32.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78222024-10-01T02:25:34.077Z[ recovery-image] Oct 01 02:25:32.307 INFO O| Oct 01 02:25:32.307 INFO STEP 12 (remove_files) COMPLETE
78232024-10-01T02:25:34.079Z[ recovery-image] Oct 01 02:25:32.307 INFO O| Oct 01 02:25:32.307 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78242024-10-01T02:25:34.089Z[ recovery-image] Oct 01 02:25:32.319 INFO O| Oct 01 02:25:32.318 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78252024-10-01T02:25:34.091Z[ recovery-image] Oct 01 02:25:32.319 INFO O| Oct 01 02:25:32.319 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78262024-10-01T02:25:34.091Z[ recovery-image] Oct 01 02:25:32.319 INFO O| Oct 01 02:25:32.319 INFO STEP 13 (ensure_dir) COMPLETE
78272024-10-01T02:25:34.091Z[ recovery-image] Oct 01 02:25:32.319 INFO O| Oct 01 02:25:32.319 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78282024-10-01T02:25:34.099Z[ recovery-image] Oct 01 02:25:32.328 INFO O| Oct 01 02:25:32.328 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78292024-10-01T02:25:34.101Z[ recovery-image] Oct 01 02:25:32.328 INFO O| Oct 01 02:25:32.328 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78302024-10-01T02:25:34.101Z[ recovery-image] Oct 01 02:25:32.328 INFO O| Oct 01 02:25:32.328 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78312024-10-01T02:25:34.101Z[ recovery-image] Oct 01 02:25:32.328 INFO O| Oct 01 02:25:32.328 INFO STEP 14 (ensure_dir) COMPLETE
78322024-10-01T02:25:34.101Z[ recovery-image] Oct 01 02:25:32.328 INFO O| Oct 01 02:25:32.328 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78332024-10-01T02:25:34.109Z[ recovery-image] Oct 01 02:25:32.338 INFO O| Oct 01 02:25:32.338 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78342024-10-01T02:25:34.109Z[ recovery-image] Oct 01 02:25:32.338 INFO O| Oct 01 02:25:32.338 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78352024-10-01T02:25:34.111Z[ recovery-image] Oct 01 02:25:32.338 INFO O| Oct 01 02:25:32.338 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78362024-10-01T02:25:34.111Z[ recovery-image] Oct 01 02:25:32.338 INFO O| Oct 01 02:25:32.338 INFO STEP 15 (ensure_dir) COMPLETE
78372024-10-01T02:25:34.111Z[ recovery-image] Oct 01 02:25:32.338 INFO O| Oct 01 02:25:32.338 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78382024-10-01T02:25:34.119Z[ recovery-image] Oct 01 02:25:32.348 INFO O| Oct 01 02:25:32.348 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78392024-10-01T02:25:34.119Z[ recovery-image] Oct 01 02:25:32.348 INFO O| Oct 01 02:25:32.348 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78402024-10-01T02:25:34.119Z[ recovery-image] Oct 01 02:25:32.348 INFO O| Oct 01 02:25:32.348 INFO STEP 16 (ensure_dir) COMPLETE
78412024-10-01T02:25:34.121Z[ recovery-image] Oct 01 02:25:32.348 INFO O| Oct 01 02:25:32.348 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78422024-10-01T02:25:34.128Z[ recovery-image] Oct 01 02:25:32.358 INFO O| Oct 01 02:25:32.358 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78432024-10-01T02:25:34.129Z[ recovery-image] Oct 01 02:25:32.358 INFO O| Oct 01 02:25:32.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78442024-10-01T02:25:34.129Z[ recovery-image] Oct 01 02:25:32.358 INFO O| Oct 01 02:25:32.358 INFO STEP 17 (ensure_dir) COMPLETE
78452024-10-01T02:25:34.131Z[ recovery-image] Oct 01 02:25:32.358 INFO O| Oct 01 02:25:32.358 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78462024-10-01T02:25:34.138Z[ recovery-image] Oct 01 02:25:32.368 INFO O| Oct 01 02:25:32.368 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78472024-10-01T02:25:34.138Z[ recovery-image] Oct 01 02:25:32.368 INFO O| Oct 01 02:25:32.368 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78482024-10-01T02:25:34.141Z[ recovery-image] Oct 01 02:25:32.368 INFO O| Oct 01 02:25:32.368 INFO ok!
78492024-10-01T02:25:34.141Z[ recovery-image] Oct 01 02:25:32.368 INFO O| Oct 01 02:25:32.368 INFO STEP 18 (ensure_symlink) COMPLETE
78502024-10-01T02:25:34.141Z[ recovery-image] Oct 01 02:25:32.368 INFO O| Oct 01 02:25:32.368 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78512024-10-01T02:25:34.149Z[ recovery-image] Oct 01 02:25:32.378 INFO O| Oct 01 02:25:32.378 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
78522024-10-01T02:25:34.149Z[ recovery-image] Oct 01 02:25:32.378 INFO O| Oct 01 02:25:32.378 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
78532024-10-01T02:25:34.151Z[ recovery-image] Oct 01 02:25:32.378 INFO O| Oct 01 02:25:32.378 INFO ok!
78542024-10-01T02:25:34.151Z[ recovery-image] Oct 01 02:25:32.378 INFO O| Oct 01 02:25:32.378 INFO STEP 19 (ensure_file) COMPLETE
78552024-10-01T02:25:34.151Z[ recovery-image] Oct 01 02:25:32.378 INFO O| Oct 01 02:25:32.378 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78562024-10-01T02:25:34.158Z[ recovery-image] Oct 01 02:25:32.388 INFO O| Oct 01 02:25:32.388 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
78572024-10-01T02:25:34.158Z[ recovery-image] Oct 01 02:25:32.388 INFO O| Oct 01 02:25:32.388 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
78582024-10-01T02:25:34.161Z[ recovery-image] Oct 01 02:25:32.388 INFO O| Oct 01 02:25:32.388 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
78592024-10-01T02:25:34.161Z[ recovery-image] Oct 01 02:25:32.388 INFO O| Oct 01 02:25:32.388 INFO ok!
78602024-10-01T02:25:34.161Z[ recovery-image] Oct 01 02:25:32.388 INFO O| Oct 01 02:25:32.388 INFO STEP 20 (ensure_symlink) COMPLETE
78612024-10-01T02:25:34.161Z[ recovery-image] Oct 01 02:25:32.388 INFO O| Oct 01 02:25:32.388 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78622024-10-01T02:25:34.168Z[ recovery-image] Oct 01 02:25:32.398 INFO O| Oct 01 02:25:32.398 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
78632024-10-01T02:25:34.168Z[ recovery-image] Oct 01 02:25:32.398 INFO O| Oct 01 02:25:32.398 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
78642024-10-01T02:25:34.171Z[ recovery-image] Oct 01 02:25:32.398 INFO O| Oct 01 02:25:32.398 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
78652024-10-01T02:25:34.171Z[ recovery-image] Oct 01 02:25:32.398 INFO O| Oct 01 02:25:32.398 INFO ok!
78662024-10-01T02:25:34.171Z[ recovery-image] Oct 01 02:25:32.398 INFO O| Oct 01 02:25:32.398 INFO STEP 21 (ensure_symlink) COMPLETE
78672024-10-01T02:25:34.171Z[ recovery-image] Oct 01 02:25:32.398 INFO O| Oct 01 02:25:32.398 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78682024-10-01T02:25:34.179Z[ recovery-image] Oct 01 02:25:32.408 INFO O| Oct 01 02:25:32.408 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78692024-10-01T02:25:34.179Z[ recovery-image] Oct 01 02:25:32.408 INFO O| Oct 01 02:25:32.408 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78702024-10-01T02:25:34.181Z[ recovery-image] Oct 01 02:25:32.408 INFO O| Oct 01 02:25:32.408 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78712024-10-01T02:25:34.181Z[ recovery-image] Oct 01 02:25:32.408 INFO O| Oct 01 02:25:32.408 INFO ok!
78722024-10-01T02:25:34.181Z[ recovery-image] Oct 01 02:25:32.408 INFO O| Oct 01 02:25:32.408 INFO STEP 22 (ensure_symlink) COMPLETE
78732024-10-01T02:25:34.181Z[ recovery-image] Oct 01 02:25:32.408 INFO O| Oct 01 02:25:32.408 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78742024-10-01T02:25:34.188Z[ recovery-image] Oct 01 02:25:32.418 INFO O| Oct 01 02:25:32.418 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78752024-10-01T02:25:34.188Z[ recovery-image] Oct 01 02:25:32.418 INFO O| Oct 01 02:25:32.418 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78762024-10-01T02:25:34.191Z[ recovery-image] Oct 01 02:25:32.418 INFO O| Oct 01 02:25:32.418 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78772024-10-01T02:25:34.191Z[ recovery-image] Oct 01 02:25:32.418 INFO O| Oct 01 02:25:32.418 INFO ok!
78782024-10-01T02:25:34.191Z[ recovery-image] Oct 01 02:25:32.418 INFO O| Oct 01 02:25:32.418 INFO STEP 23 (ensure_symlink) COMPLETE
78792024-10-01T02:25:34.191Z[ recovery-image] Oct 01 02:25:32.418 INFO O| Oct 01 02:25:32.418 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78802024-10-01T02:25:34.199Z[ recovery-image] Oct 01 02:25:32.428 INFO O| Oct 01 02:25:32.428 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78812024-10-01T02:25:34.199Z[ recovery-image] Oct 01 02:25:32.428 INFO O| Oct 01 02:25:32.428 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 ...
78822024-10-01T02:25:34.201Z[ recovery-image] Oct 01 02:25:32.428 INFO O| Oct 01 02:25:32.428 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78832024-10-01T02:25:34.201Z[ recovery-image] Oct 01 02:25:32.428 INFO O| Oct 01 02:25:32.428 INFO ok!
78842024-10-01T02:25:34.201Z[ recovery-image] Oct 01 02:25:32.428 INFO O| Oct 01 02:25:32.428 INFO STEP 24 (ensure_file) COMPLETE
78852024-10-01T02:25:34.201Z[ recovery-image] Oct 01 02:25:32.428 INFO O| Oct 01 02:25:32.428 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78862024-10-01T02:25:34.209Z[ recovery-image] Oct 01 02:25:32.439 INFO O| Oct 01 02:25:32.439 INFO updating shadow file
78872024-10-01T02:25:34.211Z[ recovery-image] Oct 01 02:25:32.439 INFO O| Oct 01 02:25:32.439 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78882024-10-01T02:25:34.211Z[ recovery-image] Oct 01 02:25:32.439 INFO O| Oct 01 02:25:32.439 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78892024-10-01T02:25:34.212Z[ recovery-image] Oct 01 02:25:32.439 INFO O| Oct 01 02:25:32.439 INFO STEP 25 (shadow) COMPLETE
78902024-10-01T02:25:34.212Z[ recovery-image] Oct 01 02:25:32.439 INFO O| Oct 01 02:25:32.439 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78912024-10-01T02:25:34.220Z[ recovery-image] Oct 01 02:25:32.449 INFO O| Oct 01 02:25:32.449 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78922024-10-01T02:25:34.222Z[ recovery-image] Oct 01 02:25:32.449 INFO O| Oct 01 02:25:32.449 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78932024-10-01T02:25:34.222Z[ recovery-image] Oct 01 02:25:32.449 INFO O| Oct 01 02:25:32.449 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78942024-10-01T02:25:34.222Z[ recovery-image] Oct 01 02:25:32.449 INFO O| Oct 01 02:25:32.449 INFO ok!
78952024-10-01T02:25:34.222Z[ recovery-image] Oct 01 02:25:32.449 INFO O| Oct 01 02:25:32.449 INFO STEP 26 (ensure_file) COMPLETE
78962024-10-01T02:25:34.222Z[ recovery-image] Oct 01 02:25:32.449 INFO O| Oct 01 02:25:32.449 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78972024-10-01T02:25:34.230Z[ recovery-image] Oct 01 02:25:32.459 INFO O| Oct 01 02:25:32.459 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78982024-10-01T02:25:34.230Z[ recovery-image] Oct 01 02:25:32.459 INFO O| Oct 01 02:25:32.459 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78992024-10-01T02:25:34.232Z[ recovery-image] Oct 01 02:25:32.460 INFO O| Oct 01 02:25:32.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79002024-10-01T02:25:34.232Z[ recovery-image] Oct 01 02:25:32.460 INFO O| Oct 01 02:25:32.460 INFO ok!
79012024-10-01T02:25:34.232Z[ recovery-image] Oct 01 02:25:32.460 INFO O| Oct 01 02:25:32.460 INFO STEP 27 (ensure_file) COMPLETE
79022024-10-01T02:25:34.232Z[ recovery-image] Oct 01 02:25:32.460 INFO O| Oct 01 02:25:32.460 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79032024-10-01T02:25:34.240Z[ recovery-image] Oct 01 02:25:32.470 INFO O| Oct 01 02:25:32.470 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79042024-10-01T02:25:34.240Z[ recovery-image] Oct 01 02:25:32.470 INFO O| Oct 01 02:25:32.470 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79052024-10-01T02:25:34.243Z[ recovery-image] Oct 01 02:25:32.470 INFO O| Oct 01 02:25:32.470 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79062024-10-01T02:25:34.243Z[ recovery-image] Oct 01 02:25:32.470 INFO O| Oct 01 02:25:32.470 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79072024-10-01T02:25:34.243Z[ recovery-image] Oct 01 02:25:32.470 INFO O| Oct 01 02:25:32.470 INFO ok!
79082024-10-01T02:25:34.243Z[ recovery-image] Oct 01 02:25:32.470 INFO O| Oct 01 02:25:32.470 INFO STEP 28 (ensure_file) COMPLETE
79092024-10-01T02:25:34.243Z[ recovery-image] Oct 01 02:25:32.470 INFO O| Oct 01 02:25:32.470 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79102024-10-01T02:25:34.251Z[ recovery-image] Oct 01 02:25:32.480 INFO O| Oct 01 02:25:32.480 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79112024-10-01T02:25:34.251Z[ recovery-image] Oct 01 02:25:32.480 INFO O| Oct 01 02:25:32.480 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79122024-10-01T02:25:34.253Z[ recovery-image] Oct 01 02:25:32.480 INFO O| Oct 01 02:25:32.480 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79132024-10-01T02:25:34.253Z[ recovery-image] Oct 01 02:25:32.480 INFO O| Oct 01 02:25:32.480 INFO ok!
79142024-10-01T02:25:34.253Z[ recovery-image] Oct 01 02:25:32.480 INFO O| Oct 01 02:25:32.480 INFO STEP 29 (ensure_file) COMPLETE
79152024-10-01T02:25:34.253Z[ recovery-image] Oct 01 02:25:32.480 INFO O| Oct 01 02:25:32.480 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79162024-10-01T02:25:34.261Z[ recovery-image] Oct 01 02:25:32.491 INFO O| Oct 01 02:25:32.491 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79172024-10-01T02:25:34.261Z[ recovery-image] Oct 01 02:25:32.491 INFO O| Oct 01 02:25:32.491 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79182024-10-01T02:25:34.264Z[ recovery-image] Oct 01 02:25:32.491 INFO O| Oct 01 02:25:32.491 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79192024-10-01T02:25:34.264Z[ recovery-image] Oct 01 02:25:32.491 INFO O| Oct 01 02:25:32.491 INFO ok!
79202024-10-01T02:25:34.264Z[ recovery-image] Oct 01 02:25:32.491 INFO O| Oct 01 02:25:32.491 INFO STEP 30 (ensure_file) COMPLETE
79212024-10-01T02:25:34.264Z[ recovery-image] Oct 01 02:25:32.491 INFO O| Oct 01 02:25:32.491 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79222024-10-01T02:25:34.272Z[ recovery-image] Oct 01 02:25:32.501 INFO O| Oct 01 02:25:32.501 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79232024-10-01T02:25:34.272Z[ recovery-image] Oct 01 02:25:32.501 INFO O| Oct 01 02:25:32.501 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79242024-10-01T02:25:34.274Z[ recovery-image] Oct 01 02:25:32.501 INFO O| Oct 01 02:25:32.501 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79252024-10-01T02:25:34.274Z[ recovery-image] Oct 01 02:25:32.501 INFO O| Oct 01 02:25:32.501 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79262024-10-01T02:25:34.274Z[ recovery-image] Oct 01 02:25:32.501 INFO O| Oct 01 02:25:32.501 INFO ok!
79272024-10-01T02:25:34.274Z[ recovery-image] Oct 01 02:25:32.501 INFO O| Oct 01 02:25:32.501 INFO STEP 31 (ensure_file) COMPLETE
79282024-10-01T02:25:34.274Z[ recovery-image] Oct 01 02:25:32.501 INFO O| Oct 01 02:25:32.501 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79292024-10-01T02:25:34.282Z[ recovery-image] Oct 01 02:25:32.511 INFO O| Oct 01 02:25:32.511 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
79302024-10-01T02:25:34.282Z[ recovery-image] Oct 01 02:25:32.511 INFO O| Oct 01 02:25:32.511 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
79312024-10-01T02:25:34.284Z[ recovery-image] Oct 01 02:25:32.511 INFO O| Oct 01 02:25:32.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
79322024-10-01T02:25:34.284Z[ recovery-image] Oct 01 02:25:32.511 INFO O| Oct 01 02:25:32.511 INFO ok!
79332024-10-01T02:25:34.284Z[ recovery-image] Oct 01 02:25:32.511 INFO O| Oct 01 02:25:32.511 INFO STEP 32 (ensure_file) COMPLETE
79342024-10-01T02:25:34.284Z[ recovery-image] Oct 01 02:25:32.511 INFO O| Oct 01 02:25:32.511 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79352024-10-01T02:25:34.291Z[ recovery-image] Oct 01 02:25:32.521 INFO O| Oct 01 02:25:32.521 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
79362024-10-01T02:25:34.291Z[ recovery-image] Oct 01 02:25:32.521 INFO O| Oct 01 02:25:32.521 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
79372024-10-01T02:25:34.294Z[ recovery-image] Oct 01 02:25:32.521 INFO O| Oct 01 02:25:32.521 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79382024-10-01T02:25:34.294Z[ recovery-image] Oct 01 02:25:32.521 INFO O| Oct 01 02:25:32.521 INFO ok!
79392024-10-01T02:25:34.294Z[ recovery-image] Oct 01 02:25:32.521 INFO O| Oct 01 02:25:32.521 INFO STEP 33 (ensure_file) COMPLETE
79402024-10-01T02:25:34.294Z[ recovery-image] Oct 01 02:25:32.521 INFO O| Oct 01 02:25:32.521 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79412024-10-01T02:25:34.301Z[ recovery-image] Oct 01 02:25:32.531 INFO O| Oct 01 02:25:32.531 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79422024-10-01T02:25:34.301Z[ recovery-image] Oct 01 02:25:32.531 INFO O| Oct 01 02:25:32.531 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79432024-10-01T02:25:34.304Z[ recovery-image] Oct 01 02:25:32.531 INFO O| Oct 01 02:25:32.531 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79442024-10-01T02:25:34.304Z[ recovery-image] Oct 01 02:25:32.531 INFO O| Oct 01 02:25:32.531 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79452024-10-01T02:25:34.304Z[ recovery-image] Oct 01 02:25:32.531 INFO O| Oct 01 02:25:32.531 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79462024-10-01T02:25:34.304Z[ recovery-image] Oct 01 02:25:32.531 INFO O| Oct 01 02:25:32.531 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79472024-10-01T02:25:34.304Z[ recovery-image] Oct 01 02:25:32.531 INFO O| Oct 01 02:25:32.531 INFO ok!
79482024-10-01T02:25:34.304Z[ recovery-image] Oct 01 02:25:32.531 INFO O| Oct 01 02:25:32.531 INFO STEP 34 (ensure_file) COMPLETE
79492024-10-01T02:25:34.304Z[ recovery-image] Oct 01 02:25:32.531 INFO O| Oct 01 02:25:32.531 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79502024-10-01T02:25:34.311Z[ recovery-image] Oct 01 02:25:32.541 INFO O| Oct 01 02:25:32.541 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79512024-10-01T02:25:34.314Z[ recovery-image] Oct 01 02:25:32.541 INFO O| Oct 01 02:25:32.541 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79522024-10-01T02:25:34.314Z[ recovery-image] Oct 01 02:25:32.541 INFO O| Oct 01 02:25:32.541 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79532024-10-01T02:25:34.314Z[ recovery-image] Oct 01 02:25:32.541 INFO O| Oct 01 02:25:32.541 INFO STEP 35 (ensure_dir) COMPLETE
79542024-10-01T02:25:34.314Z[ recovery-image] Oct 01 02:25:32.541 INFO O| Oct 01 02:25:32.541 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79552024-10-01T02:25:34.322Z[ recovery-image] Oct 01 02:25:32.551 INFO O| Oct 01 02:25:32.551 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
79562024-10-01T02:25:34.322Z[ recovery-image] Oct 01 02:25:32.551 INFO O| Oct 01 02:25:32.551 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 ...
79572024-10-01T02:25:34.324Z[ recovery-image] Oct 01 02:25:32.552 INFO O| Oct 01 02:25:32.551 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
79582024-10-01T02:25:34.324Z[ recovery-image] Oct 01 02:25:32.552 INFO O| Oct 01 02:25:32.552 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
79592024-10-01T02:25:34.324Z[ recovery-image] Oct 01 02:25:32.552 INFO O| Oct 01 02:25:32.552 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
79602024-10-01T02:25:34.324Z[ recovery-image] Oct 01 02:25:32.552 INFO O| Oct 01 02:25:32.552 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
79612024-10-01T02:25:34.324Z[ recovery-image] Oct 01 02:25:32.552 INFO O| Oct 01 02:25:32.552 INFO ok!
79622024-10-01T02:25:34.324Z[ recovery-image] Oct 01 02:25:32.552 INFO O| Oct 01 02:25:32.552 INFO STEP 36 (ensure_file) COMPLETE
79632024-10-01T02:25:34.324Z[ recovery-image] Oct 01 02:25:32.552 INFO O| Oct 01 02:25:32.552 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79642024-10-01T02:25:34.332Z[ recovery-image] Oct 01 02:25:32.561 INFO O| Oct 01 02:25:32.561 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
79652024-10-01T02:25:34.334Z[ recovery-image] Oct 01 02:25:32.561 INFO O| Oct 01 02:25:32.561 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 ...
79662024-10-01T02:25:34.334Z[ recovery-image] Oct 01 02:25:32.561 INFO O| Oct 01 02:25:32.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
79672024-10-01T02:25:34.334Z[ recovery-image] Oct 01 02:25:32.561 INFO O| Oct 01 02:25:32.561 INFO ok!
79682024-10-01T02:25:34.334Z[ recovery-image] Oct 01 02:25:32.561 INFO O| Oct 01 02:25:32.561 INFO STEP 37 (ensure_symlink) COMPLETE
79692024-10-01T02:25:34.334Z[ recovery-image] Oct 01 02:25:32.561 INFO O| Oct 01 02:25:32.561 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79702024-10-01T02:25:34.342Z[ recovery-image] Oct 01 02:25:32.571 INFO O| Oct 01 02:25:32.571 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79712024-10-01T02:25:34.342Z[ recovery-image] Oct 01 02:25:32.571 INFO O| Oct 01 02:25:32.571 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79722024-10-01T02:25:34.344Z[ recovery-image] Oct 01 02:25:32.571 INFO O| Oct 01 02:25:32.571 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79732024-10-01T02:25:34.344Z[ recovery-image] Oct 01 02:25:32.571 INFO O| Oct 01 02:25:32.571 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79742024-10-01T02:25:34.344Z[ recovery-image] Oct 01 02:25:32.571 INFO O| Oct 01 02:25:32.571 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79752024-10-01T02:25:34.344Z[ recovery-image] Oct 01 02:25:32.571 INFO O| Oct 01 02:25:32.571 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79762024-10-01T02:25:34.344Z[ recovery-image] Oct 01 02:25:32.571 INFO O| Oct 01 02:25:32.571 INFO ok!
79772024-10-01T02:25:34.344Z[ recovery-image] Oct 01 02:25:32.571 INFO O| Oct 01 02:25:32.571 INFO STEP 38 (ensure_file) COMPLETE
79782024-10-01T02:25:34.344Z[ recovery-image] Oct 01 02:25:32.571 INFO O| Oct 01 02:25:32.571 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79792024-10-01T02:25:34.352Z[ recovery-image] Oct 01 02:25:32.581 INFO O| Oct 01 02:25:32.581 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79802024-10-01T02:25:34.352Z[ recovery-image] Oct 01 02:25:32.581 INFO O| Oct 01 02:25:32.581 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 ...
79812024-10-01T02:25:34.354Z[ recovery-image] Oct 01 02:25:32.581 INFO O| Oct 01 02:25:32.581 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
79822024-10-01T02:25:34.354Z[ recovery-image] Oct 01 02:25:32.581 INFO O| Oct 01 02:25:32.581 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79832024-10-01T02:25:34.354Z[ recovery-image] Oct 01 02:25:32.581 INFO O| Oct 01 02:25:32.581 INFO ok!
79842024-10-01T02:25:34.354Z[ recovery-image] Oct 01 02:25:32.581 INFO O| Oct 01 02:25:32.581 INFO STEP 39 (ensure_file) COMPLETE
79852024-10-01T02:25:34.354Z[ recovery-image] Oct 01 02:25:32.581 INFO O| Oct 01 02:25:32.581 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79862024-10-01T02:25:34.365Z[ recovery-image] Oct 01 02:25:32.594 INFO O| Oct 01 02:25:32.594 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79872024-10-01T02:25:34.365Z[ recovery-image] Oct 01 02:25:32.595 INFO O| Oct 01 02:25:32.594 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79882024-10-01T02:25:34.367Z[ recovery-image] Oct 01 02:25:32.595 INFO O| Oct 01 02:25:32.595 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79892024-10-01T02:25:34.367Z[ recovery-image] Oct 01 02:25:32.595 INFO O| Oct 01 02:25:32.595 INFO ok!
79902024-10-01T02:25:34.367Z[ recovery-image] Oct 01 02:25:32.595 INFO O| Oct 01 02:25:32.595 INFO STEP 40 (ensure_file) COMPLETE
79912024-10-01T02:25:34.367Z[ recovery-image] Oct 01 02:25:32.595 INFO O| Oct 01 02:25:32.595 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79922024-10-01T02:25:34.376Z[ recovery-image] Oct 01 02:25:32.606 INFO O| Oct 01 02:25:32.606 INFO updating shadow file
79932024-10-01T02:25:34.379Z[ recovery-image] Oct 01 02:25:32.606 INFO O| Oct 01 02:25:32.606 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79942024-10-01T02:25:34.379Z[ recovery-image] Oct 01 02:25:32.606 INFO O| Oct 01 02:25:32.606 INFO STEP 41 (shadow) COMPLETE
79952024-10-01T02:25:34.379Z[ recovery-image] Oct 01 02:25:32.606 INFO O| Oct 01 02:25:32.606 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79962024-10-01T02:25:34.387Z[ recovery-image] Oct 01 02:25:32.616 INFO O| Oct 01 02:25:32.616 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79972024-10-01T02:25:34.387Z[ recovery-image] Oct 01 02:25:32.616 INFO O| Oct 01 02:25:32.616 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79982024-10-01T02:25:34.389Z[ recovery-image] Oct 01 02:25:32.616 INFO O| Oct 01 02:25:32.616 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79992024-10-01T02:25:34.389Z[ recovery-image] Oct 01 02:25:32.616 INFO O| Oct 01 02:25:32.616 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80002024-10-01T02:25:34.389Z[ recovery-image] Oct 01 02:25:32.616 INFO O| Oct 01 02:25:32.616 INFO ok!
80012024-10-01T02:25:34.389Z[ recovery-image] Oct 01 02:25:32.616 INFO O| Oct 01 02:25:32.616 INFO STEP 42 (ensure_file) COMPLETE
80022024-10-01T02:25:34.389Z[ recovery-image] Oct 01 02:25:32.616 INFO O| Oct 01 02:25:32.616 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80032024-10-01T02:25:34.396Z[ recovery-image] Oct 01 02:25:32.626 INFO O| Oct 01 02:25:32.626 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80042024-10-01T02:25:34.396Z[ recovery-image] Oct 01 02:25:32.626 INFO O| Oct 01 02:25:32.626 INFO STEP 43 (ensure_dir) COMPLETE
80052024-10-01T02:25:34.396Z[ recovery-image] Oct 01 02:25:32.626 INFO O| Oct 01 02:25:32.626 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80062024-10-01T02:25:34.406Z[ recovery-image] Oct 01 02:25:32.636 INFO O| Oct 01 02:25:32.636 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80072024-10-01T02:25:34.408Z[ recovery-image] Oct 01 02:25:32.636 INFO O| Oct 01 02:25:32.636 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80082024-10-01T02:25:34.408Z[ recovery-image] Oct 01 02:25:32.636 INFO O| Oct 01 02:25:32.636 INFO STEP 44 (ensure_dir) COMPLETE
80092024-10-01T02:25:34.408Z[ recovery-image] Oct 01 02:25:32.636 INFO O| Oct 01 02:25:32.636 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80102024-10-01T02:25:34.416Z[ recovery-image] Oct 01 02:25:32.645 INFO O| Oct 01 02:25:32.645 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80112024-10-01T02:25:34.416Z[ recovery-image] Oct 01 02:25:32.646 INFO O| Oct 01 02:25:32.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80122024-10-01T02:25:34.420Z[ recovery-image] Oct 01 02:25:32.646 INFO O| Oct 01 02:25:32.646 INFO STEP 45 (ensure_dir) COMPLETE
80132024-10-01T02:25:34.420Z[ recovery-image] Oct 01 02:25:32.646 INFO O| Oct 01 02:25:32.646 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80142024-10-01T02:25:34.427Z[ recovery-image] Oct 01 02:25:32.656 INFO O| Oct 01 02:25:32.656 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80152024-10-01T02:25:34.427Z[ recovery-image] Oct 01 02:25:32.656 INFO O| Oct 01 02:25:32.656 INFO copying /tmp/.tmpjrqM94/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80162024-10-01T02:25:34.456Z[ recovery-image] Oct 01 02:25:32.686 INFO O| Oct 01 02:25:32.686 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80172024-10-01T02:25:34.457Z[ recovery-image] Oct 01 02:25:32.686 INFO O| Oct 01 02:25:32.686 INFO ok!
80182024-10-01T02:25:34.459Z[ recovery-image] Oct 01 02:25:32.686 INFO O| Oct 01 02:25:32.686 INFO STEP 46 (ensure_file) COMPLETE
80192024-10-01T02:25:34.459Z[ recovery-image] Oct 01 02:25:32.686 INFO O| Oct 01 02:25:32.686 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80202024-10-01T02:25:34.468Z[ recovery-image] Oct 01 02:25:32.697 INFO O| Oct 01 02:25:32.697 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80212024-10-01T02:25:34.468Z[ recovery-image] Oct 01 02:25:32.697 INFO O| Oct 01 02:25:32.697 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80222024-10-01T02:25:34.468Z[ recovery-image] Oct 01 02:25:32.697 INFO O| Oct 01 02:25:32.697 INFO STEP 47 (ensure_dir) COMPLETE
80232024-10-01T02:25:34.470Z[ recovery-image] Oct 01 02:25:32.697 INFO O| Oct 01 02:25:32.697 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80242024-10-01T02:25:34.478Z[ recovery-image] Oct 01 02:25:32.707 INFO O| Oct 01 02:25:32.707 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80252024-10-01T02:25:34.478Z[ recovery-image] Oct 01 02:25:32.707 INFO O| Oct 01 02:25:32.707 INFO copying /tmp/.tmpjrqM94/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80262024-10-01T02:25:34.481Z[ recovery-image] Oct 01 02:25:32.707 INFO O| Oct 01 02:25:32.707 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
80272024-10-01T02:25:34.481Z[ recovery-image] Oct 01 02:25:32.708 INFO O| Oct 01 02:25:32.707 INFO ok!
80282024-10-01T02:25:34.481Z[ recovery-image] Oct 01 02:25:32.708 INFO O| Oct 01 02:25:32.708 INFO STEP 48 (ensure_file) COMPLETE
80292024-10-01T02:25:34.481Z[ recovery-image] Oct 01 02:25:32.708 INFO O| Oct 01 02:25:32.708 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80302024-10-01T02:25:34.488Z[ recovery-image] Oct 01 02:25:32.718 INFO O| Oct 01 02:25:32.718 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80312024-10-01T02:25:34.488Z[ recovery-image] Oct 01 02:25:32.718 INFO O| Oct 01 02:25:32.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80322024-10-01T02:25:34.488Z[ recovery-image] Oct 01 02:25:32.718 INFO O| Oct 01 02:25:32.718 INFO STEP 49 (ensure_dir) COMPLETE
80332024-10-01T02:25:34.491Z[ recovery-image] Oct 01 02:25:32.718 INFO O| Oct 01 02:25:32.718 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80342024-10-01T02:25:34.498Z[ recovery-image] Oct 01 02:25:32.728 INFO O| Oct 01 02:25:32.728 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
80352024-10-01T02:25:34.501Z[ recovery-image] Oct 01 02:25:32.728 INFO O| Oct 01 02:25:32.728 INFO copying /tmp/.tmpjrqM94/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
80362024-10-01T02:25:34.512Z[ recovery-image] Oct 01 02:25:32.741 INFO O| Oct 01 02:25:32.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
80372024-10-01T02:25:34.512Z[ recovery-image] Oct 01 02:25:32.742 INFO O| Oct 01 02:25:32.741 INFO ok!
80382024-10-01T02:25:34.514Z[ recovery-image] Oct 01 02:25:32.742 INFO O| Oct 01 02:25:32.741 INFO STEP 50 (ensure_file) COMPLETE
80392024-10-01T02:25:34.514Z[ recovery-image] Oct 01 02:25:32.742 INFO O| Oct 01 02:25:32.741 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80402024-10-01T02:25:34.525Z[ recovery-image] Oct 01 02:25:32.754 INFO O| Oct 01 02:25:32.754 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80412024-10-01T02:25:34.525Z[ recovery-image] Oct 01 02:25:32.754 INFO O| Oct 01 02:25:32.754 INFO copying /tmp/.tmpjrqM94/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80422024-10-01T02:25:35.020Z[ recovery-image] Oct 01 02:25:33.249 INFO O| Oct 01 02:25:33.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80432024-10-01T02:25:35.021Z[ recovery-image] Oct 01 02:25:33.249 INFO O| Oct 01 02:25:33.249 INFO ok!
80442024-10-01T02:25:35.023Z[ recovery-image] Oct 01 02:25:33.249 INFO O| Oct 01 02:25:33.249 INFO STEP 51 (ensure_file) COMPLETE
80452024-10-01T02:25:35.023Z[ recovery-image] Oct 01 02:25:33.249 INFO O| Oct 01 02:25:33.249 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80462024-10-01T02:25:35.032Z[ recovery-image] Oct 01 02:25:33.262 INFO O| Oct 01 02:25:33.262 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80472024-10-01T02:25:35.032Z[ recovery-image] Oct 01 02:25:33.262 INFO O| Oct 01 02:25:33.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80482024-10-01T02:25:35.036Z[ recovery-image] Oct 01 02:25:33.262 INFO O| Oct 01 02:25:33.262 INFO STEP 52 (ensure_dir) COMPLETE
80492024-10-01T02:25:35.036Z[ recovery-image] Oct 01 02:25:33.262 INFO O| Oct 01 02:25:33.262 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80502024-10-01T02:25:35.043Z[ recovery-image] Oct 01 02:25:33.272 INFO O| Oct 01 02:25:33.272 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
80512024-10-01T02:25:35.043Z[ recovery-image] Oct 01 02:25:33.272 INFO O| Oct 01 02:25:33.272 INFO copying /tmp/.tmpjrqM94/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 ...
80522024-10-01T02:25:35.046Z[ recovery-image] Oct 01 02:25:33.272 INFO O| Oct 01 02:25:33.272 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
80532024-10-01T02:25:35.046Z[ recovery-image] Oct 01 02:25:33.272 INFO O| Oct 01 02:25:33.272 INFO ok!
80542024-10-01T02:25:35.046Z[ recovery-image] Oct 01 02:25:33.272 INFO O| Oct 01 02:25:33.272 INFO STEP 53 (ensure_file) COMPLETE
80552024-10-01T02:25:35.046Z[ recovery-image] Oct 01 02:25:33.272 INFO O| Oct 01 02:25:33.272 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80562024-10-01T02:25:35.053Z[ recovery-image] Oct 01 02:25:33.282 INFO O| Oct 01 02:25:33.282 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
80572024-10-01T02:25:35.053Z[ recovery-image] Oct 01 02:25:33.282 INFO O| Oct 01 02:25:33.282 INFO copying /tmp/.tmpjrqM94/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 ...
80582024-10-01T02:25:35.055Z[ recovery-image] Oct 01 02:25:33.283 INFO O| Oct 01 02:25:33.282 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
80592024-10-01T02:25:35.055Z[ recovery-image] Oct 01 02:25:33.283 INFO O| Oct 01 02:25:33.283 INFO ok!
80602024-10-01T02:25:35.055Z[ recovery-image] Oct 01 02:25:33.283 INFO O| Oct 01 02:25:33.283 INFO STEP 54 (ensure_file) COMPLETE
80612024-10-01T02:25:35.055Z[ recovery-image] Oct 01 02:25:33.283 INFO O| Oct 01 02:25:33.283 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80622024-10-01T02:25:35.063Z[ recovery-image] Oct 01 02:25:33.293 INFO O| Oct 01 02:25:33.293 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80632024-10-01T02:25:35.066Z[ recovery-image] Oct 01 02:25:33.293 INFO O| Oct 01 02:25:33.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80642024-10-01T02:25:35.066Z[ recovery-image] Oct 01 02:25:33.293 INFO O| Oct 01 02:25:33.293 INFO STEP 55 (ensure_dir) COMPLETE
80652024-10-01T02:25:35.066Z[ recovery-image] Oct 01 02:25:33.293 INFO O| Oct 01 02:25:33.293 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80662024-10-01T02:25:35.073Z[ recovery-image] Oct 01 02:25:33.303 INFO O| Oct 01 02:25:33.303 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80672024-10-01T02:25:35.075Z[ recovery-image] Oct 01 02:25:33.303 INFO O| Oct 01 02:25:33.303 INFO copying /tmp/.tmpjrqM94/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 ...
80682024-10-01T02:25:35.075Z[ recovery-image] Oct 01 02:25:33.303 INFO O| Oct 01 02:25:33.303 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80692024-10-01T02:25:35.075Z[ recovery-image] Oct 01 02:25:33.303 INFO O| Oct 01 02:25:33.303 INFO ok!
80702024-10-01T02:25:35.075Z[ recovery-image] Oct 01 02:25:33.303 INFO O| Oct 01 02:25:33.303 INFO STEP 56 (ensure_file) COMPLETE
80712024-10-01T02:25:35.076Z[ recovery-image] Oct 01 02:25:33.303 INFO O| Oct 01 02:25:33.303 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80722024-10-01T02:25:35.083Z[ recovery-image] Oct 01 02:25:33.312 INFO O| Oct 01 02:25:33.312 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80732024-10-01T02:25:35.085Z[ recovery-image] Oct 01 02:25:33.312 INFO O| Oct 01 02:25:33.312 INFO copying /tmp/.tmpjrqM94/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 ...
80742024-10-01T02:25:35.085Z[ recovery-image] Oct 01 02:25:33.313 INFO O| Oct 01 02:25:33.312 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
80752024-10-01T02:25:35.085Z[ recovery-image] Oct 01 02:25:33.313 INFO O| Oct 01 02:25:33.313 INFO ok!
80762024-10-01T02:25:35.085Z[ recovery-image] Oct 01 02:25:33.313 INFO O| Oct 01 02:25:33.313 INFO STEP 57 (ensure_file) COMPLETE
80772024-10-01T02:25:35.085Z[ recovery-image] Oct 01 02:25:33.313 INFO O| Oct 01 02:25:33.313 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80782024-10-01T02:25:35.093Z[ recovery-image] Oct 01 02:25:33.322 INFO O| Oct 01 02:25:33.322 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80792024-10-01T02:25:35.093Z[ recovery-image] Oct 01 02:25:33.322 INFO O| Oct 01 02:25:33.322 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80802024-10-01T02:25:35.095Z[ recovery-image] Oct 01 02:25:33.322 INFO O| Oct 01 02:25:33.322 INFO STEP 58 (ensure_dir) COMPLETE
80812024-10-01T02:25:35.095Z[ recovery-image] Oct 01 02:25:33.322 INFO O| Oct 01 02:25:33.322 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80822024-10-01T02:25:35.103Z[ recovery-image] Oct 01 02:25:33.332 INFO O| Oct 01 02:25:33.332 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80832024-10-01T02:25:35.103Z[ recovery-image] Oct 01 02:25:33.332 INFO O| Oct 01 02:25:33.332 INFO copying /tmp/.tmpjrqM94/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 ...
80842024-10-01T02:25:35.105Z[ recovery-image] Oct 01 02:25:33.332 INFO O| Oct 01 02:25:33.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80852024-10-01T02:25:35.105Z[ recovery-image] Oct 01 02:25:33.332 INFO O| Oct 01 02:25:33.332 INFO ok!
80862024-10-01T02:25:35.105Z[ recovery-image] Oct 01 02:25:33.332 INFO O| Oct 01 02:25:33.332 INFO STEP 59 (ensure_file) COMPLETE
80872024-10-01T02:25:35.105Z[ recovery-image] Oct 01 02:25:33.332 INFO O| Oct 01 02:25:33.332 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80882024-10-01T02:25:35.113Z[ recovery-image] Oct 01 02:25:33.342 INFO O| Oct 01 02:25:33.342 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80892024-10-01T02:25:35.116Z[ recovery-image] Oct 01 02:25:33.343 INFO O| Oct 01 02:25:33.342 INFO copying /tmp/.tmpjrqM94/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80902024-10-01T02:25:35.116Z[ recovery-image] Oct 01 02:25:33.343 INFO O| Oct 01 02:25:33.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80912024-10-01T02:25:35.116Z[ recovery-image] Oct 01 02:25:33.343 INFO O| Oct 01 02:25:33.343 INFO ok!
80922024-10-01T02:25:35.116Z[ recovery-image] Oct 01 02:25:33.343 INFO O| Oct 01 02:25:33.343 INFO STEP 60 (ensure_file) COMPLETE
80932024-10-01T02:25:35.116Z[ recovery-image] Oct 01 02:25:33.343 INFO O| Oct 01 02:25:33.343 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80942024-10-01T02:25:35.125Z[ recovery-image] Oct 01 02:25:33.355 INFO O| Oct 01 02:25:33.355 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80952024-10-01T02:25:35.125Z[ recovery-image] Oct 01 02:25:33.355 INFO O| Oct 01 02:25:33.355 INFO STEP 61 (ensure_dir) COMPLETE
80962024-10-01T02:25:35.128Z[ recovery-image] Oct 01 02:25:33.355 INFO O| Oct 01 02:25:33.355 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80972024-10-01T02:25:35.136Z[ recovery-image] Oct 01 02:25:33.365 INFO O| Oct 01 02:25:33.365 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80982024-10-01T02:25:35.136Z[ recovery-image] Oct 01 02:25:33.365 INFO O| Oct 01 02:25:33.365 INFO STEP 62 (ensure_dir) COMPLETE
80992024-10-01T02:25:35.138Z[ recovery-image] Oct 01 02:25:33.365 INFO O| Oct 01 02:25:33.365 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81002024-10-01T02:25:35.146Z[ recovery-image] Oct 01 02:25:33.376 INFO O| Oct 01 02:25:33.376 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81012024-10-01T02:25:35.146Z[ recovery-image] Oct 01 02:25:33.376 INFO O| Oct 01 02:25:33.376 INFO STEP 63 (ensure_dir) COMPLETE
81022024-10-01T02:25:35.148Z[ recovery-image] Oct 01 02:25:33.376 INFO O| Oct 01 02:25:33.376 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81032024-10-01T02:25:35.156Z[ recovery-image] Oct 01 02:25:33.386 INFO O| Oct 01 02:25:33.386 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81042024-10-01T02:25:35.156Z[ recovery-image] Oct 01 02:25:33.386 INFO O| Oct 01 02:25:33.386 INFO STEP 64 (ensure_dir) COMPLETE
81052024-10-01T02:25:35.160Z[ recovery-image] Oct 01 02:25:33.386 INFO O| Oct 01 02:25:33.386 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81062024-10-01T02:25:35.166Z[ recovery-image] Oct 01 02:25:33.395 INFO O| Oct 01 02:25:33.395 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81072024-10-01T02:25:35.166Z[ recovery-image] Oct 01 02:25:33.395 INFO O| Oct 01 02:25:33.395 INFO copying /tmp/.tmpjrqM94/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81082024-10-01T02:25:35.168Z[ recovery-image] Oct 01 02:25:33.396 INFO O| Oct 01 02:25:33.395 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81092024-10-01T02:25:35.168Z[ recovery-image] Oct 01 02:25:33.396 INFO O| Oct 01 02:25:33.396 INFO ok!
81102024-10-01T02:25:35.168Z[ recovery-image] Oct 01 02:25:33.396 INFO O| Oct 01 02:25:33.396 INFO STEP 65 (ensure_file) COMPLETE
81112024-10-01T02:25:35.168Z[ recovery-image] Oct 01 02:25:33.396 INFO O| Oct 01 02:25:33.396 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81122024-10-01T02:25:35.176Z[ recovery-image] Oct 01 02:25:33.405 INFO O| Oct 01 02:25:33.405 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81132024-10-01T02:25:35.178Z[ recovery-image] Oct 01 02:25:33.405 INFO O| Oct 01 02:25:33.405 INFO STEP 66 (remove_files) COMPLETE
81142024-10-01T02:25:35.178Z[ recovery-image] Oct 01 02:25:33.405 INFO O| Oct 01 02:25:33.405 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81152024-10-01T02:25:35.186Z[ recovery-image] Oct 01 02:25:33.415 INFO O| Oct 01 02:25:33.415 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81162024-10-01T02:25:35.188Z[ recovery-image] Oct 01 02:25:33.415 INFO O| Oct 01 02:25:33.415 INFO STEP 67 (remove_files) COMPLETE
81172024-10-01T02:25:35.188Z[ recovery-image] Oct 01 02:25:33.415 INFO O| Oct 01 02:25:33.415 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81182024-10-01T02:25:35.195Z[ recovery-image] Oct 01 02:25:33.425 INFO O| Oct 01 02:25:33.425 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
81192024-10-01T02:25:35.198Z[ recovery-image] Oct 01 02:25:33.425 INFO O| Oct 01 02:25:33.425 INFO STEP 68 (remove_files) COMPLETE
81202024-10-01T02:25:35.198Z[ recovery-image] Oct 01 02:25:33.425 INFO O| Oct 01 02:25:33.425 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81212024-10-01T02:25:35.205Z[ recovery-image] Oct 01 02:25:33.435 INFO O| Oct 01 02:25:33.435 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
81222024-10-01T02:25:35.207Z[ recovery-image] Oct 01 02:25:33.435 INFO O| Oct 01 02:25:33.435 INFO STEP 69 (remove_files) COMPLETE
81232024-10-01T02:25:35.207Z[ recovery-image] Oct 01 02:25:33.435 INFO O| Oct 01 02:25:33.435 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81242024-10-01T02:25:35.215Z[ recovery-image] Oct 01 02:25:33.444 INFO O| Oct 01 02:25:33.444 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
81252024-10-01T02:25:35.217Z[ recovery-image] Oct 01 02:25:33.445 INFO O| Oct 01 02:25:33.445 INFO STEP 70 (remove_files) COMPLETE
81262024-10-01T02:25:35.217Z[ recovery-image] Oct 01 02:25:33.445 INFO O| Oct 01 02:25:33.445 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81272024-10-01T02:25:35.225Z[ recovery-image] Oct 01 02:25:33.454 INFO O| Oct 01 02:25:33.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
81282024-10-01T02:25:35.227Z[ recovery-image] Oct 01 02:25:33.454 INFO O| Oct 01 02:25:33.454 INFO STEP 71 (remove_files) COMPLETE
81292024-10-01T02:25:35.227Z[ recovery-image] Oct 01 02:25:33.454 INFO O| Oct 01 02:25:33.454 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81302024-10-01T02:25:35.234Z[ recovery-image] Oct 01 02:25:33.464 INFO O| Oct 01 02:25:33.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
81312024-10-01T02:25:35.234Z[ recovery-image] Oct 01 02:25:33.464 INFO O| Oct 01 02:25:33.464 INFO STEP 72 (remove_files) COMPLETE
81322024-10-01T02:25:35.237Z[ recovery-image] Oct 01 02:25:33.464 INFO O| Oct 01 02:25:33.464 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81332024-10-01T02:25:35.244Z[ recovery-image] Oct 01 02:25:33.474 INFO O| Oct 01 02:25:33.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
81342024-10-01T02:25:35.244Z[ recovery-image] Oct 01 02:25:33.474 INFO O| Oct 01 02:25:33.474 INFO STEP 73 (remove_files) COMPLETE
81352024-10-01T02:25:35.247Z[ recovery-image] Oct 01 02:25:33.474 INFO O| Oct 01 02:25:33.474 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81362024-10-01T02:25:35.254Z[ recovery-image] Oct 01 02:25:33.483 INFO O| Oct 01 02:25:33.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
81372024-10-01T02:25:35.256Z[ recovery-image] Oct 01 02:25:33.483 INFO O| Oct 01 02:25:33.483 INFO STEP 74 (remove_files) COMPLETE
81382024-10-01T02:25:35.256Z[ recovery-image] Oct 01 02:25:33.483 INFO O| Oct 01 02:25:33.483 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81392024-10-01T02:25:35.264Z[ recovery-image] Oct 01 02:25:33.493 INFO O| Oct 01 02:25:33.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81402024-10-01T02:25:35.264Z[ recovery-image] Oct 01 02:25:33.493 INFO O| Oct 01 02:25:33.493 INFO STEP 75 (remove_files) COMPLETE
81412024-10-01T02:25:35.264Z[ recovery-image] Oct 01 02:25:33.493 INFO O| Oct 01 02:25:33.493 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81422024-10-01T02:25:35.273Z[ recovery-image] Oct 01 02:25:33.503 INFO O| Oct 01 02:25:33.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81432024-10-01T02:25:35.273Z[ recovery-image] Oct 01 02:25:33.503 INFO O| Oct 01 02:25:33.503 INFO STEP 76 (remove_files) COMPLETE
81442024-10-01T02:25:35.276Z[ recovery-image] Oct 01 02:25:33.503 INFO O| Oct 01 02:25:33.503 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81452024-10-01T02:25:35.283Z[ recovery-image] Oct 01 02:25:33.512 INFO O| Oct 01 02:25:33.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81462024-10-01T02:25:35.283Z[ recovery-image] Oct 01 02:25:33.513 INFO O| Oct 01 02:25:33.512 INFO STEP 77 (remove_files) COMPLETE
81472024-10-01T02:25:35.286Z[ recovery-image] Oct 01 02:25:33.513 INFO O| Oct 01 02:25:33.513 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81482024-10-01T02:25:35.293Z[ recovery-image] Oct 01 02:25:33.522 INFO O| Oct 01 02:25:33.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
81492024-10-01T02:25:35.293Z[ recovery-image] Oct 01 02:25:33.522 INFO O| Oct 01 02:25:33.522 INFO STEP 78 (remove_files) COMPLETE
81502024-10-01T02:25:35.293Z[ recovery-image] Oct 01 02:25:33.522 INFO O| Oct 01 02:25:33.522 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81512024-10-01T02:25:35.302Z[ recovery-image] Oct 01 02:25:33.532 INFO O| Oct 01 02:25:33.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
81522024-10-01T02:25:35.305Z[ recovery-image] Oct 01 02:25:33.532 INFO O| Oct 01 02:25:33.532 INFO STEP 79 (remove_files) COMPLETE
81532024-10-01T02:25:35.305Z[ recovery-image] Oct 01 02:25:33.532 INFO O| Oct 01 02:25:33.532 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81542024-10-01T02:25:35.312Z[ recovery-image] Oct 01 02:25:33.541 INFO O| Oct 01 02:25:33.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
81552024-10-01T02:25:35.314Z[ recovery-image] Oct 01 02:25:33.541 INFO O| Oct 01 02:25:33.541 INFO STEP 80 (remove_files) COMPLETE
81562024-10-01T02:25:35.314Z[ recovery-image] Oct 01 02:25:33.541 INFO O| Oct 01 02:25:33.541 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81572024-10-01T02:25:35.321Z[ recovery-image] Oct 01 02:25:33.551 INFO O| Oct 01 02:25:33.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
81582024-10-01T02:25:35.321Z[ recovery-image] Oct 01 02:25:33.551 INFO O| Oct 01 02:25:33.551 INFO STEP 81 (remove_files) COMPLETE
81592024-10-01T02:25:35.325Z[ recovery-image] Oct 01 02:25:33.551 INFO O| Oct 01 02:25:33.551 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81602024-10-01T02:25:35.331Z[ recovery-image] Oct 01 02:25:33.561 INFO O| Oct 01 02:25:33.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
81612024-10-01T02:25:35.334Z[ recovery-image] Oct 01 02:25:33.561 INFO O| Oct 01 02:25:33.561 INFO STEP 82 (remove_files) COMPLETE
81622024-10-01T02:25:35.334Z[ recovery-image] Oct 01 02:25:33.561 INFO O| Oct 01 02:25:33.561 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81632024-10-01T02:25:35.341Z[ recovery-image] Oct 01 02:25:33.570 INFO O| Oct 01 02:25:33.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
81642024-10-01T02:25:35.341Z[ recovery-image] Oct 01 02:25:33.571 INFO O| Oct 01 02:25:33.570 INFO STEP 83 (remove_files) COMPLETE
81652024-10-01T02:25:35.341Z[ recovery-image] Oct 01 02:25:33.571 INFO O| Oct 01 02:25:33.570 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81662024-10-01T02:25:35.350Z[ recovery-image] Oct 01 02:25:33.580 INFO O| Oct 01 02:25:33.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81672024-10-01T02:25:35.350Z[ recovery-image] Oct 01 02:25:33.580 INFO O| Oct 01 02:25:33.580 INFO STEP 84 (remove_files) COMPLETE
81682024-10-01T02:25:35.350Z[ recovery-image] Oct 01 02:25:33.580 INFO O| Oct 01 02:25:33.580 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81692024-10-01T02:25:35.360Z[ recovery-image] Oct 01 02:25:33.589 INFO O| Oct 01 02:25:33.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81702024-10-01T02:25:35.360Z[ recovery-image] Oct 01 02:25:33.589 INFO O| Oct 01 02:25:33.589 INFO STEP 85 (remove_files) COMPLETE
81712024-10-01T02:25:35.360Z[ recovery-image] Oct 01 02:25:33.589 INFO O| Oct 01 02:25:33.589 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81722024-10-01T02:25:35.369Z[ recovery-image] Oct 01 02:25:33.599 INFO O| Oct 01 02:25:33.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81732024-10-01T02:25:35.369Z[ recovery-image] Oct 01 02:25:33.599 INFO O| Oct 01 02:25:33.599 INFO STEP 86 (remove_files) COMPLETE
81742024-10-01T02:25:35.372Z[ recovery-image] Oct 01 02:25:33.599 INFO O| Oct 01 02:25:33.599 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81752024-10-01T02:25:35.379Z[ recovery-image] Oct 01 02:25:33.608 INFO O| Oct 01 02:25:33.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81762024-10-01T02:25:35.379Z[ recovery-image] Oct 01 02:25:33.609 INFO O| Oct 01 02:25:33.609 INFO STEP 87 (remove_files) COMPLETE
81772024-10-01T02:25:35.382Z[ recovery-image] Oct 01 02:25:33.609 INFO O| Oct 01 02:25:33.609 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81782024-10-01T02:25:35.389Z[ recovery-image] Oct 01 02:25:33.618 INFO O| Oct 01 02:25:33.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81792024-10-01T02:25:35.389Z[ recovery-image] Oct 01 02:25:33.618 INFO O| Oct 01 02:25:33.618 INFO STEP 88 (remove_files) COMPLETE
81802024-10-01T02:25:35.389Z[ recovery-image] Oct 01 02:25:33.618 INFO O| Oct 01 02:25:33.618 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81812024-10-01T02:25:35.400Z[ recovery-image] Oct 01 02:25:33.628 INFO O| Oct 01 02:25:33.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81822024-10-01T02:25:35.400Z[ recovery-image] Oct 01 02:25:33.628 INFO O| Oct 01 02:25:33.628 INFO STEP 89 (remove_files) COMPLETE
81832024-10-01T02:25:35.400Z[ recovery-image] Oct 01 02:25:33.628 INFO O| Oct 01 02:25:33.628 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81842024-10-01T02:25:35.408Z[ recovery-image] Oct 01 02:25:33.637 INFO O| Oct 01 02:25:33.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81852024-10-01T02:25:35.408Z[ recovery-image] Oct 01 02:25:33.637 INFO O| Oct 01 02:25:33.637 INFO STEP 90 (remove_files) COMPLETE
81862024-10-01T02:25:35.408Z[ recovery-image] Oct 01 02:25:33.637 INFO O| Oct 01 02:25:33.637 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81872024-10-01T02:25:35.418Z[ recovery-image] Oct 01 02:25:33.647 INFO O| Oct 01 02:25:33.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81882024-10-01T02:25:35.420Z[ recovery-image] Oct 01 02:25:33.647 INFO O| Oct 01 02:25:33.647 INFO STEP 91 (remove_files) COMPLETE
81892024-10-01T02:25:35.420Z[ recovery-image] Oct 01 02:25:33.647 INFO O| Oct 01 02:25:33.647 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81902024-10-01T02:25:35.427Z[ recovery-image] Oct 01 02:25:33.657 INFO O| Oct 01 02:25:33.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81912024-10-01T02:25:35.427Z[ recovery-image] Oct 01 02:25:33.657 INFO O| Oct 01 02:25:33.657 INFO STEP 92 (remove_files) COMPLETE
81922024-10-01T02:25:35.430Z[ recovery-image] Oct 01 02:25:33.657 INFO O| Oct 01 02:25:33.657 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81932024-10-01T02:25:35.437Z[ recovery-image] Oct 01 02:25:33.666 INFO O| Oct 01 02:25:33.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81942024-10-01T02:25:35.437Z[ recovery-image] Oct 01 02:25:33.667 INFO O| Oct 01 02:25:33.666 INFO STEP 93 (remove_files) COMPLETE
81952024-10-01T02:25:35.437Z[ recovery-image] Oct 01 02:25:33.667 INFO O| Oct 01 02:25:33.667 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81962024-10-01T02:25:35.447Z[ recovery-image] Oct 01 02:25:33.676 INFO O| Oct 01 02:25:33.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81972024-10-01T02:25:35.447Z[ recovery-image] Oct 01 02:25:33.677 INFO O| Oct 01 02:25:33.676 INFO STEP 94 (remove_files) COMPLETE
81982024-10-01T02:25:35.447Z[ recovery-image] Oct 01 02:25:33.677 INFO O| Oct 01 02:25:33.676 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81992024-10-01T02:25:35.462Z[ recovery-image] Oct 01 02:25:33.692 INFO O| Oct 01 02:25:33.692 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82002024-10-01T02:25:35.465Z[ recovery-image] Oct 01 02:25:33.692 INFO O| Oct 01 02:25:33.692 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
82012024-10-01T02:25:41.885Z[ recovery-image] Oct 01 02:25:40.113 INFO O| Oct 01 02:25:40.113 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
82022024-10-01T02:25:41.885Z[ recovery-image] Oct 01 02:25:40.113 INFO O| Oct 01 02:25:40.113 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82032024-10-01T02:25:41.896Z[ recovery-image] Oct 01 02:25:40.125 INFO O| Oct 01 02:25:40.125 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"}
82042024-10-01T02:25:41.970Z[ recovery-image] Oct 01 02:25:40.198 INFO O| Oct 01 02:25:40.198 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82052024-10-01T02:25:41.970Z[ recovery-image] Oct 01 02:25:40.198 INFO O| Oct 01 02:25:40.198 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 ...
82062024-10-01T02:25:41.972Z[ recovery-image] Oct 01 02:25:40.200 INFO O| Oct 01 02:25:40.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82072024-10-01T02:25:41.972Z[ recovery-image] Oct 01 02:25:40.200 INFO O| Oct 01 02:25:40.200 INFO ok!
82082024-10-01T02:25:41.972Z[ recovery-image] Oct 01 02:25:40.200 INFO O| Oct 01 02:25:40.200 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82092024-10-01T02:25:41.972Z[ recovery-image] Oct 01 02:25:40.200 INFO O| Oct 01 02:25:40.200 INFO STEP 95 (seed_smf) COMPLETE
82102024-10-01T02:25:41.972Z[ recovery-image] Oct 01 02:25:40.200 INFO O| Oct 01 02:25:40.200 INFO steps complete; finalising image!
82112024-10-01T02:25:41.972Z[ recovery-image] Oct 01 02:25:40.200 INFO O| Oct 01 02:25:40.200 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82122024-10-01T02:25:42.005Z[ recovery-image] Oct 01 02:25:40.233 INFO O| Oct 01 02:25:40.233 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Tue Oct 1 02:25:40 2024)
82132024-10-01T02:25:42.211Z[ recovery-image] Oct 01 02:25:40.440 INFO O| Oct 01 02:25:40.440 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Tue Oct 1 02:25:40 2024)
82142024-10-01T02:25:42.418Z[ recovery-image] Oct 01 02:25:40.646 INFO O| Oct 01 02:25:40.646 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Tue Oct 1 02:25:40 2024)
82152024-10-01T02:25:42.639Z[ recovery-image] Oct 01 02:25:40.868 INFO O| Oct 01 02:25:40.868 INFO temporary pool has 403M used, 1.36G avail, 1.00x compressratio
82162024-10-01T02:25:42.642Z[ recovery-image] Oct 01 02:25:40.868 INFO O| Oct 01 02:25:40.868 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
82172024-10-01T02:25:42.871Z[ recovery-image] Oct 01 02:25:41.099 INFO O| Oct 01 02:25:41.099 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
82182024-10-01T02:25:42.871Z[ recovery-image] Oct 01 02:25:41.099 INFO O| Oct 01 02:25:41.099 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
82192024-10-01T02:25:45.969Z[ recovery-image] Oct 01 02:25:44.197 INFO O| Oct 01 02:25:44.197 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82202024-10-01T02:25:45.969Z[ recovery-image] Oct 01 02:25:44.198 INFO O| Oct 01 02:25:44.197 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82212024-10-01T02:25:45.972Z[ recovery-image] Oct 01 02:25:44.198 INFO O| Oct 01 02:25:44.197 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82222024-10-01T02:25:45.972Z[ recovery-image] Oct 01 02:25:44.198 INFO O| Oct 01 02:25:44.197 INFO completed processing gimlet/zfs-recovery
82232024-10-01T02:25:45.972Z[ recovery-image] Oct 01 02:25:44.198 INFO O| Oct 01 02:25:44.198 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
82242024-10-01T02:25:46.562Z[ recovery-image] Oct 01 02:25:44.790 INFO O| Oct 01 02:25:44.790 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
82252024-10-01T02:25:46.646Z[ recovery-image] Oct 01 02:25:44.874 INFO BUILD STRING "heads/stlouis-0-ge8465aaeb7\n"
82262024-10-01T02:25:46.649Z[ recovery-image] Oct 01 02:25:44.875 INFO expanded image name: "recovery 383d87c/${os_short_commit} 2024-10-01 01:58" -> "recovery 383d87c/e8465aa 2024-10-01 01:58"
82272024-10-01T02:25:46.649Z[ recovery-image] Oct 01 02:25:44.875 INFO output artefacts stored in: "/work/os-recovery"
82282024-10-01T02:25:46.649Z[ recovery-image] Oct 01 02:25:44.875 INFO collecting git info from project "chelsio-t6-roms"...
82292024-10-01T02:25:46.672Z[ recovery-image] Oct 01 02:25:44.900 INFO collecting git info from project "phbl"...
82302024-10-01T02:25:46.680Z[ recovery-image] Oct 01 02:25:44.908 INFO collecting git info from project "image-builder"...
82312024-10-01T02:25:46.686Z[ recovery-image] Oct 01 02:25:44.914 INFO collecting git info from project "amd-host-image-builder"...
82322024-10-01T02:25:46.911Z[ recovery-image] Oct 01 02:25:45.139 INFO collecting git info from project "bootserver"...
82332024-10-01T02:25:46.916Z[ recovery-image] Oct 01 02:25:45.145 INFO collecting git info from project "pilot"...
82342024-10-01T02:25:46.927Z[ recovery-image] Oct 01 02:25:45.155 INFO collecting git info from project "pinprick"...
82352024-10-01T02:25:46.932Z[ recovery-image] Oct 01 02:25:45.160 INFO collecting git info from project "amd-firmware"...
82362024-10-01T02:25:47.141Z[ recovery-image] Oct 01 02:25:45.369 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
82372024-10-01T02:25:47.487Z[ recovery-image] Oct 01 02:25:45.715 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
82382024-10-01T02:25:47.828Z[ recovery-image] Oct 01 02:25:46.056 INFO creating Oxide boot image...
82392024-10-01T02:25:47.831Z[ recovery-image] Oct 01 02:25:46.057 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 383d87c/e8465aa 2024-10-01 01:58", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
82402024-10-01T02:26:13.062Z[ host-image] Oct 01 02:26:11.288 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22923:20240930T131025Z
82412024-10-01T02:26:13.062Z[ host-image] Oct 01 02:26:11.288 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22923:20240930T131025Z
82422024-10-01T02:26:13.065Z[ host-image] Oct 01 02:26:11.289 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
82432024-10-01T02:26:13.065Z[ host-image] Oct 01 02:26:11.289 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
82442024-10-01T02:26:13.065Z[ host-image] Oct 01 02:26:11.289 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
82452024-10-01T02:26:13.065Z[ host-image] Oct 01 02:26:11.289 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
82462024-10-01T02:26:13.065Z[ host-image] Oct 01 02:26:11.290 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
82472024-10-01T02:26:13.065Z[ host-image] Oct 01 02:26:11.290 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
82482024-10-01T02:26:13.065Z[ host-image] Oct 01 02:26:11.290 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
82492024-10-01T02:26:13.065Z[ host-image] Oct 01 02:26:11.290 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
82502024-10-01T02:26:13.065Z[ host-image] Oct 01 02:26:11.290 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22923:20240930T131025Z
82512024-10-01T02:26:13.068Z[ host-image] Oct 01 02:26:11.292 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22923:20240930T131026Z
82522024-10-01T02:26:13.068Z[ host-image] Oct 01 02:26:11.293 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22923:20240930T131026Z
82532024-10-01T02:26:13.068Z[ host-image] Oct 01 02:26:11.293 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22923:20240930T131026Z
82542024-10-01T02:26:13.068Z[ host-image] Oct 01 02:26:11.293 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
82552024-10-01T02:26:13.068Z[ host-image] Oct 01 02:26:11.294 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22923:20240930T131026Z
82562024-10-01T02:26:13.070Z[ host-image] Oct 01 02:26:11.295 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22923:20240930T131027Z
82572024-10-01T02:26:13.070Z[ host-image] Oct 01 02:26:11.295 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22923:20240930T131027Z
82582024-10-01T02:26:13.070Z[ host-image] Oct 01 02:26:11.295 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22923:20240930T131027Z
82592024-10-01T02:26:13.070Z[ host-image] Oct 01 02:26:11.295 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22923:20240930T131028Z
82602024-10-01T02:26:13.070Z[ host-image] Oct 01 02:26:11.295 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22923:20240930T131028Z
82612024-10-01T02:26:13.070Z[ host-image] Oct 01 02:26:11.295 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22923:20240930T131028Z
82622024-10-01T02:26:13.070Z[ host-image] Oct 01 02:26:11.295 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22923:20240930T131028Z
82632024-10-01T02:26:13.070Z[ host-image] Oct 01 02:26:11.296 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22923:20240930T131029Z
82642024-10-01T02:26:13.071Z[ host-image] Oct 01 02:26:11.296 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22923:20240930T131030Z
82652024-10-01T02:26:13.071Z[ host-image] Oct 01 02:26:11.296 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22923:20240930T131030Z
82662024-10-01T02:26:13.071Z[ host-image] Oct 01 02:26:11.296 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22923:20240930T131032Z
82672024-10-01T02:26:13.071Z[ host-image] Oct 01 02:26:11.296 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22923:20240930T131032Z
82682024-10-01T02:26:13.071Z[ host-image] Oct 01 02:26:11.296 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82692024-10-01T02:26:13.071Z[ host-image] Oct 01 02:26:11.296 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22923:20240930T131033Z
82702024-10-01T02:26:13.071Z[ host-image] Oct 01 02:26:11.296 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22923:20240930T131035Z
82712024-10-01T02:26:13.073Z[ host-image] Oct 01 02:26:11.297 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22923:20240930T131036Z
82722024-10-01T02:26:13.073Z[ host-image] Oct 01 02:26:11.297 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22923:20240930T131037Z
82732024-10-01T02:26:13.073Z[ host-image] Oct 01 02:26:11.298 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22923:20240930T131038Z
82742024-10-01T02:26:13.073Z[ host-image] Oct 01 02:26:11.298 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22923:20240930T131038Z
82752024-10-01T02:26:13.081Z[ host-image] Oct 01 02:26:11.307 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82762024-10-01T02:26:13.083Z[ host-image] Oct 01 02:26:11.307 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22923:20240930T131038Z
82772024-10-01T02:26:13.083Z[ host-image] Oct 01 02:26:11.307 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82782024-10-01T02:26:13.083Z[ host-image] Oct 01 02:26:11.307 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82792024-10-01T02:26:13.083Z[ host-image] Oct 01 02:26:11.308 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82802024-10-01T02:26:13.084Z[ host-image] Oct 01 02:26:11.308 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22923:20240930T131039Z
82812024-10-01T02:26:13.084Z[ host-image] Oct 01 02:26:11.308 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82822024-10-01T02:26:13.084Z[ host-image] Oct 01 02:26:11.309 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82832024-10-01T02:26:13.086Z[ host-image] Oct 01 02:26:11.310 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82842024-10-01T02:26:13.086Z[ host-image] Oct 01 02:26:11.310 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82852024-10-01T02:26:13.096Z[ host-image] Oct 01 02:26:11.322 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82862024-10-01T02:26:13.096Z[ host-image] Oct 01 02:26:11.322 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82872024-10-01T02:26:13.098Z[ host-image] Oct 01 02:26:11.322 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82882024-10-01T02:26:13.098Z[ host-image] Oct 01 02:26:11.323 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82892024-10-01T02:26:13.099Z[ host-image] Oct 01 02:26:11.324 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82902024-10-01T02:26:13.099Z[ host-image] Oct 01 02:26:11.324 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82912024-10-01T02:26:13.133Z[ host-image] Oct 01 02:26:11.359 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
82922024-10-01T02:26:13.135Z[ host-image] Oct 01 02:26:11.359 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82932024-10-01T02:26:13.135Z[ host-image] Oct 01 02:26:11.359 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82942024-10-01T02:26:13.135Z[ host-image] Oct 01 02:26:11.360 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22923:20240930T131040Z
82952024-10-01T02:26:13.135Z[ host-image] Oct 01 02:26:11.360 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22923:20240930T131046Z
82962024-10-01T02:26:13.135Z[ host-image] Oct 01 02:26:11.360 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82972024-10-01T02:26:13.135Z[ host-image] Oct 01 02:26:11.360 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22923:20240930T131046Z
82982024-10-01T02:26:13.135Z[ host-image] Oct 01 02:26:11.361 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82992024-10-01T02:26:13.135Z[ host-image] Oct 01 02:26:11.361 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83002024-10-01T02:26:13.135Z[ host-image] Oct 01 02:26:11.361 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83012024-10-01T02:26:13.135Z[ host-image] Oct 01 02:26:11.361 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22923:20240930T131046Z
83022024-10-01T02:26:13.135Z[ host-image] Oct 01 02:26:11.361 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83032024-10-01T02:26:13.139Z[ host-image] Oct 01 02:26:11.366 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83042024-10-01T02:26:13.142Z[ host-image] Oct 01 02:26:11.366 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83052024-10-01T02:26:13.142Z[ host-image] Oct 01 02:26:11.366 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83062024-10-01T02:26:13.142Z[ host-image] Oct 01 02:26:11.366 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22923:20240930T131047Z
83072024-10-01T02:26:13.142Z[ host-image] Oct 01 02:26:11.366 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83082024-10-01T02:26:13.155Z[ host-image] Oct 01 02:26:11.381 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83092024-10-01T02:26:13.157Z[ host-image] Oct 01 02:26:11.381 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22923:20240930T131047Z
83102024-10-01T02:26:13.157Z[ host-image] Oct 01 02:26:11.383 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22923:20240930T131047Z
83112024-10-01T02:26:13.161Z[ host-image] Oct 01 02:26:11.383 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22923:20240930T131047Z
83122024-10-01T02:26:13.161Z[ host-image] Oct 01 02:26:11.384 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83132024-10-01T02:26:13.161Z[ host-image] Oct 01 02:26:11.384 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22923:20240930T131049Z
83142024-10-01T02:26:13.161Z[ host-image] Oct 01 02:26:11.385 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22923:20240930T131049Z
83152024-10-01T02:26:13.161Z[ host-image] Oct 01 02:26:11.385 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22923:20240930T131049Z
83162024-10-01T02:26:13.161Z[ host-image] Oct 01 02:26:11.385 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22923:20240930T131049Z
83172024-10-01T02:26:13.163Z[ host-image] Oct 01 02:26:11.389 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
83182024-10-01T02:26:13.163Z[ host-image] Oct 01 02:26:11.389 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22923:20240930T131049Z
83192024-10-01T02:26:13.166Z[ host-image] Oct 01 02:26:11.390 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22923:20240930T131051Z
83202024-10-01T02:26:13.166Z[ host-image] Oct 01 02:26:11.390 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
83212024-10-01T02:26:13.166Z[ host-image] Oct 01 02:26:11.390 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22923:20240930T131051Z
83222024-10-01T02:26:13.166Z[ host-image] Oct 01 02:26:11.390 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22923:20240930T131051Z
83232024-10-01T02:26:13.166Z[ host-image] Oct 01 02:26:11.390 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22923:20240930T131051Z
83242024-10-01T02:26:13.166Z[ host-image] Oct 01 02:26:11.391 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22923:20240930T131051Z
83252024-10-01T02:26:13.173Z[ host-image] Oct 01 02:26:11.399 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22923:20240930T131051Z
83262024-10-01T02:26:13.173Z[ host-image] Oct 01 02:26:11.399 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
83272024-10-01T02:26:13.175Z[ host-image] Oct 01 02:26:11.401 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22923:20240930T131051Z
83282024-10-01T02:26:13.178Z[ host-image] Oct 01 02:26:11.402 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22923:20240930T131051Z
83292024-10-01T02:26:13.178Z[ host-image] Oct 01 02:26:11.402 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22923:20240930T131052Z
83302024-10-01T02:26:13.178Z[ host-image] Oct 01 02:26:11.403 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22923:20240930T131052Z
83312024-10-01T02:26:13.178Z[ host-image] Oct 01 02:26:11.403 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22923:20240930T131052Z
83322024-10-01T02:26:13.178Z[ host-image] Oct 01 02:26:11.404 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22923:20240930T131052Z
83332024-10-01T02:26:13.187Z[ host-image] Oct 01 02:26:11.414 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22923:20240930T131054Z
83342024-10-01T02:26:13.190Z[ host-image] Oct 01 02:26:11.414 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22923:20240930T131053Z
83352024-10-01T02:26:13.190Z[ host-image] Oct 01 02:26:11.414 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22923:20240930T131053Z
83362024-10-01T02:26:13.190Z[ host-image] Oct 01 02:26:11.415 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22923:20240930T131053Z
83372024-10-01T02:26:13.190Z[ host-image] Oct 01 02:26:11.415 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22923:20240930T131054Z
83382024-10-01T02:26:13.211Z[ host-image] Oct 01 02:26:11.437 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22923:20240930T131056Z
83392024-10-01T02:26:13.213Z[ host-image] Oct 01 02:26:11.437 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22923:20240930T131054Z
83402024-10-01T02:26:13.213Z[ host-image] Oct 01 02:26:11.437 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22923:20240930T131054Z
83412024-10-01T02:26:13.213Z[ host-image] Oct 01 02:26:11.437 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
83422024-10-01T02:26:13.213Z[ host-image] Oct 01 02:26:11.438 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
83432024-10-01T02:26:13.240Z[ host-image] Oct 01 02:26:11.466 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22923:20240930T131054Z
83442024-10-01T02:26:13.243Z[ host-image] Oct 01 02:26:11.467 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
83452024-10-01T02:26:13.243Z[ host-image] Oct 01 02:26:11.467 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22923:20240930T131054Z
83462024-10-01T02:26:13.243Z[ host-image] Oct 01 02:26:11.467 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22923:20240930T131054Z
83472024-10-01T02:26:13.243Z[ host-image] Oct 01 02:26:11.468 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22923:20240930T131055Z
83482024-10-01T02:26:13.243Z[ host-image] Oct 01 02:26:11.468 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83492024-10-01T02:26:13.243Z[ host-image] Oct 01 02:26:11.469 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83502024-10-01T02:26:13.245Z[ host-image] Oct 01 02:26:11.469 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22923:20240930T131055Z
83512024-10-01T02:26:13.245Z[ host-image] Oct 01 02:26:11.469 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22923:20240930T131055Z
83522024-10-01T02:26:13.245Z[ host-image] Oct 01 02:26:11.469 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22923:20240930T131055Z
83532024-10-01T02:26:13.245Z[ host-image] Oct 01 02:26:11.470 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22923:20240930T131055Z
83542024-10-01T02:26:13.245Z[ host-image] Oct 01 02:26:11.470 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22923:20240930T131056Z
83552024-10-01T02:26:13.245Z[ host-image] Oct 01 02:26:11.470 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22923:20240930T131056Z
83562024-10-01T02:26:13.248Z[ host-image] Oct 01 02:26:11.473 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
83572024-10-01T02:26:13.248Z[ host-image] Oct 01 02:26:11.473 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22923:20240930T131057Z
83582024-10-01T02:26:13.250Z[ host-image] Oct 01 02:26:11.475 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22923:20240930T131057Z
83592024-10-01T02:26:13.250Z[ host-image] Oct 01 02:26:11.475 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22923:20240930T131057Z
83602024-10-01T02:26:13.250Z[ host-image] Oct 01 02:26:11.475 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22923:20240930T131058Z
83612024-10-01T02:26:13.250Z[ host-image] Oct 01 02:26:11.475 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22923:20240930T131057Z
83622024-10-01T02:26:13.250Z[ host-image] Oct 01 02:26:11.476 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22923:20240930T131058Z
83632024-10-01T02:26:13.250Z[ host-image] Oct 01 02:26:11.476 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83642024-10-01T02:26:13.250Z[ host-image] Oct 01 02:26:11.476 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83652024-10-01T02:26:13.250Z[ host-image] Oct 01 02:26:11.476 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22923:20240930T131100Z
83662024-10-01T02:26:13.252Z[ host-image] Oct 01 02:26:11.477 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22923:20240930T131100Z
83672024-10-01T02:26:13.253Z[ host-image] Oct 01 02:26:11.477 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83682024-10-01T02:26:13.253Z[ host-image] Oct 01 02:26:11.477 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83692024-10-01T02:26:13.253Z[ host-image] Oct 01 02:26:11.477 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83702024-10-01T02:26:13.253Z[ host-image] Oct 01 02:26:11.477 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83712024-10-01T02:26:13.253Z[ host-image] Oct 01 02:26:11.477 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83722024-10-01T02:26:13.253Z[ host-image] Oct 01 02:26:11.478 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83732024-10-01T02:26:13.255Z[ host-image] Oct 01 02:26:11.479 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83742024-10-01T02:26:13.255Z[ host-image] Oct 01 02:26:11.479 INFO O| tempdir @ "/tmp/.tmphGtcYZ/tmp"
83752024-10-01T02:26:13.255Z[ host-image] Oct 01 02:26:11.479 INFO O| image root @ "/tmp/.tmphGtcYZ/tmp/root"
83762024-10-01T02:26:13.255Z[ host-image] Oct 01 02:26:11.479 INFO O| creating image...
83772024-10-01T02:26:13.745Z[ host-image] Oct 01 02:26:11.971 INFO O| copying publishers...
83782024-10-01T02:26:20.608Z[ host-image] Oct 01 02:26:18.833 INFO O| adding properties...
83792024-10-01T02:26:21.607Z[ host-image] Oct 01 02:26:19.832 INFO O| installing packages...
83802024-10-01T02:26:36.460Z[ host-image] Oct 01 02:26:34.684 INFO O| seeding SMF database...
83812024-10-01T02:26:39.416Z[ recovery-image] Oct 01 02:26:37.640 INFO O| ok, image written!
83822024-10-01T02:26:39.416Z[ recovery-image] Oct 01 02:26:37.640 INFO O| ok, boot_image_csum file written!
83832024-10-01T02:26:39.420Z[ recovery-image] Oct 01 02:26:37.644 INFO creating boot archive (CPIO)...
83842024-10-01T02:26:39.420Z[ recovery-image] Oct 01 02:26:37.644 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
83852024-10-01T02:26:39.429Z[ recovery-image] Oct 01 02:26:37.653 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83862024-10-01T02:26:39.431Z[ recovery-image] Oct 01 02:26:37.653 INFO E| + outfile=/work/os-recovery/cpio
83872024-10-01T02:26:39.431Z[ recovery-image] Oct 01 02:26:37.653 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83882024-10-01T02:26:39.431Z[ recovery-image] Oct 01 02:26:37.655 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83892024-10-01T02:26:39.431Z[ recovery-image] Oct 01 02:26:37.655 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83902024-10-01T02:26:39.462Z[ recovery-image] Oct 01 02:26:37.686 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83912024-10-01T02:26:39.463Z[ recovery-image] Oct 01 02:26:37.686 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83922024-10-01T02:26:39.469Z[ recovery-image] Oct 01 02:26:37.693 INFO creating compressed cpio/unix for nanobl-rs...
83932024-10-01T02:26:39.473Z[ recovery-image] Oct 01 02:26:37.694 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
83942024-10-01T02:26:39.746Z[ recovery-image] Oct 01 02:26:37.969 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83952024-10-01T02:26:44.095Z[ host-image] Oct 01 02:26:42.318 INFO O| configuring SMF profile...
83962024-10-01T02:26:44.097Z[ host-image] Oct 01 02:26:42.318 INFO O| modifying shadow(5)...
83972024-10-01T02:26:44.097Z[ host-image] Oct 01 02:26:42.318 INFO O| loading user and group database...
83982024-10-01T02:26:44.097Z[ host-image] Oct 01 02:26:42.319 INFO O| assessing packaged files...
83992024-10-01T02:26:44.122Z[ recovery-image] Oct 01 02:26:42.345 INFO creating reset image...
84002024-10-01T02:26:44.124Z[ recovery-image] Oct 01 02:26:42.346 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84012024-10-01T02:26:44.355Z[ recovery-image] Oct 01 02:26:42.579 INFO E| Updating crates.io index
84022024-10-01T02:26:46.227Z[ host-image] Oct 01 02:26:44.444 INFO O| creating archive...
84032024-10-01T02:26:46.254Z[ host-image] Oct 01 02:26:44.477 INFO O| missing from packaging:
84042024-10-01T02:26:46.254Z[ host-image] Oct 01 02:26:44.477 INFO O| "etc/.pwd.lock"
84052024-10-01T02:26:46.256Z[ host-image] Oct 01 02:26:44.477 INFO O| "etc/bash"
84062024-10-01T02:26:46.259Z[ host-image] Oct 01 02:26:44.482 INFO O| "etc/svc/profile/generic.xml"
84072024-10-01T02:26:46.259Z[ host-image] Oct 01 02:26:44.482 INFO O| "etc/svc/profile/inetd_services.xml"
84082024-10-01T02:26:46.259Z[ host-image] Oct 01 02:26:44.482 INFO O| "etc/svc/profile/name_service.xml"
84092024-10-01T02:26:46.261Z[ host-image] Oct 01 02:26:44.482 INFO O| "etc/svc/profile/platform.xml"
84102024-10-01T02:26:46.261Z[ host-image] Oct 01 02:26:44.482 INFO O| "etc/svc/profile/platform_omicron1.xml"
84112024-10-01T02:26:46.261Z[ host-image] Oct 01 02:26:44.482 INFO O| "etc/svc/repository.db"
84122024-10-01T02:26:46.267Z[ host-image] Oct 01 02:26:44.490 INFO O| "opt/ooce/share"
84132024-10-01T02:26:46.267Z[ host-image] Oct 01 02:26:44.490 INFO O| "opt/ooce/share/man"
84142024-10-01T02:26:46.269Z[ host-image] Oct 01 02:26:44.490 INFO O| "opt/ooce/share/man/man1"
84152024-10-01T02:26:46.275Z[ host-image] Oct 01 02:26:44.499 INFO O| finishing archive...
84162024-10-01T02:26:49.115Z[ host-image] Oct 01 02:26:47.338 INFO O| creating gzonly manifest...
84172024-10-01T02:26:49.127Z[ host-image] Oct 01 02:26:47.350 INFO O| ok
84182024-10-01T02:26:49.220Z[ host-image] Oct 01 02:26:47.443 INFO image builder template: ramdisk-02-trim...
84192024-10-01T02:26:49.220Z[ host-image] Oct 01 02:26:47.443 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/.tmpjrqM94/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.293", "-n", "ramdisk-02-trim"], pwd: None
84202024-10-01T02:26:49.242Z[ host-image] Oct 01 02:26:47.465 INFO O| Oct 01 02:26:47.465 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84212024-10-01T02:26:49.246Z[ host-image] Oct 01 02:26:47.469 INFO O| Oct 01 02:26:47.469 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84222024-10-01T02:26:49.345Z[ host-image] Oct 01 02:26:47.568 INFO O| Oct 01 02:26:47.567 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
84232024-10-01T02:26:49.393Z[ host-image] Oct 01 02:26:47.616 INFO O| Oct 01 02:26:47.616 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84242024-10-01T02:26:49.395Z[ host-image] Oct 01 02:26:47.616 INFO O| Oct 01 02:26:47.616 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
84252024-10-01T02:26:49.398Z[ host-image] Oct 01 02:26:47.621 INFO O| Oct 01 02:26:47.621 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
84262024-10-01T02:26:49.402Z[ host-image] Oct 01 02:26:47.625 INFO O| Oct 01 02:26:47.625 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84272024-10-01T02:26:49.406Z[ host-image] Oct 01 02:26:47.629 INFO O| Oct 01 02:26:47.629 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84282024-10-01T02:26:49.595Z[ host-image] Oct 01 02:26:47.818 INFO O| Oct 01 02:26:47.818 INFO rolled back to input snapshot; work may begin
84292024-10-01T02:26:49.596Z[ host-image] Oct 01 02:26:47.818 INFO O| Oct 01 02:26:47.818 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
84302024-10-01T02:26:49.600Z[ host-image] Oct 01 02:26:47.823 INFO O| Oct 01 02:26:47.823 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84312024-10-01T02:26:49.609Z[ host-image] Oct 01 02:26:47.833 INFO O| Oct 01 02:26:47.833 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84322024-10-01T02:26:49.660Z[ host-image] Oct 01 02:26:47.883 INFO O| Oct 01 02:26:47.883 INFO STEP 0 (remove_files) COMPLETE
84332024-10-01T02:26:49.660Z[ host-image] Oct 01 02:26:47.883 INFO O| Oct 01 02:26:47.883 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84342024-10-01T02:26:49.670Z[ host-image] Oct 01 02:26:47.893 INFO O| Oct 01 02:26:47.893 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84352024-10-01T02:26:49.673Z[ host-image] Oct 01 02:26:47.895 INFO O| Oct 01 02:26:47.895 INFO STEP 1 (remove_files) COMPLETE
84362024-10-01T02:26:49.673Z[ host-image] Oct 01 02:26:47.895 INFO O| Oct 01 02:26:47.895 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84372024-10-01T02:26:49.682Z[ host-image] Oct 01 02:26:47.905 INFO O| Oct 01 02:26:47.905 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84382024-10-01T02:26:49.696Z[ host-image] Oct 01 02:26:47.919 INFO O| Oct 01 02:26:47.919 INFO STEP 2 (remove_files) COMPLETE
84392024-10-01T02:26:49.696Z[ host-image] Oct 01 02:26:47.919 INFO O| Oct 01 02:26:47.919 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84402024-10-01T02:26:49.705Z[ host-image] Oct 01 02:26:47.928 INFO O| Oct 01 02:26:47.928 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84412024-10-01T02:26:49.707Z[ host-image] Oct 01 02:26:47.930 INFO O| Oct 01 02:26:47.930 INFO STEP 3 (remove_files) COMPLETE
84422024-10-01T02:26:49.707Z[ host-image] Oct 01 02:26:47.930 INFO O| Oct 01 02:26:47.930 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84432024-10-01T02:26:49.716Z[ host-image] Oct 01 02:26:47.939 INFO O| Oct 01 02:26:47.939 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84442024-10-01T02:26:49.720Z[ host-image] Oct 01 02:26:47.943 INFO O| Oct 01 02:26:47.943 INFO STEP 4 (remove_files) COMPLETE
84452024-10-01T02:26:49.720Z[ host-image] Oct 01 02:26:47.943 INFO O| Oct 01 02:26:47.943 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84462024-10-01T02:26:49.729Z[ host-image] Oct 01 02:26:47.952 INFO O| Oct 01 02:26:47.952 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84472024-10-01T02:26:49.732Z[ host-image] Oct 01 02:26:47.955 INFO O| Oct 01 02:26:47.955 INFO STEP 5 (remove_files) COMPLETE
84482024-10-01T02:26:49.735Z[ host-image] Oct 01 02:26:47.955 INFO O| Oct 01 02:26:47.955 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84492024-10-01T02:26:49.741Z[ host-image] Oct 01 02:26:47.964 INFO O| Oct 01 02:26:47.964 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84502024-10-01T02:26:49.751Z[ host-image] Oct 01 02:26:47.974 INFO O| Oct 01 02:26:47.974 INFO STEP 6 (remove_files) COMPLETE
84512024-10-01T02:26:49.751Z[ host-image] Oct 01 02:26:47.974 INFO O| Oct 01 02:26:47.974 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84522024-10-01T02:26:49.760Z[ host-image] Oct 01 02:26:47.983 INFO O| Oct 01 02:26:47.983 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84532024-10-01T02:26:49.772Z[ host-image] Oct 01 02:26:47.995 INFO O| Oct 01 02:26:47.994 INFO STEP 7 (remove_files) COMPLETE
84542024-10-01T02:26:49.772Z[ host-image] Oct 01 02:26:47.995 INFO O| Oct 01 02:26:47.994 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84552024-10-01T02:26:49.781Z[ host-image] Oct 01 02:26:48.004 INFO O| Oct 01 02:26:48.004 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84562024-10-01T02:26:49.848Z[ host-image] Oct 01 02:26:48.071 INFO O| Oct 01 02:26:48.071 INFO STEP 8 (remove_files) COMPLETE
84572024-10-01T02:26:49.848Z[ host-image] Oct 01 02:26:48.071 INFO O| Oct 01 02:26:48.071 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84582024-10-01T02:26:49.858Z[ host-image] Oct 01 02:26:48.081 INFO O| Oct 01 02:26:48.081 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84592024-10-01T02:26:49.932Z[ host-image] Oct 01 02:26:48.155 INFO O| Oct 01 02:26:48.154 INFO STEP 9 (remove_files) COMPLETE
84602024-10-01T02:26:49.932Z[ host-image] Oct 01 02:26:48.155 INFO O| Oct 01 02:26:48.154 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84612024-10-01T02:26:49.942Z[ host-image] Oct 01 02:26:48.165 INFO O| Oct 01 02:26:48.165 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84622024-10-01T02:26:49.945Z[ host-image] Oct 01 02:26:48.168 INFO O| Oct 01 02:26:48.168 INFO STEP 10 (remove_files) COMPLETE
84632024-10-01T02:26:49.948Z[ host-image] Oct 01 02:26:48.168 INFO O| Oct 01 02:26:48.168 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84642024-10-01T02:26:49.954Z[ host-image] Oct 01 02:26:48.177 INFO O| Oct 01 02:26:48.177 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84652024-10-01T02:26:49.958Z[ host-image] Oct 01 02:26:48.178 INFO O| Oct 01 02:26:48.178 INFO STEP 11 (remove_files) COMPLETE
84662024-10-01T02:26:49.958Z[ host-image] Oct 01 02:26:48.178 INFO O| Oct 01 02:26:48.178 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84672024-10-01T02:26:49.964Z[ host-image] Oct 01 02:26:48.187 INFO O| Oct 01 02:26:48.187 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84682024-10-01T02:26:49.966Z[ host-image] Oct 01 02:26:48.188 INFO O| Oct 01 02:26:48.188 INFO STEP 12 (remove_files) COMPLETE
84692024-10-01T02:26:49.966Z[ host-image] Oct 01 02:26:48.188 INFO O| Oct 01 02:26:48.188 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84702024-10-01T02:26:49.975Z[ host-image] Oct 01 02:26:48.198 INFO O| Oct 01 02:26:48.198 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84712024-10-01T02:26:49.986Z[ host-image] Oct 01 02:26:48.209 INFO O| Oct 01 02:26:48.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84722024-10-01T02:26:49.989Z[ host-image] Oct 01 02:26:48.210 INFO O| Oct 01 02:26:48.210 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84732024-10-01T02:26:49.989Z[ host-image] Oct 01 02:26:48.210 INFO O| Oct 01 02:26:48.210 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84742024-10-01T02:26:49.989Z[ host-image] Oct 01 02:26:48.210 INFO O| Oct 01 02:26:48.210 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84752024-10-01T02:26:49.989Z[ host-image] Oct 01 02:26:48.210 INFO O| Oct 01 02:26:48.210 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84762024-10-01T02:26:49.989Z[ host-image] Oct 01 02:26:48.210 INFO O| Oct 01 02:26:48.210 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84772024-10-01T02:26:49.989Z[ host-image] Oct 01 02:26:48.210 INFO O| Oct 01 02:26:48.210 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84782024-10-01T02:26:49.989Z[ host-image] Oct 01 02:26:48.210 INFO O| Oct 01 02:26:48.210 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84792024-10-01T02:26:49.989Z[ host-image] Oct 01 02:26:48.210 INFO O| Oct 01 02:26:48.210 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84802024-10-01T02:26:49.989Z[ host-image] Oct 01 02:26:48.211 INFO O| Oct 01 02:26:48.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84812024-10-01T02:26:49.989Z[ host-image] Oct 01 02:26:48.211 INFO O| Oct 01 02:26:48.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84822024-10-01T02:26:49.989Z[ host-image] Oct 01 02:26:48.211 INFO O| Oct 01 02:26:48.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84832024-10-01T02:26:49.989Z[ host-image] Oct 01 02:26:48.211 INFO O| Oct 01 02:26:48.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84842024-10-01T02:26:49.989Z[ host-image] Oct 01 02:26:48.211 INFO O| Oct 01 02:26:48.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84852024-10-01T02:26:49.989Z[ host-image] Oct 01 02:26:48.211 INFO O| Oct 01 02:26:48.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84862024-10-01T02:26:49.989Z[ host-image] Oct 01 02:26:48.211 INFO O| Oct 01 02:26:48.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84872024-10-01T02:26:50.236Z[ host-image] Oct 01 02:26:48.459 INFO O| Oct 01 02:26:48.459 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84882024-10-01T02:26:50.282Z[ host-image] Oct 01 02:26:48.504 INFO O| Oct 01 02:26:48.504 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84892024-10-01T02:26:50.285Z[ host-image] Oct 01 02:26:48.508 INFO O| Oct 01 02:26:48.508 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84902024-10-01T02:26:50.288Z[ host-image] Oct 01 02:26:48.509 INFO O| Oct 01 02:26:48.509 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84912024-10-01T02:26:50.340Z[ host-image] Oct 01 02:26:48.563 INFO O| Oct 01 02:26:48.563 INFO STEP 13 (remove_files) COMPLETE
84922024-10-01T02:26:50.340Z[ host-image] Oct 01 02:26:48.563 INFO O| Oct 01 02:26:48.563 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84932024-10-01T02:26:50.351Z[ host-image] Oct 01 02:26:48.574 INFO O| Oct 01 02:26:48.574 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84942024-10-01T02:26:50.353Z[ host-image] Oct 01 02:26:48.575 INFO O| Oct 01 02:26:48.575 INFO STEP 14 (remove_files) COMPLETE
84952024-10-01T02:26:50.353Z[ host-image] Oct 01 02:26:48.575 INFO O| Oct 01 02:26:48.575 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84962024-10-01T02:26:50.361Z[ host-image] Oct 01 02:26:48.584 INFO O| Oct 01 02:26:48.584 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84972024-10-01T02:26:50.366Z[ host-image] Oct 01 02:26:48.589 INFO O| Oct 01 02:26:48.589 INFO STEP 15 (remove_files) COMPLETE
84982024-10-01T02:26:50.366Z[ host-image] Oct 01 02:26:48.589 INFO O| Oct 01 02:26:48.589 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84992024-10-01T02:26:50.375Z[ host-image] Oct 01 02:26:48.598 INFO O| Oct 01 02:26:48.598 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
85002024-10-01T02:26:50.377Z[ host-image] Oct 01 02:26:48.598 INFO O| Oct 01 02:26:48.598 INFO STEP 16 (remove_files) COMPLETE
85012024-10-01T02:26:50.377Z[ host-image] Oct 01 02:26:48.598 INFO O| Oct 01 02:26:48.598 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85022024-10-01T02:26:50.384Z[ host-image] Oct 01 02:26:48.607 INFO O| Oct 01 02:26:48.607 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
85032024-10-01T02:26:50.387Z[ host-image] Oct 01 02:26:48.609 INFO O| Oct 01 02:26:48.609 INFO STEP 17 (remove_files) COMPLETE
85042024-10-01T02:26:50.387Z[ host-image] Oct 01 02:26:48.609 INFO O| Oct 01 02:26:48.609 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85052024-10-01T02:26:50.395Z[ host-image] Oct 01 02:26:48.618 INFO O| Oct 01 02:26:48.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
85062024-10-01T02:26:50.397Z[ host-image] Oct 01 02:26:48.618 INFO O| Oct 01 02:26:48.618 INFO STEP 18 (remove_files) COMPLETE
85072024-10-01T02:26:50.397Z[ host-image] Oct 01 02:26:48.618 INFO O| Oct 01 02:26:48.618 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85082024-10-01T02:26:50.404Z[ host-image] Oct 01 02:26:48.627 INFO O| Oct 01 02:26:48.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
85092024-10-01T02:26:50.406Z[ host-image] Oct 01 02:26:48.627 INFO O| Oct 01 02:26:48.627 INFO STEP 19 (remove_files) COMPLETE
85102024-10-01T02:26:50.407Z[ host-image] Oct 01 02:26:48.627 INFO O| Oct 01 02:26:48.627 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85112024-10-01T02:26:50.413Z[ host-image] Oct 01 02:26:48.636 INFO O| Oct 01 02:26:48.636 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
85122024-10-01T02:26:50.415Z[ host-image] Oct 01 02:26:48.636 INFO O| Oct 01 02:26:48.636 INFO STEP 20 (remove_files) COMPLETE
85132024-10-01T02:26:50.415Z[ host-image] Oct 01 02:26:48.636 INFO O| Oct 01 02:26:48.636 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-10-01T02:26:50.422Z[ host-image] Oct 01 02:26:48.645 INFO O| Oct 01 02:26:48.645 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85152024-10-01T02:26:50.422Z[ host-image] Oct 01 02:26:48.645 INFO O| Oct 01 02:26:48.645 INFO STEP 21 (remove_files) COMPLETE
85162024-10-01T02:26:50.424Z[ host-image] Oct 01 02:26:48.645 INFO O| Oct 01 02:26:48.645 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85172024-10-01T02:26:50.431Z[ host-image] Oct 01 02:26:48.654 INFO O| Oct 01 02:26:48.654 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
85182024-10-01T02:26:50.431Z[ host-image] Oct 01 02:26:48.654 INFO O| Oct 01 02:26:48.654 INFO STEP 22 (remove_files) COMPLETE
85192024-10-01T02:26:50.433Z[ host-image] Oct 01 02:26:48.654 INFO O| Oct 01 02:26:48.654 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85202024-10-01T02:26:50.440Z[ host-image] Oct 01 02:26:48.663 INFO O| Oct 01 02:26:48.663 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
85212024-10-01T02:26:50.440Z[ host-image] Oct 01 02:26:48.663 INFO O| Oct 01 02:26:48.663 INFO STEP 23 (remove_files) COMPLETE
85222024-10-01T02:26:50.443Z[ host-image] Oct 01 02:26:48.663 INFO O| Oct 01 02:26:48.663 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85232024-10-01T02:26:50.449Z[ host-image] Oct 01 02:26:48.672 INFO O| Oct 01 02:26:48.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
85242024-10-01T02:26:50.449Z[ host-image] Oct 01 02:26:48.672 INFO O| Oct 01 02:26:48.672 INFO STEP 24 (remove_files) COMPLETE
85252024-10-01T02:26:50.451Z[ host-image] Oct 01 02:26:48.672 INFO O| Oct 01 02:26:48.672 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85262024-10-01T02:26:50.458Z[ host-image] Oct 01 02:26:48.681 INFO O| Oct 01 02:26:48.681 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
85272024-10-01T02:26:50.458Z[ host-image] Oct 01 02:26:48.681 INFO O| Oct 01 02:26:48.681 INFO STEP 25 (remove_files) COMPLETE
85282024-10-01T02:26:50.458Z[ host-image] Oct 01 02:26:48.681 INFO O| Oct 01 02:26:48.681 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85292024-10-01T02:26:50.467Z[ host-image] Oct 01 02:26:48.690 INFO O| Oct 01 02:26:48.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
85302024-10-01T02:26:50.467Z[ host-image] Oct 01 02:26:48.690 INFO O| Oct 01 02:26:48.690 INFO STEP 26 (remove_files) COMPLETE
85312024-10-01T02:26:50.469Z[ host-image] Oct 01 02:26:48.690 INFO O| Oct 01 02:26:48.690 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85322024-10-01T02:26:50.476Z[ host-image] Oct 01 02:26:48.699 INFO O| Oct 01 02:26:48.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85332024-10-01T02:26:50.476Z[ host-image] Oct 01 02:26:48.699 INFO O| Oct 01 02:26:48.699 INFO STEP 27 (remove_files) COMPLETE
85342024-10-01T02:26:50.478Z[ host-image] Oct 01 02:26:48.699 INFO O| Oct 01 02:26:48.699 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85352024-10-01T02:26:50.485Z[ host-image] Oct 01 02:26:48.708 INFO O| Oct 01 02:26:48.708 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85362024-10-01T02:26:50.485Z[ host-image] Oct 01 02:26:48.708 INFO O| Oct 01 02:26:48.708 INFO STEP 28 (remove_files) COMPLETE
85372024-10-01T02:26:50.485Z[ host-image] Oct 01 02:26:48.708 INFO O| Oct 01 02:26:48.708 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85382024-10-01T02:26:50.494Z[ host-image] Oct 01 02:26:48.717 INFO O| Oct 01 02:26:48.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85392024-10-01T02:26:50.494Z[ host-image] Oct 01 02:26:48.717 INFO O| Oct 01 02:26:48.717 INFO STEP 29 (remove_files) COMPLETE
85402024-10-01T02:26:50.494Z[ host-image] Oct 01 02:26:48.717 INFO O| Oct 01 02:26:48.717 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85412024-10-01T02:26:50.503Z[ host-image] Oct 01 02:26:48.726 INFO O| Oct 01 02:26:48.726 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85422024-10-01T02:26:50.503Z[ host-image] Oct 01 02:26:48.726 INFO O| Oct 01 02:26:48.726 INFO STEP 30 (remove_files) COMPLETE
85432024-10-01T02:26:50.505Z[ host-image] Oct 01 02:26:48.726 INFO O| Oct 01 02:26:48.726 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85442024-10-01T02:26:50.512Z[ host-image] Oct 01 02:26:48.735 INFO O| Oct 01 02:26:48.735 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85452024-10-01T02:26:50.512Z[ host-image] Oct 01 02:26:48.735 INFO O| Oct 01 02:26:48.735 INFO STEP 31 (remove_files) COMPLETE
85462024-10-01T02:26:50.514Z[ host-image] Oct 01 02:26:48.735 INFO O| Oct 01 02:26:48.735 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85472024-10-01T02:26:50.521Z[ host-image] Oct 01 02:26:48.744 INFO O| Oct 01 02:26:48.744 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85482024-10-01T02:26:50.521Z[ host-image] Oct 01 02:26:48.744 INFO O| Oct 01 02:26:48.744 INFO STEP 32 (remove_files) COMPLETE
85492024-10-01T02:26:50.523Z[ host-image] Oct 01 02:26:48.744 INFO O| Oct 01 02:26:48.744 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85502024-10-01T02:26:50.530Z[ host-image] Oct 01 02:26:48.753 INFO O| Oct 01 02:26:48.753 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85512024-10-01T02:26:50.532Z[ host-image] Oct 01 02:26:48.753 INFO O| Oct 01 02:26:48.753 INFO STEP 33 (remove_files) COMPLETE
85522024-10-01T02:26:50.532Z[ host-image] Oct 01 02:26:48.753 INFO O| Oct 01 02:26:48.753 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85532024-10-01T02:26:50.539Z[ host-image] Oct 01 02:26:48.762 INFO O| Oct 01 02:26:48.762 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85542024-10-01T02:26:50.539Z[ host-image] Oct 01 02:26:48.762 INFO O| Oct 01 02:26:48.762 INFO STEP 34 (remove_files) COMPLETE
85552024-10-01T02:26:50.541Z[ host-image] Oct 01 02:26:48.762 INFO O| Oct 01 02:26:48.762 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85562024-10-01T02:26:50.548Z[ host-image] Oct 01 02:26:48.771 INFO O| Oct 01 02:26:48.771 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85572024-10-01T02:26:50.548Z[ host-image] Oct 01 02:26:48.771 INFO O| Oct 01 02:26:48.771 INFO STEP 35 (remove_files) COMPLETE
85582024-10-01T02:26:50.550Z[ host-image] Oct 01 02:26:48.771 INFO O| Oct 01 02:26:48.771 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85592024-10-01T02:26:50.557Z[ host-image] Oct 01 02:26:48.780 INFO O| Oct 01 02:26:48.780 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85602024-10-01T02:26:50.557Z[ host-image] Oct 01 02:26:48.780 INFO O| Oct 01 02:26:48.780 INFO STEP 36 (remove_files) COMPLETE
85612024-10-01T02:26:50.559Z[ host-image] Oct 01 02:26:48.780 INFO O| Oct 01 02:26:48.780 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85622024-10-01T02:26:50.566Z[ host-image] Oct 01 02:26:48.789 INFO O| Oct 01 02:26:48.789 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85632024-10-01T02:26:50.566Z[ host-image] Oct 01 02:26:48.789 INFO O| Oct 01 02:26:48.789 INFO STEP 37 (remove_files) COMPLETE
85642024-10-01T02:26:50.568Z[ host-image] Oct 01 02:26:48.789 INFO O| Oct 01 02:26:48.789 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85652024-10-01T02:26:50.575Z[ host-image] Oct 01 02:26:48.798 INFO O| Oct 01 02:26:48.798 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85662024-10-01T02:26:50.575Z[ host-image] Oct 01 02:26:48.798 INFO O| Oct 01 02:26:48.798 INFO STEP 38 (remove_files) COMPLETE
85672024-10-01T02:26:50.575Z[ host-image] Oct 01 02:26:48.798 INFO O| Oct 01 02:26:48.798 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85682024-10-01T02:26:50.584Z[ host-image] Oct 01 02:26:48.807 INFO O| Oct 01 02:26:48.807 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85692024-10-01T02:26:50.584Z[ host-image] Oct 01 02:26:48.807 INFO O| Oct 01 02:26:48.807 INFO STEP 39 (remove_files) COMPLETE
85702024-10-01T02:26:50.586Z[ host-image] Oct 01 02:26:48.807 INFO O| Oct 01 02:26:48.807 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85712024-10-01T02:26:50.593Z[ host-image] Oct 01 02:26:48.816 INFO O| Oct 01 02:26:48.816 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85722024-10-01T02:26:50.593Z[ host-image] Oct 01 02:26:48.816 INFO O| Oct 01 02:26:48.816 INFO STEP 40 (remove_files) COMPLETE
85732024-10-01T02:26:50.595Z[ host-image] Oct 01 02:26:48.816 INFO O| Oct 01 02:26:48.816 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-10-01T02:26:50.602Z[ host-image] Oct 01 02:26:48.825 INFO O| Oct 01 02:26:48.825 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85752024-10-01T02:26:50.602Z[ host-image] Oct 01 02:26:48.825 INFO O| Oct 01 02:26:48.825 INFO STEP 41 (remove_files) COMPLETE
85762024-10-01T02:26:50.604Z[ host-image] Oct 01 02:26:48.825 INFO O| Oct 01 02:26:48.825 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-10-01T02:26:50.611Z[ host-image] Oct 01 02:26:48.834 INFO O| Oct 01 02:26:48.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85782024-10-01T02:26:50.613Z[ host-image] Oct 01 02:26:48.834 INFO O| Oct 01 02:26:48.834 INFO STEP 42 (remove_files) COMPLETE
85792024-10-01T02:26:50.613Z[ host-image] Oct 01 02:26:48.834 INFO O| Oct 01 02:26:48.834 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-10-01T02:26:50.620Z[ host-image] Oct 01 02:26:48.843 INFO O| Oct 01 02:26:48.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85812024-10-01T02:26:50.620Z[ host-image] Oct 01 02:26:48.843 INFO O| Oct 01 02:26:48.843 INFO STEP 43 (remove_files) COMPLETE
85822024-10-01T02:26:50.620Z[ host-image] Oct 01 02:26:48.843 INFO O| Oct 01 02:26:48.843 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-10-01T02:26:50.629Z[ host-image] Oct 01 02:26:48.852 INFO O| Oct 01 02:26:48.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85842024-10-01T02:26:50.629Z[ host-image] Oct 01 02:26:48.852 INFO O| Oct 01 02:26:48.852 INFO STEP 44 (remove_files) COMPLETE
85852024-10-01T02:26:50.631Z[ host-image] Oct 01 02:26:48.852 INFO O| Oct 01 02:26:48.852 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-10-01T02:26:50.638Z[ host-image] Oct 01 02:26:48.861 INFO O| Oct 01 02:26:48.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85872024-10-01T02:26:50.640Z[ host-image] Oct 01 02:26:48.861 INFO O| Oct 01 02:26:48.861 INFO STEP 45 (remove_files) COMPLETE
85882024-10-01T02:26:50.640Z[ host-image] Oct 01 02:26:48.861 INFO O| Oct 01 02:26:48.861 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-10-01T02:26:50.647Z[ host-image] Oct 01 02:26:48.870 INFO O| Oct 01 02:26:48.870 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85902024-10-01T02:26:50.647Z[ host-image] Oct 01 02:26:48.870 INFO O| Oct 01 02:26:48.870 INFO STEP 46 (remove_files) COMPLETE
85912024-10-01T02:26:50.649Z[ host-image] Oct 01 02:26:48.870 INFO O| Oct 01 02:26:48.870 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-10-01T02:26:50.656Z[ host-image] Oct 01 02:26:48.879 INFO O| Oct 01 02:26:48.879 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85932024-10-01T02:26:50.656Z[ host-image] Oct 01 02:26:48.879 INFO O| Oct 01 02:26:48.879 INFO STEP 47 (remove_files) COMPLETE
85942024-10-01T02:26:50.658Z[ host-image] Oct 01 02:26:48.879 INFO O| Oct 01 02:26:48.879 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85952024-10-01T02:26:50.665Z[ host-image] Oct 01 02:26:48.888 INFO O| Oct 01 02:26:48.888 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85962024-10-01T02:26:50.665Z[ host-image] Oct 01 02:26:48.888 INFO O| Oct 01 02:26:48.888 INFO STEP 48 (remove_files) COMPLETE
85972024-10-01T02:26:50.668Z[ host-image] Oct 01 02:26:48.888 INFO O| Oct 01 02:26:48.888 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-10-01T02:26:50.674Z[ host-image] Oct 01 02:26:48.897 INFO O| Oct 01 02:26:48.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85992024-10-01T02:26:50.674Z[ host-image] Oct 01 02:26:48.897 INFO O| Oct 01 02:26:48.897 INFO STEP 49 (remove_files) COMPLETE
86002024-10-01T02:26:50.676Z[ host-image] Oct 01 02:26:48.897 INFO O| Oct 01 02:26:48.897 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86012024-10-01T02:26:50.683Z[ host-image] Oct 01 02:26:48.906 INFO O| Oct 01 02:26:48.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
86022024-10-01T02:26:50.683Z[ host-image] Oct 01 02:26:48.906 INFO O| Oct 01 02:26:48.906 INFO STEP 50 (remove_files) COMPLETE
86032024-10-01T02:26:50.683Z[ host-image] Oct 01 02:26:48.906 INFO O| Oct 01 02:26:48.906 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-10-01T02:26:50.692Z[ host-image] Oct 01 02:26:48.915 INFO O| Oct 01 02:26:48.915 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86052024-10-01T02:26:50.692Z[ host-image] Oct 01 02:26:48.915 INFO O| Oct 01 02:26:48.915 INFO STEP 51 (remove_files) COMPLETE
86062024-10-01T02:26:50.692Z[ host-image] Oct 01 02:26:48.915 INFO O| Oct 01 02:26:48.915 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-10-01T02:26:50.701Z[ host-image] Oct 01 02:26:48.924 INFO O| Oct 01 02:26:48.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86082024-10-01T02:26:50.703Z[ host-image] Oct 01 02:26:48.924 INFO O| Oct 01 02:26:48.924 INFO STEP 52 (remove_files) COMPLETE
86092024-10-01T02:26:50.703Z[ host-image] Oct 01 02:26:48.924 INFO O| Oct 01 02:26:48.924 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86102024-10-01T02:26:50.710Z[ host-image] Oct 01 02:26:48.933 INFO O| Oct 01 02:26:48.933 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86112024-10-01T02:26:50.712Z[ host-image] Oct 01 02:26:48.933 INFO O| Oct 01 02:26:48.933 INFO STEP 53 (remove_files) COMPLETE
86122024-10-01T02:26:50.712Z[ host-image] Oct 01 02:26:48.933 INFO O| Oct 01 02:26:48.933 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86132024-10-01T02:26:50.719Z[ host-image] Oct 01 02:26:48.942 INFO O| Oct 01 02:26:48.942 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86142024-10-01T02:26:50.721Z[ host-image] Oct 01 02:26:48.942 INFO O| Oct 01 02:26:48.942 INFO STEP 54 (remove_files) COMPLETE
86152024-10-01T02:26:50.721Z[ host-image] Oct 01 02:26:48.942 INFO O| Oct 01 02:26:48.942 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86162024-10-01T02:26:50.728Z[ host-image] Oct 01 02:26:48.951 INFO O| Oct 01 02:26:48.951 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
86172024-10-01T02:26:50.728Z[ host-image] Oct 01 02:26:48.951 INFO O| Oct 01 02:26:48.951 INFO STEP 55 (remove_files) COMPLETE
86182024-10-01T02:26:50.731Z[ host-image] Oct 01 02:26:48.951 INFO O| Oct 01 02:26:48.951 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86192024-10-01T02:26:50.737Z[ host-image] Oct 01 02:26:48.960 INFO O| Oct 01 02:26:48.960 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
86202024-10-01T02:26:50.737Z[ host-image] Oct 01 02:26:48.960 INFO O| Oct 01 02:26:48.960 INFO STEP 56 (remove_files) COMPLETE
86212024-10-01T02:26:50.739Z[ host-image] Oct 01 02:26:48.960 INFO O| Oct 01 02:26:48.960 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86222024-10-01T02:26:50.746Z[ host-image] Oct 01 02:26:48.969 INFO O| Oct 01 02:26:48.969 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
86232024-10-01T02:26:50.746Z[ host-image] Oct 01 02:26:48.969 INFO O| Oct 01 02:26:48.969 INFO STEP 57 (remove_files) COMPLETE
86242024-10-01T02:26:50.749Z[ host-image] Oct 01 02:26:48.969 INFO O| Oct 01 02:26:48.969 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86252024-10-01T02:26:50.755Z[ host-image] Oct 01 02:26:48.978 INFO O| Oct 01 02:26:48.978 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
86262024-10-01T02:26:50.758Z[ host-image] Oct 01 02:26:48.978 INFO O| Oct 01 02:26:48.978 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
86272024-10-01T02:26:50.758Z[ host-image] Oct 01 02:26:48.978 INFO O| Oct 01 02:26:48.978 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86282024-10-01T02:26:50.758Z[ host-image] Oct 01 02:26:48.978 INFO O| Oct 01 02:26:48.978 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86292024-10-01T02:26:50.758Z[ host-image] Oct 01 02:26:48.978 INFO O| Oct 01 02:26:48.978 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86302024-10-01T02:26:50.758Z[ host-image] Oct 01 02:26:48.978 INFO O| Oct 01 02:26:48.978 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86312024-10-01T02:26:50.758Z[ host-image] Oct 01 02:26:48.978 INFO O| Oct 01 02:26:48.978 INFO ok!
86322024-10-01T02:26:50.758Z[ host-image] Oct 01 02:26:48.978 INFO O| Oct 01 02:26:48.978 INFO STEP 58 (ensure_file) COMPLETE
86332024-10-01T02:26:50.758Z[ host-image] Oct 01 02:26:48.979 INFO O| Oct 01 02:26:48.978 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86342024-10-01T02:26:50.765Z[ host-image] Oct 01 02:26:48.988 INFO O| Oct 01 02:26:48.988 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86352024-10-01T02:26:50.765Z[ host-image] Oct 01 02:26:48.988 INFO O| Oct 01 02:26:48.988 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86362024-10-01T02:26:50.767Z[ host-image] Oct 01 02:26:48.988 INFO O| Oct 01 02:26:48.988 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86372024-10-01T02:26:50.767Z[ host-image] Oct 01 02:26:48.988 INFO O| Oct 01 02:26:48.988 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86382024-10-01T02:26:50.767Z[ host-image] Oct 01 02:26:48.988 INFO O| Oct 01 02:26:48.988 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86392024-10-01T02:26:50.767Z[ host-image] Oct 01 02:26:48.988 INFO O| Oct 01 02:26:48.988 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86402024-10-01T02:26:50.767Z[ host-image] Oct 01 02:26:48.988 INFO O| Oct 01 02:26:48.988 INFO ok!
86412024-10-01T02:26:50.768Z[ host-image] Oct 01 02:26:48.988 INFO O| Oct 01 02:26:48.988 INFO STEP 59 (ensure_file) COMPLETE
86422024-10-01T02:26:50.768Z[ host-image] Oct 01 02:26:48.988 INFO O| Oct 01 02:26:48.988 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86432024-10-01T02:26:50.775Z[ host-image] Oct 01 02:26:48.998 INFO O| Oct 01 02:26:48.998 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86442024-10-01T02:26:50.775Z[ host-image] Oct 01 02:26:48.998 INFO O| Oct 01 02:26:48.998 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86452024-10-01T02:26:50.777Z[ host-image] Oct 01 02:26:48.998 INFO O| Oct 01 02:26:48.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86462024-10-01T02:26:50.777Z[ host-image] Oct 01 02:26:48.998 INFO O| Oct 01 02:26:48.998 INFO ok!
86472024-10-01T02:26:50.777Z[ host-image] Oct 01 02:26:48.998 INFO O| Oct 01 02:26:48.998 INFO STEP 60 (ensure_file) COMPLETE
86482024-10-01T02:26:50.777Z[ host-image] Oct 01 02:26:48.998 INFO O| Oct 01 02:26:48.998 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86492024-10-01T02:26:50.785Z[ host-image] Oct 01 02:26:49.007 INFO O| Oct 01 02:26:49.007 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86502024-10-01T02:26:50.785Z[ host-image] Oct 01 02:26:49.008 INFO O| Oct 01 02:26:49.007 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86512024-10-01T02:26:50.787Z[ host-image] Oct 01 02:26:49.008 INFO O| Oct 01 02:26:49.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86522024-10-01T02:26:50.787Z[ host-image] Oct 01 02:26:49.008 INFO O| Oct 01 02:26:49.008 INFO ok!
86532024-10-01T02:26:50.787Z[ host-image] Oct 01 02:26:49.008 INFO O| Oct 01 02:26:49.008 INFO STEP 61 (ensure_file) COMPLETE
86542024-10-01T02:26:50.787Z[ host-image] Oct 01 02:26:49.008 INFO O| Oct 01 02:26:49.008 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86552024-10-01T02:26:50.794Z[ host-image] Oct 01 02:26:49.017 INFO O| Oct 01 02:26:49.017 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86562024-10-01T02:26:50.794Z[ host-image] Oct 01 02:26:49.017 INFO O| Oct 01 02:26:49.017 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86572024-10-01T02:26:50.796Z[ host-image] Oct 01 02:26:49.017 INFO O| Oct 01 02:26:49.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86582024-10-01T02:26:50.796Z[ host-image] Oct 01 02:26:49.017 INFO O| Oct 01 02:26:49.017 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86592024-10-01T02:26:50.796Z[ host-image] Oct 01 02:26:49.017 INFO O| Oct 01 02:26:49.017 INFO ok!
86602024-10-01T02:26:50.796Z[ host-image] Oct 01 02:26:49.017 INFO O| Oct 01 02:26:49.017 INFO STEP 62 (ensure_file) COMPLETE
86612024-10-01T02:26:50.796Z[ host-image] Oct 01 02:26:49.017 INFO O| Oct 01 02:26:49.017 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-10-01T02:26:50.803Z[ host-image] Oct 01 02:26:49.026 INFO O| Oct 01 02:26:49.026 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86632024-10-01T02:26:50.803Z[ host-image] Oct 01 02:26:49.026 INFO O| Oct 01 02:26:49.026 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86642024-10-01T02:26:50.806Z[ host-image] Oct 01 02:26:49.026 INFO O| Oct 01 02:26:49.026 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86652024-10-01T02:26:50.806Z[ host-image] Oct 01 02:26:49.026 INFO O| Oct 01 02:26:49.026 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86662024-10-01T02:26:50.806Z[ host-image] Oct 01 02:26:49.026 INFO O| Oct 01 02:26:49.026 INFO ok!
86672024-10-01T02:26:50.806Z[ host-image] Oct 01 02:26:49.026 INFO O| Oct 01 02:26:49.026 INFO STEP 63 (ensure_file) COMPLETE
86682024-10-01T02:26:50.806Z[ host-image] Oct 01 02:26:49.026 INFO O| Oct 01 02:26:49.026 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-10-01T02:26:50.813Z[ host-image] Oct 01 02:26:49.036 INFO O| Oct 01 02:26:49.036 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86702024-10-01T02:26:50.813Z[ host-image] Oct 01 02:26:49.036 INFO O| Oct 01 02:26:49.036 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86712024-10-01T02:26:50.815Z[ host-image] Oct 01 02:26:49.036 INFO O| Oct 01 02:26:49.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86722024-10-01T02:26:50.815Z[ host-image] Oct 01 02:26:49.036 INFO O| Oct 01 02:26:49.036 INFO ok!
86732024-10-01T02:26:50.815Z[ host-image] Oct 01 02:26:49.036 INFO O| Oct 01 02:26:49.036 INFO STEP 64 (assemble_files) COMPLETE
86742024-10-01T02:26:50.815Z[ host-image] Oct 01 02:26:49.036 INFO O| Oct 01 02:26:49.036 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86752024-10-01T02:26:50.822Z[ host-image] Oct 01 02:26:49.045 INFO O| Oct 01 02:26:49.045 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86762024-10-01T02:26:50.822Z[ host-image] Oct 01 02:26:49.045 INFO O| Oct 01 02:26:49.045 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86772024-10-01T02:26:50.825Z[ host-image] Oct 01 02:26:49.045 INFO O| Oct 01 02:26:49.045 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86782024-10-01T02:26:50.825Z[ host-image] Oct 01 02:26:49.045 INFO O| Oct 01 02:26:49.045 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86792024-10-01T02:26:50.825Z[ host-image] Oct 01 02:26:49.045 INFO O| Oct 01 02:26:49.045 INFO ok!
86802024-10-01T02:26:50.825Z[ host-image] Oct 01 02:26:49.045 INFO O| Oct 01 02:26:49.045 INFO STEP 65 (ensure_file) COMPLETE
86812024-10-01T02:26:50.825Z[ host-image] Oct 01 02:26:49.045 INFO O| Oct 01 02:26:49.045 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86822024-10-01T02:26:50.831Z[ host-image] Oct 01 02:26:49.054 INFO O| Oct 01 02:26:49.054 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86832024-10-01T02:26:50.834Z[ host-image] Oct 01 02:26:49.055 INFO O| Oct 01 02:26:49.054 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86842024-10-01T02:26:50.834Z[ host-image] Oct 01 02:26:49.055 INFO O| Oct 01 02:26:49.055 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86852024-10-01T02:26:50.834Z[ host-image] Oct 01 02:26:49.055 INFO O| Oct 01 02:26:49.055 INFO STEP 66 (ensure_dir) COMPLETE
86862024-10-01T02:26:50.834Z[ host-image] Oct 01 02:26:49.055 INFO O| Oct 01 02:26:49.055 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86872024-10-01T02:26:50.841Z[ host-image] Oct 01 02:26:49.064 INFO O| Oct 01 02:26:49.064 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86882024-10-01T02:26:50.844Z[ host-image] Oct 01 02:26:49.064 INFO O| Oct 01 02:26:49.064 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 ...
86892024-10-01T02:26:50.848Z[ host-image] Oct 01 02:26:49.071 INFO O| Oct 01 02:26:49.071 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
86902024-10-01T02:26:50.848Z[ host-image] Oct 01 02:26:49.071 INFO O| Oct 01 02:26:49.071 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86912024-10-01T02:26:50.851Z[ host-image] Oct 01 02:26:49.071 INFO O| Oct 01 02:26:49.071 INFO ok!
86922024-10-01T02:26:50.851Z[ host-image] Oct 01 02:26:49.071 INFO O| Oct 01 02:26:49.071 INFO STEP 67 (ensure_file) COMPLETE
86932024-10-01T02:26:50.851Z[ host-image] Oct 01 02:26:49.071 INFO O| Oct 01 02:26:49.071 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86942024-10-01T02:26:50.857Z[ host-image] Oct 01 02:26:49.080 INFO O| Oct 01 02:26:49.080 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86952024-10-01T02:26:50.860Z[ host-image] Oct 01 02:26:49.080 INFO O| Oct 01 02:26:49.080 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 ...
86962024-10-01T02:26:50.860Z[ host-image] Oct 01 02:26:49.081 INFO O| Oct 01 02:26:49.081 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
86972024-10-01T02:26:50.860Z[ host-image] Oct 01 02:26:49.081 INFO O| Oct 01 02:26:49.081 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86982024-10-01T02:26:50.860Z[ host-image] Oct 01 02:26:49.081 INFO O| Oct 01 02:26:49.081 INFO ok!
86992024-10-01T02:26:50.860Z[ host-image] Oct 01 02:26:49.081 INFO O| Oct 01 02:26:49.081 INFO STEP 68 (ensure_file) COMPLETE
87002024-10-01T02:26:50.860Z[ host-image] Oct 01 02:26:49.081 INFO O| Oct 01 02:26:49.081 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-10-01T02:26:50.871Z[ host-image] Oct 01 02:26:49.094 INFO O| Oct 01 02:26:49.094 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
87022024-10-01T02:26:50.874Z[ host-image] Oct 01 02:26:49.094 INFO O| Oct 01 02:26:49.094 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
87032024-10-01T02:26:52.851Z[ host-image] Oct 01 02:26:51.073 INFO O| Oct 01 02:26:51.073 INFO STEP 69 (pack_tar) COMPLETE
87042024-10-01T02:26:52.851Z[ host-image] Oct 01 02:26:51.073 INFO O| Oct 01 02:26:51.073 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87052024-10-01T02:26:52.853Z[ host-image] Oct 01 02:26:51.073 INFO O| Oct 01 02:26:51.073 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
87062024-10-01T02:26:53.005Z[ host-image] Oct 01 02:26:51.228 INFO O| Oct 01 02:26:51.227 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87072024-10-01T02:26:53.081Z[ host-image] Oct 01 02:26:51.303 INFO O| Oct 01 02:26:51.303 INFO completed processing gimlet/ramdisk-02-trim
87082024-10-01T02:26:53.083Z[ host-image] Oct 01 02:26:51.305 INFO image builder template: zfs...
87092024-10-01T02:26:53.083Z[ host-image] Oct 01 02:26:51.305 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/.tmpjrqM94/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.293", "-n", "zfs"], pwd: None
87102024-10-01T02:26:53.096Z[ host-image] Oct 01 02:26:51.319 INFO O| Oct 01 02:26:51.319 INFO skip include "stress" because feature "stress" is not enabled
87112024-10-01T02:26:53.127Z[ host-image] Oct 01 02:26:51.350 INFO O| Oct 01 02:26:51.350 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87122024-10-01T02:26:53.131Z[ host-image] Oct 01 02:26:51.354 INFO O| Oct 01 02:26:51.353 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87132024-10-01T02:26:53.206Z[ host-image] Oct 01 02:26:51.428 INFO O| Oct 01 02:26:51.428 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87142024-10-01T02:26:53.267Z[ host-image] Oct 01 02:26:51.489 INFO O| Oct 01 02:26:51.489 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87152024-10-01T02:26:53.267Z[ host-image] Oct 01 02:26:51.489 INFO O| Oct 01 02:26:51.489 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87162024-10-01T02:26:53.271Z[ host-image] Oct 01 02:26:51.493 INFO O| Oct 01 02:26:51.493 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87172024-10-01T02:26:53.352Z[ host-image] Oct 01 02:26:51.574 INFO O| Oct 01 02:26:51.574 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87182024-10-01T02:26:53.408Z[ host-image] Oct 01 02:26:51.630 INFO O| Oct 01 02:26:51.630 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87192024-10-01T02:26:53.417Z[ host-image] Oct 01 02:26:51.639 INFO O| Oct 01 02:26:51.639 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87202024-10-01T02:26:53.421Z[ host-image] Oct 01 02:26:51.644 INFO O| Oct 01 02:26:51.644 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
87212024-10-01T02:26:53.423Z[ host-image] Oct 01 02:26:51.644 INFO O| Oct 01 02:26:51.644 INFO no lofi found
87222024-10-01T02:26:53.423Z[ host-image] Oct 01 02:26:51.644 INFO O| Oct 01 02:26:51.644 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
87232024-10-01T02:26:53.424Z[ host-image] Oct 01 02:26:51.644 INFO O| Oct 01 02:26:51.644 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87242024-10-01T02:26:54.787Z[ host-image] Oct 01 02:26:53.009 INFO O| Oct 01 02:26:53.009 INFO lofi device = /dev/dsk/c2t1d0p0
87252024-10-01T02:26:54.787Z[ host-image] Oct 01 02:26:53.009 INFO O| Oct 01 02:26:53.009 INFO pool device = /dev/dsk/c2t1d0p0
87262024-10-01T02:26:54.789Z[ host-image] Oct 01 02:26:53.009 INFO O| Oct 01 02:26:53.009 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"]
87272024-10-01T02:26:54.848Z[ host-image] Oct 01 02:26:53.071 INFO O| Oct 01 02:26:53.070 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87282024-10-01T02:26:54.849Z[ host-image] Oct 01 02:26:53.071 INFO O| Oct 01 02:26:53.071 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87292024-10-01T02:26:54.865Z[ host-image] Oct 01 02:26:53.087 INFO O| Oct 01 02:26:53.087 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87302024-10-01T02:26:54.915Z[ host-image] Oct 01 02:26:53.137 INFO O| Oct 01 02:26:53.137 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87312024-10-01T02:26:54.951Z[ host-image] Oct 01 02:26:53.173 INFO O| Oct 01 02:26:53.173 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87322024-10-01T02:26:54.963Z[ host-image] Oct 01 02:26:53.186 INFO O| Oct 01 02:26:53.186 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87332024-10-01T02:26:54.972Z[ host-image] Oct 01 02:26:53.195 INFO O| Oct 01 02:26:53.195 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87342024-10-01T02:26:54.995Z[ recovery-image] Oct 01 02:26:53.217 INFO E| Downloading crates ...
87352024-10-01T02:26:55.015Z[ host-image] Oct 01 02:26:53.238 INFO O| Oct 01 02:26:53.238 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87362024-10-01T02:26:55.018Z[ host-image] Oct 01 02:26:53.238 INFO O| Oct 01 02:26:53.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87372024-10-01T02:26:55.018Z[ host-image] Oct 01 02:26:53.238 INFO O| Oct 01 02:26:53.238 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87382024-10-01T02:26:55.023Z[ host-image] Oct 01 02:26:53.246 INFO O| Oct 01 02:26:53.246 INFO boot environment UUID: 4b69861a-0f45-4964-b520-80841a216947
87392024-10-01T02:26:55.023Z[ host-image] Oct 01 02:26:53.246 INFO O| Oct 01 02:26:53.246 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 4b69861a-0f45-4964-b520-80841a216947
87402024-10-01T02:26:55.032Z[ host-image] Oct 01 02:26:53.254 INFO O| Oct 01 02:26:53.254 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87412024-10-01T02:26:55.042Z[ host-image] Oct 01 02:26:53.264 INFO O| Oct 01 02:26:53.264 INFO STEP 0 (create_be) COMPLETE
87422024-10-01T02:26:55.042Z[ host-image] Oct 01 02:26:53.264 INFO O| Oct 01 02:26:53.264 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87432024-10-01T02:26:55.057Z[ host-image] Oct 01 02:26:53.279 INFO O| Oct 01 02:26:53.279 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87442024-10-01T02:26:55.086Z[ recovery-image] Oct 01 02:26:53.308 INFO E| Downloaded duct v0.13.7
87452024-10-01T02:26:55.090Z[ recovery-image] Oct 01 02:26:53.313 INFO E| Downloaded os_pipe v1.2.1
87462024-10-01T02:26:55.093Z[ recovery-image] Oct 01 02:26:53.315 INFO E| Downloaded anstyle-parse v0.2.5
87472024-10-01T02:26:55.095Z[ recovery-image] Oct 01 02:26:53.318 INFO E| Downloaded is_terminal_polyfill v1.70.1
87482024-10-01T02:26:55.098Z[ recovery-image] Oct 01 02:26:53.319 INFO E| Downloaded colorchoice v1.0.2
87492024-10-01T02:26:55.101Z[ recovery-image] Oct 01 02:26:53.324 INFO E| Downloaded utf8parse v0.2.2
87502024-10-01T02:26:55.104Z[ recovery-image] Oct 01 02:26:53.325 INFO E| Downloaded shared_child v1.0.1
87512024-10-01T02:26:55.104Z[ recovery-image] Oct 01 02:26:53.326 INFO E| Downloaded anstyle-query v1.1.1
87522024-10-01T02:26:55.106Z[ recovery-image] Oct 01 02:26:53.328 INFO E| Downloaded anstream v0.6.15
87532024-10-01T02:26:55.111Z[ recovery-image] Oct 01 02:26:53.334 INFO E| Downloaded clap_lex v0.7.2
87542024-10-01T02:26:55.115Z[ recovery-image] Oct 01 02:26:53.335 INFO E| Downloaded clap_builder v4.5.17
87552024-10-01T02:26:55.144Z[ recovery-image] Oct 01 02:26:53.367 INFO E| Downloaded libc v0.2.158
87562024-10-01T02:26:55.183Z[ recovery-image] Oct 01 02:26:53.405 INFO E| Downloaded clap v4.5.17
87572024-10-01T02:26:55.258Z[ recovery-image] Oct 01 02:26:53.480 INFO E| Compiling proc-macro2 v1.0.86
87582024-10-01T02:26:55.258Z[ recovery-image] Oct 01 02:26:53.480 INFO E| Compiling unicode-ident v1.0.13
87592024-10-01T02:26:55.261Z[ recovery-image] Oct 01 02:26:53.480 INFO E| Compiling libc v0.2.158
87602024-10-01T02:26:55.261Z[ recovery-image] Oct 01 02:26:53.480 INFO E| Compiling utf8parse v0.2.2
87612024-10-01T02:26:55.261Z[ recovery-image] Oct 01 02:26:53.480 INFO E| Compiling anstyle v1.0.8
87622024-10-01T02:26:55.261Z[ recovery-image] Oct 01 02:26:53.480 INFO E| Compiling anstyle-query v1.1.1
87632024-10-01T02:26:55.261Z[ recovery-image] Oct 01 02:26:53.480 INFO E| Compiling colorchoice v1.0.2
87642024-10-01T02:26:55.261Z[ recovery-image] Oct 01 02:26:53.480 INFO E| Compiling is_terminal_polyfill v1.70.1
87652024-10-01T02:26:55.917Z[ recovery-image] Oct 01 02:26:54.137 INFO E| Compiling anstyle-parse v0.2.5
87662024-10-01T02:26:55.917Z[ recovery-image] Oct 01 02:26:54.137 INFO E| Compiling heck v0.5.0
87672024-10-01T02:26:55.917Z[ recovery-image] Oct 01 02:26:54.137 INFO E| Compiling clap_lex v0.7.2
87682024-10-01T02:26:55.917Z[ recovery-image] Oct 01 02:26:54.137 INFO E| Compiling strsim v0.11.1
87692024-10-01T02:26:56.047Z[ recovery-image] Oct 01 02:26:54.269 INFO E| Compiling once_cell v1.19.0
87702024-10-01T02:26:56.346Z[ recovery-image] Oct 01 02:26:54.569 INFO E| Compiling anstream v0.6.15
87712024-10-01T02:26:56.785Z[ recovery-image] Oct 01 02:26:55.007 INFO E| Compiling clap_builder v4.5.17
87722024-10-01T02:26:57.407Z[ recovery-image] Oct 01 02:26:55.627 INFO E| Compiling shared_child v1.0.1
87732024-10-01T02:26:57.411Z[ recovery-image] Oct 01 02:26:55.627 INFO E| Compiling os_pipe v1.2.1
87742024-10-01T02:26:57.617Z[ recovery-image] Oct 01 02:26:55.838 INFO E| Compiling duct v0.13.7
87752024-10-01T02:26:57.835Z[ recovery-image] Oct 01 02:26:56.057 INFO E| Compiling quote v1.0.37
87762024-10-01T02:26:58.312Z[ recovery-image] Oct 01 02:26:56.534 INFO E| Compiling syn v2.0.77
87772024-10-01T02:27:03.966Z[ recovery-image] Oct 01 02:27:02.187 INFO E| Compiling clap_derive v4.5.13
87782024-10-01T02:27:06.322Z[ recovery-image] Oct 01 02:27:04.541 INFO E| Compiling clap v4.5.17
87792024-10-01T02:27:06.399Z[ recovery-image] Oct 01 02:27:04.617 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87802024-10-01T02:27:07.664Z[ recovery-image] Oct 01 02:27:05.885 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.48s
87812024-10-01T02:27:07.677Z[ recovery-image] Oct 01 02:27:05.898 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87822024-10-01T02:27:07.838Z[ recovery-image] Oct 01 02:27:06.060 INFO E| Updating crates.io index
87832024-10-01T02:27:08.038Z[ recovery-image] Oct 01 02:27:06.258 INFO E| Downloading crates ...
87842024-10-01T02:27:08.105Z[ recovery-image] Oct 01 02:27:06.326 INFO E| Downloaded bitstruct_derive v0.1.0
87852024-10-01T02:27:08.107Z[ recovery-image] Oct 01 02:27:06.328 INFO E| Downloaded bit_field v0.10.2
87862024-10-01T02:27:08.112Z[ recovery-image] Oct 01 02:27:06.330 INFO E| Downloaded bitstruct v0.1.1
87872024-10-01T02:27:08.114Z[ recovery-image] Oct 01 02:27:06.335 INFO E| Downloaded seq-macro v0.3.5
87882024-10-01T02:27:08.117Z[ recovery-image] Oct 01 02:27:06.337 INFO E| Downloaded cpio_reader v0.1.1
87892024-10-01T02:27:08.124Z[ recovery-image] Oct 01 02:27:06.345 INFO E| Downloaded raw-cpuid v10.7.0
87902024-10-01T02:27:08.215Z[ recovery-image] Oct 01 02:27:06.436 INFO E| Downloaded x86 v0.52.0
87912024-10-01T02:27:08.296Z[ recovery-image] Oct 01 02:27:06.517 INFO E| Updating crates.io index
87922024-10-01T02:27:08.392Z[ recovery-image] Oct 01 02:27:06.612 INFO E| Downloading crates ...
87932024-10-01T02:27:08.461Z[ recovery-image] Oct 01 02:27:06.682 INFO E| Downloaded compiler_builtins v0.1.125
87942024-10-01T02:27:08.536Z[ recovery-image] Oct 01 02:27:06.755 INFO E| Compiling compiler_builtins v0.1.125
87952024-10-01T02:27:08.536Z[ recovery-image] Oct 01 02:27:06.755 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
87962024-10-01T02:27:08.540Z[ recovery-image] Oct 01 02:27:06.755 INFO E| Compiling proc-macro2 v1.0.86
87972024-10-01T02:27:08.540Z[ recovery-image] Oct 01 02:27:06.755 INFO E| Compiling unicode-ident v1.0.13
87982024-10-01T02:27:08.540Z[ recovery-image] Oct 01 02:27:06.755 INFO E| Compiling syn v1.0.109
87992024-10-01T02:27:08.540Z[ recovery-image] Oct 01 02:27:06.755 INFO E| Compiling x86 v0.52.0
88002024-10-01T02:27:08.540Z[ recovery-image] Oct 01 02:27:06.755 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
88012024-10-01T02:27:08.540Z[ recovery-image] Oct 01 02:27:06.755 INFO E| Compiling seq-macro v0.3.5
88022024-10-01T02:27:10.479Z[ recovery-image] Oct 01 02:27:08.700 INFO E| Compiling quote v1.0.37
88032024-10-01T02:27:10.839Z[ recovery-image] Oct 01 02:27:09.054 INFO E| Compiling syn v2.0.77
88042024-10-01T02:27:15.241Z[ recovery-image] Oct 01 02:27:13.462 INFO E| Compiling scroll_derive v0.12.0
88052024-10-01T02:27:17.982Z[ host-image] Oct 01 02:27:16.202 INFO O| Oct 01 02:27:16.202 INFO STEP 1 (unpack_tar) COMPLETE
88062024-10-01T02:27:17.982Z[ host-image] Oct 01 02:27:16.202 INFO O| Oct 01 02:27:16.202 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88072024-10-01T02:27:17.999Z[ host-image] Oct 01 02:27:16.219 INFO O| Oct 01 02:27:16.219 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
88082024-10-01T02:27:18.216Z[ host-image] Oct 01 02:27:16.436 INFO O| Oct 01 02:27:16.436 INFO STEP 2 (devfsadm) COMPLETE
88092024-10-01T02:27:18.216Z[ host-image] Oct 01 02:27:16.436 INFO O| Oct 01 02:27:16.436 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88102024-10-01T02:27:18.242Z[ host-image] Oct 01 02:27:16.448 INFO O| Oct 01 02:27:16.448 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88112024-10-01T02:27:18.242Z[ host-image] Oct 01 02:27:16.448 INFO O| Oct 01 02:27:16.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88122024-10-01T02:27:18.246Z[ host-image] Oct 01 02:27:16.448 INFO O| Oct 01 02:27:16.448 INFO STEP 3 (ensure_dir) COMPLETE
88132024-10-01T02:27:18.246Z[ host-image] Oct 01 02:27:16.448 INFO O| Oct 01 02:27:16.448 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88142024-10-01T02:27:18.247Z[ host-image] Oct 01 02:27:16.459 INFO O| Oct 01 02:27:16.459 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88152024-10-01T02:27:18.247Z[ host-image] Oct 01 02:27:16.459 INFO O| Oct 01 02:27:16.459 INFO STEP 4 (ensure_dir) COMPLETE
88162024-10-01T02:27:18.247Z[ host-image] Oct 01 02:27:16.459 INFO O| Oct 01 02:27:16.459 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88172024-10-01T02:27:18.251Z[ host-image] Oct 01 02:27:16.469 INFO O| Oct 01 02:27:16.469 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88182024-10-01T02:27:18.251Z[ host-image] Oct 01 02:27:16.469 INFO O| Oct 01 02:27:16.469 INFO STEP 5 (ensure_dir) COMPLETE
88192024-10-01T02:27:18.251Z[ host-image] Oct 01 02:27:16.469 INFO O| Oct 01 02:27:16.469 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88202024-10-01T02:27:18.262Z[ host-image] Oct 01 02:27:16.482 INFO O| Oct 01 02:27:16.482 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88212024-10-01T02:27:18.265Z[ host-image] Oct 01 02:27:16.482 INFO O| Oct 01 02:27:16.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88222024-10-01T02:27:18.265Z[ host-image] Oct 01 02:27:16.482 INFO O| Oct 01 02:27:16.482 INFO STEP 6 (ensure_dir) COMPLETE
88232024-10-01T02:27:18.265Z[ host-image] Oct 01 02:27:16.482 INFO O| Oct 01 02:27:16.482 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88242024-10-01T02:27:18.273Z[ host-image] Oct 01 02:27:16.493 INFO O| Oct 01 02:27:16.493 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88252024-10-01T02:27:18.275Z[ host-image] Oct 01 02:27:16.493 INFO O| Oct 01 02:27:16.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88262024-10-01T02:27:18.275Z[ host-image] Oct 01 02:27:16.493 INFO O| Oct 01 02:27:16.493 INFO STEP 7 (ensure_dir) COMPLETE
88272024-10-01T02:27:18.275Z[ host-image] Oct 01 02:27:16.493 INFO O| Oct 01 02:27:16.493 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88282024-10-01T02:27:18.283Z[ host-image] Oct 01 02:27:16.503 INFO O| Oct 01 02:27:16.503 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
88292024-10-01T02:27:18.286Z[ host-image] Oct 01 02:27:16.503 INFO O| Oct 01 02:27:16.503 INFO STEP 8 (remove_files) COMPLETE
88302024-10-01T02:27:18.286Z[ host-image] Oct 01 02:27:16.503 INFO O| Oct 01 02:27:16.503 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88312024-10-01T02:27:18.294Z[ host-image] Oct 01 02:27:16.513 INFO O| Oct 01 02:27:16.513 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
88322024-10-01T02:27:18.296Z[ host-image] Oct 01 02:27:16.514 INFO O| Oct 01 02:27:16.514 INFO STEP 9 (remove_files) COMPLETE
88332024-10-01T02:27:18.296Z[ host-image] Oct 01 02:27:16.514 INFO O| Oct 01 02:27:16.514 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88342024-10-01T02:27:18.304Z[ host-image] Oct 01 02:27:16.524 INFO O| Oct 01 02:27:16.524 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88352024-10-01T02:27:18.311Z[ host-image] Oct 01 02:27:16.525 INFO O| Oct 01 02:27:16.525 INFO STEP 10 (remove_files) COMPLETE
88362024-10-01T02:27:18.311Z[ host-image] Oct 01 02:27:16.525 INFO O| Oct 01 02:27:16.525 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88372024-10-01T02:27:18.317Z[ host-image] Oct 01 02:27:16.537 INFO O| Oct 01 02:27:16.537 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88382024-10-01T02:27:18.317Z[ host-image] Oct 01 02:27:16.537 INFO O| Oct 01 02:27:16.537 INFO STEP 11 (remove_files) COMPLETE
88392024-10-01T02:27:18.319Z[ host-image] Oct 01 02:27:16.537 INFO O| Oct 01 02:27:16.537 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88402024-10-01T02:27:18.327Z[ host-image] Oct 01 02:27:16.548 INFO O| Oct 01 02:27:16.547 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88412024-10-01T02:27:18.327Z[ host-image] Oct 01 02:27:16.548 INFO O| Oct 01 02:27:16.548 INFO STEP 12 (remove_files) COMPLETE
88422024-10-01T02:27:18.327Z[ host-image] Oct 01 02:27:16.548 INFO O| Oct 01 02:27:16.548 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88432024-10-01T02:27:18.337Z[ host-image] Oct 01 02:27:16.558 INFO O| Oct 01 02:27:16.558 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88442024-10-01T02:27:18.338Z[ host-image] Oct 01 02:27:16.558 INFO O| Oct 01 02:27:16.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88452024-10-01T02:27:18.342Z[ host-image] Oct 01 02:27:16.558 INFO O| Oct 01 02:27:16.558 INFO STEP 13 (ensure_dir) COMPLETE
88462024-10-01T02:27:18.342Z[ host-image] Oct 01 02:27:16.558 INFO O| Oct 01 02:27:16.558 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88472024-10-01T02:27:18.342Z[ recovery-image] Oct 01 02:27:16.559 INFO E| Compiling bitstruct_derive v0.1.0
88482024-10-01T02:27:18.349Z[ host-image] Oct 01 02:27:16.569 INFO O| Oct 01 02:27:16.569 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88492024-10-01T02:27:18.349Z[ host-image] Oct 01 02:27:16.569 INFO O| Oct 01 02:27:16.569 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88502024-10-01T02:27:18.351Z[ host-image] Oct 01 02:27:16.569 INFO O| Oct 01 02:27:16.569 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88512024-10-01T02:27:18.351Z[ host-image] Oct 01 02:27:16.569 INFO O| Oct 01 02:27:16.569 INFO STEP 14 (ensure_dir) COMPLETE
88522024-10-01T02:27:18.351Z[ host-image] Oct 01 02:27:16.569 INFO O| Oct 01 02:27:16.569 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88532024-10-01T02:27:18.359Z[ host-image] Oct 01 02:27:16.579 INFO O| Oct 01 02:27:16.579 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88542024-10-01T02:27:18.359Z[ host-image] Oct 01 02:27:16.580 INFO O| Oct 01 02:27:16.579 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88552024-10-01T02:27:18.361Z[ host-image] Oct 01 02:27:16.580 INFO O| Oct 01 02:27:16.580 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88562024-10-01T02:27:18.361Z[ host-image] Oct 01 02:27:16.580 INFO O| Oct 01 02:27:16.580 INFO STEP 15 (ensure_dir) COMPLETE
88572024-10-01T02:27:18.361Z[ host-image] Oct 01 02:27:16.580 INFO O| Oct 01 02:27:16.580 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88582024-10-01T02:27:18.369Z[ host-image] Oct 01 02:27:16.590 INFO O| Oct 01 02:27:16.589 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88592024-10-01T02:27:18.369Z[ host-image] Oct 01 02:27:16.590 INFO O| Oct 01 02:27:16.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88602024-10-01T02:27:18.372Z[ host-image] Oct 01 02:27:16.590 INFO O| Oct 01 02:27:16.590 INFO STEP 16 (ensure_dir) COMPLETE
88612024-10-01T02:27:18.372Z[ host-image] Oct 01 02:27:16.590 INFO O| Oct 01 02:27:16.590 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88622024-10-01T02:27:18.381Z[ host-image] Oct 01 02:27:16.601 INFO O| Oct 01 02:27:16.601 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88632024-10-01T02:27:18.381Z[ host-image] Oct 01 02:27:16.601 INFO O| Oct 01 02:27:16.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88642024-10-01T02:27:18.383Z[ host-image] Oct 01 02:27:16.601 INFO O| Oct 01 02:27:16.601 INFO STEP 17 (ensure_dir) COMPLETE
88652024-10-01T02:27:18.383Z[ host-image] Oct 01 02:27:16.601 INFO O| Oct 01 02:27:16.601 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88662024-10-01T02:27:18.393Z[ host-image] Oct 01 02:27:16.613 INFO O| Oct 01 02:27:16.613 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88672024-10-01T02:27:18.393Z[ host-image] Oct 01 02:27:16.613 INFO O| Oct 01 02:27:16.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88682024-10-01T02:27:18.395Z[ host-image] Oct 01 02:27:16.613 INFO O| Oct 01 02:27:16.613 INFO ok!
88692024-10-01T02:27:18.396Z[ host-image] Oct 01 02:27:16.613 INFO O| Oct 01 02:27:16.613 INFO STEP 18 (ensure_symlink) COMPLETE
88702024-10-01T02:27:18.396Z[ host-image] Oct 01 02:27:16.613 INFO O| Oct 01 02:27:16.613 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88712024-10-01T02:27:18.406Z[ host-image] Oct 01 02:27:16.627 INFO O| Oct 01 02:27:16.627 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88722024-10-01T02:27:18.406Z[ host-image] Oct 01 02:27:16.627 INFO O| Oct 01 02:27:16.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88732024-10-01T02:27:18.409Z[ host-image] Oct 01 02:27:16.627 INFO O| Oct 01 02:27:16.627 INFO ok!
88742024-10-01T02:27:18.409Z[ host-image] Oct 01 02:27:16.627 INFO O| Oct 01 02:27:16.627 INFO STEP 19 (ensure_file) COMPLETE
88752024-10-01T02:27:18.409Z[ host-image] Oct 01 02:27:16.627 INFO O| Oct 01 02:27:16.627 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88762024-10-01T02:27:18.419Z[ host-image] Oct 01 02:27:16.639 INFO O| Oct 01 02:27:16.639 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88772024-10-01T02:27:18.419Z[ host-image] Oct 01 02:27:16.639 INFO O| Oct 01 02:27:16.639 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88782024-10-01T02:27:18.422Z[ host-image] Oct 01 02:27:16.640 INFO O| Oct 01 02:27:16.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88792024-10-01T02:27:18.422Z[ host-image] Oct 01 02:27:16.640 INFO O| Oct 01 02:27:16.640 INFO ok!
88802024-10-01T02:27:18.422Z[ host-image] Oct 01 02:27:16.640 INFO O| Oct 01 02:27:16.640 INFO STEP 20 (ensure_symlink) COMPLETE
88812024-10-01T02:27:18.422Z[ host-image] Oct 01 02:27:16.640 INFO O| Oct 01 02:27:16.640 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88822024-10-01T02:27:18.432Z[ host-image] Oct 01 02:27:16.652 INFO O| Oct 01 02:27:16.652 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88832024-10-01T02:27:18.432Z[ host-image] Oct 01 02:27:16.652 INFO O| Oct 01 02:27:16.652 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88842024-10-01T02:27:18.435Z[ host-image] Oct 01 02:27:16.652 INFO O| Oct 01 02:27:16.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88852024-10-01T02:27:18.435Z[ host-image] Oct 01 02:27:16.652 INFO O| Oct 01 02:27:16.652 INFO ok!
88862024-10-01T02:27:18.436Z[ host-image] Oct 01 02:27:16.652 INFO O| Oct 01 02:27:16.652 INFO STEP 21 (ensure_symlink) COMPLETE
88872024-10-01T02:27:18.436Z[ host-image] Oct 01 02:27:16.652 INFO O| Oct 01 02:27:16.652 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88882024-10-01T02:27:18.447Z[ host-image] Oct 01 02:27:16.667 INFO O| Oct 01 02:27:16.667 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88892024-10-01T02:27:18.447Z[ host-image] Oct 01 02:27:16.667 INFO O| Oct 01 02:27:16.667 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88902024-10-01T02:27:18.447Z[ host-image] Oct 01 02:27:16.667 INFO O| Oct 01 02:27:16.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88912024-10-01T02:27:18.447Z[ host-image] Oct 01 02:27:16.667 INFO O| Oct 01 02:27:16.667 INFO ok!
88922024-10-01T02:27:18.452Z[ host-image] Oct 01 02:27:16.667 INFO O| Oct 01 02:27:16.667 INFO STEP 22 (ensure_symlink) COMPLETE
88932024-10-01T02:27:18.452Z[ host-image] Oct 01 02:27:16.667 INFO O| Oct 01 02:27:16.667 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88942024-10-01T02:27:18.460Z[ host-image] Oct 01 02:27:16.680 INFO O| Oct 01 02:27:16.680 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88952024-10-01T02:27:18.460Z[ host-image] Oct 01 02:27:16.680 INFO O| Oct 01 02:27:16.680 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88962024-10-01T02:27:18.460Z[ host-image] Oct 01 02:27:16.680 INFO O| Oct 01 02:27:16.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88972024-10-01T02:27:18.462Z[ host-image] Oct 01 02:27:16.680 INFO O| Oct 01 02:27:16.680 INFO ok!
88982024-10-01T02:27:18.462Z[ host-image] Oct 01 02:27:16.680 INFO O| Oct 01 02:27:16.680 INFO STEP 23 (ensure_symlink) COMPLETE
88992024-10-01T02:27:18.462Z[ host-image] Oct 01 02:27:16.680 INFO O| Oct 01 02:27:16.680 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89002024-10-01T02:27:18.471Z[ host-image] Oct 01 02:27:16.692 INFO O| Oct 01 02:27:16.692 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89012024-10-01T02:27:18.472Z[ host-image] Oct 01 02:27:16.692 INFO O| Oct 01 02:27:16.692 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89022024-10-01T02:27:18.475Z[ host-image] Oct 01 02:27:16.692 INFO O| Oct 01 02:27:16.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89032024-10-01T02:27:18.475Z[ host-image] Oct 01 02:27:16.692 INFO O| Oct 01 02:27:16.692 INFO ok!
89042024-10-01T02:27:18.475Z[ host-image] Oct 01 02:27:16.692 INFO O| Oct 01 02:27:16.692 INFO STEP 24 (ensure_file) COMPLETE
89052024-10-01T02:27:18.475Z[ host-image] Oct 01 02:27:16.692 INFO O| Oct 01 02:27:16.692 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89062024-10-01T02:27:18.483Z[ host-image] Oct 01 02:27:16.703 INFO O| Oct 01 02:27:16.703 INFO updating shadow file
89072024-10-01T02:27:18.485Z[ host-image] Oct 01 02:27:16.703 INFO O| Oct 01 02:27:16.703 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89082024-10-01T02:27:18.485Z[ host-image] Oct 01 02:27:16.703 INFO O| Oct 01 02:27:16.703 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89092024-10-01T02:27:18.485Z[ host-image] Oct 01 02:27:16.703 INFO O| Oct 01 02:27:16.703 INFO STEP 25 (shadow) COMPLETE
89102024-10-01T02:27:18.485Z[ host-image] Oct 01 02:27:16.703 INFO O| Oct 01 02:27:16.703 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89112024-10-01T02:27:18.496Z[ host-image] Oct 01 02:27:16.715 INFO O| Oct 01 02:27:16.715 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
89122024-10-01T02:27:18.499Z[ host-image] Oct 01 02:27:16.715 INFO O| Oct 01 02:27:16.715 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
89132024-10-01T02:27:18.499Z[ host-image] Oct 01 02:27:16.715 INFO O| Oct 01 02:27:16.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
89142024-10-01T02:27:18.499Z[ host-image] Oct 01 02:27:16.715 INFO O| Oct 01 02:27:16.715 INFO ok!
89152024-10-01T02:27:18.499Z[ host-image] Oct 01 02:27:16.715 INFO O| Oct 01 02:27:16.715 INFO STEP 26 (ensure_file) COMPLETE
89162024-10-01T02:27:18.499Z[ host-image] Oct 01 02:27:16.715 INFO O| Oct 01 02:27:16.715 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89172024-10-01T02:27:18.506Z[ host-image] Oct 01 02:27:16.726 INFO O| Oct 01 02:27:16.726 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
89182024-10-01T02:27:18.506Z[ host-image] Oct 01 02:27:16.726 INFO O| Oct 01 02:27:16.726 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
89192024-10-01T02:27:18.508Z[ host-image] Oct 01 02:27:16.726 INFO O| Oct 01 02:27:16.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
89202024-10-01T02:27:18.508Z[ host-image] Oct 01 02:27:16.726 INFO O| Oct 01 02:27:16.726 INFO ok!
89212024-10-01T02:27:18.508Z[ host-image] Oct 01 02:27:16.726 INFO O| Oct 01 02:27:16.726 INFO STEP 27 (ensure_file) COMPLETE
89222024-10-01T02:27:18.508Z[ host-image] Oct 01 02:27:16.726 INFO O| Oct 01 02:27:16.726 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89232024-10-01T02:27:18.516Z[ host-image] Oct 01 02:27:16.737 INFO O| Oct 01 02:27:16.737 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89242024-10-01T02:27:18.516Z[ host-image] Oct 01 02:27:16.737 INFO O| Oct 01 02:27:16.737 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
89252024-10-01T02:27:18.521Z[ host-image] Oct 01 02:27:16.737 INFO O| Oct 01 02:27:16.737 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89262024-10-01T02:27:18.521Z[ host-image] Oct 01 02:27:16.737 INFO O| Oct 01 02:27:16.737 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89272024-10-01T02:27:18.521Z[ host-image] Oct 01 02:27:16.737 INFO O| Oct 01 02:27:16.737 INFO ok!
89282024-10-01T02:27:18.521Z[ host-image] Oct 01 02:27:16.737 INFO O| Oct 01 02:27:16.737 INFO STEP 28 (ensure_file) COMPLETE
89292024-10-01T02:27:18.521Z[ host-image] Oct 01 02:27:16.737 INFO O| Oct 01 02:27:16.737 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89302024-10-01T02:27:18.527Z[ host-image] Oct 01 02:27:16.747 INFO O| Oct 01 02:27:16.747 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
89312024-10-01T02:27:18.529Z[ host-image] Oct 01 02:27:16.747 INFO O| Oct 01 02:27:16.747 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
89322024-10-01T02:27:18.529Z[ host-image] Oct 01 02:27:16.747 INFO O| Oct 01 02:27:16.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
89332024-10-01T02:27:18.529Z[ host-image] Oct 01 02:27:16.747 INFO O| Oct 01 02:27:16.747 INFO ok!
89342024-10-01T02:27:18.529Z[ host-image] Oct 01 02:27:16.747 INFO O| Oct 01 02:27:16.747 INFO STEP 29 (ensure_file) COMPLETE
89352024-10-01T02:27:18.529Z[ host-image] Oct 01 02:27:16.747 INFO O| Oct 01 02:27:16.747 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89362024-10-01T02:27:18.539Z[ host-image] Oct 01 02:27:16.760 INFO O| Oct 01 02:27:16.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89372024-10-01T02:27:18.539Z[ host-image] Oct 01 02:27:16.760 INFO O| Oct 01 02:27:16.760 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89382024-10-01T02:27:18.541Z[ host-image] Oct 01 02:27:16.760 INFO O| Oct 01 02:27:16.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89392024-10-01T02:27:18.541Z[ host-image] Oct 01 02:27:16.760 INFO O| Oct 01 02:27:16.760 INFO ok!
89402024-10-01T02:27:18.541Z[ host-image] Oct 01 02:27:16.760 INFO O| Oct 01 02:27:16.760 INFO STEP 30 (ensure_file) COMPLETE
89412024-10-01T02:27:18.541Z[ host-image] Oct 01 02:27:16.760 INFO O| Oct 01 02:27:16.760 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89422024-10-01T02:27:18.550Z[ host-image] Oct 01 02:27:16.771 INFO O| Oct 01 02:27:16.771 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89432024-10-01T02:27:18.550Z[ host-image] Oct 01 02:27:16.771 INFO O| Oct 01 02:27:16.771 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89442024-10-01T02:27:18.553Z[ host-image] Oct 01 02:27:16.771 INFO O| Oct 01 02:27:16.771 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89452024-10-01T02:27:18.553Z[ host-image] Oct 01 02:27:16.771 INFO O| Oct 01 02:27:16.771 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89462024-10-01T02:27:18.553Z[ host-image] Oct 01 02:27:16.771 INFO O| Oct 01 02:27:16.771 INFO ok!
89472024-10-01T02:27:18.553Z[ host-image] Oct 01 02:27:16.771 INFO O| Oct 01 02:27:16.771 INFO STEP 31 (ensure_file) COMPLETE
89482024-10-01T02:27:18.553Z[ host-image] Oct 01 02:27:16.771 INFO O| Oct 01 02:27:16.771 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89492024-10-01T02:27:18.563Z[ host-image] Oct 01 02:27:16.783 INFO O| Oct 01 02:27:16.783 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89502024-10-01T02:27:18.563Z[ host-image] Oct 01 02:27:16.784 INFO O| Oct 01 02:27:16.784 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89512024-10-01T02:27:18.565Z[ host-image] Oct 01 02:27:16.784 INFO O| Oct 01 02:27:16.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89522024-10-01T02:27:18.566Z[ host-image] Oct 01 02:27:16.784 INFO O| Oct 01 02:27:16.784 INFO ok!
89532024-10-01T02:27:18.566Z[ host-image] Oct 01 02:27:16.784 INFO O| Oct 01 02:27:16.784 INFO STEP 32 (ensure_file) COMPLETE
89542024-10-01T02:27:18.566Z[ host-image] Oct 01 02:27:16.784 INFO O| Oct 01 02:27:16.784 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89552024-10-01T02:27:18.576Z[ host-image] Oct 01 02:27:16.796 INFO O| Oct 01 02:27:16.796 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89562024-10-01T02:27:18.576Z[ host-image] Oct 01 02:27:16.796 INFO O| Oct 01 02:27:16.796 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
89572024-10-01T02:27:18.579Z[ host-image] Oct 01 02:27:16.797 INFO O| Oct 01 02:27:16.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
89582024-10-01T02:27:18.579Z[ host-image] Oct 01 02:27:16.797 INFO O| Oct 01 02:27:16.797 INFO ok!
89592024-10-01T02:27:18.580Z[ host-image] Oct 01 02:27:16.797 INFO O| Oct 01 02:27:16.797 INFO STEP 33 (ensure_file) COMPLETE
89602024-10-01T02:27:18.580Z[ host-image] Oct 01 02:27:16.797 INFO O| Oct 01 02:27:16.797 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89612024-10-01T02:27:18.589Z[ host-image] Oct 01 02:27:16.809 INFO O| Oct 01 02:27:16.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89622024-10-01T02:27:18.589Z[ host-image] Oct 01 02:27:16.809 INFO O| Oct 01 02:27:16.809 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89632024-10-01T02:27:18.595Z[ host-image] Oct 01 02:27:16.809 INFO O| Oct 01 02:27:16.809 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89642024-10-01T02:27:18.595Z[ host-image] Oct 01 02:27:16.810 INFO O| Oct 01 02:27:16.810 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89652024-10-01T02:27:18.595Z[ host-image] Oct 01 02:27:16.810 INFO O| Oct 01 02:27:16.810 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89662024-10-01T02:27:18.595Z[ host-image] Oct 01 02:27:16.810 INFO O| Oct 01 02:27:16.810 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89672024-10-01T02:27:18.595Z[ host-image] Oct 01 02:27:16.810 INFO O| Oct 01 02:27:16.810 INFO ok!
89682024-10-01T02:27:18.595Z[ host-image] Oct 01 02:27:16.810 INFO O| Oct 01 02:27:16.810 INFO STEP 34 (ensure_file) COMPLETE
89692024-10-01T02:27:18.595Z[ host-image] Oct 01 02:27:16.810 INFO O| Oct 01 02:27:16.810 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89702024-10-01T02:27:18.613Z[ host-image] Oct 01 02:27:16.833 INFO O| Oct 01 02:27:16.833 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89712024-10-01T02:27:18.613Z[ host-image] Oct 01 02:27:16.833 INFO O| Oct 01 02:27:16.833 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89722024-10-01T02:27:18.613Z[ host-image] Oct 01 02:27:16.833 INFO O| Oct 01 02:27:16.833 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89732024-10-01T02:27:18.615Z[ host-image] Oct 01 02:27:16.833 INFO O| Oct 01 02:27:16.833 INFO STEP 35 (ensure_dir) COMPLETE
89742024-10-01T02:27:18.615Z[ host-image] Oct 01 02:27:16.833 INFO O| Oct 01 02:27:16.833 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89752024-10-01T02:27:18.626Z[ host-image] Oct 01 02:27:16.846 INFO O| Oct 01 02:27:16.846 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
89762024-10-01T02:27:18.626Z[ host-image] Oct 01 02:27:16.846 INFO O| Oct 01 02:27:16.846 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 ...
89772024-10-01T02:27:18.628Z[ host-image] Oct 01 02:27:16.846 INFO O| Oct 01 02:27:16.846 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
89782024-10-01T02:27:18.628Z[ host-image] Oct 01 02:27:16.846 INFO O| Oct 01 02:27:16.846 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
89792024-10-01T02:27:18.628Z[ host-image] Oct 01 02:27:16.846 INFO O| Oct 01 02:27:16.846 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
89802024-10-01T02:27:18.628Z[ host-image] Oct 01 02:27:16.846 INFO O| Oct 01 02:27:16.846 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
89812024-10-01T02:27:18.628Z[ host-image] Oct 01 02:27:16.846 INFO O| Oct 01 02:27:16.846 INFO ok!
89822024-10-01T02:27:18.628Z[ host-image] Oct 01 02:27:16.846 INFO O| Oct 01 02:27:16.846 INFO STEP 36 (ensure_file) COMPLETE
89832024-10-01T02:27:18.628Z[ host-image] Oct 01 02:27:16.846 INFO O| Oct 01 02:27:16.846 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89842024-10-01T02:27:18.641Z[ host-image] Oct 01 02:27:16.862 INFO O| Oct 01 02:27:16.862 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89852024-10-01T02:27:18.641Z[ host-image] Oct 01 02:27:16.862 INFO O| Oct 01 02:27:16.862 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 ...
89862024-10-01T02:27:18.644Z[ host-image] Oct 01 02:27:16.862 INFO O| Oct 01 02:27:16.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89872024-10-01T02:27:18.644Z[ host-image] Oct 01 02:27:16.862 INFO O| Oct 01 02:27:16.862 INFO ok!
89882024-10-01T02:27:18.644Z[ host-image] Oct 01 02:27:16.862 INFO O| Oct 01 02:27:16.862 INFO STEP 37 (ensure_symlink) COMPLETE
89892024-10-01T02:27:18.644Z[ host-image] Oct 01 02:27:16.862 INFO O| Oct 01 02:27:16.862 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89902024-10-01T02:27:18.656Z[ host-image] Oct 01 02:27:16.874 INFO O| Oct 01 02:27:16.874 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89912024-10-01T02:27:18.656Z[ host-image] Oct 01 02:27:16.874 INFO O| Oct 01 02:27:16.874 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89922024-10-01T02:27:18.656Z[ host-image] Oct 01 02:27:16.874 INFO O| Oct 01 02:27:16.874 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89932024-10-01T02:27:18.656Z[ host-image] Oct 01 02:27:16.874 INFO O| Oct 01 02:27:16.874 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89942024-10-01T02:27:18.656Z[ host-image] Oct 01 02:27:16.874 INFO O| Oct 01 02:27:16.874 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89952024-10-01T02:27:18.656Z[ host-image] Oct 01 02:27:16.875 INFO O| Oct 01 02:27:16.874 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89962024-10-01T02:27:18.656Z[ host-image] Oct 01 02:27:16.875 INFO O| Oct 01 02:27:16.874 INFO ok!
89972024-10-01T02:27:18.656Z[ host-image] Oct 01 02:27:16.875 INFO O| Oct 01 02:27:16.875 INFO STEP 38 (ensure_file) COMPLETE
89982024-10-01T02:27:18.656Z[ host-image] Oct 01 02:27:16.875 INFO O| Oct 01 02:27:16.875 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89992024-10-01T02:27:18.669Z[ host-image] Oct 01 02:27:16.887 INFO O| Oct 01 02:27:16.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90002024-10-01T02:27:18.669Z[ host-image] Oct 01 02:27:16.887 INFO O| Oct 01 02:27:16.887 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 ...
90012024-10-01T02:27:18.671Z[ host-image] Oct 01 02:27:16.887 INFO O| Oct 01 02:27:16.887 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
90022024-10-01T02:27:18.671Z[ host-image] Oct 01 02:27:16.887 INFO O| Oct 01 02:27:16.887 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90032024-10-01T02:27:18.671Z[ host-image] Oct 01 02:27:16.887 INFO O| Oct 01 02:27:16.887 INFO ok!
90042024-10-01T02:27:18.672Z[ host-image] Oct 01 02:27:16.888 INFO O| Oct 01 02:27:16.887 INFO STEP 39 (ensure_file) COMPLETE
90052024-10-01T02:27:18.672Z[ host-image] Oct 01 02:27:16.888 INFO O| Oct 01 02:27:16.887 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90062024-10-01T02:27:18.683Z[ host-image] Oct 01 02:27:16.902 INFO O| Oct 01 02:27:16.902 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
90072024-10-01T02:27:18.683Z[ host-image] Oct 01 02:27:16.902 INFO O| Oct 01 02:27:16.902 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
90082024-10-01T02:27:18.685Z[ host-image] Oct 01 02:27:16.902 INFO O| Oct 01 02:27:16.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
90092024-10-01T02:27:18.685Z[ host-image] Oct 01 02:27:16.902 INFO O| Oct 01 02:27:16.902 INFO ok!
90102024-10-01T02:27:18.686Z[ host-image] Oct 01 02:27:16.902 INFO O| Oct 01 02:27:16.902 INFO STEP 40 (ensure_file) COMPLETE
90112024-10-01T02:27:18.686Z[ host-image] Oct 01 02:27:16.902 INFO O| Oct 01 02:27:16.902 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90122024-10-01T02:27:18.695Z[ host-image] Oct 01 02:27:16.916 INFO O| Oct 01 02:27:16.915 INFO updating shadow file
90132024-10-01T02:27:18.698Z[ host-image] Oct 01 02:27:16.916 INFO O| Oct 01 02:27:16.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90142024-10-01T02:27:18.698Z[ host-image] Oct 01 02:27:16.916 INFO O| Oct 01 02:27:16.916 INFO STEP 41 (shadow) COMPLETE
90152024-10-01T02:27:18.698Z[ host-image] Oct 01 02:27:16.916 INFO O| Oct 01 02:27:16.916 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90162024-10-01T02:27:18.707Z[ host-image] Oct 01 02:27:16.928 INFO O| Oct 01 02:27:16.927 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
90172024-10-01T02:27:18.707Z[ host-image] Oct 01 02:27:16.928 INFO O| Oct 01 02:27:16.928 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
90182024-10-01T02:27:18.710Z[ host-image] Oct 01 02:27:16.928 INFO O| Oct 01 02:27:16.928 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90192024-10-01T02:27:18.710Z[ host-image] Oct 01 02:27:16.928 INFO O| Oct 01 02:27:16.928 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90202024-10-01T02:27:18.710Z[ host-image] Oct 01 02:27:16.928 INFO O| Oct 01 02:27:16.928 INFO ok!
90212024-10-01T02:27:18.710Z[ host-image] Oct 01 02:27:16.928 INFO O| Oct 01 02:27:16.928 INFO STEP 42 (ensure_file) COMPLETE
90222024-10-01T02:27:18.710Z[ host-image] Oct 01 02:27:16.928 INFO O| Oct 01 02:27:16.928 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90232024-10-01T02:27:18.710Z[ host-image] Oct 01 02:27:16.928 INFO O| Oct 01 02:27:16.928 INFO skip step because feature "mfg" is not enabled
90242024-10-01T02:27:18.710Z[ host-image] Oct 01 02:27:16.928 INFO O| Oct 01 02:27:16.928 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90252024-10-01T02:27:18.710Z[ host-image] Oct 01 02:27:16.928 INFO O| Oct 01 02:27:16.928 INFO skip step because feature "mfg" is not enabled
90262024-10-01T02:27:18.710Z[ host-image] Oct 01 02:27:16.928 INFO O| Oct 01 02:27:16.928 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90272024-10-01T02:27:18.722Z[ host-image] Oct 01 02:27:16.943 INFO O| Oct 01 02:27:16.943 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
90282024-10-01T02:27:18.725Z[ host-image] Oct 01 02:27:16.943 INFO O| Oct 01 02:27:16.943 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
90292024-10-01T02:27:19.399Z[ host-image] Oct 01 02:27:17.618 INFO O| Oct 01 02:27:17.618 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90302024-10-01T02:27:19.399Z[ host-image] Oct 01 02:27:17.618 INFO O| Oct 01 02:27:17.618 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90312024-10-01T02:27:19.399Z[ host-image] Oct 01 02:27:17.619 INFO O| Oct 01 02:27:17.618 INFO ok!
90322024-10-01T02:27:19.402Z[ host-image] Oct 01 02:27:17.619 INFO O| Oct 01 02:27:17.618 INFO STEP 45 (ensure_file) COMPLETE
90332024-10-01T02:27:19.402Z[ host-image] Oct 01 02:27:17.619 INFO O| Oct 01 02:27:17.618 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90342024-10-01T02:27:19.412Z[ host-image] Oct 01 02:27:17.630 INFO O| Oct 01 02:27:17.630 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90352024-10-01T02:27:19.414Z[ host-image] Oct 01 02:27:17.630 INFO O| Oct 01 02:27:17.630 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90362024-10-01T02:27:19.415Z[ host-image] Oct 01 02:27:17.631 INFO O| Oct 01 02:27:17.631 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90372024-10-01T02:27:19.415Z[ host-image] Oct 01 02:27:17.631 INFO O| Oct 01 02:27:17.631 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90382024-10-01T02:27:19.415Z[ host-image] Oct 01 02:27:17.631 INFO O| Oct 01 02:27:17.631 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90392024-10-01T02:27:19.415Z[ host-image] Oct 01 02:27:17.631 INFO O| Oct 01 02:27:17.631 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90402024-10-01T02:27:19.415Z[ host-image] Oct 01 02:27:17.631 INFO O| Oct 01 02:27:17.631 INFO ok!
90412024-10-01T02:27:19.415Z[ host-image] Oct 01 02:27:17.631 INFO O| Oct 01 02:27:17.631 INFO STEP 46 (ensure_file) COMPLETE
90422024-10-01T02:27:19.415Z[ host-image] Oct 01 02:27:17.631 INFO O| Oct 01 02:27:17.631 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90432024-10-01T02:27:19.421Z[ host-image] Oct 01 02:27:17.641 INFO O| Oct 01 02:27:17.641 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90442024-10-01T02:27:19.421Z[ host-image] Oct 01 02:27:17.641 INFO O| Oct 01 02:27:17.641 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 ...
90452024-10-01T02:27:19.423Z[ host-image] Oct 01 02:27:17.641 INFO O| Oct 01 02:27:17.641 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
90462024-10-01T02:27:19.423Z[ host-image] Oct 01 02:27:17.641 INFO O| Oct 01 02:27:17.641 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90472024-10-01T02:27:19.423Z[ host-image] Oct 01 02:27:17.641 INFO O| Oct 01 02:27:17.641 INFO ok!
90482024-10-01T02:27:19.424Z[ host-image] Oct 01 02:27:17.641 INFO O| Oct 01 02:27:17.641 INFO STEP 47 (ensure_file) COMPLETE
90492024-10-01T02:27:19.424Z[ host-image] Oct 01 02:27:17.641 INFO O| Oct 01 02:27:17.641 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90502024-10-01T02:27:19.431Z[ host-image] Oct 01 02:27:17.652 INFO O| Oct 01 02:27:17.652 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90512024-10-01T02:27:19.431Z[ host-image] Oct 01 02:27:17.652 INFO O| Oct 01 02:27:17.652 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90522024-10-01T02:27:19.436Z[ host-image] Oct 01 02:27:17.652 INFO O| Oct 01 02:27:17.652 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90532024-10-01T02:27:19.436Z[ host-image] Oct 01 02:27:17.652 INFO O| Oct 01 02:27:17.652 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90542024-10-01T02:27:19.436Z[ host-image] Oct 01 02:27:17.652 INFO O| Oct 01 02:27:17.652 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90552024-10-01T02:27:19.436Z[ host-image] Oct 01 02:27:17.652 INFO O| Oct 01 02:27:17.652 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90562024-10-01T02:27:19.436Z[ host-image] Oct 01 02:27:17.652 INFO O| Oct 01 02:27:17.652 INFO ok!
90572024-10-01T02:27:19.436Z[ host-image] Oct 01 02:27:17.652 INFO O| Oct 01 02:27:17.652 INFO STEP 48 (ensure_file) COMPLETE
90582024-10-01T02:27:19.436Z[ host-image] Oct 01 02:27:17.652 INFO O| Oct 01 02:27:17.652 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90592024-10-01T02:27:19.442Z[ host-image] Oct 01 02:27:17.662 INFO O| Oct 01 02:27:17.662 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90602024-10-01T02:27:19.442Z[ host-image] Oct 01 02:27:17.662 INFO O| Oct 01 02:27:17.662 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 ...
90612024-10-01T02:27:19.442Z[ host-image] Oct 01 02:27:17.662 INFO O| Oct 01 02:27:17.662 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
90622024-10-01T02:27:19.445Z[ host-image] Oct 01 02:27:17.662 INFO O| Oct 01 02:27:17.662 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90632024-10-01T02:27:19.445Z[ host-image] Oct 01 02:27:17.662 INFO O| Oct 01 02:27:17.662 INFO ok!
90642024-10-01T02:27:19.445Z[ host-image] Oct 01 02:27:17.662 INFO O| Oct 01 02:27:17.662 INFO STEP 49 (ensure_file) COMPLETE
90652024-10-01T02:27:19.445Z[ host-image] Oct 01 02:27:17.662 INFO O| Oct 01 02:27:17.662 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90662024-10-01T02:27:19.452Z[ host-image] Oct 01 02:27:17.673 INFO O| Oct 01 02:27:17.673 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90672024-10-01T02:27:19.452Z[ host-image] Oct 01 02:27:17.673 INFO O| Oct 01 02:27:17.673 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90682024-10-01T02:27:19.455Z[ host-image] Oct 01 02:27:17.673 INFO O| Oct 01 02:27:17.673 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90692024-10-01T02:27:19.455Z[ host-image] Oct 01 02:27:17.673 INFO O| Oct 01 02:27:17.673 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90702024-10-01T02:27:19.455Z[ host-image] Oct 01 02:27:17.673 INFO O| Oct 01 02:27:17.673 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90712024-10-01T02:27:19.455Z[ host-image] Oct 01 02:27:17.673 INFO O| Oct 01 02:27:17.673 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90722024-10-01T02:27:19.455Z[ host-image] Oct 01 02:27:17.673 INFO O| Oct 01 02:27:17.673 INFO ok!
90732024-10-01T02:27:19.455Z[ host-image] Oct 01 02:27:17.673 INFO O| Oct 01 02:27:17.673 INFO STEP 50 (ensure_file) COMPLETE
90742024-10-01T02:27:19.455Z[ host-image] Oct 01 02:27:17.673 INFO O| Oct 01 02:27:17.673 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90752024-10-01T02:27:19.463Z[ host-image] Oct 01 02:27:17.683 INFO O| Oct 01 02:27:17.683 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90762024-10-01T02:27:19.465Z[ host-image] Oct 01 02:27:17.683 INFO O| Oct 01 02:27:17.683 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 ...
90772024-10-01T02:27:19.465Z[ host-image] Oct 01 02:27:17.683 INFO O| Oct 01 02:27:17.683 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
90782024-10-01T02:27:19.465Z[ host-image] Oct 01 02:27:17.683 INFO O| Oct 01 02:27:17.683 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90792024-10-01T02:27:19.465Z[ host-image] Oct 01 02:27:17.683 INFO O| Oct 01 02:27:17.683 INFO ok!
90802024-10-01T02:27:19.465Z[ host-image] Oct 01 02:27:17.683 INFO O| Oct 01 02:27:17.683 INFO STEP 51 (ensure_file) COMPLETE
90812024-10-01T02:27:19.466Z[ host-image] Oct 01 02:27:17.683 INFO O| Oct 01 02:27:17.683 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90822024-10-01T02:27:19.474Z[ host-image] Oct 01 02:27:17.693 INFO O| Oct 01 02:27:17.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90832024-10-01T02:27:19.474Z[ host-image] Oct 01 02:27:17.693 INFO O| Oct 01 02:27:17.693 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 ...
90842024-10-01T02:27:19.478Z[ host-image] Oct 01 02:27:17.693 INFO O| Oct 01 02:27:17.693 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
90852024-10-01T02:27:19.478Z[ host-image] Oct 01 02:27:17.694 INFO O| Oct 01 02:27:17.693 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90862024-10-01T02:27:19.478Z[ host-image] Oct 01 02:27:17.694 INFO O| Oct 01 02:27:17.693 INFO ok!
90872024-10-01T02:27:19.478Z[ host-image] Oct 01 02:27:17.694 INFO O| Oct 01 02:27:17.693 INFO STEP 52 (ensure_file) COMPLETE
90882024-10-01T02:27:19.478Z[ host-image] Oct 01 02:27:17.694 INFO O| Oct 01 02:27:17.694 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90892024-10-01T02:27:19.483Z[ host-image] Oct 01 02:27:17.703 INFO O| Oct 01 02:27:17.703 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90902024-10-01T02:27:19.483Z[ host-image] Oct 01 02:27:17.703 INFO O| Oct 01 02:27:17.703 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 ...
90912024-10-01T02:27:19.486Z[ host-image] Oct 01 02:27:17.703 INFO O| Oct 01 02:27:17.703 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
90922024-10-01T02:27:19.486Z[ host-image] Oct 01 02:27:17.703 INFO O| Oct 01 02:27:17.703 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90932024-10-01T02:27:19.486Z[ host-image] Oct 01 02:27:17.703 INFO O| Oct 01 02:27:17.703 INFO ok!
90942024-10-01T02:27:19.486Z[ host-image] Oct 01 02:27:17.704 INFO O| Oct 01 02:27:17.703 INFO STEP 53 (ensure_file) COMPLETE
90952024-10-01T02:27:19.486Z[ host-image] Oct 01 02:27:17.704 INFO O| Oct 01 02:27:17.703 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90962024-10-01T02:27:19.493Z[ host-image] Oct 01 02:27:17.713 INFO O| Oct 01 02:27:17.713 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90972024-10-01T02:27:19.494Z[ host-image] Oct 01 02:27:17.713 INFO O| Oct 01 02:27:17.713 INFO STEP 54 (ensure_dir) COMPLETE
90982024-10-01T02:27:19.494Z[ host-image] Oct 01 02:27:17.713 INFO O| Oct 01 02:27:17.713 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-10-01T02:27:19.503Z[ host-image] Oct 01 02:27:17.723 INFO O| Oct 01 02:27:17.723 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91002024-10-01T02:27:19.505Z[ host-image] Oct 01 02:27:17.723 INFO O| Oct 01 02:27:17.723 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91012024-10-01T02:27:19.506Z[ host-image] Oct 01 02:27:17.723 INFO O| Oct 01 02:27:17.723 INFO STEP 55 (ensure_dir) COMPLETE
91022024-10-01T02:27:19.506Z[ host-image] Oct 01 02:27:17.723 INFO O| Oct 01 02:27:17.723 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91032024-10-01T02:27:19.513Z[ host-image] Oct 01 02:27:17.733 INFO O| Oct 01 02:27:17.733 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91042024-10-01T02:27:19.516Z[ host-image] Oct 01 02:27:17.734 INFO O| Oct 01 02:27:17.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91052024-10-01T02:27:19.516Z[ host-image] Oct 01 02:27:17.734 INFO O| Oct 01 02:27:17.734 INFO STEP 56 (ensure_dir) COMPLETE
91062024-10-01T02:27:19.516Z[ host-image] Oct 01 02:27:17.734 INFO O| Oct 01 02:27:17.734 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91072024-10-01T02:27:19.524Z[ host-image] Oct 01 02:27:17.744 INFO O| Oct 01 02:27:17.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
91082024-10-01T02:27:19.524Z[ host-image] Oct 01 02:27:17.744 INFO O| Oct 01 02:27:17.744 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
91092024-10-01T02:27:19.539Z[ host-image] Oct 01 02:27:17.759 INFO O| Oct 01 02:27:17.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
91102024-10-01T02:27:19.539Z[ host-image] Oct 01 02:27:17.759 INFO O| Oct 01 02:27:17.759 INFO ok!
91112024-10-01T02:27:19.542Z[ host-image] Oct 01 02:27:17.759 INFO O| Oct 01 02:27:17.759 INFO STEP 57 (ensure_file) COMPLETE
91122024-10-01T02:27:19.542Z[ host-image] Oct 01 02:27:17.759 INFO O| Oct 01 02:27:17.759 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91132024-10-01T02:27:19.550Z[ host-image] Oct 01 02:27:17.770 INFO O| Oct 01 02:27:17.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
91142024-10-01T02:27:19.550Z[ host-image] Oct 01 02:27:17.770 INFO O| Oct 01 02:27:17.770 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
91152024-10-01T02:27:20.654Z[ host-image] Oct 01 02:27:18.874 INFO O| Oct 01 02:27:18.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
91162024-10-01T02:27:20.654Z[ host-image] Oct 01 02:27:18.874 INFO O| Oct 01 02:27:18.874 INFO ok!
91172024-10-01T02:27:20.659Z[ host-image] Oct 01 02:27:18.874 INFO O| Oct 01 02:27:18.874 INFO STEP 58 (ensure_file) COMPLETE
91182024-10-01T02:27:20.659Z[ host-image] Oct 01 02:27:18.874 INFO O| Oct 01 02:27:18.874 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91192024-10-01T02:27:20.666Z[ host-image] Oct 01 02:27:18.886 INFO O| Oct 01 02:27:18.886 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91202024-10-01T02:27:20.666Z[ host-image] Oct 01 02:27:18.886 INFO O| Oct 01 02:27:18.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91212024-10-01T02:27:20.670Z[ host-image] Oct 01 02:27:18.886 INFO O| Oct 01 02:27:18.886 INFO STEP 59 (ensure_dir) COMPLETE
91222024-10-01T02:27:20.670Z[ host-image] Oct 01 02:27:18.886 INFO O| Oct 01 02:27:18.886 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91232024-10-01T02:27:20.686Z[ host-image] Oct 01 02:27:18.896 INFO O| Oct 01 02:27:18.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91242024-10-01T02:27:20.686Z[ host-image] Oct 01 02:27:18.896 INFO O| Oct 01 02:27:18.896 INFO copying /tmp/.tmpjrqM94/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 ...
91252024-10-01T02:27:20.686Z[ host-image] Oct 01 02:27:18.896 INFO O| Oct 01 02:27:18.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
91262024-10-01T02:27:20.691Z[ host-image] Oct 01 02:27:18.896 INFO O| Oct 01 02:27:18.896 INFO ok!
91272024-10-01T02:27:20.691Z[ host-image] Oct 01 02:27:18.896 INFO O| Oct 01 02:27:18.896 INFO STEP 60 (ensure_file) COMPLETE
91282024-10-01T02:27:20.691Z[ host-image] Oct 01 02:27:18.896 INFO O| Oct 01 02:27:18.896 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91292024-10-01T02:27:20.691Z[ host-image] Oct 01 02:27:18.906 INFO O| Oct 01 02:27:18.906 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91302024-10-01T02:27:20.691Z[ host-image] Oct 01 02:27:18.906 INFO O| Oct 01 02:27:18.906 INFO copying /tmp/.tmpjrqM94/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 ...
91312024-10-01T02:27:20.691Z[ host-image] Oct 01 02:27:18.906 INFO O| Oct 01 02:27:18.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
91322024-10-01T02:27:20.691Z[ host-image] Oct 01 02:27:18.906 INFO O| Oct 01 02:27:18.906 INFO ok!
91332024-10-01T02:27:20.691Z[ host-image] Oct 01 02:27:18.906 INFO O| Oct 01 02:27:18.906 INFO STEP 61 (ensure_file) COMPLETE
91342024-10-01T02:27:20.691Z[ host-image] Oct 01 02:27:18.906 INFO O| Oct 01 02:27:18.906 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91352024-10-01T02:27:20.696Z[ host-image] Oct 01 02:27:18.916 INFO O| Oct 01 02:27:18.916 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91362024-10-01T02:27:20.696Z[ host-image] Oct 01 02:27:18.916 INFO O| Oct 01 02:27:18.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91372024-10-01T02:27:20.696Z[ host-image] Oct 01 02:27:18.916 INFO O| Oct 01 02:27:18.916 INFO STEP 62 (ensure_dir) COMPLETE
91382024-10-01T02:27:20.698Z[ host-image] Oct 01 02:27:18.916 INFO O| Oct 01 02:27:18.916 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91392024-10-01T02:27:20.706Z[ host-image] Oct 01 02:27:18.926 INFO O| Oct 01 02:27:18.926 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91402024-10-01T02:27:20.706Z[ host-image] Oct 01 02:27:18.926 INFO O| Oct 01 02:27:18.926 INFO copying /tmp/.tmpjrqM94/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 ...
91412024-10-01T02:27:20.709Z[ host-image] Oct 01 02:27:18.926 INFO O| Oct 01 02:27:18.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91422024-10-01T02:27:20.709Z[ host-image] Oct 01 02:27:18.927 INFO O| Oct 01 02:27:18.926 INFO ok!
91432024-10-01T02:27:20.709Z[ host-image] Oct 01 02:27:18.927 INFO O| Oct 01 02:27:18.926 INFO STEP 63 (ensure_file) COMPLETE
91442024-10-01T02:27:20.709Z[ host-image] Oct 01 02:27:18.927 INFO O| Oct 01 02:27:18.926 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91452024-10-01T02:27:20.717Z[ host-image] Oct 01 02:27:18.936 INFO O| Oct 01 02:27:18.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91462024-10-01T02:27:20.717Z[ host-image] Oct 01 02:27:18.936 INFO O| Oct 01 02:27:18.936 INFO copying /tmp/.tmpjrqM94/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 ...
91472024-10-01T02:27:20.717Z[ host-image] Oct 01 02:27:18.936 INFO O| Oct 01 02:27:18.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91482024-10-01T02:27:20.721Z[ host-image] Oct 01 02:27:18.936 INFO O| Oct 01 02:27:18.936 INFO ok!
91492024-10-01T02:27:20.721Z[ host-image] Oct 01 02:27:18.936 INFO O| Oct 01 02:27:18.936 INFO STEP 64 (ensure_file) COMPLETE
91502024-10-01T02:27:20.721Z[ host-image] Oct 01 02:27:18.937 INFO O| Oct 01 02:27:18.936 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91512024-10-01T02:27:20.726Z[ host-image] Oct 01 02:27:18.946 INFO O| Oct 01 02:27:18.946 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91522024-10-01T02:27:20.726Z[ host-image] Oct 01 02:27:18.946 INFO O| Oct 01 02:27:18.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91532024-10-01T02:27:20.729Z[ host-image] Oct 01 02:27:18.946 INFO O| Oct 01 02:27:18.946 INFO STEP 65 (ensure_dir) COMPLETE
91542024-10-01T02:27:20.729Z[ host-image] Oct 01 02:27:18.946 INFO O| Oct 01 02:27:18.946 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91552024-10-01T02:27:20.736Z[ host-image] Oct 01 02:27:18.956 INFO O| Oct 01 02:27:18.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91562024-10-01T02:27:20.736Z[ host-image] Oct 01 02:27:18.956 INFO O| Oct 01 02:27:18.956 INFO copying /tmp/.tmpjrqM94/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 ...
91572024-10-01T02:27:20.741Z[ host-image] Oct 01 02:27:18.956 INFO O| Oct 01 02:27:18.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91582024-10-01T02:27:20.741Z[ host-image] Oct 01 02:27:18.956 INFO O| Oct 01 02:27:18.956 INFO ok!
91592024-10-01T02:27:20.741Z[ host-image] Oct 01 02:27:18.956 INFO O| Oct 01 02:27:18.956 INFO STEP 66 (ensure_file) COMPLETE
91602024-10-01T02:27:20.741Z[ host-image] Oct 01 02:27:18.956 INFO O| Oct 01 02:27:18.956 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91612024-10-01T02:27:20.745Z[ host-image] Oct 01 02:27:18.965 INFO O| Oct 01 02:27:18.965 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91622024-10-01T02:27:20.745Z[ host-image] Oct 01 02:27:18.965 INFO O| Oct 01 02:27:18.965 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91632024-10-01T02:27:20.747Z[ host-image] Oct 01 02:27:18.965 INFO O| Oct 01 02:27:18.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91642024-10-01T02:27:20.747Z[ host-image] Oct 01 02:27:18.965 INFO O| Oct 01 02:27:18.965 INFO ok!
91652024-10-01T02:27:20.747Z[ host-image] Oct 01 02:27:18.965 INFO O| Oct 01 02:27:18.965 INFO STEP 67 (ensure_file) COMPLETE
91662024-10-01T02:27:20.747Z[ host-image] Oct 01 02:27:18.965 INFO O| Oct 01 02:27:18.965 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91672024-10-01T02:27:20.756Z[ host-image] Oct 01 02:27:18.976 INFO O| Oct 01 02:27:18.976 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91682024-10-01T02:27:20.758Z[ host-image] Oct 01 02:27:18.976 INFO O| Oct 01 02:27:18.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91692024-10-01T02:27:20.758Z[ host-image] Oct 01 02:27:18.976 INFO O| Oct 01 02:27:18.976 INFO STEP 68 (ensure_dir) COMPLETE
91702024-10-01T02:27:20.758Z[ host-image] Oct 01 02:27:18.976 INFO O| Oct 01 02:27:18.976 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91712024-10-01T02:27:20.766Z[ host-image] Oct 01 02:27:18.986 INFO O| Oct 01 02:27:18.986 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91722024-10-01T02:27:20.766Z[ host-image] Oct 01 02:27:18.986 INFO O| Oct 01 02:27:18.986 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91732024-10-01T02:27:21.336Z[ host-image] Oct 01 02:27:19.556 INFO O| Oct 01 02:27:19.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91742024-10-01T02:27:21.336Z[ host-image] Oct 01 02:27:19.556 INFO O| Oct 01 02:27:19.556 INFO ok!
91752024-10-01T02:27:21.340Z[ host-image] Oct 01 02:27:19.556 INFO O| Oct 01 02:27:19.556 INFO STEP 69 (ensure_file) COMPLETE
91762024-10-01T02:27:21.340Z[ host-image] Oct 01 02:27:19.556 INFO O| Oct 01 02:27:19.556 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91772024-10-01T02:27:21.347Z[ host-image] Oct 01 02:27:19.567 INFO O| Oct 01 02:27:19.567 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91782024-10-01T02:27:21.347Z[ host-image] Oct 01 02:27:19.567 INFO O| Oct 01 02:27:19.567 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91792024-10-01T02:27:23.334Z[ host-image] Oct 01 02:27:21.552 INFO O| Oct 01 02:27:21.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91802024-10-01T02:27:23.334Z[ host-image] Oct 01 02:27:21.553 INFO O| Oct 01 02:27:21.552 INFO ok!
91812024-10-01T02:27:23.337Z[ host-image] Oct 01 02:27:21.553 INFO O| Oct 01 02:27:21.552 INFO STEP 70 (ensure_file) COMPLETE
91822024-10-01T02:27:23.337Z[ host-image] Oct 01 02:27:21.553 INFO O| Oct 01 02:27:21.552 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91832024-10-01T02:27:23.345Z[ host-image] Oct 01 02:27:21.564 INFO O| Oct 01 02:27:21.564 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91842024-10-01T02:27:23.345Z[ host-image] Oct 01 02:27:21.564 INFO O| Oct 01 02:27:21.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91852024-10-01T02:27:23.348Z[ host-image] Oct 01 02:27:21.564 INFO O| Oct 01 02:27:21.564 INFO STEP 71 (ensure_dir) COMPLETE
91862024-10-01T02:27:23.348Z[ host-image] Oct 01 02:27:21.564 INFO O| Oct 01 02:27:21.564 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-10-01T02:27:23.355Z[ host-image] Oct 01 02:27:21.575 INFO O| Oct 01 02:27:21.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91882024-10-01T02:27:23.359Z[ host-image] Oct 01 02:27:21.575 INFO O| Oct 01 02:27:21.575 INFO copying /tmp/.tmpjrqM94/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 ...
91892024-10-01T02:27:23.359Z[ host-image] Oct 01 02:27:21.575 INFO O| Oct 01 02:27:21.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91902024-10-01T02:27:23.359Z[ host-image] Oct 01 02:27:21.575 INFO O| Oct 01 02:27:21.575 INFO ok!
91912024-10-01T02:27:23.359Z[ host-image] Oct 01 02:27:21.575 INFO O| Oct 01 02:27:21.575 INFO STEP 72 (ensure_file) COMPLETE
91922024-10-01T02:27:23.359Z[ host-image] Oct 01 02:27:21.575 INFO O| Oct 01 02:27:21.575 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-10-01T02:27:23.365Z[ host-image] Oct 01 02:27:21.585 INFO O| Oct 01 02:27:21.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91942024-10-01T02:27:23.365Z[ host-image] Oct 01 02:27:21.585 INFO O| Oct 01 02:27:21.585 INFO copying /tmp/.tmpjrqM94/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 ...
91952024-10-01T02:27:23.368Z[ host-image] Oct 01 02:27:21.585 INFO O| Oct 01 02:27:21.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91962024-10-01T02:27:23.368Z[ host-image] Oct 01 02:27:21.585 INFO O| Oct 01 02:27:21.585 INFO ok!
91972024-10-01T02:27:23.368Z[ host-image] Oct 01 02:27:21.585 INFO O| Oct 01 02:27:21.585 INFO STEP 73 (ensure_file) COMPLETE
91982024-10-01T02:27:23.368Z[ host-image] Oct 01 02:27:21.585 INFO O| Oct 01 02:27:21.585 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-10-01T02:27:23.375Z[ host-image] Oct 01 02:27:21.595 INFO O| Oct 01 02:27:21.595 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92002024-10-01T02:27:23.375Z[ host-image] Oct 01 02:27:21.595 INFO O| Oct 01 02:27:21.595 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
92012024-10-01T02:27:23.375Z[ host-image] Oct 01 02:27:21.595 INFO O| Oct 01 02:27:21.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
92022024-10-01T02:27:23.377Z[ host-image] Oct 01 02:27:21.595 INFO O| Oct 01 02:27:21.595 INFO ok!
92032024-10-01T02:27:23.377Z[ host-image] Oct 01 02:27:21.595 INFO O| Oct 01 02:27:21.595 INFO STEP 74 (ensure_file) COMPLETE
92042024-10-01T02:27:23.377Z[ host-image] Oct 01 02:27:21.595 INFO O| Oct 01 02:27:21.595 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-10-01T02:27:23.385Z[ host-image] Oct 01 02:27:21.605 INFO O| Oct 01 02:27:21.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
92062024-10-01T02:27:23.385Z[ host-image] Oct 01 02:27:21.605 INFO O| Oct 01 02:27:21.605 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
92072024-10-01T02:27:23.387Z[ host-image] Oct 01 02:27:21.605 INFO O| Oct 01 02:27:21.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
92082024-10-01T02:27:23.387Z[ host-image] Oct 01 02:27:21.605 INFO O| Oct 01 02:27:21.605 INFO ok!
92092024-10-01T02:27:23.387Z[ host-image] Oct 01 02:27:21.605 INFO O| Oct 01 02:27:21.605 INFO STEP 75 (ensure_file) COMPLETE
92102024-10-01T02:27:23.387Z[ host-image] Oct 01 02:27:21.605 INFO O| Oct 01 02:27:21.605 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-10-01T02:27:23.395Z[ host-image] Oct 01 02:27:21.615 INFO O| Oct 01 02:27:21.615 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92122024-10-01T02:27:23.395Z[ host-image] Oct 01 02:27:21.615 INFO O| Oct 01 02:27:21.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92132024-10-01T02:27:23.395Z[ host-image] Oct 01 02:27:21.615 INFO O| Oct 01 02:27:21.615 INFO STEP 76 (ensure_dir) COMPLETE
92142024-10-01T02:27:23.397Z[ host-image] Oct 01 02:27:21.615 INFO O| Oct 01 02:27:21.615 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92152024-10-01T02:27:23.405Z[ host-image] Oct 01 02:27:21.625 INFO O| Oct 01 02:27:21.624 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
92162024-10-01T02:27:23.405Z[ host-image] Oct 01 02:27:21.625 INFO O| Oct 01 02:27:21.625 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
92172024-10-01T02:27:23.407Z[ host-image] Oct 01 02:27:21.627 INFO O| Oct 01 02:27:21.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
92182024-10-01T02:27:23.407Z[ host-image] Oct 01 02:27:21.627 INFO O| Oct 01 02:27:21.627 INFO ok!
92192024-10-01T02:27:23.407Z[ host-image] Oct 01 02:27:21.627 INFO O| Oct 01 02:27:21.627 INFO STEP 77 (ensure_file) COMPLETE
92202024-10-01T02:27:23.407Z[ host-image] Oct 01 02:27:21.627 INFO O| Oct 01 02:27:21.627 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92212024-10-01T02:27:23.417Z[ host-image] Oct 01 02:27:21.637 INFO O| Oct 01 02:27:21.637 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
92222024-10-01T02:27:23.417Z[ host-image] Oct 01 02:27:21.637 INFO O| Oct 01 02:27:21.637 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
92232024-10-01T02:27:23.419Z[ host-image] Oct 01 02:27:21.637 INFO O| Oct 01 02:27:21.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
92242024-10-01T02:27:23.419Z[ host-image] Oct 01 02:27:21.637 INFO O| Oct 01 02:27:21.637 INFO ok!
92252024-10-01T02:27:23.419Z[ host-image] Oct 01 02:27:21.637 INFO O| Oct 01 02:27:21.637 INFO STEP 78 (ensure_file) COMPLETE
92262024-10-01T02:27:23.419Z[ host-image] Oct 01 02:27:21.637 INFO O| Oct 01 02:27:21.637 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92272024-10-01T02:27:23.427Z[ host-image] Oct 01 02:27:21.647 INFO O| Oct 01 02:27:21.647 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
92282024-10-01T02:27:23.427Z[ host-image] Oct 01 02:27:21.647 INFO O| Oct 01 02:27:21.647 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
92292024-10-01T02:27:24.313Z[ host-image] Oct 01 02:27:22.532 INFO O| Oct 01 02:27:22.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
92302024-10-01T02:27:24.313Z[ host-image] Oct 01 02:27:22.532 INFO O| Oct 01 02:27:22.532 INFO ok!
92312024-10-01T02:27:24.321Z[ host-image] Oct 01 02:27:22.532 INFO O| Oct 01 02:27:22.532 INFO STEP 79 (ensure_file) COMPLETE
92322024-10-01T02:27:24.321Z[ host-image] Oct 01 02:27:22.532 INFO O| Oct 01 02:27:22.532 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-10-01T02:27:24.326Z[ host-image] Oct 01 02:27:22.544 INFO O| Oct 01 02:27:22.544 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92342024-10-01T02:27:24.326Z[ host-image] Oct 01 02:27:22.544 INFO O| Oct 01 02:27:22.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92352024-10-01T02:27:24.326Z[ host-image] Oct 01 02:27:22.544 INFO O| Oct 01 02:27:22.544 INFO STEP 80 (ensure_dir) COMPLETE
92362024-10-01T02:27:24.326Z[ host-image] Oct 01 02:27:22.544 INFO O| Oct 01 02:27:22.544 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92372024-10-01T02:27:24.335Z[ host-image] Oct 01 02:27:22.555 INFO O| Oct 01 02:27:22.555 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92382024-10-01T02:27:24.335Z[ host-image] Oct 01 02:27:22.555 INFO O| Oct 01 02:27:22.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92392024-10-01T02:27:24.337Z[ host-image] Oct 01 02:27:22.555 INFO O| Oct 01 02:27:22.555 INFO STEP 81 (ensure_dir) COMPLETE
92402024-10-01T02:27:24.337Z[ host-image] Oct 01 02:27:22.555 INFO O| Oct 01 02:27:22.555 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-10-01T02:27:24.346Z[ host-image] Oct 01 02:27:22.566 INFO O| Oct 01 02:27:22.566 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92422024-10-01T02:27:24.346Z[ host-image] Oct 01 02:27:22.566 INFO O| Oct 01 02:27:22.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92432024-10-01T02:27:24.346Z[ host-image] Oct 01 02:27:22.566 INFO O| Oct 01 02:27:22.566 INFO STEP 82 (ensure_dir) COMPLETE
92442024-10-01T02:27:24.348Z[ host-image] Oct 01 02:27:22.566 INFO O| Oct 01 02:27:22.566 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92452024-10-01T02:27:24.357Z[ host-image] Oct 01 02:27:22.577 INFO O| Oct 01 02:27:22.577 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92462024-10-01T02:27:24.357Z[ host-image] Oct 01 02:27:22.577 INFO O| Oct 01 02:27:22.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92472024-10-01T02:27:24.359Z[ host-image] Oct 01 02:27:22.577 INFO O| Oct 01 02:27:22.577 INFO STEP 83 (ensure_dir) COMPLETE
92482024-10-01T02:27:24.359Z[ host-image] Oct 01 02:27:22.577 INFO O| Oct 01 02:27:22.577 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92492024-10-01T02:27:24.367Z[ host-image] Oct 01 02:27:22.587 INFO O| Oct 01 02:27:22.587 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92502024-10-01T02:27:24.370Z[ host-image] Oct 01 02:27:22.588 INFO O| Oct 01 02:27:22.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92512024-10-01T02:27:24.370Z[ host-image] Oct 01 02:27:22.588 INFO O| Oct 01 02:27:22.588 INFO STEP 84 (ensure_dir) COMPLETE
92522024-10-01T02:27:24.370Z[ host-image] Oct 01 02:27:22.588 INFO O| Oct 01 02:27:22.588 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-10-01T02:27:24.378Z[ host-image] Oct 01 02:27:22.598 INFO O| Oct 01 02:27:22.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
92542024-10-01T02:27:24.378Z[ host-image] Oct 01 02:27:22.598 INFO O| Oct 01 02:27:22.598 INFO copying /tmp/.tmpjrqM94/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 ...
92552024-10-01T02:27:24.378Z[ host-image] Oct 01 02:27:22.598 INFO O| Oct 01 02:27:22.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
92562024-10-01T02:27:24.380Z[ host-image] Oct 01 02:27:22.598 INFO O| Oct 01 02:27:22.598 INFO ok!
92572024-10-01T02:27:24.381Z[ host-image] Oct 01 02:27:22.598 INFO O| Oct 01 02:27:22.598 INFO STEP 85 (ensure_file) COMPLETE
92582024-10-01T02:27:24.381Z[ host-image] Oct 01 02:27:22.598 INFO O| Oct 01 02:27:22.598 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-10-01T02:27:24.388Z[ host-image] Oct 01 02:27:22.608 INFO O| Oct 01 02:27:22.608 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92602024-10-01T02:27:24.391Z[ host-image] Oct 01 02:27:22.608 INFO O| Oct 01 02:27:22.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92612024-10-01T02:27:24.391Z[ host-image] Oct 01 02:27:22.608 INFO O| Oct 01 02:27:22.608 INFO STEP 86 (ensure_dir) COMPLETE
92622024-10-01T02:27:24.391Z[ host-image] Oct 01 02:27:22.608 INFO O| Oct 01 02:27:22.608 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92632024-10-01T02:27:24.398Z[ host-image] Oct 01 02:27:22.618 INFO O| Oct 01 02:27:22.618 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92642024-10-01T02:27:24.398Z[ host-image] Oct 01 02:27:22.618 INFO O| Oct 01 02:27:22.618 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92652024-10-01T02:27:24.404Z[ host-image] Oct 01 02:27:22.618 INFO O| Oct 01 02:27:22.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92662024-10-01T02:27:24.404Z[ host-image] Oct 01 02:27:22.618 INFO O| Oct 01 02:27:22.618 INFO ok!
92672024-10-01T02:27:24.404Z[ host-image] Oct 01 02:27:22.618 INFO O| Oct 01 02:27:22.618 INFO STEP 87 (ensure_file) COMPLETE
92682024-10-01T02:27:24.404Z[ host-image] Oct 01 02:27:22.618 INFO O| Oct 01 02:27:22.618 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92692024-10-01T02:27:24.410Z[ host-image] Oct 01 02:27:22.628 INFO O| Oct 01 02:27:22.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92702024-10-01T02:27:24.410Z[ host-image] Oct 01 02:27:22.628 INFO O| Oct 01 02:27:22.628 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92712024-10-01T02:27:24.420Z[ host-image] Oct 01 02:27:22.640 INFO O| Oct 01 02:27:22.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92722024-10-01T02:27:24.425Z[ host-image] Oct 01 02:27:22.640 INFO O| Oct 01 02:27:22.640 INFO ok!
92732024-10-01T02:27:24.425Z[ host-image] Oct 01 02:27:22.640 INFO O| Oct 01 02:27:22.640 INFO STEP 88 (ensure_file) COMPLETE
92742024-10-01T02:27:24.425Z[ host-image] Oct 01 02:27:22.640 INFO O| Oct 01 02:27:22.640 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92752024-10-01T02:27:24.431Z[ host-image] Oct 01 02:27:22.651 INFO O| Oct 01 02:27:22.651 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92762024-10-01T02:27:24.431Z[ host-image] Oct 01 02:27:22.651 INFO O| Oct 01 02:27:22.651 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92772024-10-01T02:27:24.877Z[ host-image] Oct 01 02:27:23.097 INFO O| Oct 01 02:27:23.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92782024-10-01T02:27:24.877Z[ host-image] Oct 01 02:27:23.097 INFO O| Oct 01 02:27:23.097 INFO ok!
92792024-10-01T02:27:24.877Z[ host-image] Oct 01 02:27:23.097 INFO O| Oct 01 02:27:23.097 INFO STEP 89 (ensure_file) COMPLETE
92802024-10-01T02:27:24.877Z[ host-image] Oct 01 02:27:23.097 INFO O| Oct 01 02:27:23.097 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92812024-10-01T02:27:24.889Z[ host-image] Oct 01 02:27:23.109 INFO O| Oct 01 02:27:23.109 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92822024-10-01T02:27:24.889Z[ host-image] Oct 01 02:27:23.109 INFO O| Oct 01 02:27:23.109 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92832024-10-01T02:27:24.892Z[ host-image] Oct 01 02:27:23.109 INFO O| Oct 01 02:27:23.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92842024-10-01T02:27:24.892Z[ host-image] Oct 01 02:27:23.109 INFO O| Oct 01 02:27:23.109 INFO ok!
92852024-10-01T02:27:24.892Z[ host-image] Oct 01 02:27:23.109 INFO O| Oct 01 02:27:23.109 INFO STEP 90 (ensure_file) COMPLETE
92862024-10-01T02:27:24.892Z[ host-image] Oct 01 02:27:23.109 INFO O| Oct 01 02:27:23.109 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92872024-10-01T02:27:24.899Z[ host-image] Oct 01 02:27:23.119 INFO O| Oct 01 02:27:23.119 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92882024-10-01T02:27:24.899Z[ host-image] Oct 01 02:27:23.119 INFO O| Oct 01 02:27:23.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92892024-10-01T02:27:24.901Z[ host-image] Oct 01 02:27:23.119 INFO O| Oct 01 02:27:23.119 INFO STEP 91 (ensure_dir) COMPLETE
92902024-10-01T02:27:24.901Z[ host-image] Oct 01 02:27:23.119 INFO O| Oct 01 02:27:23.119 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92912024-10-01T02:27:24.912Z[ host-image] Oct 01 02:27:23.132 INFO O| Oct 01 02:27:23.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92922024-10-01T02:27:24.912Z[ host-image] Oct 01 02:27:23.132 INFO O| Oct 01 02:27:23.132 INFO copying /tmp/.tmpjrqM94/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 ...
92932024-10-01T02:27:24.915Z[ host-image] Oct 01 02:27:23.132 INFO O| Oct 01 02:27:23.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92942024-10-01T02:27:24.915Z[ host-image] Oct 01 02:27:23.132 INFO O| Oct 01 02:27:23.132 INFO ok!
92952024-10-01T02:27:24.915Z[ host-image] Oct 01 02:27:23.132 INFO O| Oct 01 02:27:23.132 INFO STEP 92 (ensure_file) COMPLETE
92962024-10-01T02:27:24.915Z[ host-image] Oct 01 02:27:23.132 INFO O| Oct 01 02:27:23.132 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92972024-10-01T02:27:24.925Z[ host-image] Oct 01 02:27:23.145 INFO O| Oct 01 02:27:23.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92982024-10-01T02:27:24.927Z[ host-image] Oct 01 02:27:23.145 INFO O| Oct 01 02:27:23.145 INFO copying /tmp/.tmpjrqM94/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 ...
92992024-10-01T02:27:24.927Z[ host-image] Oct 01 02:27:23.145 INFO O| Oct 01 02:27:23.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
93002024-10-01T02:27:24.927Z[ host-image] Oct 01 02:27:23.145 INFO O| Oct 01 02:27:23.145 INFO ok!
93012024-10-01T02:27:24.927Z[ host-image] Oct 01 02:27:23.145 INFO O| Oct 01 02:27:23.145 INFO STEP 93 (ensure_file) COMPLETE
93022024-10-01T02:27:24.927Z[ host-image] Oct 01 02:27:23.145 INFO O| Oct 01 02:27:23.145 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93032024-10-01T02:27:24.935Z[ host-image] Oct 01 02:27:23.155 INFO O| Oct 01 02:27:23.155 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
93042024-10-01T02:27:24.935Z[ host-image] Oct 01 02:27:23.155 INFO O| Oct 01 02:27:23.155 INFO copying /tmp/.tmpjrqM94/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 ...
93052024-10-01T02:27:24.938Z[ host-image] Oct 01 02:27:23.155 INFO O| Oct 01 02:27:23.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
93062024-10-01T02:27:24.938Z[ host-image] Oct 01 02:27:23.155 INFO O| Oct 01 02:27:23.155 INFO ok!
93072024-10-01T02:27:24.938Z[ host-image] Oct 01 02:27:23.155 INFO O| Oct 01 02:27:23.155 INFO STEP 94 (ensure_file) COMPLETE
93082024-10-01T02:27:24.939Z[ host-image] Oct 01 02:27:23.155 INFO O| Oct 01 02:27:23.155 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092024-10-01T02:27:24.946Z[ host-image] Oct 01 02:27:23.165 INFO O| Oct 01 02:27:23.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
93102024-10-01T02:27:24.946Z[ host-image] Oct 01 02:27:23.165 INFO O| Oct 01 02:27:23.165 INFO copying /tmp/.tmpjrqM94/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 ...
93112024-10-01T02:27:24.949Z[ host-image] Oct 01 02:27:23.165 INFO O| Oct 01 02:27:23.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
93122024-10-01T02:27:24.949Z[ host-image] Oct 01 02:27:23.165 INFO O| Oct 01 02:27:23.165 INFO ok!
93132024-10-01T02:27:24.949Z[ host-image] Oct 01 02:27:23.165 INFO O| Oct 01 02:27:23.165 INFO STEP 95 (ensure_file) COMPLETE
93142024-10-01T02:27:24.949Z[ host-image] Oct 01 02:27:23.165 INFO O| Oct 01 02:27:23.165 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93152024-10-01T02:27:24.955Z[ host-image] Oct 01 02:27:23.175 INFO O| Oct 01 02:27:23.175 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
93162024-10-01T02:27:24.958Z[ host-image] Oct 01 02:27:23.175 INFO O| Oct 01 02:27:23.175 INFO copying /tmp/.tmpjrqM94/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 ...
93172024-10-01T02:27:24.958Z[ host-image] Oct 01 02:27:23.175 INFO O| Oct 01 02:27:23.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
93182024-10-01T02:27:24.958Z[ host-image] Oct 01 02:27:23.175 INFO O| Oct 01 02:27:23.175 INFO ok!
93192024-10-01T02:27:24.958Z[ host-image] Oct 01 02:27:23.175 INFO O| Oct 01 02:27:23.175 INFO STEP 96 (ensure_file) COMPLETE
93202024-10-01T02:27:24.958Z[ host-image] Oct 01 02:27:23.175 INFO O| Oct 01 02:27:23.175 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93212024-10-01T02:27:24.965Z[ host-image] Oct 01 02:27:23.185 INFO O| Oct 01 02:27:23.185 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
93222024-10-01T02:27:24.965Z[ host-image] Oct 01 02:27:23.185 INFO O| Oct 01 02:27:23.185 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
93232024-10-01T02:27:24.968Z[ host-image] Oct 01 02:27:23.186 INFO O| Oct 01 02:27:23.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
93242024-10-01T02:27:24.968Z[ host-image] Oct 01 02:27:23.186 INFO O| Oct 01 02:27:23.186 INFO ok!
93252024-10-01T02:27:24.968Z[ host-image] Oct 01 02:27:23.186 INFO O| Oct 01 02:27:23.186 INFO STEP 97 (ensure_file) COMPLETE
93262024-10-01T02:27:24.968Z[ host-image] Oct 01 02:27:23.186 INFO O| Oct 01 02:27:23.186 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272024-10-01T02:27:24.976Z[ host-image] Oct 01 02:27:23.195 INFO O| Oct 01 02:27:23.195 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
93282024-10-01T02:27:24.976Z[ host-image] Oct 01 02:27:23.195 INFO O| Oct 01 02:27:23.195 INFO copying /tmp/.tmpjrqM94/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 ...
93292024-10-01T02:27:24.978Z[ host-image] Oct 01 02:27:23.196 INFO O| Oct 01 02:27:23.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
93302024-10-01T02:27:24.978Z[ host-image] Oct 01 02:27:23.196 INFO O| Oct 01 02:27:23.196 INFO ok!
93312024-10-01T02:27:24.978Z[ host-image] Oct 01 02:27:23.196 INFO O| Oct 01 02:27:23.196 INFO STEP 98 (ensure_file) COMPLETE
93322024-10-01T02:27:24.978Z[ host-image] Oct 01 02:27:23.196 INFO O| Oct 01 02:27:23.196 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332024-10-01T02:27:24.988Z[ host-image] Oct 01 02:27:23.208 INFO O| Oct 01 02:27:23.208 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
93342024-10-01T02:27:24.988Z[ host-image] Oct 01 02:27:23.208 INFO O| Oct 01 02:27:23.208 INFO copying /tmp/.tmpjrqM94/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 ...
93352024-10-01T02:27:24.991Z[ host-image] Oct 01 02:27:23.208 INFO O| Oct 01 02:27:23.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
93362024-10-01T02:27:24.991Z[ host-image] Oct 01 02:27:23.208 INFO O| Oct 01 02:27:23.208 INFO ok!
93372024-10-01T02:27:24.991Z[ host-image] Oct 01 02:27:23.208 INFO O| Oct 01 02:27:23.208 INFO STEP 99 (ensure_file) COMPLETE
93382024-10-01T02:27:24.991Z[ host-image] Oct 01 02:27:23.208 INFO O| Oct 01 02:27:23.208 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-10-01T02:27:24.999Z[ host-image] Oct 01 02:27:23.218 INFO O| Oct 01 02:27:23.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
93402024-10-01T02:27:24.999Z[ host-image] Oct 01 02:27:23.218 INFO O| Oct 01 02:27:23.218 INFO copying /tmp/.tmpjrqM94/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 ...
93412024-10-01T02:27:25.001Z[ host-image] Oct 01 02:27:23.219 INFO O| Oct 01 02:27:23.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93422024-10-01T02:27:25.001Z[ host-image] Oct 01 02:27:23.219 INFO O| Oct 01 02:27:23.219 INFO ok!
93432024-10-01T02:27:25.001Z[ host-image] Oct 01 02:27:23.219 INFO O| Oct 01 02:27:23.219 INFO STEP 100 (ensure_file) COMPLETE
93442024-10-01T02:27:25.001Z[ host-image] Oct 01 02:27:23.219 INFO O| Oct 01 02:27:23.219 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452024-10-01T02:27:25.008Z[ host-image] Oct 01 02:27:23.228 INFO O| Oct 01 02:27:23.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
93462024-10-01T02:27:25.011Z[ host-image] Oct 01 02:27:23.228 INFO O| Oct 01 02:27:23.228 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
93472024-10-01T02:27:25.011Z[ host-image] Oct 01 02:27:23.228 INFO O| Oct 01 02:27:23.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
93482024-10-01T02:27:25.011Z[ host-image] Oct 01 02:27:23.228 INFO O| Oct 01 02:27:23.228 INFO ok!
93492024-10-01T02:27:25.011Z[ host-image] Oct 01 02:27:23.228 INFO O| Oct 01 02:27:23.228 INFO STEP 101 (ensure_file) COMPLETE
93502024-10-01T02:27:25.011Z[ host-image] Oct 01 02:27:23.228 INFO O| Oct 01 02:27:23.228 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512024-10-01T02:27:25.018Z[ host-image] Oct 01 02:27:23.238 INFO O| Oct 01 02:27:23.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
93522024-10-01T02:27:25.018Z[ host-image] Oct 01 02:27:23.238 INFO O| Oct 01 02:27:23.238 INFO copying /tmp/.tmpjrqM94/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 ...
93532024-10-01T02:27:25.021Z[ host-image] Oct 01 02:27:23.238 INFO O| Oct 01 02:27:23.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
93542024-10-01T02:27:25.021Z[ host-image] Oct 01 02:27:23.238 INFO O| Oct 01 02:27:23.238 INFO ok!
93552024-10-01T02:27:25.021Z[ host-image] Oct 01 02:27:23.238 INFO O| Oct 01 02:27:23.238 INFO STEP 102 (ensure_file) COMPLETE
93562024-10-01T02:27:25.021Z[ host-image] Oct 01 02:27:23.238 INFO O| Oct 01 02:27:23.238 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572024-10-01T02:27:25.028Z[ host-image] Oct 01 02:27:23.248 INFO O| Oct 01 02:27:23.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
93582024-10-01T02:27:25.028Z[ host-image] Oct 01 02:27:23.248 INFO O| Oct 01 02:27:23.248 INFO copying /tmp/.tmpjrqM94/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 ...
93592024-10-01T02:27:25.032Z[ host-image] Oct 01 02:27:23.248 INFO O| Oct 01 02:27:23.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
93602024-10-01T02:27:25.032Z[ host-image] Oct 01 02:27:23.248 INFO O| Oct 01 02:27:23.248 INFO ok!
93612024-10-01T02:27:25.032Z[ host-image] Oct 01 02:27:23.248 INFO O| Oct 01 02:27:23.248 INFO STEP 103 (ensure_file) COMPLETE
93622024-10-01T02:27:25.032Z[ host-image] Oct 01 02:27:23.248 INFO O| Oct 01 02:27:23.248 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93632024-10-01T02:27:25.039Z[ host-image] Oct 01 02:27:23.258 INFO O| Oct 01 02:27:23.258 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
93642024-10-01T02:27:25.041Z[ host-image] Oct 01 02:27:23.258 INFO O| Oct 01 02:27:23.258 INFO copying /tmp/.tmpjrqM94/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 ...
93652024-10-01T02:27:25.042Z[ host-image] Oct 01 02:27:23.259 INFO O| Oct 01 02:27:23.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
93662024-10-01T02:27:25.042Z[ host-image] Oct 01 02:27:23.259 INFO O| Oct 01 02:27:23.259 INFO ok!
93672024-10-01T02:27:25.042Z[ host-image] Oct 01 02:27:23.259 INFO O| Oct 01 02:27:23.259 INFO STEP 104 (ensure_file) COMPLETE
93682024-10-01T02:27:25.042Z[ host-image] Oct 01 02:27:23.259 INFO O| Oct 01 02:27:23.259 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93692024-10-01T02:27:25.054Z[ host-image] Oct 01 02:27:23.273 INFO O| Oct 01 02:27:23.273 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93702024-10-01T02:27:25.057Z[ host-image] Oct 01 02:27:23.273 INFO O| Oct 01 02:27:23.273 INFO copying /tmp/.tmpjrqM94/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 ...
93712024-10-01T02:27:25.057Z[ host-image] Oct 01 02:27:23.273 INFO O| Oct 01 02:27:23.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93722024-10-01T02:27:25.057Z[ host-image] Oct 01 02:27:23.273 INFO O| Oct 01 02:27:23.273 INFO ok!
93732024-10-01T02:27:25.057Z[ host-image] Oct 01 02:27:23.273 INFO O| Oct 01 02:27:23.273 INFO STEP 105 (ensure_file) COMPLETE
93742024-10-01T02:27:25.057Z[ host-image] Oct 01 02:27:23.273 INFO O| Oct 01 02:27:23.273 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93752024-10-01T02:27:25.064Z[ host-image] Oct 01 02:27:23.284 INFO O| Oct 01 02:27:23.283 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93762024-10-01T02:27:25.066Z[ host-image] Oct 01 02:27:23.284 INFO O| Oct 01 02:27:23.284 INFO copying /tmp/.tmpjrqM94/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 ...
93772024-10-01T02:27:25.067Z[ host-image] Oct 01 02:27:23.284 INFO O| Oct 01 02:27:23.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93782024-10-01T02:27:25.067Z[ host-image] Oct 01 02:27:23.284 INFO O| Oct 01 02:27:23.284 INFO ok!
93792024-10-01T02:27:25.067Z[ host-image] Oct 01 02:27:23.284 INFO O| Oct 01 02:27:23.284 INFO STEP 106 (ensure_file) COMPLETE
93802024-10-01T02:27:25.067Z[ host-image] Oct 01 02:27:23.284 INFO O| Oct 01 02:27:23.284 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812024-10-01T02:27:25.074Z[ host-image] Oct 01 02:27:23.294 INFO O| Oct 01 02:27:23.294 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93822024-10-01T02:27:25.074Z[ host-image] Oct 01 02:27:23.294 INFO O| Oct 01 02:27:23.294 INFO copying /tmp/.tmpjrqM94/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 ...
93832024-10-01T02:27:25.074Z[ host-image] Oct 01 02:27:23.294 INFO O| Oct 01 02:27:23.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93842024-10-01T02:27:25.077Z[ host-image] Oct 01 02:27:23.294 INFO O| Oct 01 02:27:23.294 INFO ok!
93852024-10-01T02:27:25.077Z[ host-image] Oct 01 02:27:23.294 INFO O| Oct 01 02:27:23.294 INFO STEP 107 (ensure_file) COMPLETE
93862024-10-01T02:27:25.077Z[ host-image] Oct 01 02:27:23.294 INFO O| Oct 01 02:27:23.294 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872024-10-01T02:27:25.084Z[ host-image] Oct 01 02:27:23.304 INFO O| Oct 01 02:27:23.304 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93882024-10-01T02:27:25.084Z[ host-image] Oct 01 02:27:23.304 INFO O| Oct 01 02:27:23.304 INFO copying /tmp/.tmpjrqM94/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 ...
93892024-10-01T02:27:25.087Z[ host-image] Oct 01 02:27:23.304 INFO O| Oct 01 02:27:23.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93902024-10-01T02:27:25.087Z[ host-image] Oct 01 02:27:23.304 INFO O| Oct 01 02:27:23.304 INFO ok!
93912024-10-01T02:27:25.087Z[ host-image] Oct 01 02:27:23.304 INFO O| Oct 01 02:27:23.304 INFO STEP 108 (ensure_file) COMPLETE
93922024-10-01T02:27:25.087Z[ host-image] Oct 01 02:27:23.304 INFO O| Oct 01 02:27:23.304 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932024-10-01T02:27:25.094Z[ host-image] Oct 01 02:27:23.314 INFO O| Oct 01 02:27:23.314 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93942024-10-01T02:27:25.094Z[ host-image] Oct 01 02:27:23.314 INFO O| Oct 01 02:27:23.314 INFO copying /tmp/.tmpjrqM94/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 ...
93952024-10-01T02:27:25.097Z[ host-image] Oct 01 02:27:23.314 INFO O| Oct 01 02:27:23.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93962024-10-01T02:27:25.097Z[ host-image] Oct 01 02:27:23.314 INFO O| Oct 01 02:27:23.314 INFO ok!
93972024-10-01T02:27:25.097Z[ host-image] Oct 01 02:27:23.314 INFO O| Oct 01 02:27:23.314 INFO STEP 109 (ensure_file) COMPLETE
93982024-10-01T02:27:25.097Z[ host-image] Oct 01 02:27:23.314 INFO O| Oct 01 02:27:23.314 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93992024-10-01T02:27:25.105Z[ host-image] Oct 01 02:27:23.325 INFO O| Oct 01 02:27:23.325 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
94002024-10-01T02:27:25.105Z[ host-image] Oct 01 02:27:23.325 INFO O| Oct 01 02:27:23.325 INFO copying /tmp/.tmpjrqM94/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 ...
94012024-10-01T02:27:25.108Z[ host-image] Oct 01 02:27:23.325 INFO O| Oct 01 02:27:23.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
94022024-10-01T02:27:25.108Z[ host-image] Oct 01 02:27:23.325 INFO O| Oct 01 02:27:23.325 INFO ok!
94032024-10-01T02:27:25.108Z[ host-image] Oct 01 02:27:23.325 INFO O| Oct 01 02:27:23.325 INFO STEP 110 (ensure_file) COMPLETE
94042024-10-01T02:27:25.108Z[ host-image] Oct 01 02:27:23.325 INFO O| Oct 01 02:27:23.325 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052024-10-01T02:27:25.115Z[ host-image] Oct 01 02:27:23.335 INFO O| Oct 01 02:27:23.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
94062024-10-01T02:27:25.115Z[ host-image] Oct 01 02:27:23.335 INFO O| Oct 01 02:27:23.335 INFO copying /tmp/.tmpjrqM94/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 ...
94072024-10-01T02:27:25.115Z[ host-image] Oct 01 02:27:23.335 INFO O| Oct 01 02:27:23.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
94082024-10-01T02:27:25.118Z[ host-image] Oct 01 02:27:23.335 INFO O| Oct 01 02:27:23.335 INFO ok!
94092024-10-01T02:27:25.118Z[ host-image] Oct 01 02:27:23.335 INFO O| Oct 01 02:27:23.335 INFO STEP 111 (ensure_file) COMPLETE
94102024-10-01T02:27:25.118Z[ host-image] Oct 01 02:27:23.335 INFO O| Oct 01 02:27:23.335 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112024-10-01T02:27:25.125Z[ host-image] Oct 01 02:27:23.345 INFO O| Oct 01 02:27:23.345 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
94122024-10-01T02:27:25.125Z[ host-image] Oct 01 02:27:23.345 INFO O| Oct 01 02:27:23.345 INFO copying /tmp/.tmpjrqM94/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 ...
94132024-10-01T02:27:25.127Z[ host-image] Oct 01 02:27:23.345 INFO O| Oct 01 02:27:23.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
94142024-10-01T02:27:25.128Z[ host-image] Oct 01 02:27:23.345 INFO O| Oct 01 02:27:23.345 INFO ok!
94152024-10-01T02:27:25.128Z[ host-image] Oct 01 02:27:23.345 INFO O| Oct 01 02:27:23.345 INFO STEP 112 (ensure_file) COMPLETE
94162024-10-01T02:27:25.128Z[ host-image] Oct 01 02:27:23.345 INFO O| Oct 01 02:27:23.345 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172024-10-01T02:27:25.135Z[ host-image] Oct 01 02:27:23.355 INFO O| Oct 01 02:27:23.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
94182024-10-01T02:27:25.135Z[ host-image] Oct 01 02:27:23.355 INFO O| Oct 01 02:27:23.355 INFO copying /tmp/.tmpjrqM94/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 ...
94192024-10-01T02:27:25.138Z[ host-image] Oct 01 02:27:23.355 INFO O| Oct 01 02:27:23.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
94202024-10-01T02:27:25.139Z[ host-image] Oct 01 02:27:23.355 INFO O| Oct 01 02:27:23.355 INFO ok!
94212024-10-01T02:27:25.139Z[ host-image] Oct 01 02:27:23.355 INFO O| Oct 01 02:27:23.355 INFO STEP 113 (ensure_file) COMPLETE
94222024-10-01T02:27:25.139Z[ host-image] Oct 01 02:27:23.355 INFO O| Oct 01 02:27:23.355 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94232024-10-01T02:27:25.146Z[ host-image] Oct 01 02:27:23.365 INFO O| Oct 01 02:27:23.365 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
94242024-10-01T02:27:25.149Z[ host-image] Oct 01 02:27:23.365 INFO O| Oct 01 02:27:23.365 INFO copying /tmp/.tmpjrqM94/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 ...
94252024-10-01T02:27:25.149Z[ host-image] Oct 01 02:27:23.365 INFO O| Oct 01 02:27:23.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
94262024-10-01T02:27:25.149Z[ host-image] Oct 01 02:27:23.365 INFO O| Oct 01 02:27:23.365 INFO ok!
94272024-10-01T02:27:25.149Z[ host-image] Oct 01 02:27:23.365 INFO O| Oct 01 02:27:23.365 INFO STEP 114 (ensure_file) COMPLETE
94282024-10-01T02:27:25.149Z[ host-image] Oct 01 02:27:23.365 INFO O| Oct 01 02:27:23.365 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94292024-10-01T02:27:25.155Z[ host-image] Oct 01 02:27:23.375 INFO O| Oct 01 02:27:23.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
94302024-10-01T02:27:25.155Z[ host-image] Oct 01 02:27:23.375 INFO O| Oct 01 02:27:23.375 INFO copying /tmp/.tmpjrqM94/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 ...
94312024-10-01T02:27:25.156Z[ host-image] Oct 01 02:27:23.375 INFO O| Oct 01 02:27:23.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
94322024-10-01T02:27:25.158Z[ host-image] Oct 01 02:27:23.375 INFO O| Oct 01 02:27:23.375 INFO ok!
94332024-10-01T02:27:25.158Z[ host-image] Oct 01 02:27:23.375 INFO O| Oct 01 02:27:23.375 INFO STEP 115 (ensure_file) COMPLETE
94342024-10-01T02:27:25.158Z[ host-image] Oct 01 02:27:23.375 INFO O| Oct 01 02:27:23.375 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94352024-10-01T02:27:25.165Z[ host-image] Oct 01 02:27:23.385 INFO O| Oct 01 02:27:23.385 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
94362024-10-01T02:27:25.168Z[ host-image] Oct 01 02:27:23.385 INFO O| Oct 01 02:27:23.385 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
94372024-10-01T02:27:25.168Z[ host-image] Oct 01 02:27:23.385 INFO O| Oct 01 02:27:23.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
94382024-10-01T02:27:25.168Z[ host-image] Oct 01 02:27:23.386 INFO O| Oct 01 02:27:23.385 INFO ok!
94392024-10-01T02:27:25.168Z[ host-image] Oct 01 02:27:23.386 INFO O| Oct 01 02:27:23.385 INFO STEP 116 (ensure_file) COMPLETE
94402024-10-01T02:27:25.168Z[ host-image] Oct 01 02:27:23.386 INFO O| Oct 01 02:27:23.385 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94412024-10-01T02:27:25.176Z[ host-image] Oct 01 02:27:23.395 INFO O| Oct 01 02:27:23.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94422024-10-01T02:27:25.176Z[ host-image] Oct 01 02:27:23.395 INFO O| Oct 01 02:27:23.395 INFO copying /tmp/.tmpjrqM94/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 ...
94432024-10-01T02:27:25.178Z[ host-image] Oct 01 02:27:23.395 INFO O| Oct 01 02:27:23.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
94442024-10-01T02:27:25.178Z[ host-image] Oct 01 02:27:23.395 INFO O| Oct 01 02:27:23.395 INFO ok!
94452024-10-01T02:27:25.178Z[ host-image] Oct 01 02:27:23.395 INFO O| Oct 01 02:27:23.395 INFO STEP 117 (ensure_file) COMPLETE
94462024-10-01T02:27:25.178Z[ host-image] Oct 01 02:27:23.395 INFO O| Oct 01 02:27:23.395 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94472024-10-01T02:27:25.185Z[ host-image] Oct 01 02:27:23.405 INFO O| Oct 01 02:27:23.405 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
94482024-10-01T02:27:25.185Z[ host-image] Oct 01 02:27:23.405 INFO O| Oct 01 02:27:23.405 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
94492024-10-01T02:27:25.188Z[ host-image] Oct 01 02:27:23.405 INFO O| Oct 01 02:27:23.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
94502024-10-01T02:27:25.189Z[ host-image] Oct 01 02:27:23.405 INFO O| Oct 01 02:27:23.405 INFO ok!
94512024-10-01T02:27:25.189Z[ host-image] Oct 01 02:27:23.405 INFO O| Oct 01 02:27:23.405 INFO STEP 118 (ensure_file) COMPLETE
94522024-10-01T02:27:25.189Z[ host-image] Oct 01 02:27:23.405 INFO O| Oct 01 02:27:23.405 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94532024-10-01T02:27:25.195Z[ host-image] Oct 01 02:27:23.415 INFO O| Oct 01 02:27:23.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
94542024-10-01T02:27:25.195Z[ host-image] Oct 01 02:27:23.415 INFO O| Oct 01 02:27:23.415 INFO copying /tmp/.tmpjrqM94/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
94552024-10-01T02:27:33.669Z[ host-image] Oct 01 02:27:28.165 INFO O| Oct 01 02:27:28.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
94562024-10-01T02:27:33.669Z[ host-image] Oct 01 02:27:28.165 INFO O| Oct 01 02:27:28.165 INFO ok!
94572024-10-01T02:27:33.683Z[ host-image] Oct 01 02:27:28.165 INFO O| Oct 01 02:27:28.165 INFO STEP 119 (ensure_file) COMPLETE
94582024-10-01T02:27:33.683Z[ host-image] Oct 01 02:27:28.165 INFO O| Oct 01 02:27:28.165 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94592024-10-01T02:27:33.683Z[ host-image] Oct 01 02:27:28.178 INFO O| Oct 01 02:27:28.178 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
94602024-10-01T02:27:33.683Z[ host-image] Oct 01 02:27:28.178 INFO O| Oct 01 02:27:28.178 INFO STEP 120 (ensure_dir) COMPLETE
94612024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.178 INFO O| Oct 01 02:27:28.178 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94622024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.188 INFO O| Oct 01 02:27:28.188 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
94632024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.188 INFO O| Oct 01 02:27:28.188 INFO STEP 121 (ensure_dir) COMPLETE
94642024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.188 INFO O| Oct 01 02:27:28.188 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94652024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.198 INFO O| Oct 01 02:27:28.198 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94662024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.198 INFO O| Oct 01 02:27:28.198 INFO STEP 122 (ensure_dir) COMPLETE
94672024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.198 INFO O| Oct 01 02:27:28.198 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.208 INFO O| Oct 01 02:27:28.208 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94692024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.208 INFO O| Oct 01 02:27:28.208 INFO STEP 123 (ensure_dir) COMPLETE
94702024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.208 INFO O| Oct 01 02:27:28.208 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94712024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.218 INFO O| Oct 01 02:27:28.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94722024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.218 INFO O| Oct 01 02:27:28.218 INFO copying /tmp/.tmpjrqM94/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 ...
94732024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.219 INFO O| Oct 01 02:27:28.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94742024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.219 INFO O| Oct 01 02:27:28.219 INFO ok!
94752024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.219 INFO O| Oct 01 02:27:28.219 INFO STEP 124 (ensure_file) COMPLETE
94762024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.219 INFO O| Oct 01 02:27:28.219 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94772024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.229 INFO O| Oct 01 02:27:28.229 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94782024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.229 INFO O| Oct 01 02:27:28.229 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94792024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.229 INFO O| Oct 01 02:27:28.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94802024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.229 INFO O| Oct 01 02:27:28.229 INFO STEP 125 (ensure_dir) COMPLETE
94812024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.229 INFO O| Oct 01 02:27:28.229 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.239 INFO O| Oct 01 02:27:28.239 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94832024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.239 INFO O| Oct 01 02:27:28.239 INFO copying /tmp/.tmpjrqM94/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94842024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.239 INFO O| Oct 01 02:27:28.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94852024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.239 INFO O| Oct 01 02:27:28.239 INFO ok!
94862024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.239 INFO O| Oct 01 02:27:28.239 INFO STEP 126 (ensure_file) COMPLETE
94872024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.239 INFO O| Oct 01 02:27:28.239 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94882024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.252 INFO O| Oct 01 02:27:28.252 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94892024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.252 INFO O| Oct 01 02:27:28.252 INFO STEP 127 (remove_files) COMPLETE
94902024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.252 INFO O| Oct 01 02:27:28.252 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94912024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.262 INFO O| Oct 01 02:27:28.262 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94922024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.262 INFO O| Oct 01 02:27:28.262 INFO STEP 128 (remove_files) COMPLETE
94932024-10-01T02:27:33.684Z[ host-image] Oct 01 02:27:28.262 INFO O| Oct 01 02:27:28.262 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94942024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.276 INFO O| Oct 01 02:27:28.276 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94952024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.276 INFO O| Oct 01 02:27:28.276 INFO STEP 129 (remove_files) COMPLETE
94962024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.276 INFO O| Oct 01 02:27:28.276 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94972024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.286 INFO O| Oct 01 02:27:28.286 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94982024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.287 INFO O| Oct 01 02:27:28.287 INFO STEP 130 (remove_files) COMPLETE
94992024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.287 INFO O| Oct 01 02:27:28.287 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95002024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.297 INFO O| Oct 01 02:27:28.296 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
95012024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.297 INFO O| Oct 01 02:27:28.297 INFO STEP 131 (remove_files) COMPLETE
95022024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.297 INFO O| Oct 01 02:27:28.297 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95032024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.307 INFO O| Oct 01 02:27:28.307 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
95042024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.307 INFO O| Oct 01 02:27:28.307 INFO STEP 132 (remove_files) COMPLETE
95052024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.307 INFO O| Oct 01 02:27:28.307 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95062024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.317 INFO O| Oct 01 02:27:28.317 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
95072024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.317 INFO O| Oct 01 02:27:28.317 INFO STEP 133 (remove_files) COMPLETE
95082024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.317 INFO O| Oct 01 02:27:28.317 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95092024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.327 INFO O| Oct 01 02:27:28.327 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
95102024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.327 INFO O| Oct 01 02:27:28.327 INFO STEP 134 (remove_files) COMPLETE
95112024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.327 INFO O| Oct 01 02:27:28.327 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95122024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.339 INFO O| Oct 01 02:27:28.339 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
95132024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.339 INFO O| Oct 01 02:27:28.339 INFO STEP 135 (remove_files) COMPLETE
95142024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.339 INFO O| Oct 01 02:27:28.339 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95152024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.349 INFO O| Oct 01 02:27:28.349 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
95162024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.349 INFO O| Oct 01 02:27:28.349 INFO STEP 136 (remove_files) COMPLETE
95172024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.349 INFO O| Oct 01 02:27:28.349 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95182024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.359 INFO O| Oct 01 02:27:28.359 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
95192024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.359 INFO O| Oct 01 02:27:28.359 INFO STEP 137 (remove_files) COMPLETE
95202024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.360 INFO O| Oct 01 02:27:28.359 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95212024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.369 INFO O| Oct 01 02:27:28.369 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
95222024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.370 INFO O| Oct 01 02:27:28.370 INFO STEP 138 (remove_files) COMPLETE
95232024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.370 INFO O| Oct 01 02:27:28.370 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95242024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.380 INFO O| Oct 01 02:27:28.380 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
95252024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.380 INFO O| Oct 01 02:27:28.380 INFO STEP 139 (remove_files) COMPLETE
95262024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.380 INFO O| Oct 01 02:27:28.380 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95272024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.390 INFO O| Oct 01 02:27:28.390 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
95282024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.390 INFO O| Oct 01 02:27:28.390 INFO STEP 140 (remove_files) COMPLETE
95292024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.390 INFO O| Oct 01 02:27:28.390 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95302024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.400 INFO O| Oct 01 02:27:28.400 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
95312024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.400 INFO O| Oct 01 02:27:28.400 INFO STEP 141 (remove_files) COMPLETE
95322024-10-01T02:27:33.685Z[ host-image] Oct 01 02:27:28.400 INFO O| Oct 01 02:27:28.400 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95332024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.410 INFO O| Oct 01 02:27:28.410 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
95342024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.410 INFO O| Oct 01 02:27:28.410 INFO STEP 142 (remove_files) COMPLETE
95352024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.410 INFO O| Oct 01 02:27:28.410 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95362024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.420 INFO O| Oct 01 02:27:28.420 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
95372024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.420 INFO O| Oct 01 02:27:28.420 INFO STEP 143 (remove_files) COMPLETE
95382024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.420 INFO O| Oct 01 02:27:28.420 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95392024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.431 INFO O| Oct 01 02:27:28.431 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
95402024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.432 INFO O| Oct 01 02:27:28.431 INFO STEP 144 (remove_files) COMPLETE
95412024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.432 INFO O| Oct 01 02:27:28.432 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95422024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.441 INFO O| Oct 01 02:27:28.441 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95432024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.441 INFO O| Oct 01 02:27:28.441 INFO STEP 145 (remove_files) COMPLETE
95442024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.441 INFO O| Oct 01 02:27:28.441 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95452024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.451 INFO O| Oct 01 02:27:28.451 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
95462024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.451 INFO O| Oct 01 02:27:28.451 INFO STEP 146 (remove_files) COMPLETE
95472024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.451 INFO O| Oct 01 02:27:28.451 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95482024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.462 INFO O| Oct 01 02:27:28.461 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95492024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.462 INFO O| Oct 01 02:27:28.462 INFO STEP 147 (remove_files) COMPLETE
95502024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.462 INFO O| Oct 01 02:27:28.462 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95512024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.473 INFO O| Oct 01 02:27:28.473 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95522024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.473 INFO O| Oct 01 02:27:28.473 INFO STEP 148 (remove_files) COMPLETE
95532024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.473 INFO O| Oct 01 02:27:28.473 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95542024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.483 INFO O| Oct 01 02:27:28.483 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
95552024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.483 INFO O| Oct 01 02:27:28.483 INFO STEP 149 (remove_files) COMPLETE
95562024-10-01T02:27:33.686Z[ host-image] Oct 01 02:27:28.483 INFO O| Oct 01 02:27:28.483 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95572024-10-01T02:27:33.692Z[ host-image] Oct 01 02:27:28.492 INFO O| Oct 01 02:27:28.492 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
95582024-10-01T02:27:33.692Z[ host-image] Oct 01 02:27:28.493 INFO O| Oct 01 02:27:28.493 INFO STEP 150 (remove_files) COMPLETE
95592024-10-01T02:27:33.692Z[ host-image] Oct 01 02:27:28.493 INFO O| Oct 01 02:27:28.493 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95602024-10-01T02:27:33.692Z[ host-image] Oct 01 02:27:28.503 INFO O| Oct 01 02:27:28.502 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
95612024-10-01T02:27:33.692Z[ host-image] Oct 01 02:27:28.503 INFO O| Oct 01 02:27:28.503 INFO STEP 151 (remove_files) COMPLETE
95622024-10-01T02:27:33.692Z[ host-image] Oct 01 02:27:28.503 INFO O| Oct 01 02:27:28.503 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95632024-10-01T02:27:33.692Z[ host-image] Oct 01 02:27:28.513 INFO O| Oct 01 02:27:28.513 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
95642024-10-01T02:27:33.692Z[ host-image] Oct 01 02:27:28.513 INFO O| Oct 01 02:27:28.513 INFO STEP 152 (remove_files) COMPLETE
95652024-10-01T02:27:33.692Z[ host-image] Oct 01 02:27:28.513 INFO O| Oct 01 02:27:28.513 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95662024-10-01T02:27:33.692Z[ host-image] Oct 01 02:27:28.523 INFO O| Oct 01 02:27:28.523 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95672024-10-01T02:27:33.692Z[ host-image] Oct 01 02:27:28.523 INFO O| Oct 01 02:27:28.523 INFO STEP 153 (remove_files) COMPLETE
95682024-10-01T02:27:33.692Z[ host-image] Oct 01 02:27:28.523 INFO O| Oct 01 02:27:28.523 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95692024-10-01T02:27:33.692Z[ host-image] Oct 01 02:27:28.533 INFO O| Oct 01 02:27:28.533 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95702024-10-01T02:27:33.692Z[ host-image] Oct 01 02:27:28.533 INFO O| Oct 01 02:27:28.533 INFO STEP 154 (remove_files) COMPLETE
95712024-10-01T02:27:33.693Z[ host-image] Oct 01 02:27:28.533 INFO O| Oct 01 02:27:28.533 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95722024-10-01T02:27:33.693Z[ host-image] Oct 01 02:27:28.543 INFO O| Oct 01 02:27:28.543 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95732024-10-01T02:27:33.694Z[ host-image] Oct 01 02:27:28.543 INFO O| Oct 01 02:27:28.543 INFO STEP 155 (remove_files) COMPLETE
95742024-10-01T02:27:33.694Z[ host-image] Oct 01 02:27:28.543 INFO O| Oct 01 02:27:28.543 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95752024-10-01T02:27:33.694Z[ host-image] Oct 01 02:27:28.558 INFO O| Oct 01 02:27:28.558 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95762024-10-01T02:27:33.694Z[ host-image] Oct 01 02:27:28.558 INFO O| Oct 01 02:27:28.558 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "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_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
95772024-10-01T02:27:34.981Z[ recovery-image] Oct 01 02:27:33.200 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
95782024-10-01T02:27:35.722Z[ host-image] Oct 01 02:27:33.931 INFO O| Oct 01 02:27:33.931 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
95792024-10-01T02:27:35.723Z[ host-image] Oct 01 02:27:33.931 INFO O| Oct 01 02:27:33.931 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95802024-10-01T02:27:35.732Z[ host-image] Oct 01 02:27:33.951 INFO O| Oct 01 02:27:33.951 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
95812024-10-01T02:27:35.877Z[ host-image] Oct 01 02:27:34.093 INFO O| Oct 01 02:27:34.093 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95822024-10-01T02:27:35.877Z[ host-image] Oct 01 02:27:34.093 INFO O| Oct 01 02:27:34.093 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95832024-10-01T02:27:35.883Z[ host-image] Oct 01 02:27:34.097 INFO O| Oct 01 02:27:34.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95842024-10-01T02:27:35.883Z[ host-image] Oct 01 02:27:34.097 INFO O| Oct 01 02:27:34.097 INFO ok!
95852024-10-01T02:27:35.884Z[ host-image] Oct 01 02:27:34.097 INFO O| Oct 01 02:27:34.097 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95862024-10-01T02:27:35.884Z[ host-image] Oct 01 02:27:34.097 INFO O| Oct 01 02:27:34.097 INFO STEP 156 (seed_smf) COMPLETE
95872024-10-01T02:27:35.884Z[ host-image] Oct 01 02:27:34.097 INFO O| Oct 01 02:27:34.097 INFO steps complete; finalising image!
95882024-10-01T02:27:35.884Z[ host-image] Oct 01 02:27:34.097 INFO O| Oct 01 02:27:34.097 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95892024-10-01T02:27:36.092Z[ host-image] Oct 01 02:27:34.305 INFO O| Oct 01 02:27:34.305 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Oct 1 02:27:34 2024)
95902024-10-01T02:27:36.299Z[ host-image] Oct 01 02:27:34.516 INFO O| Oct 01 02:27:34.516 INFO trim TEMPORARY-gimlet-zfs: (90% trimmed, started at Tue Oct 1 02:27:34 2024)
95912024-10-01T02:27:36.521Z[ host-image] Oct 01 02:27:34.739 INFO O| Oct 01 02:27:34.739 INFO temporary pool has 679M used, 153M avail, 1.86x compressratio
95922024-10-01T02:27:36.521Z[ host-image] Oct 01 02:27:34.739 INFO O| Oct 01 02:27:34.739 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95932024-10-01T02:27:36.822Z[ recovery-image] Oct 01 02:27:35.039 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
95942024-10-01T02:27:36.854Z[ host-image] Oct 01 02:27:35.067 INFO O| Oct 01 02:27:35.067 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95952024-10-01T02:27:36.854Z[ host-image] Oct 01 02:27:35.067 INFO O| Oct 01 02:27:35.067 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95962024-10-01T02:27:38.273Z[ host-image] Oct 01 02:27:36.491 INFO O| Oct 01 02:27:36.490 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95972024-10-01T02:27:38.273Z[ host-image] Oct 01 02:27:36.491 INFO O| Oct 01 02:27:36.490 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95982024-10-01T02:27:38.276Z[ host-image] Oct 01 02:27:36.491 INFO O| Oct 01 02:27:36.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95992024-10-01T02:27:38.276Z[ host-image] Oct 01 02:27:36.491 INFO O| Oct 01 02:27:36.491 INFO completed processing gimlet/zfs
96002024-10-01T02:27:38.276Z[ host-image] Oct 01 02:27:36.491 INFO O| Oct 01 02:27:36.491 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
96012024-10-01T02:27:40.055Z[ recovery-image] Oct 01 02:27:38.253 INFO E| Compiling bitflags v1.3.2
96022024-10-01T02:27:40.056Z[ recovery-image] Oct 01 02:27:38.253 INFO E| Compiling adler2 v2.0.0
96032024-10-01T02:27:40.068Z[ recovery-image] Oct 01 02:27:38.253 INFO E| Compiling plain v0.2.3
96042024-10-01T02:27:40.068Z[ recovery-image] Oct 01 02:27:38.253 INFO E| Compiling log v0.4.22
96052024-10-01T02:27:40.068Z[ recovery-image] Oct 01 02:27:38.254 INFO E| Compiling bit_field v0.10.2
96062024-10-01T02:27:40.068Z[ recovery-image] Oct 01 02:27:38.254 INFO E| Compiling scroll v0.12.0
96072024-10-01T02:27:40.069Z[ recovery-image] Oct 01 02:27:38.254 INFO E| Compiling bitstruct v0.1.1
96082024-10-01T02:27:40.122Z[ recovery-image] Oct 01 02:27:38.340 INFO E| Compiling raw-cpuid v10.7.0
96092024-10-01T02:27:40.135Z[ recovery-image] Oct 01 02:27:38.353 INFO E| Compiling cpio_reader v0.1.1
96102024-10-01T02:27:40.193Z[ recovery-image] Oct 01 02:27:38.410 INFO E| Compiling miniz_oxide v0.8.0
96112024-10-01T02:27:40.275Z[ recovery-image] Oct 01 02:27:38.493 INFO E| Compiling static_assertions v1.1.0
96122024-10-01T02:27:40.443Z[ recovery-image] Oct 01 02:27:38.661 INFO E| Compiling goblin v0.8.2
96132024-10-01T02:27:45.546Z[ host-image] Oct 01 02:27:43.763 INFO O| Oct 01 02:27:43.763 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
96142024-10-01T02:27:45.627Z[ host-image] Oct 01 02:27:43.844 INFO BUILD STRING "heads/stlouis-0-ge8465aaeb7\n"
96152024-10-01T02:27:45.627Z[ host-image] Oct 01 02:27:43.844 INFO expanded image name: "ci 383d87c/${os_short_commit} 2024-10-01 01:58" -> "ci 383d87c/e8465aa 2024-10-01 01:58"
96162024-10-01T02:27:45.630Z[ host-image] Oct 01 02:27:43.844 INFO output artefacts stored in: "/work/os-host"
96172024-10-01T02:27:45.630Z[ host-image] Oct 01 02:27:43.845 INFO collecting git info from project "chelsio-t6-roms"...
96182024-10-01T02:27:45.634Z[ host-image] Oct 01 02:27:43.850 INFO collecting git info from project "phbl"...
96192024-10-01T02:27:45.637Z[ host-image] Oct 01 02:27:43.855 INFO collecting git info from project "image-builder"...
96202024-10-01T02:27:45.642Z[ host-image] Oct 01 02:27:43.859 INFO collecting git info from project "amd-host-image-builder"...
96212024-10-01T02:27:45.655Z[ host-image] Oct 01 02:27:43.873 INFO collecting git info from project "bootserver"...
96222024-10-01T02:27:45.659Z[ host-image] Oct 01 02:27:43.877 INFO collecting git info from project "pilot"...
96232024-10-01T02:27:45.664Z[ host-image] Oct 01 02:27:43.882 INFO collecting git info from project "pinprick"...
96242024-10-01T02:27:45.668Z[ host-image] Oct 01 02:27:43.886 INFO collecting git info from project "amd-firmware"...
96252024-10-01T02:27:45.676Z[ host-image] Oct 01 02:27:43.894 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
96262024-10-01T02:27:45.812Z[ recovery-image] Oct 01 02:27:44.029 INFO E| Finished `release` profile [optimized] target(s) in 38.11s
96272024-10-01T02:27:45.832Z[ recovery-image] Oct 01 02:27:44.050 INFO building host image...
96282024-10-01T02:27:45.835Z[ recovery-image] Oct 01 02:27:44.051 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")
96292024-10-01T02:27:46.035Z[ host-image] Oct 01 02:27:44.252 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
96302024-10-01T02:27:46.294Z[ recovery-image] Oct 01 02:27:44.512 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
96312024-10-01T02:27:46.378Z[ host-image] Oct 01 02:27:44.595 INFO creating Oxide boot image...
96322024-10-01T02:27:46.378Z[ host-image] Oct 01 02:27:44.595 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 383d87c/e8465aa 2024-10-01 01:58", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
96332024-10-01T02:27:47.403Z[ host-image] Oct 01 02:27:45.620 INFO O| ok, image written!
96342024-10-01T02:27:47.403Z[ host-image] Oct 01 02:27:45.620 INFO O| ok, boot_image_csum file written!
96352024-10-01T02:27:47.406Z[ host-image] Oct 01 02:27:45.623 INFO creating boot archive (CPIO)...
96362024-10-01T02:27:47.406Z[ host-image] Oct 01 02:27:45.623 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
96372024-10-01T02:27:47.415Z[ host-image] Oct 01 02:27:45.633 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
96382024-10-01T02:27:47.415Z[ host-image] Oct 01 02:27:45.633 INFO E| + outfile=/work/os-host/cpio
96392024-10-01T02:27:47.418Z[ host-image] Oct 01 02:27:45.633 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
96402024-10-01T02:27:47.418Z[ host-image] Oct 01 02:27:45.635 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
96412024-10-01T02:27:47.418Z[ host-image] Oct 01 02:27:45.635 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
96422024-10-01T02:27:47.456Z[ host-image] Oct 01 02:27:45.674 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
96432024-10-01T02:27:47.456Z[ host-image] Oct 01 02:27:45.674 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
96442024-10-01T02:27:47.464Z[ host-image] Oct 01 02:27:45.682 INFO creating compressed cpio/unix for nanobl-rs...
96452024-10-01T02:27:47.464Z[ host-image] Oct 01 02:27:45.682 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
96462024-10-01T02:27:47.730Z[ recovery-image] Oct 01 02:27:45.948 INFO image complete! materials are in "/work/os-recovery"
96472024-10-01T02:27:47.735Z[ recovery-image]
96482024-10-01T02:27:47.735Z[ recovery-image] real 7:56.729920008
96492024-10-01T02:27:47.735Z[ recovery-image] user 4:58.522999224
96502024-10-01T02:27:47.735Z[ recovery-image] sys 54.749239172
96512024-10-01T02:27:47.735Z[ recovery-image] trap 0.267073087
96522024-10-01T02:27:47.735Z[ recovery-image] tflt 0.380054012
96532024-10-01T02:27:47.735Z[ recovery-image] dflt 0.891453234
96542024-10-01T02:27:47.735Z[ recovery-image] kflt 0.019305339
96552024-10-01T02:27:47.735Z[ recovery-image] lock 16:51.059735934
96562024-10-01T02:27:47.735Z[ recovery-image] slp 47:18.522248587
96572024-10-01T02:27:47.735Z[ recovery-image] lat 2:27.835992473
96582024-10-01T02:27:47.735Z[ recovery-image] stop 6.754506731
96592024-10-01T02:27:47.735ZOct 01 02:27:45.951 INFO [recovery-image] process exited with exit status: 0 (476.839440296s)
96602024-10-01T02:27:47.739Z[ host-image] Oct 01 02:27:45.956 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
96612024-10-01T02:27:52.064Z[ host-image] Oct 01 02:27:50.281 INFO creating reset image...
96622024-10-01T02:27:52.067Z[ host-image] Oct 01 02:27:50.281 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96632024-10-01T02:27:52.151Z[ host-image] Oct 01 02:27:50.368 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
96642024-10-01T02:27:52.154Z[ host-image] Oct 01 02:27:50.369 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96652024-10-01T02:27:52.202Z[ host-image] Oct 01 02:27:50.419 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96662024-10-01T02:27:53.980Z[ host-image] Oct 01 02:27:52.197 INFO E| Finished `release` profile [optimized] target(s) in 1.81s
96672024-10-01T02:27:53.991Z[ host-image] Oct 01 02:27:52.208 INFO building host image...
96682024-10-01T02:27:53.993Z[ host-image] Oct 01 02:27:52.208 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")
96692024-10-01T02:27:54.431Z[ host-image] Oct 01 02:27:52.648 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96702024-10-01T02:28:41.069Z[ host-image] Oct 01 02:28:39.282 INFO image complete! materials are in "/work/os-host"
96712024-10-01T02:28:41.072Z[ host-image]
96722024-10-01T02:28:41.072Z[ host-image] real 9:03.618339305
96732024-10-01T02:28:41.072Z[ host-image] user 4:29.012158310
96742024-10-01T02:28:41.072Z[ host-image] sys 48.961409599
96752024-10-01T02:28:41.072Z[ host-image] trap 0.170158761
96762024-10-01T02:28:41.072Z[ host-image] tflt 0.003525896
96772024-10-01T02:28:41.072Z[ host-image] dflt 0.058324271
96782024-10-01T02:28:41.072Z[ host-image] kflt 0.000000000
96792024-10-01T02:28:41.072Z[ host-image] lock 6:37.409033548
96802024-10-01T02:28:41.074Z[ host-image] slp 49:18.133749977
96812024-10-01T02:28:41.074Z[ host-image] lat 1:29.921448402
96822024-10-01T02:28:41.074ZOct 01 02:28:39.285[ host-image] stop 0.551528429
96832024-10-01T02:28:41.074Z INFO [host-image] process exited with exit status: 0 (543.635333731s)
96842024-10-01T02:28:41.074ZOct 01 02:28:39.285 INFO [tuf-repo] running task
96852024-10-01T02:28:47.701ZOct 01 02:28:45.913 INFO assembling repository in `/tmp/tufaceouseO5G8a`, component: OmicronRepoAssembler
96862024-10-01T02:28:52.624ZOct 01 02:28:50.836 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96872024-10-01T02:28:52.952ZOct 01 02:28:51.163 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96882024-10-01T02:29:04.197ZOct 01 02:29:02.408 INFO [tuf-repo] task succeeded (23.122364009s)
96892024-10-01T02:29:04.197ZOct 01 02:29:02.408 INFO all jobs completed in 1833.459275115s
96902024-10-01T02:29:04.729Zprocess exited: duration 2412354 ms, exit code 0
 
96912024-10-01T02:29:04.742Zfound 33 output files
96922024-10-01T02:29:04.742Zuploading: /work/manifest.toml (8404 bytes)
96932024-10-01T02:29:05.758Zuploaded: /work/manifest.toml
96942024-10-01T02:29:05.758Zuploading: /work/repo.zip (1811776102 bytes)
96952024-10-01T02:29:37.104Zuploaded: /work/repo.zip
96962024-10-01T02:29:37.104Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96972024-10-01T02:29:38.117Zuploaded: /work/repo.zip.sha256.txt
96982024-10-01T02:29:38.117Zuploading: /work/helios-setup.log (54638 bytes)
96992024-10-01T02:29:39.127Zuploaded: /work/helios-setup.log
97002024-10-01T02:29:39.127Zuploading: /work/host-image.log (194749 bytes)
97012024-10-01T02:29:40.141Zuploaded: /work/host-image.log
97022024-10-01T02:29:40.141Zuploading: /work/host-package.log (18289 bytes)
97032024-10-01T02:29:41.154Zuploaded: /work/host-package.log
97042024-10-01T02:29:41.154Zuploading: /work/host-target.log (101 bytes)
97052024-10-01T02:29:42.162Zuploaded: /work/host-target.log
97062024-10-01T02:29:42.162Zuploading: /work/omicron-package.log (4317 bytes)
97072024-10-01T02:29:43.169Zuploaded: /work/omicron-package.log
97082024-10-01T02:29:43.170Zuploading: /work/phbl-toolchain.log (881 bytes)
97092024-10-01T02:29:44.179Zuploaded: /work/phbl-toolchain.log
97102024-10-01T02:29:44.179Zuploading: /work/recovery-image.log (591046 bytes)
97112024-10-01T02:29:45.199Zuploaded: /work/recovery-image.log
97122024-10-01T02:29:45.202Zuploading: /work/recovery-package.log (282 bytes)
97132024-10-01T02:29:46.208Zuploaded: /work/recovery-package.log
97142024-10-01T02:29:46.210Zuploading: /work/recovery-target.log (98 bytes)
97152024-10-01T02:29:47.235Zuploaded: /work/recovery-target.log
97162024-10-01T02:29:47.235Zuploading: /work/stamp-clickhouse.log (117 bytes)
97172024-10-01T02:29:48.255Zuploaded: /work/stamp-clickhouse.log
97182024-10-01T02:29:48.255Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97192024-10-01T02:29:49.265Zuploaded: /work/stamp-clickhouse_keeper.log
97202024-10-01T02:29:49.265Zuploading: /work/stamp-cockroachdb.log (118 bytes)
97212024-10-01T02:29:50.272Zuploaded: /work/stamp-cockroachdb.log
97222024-10-01T02:29:50.272Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
97232024-10-01T02:29:51.288Zuploaded: /work/stamp-crucible-dtrace.log
97242024-10-01T02:29:51.288Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
97252024-10-01T02:29:52.296Zuploaded: /work/stamp-crucible-pantry-zone.log
97262024-10-01T02:29:52.296Zuploading: /work/stamp-crucible-zone.log (120 bytes)
97272024-10-01T02:29:53.304Zuploaded: /work/stamp-crucible-zone.log
97282024-10-01T02:29:53.304Zuploading: /work/stamp-external-dns.log (119 bytes)
97292024-10-01T02:29:54.313Zuploaded: /work/stamp-external-dns.log
97302024-10-01T02:29:54.313Zuploading: /work/stamp-installinator.log (103 bytes)
97312024-10-01T02:29:55.322Zuploaded: /work/stamp-installinator.log
97322024-10-01T02:29:55.322Zuploading: /work/stamp-internal-dns.log (119 bytes)
97332024-10-01T02:29:56.329Zuploaded: /work/stamp-internal-dns.log
97342024-10-01T02:29:56.329Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
97352024-10-01T02:29:57.337Zuploaded: /work/stamp-mg-ddm-gz.log
97362024-10-01T02:29:57.337Zuploading: /work/stamp-nexus.log (112 bytes)
97372024-10-01T02:29:58.345Zuploaded: /work/stamp-nexus.log
97382024-10-01T02:29:58.345Zuploading: /work/stamp-ntp.log (110 bytes)
97392024-10-01T02:29:59.353Zuploaded: /work/stamp-ntp.log
97402024-10-01T02:29:59.353Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
97412024-10-01T02:30:00.361Zuploaded: /work/stamp-omicron-sled-agent.log
97422024-10-01T02:30:00.361Zuploading: /work/stamp-overlay.log (114 bytes)
97432024-10-01T02:30:01.371Zuploaded: /work/stamp-overlay.log
97442024-10-01T02:30:01.371Zuploading: /work/stamp-oximeter.log (115 bytes)
97452024-10-01T02:30:02.380Zuploaded: /work/stamp-oximeter.log
97462024-10-01T02:30:02.380Zuploading: /work/stamp-oxlog.log (109 bytes)
97472024-10-01T02:30:03.387Zuploaded: /work/stamp-oxlog.log
97482024-10-01T02:30:03.387Zuploading: /work/stamp-probe.log (112 bytes)
97492024-10-01T02:30:04.398Zuploaded: /work/stamp-probe.log
97502024-10-01T02:30:04.398Zuploading: /work/stamp-propolis-server.log (122 bytes)
97512024-10-01T02:30:05.407Zuploaded: /work/stamp-propolis-server.log
97522024-10-01T02:30:05.407Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
97532024-10-01T02:30:06.416Zuploaded: /work/stamp-pumpkind-gz.log
97542024-10-01T02:30:06.417Zuploading: /work/stamp-switch-asic.log (118 bytes)
97552024-10-01T02:30:07.426Zuploaded: /work/stamp-switch-asic.log
97562024-10-01T02:30:07.426Zuploading: /work/verify-libraries.log (2992 bytes)
97572024-10-01T02:30:08.434Zuploaded: /work/verify-libraries.log