01J4JVWA56JDZ07G21XHMJ3YPA: 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: 01J4JVWT8ST570JZCD3XZA0NV1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-06T03:33:15.471Zjob assigned to worker 01J4JVWYCSFWVEJ248B079EQGT (queued for 1 m 14 s)
 
22024-08-06T03:33:23.705Zstarting task 0: "setup"
32024-08-06T03:33:23.760Z++ uname -s
42024-08-06T03:33:23.763Z+ kern=SunOS
52024-08-06T03:33:23.763Z+ case "$kern" in
62024-08-06T03:33:23.763Z+ groupadd -g 12345 build
72024-08-06T03:33:23.766Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-06T03:33:25.774Z+ zfs create -o mountpoint=/work rpool/work
92024-08-06T03:33:25.870Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-06T03:33:25.873Z+ home_fs=zfs
112024-08-06T03:33:25.873Z+ [[ zfs == autofs ]]
122024-08-06T03:33:25.873Z+ mkdir -p /home/build
132024-08-06T03:33:25.876Z+ chown build:build /home/build /work
142024-08-06T03:33:27.876Z+ chmod 0700 /home/build /work
152024-08-06T03:33:27.879Zprocess exited: duration 4175 ms, exit code 0
 
162024-08-06T03:33:27.884Zstarting task 1: "rust-toolchain"
172024-08-06T03:33:27.889Z+ printf ' * toolchain channel = "%s"
182024-08-06T03:33:27.889Z' 1.80.0
192024-08-06T03:33:27.892Z+ printf ' * toolchain profile = "%s"
202024-08-06T03:33:27.892Z * toolchain channel = "1.80.0"
212024-08-06T03:33:27.892Z * toolchain profile = "default"
222024-08-06T03:33:27.892Z' default
232024-08-06T03:33:27.892Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-06T03:33:27.892Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default
252024-08-06T03:33:28.006Zinfo: downloading installer
262024-08-06T03:33:29.168Zinfo: profile set to 'default'
272024-08-06T03:33:29.168Zinfo: default host triple is x86_64-unknown-illumos
282024-08-06T03:33:29.170Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
292024-08-06T03:33:29.286Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
302024-08-06T03:33:29.286Zinfo: downloading component 'cargo'
312024-08-06T03:33:29.880Zinfo: downloading component 'clippy'
322024-08-06T03:33:30.092Zinfo: downloading component 'rust-docs'
332024-08-06T03:33:30.925Zinfo: downloading component 'rust-std'
342024-08-06T03:33:32.103Zinfo: downloading component 'rustc'
352024-08-06T03:33:35.293Zinfo: downloading component 'rustfmt'
362024-08-06T03:33:35.468Zinfo: installing component 'cargo'
372024-08-06T03:33:36.309Zinfo: installing component 'clippy'
382024-08-06T03:33:36.691Zinfo: installing component 'rust-docs'
392024-08-06T03:33:38.285Zinfo: installing component 'rust-std'
402024-08-06T03:33:39.935Zinfo: installing component 'rustc'
412024-08-06T03:33:44.358Zinfo: installing component 'rustfmt'
422024-08-06T03:33:44.705Zinfo: default toolchain set to '1.80.0-x86_64-unknown-illumos'
432024-08-06T03:33:44.705Z
442024-08-06T03:33:44.965Z 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21)
452024-08-06T03:33:44.965Z
462024-08-06T03:33:44.968Z
472024-08-06T03:33:44.968ZRust is installed now. Great!
482024-08-06T03:33:44.968Z
492024-08-06T03:33:44.968ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-06T03:33:44.968Zenvironment variable. This has not been done automatically.
512024-08-06T03:33:44.968Z
522024-08-06T03:33:44.968ZTo configure your current shell, you need to source
532024-08-06T03:33:44.968Zthe corresponding env file under $HOME/.cargo.
542024-08-06T03:33:44.968Z
552024-08-06T03:33:44.968ZThis is usually done by running one of the following (note the leading DOT):
562024-08-06T03:33:44.968Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-06T03:33:44.968Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-06T03:33:45.130Z+ rustc --version
592024-08-06T03:33:45.195Zrustc 1.80.0 (051478957 2024-07-21)
602024-08-06T03:33:45.199Zprocess exited: duration 17311 ms, exit code 0
 
612024-08-06T03:33:45.204Zstarting task 2: "authentication"
622024-08-06T03:33:45.225Zprocess exited: duration 20 ms, exit code 0
 
632024-08-06T03:33:45.230Zstarting task 3: "clone repository"
642024-08-06T03:33:45.235Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-06T03:33:45.238Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-06T03:33:46.143ZCloning into '/work/oxidecomputer/omicron'...
672024-08-06T03:33:52.930Z+ cd /work/oxidecomputer/omicron
682024-08-06T03:33:52.930Z+ git fetch origin ed12f2bd216e7388d140f2c2ec845dbff60b003d
692024-08-06T03:33:53.199ZFrom https://github.com/oxidecomputer/omicron
702024-08-06T03:33:53.199Z * branch ed12f2bd216e7388d140f2c2ec845dbff60b003d -> FETCH_HEAD
712024-08-06T03:33:53.207Z+ [[ -n '' ]]
722024-08-06T03:33:53.207Z+ git reset --hard ed12f2bd216e7388d140f2c2ec845dbff60b003d
732024-08-06T03:33:53.350ZHEAD is now at ed12f2bd2 Update Rust crate postgres-protocol to 0.6.7
742024-08-06T03:33:53.355Zprocess exited: duration 8115 ms, exit code 0
 
752024-08-06T03:33:53.373Zstarting task 4: "build"
762024-08-06T03:33:53.380Z+ cargo --version
772024-08-06T03:33:53.434Zcargo 1.80.0 (376290515 2024-07-16)
782024-08-06T03:33:53.446Z+ rustc --version
792024-08-06T03:33:53.487Zrustc 1.80.0 (051478957 2024-07-21)
802024-08-06T03:33:53.494Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
812024-08-06T03:34:12.551Z Startup: Refreshing catalog 'helios-dev' ... Done
822024-08-06T03:34:14.880Z Startup: Caching catalogs ... Done
832024-08-06T03:34:18.708ZPlanning: Solver setup ... Done (3.237s)
842024-08-06T03:34:18.769ZPlanning: Running solver ... Done (0.061s)
852024-08-06T03:34:18.825ZPlanning: Finding local manifests ... Done (0.004s)
862024-08-06T03:34:18.837ZPlanning: Fetching manifests: 0/4 0% complete
872024-08-06T03:34:19.093ZPlanning: Fetching manifests: 4/4 100% complete
882024-08-06T03:34:19.144ZPlanning: Package planning ... Done (0.051s)
892024-08-06T03:34:19.196ZPlanning: Merging actions ... Done (0.051s)
902024-08-06T03:34:20.235ZPlanning: Checking for conflicting actions ... Done (1.039s)
912024-08-06T03:34:20.247ZPlanning: Consolidating action changes ... Done (0.011s)
922024-08-06T03:34:25.403ZPlanning: Evaluating mediators ... Done (5.155s)
932024-08-06T03:34:25.413ZPlanning: Planning completed in 10.46 seconds
942024-08-06T03:34:25.883Z Packages to install: 4
952024-08-06T03:34:25.883Z Mediators to change: 2
962024-08-06T03:34:25.883Z Services to change: 1
972024-08-06T03:34:25.883Z Estimated space available: 155.76 GB
982024-08-06T03:34:25.885ZEstimated space to be consumed: 1.47 GB
992024-08-06T03:34:25.885Z Create boot environment: No
1002024-08-06T03:34:25.885ZCreate backup boot environment: No
1012024-08-06T03:34:25.885Z Rebuild boot archive: No
1022024-08-06T03:34:25.885Z
1032024-08-06T03:34:25.885ZChanged mediators:
1042024-08-06T03:34:25.885Z mediator clang:
1052024-08-06T03:34:25.886Z version: None -> 15 (system default)
1062024-08-06T03:34:25.886Z
1072024-08-06T03:34:25.886Z mediator llvm:
1082024-08-06T03:34:25.886Z version: 14 (system default) -> 15 (system default)
1092024-08-06T03:34:25.886Z
1102024-08-06T03:34:25.886ZChanged packages:
1112024-08-06T03:34:25.886Zhelios-dev
1122024-08-06T03:34:25.886Z developer/build-essential
1132024-08-06T03:34:25.886Z None -> 11-2.0
1142024-08-06T03:34:25.886Z library/libxmlsec1
1152024-08-06T03:34:25.886Z None -> 1.2.35-2.0
1162024-08-06T03:34:25.886Z ooce/developer/clang-15
1172024-08-06T03:34:25.886Z None -> 15.0.7-2.0
1182024-08-06T03:34:25.886Z ooce/developer/llvm-15
1192024-08-06T03:34:25.886Z None -> 15.0.7-2.0
1202024-08-06T03:34:25.886Z
1212024-08-06T03:34:25.886ZServices:
1222024-08-06T03:34:25.886Z restart_fmri:
1232024-08-06T03:34:25.886Z svc:/system/update-man-index:default
1242024-08-06T03:34:26.100Z
1252024-08-06T03:34:26.100ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1262024-08-06T03:34:31.118ZDownload: 1144/3290 items 48.5/212.6MB 22% complete (9.7M/s)
1272024-08-06T03:34:36.120ZDownload: 1983/3290 items 118.7/212.6MB 55% complete (12.0M/s)
1282024-08-06T03:34:41.205ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (11.5M/s)
1292024-08-06T03:34:46.205ZDownload: 3267/3290 items 209.1/212.6MB 98% complete (8.9M/s)
1302024-08-06T03:34:46.702ZDownload: Completed 212.60 MB in 20.60 seconds (10.3M/s)
1312024-08-06T03:34:47.231Z Actions: 1/3689 actions (Installing new actions)
1322024-08-06T03:34:52.290Z Actions: 3585/3689 actions (Installing new actions)
1332024-08-06T03:34:52.435Z Actions: Completed 3689 actions in 5.20 seconds.
1342024-08-06T03:34:52.695Z Done (0.255s)
1352024-08-06T03:34:52.695Z Done (0.000s)
1362024-08-06T03:34:53.048Z Done (0.353s)
1372024-08-06T03:34:58.490Z Done (5.278s)
1382024-08-06T03:34:58.718Z Done (0.159s)
1392024-08-06T03:34:58.726Z Done (0.000s)
1402024-08-06T03:34:59.048Z Done (0.000s)
1412024-08-06T03:34:59.625ZPlanning: Evaluating mediator changes ... Done
1422024-08-06T03:34:59.787ZPlanning: Checking for conflicting actions ... Done
1432024-08-06T03:34:59.790ZPlanning: Consolidating action changes ... Done
1442024-08-06T03:35:00.055ZPlanning: Evaluating mediators ... Done
1452024-08-06T03:35:00.058ZPlanning: Planning completed in 0.43 seconds
1462024-08-06T03:35:00.087Z Mediators to change: 2
1472024-08-06T03:35:00.087Z Create boot environment: No
1482024-08-06T03:35:00.087ZCreate backup boot environment: No
1492024-08-06T03:35:00.188Z Done
1502024-08-06T03:35:00.188Z Done
1512024-08-06T03:35:00.407Z Done
1522024-08-06T03:35:03.957Z Done
1532024-08-06T03:35:04.045Z Done
1542024-08-06T03:35:04.045Z Done
1552024-08-06T03:35:04.227Z Done
1562024-08-06T03:35:04.829ZPlanning: Evaluating mediator changes ... Done
1572024-08-06T03:35:04.831ZPlanning: Merging actions ... Done
1582024-08-06T03:35:05.019ZPlanning: Checking for conflicting actions ... Done
1592024-08-06T03:35:05.022ZPlanning: Consolidating action changes ... Done
1602024-08-06T03:35:05.281ZPlanning: Evaluating mediators ... Done
1612024-08-06T03:35:05.335ZPlanning: Planning completed in 0.75 seconds
1622024-08-06T03:35:05.370Z Packages to change: 1
1632024-08-06T03:35:05.370Z Mediators to change: 1
1642024-08-06T03:35:05.370Z Services to change: 1
1652024-08-06T03:35:05.373Z Create boot environment: No
1662024-08-06T03:35:05.373ZCreate backup boot environment: Yes
1672024-08-06T03:35:07.364Z Actions: 1/6 actions (Updating modified actions)
1682024-08-06T03:35:07.400Z Actions: Completed 6 actions in 0.04 seconds.
1692024-08-06T03:35:07.403Z Done
1702024-08-06T03:35:07.403Z Done
1712024-08-06T03:35:07.475Z Done
1722024-08-06T03:35:11.248Z Done
1732024-08-06T03:35:11.283Z Done
1742024-08-06T03:35:11.287Z Done
1752024-08-06T03:35:11.562Z Done
1762024-08-06T03:35:11.993ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1772024-08-06T03:35:11.993Zclang system 15 system
1782024-08-06T03:35:11.993Zcsh system system illumos
1792024-08-06T03:35:11.993Zctags system system illumos
1802024-08-06T03:35:11.993Zgcc vendor 12 vendor
1812024-08-06T03:35:11.993Zgcc system 10 system
1822024-08-06T03:35:11.993Zgcc system 7 system
1832024-08-06T03:35:11.993Zgo system 1.20 system
1842024-08-06T03:35:11.994Zgo system 1.19 system
1852024-08-06T03:35:11.994Zllvm system 15 system
1862024-08-06T03:35:11.994Zllvm system 14 system
1872024-08-06T03:35:11.994Zmariadb system 10.6 system
1882024-08-06T03:35:11.994Zmta vendor vendor dma
1892024-08-06T03:35:11.994Zopenjdk system 17 system
1902024-08-06T03:35:11.994Zopenjdk system 11 system
1912024-08-06T03:35:11.994Zopenjdk system 1.8 system
1922024-08-06T03:35:11.994Zopenssl vendor 3 vendor
1932024-08-06T03:35:11.994Zperl system 5.36 system
1942024-08-06T03:35:11.994Zpostgresql system 15 system
1952024-08-06T03:35:11.994Zpostgresql system 13 system
1962024-08-06T03:35:11.994Zpython vendor 3 vendor
1972024-08-06T03:35:11.994Zpython system 2 system
1982024-08-06T03:35:11.994Zpython3 system 3.11 system
1992024-08-06T03:35:11.994Zruby system 3.0 system
2002024-08-06T03:35:11.994Zwords vendor vendor american-english
2012024-08-06T03:35:11.994Zwords system system australian-english
2022024-08-06T03:35:11.994Zwords system system british-english
2032024-08-06T03:35:11.994Zwords system system canadian-english
2042024-08-06T03:35:11.994Zwords system system french
2052024-08-06T03:35:11.994Zwords system system italian
2062024-08-06T03:35:11.994Zwords system system ngerman
2072024-08-06T03:35:11.994Zwords system system ogerman
2082024-08-06T03:35:11.995Zwords system system spanish
2092024-08-06T03:35:12.323ZPUBLISHER TYPE STATUS P LOCATION
2102024-08-06T03:35:12.323Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2112024-08-06T03:35:13.956ZFMRI IFO
2122024-08-06T03:35:13.956Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2132024-08-06T03:35:13.956Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2142024-08-06T03:35:13.956Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2152024-08-06T03:35:13.956Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2162024-08-06T03:35:13.957Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2172024-08-06T03:35:13.957Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2182024-08-06T03:35:13.957Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2192024-08-06T03:35:13.957Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2202024-08-06T03:35:13.957Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2212024-08-06T03:35:13.957Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2222024-08-06T03:35:13.957Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2232024-08-06T03:35:13.957Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2242024-08-06T03:35:14.535Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2252024-08-06T03:35:14.769Z Updating git repository `https://github.com/oxidecomputer/zone`
2262024-08-06T03:35:15.044Z Updating crates.io index
2272024-08-06T03:35:15.047Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2282024-08-06T03:35:15.750Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2292024-08-06T03:35:16.481Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2302024-08-06T03:35:16.745Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2312024-08-06T03:35:18.182Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2322024-08-06T03:35:18.400Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2332024-08-06T03:35:18.652Z Updating git repository `https://github.com/oxidecomputer/propolis`
2342024-08-06T03:35:19.706Z Updating git repository `https://github.com/oxidecomputer/crucible`
2352024-08-06T03:35:21.486Z Updating git repository `https://github.com/oxidecomputer/opte`
2362024-08-06T03:35:22.394Z Updating git repository `https://github.com/oxidecomputer/falcon`
2372024-08-06T03:35:23.093Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2382024-08-06T03:35:23.602Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2392024-08-06T03:35:23.978Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2402024-08-06T03:35:24.269Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2412024-08-06T03:35:24.553Z Updating git repository `https://github.com/oxidecomputer/tofino`
2422024-08-06T03:35:24.823Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2432024-08-06T03:35:25.059Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2442024-08-06T03:35:25.291Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2452024-08-06T03:35:25.558Z Updating git repository `https://github.com/oxidecomputer/clickward`
2462024-08-06T03:35:25.837Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2472024-08-06T03:35:26.166Z Updating git repository `https://github.com/oxidecomputer/ispf`
2482024-08-06T03:35:26.412Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2492024-08-06T03:35:26.775Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2502024-08-06T03:35:27.193Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512024-08-06T03:35:27.548Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522024-08-06T03:35:27.940Z Updating git repository `https://github.com/oxidecomputer/typify`
2532024-08-06T03:35:29.983Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542024-08-06T03:35:30.238Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552024-08-06T03:35:30.519Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562024-08-06T03:35:30.845Z Updating git repository `https://github.com/oxidecomputer/rfb`
2572024-08-06T03:35:32.032Z Downloading crates ...
2582024-08-06T03:35:32.104Z Downloaded anstream v0.6.14
2592024-08-06T03:35:32.107Z Downloaded dof v0.3.0
2602024-08-06T03:35:32.110Z Downloaded camino v1.1.7
2612024-08-06T03:35:32.116Z Downloaded is_terminal_polyfill v1.70.0
2622024-08-06T03:35:32.119Z Downloaded pretty-hex v0.4.1
2632024-08-06T03:35:32.123Z Downloaded scroll_derive v0.12.0
2642024-08-06T03:35:32.125Z Downloaded equivalent v1.0.1
2652024-08-06T03:35:32.130Z Downloaded usdt-macro v0.5.0
2662024-08-06T03:35:32.133Z Downloaded clap_derive v4.5.13
2672024-08-06T03:35:32.135Z Downloaded usdt-attr-macro v0.5.0
2682024-08-06T03:35:32.135Z Downloaded crypto-common v0.1.6
2692024-08-06T03:35:32.135Z Downloaded bytecount v0.6.8
2702024-08-06T03:35:32.138Z Downloaded anstyle-parse v0.2.4
2712024-08-06T03:35:32.140Z Downloaded toml_datetime v0.6.8
2722024-08-06T03:35:32.140Z Downloaded thiserror-impl v1.0.63
2732024-08-06T03:35:32.143Z Downloaded macaddr v1.0.1
2742024-08-06T03:35:32.143Z Downloaded version_check v0.9.5
2752024-08-06T03:35:32.145Z Downloaded strsim v0.11.1
2762024-08-06T03:35:32.145Z Downloaded generic-array v0.14.7
2772024-08-06T03:35:32.148Z Downloaded proc-macro-error-attr v1.0.4
2782024-08-06T03:35:32.151Z Downloaded serde_tokenstream v0.2.1
2792024-08-06T03:35:32.153Z Downloaded heck v0.5.0
2802024-08-06T03:35:32.156Z Downloaded cargo_metadata v0.18.1
2812024-08-06T03:35:32.159Z Downloaded terminal_size v0.3.0
2822024-08-06T03:35:32.159Z Downloaded fnv v1.0.7
2832024-08-06T03:35:32.159Z Downloaded colorchoice v1.0.1
2842024-08-06T03:35:32.162Z Downloaded memmap v0.7.0
2852024-08-06T03:35:32.162Z Downloaded quote v1.0.36
2862024-08-06T03:35:32.165Z Downloaded pest_derive v2.7.10
2872024-08-06T03:35:32.168Z Downloaded dtrace-parser v0.2.0
2882024-08-06T03:35:32.170Z Downloaded clap v4.5.13
2892024-08-06T03:35:32.177Z Downloaded anyhow v1.0.86
2902024-08-06T03:35:32.181Z Downloaded toml v0.8.19
2912024-08-06T03:35:32.184Z Downloaded typenum v1.17.0
2922024-08-06T03:35:32.187Z Downloaded pest_meta v2.7.10
2932024-08-06T03:35:32.189Z Downloaded papergrid v0.11.0
2942024-08-06T03:35:32.194Z Downloaded bitflags v2.6.0
2952024-08-06T03:35:32.198Z Downloaded clap_lex v0.7.0
2962024-08-06T03:35:32.201Z Downloaded zerocopy-derive v0.7.34
2972024-08-06T03:35:32.203Z Downloaded ryu v1.0.18
2982024-08-06T03:35:32.206Z Downloaded heck v0.4.1
2992024-08-06T03:35:32.209Z Downloaded cargo-platform v0.1.8
3002024-08-06T03:35:32.209Z Downloaded plain v0.2.3
3012024-08-06T03:35:32.212Z Downloaded swrite v0.1.0
3022024-08-06T03:35:32.212Z Downloaded autocfg v1.3.0
3032024-08-06T03:35:32.214Z Downloaded cpufeatures v0.2.12
3042024-08-06T03:35:32.214Z Downloaded cfg-if v1.0.0
3052024-08-06T03:35:32.217Z Downloaded byteorder v1.5.0
3062024-08-06T03:35:32.217Z Downloaded itoa v1.0.11
3072024-08-06T03:35:32.220Z Downloaded digest v0.10.7
3082024-08-06T03:35:32.222Z Downloaded serde_spanned v0.6.7
3092024-08-06T03:35:32.222Z Downloaded fs-err v2.11.0
3102024-08-06T03:35:32.225Z Downloaded errno v0.3.9
3112024-08-06T03:35:32.225Z Downloaded block-buffer v0.10.4
3122024-08-06T03:35:32.227Z Downloaded anstyle-query v1.0.3
3132024-08-06T03:35:32.228Z Downloaded anstyle v1.0.8
3142024-08-06T03:35:32.237Z Downloaded sha2 v0.10.8
3152024-08-06T03:35:32.240Z Downloaded pest_generator v2.7.10
3162024-08-06T03:35:32.243Z Downloaded utf8parse v0.2.1
3172024-08-06T03:35:32.243Z Downloaded usdt v0.5.0
3182024-08-06T03:35:32.245Z Downloaded cargo_toml v0.20.4
3192024-08-06T03:35:32.245Z Downloaded thread-id v4.2.1
3202024-08-06T03:35:32.248Z Downloaded serde v1.0.204
3212024-08-06T03:35:32.254Z Downloaded proc-macro-error v1.0.4
3222024-08-06T03:35:32.257Z Downloaded once_cell v1.19.0
3232024-08-06T03:35:32.261Z Downloaded usdt-impl v0.5.0
3242024-08-06T03:35:32.264Z Downloaded thiserror v1.0.63
3252024-08-06T03:35:32.267Z Downloaded tabled_derive v0.7.0
3262024-08-06T03:35:32.267Z Downloaded semver v1.0.23
3272024-08-06T03:35:32.270Z Downloaded log v0.4.21
3282024-08-06T03:35:32.272Z Downloaded scroll v0.12.0
3292024-08-06T03:35:32.276Z Downloaded unicode-ident v1.0.12
3302024-08-06T03:35:32.279Z Downloaded ucd-trie v0.1.6
3312024-08-06T03:35:32.282Z Downloaded serde_derive v1.0.204
3322024-08-06T03:35:32.285Z Downloaded proc-macro2 v1.0.86
3332024-08-06T03:35:32.292Z Downloaded indexmap v2.3.0
3342024-08-06T03:35:32.296Z Downloaded hashbrown v0.14.5
3352024-08-06T03:35:32.307Z Downloaded serde_json v1.0.122
3362024-08-06T03:35:32.320Z Downloaded toml_edit v0.22.20
3372024-08-06T03:35:32.341Z Downloaded zerocopy v0.7.34
3382024-08-06T03:35:32.356Z Downloaded pest v2.7.10
3392024-08-06T03:35:32.360Z Downloaded tabled v0.15.0
3402024-08-06T03:35:32.376Z Downloaded goblin v0.8.2
3412024-08-06T03:35:32.381Z Downloaded winnow v0.6.18
3422024-08-06T03:35:32.389Z Downloaded clap_builder v4.5.13
3432024-08-06T03:35:32.396Z Downloaded syn v1.0.109
3442024-08-06T03:35:32.406Z Downloaded syn v2.0.72
3452024-08-06T03:35:32.417Z Downloaded memchr v2.7.2
3462024-08-06T03:35:32.422Z Downloaded unicode-width v0.1.13
3472024-08-06T03:35:32.429Z Downloaded rustix v0.38.34
3482024-08-06T03:35:32.449Z Downloaded libc v0.2.155
3492024-08-06T03:35:32.744Z Compiling proc-macro2 v1.0.86
3502024-08-06T03:35:32.744Z Compiling unicode-ident v1.0.12
3512024-08-06T03:35:32.744Z Compiling version_check v0.9.5
3522024-08-06T03:35:32.747Z Compiling serde v1.0.204
3532024-08-06T03:35:32.747Z Compiling memchr v2.7.2
3542024-08-06T03:35:32.747Z Compiling thiserror v1.0.63
3552024-08-06T03:35:32.747Z Compiling libc v0.2.155
3562024-08-06T03:35:32.777Z Compiling ucd-trie v0.1.6
3572024-08-06T03:35:32.994Z Compiling itoa v1.0.11
3582024-08-06T03:35:33.230Z Compiling ryu v1.0.18
3592024-08-06T03:35:33.511Z Compiling once_cell v1.19.0
3602024-08-06T03:35:33.611Z Compiling byteorder v1.5.0
3612024-08-06T03:35:33.960Z Compiling serde_json v1.0.122
3622024-08-06T03:35:34.929Z Compiling proc-macro-error-attr v1.0.4
3632024-08-06T03:35:34.985Z Compiling usdt-impl v0.5.0
3642024-08-06T03:35:34.987Z Compiling syn v1.0.109
3652024-08-06T03:35:35.047Z Compiling rustix v0.38.34
3662024-08-06T03:35:35.090Z Compiling proc-macro-error v1.0.4
3672024-08-06T03:35:35.318Z Compiling equivalent v1.0.1
3682024-08-06T03:35:35.398Z Compiling bitflags v2.6.0
3692024-08-06T03:35:35.432Z Compiling utf8parse v0.2.1
3702024-08-06T03:35:35.456Z Compiling log v0.4.21
3712024-08-06T03:35:35.599Z Compiling plain v0.2.3
3722024-08-06T03:35:35.712Z Compiling thread-id v4.2.1
3732024-08-06T03:35:35.780Z Compiling hashbrown v0.14.5
3742024-08-06T03:35:35.804Z Compiling anstyle-parse v0.2.4
3752024-08-06T03:35:35.874Z Compiling quote v1.0.36
3762024-08-06T03:35:35.998Z Compiling pretty-hex v0.4.1
3772024-08-06T03:35:36.024Z Compiling is_terminal_polyfill v1.70.0
3782024-08-06T03:35:36.136Z Compiling winnow v0.6.18
3792024-08-06T03:35:36.163Z Compiling colorchoice v1.0.1
3802024-08-06T03:35:36.166Z Compiling camino v1.1.7
3812024-08-06T03:35:36.211Z Compiling autocfg v1.3.0
3822024-08-06T03:35:36.345Z Compiling syn v2.0.72
3832024-08-06T03:35:36.541Z Compiling errno v0.3.9
3842024-08-06T03:35:36.919Z Compiling anstyle v1.0.8
3852024-08-06T03:35:37.190Z Compiling indexmap v2.3.0
3862024-08-06T03:35:37.301Z Compiling semver v1.0.23
3872024-08-06T03:35:37.411Z Compiling anstyle-query v1.0.3
3882024-08-06T03:35:37.562Z Compiling anstream v0.6.14
3892024-08-06T03:35:37.872Z Compiling fs-err v2.11.0
3902024-08-06T03:35:37.996Z Compiling terminal_size v0.3.0
3912024-08-06T03:35:38.290Z Compiling heck v0.5.0
3922024-08-06T03:35:38.358Z Compiling fnv v1.0.7
3932024-08-06T03:35:38.385Z Compiling clap_lex v0.7.0
3942024-08-06T03:35:38.440Z Compiling unicode-width v0.1.13
3952024-08-06T03:35:38.488Z Compiling anyhow v1.0.86
3962024-08-06T03:35:38.609Z Compiling bytecount v0.6.8
3972024-08-06T03:35:38.689Z Compiling heck v0.4.1
3982024-08-06T03:35:38.824Z Compiling strsim v0.11.1
3992024-08-06T03:35:38.849Z Compiling papergrid v0.11.0
4002024-08-06T03:35:39.052Z Compiling memmap v0.7.0
4012024-08-06T03:35:39.157Z Compiling clap_builder v4.5.13
4022024-08-06T03:35:40.050Z Compiling swrite v0.1.0
4032024-08-06T03:35:41.747Z Compiling tabled_derive v0.7.0
4042024-08-06T03:35:43.227Z Compiling tabled v0.15.0
4052024-08-06T03:35:44.854Z Compiling serde_derive v1.0.204
4062024-08-06T03:35:44.857Z Compiling thiserror-impl v1.0.63
4072024-08-06T03:35:44.857Z Compiling zerocopy-derive v0.7.34
4082024-08-06T03:35:44.857Z Compiling scroll_derive v0.12.0
4092024-08-06T03:35:44.951Z Compiling clap_derive v4.5.13
4102024-08-06T03:35:46.203Z Compiling scroll v0.12.0
4112024-08-06T03:35:46.666Z Compiling zerocopy v0.7.34
4122024-08-06T03:35:46.783Z Compiling goblin v0.8.2
4132024-08-06T03:35:47.664Z Compiling pest v2.7.10
4142024-08-06T03:35:48.706Z Compiling clap v4.5.13
4152024-08-06T03:35:49.752Z Compiling pest_meta v2.7.10
4162024-08-06T03:35:50.554Z Compiling pest_generator v2.7.10
4172024-08-06T03:35:52.378Z Compiling pest_derive v2.7.10
4182024-08-06T03:35:53.106Z Compiling dtrace-parser v0.2.0
4192024-08-06T03:35:55.037Z Compiling serde_tokenstream v0.2.1
4202024-08-06T03:35:55.216Z Compiling toml_datetime v0.6.8
4212024-08-06T03:35:55.216Z Compiling serde_spanned v0.6.7
4222024-08-06T03:35:55.218Z Compiling cargo-platform v0.1.8
4232024-08-06T03:35:55.531Z Compiling macaddr v1.0.1
4242024-08-06T03:35:55.627Z Compiling toml_edit v0.22.20
4252024-08-06T03:35:56.378Z Compiling dof v0.3.0
4262024-08-06T03:35:56.693Z Compiling cargo_metadata v0.18.1
4272024-08-06T03:35:58.157Z Compiling usdt-macro v0.5.0
4282024-08-06T03:35:58.157Z Compiling usdt-attr-macro v0.5.0
4292024-08-06T03:35:58.494Z Compiling toml v0.8.19
4302024-08-06T03:35:59.323Z Compiling cargo_toml v0.20.4
4312024-08-06T03:35:59.450Z Compiling usdt v0.5.0
4322024-08-06T03:36:02.986Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4332024-08-06T03:36:06.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.40s
4342024-08-06T03:36:06.966Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4352024-08-06T03:36:07.504Z Downloading crates ...
4362024-08-06T03:36:07.631Z Downloaded addr2line v0.21.0
4372024-08-06T03:36:07.635Z Downloaded bitstruct_derive v0.1.0
4382024-08-06T03:36:07.638Z Downloaded atomicwrites v0.4.3
4392024-08-06T03:36:07.644Z Downloaded cstr-argument v0.1.2
4402024-08-06T03:36:07.647Z Downloaded cfg_aliases v0.1.1
4412024-08-06T03:36:07.647Z Downloaded instant v0.1.12
4422024-08-06T03:36:07.651Z Downloaded crucible-workspace-hack v0.1.0
4432024-08-06T03:36:07.654Z Downloaded async-stream v0.3.5
4442024-08-06T03:36:07.657Z Downloaded assert_matches v1.5.0
4452024-08-06T03:36:07.660Z Downloaded is_ci v1.2.0
4462024-08-06T03:36:07.662Z Downloaded arrayref v0.3.7
4472024-08-06T03:36:07.665Z Downloaded match_cfg v0.1.0
4482024-08-06T03:36:07.665Z Downloaded crossbeam-deque v0.8.5
4492024-08-06T03:36:07.668Z Downloaded aead v0.5.2
4502024-08-06T03:36:07.670Z Downloaded parse-size v1.0.0
4512024-08-06T03:36:07.670Z Downloaded bitflags v1.3.2
4522024-08-06T03:36:07.673Z Downloaded bitfield v0.14.0
4532024-08-06T03:36:07.676Z Downloaded constant_time_eq v0.3.0
4542024-08-06T03:36:07.676Z Downloaded newline-converter v0.3.0
4552024-08-06T03:36:07.678Z Downloaded base16ct v0.2.0
4562024-08-06T03:36:07.681Z Downloaded multimap v0.10.0
4572024-08-06T03:36:07.681Z Downloaded libefi-sys v0.1.0
4582024-08-06T03:36:07.683Z Downloaded cassowary v0.3.0
4592024-08-06T03:36:07.686Z Downloaded indent_write v2.2.0
4602024-08-06T03:36:07.686Z Downloaded num_threads v0.1.7
4612024-08-06T03:36:07.686Z Downloaded maybe-uninit v2.0.0
4622024-08-06T03:36:07.689Z Downloaded const_format_proc_macros v0.2.32
4632024-08-06T03:36:07.692Z Downloaded mime v0.3.17
4642024-08-06T03:36:07.692Z Downloaded curve25519-dalek-derive v0.1.1
4652024-08-06T03:36:07.695Z Downloaded num-derive v0.4.2
4662024-08-06T03:36:07.697Z Downloaded base64ct v1.6.0
4672024-08-06T03:36:07.700Z Downloaded num_enum v0.5.11
4682024-08-06T03:36:07.704Z Downloaded packed_struct v0.10.1
4692024-08-06T03:36:07.707Z Downloaded memmap2 v0.9.4
4702024-08-06T03:36:07.709Z Downloaded native-tls v0.2.11
4712024-08-06T03:36:07.712Z Downloaded indoc v1.0.9
4722024-08-06T03:36:07.715Z Downloaded parse-display v0.9.1
4732024-08-06T03:36:07.717Z Downloaded cookie_store v0.20.0
4742024-08-06T03:36:07.720Z Downloaded cookie v0.17.0
4752024-08-06T03:36:07.722Z Downloaded matches v0.1.10
4762024-08-06T03:36:07.722Z Downloaded ciborium-io v0.2.2
4772024-08-06T03:36:07.725Z Downloaded bitstruct v0.1.1
4782024-08-06T03:36:07.725Z Downloaded parking_lot v0.11.2
4792024-08-06T03:36:07.728Z Downloaded slog-stdlog v4.1.1
4802024-08-06T03:36:07.730Z Downloaded nu-ansi-term v0.50.0
4812024-08-06T03:36:07.733Z Downloaded crunchy v0.2.2
4822024-08-06T03:36:07.735Z Downloaded lock_api v0.4.12
4832024-08-06T03:36:07.735Z Downloaded indexmap v1.9.3
4842024-08-06T03:36:07.739Z Downloaded opaque-debug v0.3.1
4852024-08-06T03:36:07.741Z Downloaded openssl-probe v0.1.5
4862024-08-06T03:36:07.744Z Downloaded nodrop v0.1.14
4872024-08-06T03:36:07.744Z Downloaded crossbeam-utils v0.8.19
4882024-08-06T03:36:07.746Z Downloaded const-oid v0.9.6
4892024-08-06T03:36:07.749Z Downloaded num-complex v0.4.6
4902024-08-06T03:36:07.752Z Downloaded nanorand v0.7.0
4912024-08-06T03:36:07.754Z Downloaded darling_macro v0.20.9
4922024-08-06T03:36:07.754Z Downloaded nibble_vec v0.1.0
4932024-08-06T03:36:07.757Z Downloaded libsw v3.3.1
4942024-08-06T03:36:07.759Z Downloaded signal-hook-tokio v0.3.1
4952024-08-06T03:36:07.762Z Downloaded blake2 v0.10.6
4962024-08-06T03:36:07.764Z Downloaded indicatif v0.17.8
4972024-08-06T03:36:07.767Z Downloaded parking_lot_core v0.8.6
4982024-08-06T03:36:07.770Z Downloaded toolchain_find v0.4.0
4992024-08-06T03:36:07.772Z Downloaded difflib v0.4.0
5002024-08-06T03:36:07.772Z Downloaded termtree v0.4.1
5012024-08-06T03:36:07.775Z Downloaded zone_cfg_derive v0.1.2
5022024-08-06T03:36:07.775Z Downloaded bit-vec v0.6.3
5032024-08-06T03:36:07.777Z Downloaded display-error-chain v0.2.0
5042024-08-06T03:36:07.780Z Downloaded linked-hash-map v0.5.6
5052024-08-06T03:36:07.780Z Downloaded openssl-macros v0.1.1
5062024-08-06T03:36:07.780Z Downloaded md-5 v0.10.6
5072024-08-06T03:36:07.783Z Downloaded async-recursion v1.1.1
5082024-08-06T03:36:07.785Z Downloaded num_cpus v1.16.0
5092024-08-06T03:36:07.788Z Downloaded hubpack_derive v0.1.1
5102024-08-06T03:36:07.791Z Downloaded topological-sort v0.2.2
5112024-08-06T03:36:07.791Z Downloaded num_enum_derive v0.5.11
5122024-08-06T03:36:07.794Z Downloaded ascii-canvas v3.0.0
5132024-08-06T03:36:07.794Z Downloaded olpc-cjson v0.1.3
5142024-08-06T03:36:07.796Z Downloaded compact_str v0.7.1
5152024-08-06T03:36:07.799Z Downloaded allocator-api2 v0.2.18
5162024-08-06T03:36:07.802Z Downloaded portpicker v0.1.1
5172024-08-06T03:36:07.804Z Downloaded paste v1.0.15
5182024-08-06T03:36:07.807Z Downloaded crc v3.2.1
5192024-08-06T03:36:07.809Z Downloaded parse-display-derive v0.9.1
5202024-08-06T03:36:07.812Z Downloaded openssl-sys v0.9.103
5212024-08-06T03:36:07.815Z Downloaded peg-runtime v0.8.3
5222024-08-06T03:36:07.818Z Downloaded strum_macros v0.25.3
5232024-08-06T03:36:07.821Z Downloaded strum_macros v0.26.4
5242024-08-06T03:36:07.823Z Downloaded precomputed-hash v0.1.1
5252024-08-06T03:36:07.823Z Downloaded futures-io v0.3.30
5262024-08-06T03:36:07.826Z Downloaded dirs-next v2.0.0
5272024-08-06T03:36:07.826Z Downloaded xattr v1.3.1
5282024-08-06T03:36:07.828Z Downloaded unicase v2.7.0
5292024-08-06T03:36:07.831Z Downloaded stability v0.2.0
5302024-08-06T03:36:07.831Z Downloaded unarray v0.1.4
5312024-08-06T03:36:07.833Z Downloaded tokio-macros v2.3.0
5322024-08-06T03:36:07.833Z Downloaded percent-encoding v2.3.1
5332024-08-06T03:36:07.836Z Downloaded pem-rfc7468 v0.7.0
5342024-08-06T03:36:07.839Z Downloaded heck v0.3.3
5352024-08-06T03:36:07.839Z Downloaded cobs v0.2.3
5362024-08-06T03:36:07.841Z Downloaded arrayvec v0.7.4
5372024-08-06T03:36:07.844Z Downloaded tower-service v0.3.2
5382024-08-06T03:36:07.844Z Downloaded vte_generate_state_changes v0.1.1
5392024-08-06T03:36:07.844Z Downloaded darling v0.20.9
5402024-08-06T03:36:07.849Z Downloaded sync_wrapper v0.1.2
5412024-08-06T03:36:07.851Z Downloaded ff v0.13.0
5422024-08-06T03:36:07.854Z Downloaded password-hash v0.5.0
5432024-08-06T03:36:07.854Z Downloaded owo-colors v4.0.0
5442024-08-06T03:36:07.857Z Downloaded glob v0.3.1
5452024-08-06T03:36:07.860Z Downloaded futures-executor v0.3.30
5462024-08-06T03:36:07.863Z Downloaded filetime v0.2.23
5472024-08-06T03:36:07.863Z Downloaded fixedbitset v0.4.2
5482024-08-06T03:36:07.865Z Downloaded dirs-sys-next v0.1.2
5492024-08-06T03:36:07.865Z Downloaded rtoolbox v0.0.2
5502024-08-06T03:36:07.868Z Downloaded darling_core v0.20.9
5512024-08-06T03:36:07.872Z Downloaded fd-lock v4.0.2
5522024-08-06T03:36:07.875Z Downloaded phf_shared v0.10.0
5532024-08-06T03:36:07.877Z Downloaded futures-macro v0.3.30
5542024-08-06T03:36:07.878Z Downloaded serde_path_to_error v0.1.16
5552024-08-06T03:36:07.880Z Downloaded hex v0.4.3
5562024-08-06T03:36:07.883Z Downloaded diesel_table_macro_syntax v0.1.0
5572024-08-06T03:36:07.883Z Downloaded ref-cast-impl v1.0.23
5582024-08-06T03:36:07.885Z Downloaded radium v0.7.0
5592024-08-06T03:36:07.888Z Downloaded predicates v3.1.2
5602024-08-06T03:36:07.890Z Downloaded ppv-lite86 v0.2.17
5612024-08-06T03:36:07.893Z Downloaded ahash v0.8.11
5622024-08-06T03:36:07.895Z Downloaded unicode-xid v0.2.4
5632024-08-06T03:36:07.895Z Downloaded which v4.4.2
5642024-08-06T03:36:07.898Z Downloaded parking_lot v0.12.2
5652024-08-06T03:36:07.901Z Downloaded test-strategy v0.3.1
5662024-08-06T03:36:07.905Z Downloaded rustc-demangle v0.1.24
5672024-08-06T03:36:07.907Z Downloaded ena v0.14.3
5682024-08-06T03:36:07.910Z Downloaded foreign-types-shared v0.3.1
5692024-08-06T03:36:07.910Z Downloaded cc v1.0.97
5702024-08-06T03:36:07.913Z Downloaded downcast v0.11.0
5712024-08-06T03:36:07.915Z Downloaded signal-hook-mio v0.2.3
5722024-08-06T03:36:07.918Z Downloaded hyper-tls v0.5.0
5732024-08-06T03:36:07.918Z Downloaded phf_shared v0.11.2
5742024-08-06T03:36:07.920Z Downloaded highway v1.1.0
5752024-08-06T03:36:07.923Z Downloaded smf v0.2.3
5762024-08-06T03:36:07.923Z Downloaded ident_case v1.0.1
5772024-08-06T03:36:07.926Z Downloaded headers-core v0.2.0
5782024-08-06T03:36:07.926Z Downloaded minimal-lexical v0.2.1
5792024-08-06T03:36:07.929Z Downloaded smawk v0.3.2
5802024-08-06T03:36:07.932Z Downloaded unicode-bidi v0.3.15
5812024-08-06T03:36:07.935Z Downloaded structmeta-derive v0.3.0
5822024-08-06T03:36:07.937Z Downloaded either v1.12.0
5832024-08-06T03:36:07.937Z Downloaded strum_macros v0.24.3
5842024-08-06T03:36:07.940Z Downloaded unicode-truncate v1.0.0
5852024-08-06T03:36:07.942Z Downloaded httparse v1.8.0
5862024-08-06T03:36:07.945Z Downloaded rustfmt-wrapper v0.2.1
5872024-08-06T03:36:07.948Z Downloaded sigpipe v0.1.3
5882024-08-06T03:36:07.948Z Downloaded subprocess v0.2.9
5892024-08-06T03:36:07.951Z Downloaded mio v0.8.11
5902024-08-06T03:36:07.955Z Downloaded slog-async v2.8.0
5912024-08-06T03:36:07.958Z Downloaded zone v0.1.8
5922024-08-06T03:36:07.961Z Downloaded deranged v0.3.11
5932024-08-06T03:36:07.961Z Downloaded iana-time-zone v0.1.60
5942024-08-06T03:36:07.963Z Downloaded crossbeam-epoch v0.9.18
5952024-08-06T03:36:07.966Z Downloaded rand_xorshift v0.3.0
5962024-08-06T03:36:07.969Z Downloaded fxhash v0.2.1
5972024-08-06T03:36:07.969Z Downloaded hostname v0.4.0
5982024-08-06T03:36:07.972Z Downloaded getopts v0.2.21
5992024-08-06T03:36:07.974Z Downloaded gethostname v0.5.0
6002024-08-06T03:36:07.974Z Downloaded diff v0.1.13
6012024-08-06T03:36:07.977Z Downloaded signal-hook v0.3.17
6022024-08-06T03:36:07.980Z Downloaded predicates-core v1.0.6
6032024-08-06T03:36:07.983Z Downloaded scheduled-thread-pool v0.2.7
6042024-08-06T03:36:07.983Z Downloaded same-file v1.0.6
6052024-08-06T03:36:07.985Z Downloaded rpassword v7.3.1
6062024-08-06T03:36:07.988Z Downloaded take_mut v0.2.2
6072024-08-06T03:36:07.988Z Downloaded serde_arrays v0.1.0
6082024-08-06T03:36:07.990Z Downloaded num-bigint v0.4.5
6092024-08-06T03:36:07.993Z Downloaded resolv-conf v0.7.0
6102024-08-06T03:36:07.996Z Downloaded time-core v0.1.2
6112024-08-06T03:36:07.998Z Downloaded signature v2.2.0
6122024-08-06T03:36:07.998Z Downloaded thiserror-impl-no-std v2.0.2
6132024-08-06T03:36:08.001Z Downloaded tap v1.0.1
6142024-08-06T03:36:08.001Z Downloaded spin v0.5.2
6152024-08-06T03:36:08.004Z Downloaded try-lock v0.2.5
6162024-08-06T03:36:08.004Z Downloaded path-slash v0.1.5
6172024-08-06T03:36:08.007Z Downloaded schemars v0.8.21
6182024-08-06T03:36:08.017Z Downloaded trust-dns-resolver v0.22.0
6192024-08-06T03:36:08.022Z Downloaded universal-hash v0.5.1
6202024-08-06T03:36:08.025Z Downloaded hostname v0.3.1
6212024-08-06T03:36:08.027Z Downloaded group v0.13.0
6222024-08-06T03:36:08.036Z Downloaded uzers v0.11.3
6232024-08-06T03:36:08.039Z Downloaded ref-cast v1.0.23
6242024-08-06T03:36:08.042Z Downloaded powerfmt v0.2.0
6252024-08-06T03:36:08.045Z Downloaded rand v0.8.5
6262024-08-06T03:36:08.047Z Downloaded postgres-types v0.2.7
6272024-08-06T03:36:08.050Z Downloaded postgres-protocol v0.6.7
6282024-08-06T03:36:08.053Z Downloaded tiny-keccak v2.0.2
6292024-08-06T03:36:08.056Z Downloaded strip-ansi-escapes v0.2.0
6302024-08-06T03:36:08.056Z Downloaded rusty-fork v0.3.0
6312024-08-06T03:36:08.058Z Downloaded wait-timeout v0.2.0
6322024-08-06T03:36:08.061Z Downloaded float-cmp v0.9.0
6332024-08-06T03:36:08.061Z Downloaded flagset v0.4.5
6342024-08-06T03:36:08.064Z Downloaded stringprep v0.1.4
6352024-08-06T03:36:08.064Z Downloaded vsss-rs v3.3.4
6362024-08-06T03:36:08.067Z Downloaded tokio-tungstenite v0.21.0
6372024-08-06T03:36:08.069Z Downloaded tokio-stream v0.1.15
6382024-08-06T03:36:08.074Z Downloaded tokio-rustls v0.25.0
6392024-08-06T03:36:08.076Z Downloaded phf v0.11.2
6402024-08-06T03:36:08.079Z Downloaded peg v0.8.4
6412024-08-06T03:36:08.082Z Downloaded hyper-staticfile v0.9.5
6422024-08-06T03:36:08.085Z Downloaded tinyvec_macros v0.1.1
6432024-08-06T03:36:08.088Z Downloaded home v0.5.9
6442024-08-06T03:36:08.088Z Downloaded getrandom v0.2.14
6452024-08-06T03:36:08.091Z Downloaded libxml v0.3.3
6462024-08-06T03:36:08.096Z Downloaded serde-big-array v0.5.1
6472024-08-06T03:36:08.099Z Downloaded pin-utils v0.1.0
6482024-08-06T03:36:08.101Z Downloaded slog-scope v4.4.0
6492024-08-06T03:36:08.104Z Downloaded quick-error v1.2.3
6502024-08-06T03:36:08.104Z Downloaded foreign-types-macros v0.2.3
6512024-08-06T03:36:08.104Z Downloaded spin v0.9.8
6522024-08-06T03:36:08.107Z Downloaded derive_builder v0.20.0
6532024-08-06T03:36:08.112Z Downloaded tokio-native-tls v0.3.1
6542024-08-06T03:36:08.114Z Downloaded hash32 v0.3.1
6552024-08-06T03:36:08.117Z Downloaded pkg-config v0.3.30
6562024-08-06T03:36:08.119Z Downloaded hash32 v0.2.1
6572024-08-06T03:36:08.119Z Downloaded fastrand v2.1.0
6582024-08-06T03:36:08.122Z Downloaded fallible-iterator v0.2.0
6592024-08-06T03:36:08.122Z Downloaded foreign-types-shared v0.1.1
6602024-08-06T03:36:08.124Z Downloaded zip v0.6.6
6612024-08-06T03:36:08.127Z Downloaded tokio-tungstenite v0.20.1
6622024-08-06T03:36:08.129Z Downloaded wyz v0.5.1
6632024-08-06T03:36:08.132Z Downloaded predicates-tree v1.0.9
6642024-08-06T03:36:08.132Z Downloaded unsafe-libyaml v0.2.11
6652024-08-06T03:36:08.136Z Downloaded socket2 v0.4.10
6662024-08-06T03:36:08.139Z Downloaded derive_builder_macro v0.20.0
6672024-08-06T03:36:08.141Z Downloaded rayon-core v1.12.1
6682024-08-06T03:36:08.144Z Downloaded want v0.3.1
6692024-08-06T03:36:08.146Z Downloaded rustc-hash v1.1.0
6702024-08-06T03:36:08.146Z Downloaded num-bigint-dig v0.8.4
6712024-08-06T03:36:08.151Z Downloaded snafu-derive v0.8.2
6722024-08-06T03:36:08.153Z Downloaded tls_codec v0.4.1
6732024-08-06T03:36:08.156Z Downloaded pretty-hex v0.2.1
6742024-08-06T03:36:08.156Z Downloaded diesel_derives v2.1.4
6752024-08-06T03:36:08.160Z Downloaded toml_edit v0.19.15
6762024-08-06T03:36:08.178Z Downloaded http-range v0.1.5
6772024-08-06T03:36:08.180Z Downloaded string_cache v0.8.7
6782024-08-06T03:36:08.180Z Downloaded rand_chacha v0.3.1
6792024-08-06T03:36:08.183Z Downloaded http-body v0.4.6
6802024-08-06T03:36:08.183Z Downloaded form_urlencoded v1.2.1
6812024-08-06T03:36:08.186Z Downloaded thread_local v1.1.8
6822024-08-06T03:36:08.186Z Downloaded erased-serde v0.3.31
6832024-08-06T03:36:08.188Z Downloaded heapless v0.7.17
6842024-08-06T03:36:08.191Z Downloaded elliptic-curve v0.13.8
6852024-08-06T03:36:08.196Z Downloaded unicode-normalization v0.1.23
6862024-08-06T03:36:08.200Z Downloaded rustc_version v0.4.0
6872024-08-06T03:36:08.202Z Downloaded zeroize v1.7.0
6882024-08-06T03:36:08.202Z Downloaded rustc_version v0.1.7
6892024-08-06T03:36:08.205Z Downloaded proc-macro-crate v1.3.1
6902024-08-06T03:36:08.205Z Downloaded yasna v0.5.2
6912024-08-06T03:36:08.208Z Downloaded typed-path v0.7.1
6922024-08-06T03:36:08.212Z Downloaded scopeguard v1.2.0
6932024-08-06T03:36:08.215Z Downloaded secrecy v0.8.0
6942024-08-06T03:36:08.218Z Downloaded endian-type v0.1.2
6952024-08-06T03:36:08.218Z Downloaded funty v2.0.0
6962024-08-06T03:36:08.218Z Downloaded serde_urlencoded v0.7.1
6972024-08-06T03:36:08.220Z Downloaded serde_repr v0.1.19
6982024-08-06T03:36:08.220Z Downloaded rustversion v1.0.17
6992024-08-06T03:36:08.223Z Downloaded samael v0.0.15
7002024-08-06T03:36:08.228Z Downloaded derive_more v0.99.18
7012024-08-06T03:36:08.233Z Downloaded ron v0.8.1
7022024-08-06T03:36:08.239Z Downloaded zerocopy v0.6.6
7032024-08-06T03:36:08.241Z Downloaded structmeta-derive v0.2.0
7042024-08-06T03:36:08.244Z Downloaded stable_deref_trait v1.2.0
7052024-08-06T03:36:08.244Z Downloaded sqlformat v0.2.4
7062024-08-06T03:36:08.247Z Downloaded termcolor v1.4.1
7072024-08-06T03:36:08.247Z Downloaded fatfs v0.3.6
7082024-08-06T03:36:08.250Z Downloaded tungstenite v0.21.0
7092024-08-06T03:36:08.253Z Downloaded futures-task v0.3.30
7102024-08-06T03:36:08.256Z Downloaded slog-bunyan v2.5.0
7112024-08-06T03:36:08.256Z Downloaded tungstenite v0.20.1
7122024-08-06T03:36:08.259Z Downloaded serde_yaml v0.9.34+deprecated
7132024-08-06T03:36:08.263Z Downloaded humantime v2.1.0
7142024-08-06T03:36:08.265Z Downloaded toml v0.7.8
7152024-08-06T03:36:08.269Z Downloaded url v2.5.2
7162024-08-06T03:36:08.272Z Downloaded slog-dtrace v0.3.0
7172024-08-06T03:36:08.274Z Downloaded static_assertions v1.1.0
7182024-08-06T03:36:08.274Z Downloaded spki v0.7.3
7192024-08-06T03:36:08.277Z Downloaded rustls-pemfile v2.1.3
7202024-08-06T03:36:08.280Z Downloaded walkdir v2.5.0
7212024-08-06T03:36:08.282Z Downloaded pkcs8 v0.10.2
7222024-08-06T03:36:08.285Z Downloaded rustls-pemfile v1.0.4
7232024-08-06T03:36:08.287Z Downloaded float-ord v0.3.2
7242024-08-06T03:36:08.288Z Downloaded pkcs1 v0.7.5
7252024-08-06T03:36:08.290Z Downloaded pin-project-lite v0.2.14
7262024-08-06T03:36:08.294Z Downloaded tracing-attributes v0.1.27
7272024-08-06T03:36:08.296Z Downloaded snafu v0.8.2
7282024-08-06T03:36:08.303Z Downloaded tough v0.17.1
7292024-08-06T03:36:08.311Z Downloaded term v0.7.0
7302024-08-06T03:36:08.314Z Downloaded pin-project v1.1.5
7312024-08-06T03:36:08.326Z Downloaded tracing v0.1.40
7322024-08-06T03:36:08.331Z Downloaded smallvec v1.13.2
7332024-08-06T03:36:08.333Z Downloaded lalrpop v0.19.12
7342024-08-06T03:36:08.345Z Downloaded half v2.4.1
7352024-08-06T03:36:08.349Z Downloaded serde_with_macros v3.8.3
7362024-08-06T03:36:08.352Z Downloaded tar v0.4.41
7372024-08-06T03:36:08.355Z Downloaded winnow v0.5.40
7382024-08-06T03:36:08.361Z Downloaded tokio-postgres v0.7.11
7392024-08-06T03:36:08.367Z Downloaded hyper-rustls v0.24.2
7402024-08-06T03:36:08.369Z Downloaded rustyline v14.0.0
7412024-08-06T03:36:08.376Z Downloaded hkdf v0.12.4
7422024-08-06T03:36:08.379Z Downloaded tracing-core v0.1.32
7432024-08-06T03:36:08.381Z Downloaded regex-automata v0.1.10
7442024-08-06T03:36:08.386Z Downloaded prettyplease v0.2.20
7452024-08-06T03:36:08.390Z Downloaded reedline v0.31.0
7462024-08-06T03:36:08.398Z Downloaded publicsuffix v2.2.3
7472024-08-06T03:36:08.400Z Downloaded trust-dns-client v0.22.0
7482024-08-06T03:36:08.407Z Downloaded openssl v0.10.66
7492024-08-06T03:36:08.414Z Downloaded headers v0.3.9
7502024-08-06T03:36:08.419Z Downloaded rayon v1.10.0
7512024-08-06T03:36:08.428Z Downloaded radix_trie v0.2.1
7522024-08-06T03:36:08.433Z Downloaded sqlparser v0.45.0
7532024-08-06T03:36:08.438Z Downloaded futures v0.3.30
7542024-08-06T03:36:08.443Z Downloaded time v0.3.36
7552024-08-06T03:36:08.449Z Downloaded rustls-webpki v0.101.7
7562024-08-06T03:36:08.463Z Downloaded nix v0.27.1
7572024-08-06T03:36:08.472Z Downloaded http v1.1.0
7582024-08-06T03:36:08.476Z Downloaded flume v0.11.0
7592024-08-06T03:36:08.480Z Downloaded hashbrown v0.13.2
7602024-08-06T03:36:08.483Z Downloaded hyper v0.14.30
7612024-08-06T03:36:08.491Z Downloaded rustls v0.21.12
7622024-08-06T03:36:08.502Z Downloaded expectorate v1.1.0
7632024-08-06T03:36:08.505Z Downloaded reqwest v0.11.27
7642024-08-06T03:36:08.511Z Downloaded hashbrown v0.12.3
7652024-08-06T03:36:08.516Z Downloaded rustls-webpki v0.102.4
7662024-08-06T03:36:08.533Z Downloaded openapiv3 v2.0.0
7672024-08-06T03:36:08.544Z Downloaded diesel v2.1.6
7682024-08-06T03:36:08.561Z Downloaded regress v0.9.1
7692024-08-06T03:36:08.569Z Downloaded bitvec v1.0.1
7702024-08-06T03:36:08.583Z Downloaded ratatui v0.27.0
7712024-08-06T03:36:08.601Z Downloaded regex-syntax v0.6.29
7722024-08-06T03:36:08.607Z Downloaded h2 v0.3.26
7732024-08-06T03:36:08.614Z Downloaded quick-xml v0.31.0
7742024-08-06T03:36:08.620Z Downloaded futures-util v0.3.30
7752024-08-06T03:36:08.630Z Downloaded zerocopy-derive v0.6.6
7762024-08-06T03:36:08.639Z Downloaded gimli v0.28.1
7772024-08-06T03:36:08.647Z Downloaded smoltcp v0.9.1
7782024-08-06T03:36:08.657Z Downloaded proptest v1.4.0
7792024-08-06T03:36:08.666Z Downloaded curve25519-dalek v4.1.3
7802024-08-06T03:36:08.675Z Downloaded bstr v0.2.17
7812024-08-06T03:36:08.684Z Downloaded idna v0.2.3
7822024-08-06T03:36:08.691Z Downloaded polar-core v0.27.3
7832024-08-06T03:36:08.700Z Downloaded idna v0.5.0
7842024-08-06T03:36:08.706Z Downloaded regex v1.10.5
7852024-08-06T03:36:08.719Z Downloaded webpki-roots v0.25.4
7862024-08-06T03:36:08.723Z Downloaded smoltcp v0.11.0
7872024-08-06T03:36:08.735Z Downloaded trust-dns-proto v0.22.0
7882024-08-06T03:36:08.747Z Downloaded idna v0.3.0
7892024-08-06T03:36:08.754Z Downloaded bstr v1.9.1
7902024-08-06T03:36:08.764Z Downloaded rustls v0.22.4
7912024-08-06T03:36:08.777Z Downloaded regex-syntax v0.8.3
7922024-08-06T03:36:08.785Z Downloaded encoding_rs v0.8.34
7932024-08-06T03:36:08.807Z Downloaded sled v0.34.7
7942024-08-06T03:36:08.817Z Downloaded chrono v0.4.38
7952024-08-06T03:36:08.824Z Downloaded bindgen v0.69.4
7962024-08-06T03:36:08.831Z Downloaded nix v0.28.0
7972024-08-06T03:36:08.842Z Downloaded vcpkg v0.2.15
7982024-08-06T03:36:08.879Z Downloaded object v0.32.2
7992024-08-06T03:36:08.891Z Downloaded tokio-util v0.7.11
8002024-08-06T03:36:08.897Z Downloaded bzip2-sys v0.1.11+1.0.8
8012024-08-06T03:36:08.909Z Downloaded object v0.30.4
8022024-08-06T03:36:08.918Z Downloaded regex-automata v0.4.6
8032024-08-06T03:36:08.935Z Downloaded finl_unicode v1.2.0
8042024-08-06T03:36:08.948Z Downloaded ron v0.7.1
8052024-08-06T03:36:08.952Z Downloaded tokio v1.38.1
8062024-08-06T03:36:08.988Z Downloaded flate2 v1.0.31
8072024-08-06T03:36:08.993Z Downloaded sha3 v0.10.8
8082024-08-06T03:36:08.998Z Downloaded petgraph v0.6.5
8092024-08-06T03:36:09.015Z Downloaded csv v1.3.0
8102024-08-06T03:36:09.034Z Downloaded unicode_categories v0.1.1
8112024-08-06T03:36:09.037Z Downloaded trust-dns-server v0.22.1
8122024-08-06T03:36:09.041Z Downloaded portable-atomic v1.6.0
8132024-08-06T03:36:09.047Z Downloaded aho-corasick v1.1.3
8142024-08-06T03:36:09.052Z Downloaded crossterm v0.27.0
8152024-08-06T03:36:09.058Z Downloaded smallvec v0.6.14
8162024-08-06T03:36:09.061Z Downloaded tempfile v3.10.1
8172024-08-06T03:36:09.063Z Downloaded pin-project-internal v1.1.5
8182024-08-06T03:36:09.063Z Downloaded unicode-segmentation v1.11.0
8192024-08-06T03:36:09.066Z Downloaded http v0.2.12
8202024-08-06T03:36:09.070Z Downloaded serde_with v3.8.3
8212024-08-06T03:36:09.077Z Downloaded itertools v0.13.0
8222024-08-06T03:36:09.084Z Downloaded blake3 v1.5.1
8232024-08-06T03:36:09.091Z Downloaded x509-cert v0.2.5
8242024-08-06T03:36:09.096Z Downloaded similar v2.5.0
8252024-08-06T03:36:09.101Z Downloaded rsa v0.9.6
8262024-08-06T03:36:09.105Z Downloaded sec1 v0.7.3
8272024-08-06T03:36:09.108Z Downloaded rcgen v0.12.1
8282024-08-06T03:36:09.110Z Downloaded env_logger v0.10.2
8292024-08-06T03:36:09.113Z Downloaded env_logger v0.9.3
8302024-08-06T03:36:09.116Z Downloaded hmac v0.12.1
8312024-08-06T03:36:09.116Z Downloaded vte v0.11.1
8322024-08-06T03:36:09.118Z Downloaded toml v0.5.11
8332024-08-06T03:36:09.121Z Downloaded heapless v0.8.0
8342024-08-06T03:36:09.123Z Downloaded fragile v2.0.0
8352024-08-06T03:36:09.126Z Downloaded structmeta v0.3.0
8362024-08-06T03:36:09.126Z Downloaded semver v0.1.20
8372024-08-06T03:36:09.129Z Downloaded rand_core v0.6.4
8382024-08-06T03:36:09.129Z Downloaded tinyvec v1.6.0
8392024-08-06T03:36:09.131Z Downloaded time-macros v0.2.18
8402024-08-06T03:36:09.134Z Downloaded slog-term v2.9.1
8412024-08-06T03:36:09.137Z Downloaded slog-envlogger v2.2.0
8422024-08-06T03:36:09.137Z Downloaded peg-macros v0.8.4
8432024-08-06T03:36:09.139Z Downloaded r2d2 v0.8.10
8442024-08-06T03:36:09.139Z Downloaded foreign-types v0.5.0
8452024-08-06T03:36:09.139Z Downloaded foreign-types v0.3.2
8462024-08-06T03:36:09.142Z Downloaded waitgroup v0.1.2
8472024-08-06T03:36:09.142Z Downloaded psl-types v2.0.11
8482024-08-06T03:36:09.142Z Downloaded tui-tree-widget v0.21.0
8492024-08-06T03:36:09.145Z Downloaded uuid v1.10.0
8502024-08-06T03:36:09.148Z Downloaded itertools v0.10.5
8512024-08-06T03:36:09.151Z Downloaded enum-as-inner v0.5.1
8522024-08-06T03:36:09.154Z Downloaded crossbeam-channel v0.5.12
8532024-08-06T03:36:09.156Z Downloaded futures-core v0.3.30
8542024-08-06T03:36:09.159Z Downloaded futures-channel v0.3.30
8552024-08-06T03:36:09.161Z Downloaded tokio-rustls v0.24.1
8562024-08-06T03:36:09.161Z Downloaded termios v0.3.3
8572024-08-06T03:36:09.164Z Downloaded derive-where v1.2.7
8582024-08-06T03:36:09.167Z Downloaded signal-hook-registry v1.4.2
8592024-08-06T03:36:09.169Z Downloaded ring v0.17.8
8602024-08-06T03:36:09.236Z Downloaded sha1 v0.10.6
8612024-08-06T03:36:09.239Z Downloaded steno v0.4.1
8622024-08-06T03:36:09.241Z Downloaded slog v2.7.0
8632024-08-06T03:36:09.244Z Downloaded poly1305 v0.8.0
8642024-08-06T03:36:09.247Z Downloaded nom v7.1.3
8652024-08-06T03:36:09.251Z Downloaded const_format v0.2.32
8662024-08-06T03:36:09.255Z Downloaded backtrace v0.3.71
8672024-08-06T03:36:09.259Z Downloaded futures-sink v0.3.30
8682024-08-06T03:36:09.262Z Downloaded derive_builder_core v0.20.0
8692024-08-06T03:36:09.262Z Downloaded postcard v1.0.8
8702024-08-06T03:36:09.265Z Downloaded itertools v0.12.1
8712024-08-06T03:36:09.271Z Downloaded bytes v1.6.0
8722024-08-06T03:36:09.274Z Downloaded base64 v0.22.1
8732024-08-06T03:36:09.278Z Downloaded arc-swap v1.7.1
8742024-08-06T03:36:09.281Z Downloaded untrusted v0.7.1
8752024-08-06T03:36:09.284Z Downloaded ring v0.16.20
8762024-08-06T03:36:09.362Z Downloaded thiserror-no-std v2.0.2
8772024-08-06T03:36:09.366Z Downloaded serde_plain v1.0.2
8782024-08-06T03:36:09.368Z Downloaded serde-hex v0.1.0
8792024-08-06T03:36:09.368Z Downloaded sct v0.7.1
8802024-08-06T03:36:09.371Z Downloaded clang-sys v1.7.0
8812024-08-06T03:36:09.374Z Downloaded crypto-bigint v0.5.5
8822024-08-06T03:36:09.379Z Downloaded rand_seeder v0.3.0
8832024-08-06T03:36:09.382Z Downloaded base64 v0.13.1
8842024-08-06T03:36:09.384Z Downloaded zeroize_derive v1.4.2
8852024-08-06T03:36:09.384Z Downloaded utf-8 v0.7.6
8862024-08-06T03:36:09.386Z Downloaded untrusted v0.9.0
8872024-08-06T03:36:09.386Z Downloaded siphasher v0.3.11
8882024-08-06T03:36:09.389Z Downloaded embedded-io v0.4.0
8892024-08-06T03:36:09.389Z Downloaded dyn-clone v1.0.17
8902024-08-06T03:36:09.391Z Downloaded rustls-pki-types v1.7.0
8912024-08-06T03:36:09.393Z Downloaded cancel-safe-futures v0.1.5
8922024-08-06T03:36:09.396Z Downloaded serde_derive_internals v0.29.1
8932024-08-06T03:36:09.396Z Downloaded whoami v1.5.1
8942024-08-06T03:36:09.398Z Downloaded libm v0.2.8
8952024-08-06T03:36:09.404Z Downloaded socket2 v0.5.7
8962024-08-06T03:36:09.407Z Downloaded cookie v0.18.1
8972024-08-06T03:36:09.409Z Downloaded oso v0.27.3
8982024-08-06T03:36:09.412Z Downloaded tabwriter v1.4.0
8992024-08-06T03:36:09.414Z Downloaded supports-color v3.0.0
9002024-08-06T03:36:09.414Z Downloaded subtle v2.5.0
9012024-08-06T03:36:09.417Z Downloaded slog-json v2.6.1
9022024-08-06T03:36:09.417Z Downloaded shlex v1.3.0
9032024-08-06T03:36:09.420Z Downloaded schemars_derive v0.8.21
9042024-08-06T03:36:09.420Z Downloaded pem v3.0.4
9052024-08-06T03:36:09.420Z Downloaded hubpack v0.1.2
9062024-08-06T03:36:09.422Z Downloaded httpdate v1.0.3
9072024-08-06T03:36:09.422Z Downloaded globset v0.4.14
9082024-08-06T03:36:09.425Z Downloaded textwrap v0.16.1
9092024-08-06T03:36:09.425Z Downloaded miniz_oxide v0.7.2
9102024-08-06T03:36:09.427Z Downloaded console v0.15.8
9112024-08-06T03:36:09.430Z Downloaded ciborium v0.2.2
9122024-08-06T03:36:09.432Z Downloaded der_derive v0.7.2
9132024-08-06T03:36:09.435Z Downloaded der v0.7.9
9142024-08-06T03:36:09.437Z Downloaded parking_lot_core v0.9.10
9152024-08-06T03:36:09.440Z Downloaded num-rational v0.4.2
9162024-08-06T03:36:09.442Z Downloaded strum v0.26.3
9172024-08-06T03:36:09.443Z Downloaded sqlparser_derive v0.2.2
9182024-08-06T03:36:09.443Z Downloaded managed v0.8.0
9192024-08-06T03:36:09.445Z Downloaded tls_codec_derive v0.4.1
9202024-08-06T03:36:09.445Z Downloaded mime_guess v2.0.4
9212024-08-06T03:36:09.448Z Downloaded memoffset v0.9.1
9222024-08-06T03:36:09.448Z Downloaded unicode-linebreak v0.1.5
9232024-08-06T03:36:09.448Z Downloaded multer v3.1.0
9242024-08-06T03:36:09.450Z Downloaded mockall v0.12.1
9252024-08-06T03:36:09.453Z Downloaded structmeta v0.2.0
9262024-08-06T03:36:09.453Z Downloaded shell-words v1.1.0
9272024-08-06T03:36:09.453Z Downloaded defmt-parser v0.3.4
9282024-08-06T03:36:09.453Z Downloaded crc-catalog v2.4.0
9292024-08-06T03:36:09.455Z Downloaded slab v0.4.9
9302024-08-06T03:36:09.455Z Downloaded debug-ignore v1.0.5
9312024-08-06T03:36:09.458Z Downloaded cipher v0.4.4
9322024-08-06T03:36:09.458Z Downloaded base64 v0.21.7
9332024-08-06T03:36:09.461Z Downloaded packed_struct_codegen v0.10.1
9342024-08-06T03:36:09.463Z Downloaded num v0.4.3
9352024-08-06T03:36:09.463Z Downloaded chacha20poly1305 v0.10.1
9362024-08-06T03:36:09.466Z Downloaded chacha20 v0.9.1
9372024-08-06T03:36:09.466Z Downloaded libloading v0.8.3
9382024-08-06T03:36:09.468Z Downloaded ipnet v2.9.0
9392024-08-06T03:36:09.471Z Downloaded num-integer v0.1.46
9402024-08-06T03:36:09.471Z Downloaded lalrpop-util v0.19.12
9412024-08-06T03:36:09.473Z Downloaded newtype-uuid v1.1.0
9422024-08-06T03:36:09.473Z Downloaded bb8 v0.8.5
9432024-08-06T03:36:09.473Z Downloaded array-init v0.0.4
9442024-08-06T03:36:09.476Z Downloaded convert_case v0.4.0
9452024-08-06T03:36:09.476Z Downloaded cexpr v0.6.0
9462024-08-06T03:36:09.476Z Downloaded castaway v0.2.2
9472024-08-06T03:36:09.479Z Downloaded block-padding v0.3.3
9482024-08-06T03:36:09.479Z Downloaded bitfield-struct v0.6.1
9492024-08-06T03:36:09.479Z Downloaded atomic-waker v1.1.2
9502024-08-06T03:36:09.482Z Downloaded omicron-zone-package v0.11.0
9512024-08-06T03:36:09.484Z Downloaded num-traits v0.2.19
9522024-08-06T03:36:09.487Z Downloaded normalize-line-endings v0.3.0
9532024-08-06T03:36:09.487Z Downloaded kstat-rs v0.2.4
9542024-08-06T03:36:09.487Z Downloaded maplit v1.0.2
9552024-08-06T03:36:09.489Z Downloaded lru v0.12.3
9562024-08-06T03:36:09.489Z Downloaded lazycell v1.3.0
9572024-08-06T03:36:09.489Z Downloaded keccak v0.1.5
9582024-08-06T03:36:09.492Z Downloaded inout v0.1.3
9592024-08-06T03:36:09.492Z Downloaded crc-any v2.5.0
9602024-08-06T03:36:09.495Z Downloaded mockall_derive v0.12.1
9612024-08-06T03:36:09.495Z Downloaded number_prefix v0.4.0
9622024-08-06T03:36:09.497Z Downloaded num-conv v0.1.0
9632024-08-06T03:36:09.497Z Downloaded new_debug_unreachable v1.0.6
9642024-08-06T03:36:09.497Z Downloaded atty v0.2.14
9652024-08-06T03:36:09.497Z Downloaded is-terminal v0.4.12
9662024-08-06T03:36:09.500Z Downloaded async-stream-impl v0.3.5
9672024-08-06T03:36:09.500Z Downloaded bzip2 v0.4.4
9682024-08-06T03:36:09.500Z Downloaded csv-core v0.1.11
9692024-08-06T03:36:09.502Z Downloaded camino-tempfile v1.1.1
9702024-08-06T03:36:09.505Z Downloaded defmt v0.3.8
9712024-08-06T03:36:09.508Z Downloaded argon2 v0.5.3
9722024-08-06T03:36:09.508Z Downloaded adler v1.0.2
9732024-08-06T03:36:09.510Z Downloaded num-iter v0.1.45
9742024-08-06T03:36:09.510Z Downloaded crc32fast v1.4.0
9752024-08-06T03:36:09.513Z Downloaded defmt-macros v0.3.9
9762024-08-06T03:36:09.513Z Downloaded ascii v1.1.0
9772024-08-06T03:36:09.516Z Downloaded buf-list v1.0.3
9782024-08-06T03:36:09.518Z Downloaded bcs v0.1.6
9792024-08-06T03:36:09.521Z Downloaded backoff v0.4.0
9802024-08-06T03:36:09.521Z Downloaded async-trait v0.1.81
9812024-08-06T03:36:09.524Z Downloaded lru-cache v0.1.2
9822024-08-06T03:36:09.526Z Downloaded linear-map v1.2.0
9832024-08-06T03:36:09.526Z Downloaded ipnetwork v0.20.0
9842024-08-06T03:36:09.529Z Downloaded ciborium-ll v0.2.2
9852024-08-06T03:36:09.529Z Downloaded lazy_static v1.5.0
9862024-08-06T03:36:09.529Z Downloaded impl-trait-for-tuples v0.2.2
9872024-08-06T03:36:09.532Z Downloaded data-encoding v2.6.0
9882024-08-06T03:36:09.534Z Downloaded colored v2.1.0
9892024-08-06T03:36:09.534Z Downloaded bit-set v0.5.3
9902024-08-06T03:36:09.537Z Downloaded oso-derive v0.27.3
9912024-08-06T03:36:09.537Z Downloaded newtype_derive v0.1.6
9922024-08-06T03:36:09.614Z Compiling cfg-if v1.0.0
9932024-08-06T03:36:09.614Z Compiling serde v1.0.204
9942024-08-06T03:36:09.617Z Compiling lock_api v0.4.12
9952024-08-06T03:36:09.617Z Compiling scopeguard v1.2.0
9962024-08-06T03:36:09.617Z Compiling log v0.4.21
9972024-08-06T03:36:09.765Z Compiling syn v2.0.72
9982024-08-06T03:36:09.768Z Compiling cc v1.0.97
9992024-08-06T03:36:09.778Z Compiling parking_lot_core v0.9.10
10002024-08-06T03:36:09.835Z Compiling getrandom v0.2.14
10012024-08-06T03:36:09.855Z Compiling smallvec v1.13.2
10022024-08-06T03:36:10.199Z Compiling rand_core v0.6.4
10032024-08-06T03:36:10.228Z Compiling typenum v1.17.0
10042024-08-06T03:36:10.348Z Compiling generic-array v0.14.7
10052024-08-06T03:36:10.365Z Compiling pin-project-lite v0.2.14
10062024-08-06T03:36:10.482Z Compiling signal-hook-registry v1.4.2
10072024-08-06T03:36:10.601Z Compiling spin v0.9.8
10082024-08-06T03:36:10.664Z Compiling parking_lot v0.12.2
10092024-08-06T03:36:10.768Z Compiling mio v0.8.11
10102024-08-06T03:36:10.930Z Compiling libm v0.2.8
10112024-08-06T03:36:11.002Z Compiling serde_json v1.0.122
10122024-08-06T03:36:11.253Z Compiling num-traits v0.2.19
10132024-08-06T03:36:11.318Z Compiling ahash v0.8.11
10142024-08-06T03:36:11.495Z Compiling tinyvec_macros v0.1.1
10152024-08-06T03:36:11.594Z Compiling futures-core v0.3.30
10162024-08-06T03:36:11.661Z Compiling tinyvec v1.6.0
10172024-08-06T03:36:11.838Z Compiling num_cpus v1.16.0
10182024-08-06T03:36:11.842Z Compiling socket2 v0.5.7
10192024-08-06T03:36:11.969Z Compiling subtle v2.5.0
10202024-08-06T03:36:12.187Z Compiling const-oid v0.9.6
10212024-08-06T03:36:12.313Z Compiling slab v0.4.9
10222024-08-06T03:36:12.633Z Compiling futures-sink v0.3.30
10232024-08-06T03:36:12.806Z Compiling unicode-bidi v0.3.15
10242024-08-06T03:36:13.020Z Compiling allocator-api2 v0.2.18
10252024-08-06T03:36:13.177Z Compiling unicode-normalization v0.1.23
10262024-08-06T03:36:13.442Z Compiling futures-channel v0.3.30
10272024-08-06T03:36:13.638Z Compiling pin-utils v0.1.0
10282024-08-06T03:36:13.736Z Compiling futures-io v0.3.30
10292024-08-06T03:36:13.827Z Compiling futures-task v0.3.30
10302024-08-06T03:36:13.843Z Compiling pkg-config v0.3.30
10312024-08-06T03:36:14.080Z Compiling vcpkg v0.2.15
10322024-08-06T03:36:14.096Z Compiling ring v0.17.8
10332024-08-06T03:36:14.137Z Compiling ppv-lite86 v0.2.17
10342024-08-06T03:36:14.288Z Compiling percent-encoding v2.3.1
10352024-08-06T03:36:14.322Z Compiling tracing-core v0.1.32
10362024-08-06T03:36:14.671Z Compiling time-core v0.1.2
10372024-08-06T03:36:14.832Z Compiling untrusted v0.9.0
10382024-08-06T03:36:14.851Z Compiling syn v1.0.109
10392024-08-06T03:36:14.950Z Compiling rand_chacha v0.3.1
10402024-08-06T03:36:14.999Z Compiling num-conv v0.1.0
10412024-08-06T03:36:15.301Z Compiling rustix v0.38.34
10422024-08-06T03:36:15.422Z Compiling powerfmt v0.2.0
10432024-08-06T03:36:15.565Z Compiling rand v0.8.5
10442024-08-06T03:36:15.721Z Compiling deranged v0.3.11
10452024-08-06T03:36:15.819Z Compiling time-macros v0.2.18
10462024-08-06T03:36:16.186Z Compiling iana-time-zone v0.1.60
10472024-08-06T03:36:16.251Z Compiling openssl-sys v0.9.103
10482024-08-06T03:36:16.722Z Compiling openssl v0.10.66
10492024-08-06T03:36:17.146Z Compiling base64ct v1.6.0
10502024-08-06T03:36:17.304Z Compiling rustversion v1.0.17
10512024-08-06T03:36:17.519Z Compiling httparse v1.8.0
10522024-08-06T03:36:17.535Z Compiling foreign-types-shared v0.1.1
10532024-08-06T03:36:17.627Z Compiling num_threads v0.1.7
10542024-08-06T03:36:17.662Z Compiling foreign-types v0.3.2
10552024-08-06T03:36:17.738Z Compiling pem-rfc7468 v0.7.0
10562024-08-06T03:36:17.914Z Compiling form_urlencoded v1.2.1
10572024-08-06T03:36:18.032Z Compiling crossbeam-utils v0.8.19
10582024-08-06T03:36:18.177Z Compiling siphasher v0.3.11
10592024-08-06T03:36:18.346Z Compiling rustls v0.21.12
10602024-08-06T03:36:18.513Z Compiling flagset v0.4.5
10612024-08-06T03:36:18.544Z Compiling try-lock v0.2.5
10622024-08-06T03:36:18.573Z Compiling native-tls v0.2.11
10632024-08-06T03:36:18.693Z Compiling want v0.3.1
10642024-08-06T03:36:18.936Z Compiling time v0.3.36
10652024-08-06T03:36:18.953Z Compiling serde_derive_internals v0.29.1
10662024-08-06T03:36:19.602Z Compiling idna v0.5.0
10672024-08-06T03:36:19.900Z Compiling lazy_static v1.5.0
10682024-08-06T03:36:20.019Z Compiling aho-corasick v1.1.3
10692024-08-06T03:36:20.141Z Compiling cookie v0.17.0
10702024-08-06T03:36:20.436Z Compiling regex-syntax v0.8.3
10712024-08-06T03:36:21.151Z Compiling signal-hook v0.3.17
10722024-08-06T03:36:21.429Z Compiling slog v2.7.0
10732024-08-06T03:36:21.525Z Compiling finl_unicode v1.2.0
10742024-08-06T03:36:21.950Z Compiling httpdate v1.0.3
10752024-08-06T03:36:22.093Z Compiling openssl-probe v0.1.5
10762024-08-06T03:36:22.416Z Compiling cpufeatures v0.2.12
10772024-08-06T03:36:22.445Z Compiling schemars v0.8.21
10782024-08-06T03:36:22.513Z Compiling tower-service v0.3.2
10792024-08-06T03:36:22.637Z Compiling adler v1.0.2
10802024-08-06T03:36:22.822Z Compiling miniz_oxide v0.7.2
10812024-08-06T03:36:22.864Z Compiling stringprep v0.1.4
10822024-08-06T03:36:23.681Z Compiling serde_derive v1.0.204
10832024-08-06T03:36:24.007Z Compiling zeroize_derive v1.4.2
10842024-08-06T03:36:24.051Z Compiling zerocopy-derive v0.7.34
10852024-08-06T03:36:24.387Z Compiling tokio-macros v2.3.0
10862024-08-06T03:36:25.527Z Compiling thiserror-impl v1.0.63
10872024-08-06T03:36:25.621Z Compiling zeroize v1.7.0
10882024-08-06T03:36:26.036Z Compiling futures-macro v0.3.30
10892024-08-06T03:36:26.321Z Compiling zerocopy v0.7.34
10902024-08-06T03:36:27.043Z Compiling scroll_derive v0.12.0
10912024-08-06T03:36:27.452Z Compiling crypto-common v0.1.6
10922024-08-06T03:36:27.527Z Compiling block-buffer v0.10.4
10932024-08-06T03:36:27.678Z Compiling tracing-attributes v0.1.27
10942024-08-06T03:36:27.774Z Compiling digest v0.10.7
10952024-08-06T03:36:28.103Z Compiling futures-util v0.3.30
10962024-08-06T03:36:28.287Z Compiling hmac v0.12.1
10972024-08-06T03:36:28.512Z Compiling scroll v0.12.0
10982024-08-06T03:36:28.539Z Compiling der_derive v0.7.2
10992024-08-06T03:36:28.636Z Compiling hashbrown v0.14.5
11002024-08-06T03:36:28.837Z Compiling thiserror v1.0.63
11012024-08-06T03:36:28.983Z Compiling pest v2.7.10
11022024-08-06T03:36:29.091Z Compiling goblin v0.8.2
11032024-08-06T03:36:30.007Z Compiling openssl-macros v0.1.1
11042024-08-06T03:36:30.799Z Compiling sct v0.7.1
11052024-08-06T03:36:31.115Z Compiling der v0.7.9
11062024-08-06T03:36:31.130Z Compiling rustls-webpki v0.101.7
11072024-08-06T03:36:31.578Z Compiling pest_meta v2.7.10
11082024-08-06T03:36:31.670Z Compiling tracing v0.1.40
11092024-08-06T03:36:32.167Z Compiling sha2 v0.10.8
11102024-08-06T03:36:33.132Z Compiling pest_generator v2.7.10
11112024-08-06T03:36:34.276Z Compiling spki v0.7.3
11122024-08-06T03:36:34.412Z Compiling md-5 v0.10.6
11132024-08-06T03:36:34.650Z Compiling regex-automata v0.4.6
11142024-08-06T03:36:34.685Z Compiling schemars_derive v0.8.21
11152024-08-06T03:36:35.309Z Compiling url v2.5.2
11162024-08-06T03:36:36.674Z Compiling pest_derive v2.7.10
11172024-08-06T03:36:37.120Z Compiling num-integer v0.1.46
11182024-08-06T03:36:37.247Z Compiling idna v0.3.0
11192024-08-06T03:36:37.488Z Compiling dtrace-parser v0.2.0
11202024-08-06T03:36:37.912Z Compiling backtrace v0.3.71
11212024-08-06T03:36:38.085Z Compiling hash32 v0.2.1
11222024-08-06T03:36:38.372Z Compiling bytes v1.6.0
11232024-08-06T03:36:38.458Z Compiling bitflags v2.6.0
11242024-08-06T03:36:38.902Z Compiling indexmap v2.3.0
11252024-08-06T03:36:38.918Z Compiling semver v1.0.23
11262024-08-06T03:36:39.648Z Compiling tokio v1.38.1
11272024-08-06T03:36:39.674Z Compiling http v0.2.12
11282024-08-06T03:36:39.692Z Compiling uuid v1.10.0
11292024-08-06T03:36:39.696Z Compiling rustc_version v0.4.0
11302024-08-06T03:36:40.483Z Compiling chrono v0.4.38
11312024-08-06T03:36:41.089Z Compiling heapless v0.7.17
11322024-08-06T03:36:41.121Z Compiling dof v0.3.0
11332024-08-06T03:36:41.587Z Compiling http-body v0.4.6
11342024-08-06T03:36:42.074Z Compiling usdt-impl v0.5.0
11352024-08-06T03:36:42.352Z Compiling serde_tokenstream v0.2.1
11362024-08-06T03:36:42.913Z Compiling serde_spanned v0.6.7
11372024-08-06T03:36:43.151Z Compiling toml_datetime v0.6.8
11382024-08-06T03:36:43.416Z Compiling dyn-clone v1.0.17
11392024-08-06T03:36:43.463Z Compiling base64 v0.22.1
11402024-08-06T03:36:43.634Z Compiling psl-types v2.0.11
11412024-08-06T03:36:43.663Z Compiling gimli v0.28.1
11422024-08-06T03:36:43.682Z Compiling fallible-iterator v0.2.0
11432024-08-06T03:36:43.837Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11442024-08-06T03:36:44.256Z Compiling smoltcp v0.9.1
11452024-08-06T03:36:44.352Z Compiling stable_deref_trait v1.2.0
11462024-08-06T03:36:44.378Z Compiling crc32fast v1.4.0
11472024-08-06T03:36:44.970Z Compiling postgres-protocol v0.6.7
11482024-08-06T03:36:45.012Z Compiling publicsuffix v2.2.3
11492024-08-06T03:36:45.262Z Compiling terminal_size v0.3.0
11502024-08-06T03:36:46.701Z Compiling pkcs8 v0.10.2
11512024-08-06T03:36:46.737Z Compiling hubpack_derive v0.1.1
11522024-08-06T03:36:47.193Z Compiling block-padding v0.3.3
11532024-08-06T03:36:47.266Z Compiling async-trait v0.1.81
11542024-08-06T03:36:47.433Z Compiling zerocopy-derive v0.6.6
11552024-08-06T03:36:47.672Z Compiling phf_shared v0.11.2
11562024-08-06T03:36:47.979Z Compiling tokio-util v0.7.11
11572024-08-06T03:36:48.718Z Compiling tokio-native-tls v0.3.1
11582024-08-06T03:36:48.860Z Compiling addr2line v0.21.0
11592024-08-06T03:36:48.996Z Compiling h2 v0.3.26
11602024-08-06T03:36:49.014Z Compiling tokio-rustls v0.24.1
11612024-08-06T03:36:49.406Z Compiling diesel_table_macro_syntax v0.1.0
11622024-08-06T03:36:49.426Z Compiling ff v0.13.0
11632024-08-06T03:36:49.530Z Compiling scheduled-thread-pool v0.2.7
11642024-08-06T03:36:49.647Z Compiling fs-err v2.11.0
11652024-08-06T03:36:49.650Z Compiling object v0.32.2
11662024-08-06T03:36:49.819Z Compiling matches v0.1.10
11672024-08-06T03:36:49.912Z Compiling base64 v0.21.7
11682024-08-06T03:36:49.955Z Compiling regex-automata v0.1.10
11692024-08-06T03:36:50.090Z Compiling base16ct v0.2.0
11702024-08-06T03:36:50.139Z Compiling bit-vec v0.6.3
11712024-08-06T03:36:50.400Z Compiling bitflags v1.3.2
11722024-08-06T03:36:50.445Z Compiling rustc-demangle v0.1.24
11732024-08-06T03:36:50.501Z Compiling ipnet v2.9.0
11742024-08-06T03:36:50.522Z Compiling either v1.12.0
11752024-08-06T03:36:50.623Z Compiling managed v0.8.0
11762024-08-06T03:36:50.661Z Compiling anyhow v1.0.86
11772024-08-06T03:36:50.952Z Compiling winnow v0.5.40
11782024-08-06T03:36:51.517Z Compiling clap_builder v4.5.13
11792024-08-06T03:36:51.535Z Compiling rustls-pemfile v1.0.4
11802024-08-06T03:36:51.731Z Compiling bstr v0.2.17
11812024-08-06T03:36:52.033Z Compiling sec1 v0.7.3
11822024-08-06T03:36:52.787Z Compiling idna v0.2.3
11832024-08-06T03:36:53.239Z Compiling diesel_derives v2.1.4
11842024-08-06T03:36:53.260Z Compiling r2d2 v0.8.10
11852024-08-06T03:36:53.648Z Compiling zerocopy v0.6.6
11862024-08-06T03:36:54.464Z Compiling group v0.13.0
11872024-08-06T03:36:54.509Z Compiling phf v0.11.2
11882024-08-06T03:36:54.799Z Compiling toml_edit v0.19.15
11892024-08-06T03:36:54.816Z Compiling hubpack v0.1.2
11902024-08-06T03:36:54.991Z Compiling inout v0.1.3
11912024-08-06T03:36:55.187Z Compiling ipnetwork v0.20.0
11922024-08-06T03:36:55.255Z Compiling signal-hook-mio v0.2.3
11932024-08-06T03:36:55.271Z Compiling cookie_store v0.20.0
11942024-08-06T03:36:55.412Z Compiling postgres-types v0.2.7
11952024-08-06T03:36:56.096Z Compiling hyper v0.14.30
11962024-08-06T03:36:57.241Z Compiling usdt-attr-macro v0.5.0
11972024-08-06T03:36:57.482Z Compiling usdt-macro v0.5.0
11982024-08-06T03:36:58.943Z Compiling regex v1.10.5
11992024-08-06T03:36:59.043Z Compiling serde_urlencoded v0.7.1
12002024-08-06T03:36:59.578Z Compiling num-bigint v0.4.5
12012024-08-06T03:36:59.774Z Compiling futures-executor v0.3.30
12022024-08-06T03:37:00.083Z Compiling enum-as-inner v0.5.1
12032024-08-06T03:37:00.370Z Compiling hkdf v0.12.4
12042024-08-06T03:37:00.431Z Compiling crypto-bigint v0.5.5
12052024-08-06T03:37:00.635Z Compiling clap_derive v4.5.13
12062024-08-06T03:37:01.022Z Compiling strum_macros v0.25.3
12072024-08-06T03:37:01.169Z Compiling serde_repr v0.1.19
12082024-08-06T03:37:02.410Z Compiling phf_shared v0.10.0
12092024-08-06T03:37:02.800Z Compiling float-cmp v0.9.0
12102024-08-06T03:37:02.995Z Compiling encoding_rs v0.8.34
12112024-08-06T03:37:03.032Z Compiling minimal-lexical v0.2.1
12122024-08-06T03:37:03.573Z Compiling hyper-tls v0.5.0
12132024-08-06T03:37:03.936Z Compiling hyper-rustls v0.24.2
12142024-08-06T03:37:04.301Z Compiling precomputed-hash v0.1.1
12152024-08-06T03:37:04.443Z Compiling difflib v0.4.0
12162024-08-06T03:37:05.244Z Compiling fixedbitset v0.4.2
12172024-08-06T03:37:05.735Z Compiling webpki-roots v0.25.4
12182024-08-06T03:37:05.772Z Compiling new_debug_unreachable v1.0.6
12192024-08-06T03:37:05.870Z Compiling mime v0.3.17
12202024-08-06T03:37:05.897Z Compiling sync_wrapper v0.1.2
12212024-08-06T03:37:06.010Z Compiling static_assertions v1.1.0
12222024-08-06T03:37:06.029Z Compiling unicode-segmentation v1.11.0
12232024-08-06T03:37:06.033Z Compiling normalize-line-endings v0.3.0
12242024-08-06T03:37:06.114Z Compiling whoami v1.5.1
12252024-08-06T03:37:06.154Z Compiling predicates-core v1.0.6
12262024-08-06T03:37:06.535Z Compiling data-encoding v2.6.0
12272024-08-06T03:37:06.538Z Compiling tokio-postgres v0.7.11
12282024-08-06T03:37:06.568Z Compiling predicates v3.1.2
12292024-08-06T03:37:06.587Z Compiling reqwest v0.11.27
12302024-08-06T03:37:06.780Z Compiling similar v2.5.0
12312024-08-06T03:37:06.936Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12322024-08-06T03:37:07.578Z Compiling trust-dns-proto v0.22.0
12332024-08-06T03:37:08.323Z Compiling toml_edit v0.22.20
12342024-08-06T03:37:08.919Z Compiling diesel v2.1.6
12352024-08-06T03:37:09.409Z Compiling string_cache v0.8.7
12362024-08-06T03:37:09.889Z Compiling clap v4.5.13
12372024-08-06T03:37:10.010Z Compiling petgraph v0.6.5
12382024-08-06T03:37:10.701Z Compiling elliptic-curve v0.13.8
12392024-08-06T03:37:11.519Z Compiling nom v7.1.3
12402024-08-06T03:37:12.253Z Compiling console v0.15.8
12412024-08-06T03:37:13.302Z Compiling usdt v0.5.0
12422024-08-06T03:37:13.755Z Compiling yasna v0.5.2
12432024-08-06T03:37:13.798Z Compiling futures v0.3.30
12442024-08-06T03:37:13.916Z Compiling toml v0.7.8
12452024-08-06T03:37:14.888Z Compiling flate2 v1.0.31
12462024-08-06T03:37:15.236Z Compiling crossterm v0.27.0
12472024-08-06T03:37:15.618Z Compiling cipher v0.4.4
12482024-08-06T03:37:15.838Z Compiling itertools v0.10.5
12492024-08-06T03:37:16.150Z Compiling itertools v0.12.1
12502024-08-06T03:37:16.174Z Compiling bit-set v0.5.3
12512024-08-06T03:37:16.471Z Compiling tokio-stream v0.1.15
12522024-08-06T03:37:16.526Z Compiling openapiv3 v2.0.0
12532024-08-06T03:37:16.742Z Compiling bstr v1.9.1
12542024-08-06T03:37:17.413Z Compiling hex v0.4.3
12552024-08-06T03:37:18.038Z Compiling num-iter v0.1.45
12562024-08-06T03:37:18.224Z Compiling crossbeam-epoch v0.9.18
12572024-08-06T03:37:18.534Z Compiling dirs-sys-next v0.1.2
12582024-08-06T03:37:18.692Z Compiling lalrpop-util v0.19.12
12592024-08-06T03:37:18.928Z Compiling unicode-xid v0.2.4
12602024-08-06T03:37:18.977Z Compiling peg-runtime v0.8.3
12612024-08-06T03:37:19.044Z Compiling dirs-next v2.0.0
12622024-08-06T03:37:19.098Z Compiling thread_local v1.1.8
12632024-08-06T03:37:19.192Z Compiling slog-async v2.8.0
12642024-08-06T03:37:19.242Z Compiling term v0.7.0
12652024-08-06T03:37:19.294Z Compiling xattr v1.3.1
12662024-08-06T03:37:19.577Z Compiling crossbeam-channel v0.5.12
12672024-08-06T03:37:19.627Z Compiling strum_macros v0.26.4
12682024-08-06T03:37:19.678Z Compiling filetime v0.2.23
12692024-08-06T03:37:19.796Z Compiling is-terminal v0.4.12
12702024-08-06T03:37:19.926Z Compiling take_mut v0.2.2
12712024-08-06T03:37:19.997Z Compiling slog-term v2.9.1
12722024-08-06T03:37:20.082Z Compiling tar v0.4.41
12732024-08-06T03:37:20.784Z Compiling camino v1.1.7
12742024-08-06T03:37:22.712Z Compiling strum v0.26.3
12752024-08-06T03:37:34.711Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12762024-08-06T03:37:34.950Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
12772024-08-06T03:37:40.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s
12782024-08-06T03:37:40.257Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12792024-08-06T03:37:40.299ZAug 06 03:37:38.912 INFO Starting download, target: Console
12802024-08-06T03:37:40.299ZAug 06 03:37:38.912 INFO Starting download, target: DendriteOpenapi
12812024-08-06T03:37:40.299ZAug 06 03:37:38.912 INFO Starting download, target: Cockroach
12822024-08-06T03:37:40.299ZAug 06 03:37:38.912 INFO Starting download, target: Clickhouse
12832024-08-06T03:37:40.299ZAug 06 03:37:38.912 INFO Starting download, target: DendriteStub
12842024-08-06T03:37:40.299ZAug 06 03:37:38.912 INFO Starting download, target: MaghemiteMgd
12852024-08-06T03:37:40.299ZAug 06 03:37:38.912 INFO Starting download, target: TransceiverControl
12862024-08-06T03:37:40.302ZAug 06 03:37:38.913 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
12872024-08-06T03:37:40.302ZAug 06 03:37:38.913 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
12882024-08-06T03:37:40.302ZAug 06 03:37:38.913 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
12892024-08-06T03:37:40.302ZAug 06 03:37:38.913 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
12902024-08-06T03:37:40.302ZAug 06 03:37:38.913 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
12912024-08-06T03:37:40.302ZAug 06 03:37:38.913 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
12922024-08-06T03:37:40.302ZAug 06 03:37:38.913 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
12932024-08-06T03:37:40.468ZAug 06 03:37:39.081 INFO Download complete, target: DendriteOpenapi
12942024-08-06T03:37:40.675ZAug 06 03:37:39.273 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
12952024-08-06T03:37:40.850ZAug 06 03:37:39.462 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
12962024-08-06T03:37:41.018ZAug 06 03:37:39.631 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
12972024-08-06T03:37:41.102ZAug 06 03:37:39.715 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
12982024-08-06T03:37:41.246ZAug 06 03:37:39.859 INFO Download complete, target: Console
12992024-08-06T03:37:41.491ZAug 06 03:37:40.104 INFO Download complete, target: TransceiverControl
13002024-08-06T03:37:42.436ZAug 06 03:37:41.048 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13012024-08-06T03:37:42.474ZAug 06 03:37:41.087 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13022024-08-06T03:37:42.474ZAug 06 03:37:41.087 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13032024-08-06T03:37:44.369ZAug 06 03:37:42.977 INFO Download complete, target: DendriteStub
13042024-08-06T03:37:44.489ZAug 06 03:37:43.100 INFO Download complete, target: MaghemiteMgd
13052024-08-06T03:37:50.986ZAug 06 03:37:49.597 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13062024-08-06T03:37:51.307ZAug 06 03:37:49.918 INFO Checking that binary works, target: Cockroach
13072024-08-06T03:37:51.457ZAug 06 03:37:50.068 INFO Download complete, target: Cockroach
13082024-08-06T03:37:56.922ZAug 06 03:37:55.532 INFO Checking that binary works, target: Clickhouse
13092024-08-06T03:37:57.393ZAug 06 03:37:56.003 INFO Download complete, target: Clickhouse
13102024-08-06T03:37:57.400ZAll prerequisites installed successfully
13112024-08-06T03:37:57.403Z
13122024-08-06T03:37:57.403Zreal 4:03.767243655
13132024-08-06T03:37:57.403Zuser 11:43.083884996
13142024-08-06T03:37:57.403Zsys 2:27.337068502
13152024-08-06T03:37:57.403Ztrap 0.436900536
13162024-08-06T03:37:57.403Ztflt 6.292202176
13172024-08-06T03:37:57.403Zdflt 6.193966802
13182024-08-06T03:37:57.403Zkflt 0.258550398
13192024-08-06T03:37:57.403Zlock 23:14.882352085
13202024-08-06T03:37:57.403Zslp 46:06.943787941
13212024-08-06T03:37:57.403Zlat 39.729768476
13222024-08-06T03:37:57.403Zstop 1:43.700005265
13232024-08-06T03:37:57.403Z+ source ./tools/include/force-git-over-https.sh
13242024-08-06T03:37:57.404Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13252024-08-06T03:37:57.404Z++ (( i = 0 ))
13262024-08-06T03:37:57.404Z++ (( i < 5 ))
13272024-08-06T03:37:57.404Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13282024-08-06T03:37:57.406Z++ (( i++ ))
13292024-08-06T03:37:57.406Z++ (( i < 5 ))
13302024-08-06T03:37:57.406Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13312024-08-06T03:37:57.409Z++ (( i++ ))
13322024-08-06T03:37:57.409Z++ (( i < 5 ))
13332024-08-06T03:37:57.409Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13342024-08-06T03:37:57.412Z++ (( i++ ))
13352024-08-06T03:37:57.412Z++ (( i < 5 ))
13362024-08-06T03:37:57.412Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13372024-08-06T03:37:57.415Z++ (( i++ ))
13382024-08-06T03:37:57.415Z++ (( i < 5 ))
13392024-08-06T03:37:57.415Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13402024-08-06T03:37:57.418Z++ (( i++ ))
13412024-08-06T03:37:57.418Z++ (( i < 5 ))
13422024-08-06T03:37:57.418Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13432024-08-06T03:37:57.418Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13442024-08-06T03:37:57.418Z+ rc=0
13452024-08-06T03:37:57.418Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13462024-08-06T03:38:31.553Z+ case $rc in
13472024-08-06T03:38:31.553Z+ pfexec zfs create -p rpool/images/build/host
13482024-08-06T03:38:31.712Z+ pfexec zfs create -p rpool/images/build/recovery
13492024-08-06T03:38:31.764Z+ cargo xtask releng --output-dir /work
13502024-08-06T03:38:32.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
13512024-08-06T03:38:32.308Z Running `target/debug/xtask releng --output-dir /work`
13522024-08-06T03:38:33.147Z Compiling proc-macro2 v1.0.86
13532024-08-06T03:38:33.147Z Compiling unicode-ident v1.0.12
13542024-08-06T03:38:33.147Z Compiling libc v0.2.155
13552024-08-06T03:38:33.147Z Compiling serde v1.0.204
13562024-08-06T03:38:33.150Z Compiling autocfg v1.3.0
13572024-08-06T03:38:33.150Z Compiling version_check v0.9.5
13582024-08-06T03:38:33.150Z Compiling cfg-if v1.0.0
13592024-08-06T03:38:33.366Z Compiling cc v1.0.97
13602024-08-06T03:38:33.515Z Compiling memchr v2.7.2
13612024-08-06T03:38:33.984Z Compiling lock_api v0.4.12
13622024-08-06T03:38:34.017Z Compiling parking_lot_core v0.9.10
13632024-08-06T03:38:34.284Z Compiling libm v0.2.8
13642024-08-06T03:38:34.457Z Compiling ahash v0.8.11
13652024-08-06T03:38:34.652Z Compiling serde_json v1.0.122
13662024-08-06T03:38:34.802Z Compiling quote v1.0.36
13672024-08-06T03:38:34.983Z Compiling num-traits v0.2.19
13682024-08-06T03:38:34.992Z Compiling typenum v1.17.0
13692024-08-06T03:38:35.347Z Compiling syn v2.0.72
13702024-08-06T03:38:35.420Z Compiling getrandom v0.2.14
13712024-08-06T03:38:35.788Z Compiling once_cell v1.19.0
13722024-08-06T03:38:35.833Z Compiling scopeguard v1.2.0
13732024-08-06T03:38:35.852Z Compiling generic-array v0.14.7
13742024-08-06T03:38:35.891Z Compiling byteorder v1.5.0
13752024-08-06T03:38:36.183Z Compiling log v0.4.21
13762024-08-06T03:38:36.221Z Compiling itoa v1.0.11
13772024-08-06T03:38:36.491Z Compiling thiserror v1.0.63
13782024-08-06T03:38:36.620Z Compiling slab v0.4.9
13792024-08-06T03:38:36.687Z Compiling pkg-config v0.3.30
13802024-08-06T03:38:36.753Z Compiling ring v0.17.8
13812024-08-06T03:38:36.814Z Compiling smallvec v1.13.2
13822024-08-06T03:38:36.997Z Compiling ryu v1.0.18
13832024-08-06T03:38:37.045Z Compiling semver v1.0.23
13842024-08-06T03:38:37.294Z Compiling spin v0.9.8
13852024-08-06T03:38:37.393Z Compiling pin-project-lite v0.2.14
13862024-08-06T03:38:37.411Z Compiling vcpkg v0.2.15
13872024-08-06T03:38:37.838Z Compiling allocator-api2 v0.2.18
13882024-08-06T03:38:37.980Z Compiling parking_lot v0.12.2
13892024-08-06T03:38:38.105Z Compiling rand_core v0.6.4
13902024-08-06T03:38:38.668Z Compiling schemars v0.8.21
13912024-08-06T03:38:38.760Z Compiling signal-hook-registry v1.4.2
13922024-08-06T03:38:39.150Z Compiling openssl-sys v0.9.103
13932024-08-06T03:38:39.366Z Compiling num-conv v0.1.0
13942024-08-06T03:38:39.673Z Compiling time-core v0.1.2
13952024-08-06T03:38:40.112Z Compiling time-macros v0.2.18
13962024-08-06T03:38:40.251Z Compiling mio v0.8.11
13972024-08-06T03:38:40.939Z Compiling heck v0.5.0
13982024-08-06T03:38:41.004Z Compiling futures-core v0.3.30
13992024-08-06T03:38:41.346Z Compiling httparse v1.8.0
14002024-08-06T03:38:41.390Z Compiling rustix v0.38.34
14012024-08-06T03:38:42.108Z Compiling socket2 v0.5.7
14022024-08-06T03:38:42.168Z Compiling num_cpus v1.16.0
14032024-08-06T03:38:42.298Z Compiling openssl v0.10.66
14042024-08-06T03:38:42.362Z Compiling equivalent v1.0.1
14052024-08-06T03:38:42.594Z Compiling const-oid v0.9.6
14062024-08-06T03:38:42.914Z Compiling fnv v1.0.7
14072024-08-06T03:38:43.051Z Compiling serde_derive_internals v0.29.1
14082024-08-06T03:38:43.053Z Compiling subtle v2.5.0
14092024-08-06T03:38:43.399Z Compiling native-tls v0.2.11
14102024-08-06T03:38:43.635Z Compiling iana-time-zone v0.1.60
14112024-08-06T03:38:43.703Z Compiling tinyvec_macros v0.1.1
14122024-08-06T03:38:43.831Z Compiling syn v1.0.109
14132024-08-06T03:38:43.860Z Compiling rustls v0.21.12
14142024-08-06T03:38:43.897Z Compiling tinyvec v1.6.0
14152024-08-06T03:38:44.218Z Compiling futures-sink v0.3.30
14162024-08-06T03:38:44.390Z Compiling crossbeam-utils v0.8.19
14172024-08-06T03:38:45.204Z Compiling cookie v0.17.0
14182024-08-06T03:38:45.681Z Compiling unicode-normalization v0.1.23
14192024-08-06T03:38:45.721Z Compiling ucd-trie v0.1.6
14202024-08-06T03:38:46.387Z Compiling futures-channel v0.3.30
14212024-08-06T03:38:46.942Z Compiling pin-utils v0.1.0
14222024-08-06T03:38:47.047Z Compiling dyn-clone v1.0.17
14232024-08-06T03:38:47.070Z Compiling slog v2.7.0
14242024-08-06T03:38:47.178Z Compiling futures-io v0.3.30
14252024-08-06T03:38:47.318Z Compiling unicode-bidi v0.3.15
14262024-08-06T03:38:47.592Z Compiling futures-task v0.3.30
14272024-08-06T03:38:47.823Z Compiling untrusted v0.9.0
14282024-08-06T03:38:48.110Z Compiling aho-corasick v1.1.3
14292024-08-06T03:38:48.424Z Compiling crc32fast v1.4.0
14302024-08-06T03:38:48.755Z Compiling serde_derive v1.0.204
14312024-08-06T03:38:48.812Z Compiling zerocopy-derive v0.7.34
14322024-08-06T03:38:48.890Z Compiling zeroize_derive v1.4.2
14332024-08-06T03:38:48.945Z Compiling tokio-macros v2.3.0
14342024-08-06T03:38:50.522Z Compiling thiserror-impl v1.0.63
14352024-08-06T03:38:50.528Z Compiling futures-macro v0.3.30
14362024-08-06T03:38:50.799Z Compiling zeroize v1.7.0
14372024-08-06T03:38:50.916Z Compiling zerocopy v0.7.34
14382024-08-06T03:38:52.988Z Compiling schemars_derive v0.8.21
14392024-08-06T03:38:53.324Z Compiling tracing-attributes v0.1.27
14402024-08-06T03:38:53.402Z Compiling hashbrown v0.14.5
14412024-08-06T03:38:55.061Z Compiling der_derive v0.7.2
14422024-08-06T03:38:55.616Z Compiling openssl-macros v0.1.1
14432024-08-06T03:38:55.814Z Compiling scroll_derive v0.12.0
14442024-08-06T03:38:56.256Z Compiling pest v2.7.10
14452024-08-06T03:38:56.551Z Compiling crypto-common v0.1.6
14462024-08-06T03:38:56.765Z Compiling futures-util v0.3.30
14472024-08-06T03:38:56.887Z Compiling block-buffer v0.10.4
14482024-08-06T03:38:57.752Z Compiling regex-syntax v0.8.3
14492024-08-06T03:38:57.926Z Compiling powerfmt v0.2.0
14502024-08-06T03:38:58.570Z Compiling deranged v0.3.11
14512024-08-06T03:38:59.465Z Compiling pest_meta v2.7.10
14522024-08-06T03:39:01.130Z Compiling pest_generator v2.7.10
14532024-08-06T03:39:03.133Z Compiling regex-automata v0.4.6
14542024-08-06T03:39:04.015Z Compiling bytes v1.6.0
14552024-08-06T03:39:04.573Z Compiling bitflags v2.6.0
14562024-08-06T03:39:05.420Z Compiling tokio v1.38.1
14572024-08-06T03:39:05.972Z Compiling indexmap v2.3.0
14582024-08-06T03:39:06.056Z Compiling uuid v1.10.0
14592024-08-06T03:39:06.224Z Compiling chrono v0.4.38
14602024-08-06T03:39:07.045Z Compiling serde_tokenstream v0.2.1
14612024-08-06T03:39:08.157Z Compiling http v0.2.12
14622024-08-06T03:39:09.996Z Compiling rustc_version v0.4.0
14632024-08-06T03:39:10.643Z Compiling pest_derive v2.7.10
14642024-08-06T03:39:10.733Z Compiling digest v0.10.7
14652024-08-06T03:39:11.510Z Compiling usdt-impl v0.5.0
14662024-08-06T03:39:11.625Z Compiling heck v0.4.1
14672024-08-06T03:39:11.902Z Compiling percent-encoding v2.3.1
14682024-08-06T03:39:12.188Z Compiling num_threads v0.1.7
14692024-08-06T03:39:12.468Z Compiling time v0.3.36
14702024-08-06T03:39:12.642Z Compiling heapless v0.7.17
14712024-08-06T03:39:13.162Z Compiling scroll v0.12.0
14722024-08-06T03:39:13.515Z Compiling zerocopy-derive v0.6.6
14732024-08-06T03:39:15.345Z Compiling tracing-core v0.1.32
14742024-08-06T03:39:15.592Z Compiling backtrace v0.3.71
14752024-08-06T03:39:16.120Z Compiling errno v0.3.9
14762024-08-06T03:39:16.430Z Compiling ppv-lite86 v0.2.17
14772024-08-06T03:39:17.491Z Compiling signal-hook v0.3.17
14782024-08-06T03:39:17.640Z Compiling plain v0.2.3
14792024-08-06T03:39:17.819Z Compiling goblin v0.8.2
14802024-08-06T03:39:17.871Z Compiling rand_chacha v0.3.1
14812024-08-06T03:39:18.241Z Compiling tracing v0.1.40
14822024-08-06T03:39:18.981Z Compiling tokio-util v0.7.11
14832024-08-06T03:39:19.133Z Compiling regex v1.10.5
14842024-08-06T03:39:20.236Z Compiling async-trait v0.1.81
14852024-08-06T03:39:21.335Z Compiling strsim v0.11.1
14862024-08-06T03:39:21.744Z Compiling pretty-hex v0.4.1
14872024-08-06T03:39:21.808Z Compiling rustversion v1.0.17
14882024-08-06T03:39:22.916Z Compiling rand v0.8.5
14892024-08-06T03:39:24.896Z Compiling dof v0.3.0
14902024-08-06T03:39:24.931Z Compiling form_urlencoded v1.2.1
14912024-08-06T03:39:25.608Z Compiling dtrace-parser v0.2.0
14922024-08-06T03:39:25.713Z Compiling thread-id v4.2.1
14932024-08-06T03:39:26.019Z Compiling anyhow v1.0.86
14942024-08-06T03:39:26.053Z Compiling smoltcp v0.9.1
14952024-08-06T03:39:26.381Z Compiling base64ct v1.6.0
14962024-08-06T03:39:26.619Z Compiling foreign-types-shared v0.1.1
14972024-08-06T03:39:26.893Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14982024-08-06T03:39:26.956Z Compiling unicode-width v0.1.13
14992024-08-06T03:39:27.211Z Compiling try-lock v0.2.5
15002024-08-06T03:39:27.327Z Compiling pem-rfc7468 v0.7.0
15012024-08-06T03:39:27.383Z Compiling want v0.3.1
15022024-08-06T03:39:27.486Z Compiling foreign-types v0.3.2
15032024-08-06T03:39:28.258Z Compiling h2 v0.3.26
15042024-08-06T03:39:29.128Z Compiling http-body v0.4.6
15052024-08-06T03:39:29.364Z Compiling hmac v0.12.1
15062024-08-06T03:39:29.599Z Compiling clap_derive v4.5.13
15072024-08-06T03:39:30.872Z Compiling flagset v0.4.5
15082024-08-06T03:39:30.872Z Compiling httpdate v1.0.3
15092024-08-06T03:39:31.107Z Compiling siphasher v0.3.11
15102024-08-06T03:39:32.005Z Compiling tower-service v0.3.2
15112024-08-06T03:39:32.157Z Compiling base64 v0.21.7
15122024-08-06T03:39:33.082Z Compiling der v0.7.9
15132024-08-06T03:39:38.717Z Compiling hyper v0.14.30
15142024-08-06T03:39:46.232Z Compiling sct v0.7.1
15152024-08-06T03:39:46.575Z Compiling rustls-webpki v0.101.7
15162024-08-06T03:39:48.363Z Compiling openapiv3 v2.0.0
15172024-08-06T03:39:50.484Z Compiling hubpack_derive v0.1.1
15182024-08-06T03:39:51.077Z Compiling idna v0.5.0
15192024-08-06T03:39:52.816Z Compiling lazy_static v1.5.0
15202024-08-06T03:39:53.036Z Compiling fs-err v2.11.0
15212024-08-06T03:39:53.286Z Compiling openssl-probe v0.1.5
15222024-08-06T03:39:53.362Z Compiling cpufeatures v0.2.12
15232024-08-06T03:39:53.438Z Compiling finl_unicode v1.2.0
15242024-08-06T03:39:53.484Z Compiling adler v1.0.2
15252024-08-06T03:39:53.707Z Compiling anstyle v1.0.8
15262024-08-06T03:39:53.960Z Compiling utf8parse v0.2.1
15272024-08-06T03:39:54.197Z Compiling anstyle-parse v0.2.4
15282024-08-06T03:39:54.255Z Compiling stringprep v0.1.4
15292024-08-06T03:39:54.612Z Compiling miniz_oxide v0.7.2
15302024-08-06T03:39:55.407Z Compiling sha2 v0.10.8
15312024-08-06T03:39:56.106Z Compiling url v2.5.2
15322024-08-06T03:39:58.506Z Compiling spki v0.7.3
15332024-08-06T03:39:59.415Z Compiling usdt-macro v0.5.0
15342024-08-06T03:40:00.183Z Compiling usdt-attr-macro v0.5.0
15352024-08-06T03:40:00.947Z Compiling md-5 v0.10.6
15362024-08-06T03:40:01.193Z Compiling toml_datetime v0.6.8
15372024-08-06T03:40:01.635Z Compiling serde_spanned v0.6.7
15382024-08-06T03:40:01.692Z Compiling regress v0.9.1
15392024-08-06T03:40:01.766Z Compiling idna v0.3.0
15402024-08-06T03:40:03.313Z Compiling diesel_table_macro_syntax v0.1.0
15412024-08-06T03:40:03.686Z Compiling num-integer v0.1.46
15422024-08-06T03:40:04.288Z Compiling hash32 v0.2.1
15432024-08-06T03:40:04.367Z Compiling encoding_rs v0.8.34
15442024-08-06T03:40:04.870Z Compiling gimli v0.28.1
15452024-08-06T03:40:04.934Z Compiling mime v0.3.17
15462024-08-06T03:40:05.164Z Compiling fallible-iterator v0.2.0
15472024-08-06T03:40:05.921Z Compiling colorchoice v1.0.1
15482024-08-06T03:40:06.016Z Compiling stable_deref_trait v1.2.0
15492024-08-06T03:40:06.081Z Compiling psl-types v2.0.11
15502024-08-06T03:40:06.125Z Compiling is_terminal_polyfill v1.70.0
15512024-08-06T03:40:06.256Z Compiling base64 v0.22.1
15522024-08-06T03:40:06.301Z Compiling anstyle-query v1.0.3
15532024-08-06T03:40:06.531Z Compiling anstream v0.6.14
15542024-08-06T03:40:06.653Z Compiling publicsuffix v2.2.3
15552024-08-06T03:40:06.932Z Compiling postgres-protocol v0.6.7
15562024-08-06T03:40:07.275Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15572024-08-06T03:40:09.801Z Compiling addr2line v0.21.0
15582024-08-06T03:40:09.920Z Compiling diesel_derives v2.1.4
15592024-08-06T03:40:11.409Z Compiling tokio-rustls v0.24.1
15602024-08-06T03:40:13.065Z Compiling pkcs8 v0.10.2
15612024-08-06T03:40:13.597Z Compiling terminal_size v0.3.0
15622024-08-06T03:40:13.801Z Compiling tokio-native-tls v0.3.1
15632024-08-06T03:40:14.231Z Compiling phf_shared v0.11.2
15642024-08-06T03:40:14.397Z Compiling strum_macros v0.25.3
15652024-08-06T03:40:14.680Z Compiling serde_urlencoded v0.7.1
15662024-08-06T03:40:15.107Z Compiling enum-as-inner v0.5.1
15672024-08-06T03:40:16.117Z Compiling block-padding v0.3.3
15682024-08-06T03:40:16.265Z Compiling serde_repr v0.1.19
15692024-08-06T03:40:16.360Z Compiling ff v0.13.0
15702024-08-06T03:40:16.628Z Compiling scheduled-thread-pool v0.2.7
15712024-08-06T03:40:17.366Z Compiling object v0.32.2
15722024-08-06T03:40:17.978Z Compiling ipnet v2.9.0
15732024-08-06T03:40:19.464Z Compiling base16ct v0.2.0
15742024-08-06T03:40:19.591Z Compiling either v1.12.0
15752024-08-06T03:40:19.764Z Compiling matches v0.1.10
15762024-08-06T03:40:19.865Z Compiling rustc-demangle v0.1.24
15772024-08-06T03:40:20.038Z Compiling bit-vec v0.6.3
15782024-08-06T03:40:20.494Z Compiling regex-automata v0.1.10
15792024-08-06T03:40:20.780Z Compiling managed v0.8.0
15802024-08-06T03:40:20.933Z Compiling winnow v0.5.40
15812024-08-06T03:40:21.567Z Compiling clap_lex v0.7.0
15822024-08-06T03:40:21.640Z Compiling bitflags v1.3.2
15832024-08-06T03:40:21.953Z Compiling clap_builder v4.5.13
15842024-08-06T03:40:22.036Z Compiling rustls-pemfile v1.0.4
15852024-08-06T03:40:22.427Z Compiling bstr v0.2.17
15862024-08-06T03:40:22.706Z Compiling idna v0.2.3
15872024-08-06T03:40:23.296Z Compiling sec1 v0.7.3
15882024-08-06T03:40:23.803Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15892024-08-06T03:40:23.843Z Compiling r2d2 v0.8.10
15902024-08-06T03:40:24.206Z Compiling group v0.13.0
15912024-08-06T03:40:24.523Z Compiling inout v0.1.3
15922024-08-06T03:40:24.578Z Compiling toml_edit v0.19.15
15932024-08-06T03:40:25.100Z Compiling phf v0.11.2
15942024-08-06T03:40:25.119Z Compiling hyper-tls v0.5.0
15952024-08-06T03:40:25.406Z Compiling signal-hook-mio v0.2.3
15962024-08-06T03:40:25.545Z Compiling hyper-rustls v0.24.2
15972024-08-06T03:40:25.576Z Compiling cookie_store v0.20.0
15982024-08-06T03:40:26.012Z Compiling postgres-types v0.2.7
15992024-08-06T03:40:26.942Z Compiling num-bigint v0.4.5
16002024-08-06T03:40:27.794Z Compiling hubpack v0.1.2
16012024-08-06T03:40:29.009Z Compiling phf_shared v0.10.0
16022024-08-06T03:40:29.154Z Compiling hkdf v0.12.4
16032024-08-06T03:40:29.417Z Compiling zerocopy v0.6.6
16042024-08-06T03:40:29.588Z Compiling ipnetwork v0.20.0
16052024-08-06T03:40:29.766Z Compiling futures-executor v0.3.30
16062024-08-06T03:40:29.848Z Compiling crypto-bigint v0.5.5
16072024-08-06T03:40:30.297Z Compiling float-cmp v0.9.0
16082024-08-06T03:40:30.330Z Compiling memmap v0.7.0
16092024-08-06T03:40:30.519Z Compiling new_debug_unreachable v1.0.6
16102024-08-06T03:40:30.554Z Compiling data-encoding v2.6.0
16112024-08-06T03:40:30.623Z Compiling precomputed-hash v0.1.1
16122024-08-06T03:40:30.647Z Compiling normalize-line-endings v0.3.0
16132024-08-06T03:40:30.751Z Compiling winnow v0.6.18
16142024-08-06T03:40:30.771Z Compiling fixedbitset v0.4.2
16152024-08-06T03:40:30.827Z Compiling webpki-roots v0.25.4
16162024-08-06T03:40:31.000Z Compiling static_assertions v1.1.0
16172024-08-06T03:40:31.110Z Compiling minimal-lexical v0.2.1
16182024-08-06T03:40:31.182Z Compiling unicode-segmentation v1.11.0
16192024-08-06T03:40:31.602Z Compiling whoami v1.5.1
16202024-08-06T03:40:31.680Z Compiling sync_wrapper v0.1.2
16212024-08-06T03:40:31.822Z Compiling difflib v0.4.0
16222024-08-06T03:40:32.158Z Compiling predicates-core v1.0.6
16232024-08-06T03:40:32.518Z Compiling predicates v3.1.2
16242024-08-06T03:40:32.694Z Compiling reqwest v0.11.27
16252024-08-06T03:40:33.488Z Compiling elliptic-curve v0.13.8
16262024-08-06T03:40:33.704Z Compiling tokio-postgres v0.7.11
16272024-08-06T03:40:33.973Z Compiling similar v2.5.0
16282024-08-06T03:40:34.007Z Compiling nom v7.1.3
16292024-08-06T03:40:34.207Z Compiling trust-dns-proto v0.22.0
16302024-08-06T03:40:34.486Z Compiling toml_edit v0.22.20
16312024-08-06T03:40:36.117Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16322024-08-06T03:40:37.829Z Compiling petgraph v0.6.5
16332024-08-06T03:40:38.794Z Compiling string_cache v0.8.7
16342024-08-06T03:40:39.224Z Compiling usdt v0.5.0
16352024-08-06T03:40:41.086Z Compiling futures v0.3.30
16362024-08-06T03:40:41.133Z Compiling diesel v2.1.6
16372024-08-06T03:40:41.677Z Compiling yasna v0.5.2
16382024-08-06T03:40:42.506Z Compiling toml v0.7.8
16392024-08-06T03:40:42.583Z Compiling crossterm v0.27.0
16402024-08-06T03:40:42.696Z Compiling clap v4.5.13
16412024-08-06T03:40:42.829Z Compiling flate2 v1.0.31
16422024-08-06T03:40:43.315Z Compiling crossbeam-epoch v0.9.18
16432024-08-06T03:40:43.793Z Compiling cipher v0.4.4
16442024-08-06T03:40:44.017Z Compiling bit-set v0.5.3
16452024-08-06T03:40:44.020Z Compiling itertools v0.10.5
16462024-08-06T03:40:44.250Z Compiling itertools v0.12.1
16472024-08-06T03:40:44.273Z Compiling num-iter v0.1.45
16482024-08-06T03:40:44.289Z Compiling console v0.15.8
16492024-08-06T03:40:45.831Z Compiling tokio-stream v0.1.15
16502024-08-06T03:40:46.803Z Compiling bstr v1.9.1
16512024-08-06T03:40:46.842Z Compiling hex v0.4.3
16522024-08-06T03:40:47.636Z Compiling lalrpop-util v0.19.12
16532024-08-06T03:40:48.117Z Compiling unicode-xid v0.2.4
16542024-08-06T03:40:48.464Z Compiling radium v0.7.0
16552024-08-06T03:40:48.697Z Compiling camino v1.1.7
16562024-08-06T03:40:48.743Z Compiling peg-runtime v0.8.3
16572024-08-06T03:40:54.502Z Compiling is-terminal v0.4.12
16582024-08-06T03:40:55.050Z Compiling maybe-uninit v2.0.0
16592024-08-06T03:40:55.516Z Compiling ident_case v1.0.1
16602024-08-06T03:40:57.369Z Compiling rustls-pki-types v1.7.0
16612024-08-06T03:41:01.167Z Compiling tap v1.0.1
16622024-08-06T03:41:01.361Z Compiling wyz v0.5.1
16632024-08-06T03:41:09.376Z Compiling darling_core v0.20.9
16642024-08-06T03:41:15.173Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16652024-08-06T03:41:15.330Z Compiling getopts v0.2.21
16662024-08-06T03:41:16.052Z Compiling bzip2-sys v0.1.11+1.0.8
16672024-08-06T03:41:16.432Z Compiling dirs-sys-next v0.1.2
16682024-08-06T03:41:16.514Z Compiling rustls v0.22.4
16692024-08-06T03:41:16.832Z Compiling num-bigint-dig v0.8.4
16702024-08-06T03:41:17.268Z Compiling packed_struct v0.10.1
16712024-08-06T03:41:17.711Z Compiling unsafe-libyaml v0.2.11
16722024-08-06T03:41:17.988Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16732024-08-06T03:41:18.295Z Compiling funty v2.0.0
16742024-08-06T03:41:18.315Z Compiling paste v1.0.15
16752024-08-06T03:41:19.165Z Compiling serde_yaml v0.9.34+deprecated
16762024-08-06T03:41:19.454Z Compiling bitvec v1.0.1
16772024-08-06T03:41:21.342Z Compiling dirs-next v2.0.0
16782024-08-06T03:41:24.000Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16792024-08-06T03:41:24.482Z Compiling darling_macro v0.20.9
16802024-08-06T03:41:25.508Z Compiling rustls-webpki v0.102.4
16812024-08-06T03:41:29.699Z Compiling packed_struct_codegen v0.10.1
16822024-08-06T03:41:30.558Z Compiling structmeta-derive v0.3.0
16832024-08-06T03:41:31.762Z Compiling thread_local v1.1.8
16842024-08-06T03:41:32.240Z Compiling indexmap v1.9.3
16852024-08-06T03:41:32.436Z Compiling multer v3.1.0
16862024-08-06T03:41:32.452Z Compiling match_cfg v0.1.0
16872024-08-06T03:41:32.567Z Compiling nodrop v0.1.14
16882024-08-06T03:41:32.633Z Compiling crc-catalog v2.4.0
16892024-08-06T03:41:32.753Z Compiling rayon-core v1.12.1
16902024-08-06T03:41:32.786Z Compiling fastrand v2.1.0
16912024-08-06T03:41:33.192Z Compiling slog-async v2.8.0
16922024-08-06T03:41:33.211Z Compiling structmeta v0.3.0
16932024-08-06T03:41:33.225Z Compiling tempfile v3.10.1
16942024-08-06T03:41:33.655Z Compiling crc v3.2.1
16952024-08-06T03:41:34.811Z Compiling array-init v0.0.4
16962024-08-06T03:41:35.615Z Compiling hostname v0.3.1
16972024-08-06T03:41:36.316Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16982024-08-06T03:41:37.144Z Compiling darling v0.20.9
16992024-08-06T03:41:37.222Z Compiling smallvec v0.6.14
17002024-08-06T03:41:37.445Z Compiling term v0.7.0
17012024-08-06T03:41:43.191Z Compiling crossbeam-deque v0.8.5
17022024-08-06T03:41:43.512Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17032024-08-06T03:41:43.582Z Compiling pkcs1 v0.7.5
17042024-08-06T03:41:45.062Z Compiling slog-json v2.6.1
17052024-08-06T03:41:46.153Z Compiling crossbeam-channel v0.5.12
17062024-08-06T03:41:47.463Z Compiling signature v2.2.0
17072024-08-06T03:41:47.746Z Compiling http v1.1.0
17082024-08-06T03:41:48.384Z Compiling async-stream-impl v0.3.5
17092024-08-06T03:41:49.679Z Compiling pin-project-internal v1.1.5
17102024-08-06T03:41:51.410Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17112024-08-06T03:41:51.734Z Compiling same-file v1.0.6
17122024-08-06T03:41:52.315Z Compiling atomic-waker v1.1.2
17132024-08-06T03:41:52.531Z Compiling termcolor v1.4.1
17142024-08-06T03:41:53.459Z Compiling take_mut v0.2.2
17152024-08-06T03:41:54.221Z Compiling bitfield v0.14.0
17162024-08-06T03:41:54.526Z Compiling hashbrown v0.12.3
17172024-08-06T03:41:55.313Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17182024-08-06T03:42:03.922Z Compiling env_logger v0.10.2
17192024-08-06T03:42:06.923Z Compiling pin-project v1.1.5
17202024-08-06T03:42:07.074Z Compiling waitgroup v0.1.2
17212024-08-06T03:42:07.203Z Compiling walkdir v2.5.0
17222024-08-06T03:42:07.317Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17232024-08-06T03:42:07.566Z Compiling async-stream v0.3.5
17242024-08-06T03:42:08.593Z Compiling rsa v0.9.6
17252024-08-06T03:42:10.621Z Compiling slog-bunyan v2.5.0
17262024-08-06T03:42:11.242Z Compiling tokio-rustls v0.25.0
17272024-08-06T03:42:11.740Z Compiling slog-term v2.9.1
17282024-08-06T03:42:12.188Z Compiling serde-hex v0.1.0
17292024-08-06T03:42:14.364Z Compiling serde_with_macros v3.8.3
17302024-08-06T03:42:14.489Z Compiling bzip2 v0.4.4
17312024-08-06T03:42:15.501Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17322024-08-06T03:42:15.829Z Compiling parse-display-derive v0.9.1
17332024-08-06T03:42:17.001Z Compiling toml v0.8.19
17342024-08-06T03:42:17.163Z Compiling rustls-pemfile v2.1.3
17352024-08-06T03:42:20.522Z Compiling x509-cert v0.2.5
17362024-08-06T03:42:21.661Z Compiling sha1 v0.10.6
17372024-08-06T03:42:22.513Z Compiling ron v0.8.1
17382024-08-06T03:42:22.575Z Compiling strum_macros v0.26.4
17392024-08-06T03:42:22.714Z Compiling newtype-uuid v1.1.0
17402024-08-06T03:42:23.075Z Compiling xattr v1.3.1
17412024-08-06T03:42:24.079Z Compiling snafu-derive v0.8.2
17422024-08-06T03:42:24.587Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17432024-08-06T03:42:27.194Z Compiling serde_path_to_error v0.1.16
17442024-08-06T03:42:27.424Z Compiling hashbrown v0.13.2
17452024-08-06T03:42:28.216Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17462024-08-06T03:42:28.317Z Compiling ring v0.16.20
17472024-08-06T03:42:28.600Z Compiling blake3 v1.5.1
17482024-08-06T03:42:28.797Z Compiling filetime v0.2.23
17492024-08-06T03:42:28.869Z Compiling hostname v0.4.0
17502024-08-06T03:42:28.979Z Compiling instant v0.1.12
17512024-08-06T03:42:29.125Z Compiling buf-list v1.0.3
17522024-08-06T03:42:29.160Z Compiling crc-any v2.5.0
17532024-08-06T03:42:29.274Z Compiling debug-ignore v1.0.5
17542024-08-06T03:42:29.540Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17552024-08-06T03:42:30.174Z Compiling backoff v0.4.0
17562024-08-06T03:42:30.481Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17572024-08-06T03:42:30.526Z Compiling tar v0.4.41
17582024-08-06T03:42:30.703Z Compiling snafu v0.8.2
17592024-08-06T03:42:32.057Z Compiling object v0.30.4
17602024-08-06T03:42:32.449Z Compiling strum v0.26.3
17612024-08-06T03:42:32.650Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17622024-08-06T03:42:34.307Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17632024-08-06T03:42:34.870Z Compiling parse-display v0.9.1
17642024-08-06T03:42:35.562Z Compiling serde_with v3.8.3
17652024-08-06T03:42:35.708Z Compiling zip v0.6.6
17662024-08-06T03:42:36.668Z Compiling rayon v1.10.0
17672024-08-06T03:42:38.455Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17682024-08-06T03:42:39.117Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17692024-08-06T03:42:39.172Z Compiling camino-tempfile v1.1.1
17702024-08-06T03:42:39.974Z Compiling globset v0.4.14
17712024-08-06T03:42:40.010Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17722024-08-06T03:42:42.390Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17732024-08-06T03:42:42.575Z Compiling pem v3.0.4
17742024-08-06T03:42:43.674Z Compiling olpc-cjson v0.1.3
17752024-08-06T03:42:44.027Z Compiling serde_plain v1.0.2
17762024-08-06T03:42:44.077Z Compiling macaddr v1.0.1
17772024-08-06T03:42:44.557Z Compiling async-recursion v1.1.1
17782024-08-06T03:42:44.752Z Compiling memmap2 v0.9.4
17792024-08-06T03:42:45.348Z Compiling path-slash v0.1.5
17802024-08-06T03:42:45.451Z Compiling arrayvec v0.7.4
17812024-08-06T03:42:45.600Z Compiling arrayref v0.3.7
17822024-08-06T03:42:45.712Z Compiling typed-path v0.7.1
17832024-08-06T03:42:45.915Z Compiling constant_time_eq v0.3.0
17842024-08-06T03:42:46.061Z Compiling untrusted v0.7.1
17852024-08-06T03:42:46.104Z Compiling spin v0.5.2
17862024-08-06T03:42:47.582Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17872024-08-06T03:42:48.691Z Compiling tough v0.17.1
17882024-08-06T03:42:49.026Z Compiling cargo-platform v0.1.8
17892024-08-06T03:42:50.143Z Compiling topological-sort v0.2.2
17902024-08-06T03:42:50.429Z Compiling parse-size v1.0.0
17912024-08-06T03:42:50.764Z Compiling omicron-zone-package v0.11.0
17922024-08-06T03:42:52.451Z Compiling cargo_metadata v0.18.1
17932024-08-06T03:42:54.118Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17942024-08-06T03:42:57.776Z Compiling shell-words v1.1.0
17952024-08-06T03:43:05.837Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
17962024-08-06T03:43:15.023Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
17972024-08-06T03:43:28.762Z Finished `release` profile [optimized] target(s) in 4m 56s
17982024-08-06T03:43:28.898Z Running `target/release/omicron-releng --output-dir /work`
17992024-08-06T03:43:28.939ZAug 06 03:43:27.494 DEBG changing working directory to /work/oxidecomputer/omicron
18002024-08-06T03:43:29.025ZAug 06 03:43:27.577 DEBG running: git rev-parse HEAD
18012024-08-06T03:43:29.028ZAug 06 03:43:27.583 DEBG process exited with exit status: 0 (6.199487ms)
18022024-08-06T03:43:29.028ZAug 06 03:43:27.583 INFO version: 10.0.0-0.ci+gited12f2bd216
18032024-08-06T03:43:29.067ZAug 06 03:43:27.622 INFO cloning helios to /work/oxidecomputer/helios
18042024-08-06T03:43:29.067ZAug 06 03:43:27.622 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18052024-08-06T03:43:29.072ZCloning into '/work/oxidecomputer/helios'...
18062024-08-06T03:43:29.509ZAug 06 03:43:28.064 DEBG process exited with exit status: 0 (441.753853ms)
18072024-08-06T03:43:29.509ZAug 06 03:43:28.064 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18082024-08-06T03:43:29.516Z# branch.oid ed78304311f495f06e380799bd1395aabc13c0d6
18092024-08-06T03:43:29.516Z# branch.head master
18102024-08-06T03:43:29.517Z# branch.upstream origin/master
18112024-08-06T03:43:29.517Z# branch.ab +0 -0
18122024-08-06T03:43:29.519ZAug 06 03:43:28.072 DEBG process exited with exit status: 0 (7.781902ms)
18132024-08-06T03:43:29.519ZAug 06 03:43:28.072 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18142024-08-06T03:43:30.212ZAug 06 03:43:28.767 DEBG process exited with exit status: 0 (694.542554ms)
18152024-08-06T03:43:30.212ZAug 06 03:43:28.767 DEBG running: zfs list rpool/images/build/host
18162024-08-06T03:43:30.218ZNAME USED AVAIL REFER MOUNTPOINT
18172024-08-06T03:43:30.218Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18182024-08-06T03:43:30.221ZAug 06 03:43:28.774 DEBG process exited with exit status: 0 (7.27647ms)
18192024-08-06T03:43:30.221ZAug 06 03:43:28.774 DEBG running: zfs list rpool/images/build/recovery
18202024-08-06T03:43:30.224ZNAME USED AVAIL REFER MOUNTPOINT
18212024-08-06T03:43:30.227Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18222024-08-06T03:43:30.227ZAug 06 03:43:28.780 DEBG process exited with exit status: 0 (5.944821ms)
18232024-08-06T03:43:30.227ZAug 06 03:43:28.781 INFO [hubris-production] running task
18242024-08-06T03:43:30.227ZAug 06 03:43:28.781 INFO [hubris-staging] running task
18252024-08-06T03:43:30.227ZAug 06 03:43:28.781 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18262024-08-06T03:43:30.230ZAug 06 03:43:28.784 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
18272024-08-06T03:43:30.631Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18282024-08-06T03:43:30.794Z[ omicron-package] Blocking waiting for file lock on package cache
18292024-08-06T03:43:31.603Z[ omicron-package] Blocking waiting for file lock on package cache
18302024-08-06T03:43:31.614ZAug 06 03:43:30.169 INFO [hubris-production] task succeeded (1.387584562s)
18312024-08-06T03:43:32.367Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18322024-08-06T03:43:32.370Z[ omicron-package] Compiling heapless v0.8.0
18332024-08-06T03:43:32.370Z[ omicron-package] Compiling hash32 v0.3.1
18342024-08-06T03:43:32.370Z[ omicron-package] Compiling smoltcp v0.11.0
18352024-08-06T03:43:32.370Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18362024-08-06T03:43:32.370Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18372024-08-06T03:43:32.370Z[ omicron-package] Compiling embedded-io v0.4.0
18382024-08-06T03:43:32.370Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18392024-08-06T03:43:33.179Z[ omicron-package] Compiling cobs v0.2.3
18402024-08-06T03:43:33.637Z[ omicron-package] Compiling num_enum_derive v0.5.11
18412024-08-06T03:43:33.721Z[ omicron-package] Compiling postcard v1.0.8
18422024-08-06T03:43:34.183Z[ omicron-package] Compiling proc-macro-error v1.0.4
18432024-08-06T03:43:34.183Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18442024-08-06T03:43:34.295Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18452024-08-06T03:43:34.746Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18462024-08-06T03:43:34.843Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18472024-08-06T03:43:35.191Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18482024-08-06T03:43:35.834Z[ omicron-package] Compiling tabwriter v1.4.0
18492024-08-06T03:43:36.122Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18502024-08-06T03:43:36.125Z[ omicron-package] Compiling cstr-argument v0.1.2
18512024-08-06T03:43:36.484Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18522024-08-06T03:43:36.988Z[ omicron-package] Compiling foreign-types v0.5.0
18532024-08-06T03:43:37.074Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18542024-08-06T03:43:37.340Z[ omicron-package] Compiling pretty-hex v0.2.1
18552024-08-06T03:43:37.609Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18562024-08-06T03:43:37.703Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18572024-08-06T03:43:37.837Z[ omicron-package] Compiling num_enum v0.5.11
18582024-08-06T03:43:37.955Z[ omicron-package] Compiling colored v2.1.0
18592024-08-06T03:43:38.283Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18602024-08-06T03:43:38.572Z[ omicron-package] Compiling socket2 v0.4.10
18612024-08-06T03:43:38.636Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18622024-08-06T03:43:38.858Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18632024-08-06T03:43:39.076Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18642024-08-06T03:43:39.176Z[ omicron-package] Compiling sigpipe v0.1.3
18652024-08-06T03:43:39.527Z[ omicron-package] Compiling num-derive v0.4.2
18662024-08-06T03:43:39.682Z[ omicron-package] Compiling libefi-sys v0.1.0
18672024-08-06T03:43:40.035ZAug 06 03:43:38.589 INFO [hubris-staging] task succeeded (9.807628796s)
18682024-08-06T03:43:40.038Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18692024-08-06T03:43:40.269Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18702024-08-06T03:43:40.788Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18712024-08-06T03:43:41.236Z[ omicron-package] Compiling smf v0.2.3
18722024-08-06T03:43:41.599Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18732024-08-06T03:43:41.745Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18742024-08-06T03:43:42.193Z[ omicron-package] Compiling bitfield-struct v0.6.1
18752024-08-06T03:43:42.589Z[ omicron-package] Compiling portable-atomic v1.6.0
18762024-08-06T03:43:44.117Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18772024-08-06T03:43:44.721Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18782024-08-06T03:43:45.490Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18792024-08-06T03:43:46.662Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18802024-08-06T03:43:46.937Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18812024-08-06T03:43:47.252Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18822024-08-06T03:43:47.507Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18832024-08-06T03:43:47.615Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18842024-08-06T03:43:48.617Z[ omicron-package] Compiling gethostname v0.5.0
18852024-08-06T03:43:48.913Z[ omicron-package] Compiling number_prefix v0.4.0
18862024-08-06T03:43:49.818Z[ omicron-package] Compiling indicatif v0.17.8
18872024-08-06T03:43:50.640Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18882024-08-06T03:43:53.982Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18892024-08-06T03:43:54.605Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18902024-08-06T03:43:56.183Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18912024-08-06T03:44:13.314Z[ helios-setup] Aug 06 03:44:11.861 INFO helios repository root is: /work/oxidecomputer/helios
18922024-08-06T03:44:13.316Z[ helios-setup] Aug 06 03:44:11.864 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
18932024-08-06T03:44:13.316Z[ helios-setup] Aug 06 03:44:11.864 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
18942024-08-06T03:44:13.321Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
18952024-08-06T03:44:14.155Z[ helios-setup] Aug 06 03:44:12.702 INFO clone ok!, project: bootserver
18962024-08-06T03:44:14.158Z[ helios-setup] Aug 06 03:44:12.703 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
18972024-08-06T03:44:14.158Z[ helios-setup] Aug 06 03:44:12.703 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
18982024-08-06T03:44:14.160Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
18992024-08-06T03:44:14.923Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19002024-08-06T03:44:14.929Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19012024-08-06T03:44:16.171Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.92s
19022024-08-06T03:44:16.382Z[ omicron-package]
19032024-08-06T03:44:16.382Z[ omicron-package] real 46.106079115
19042024-08-06T03:44:16.382Z[ omicron-package] user 2:50.372042003
19052024-08-06T03:44:16.385Z[ omicron-package] sys 22.787451218
19062024-08-06T03:44:16.385Z[ omicron-package] trap 0.162025720
19072024-08-06T03:44:16.385Z[ omicron-package] tflt 0.696084247
19082024-08-06T03:44:16.385Z[ omicron-package] dflt 0.635974004
19092024-08-06T03:44:16.385Z[ omicron-package] kflt 0.017836981
19102024-08-06T03:44:16.385Z[ omicron-package] lock 6:03.699167306
19112024-08-06T03:44:16.385ZAug 06 03:44:14.930 INFO [ omicron-package] slp 9:33.389641418
19122024-08-06T03:44:16.385Z[omicron-package] process exited with exit status: 0 (46.145762956s)
19132024-08-06T03:44:16.385Z[ omicron-package] lat 1:37.981500633
19142024-08-06T03:44:16.385Z[ omicron-package] stop 53.395996225
19152024-08-06T03:44:16.385ZAug 06 03:44:14.930 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
19162024-08-06T03:44:16.428ZAug 06 03:44:14.976 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19172024-08-06T03:44:16.439Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19182024-08-06T03:44:16.442Z[ host-target] Created new build target 'host' and set it as active
19192024-08-06T03:44:16.445ZAug 06 03:44:14.990 INFO [host-target] process exited with exit status: 0 (59.523193ms)
19202024-08-06T03:44:16.445ZAug 06 03:44:14.990 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19212024-08-06T03:44:16.448Z[ recovery-target] Created new build target 'recovery' and set it as active
19222024-08-06T03:44:16.450Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19232024-08-06T03:44:16.450ZAug 06 03:44:14.997 INFO [recovery-target] process exited with exit status: 0 (21.058685ms)
19242024-08-06T03:44:16.457Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19252024-08-06T03:44:17.596Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19262024-08-06T03:44:17.596Z[ host-package] Compiling camino v1.1.7
19272024-08-06T03:44:17.599Z[ host-package] Compiling password-hash v0.5.0
19282024-08-06T03:44:17.599Z[ host-package] Compiling blake2 v0.10.6
19292024-08-06T03:44:17.599Z[ host-package] Compiling derive-where v1.2.7
19302024-08-06T03:44:17.599Z[ host-package] Compiling humantime v2.1.0
19312024-08-06T03:44:17.599Z[ host-package] Compiling newline-converter v0.3.0
19322024-08-06T03:44:17.754Z[ host-package] Compiling toml v0.8.19
19332024-08-06T03:44:17.977Z[ host-package] Compiling expectorate v1.1.0
19342024-08-06T03:44:18.004Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19352024-08-06T03:44:18.174Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19362024-08-06T03:44:18.450Z[ host-package] Compiling argon2 v0.5.3
19372024-08-06T03:44:18.607Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19382024-08-06T03:44:18.768Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19392024-08-06T03:44:18.855Z[ host-package] Compiling dirs-sys-next v0.1.2
19402024-08-06T03:44:19.077Z[ host-package] Compiling prettyplease v0.2.20
19412024-08-06T03:44:19.501Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19422024-08-06T03:44:19.539Z[ host-package] Compiling dirs-next v2.0.0
19432024-08-06T03:44:19.580Z[ host-package] Compiling convert_case v0.4.0
19442024-08-06T03:44:19.776Z[ host-package] Compiling term v0.7.0
19452024-08-06T03:44:19.853Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
19462024-08-06T03:44:19.867Z[ helios-setup] Aug 06 03:44:18.414 INFO clone ok!, project: amd-host-image-builder
19472024-08-06T03:44:19.870Z[ helios-setup] Aug 06 03:44:18.414 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
19482024-08-06T03:44:19.870Z[ helios-setup] Aug 06 03:44:18.414 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19492024-08-06T03:44:19.872Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19502024-08-06T03:44:19.897Z[ host-package] Compiling semver v0.1.20
19512024-08-06T03:44:20.078Z[ host-package] Compiling is-terminal v0.4.12
19522024-08-06T03:44:20.225Z[ host-package] Compiling home v0.5.9
19532024-08-06T03:44:20.501Z[ host-package] Compiling rustc_version v0.1.7
19542024-08-06T03:44:20.526Z[ host-package] Compiling derive_more v0.99.18
19552024-08-06T03:44:20.526Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19562024-08-06T03:44:20.538Z[ helios-setup] Aug 06 03:44:19.085 INFO clone ok!, project: pinprick
19572024-08-06T03:44:20.541Z[ helios-setup] Aug 06 03:44:19.085 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19582024-08-06T03:44:20.541Z[ helios-setup] Aug 06 03:44:19.085 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
19592024-08-06T03:44:20.541Z[ helios-setup] Aug 06 03:44:19.085 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19602024-08-06T03:44:20.544Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19612024-08-06T03:44:20.971Z[ host-package] Compiling newtype_derive v0.1.6
19622024-08-06T03:44:21.058Z[ host-package] Compiling rustls-pki-types v1.7.0
19632024-08-06T03:44:21.210Z[ host-package] Compiling rustls v0.22.4
19642024-08-06T03:44:21.271Z[ helios-setup] Aug 06 03:44:19.811 INFO clone ok!, project: image-builder
19652024-08-06T03:44:21.271Z[ helios-setup] Aug 06 03:44:19.812 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19662024-08-06T03:44:21.271Z[ helios-setup] Aug 06 03:44:19.812 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
19672024-08-06T03:44:21.271Z[ helios-setup] Aug 06 03:44:19.812 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19682024-08-06T03:44:21.274Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19692024-08-06T03:44:21.294Z[ host-package] Compiling thread_local v1.1.8
19702024-08-06T03:44:21.601Z[ host-package] Compiling steno v0.4.1
19712024-08-06T03:44:21.799Z[ host-package] Compiling rustls-webpki v0.102.4
19722024-08-06T03:44:21.864Z[ host-package] Compiling match_cfg v0.1.0
19732024-08-06T03:44:22.015Z[ host-package] Compiling linked-hash-map v0.5.6
19742024-08-06T03:44:22.107Z[ helios-setup] Aug 06 03:44:20.653 INFO clone ok!, project: phbl
19752024-08-06T03:44:22.109Z[ helios-setup] Aug 06 03:44:20.653 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
19762024-08-06T03:44:22.109Z[ helios-setup] Aug 06 03:44:20.653 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19772024-08-06T03:44:22.112Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19782024-08-06T03:44:22.506Z[ host-package] Compiling lru-cache v0.1.2
19792024-08-06T03:44:23.703Z[ host-package] Compiling hostname v0.3.1
19802024-08-06T03:44:23.973Z[ host-package] Compiling multer v3.1.0
19812024-08-06T03:44:23.975Z[ host-package] Compiling slog-async v2.8.0
19822024-08-06T03:44:24.046Z[ host-package] Compiling slog-json v2.6.1
19832024-08-06T03:44:24.067Z[ host-package] Compiling crossbeam-channel v0.5.12
19842024-08-06T03:44:24.460Z[ host-package] Compiling http v1.1.0
19852024-08-06T03:44:24.778Z[ host-package] Compiling take_mut v0.2.2
19862024-08-06T03:44:24.996Z[ host-package] Compiling atomic-waker v1.1.2
19872024-08-06T03:44:25.201Z[ host-package] Compiling waitgroup v0.1.2
19882024-08-06T03:44:25.420Z[ host-package] Compiling slog-bunyan v2.5.0
19892024-08-06T03:44:25.687Z[ host-package] Compiling slog-term v2.9.1
19902024-08-06T03:44:26.901Z[ host-package] Compiling rustls-pemfile v2.1.3
19912024-08-06T03:44:26.953Z[ host-package] Compiling async-stream v0.3.5
19922024-08-06T03:44:27.293Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19932024-08-06T03:44:27.353Z[ host-package] Compiling sha1 v0.10.6
19942024-08-06T03:44:27.373Z[ host-package] Compiling newtype-uuid v1.1.0
19952024-08-06T03:44:27.409Z[ host-package] Compiling serde_path_to_error v0.1.16
19962024-08-06T03:44:27.489Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19972024-08-06T03:44:27.606Z[ host-package] Compiling hostname v0.4.0
19982024-08-06T03:44:27.678Z[ host-package] Compiling tokio-rustls v0.25.0
19992024-08-06T03:44:27.799Z[ host-package] Compiling instant v0.1.12
20002024-08-06T03:44:27.829Z[ host-package] Compiling slog-dtrace v0.3.0
20012024-08-06T03:44:27.965Z[ host-package] Compiling debug-ignore v1.0.5
20022024-08-06T03:44:28.156Z[ host-package] Compiling backoff v0.4.0
20032024-08-06T03:44:28.240Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20042024-08-06T03:44:28.281Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20052024-08-06T03:44:28.577Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20062024-08-06T03:44:28.739Z[ host-package] Compiling parse-display v0.9.1
20072024-08-06T03:44:28.803Z[ host-package] Compiling serde_with v3.8.3
20082024-08-06T03:44:29.063Z[ helios-setup] Aug 06 03:44:27.608 INFO clone ok!, project: amd-firmware
20092024-08-06T03:44:29.065Z[ helios-setup] Aug 06 03:44:27.608 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
20102024-08-06T03:44:29.065Z[ helios-setup] Aug 06 03:44:27.608 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20112024-08-06T03:44:29.068Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20122024-08-06T03:44:29.361Z[ host-package] Compiling strum v0.26.3
20132024-08-06T03:44:29.571Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20142024-08-06T03:44:30.333Z[ helios-setup] Aug 06 03:44:28.878 INFO clone ok!, project: pilot
20152024-08-06T03:44:30.336Z[ helios-setup] Aug 06 03:44:28.879 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
20162024-08-06T03:44:30.336Z[ helios-setup] Aug 06 03:44:28.879 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20172024-08-06T03:44:30.339Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20182024-08-06T03:44:30.758Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20192024-08-06T03:44:31.367Z[ helios-setup] Aug 06 03:44:29.912 INFO clone ok!, project: chelsio-t6-roms
20202024-08-06T03:44:31.370Z[ helios-setup] Aug 06 03:44:29.912 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20212024-08-06T03:44:31.370Z[ helios-setup] Aug 06 03:44:29.912 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20222024-08-06T03:44:31.578Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20232024-08-06T03:44:31.833Z[ host-package] Compiling num-rational v0.4.2
20242024-08-06T03:44:32.296Z[ helios-setup] Aug 06 03:44:30.841 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20252024-08-06T03:44:32.437Z[ host-package] Compiling num-complex v0.4.6
20262024-08-06T03:44:32.810Z[ helios-setup] Aug 06 03:44:31.354 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20272024-08-06T03:44:32.810Z[ helios-setup] Aug 06 03:44:31.355 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20282024-08-06T03:44:33.092Z[ host-package] Compiling macaddr v1.0.1
20292024-08-06T03:44:33.311Z[ helios-setup] Aug 06 03:44:31.856 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20302024-08-06T03:44:33.540Z[ host-package] Compiling swrite v0.1.0
20312024-08-06T03:44:33.646Z[ host-package] Compiling num v0.4.3
20322024-08-06T03:44:33.802Z[ helios-setup] Aug 06 03:44:32.347 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20332024-08-06T03:44:33.802Z[ helios-setup] Aug 06 03:44:32.347 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20342024-08-06T03:44:33.805Z[ host-package] Compiling quick-error v1.2.3
20352024-08-06T03:44:34.028Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20362024-08-06T03:44:34.358Z[ helios-setup] Aug 06 03:44:32.902 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20372024-08-06T03:44:34.942Z[ helios-setup] Aug 06 03:44:33.486 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20382024-08-06T03:44:34.942Z[ helios-setup] Aug 06 03:44:33.486 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20392024-08-06T03:44:34.945Z[ helios-setup] Aug 06 03:44:33.486 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20402024-08-06T03:44:34.945Z[ helios-setup] Aug 06 03:44:33.486 INFO ok!
20412024-08-06T03:44:34.945Z[ helios-setup] Aug 06 03:44:33.486 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20422024-08-06T03:44:34.945Z[ helios-setup] Aug 06 03:44:33.486 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20432024-08-06T03:44:34.946Z[ helios-setup] Aug 06 03:44:33.486 INFO ok!
20442024-08-06T03:44:34.946Z[ helios-setup] Aug 06 03:44:33.486 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20452024-08-06T03:44:34.946Z[ helios-setup] Aug 06 03:44:33.486 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20462024-08-06T03:44:34.946Z[ helios-setup] Aug 06 03:44:33.487 INFO ok!
20472024-08-06T03:44:34.946Z[ helios-setup] Aug 06 03:44:33.487 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
20482024-08-06T03:44:34.946Z[ helios-setup] Aug 06 03:44:33.487 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
20492024-08-06T03:44:35.221Z[ host-package] Compiling float-ord v0.3.2
20502024-08-06T03:44:35.258Z[ helios-setup] Aug 06 03:44:33.801 INFO E| Downloading crates ...
20512024-08-06T03:44:35.373Z[ helios-setup] Aug 06 03:44:33.917 INFO E| Downloaded cpufeatures v0.2.5
20522024-08-06T03:44:35.379Z[ helios-setup] Aug 06 03:44:33.923 INFO E| Downloaded anyhow v1.0.62
20532024-08-06T03:44:35.396Z[ helios-setup] Aug 06 03:44:33.940 INFO E| Downloaded unicode-width v0.1.10
20542024-08-06T03:44:35.399Z[ helios-setup] Aug 06 03:44:33.943 INFO E| Downloaded miniz_oxide v0.6.2
20552024-08-06T03:44:35.402Z[ helios-setup] Aug 06 03:44:33.946 INFO E| Downloaded sha2 v0.10.5
20562024-08-06T03:44:35.405Z[ helios-setup] Aug 06 03:44:33.950 INFO E| Downloaded block-buffer v0.10.3
20572024-08-06T03:44:35.408Z[ helios-setup] Aug 06 03:44:33.951 INFO E| Downloaded typenum v1.15.0
20582024-08-06T03:44:35.411Z[ helios-setup] Aug 06 03:44:33.955 INFO E| Downloaded bytes v1.2.1
20592024-08-06T03:44:35.417Z[ helios-setup] Aug 06 03:44:33.961 INFO E| Downloaded generic-array v0.14.6
20602024-08-06T03:44:35.419Z[ helios-setup] Aug 06 03:44:33.963 INFO E| Downloaded flate2 v1.0.25
20612024-08-06T03:44:35.427Z[ helios-setup] Aug 06 03:44:33.971 INFO E| Downloaded digest v0.10.3
20622024-08-06T03:44:35.463Z[ host-package] Compiling resolv-conf v0.7.0
20632024-08-06T03:44:35.521Z[ helios-setup] Aug 06 03:44:34.064 INFO E| Compiling typenum v1.15.0
20642024-08-06T03:44:35.558Z[ helios-setup] Aug 06 03:44:34.102 INFO E| Compiling version_check v0.9.4
20652024-08-06T03:44:35.558Z[ helios-setup] Aug 06 03:44:34.102 INFO E| Compiling cfg-if v1.0.0
20662024-08-06T03:44:35.561Z[ helios-setup] Aug 06 03:44:34.102 INFO E| Compiling crc32fast v1.3.2
20672024-08-06T03:44:35.561Z[ helios-setup] Aug 06 03:44:34.102 INFO E| Compiling anyhow v1.0.62
20682024-08-06T03:44:35.561Z[ helios-setup] Aug 06 03:44:34.103 INFO E| Compiling adler v1.0.2
20692024-08-06T03:44:35.561Z[ helios-setup] Aug 06 03:44:34.103 INFO E| Compiling unicode-width v0.1.10
20702024-08-06T03:44:35.561Z[ helios-setup] Aug 06 03:44:34.103 INFO E| Compiling cpufeatures v0.2.5
20712024-08-06T03:44:36.085Z[ helios-setup] Aug 06 03:44:34.629 INFO E| Compiling bitflags v1.3.2
20722024-08-06T03:44:36.195Z[ helios-setup] Aug 06 03:44:34.739 INFO E| Compiling bytes v1.2.1
20732024-08-06T03:44:36.294Z[ helios-setup] Aug 06 03:44:34.838 INFO E| Compiling generic-array v0.14.6
20742024-08-06T03:44:36.478Z[ helios-setup] Aug 06 03:44:35.022 INFO E| Compiling miniz_oxide v0.6.2
20752024-08-06T03:44:36.722Z[ helios-setup] Aug 06 03:44:35.202 INFO E| Compiling getopts v0.2.21
20762024-08-06T03:44:36.971Z[ host-package] Compiling trust-dns-resolver v0.22.0
20772024-08-06T03:44:37.107Z[ host-package] Compiling rayon-core v1.12.1
20782024-08-06T03:44:37.187Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20792024-08-06T03:44:37.360Z[ host-package] Compiling crossbeam-deque v0.8.5
20802024-08-06T03:44:37.766Z[ host-package] Compiling display-error-chain v0.2.0
20812024-08-06T03:44:38.010Z[ helios-setup] Aug 06 03:44:36.553 INFO E| Compiling flate2 v1.0.25
20822024-08-06T03:44:38.093Z[ host-package] Compiling fastrand v2.1.0
20832024-08-06T03:44:38.170Z[ host-package] Compiling same-file v1.0.6
20842024-08-06T03:44:38.837Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
20852024-08-06T03:44:39.068Z[ host-package] Compiling tempfile v3.10.1
20862024-08-06T03:44:40.407Z[ host-package] Compiling walkdir v2.5.0
20872024-08-06T03:44:41.699Z[ helios-setup] Aug 06 03:44:40.242 INFO E| Compiling block-buffer v0.10.3
20882024-08-06T03:44:41.699Z[ helios-setup] Aug 06 03:44:40.242 INFO E| Compiling crypto-common v0.1.6
20892024-08-06T03:44:41.908Z[ helios-setup] Aug 06 03:44:40.451 INFO E| Compiling digest v0.10.3
20902024-08-06T03:44:42.244Z[ helios-setup] Aug 06 03:44:40.787 INFO E| Compiling sha2 v0.10.5
20912024-08-06T03:44:42.750Z[ helios-setup] Aug 06 03:44:41.293 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
20922024-08-06T03:44:43.087Z[ host-package] Compiling half v2.4.1
20932024-08-06T03:44:44.141Z[ host-package] Compiling ciborium-io v0.2.2
20942024-08-06T03:44:44.444Z[ host-package] Compiling utf-8 v0.7.6
20952024-08-06T03:44:45.140Z[ host-package] Compiling ciborium-ll v0.2.2
20962024-08-06T03:44:45.516Z[ host-package] Compiling blake3 v1.5.1
20972024-08-06T03:44:45.985Z[ host-package] Compiling ring v0.16.20
20982024-08-06T03:44:46.177Z[ host-package] Compiling rayon v1.10.0
20992024-08-06T03:44:48.068Z[ helios-setup] Aug 06 03:44:46.610 INFO E| Finished `release` profile [optimized] target(s) in 13.02s
21002024-08-06T03:44:48.083Z[ helios-setup] Aug 06 03:44:46.625 INFO building project "bootserver" ok (13 seconds)
21012024-08-06T03:44:48.083Z[ helios-setup] Aug 06 03:44:46.625 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
21022024-08-06T03:44:48.085Z[ helios-setup] Aug 06 03:44:46.625 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
21032024-08-06T03:44:48.094Z[ helios-setup] Aug 06 03:44:46.635 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
21042024-08-06T03:44:48.237Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21052024-08-06T03:44:48.347Z[ helios-setup] Aug 06 03:44:46.883 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
21062024-08-06T03:44:48.365Z[ helios-setup] Aug 06 03:44:46.884 INFO E| info: downloading component 'cargo'
21072024-08-06T03:44:50.085Z[ helios-setup] Aug 06 03:44:48.626 INFO E| info: downloading component 'clippy'
21082024-08-06T03:44:50.809Z[ helios-setup] Aug 06 03:44:49.351 INFO E| info: downloading component 'rust-docs'
21092024-08-06T03:44:51.884Z[ host-package] Compiling xattr v1.3.1
21102024-08-06T03:44:52.186Z[ host-package] Compiling nibble_vec v0.1.0
21112024-08-06T03:44:52.216Z[ helios-setup] Aug 06 03:44:50.758 INFO E| info: downloading component 'rust-src'
21122024-08-06T03:44:52.408Z[ helios-setup] Aug 06 03:44:50.949 INFO E| info: downloading component 'rust-std'
21132024-08-06T03:44:52.452Z[ host-package] Compiling memmap2 v0.9.4
21142024-08-06T03:44:52.966Z[ host-package] Compiling filetime v0.2.23
21152024-08-06T03:44:53.026Z[ host-package] Compiling spin v0.5.2
21162024-08-06T03:44:53.281Z[ host-package] Compiling cancel-safe-futures v0.1.5
21172024-08-06T03:44:53.311Z[ host-package] Compiling arrayvec v0.7.4
21182024-08-06T03:44:53.672Z[ host-package] Compiling arrayref v0.3.7
21192024-08-06T03:44:53.755Z[ host-package] Compiling constant_time_eq v0.3.0
21202024-08-06T03:44:53.797Z[ host-package] Compiling untrusted v0.7.1
21212024-08-06T03:44:53.930Z[ host-package] Compiling endian-type v0.1.2
21222024-08-06T03:44:54.203Z[ host-package] Compiling radix_trie v0.2.1
21232024-08-06T03:44:54.766Z[ helios-setup] Aug 06 03:44:53.305 INFO E| info: downloading component 'rustc'
21242024-08-06T03:44:56.285Z[ host-package] Compiling tar v0.4.41
21252024-08-06T03:44:57.416Z[ host-package] Compiling ciborium v0.2.2
21262024-08-06T03:44:58.266Z[ host-package] Compiling toolchain_find v0.4.0
21272024-08-06T03:44:58.881Z[ host-package] Compiling camino-tempfile v1.1.1
21282024-08-06T03:44:59.358Z[ host-package] Compiling topological-sort v0.2.2
21292024-08-06T03:44:59.607Z[ host-package] Compiling glob v0.3.1
21302024-08-06T03:44:59.740Z[ host-package] Compiling maplit v1.0.2
21312024-08-06T03:44:59.886Z[ host-package] Compiling crunchy v0.2.2
21322024-08-06T03:45:00.324Z[ helios-setup] Aug 06 03:44:58.864 INFO E| info: downloading component 'rustfmt'
21332024-08-06T03:45:00.415Z[ host-package] Compiling clang-sys v1.7.0
21342024-08-06T03:45:00.461Z[ host-package] Compiling omicron-zone-package v0.11.0
21352024-08-06T03:45:01.085Z[ helios-setup] Aug 06 03:44:59.625 INFO E| info: installing component 'cargo'
21362024-08-06T03:45:01.154Z[ host-package] Compiling rustfmt-wrapper v0.2.1
21372024-08-06T03:45:01.189Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21382024-08-06T03:45:02.158Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21392024-08-06T03:45:02.645Z[ host-package] Compiling tiny-keccak v2.0.2
21402024-08-06T03:45:02.648Z[ helios-setup] Aug 06 03:45:01.188 INFO E| info: installing component 'clippy'
21412024-08-06T03:45:03.109Z[ helios-setup] Aug 06 03:45:01.648 INFO E| info: installing component 'rust-docs'
21422024-08-06T03:45:03.193Z[ host-package] Compiling arc-swap v1.7.1
21432024-08-06T03:45:03.850Z[ host-package] Compiling slog-scope v4.4.0
21442024-08-06T03:45:04.060Z[ host-package] Compiling ascii-canvas v3.0.0
21452024-08-06T03:45:04.794Z[ host-package] Compiling ena v0.14.3
21462024-08-06T03:45:04.831Z[ host-package] Compiling libloading v0.8.3
21472024-08-06T03:45:05.346Z[ host-package] Compiling regex-syntax v0.6.29
21482024-08-06T03:45:05.374Z[ host-package] Compiling diff v0.1.13
21492024-08-06T03:45:05.986Z[ host-package] Compiling bindgen v0.69.4
21502024-08-06T03:45:06.015Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21512024-08-06T03:45:06.163Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21522024-08-06T03:45:06.983Z[ host-package] Compiling slog-stdlog v4.1.1
21532024-08-06T03:45:08.125Z[ host-package] Compiling tungstenite v0.21.0
21542024-08-06T03:45:08.975Z[ helios-setup] Aug 06 03:45:07.513 INFO E| info: installing component 'rust-src'
21552024-08-06T03:45:09.715Z[ helios-setup] Aug 06 03:45:08.254 INFO E| info: installing component 'rust-std'
21562024-08-06T03:45:11.739Z[ host-package] Compiling lalrpop v0.19.12
21572024-08-06T03:45:12.567Z[ helios-setup] Aug 06 03:45:11.105 INFO E| info: installing component 'rustc'
21582024-08-06T03:45:14.421Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21592024-08-06T03:45:15.889Z[ host-package] Compiling which v4.4.2
21602024-08-06T03:45:16.470Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21612024-08-06T03:45:16.748Z[ host-package] Compiling cexpr v0.6.0
21622024-08-06T03:45:18.772Z[ host-package] Compiling libsw v3.3.1
21632024-08-06T03:45:18.905Z[ helios-setup] Aug 06 03:45:17.442 INFO E| info: installing component 'rustfmt'
21642024-08-06T03:45:19.150Z[ host-package] Compiling atty v0.2.14
21652024-08-06T03:45:19.232Z[ host-package] Compiling linear-map v1.2.0
21662024-08-06T03:45:19.327Z[ host-package] Compiling rustc-hash v1.1.0
21672024-08-06T03:45:19.541Z[ host-package] Compiling owo-colors v4.0.0
21682024-08-06T03:45:19.714Z[ host-package] Compiling lazycell v1.3.0
21692024-08-06T03:45:19.865Z[ helios-setup] Aug 06 03:45:18.401 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
21702024-08-06T03:45:19.951Z[ host-package] Compiling ref-cast v1.0.23
21712024-08-06T03:45:20.449Z[ host-package] Compiling shlex v1.3.0
21722024-08-06T03:45:20.826Z[ helios-setup] Aug 06 03:45:19.362 INFO E| From https://github.com/oxidecomputer/amd-apcb
21732024-08-06T03:45:20.826Z[ helios-setup] Aug 06 03:45:19.362 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
21742024-08-06T03:45:20.828Z[ helios-setup] Aug 06 03:45:19.362 INFO E| * [new tag] v0.3.3 -> v0.3.3
21752024-08-06T03:45:20.959Z[ helios-setup] Aug 06 03:45:19.496 INFO E| * [new tag] v0.1.3 -> v0.1.3
21762024-08-06T03:45:20.962Z[ helios-setup] Aug 06 03:45:19.496 INFO E| * [new tag] v0.1.4 -> v0.1.4
21772024-08-06T03:45:20.962Z[ helios-setup] Aug 06 03:45:19.496 INFO E| * [new tag] v0.1.5 -> v0.1.5
21782024-08-06T03:45:20.962Z[ helios-setup] Aug 06 03:45:19.497 INFO E| * [new tag] v0.2.0 -> v0.2.0
21792024-08-06T03:45:20.962Z[ helios-setup] Aug 06 03:45:19.497 INFO E| * [new tag] v0.3.0 -> v0.3.0
21802024-08-06T03:45:20.962Z[ helios-setup] Aug 06 03:45:19.497 INFO E| * [new tag] v0.3.1 -> v0.3.1
21812024-08-06T03:45:20.962Z[ helios-setup] Aug 06 03:45:19.497 INFO E| * [new tag] v0.3.2 -> v0.3.2
21822024-08-06T03:45:21.018Z[ helios-setup] Aug 06 03:45:19.554 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
21832024-08-06T03:45:22.091Z[ helios-setup] Aug 06 03:45:20.628 INFO E| From https://github.com/oxidecomputer/amd-efs
21842024-08-06T03:45:22.091Z[ helios-setup] Aug 06 03:45:20.628 INFO E| * [new branch] empty -> origin/empty
21852024-08-06T03:45:22.094Z[ helios-setup] Aug 06 03:45:20.628 INFO E| * [new branch] issue-99 -> origin/issue-99
21862024-08-06T03:45:22.094Z[ helios-setup] Aug 06 03:45:20.628 INFO E| * [new branch] main -> origin/main
21872024-08-06T03:45:22.094Z[ helios-setup] Aug 06 03:45:20.628 INFO E| * [new branch] review -> origin/review
21882024-08-06T03:45:22.094Z[ helios-setup] Aug 06 03:45:20.628 INFO E| * [new ref] -> origin/HEAD
21892024-08-06T03:45:22.094Z[ helios-setup] Aug 06 03:45:20.629 INFO E| * [new tag] v0.2.0 -> v0.2.0
21902024-08-06T03:45:22.094Z[ helios-setup] Aug 06 03:45:20.629 INFO E| * [new tag] v0.2.1 -> v0.2.1
21912024-08-06T03:45:22.095Z[ helios-setup] Aug 06 03:45:20.629 INFO E| * [new tag] v0.2.2 -> v0.2.2
21922024-08-06T03:45:22.095Z[ helios-setup] Aug 06 03:45:20.629 INFO E| * [new tag] v0.2.3 -> v0.2.3
21932024-08-06T03:45:22.095Z[ helios-setup] Aug 06 03:45:20.629 INFO E| * [new tag] v0.2.4 -> v0.2.4
21942024-08-06T03:45:22.095Z[ helios-setup] Aug 06 03:45:20.629 INFO E| * [new tag] v0.2.5 -> v0.2.5
21952024-08-06T03:45:22.095Z[ helios-setup] Aug 06 03:45:20.629 INFO E| * [new tag] v0.2.6 -> v0.2.6
21962024-08-06T03:45:22.095Z[ helios-setup] Aug 06 03:45:20.629 INFO E| * [new tag] v0.2.7 -> v0.2.7
21972024-08-06T03:45:22.095Z[ helios-setup] Aug 06 03:45:20.629 INFO E| * [new tag] v0.3.0 -> v0.3.0
21982024-08-06T03:45:22.095Z[ helios-setup] Aug 06 03:45:20.630 INFO E| * [new tag] v0.3.1 -> v0.3.1
21992024-08-06T03:45:22.095Z[ helios-setup] Aug 06 03:45:20.630 INFO E| * [new tag] v0.4.0 -> v0.4.0
22002024-08-06T03:45:22.118Z[ helios-setup] Aug 06 03:45:20.654 INFO E| Updating crates.io index
22012024-08-06T03:45:22.488Z[ helios-setup] Aug 06 03:45:21.025 INFO E| Downloading crates ...
22022024-08-06T03:45:22.626Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22032024-08-06T03:45:22.718Z[ helios-setup] Aug 06 03:45:21.255 INFO E| Downloaded strum v0.23.0
22042024-08-06T03:45:22.721Z[ helios-setup] Aug 06 03:45:21.257 INFO E| Downloaded scroll_derive v0.10.5
22052024-08-06T03:45:22.724Z[ helios-setup] Aug 06 03:45:21.258 INFO E| Downloaded proc-macro-crate v0.1.5
22062024-08-06T03:45:22.724Z[ helios-setup] Aug 06 03:45:21.259 INFO E| Downloaded parse_int v0.6.0
22072024-08-06T03:45:22.726Z[ helios-setup] Aug 06 03:45:21.260 INFO E| Downloaded semver v0.9.0
22082024-08-06T03:45:22.731Z[ helios-setup] Aug 06 03:45:21.262 INFO E| Downloaded pre v0.2.1
22092024-08-06T03:45:22.731Z[ helios-setup] Aug 06 03:45:21.264 INFO E| Downloaded memoffset v0.5.6
22102024-08-06T03:45:22.734Z[ helios-setup] Aug 06 03:45:21.265 INFO E| Downloaded cfg-if v0.1.10
22112024-08-06T03:45:22.734Z[ helios-setup] Aug 06 03:45:21.267 INFO E| Downloaded num-derive v0.3.3
22122024-08-06T03:45:22.734Z[ helios-setup] Aug 06 03:45:21.269 INFO E| Downloaded vec_map v0.8.2
22132024-08-06T03:45:22.737Z[ helios-setup] Aug 06 03:45:21.271 INFO E| Downloaded pest_generator v2.7.11
22142024-08-06T03:45:22.737Z[ helios-setup] Aug 06 03:45:21.273 INFO E| Downloaded textwrap v0.11.0
22152024-08-06T03:45:22.739Z[ helios-setup] Aug 06 03:45:21.275 INFO E| Downloaded structopt-derive v0.4.18
22162024-08-06T03:45:22.742Z[ helios-setup] Aug 06 03:45:21.277 INFO E| Downloaded bytesize v1.3.0
22172024-08-06T03:45:22.744Z[ helios-setup] Aug 06 03:45:21.279 INFO E| Downloaded four-cc v0.3.0
22182024-08-06T03:45:22.744Z[ helios-setup] Aug 06 03:45:21.281 INFO E| Downloaded modular-bitfield-impl v0.11.2
22192024-08-06T03:45:22.747Z[ helios-setup] Aug 06 03:45:21.283 INFO E| Downloaded strum_macros v0.23.1
22202024-08-06T03:45:22.750Z[ helios-setup] Aug 06 03:45:21.286 INFO E| Downloaded strsim v0.8.0
22212024-08-06T03:45:22.752Z[ helios-setup] Aug 06 03:45:21.288 INFO E| Downloaded ansi_term v0.12.1
22222024-08-06T03:45:22.755Z[ helios-setup] Aug 06 03:45:21.291 INFO E| Downloaded pre-proc-macro v0.2.1
22232024-08-06T03:45:22.757Z[ helios-setup] Aug 06 03:45:21.293 INFO E| Downloaded semver-parser v0.7.0
22242024-08-06T03:45:22.760Z[ helios-setup] Aug 06 03:45:21.295 INFO E| Downloaded scroll v0.10.2
22252024-08-06T03:45:22.763Z[ helios-setup] Aug 06 03:45:21.298 INFO E| Downloaded rustc_version v0.2.3
22262024-08-06T03:45:22.765Z[ helios-setup] Aug 06 03:45:21.299 INFO E| Downloaded fletcher v0.1.0
22272024-08-06T03:45:22.765Z[ helios-setup] Aug 06 03:45:21.301 INFO E| Downloaded structopt v0.3.26
22282024-08-06T03:45:22.777Z[ helios-setup] Aug 06 03:45:21.313 INFO E| Downloaded pest_meta v2.7.11
22292024-08-06T03:45:22.781Z[ helios-setup] Aug 06 03:45:21.317 INFO E| Downloaded memchr v2.7.4
22302024-08-06T03:45:22.789Z[ helios-setup] Aug 06 03:45:21.326 INFO E| Downloaded pest_derive v2.7.11
22312024-08-06T03:45:22.793Z[ helios-setup] Aug 06 03:45:21.329 INFO E| Downloaded pest v2.7.11
22322024-08-06T03:45:22.801Z[ helios-setup] Aug 06 03:45:21.337 INFO E| Downloaded serde_json v1.0.120
22332024-08-06T03:45:22.813Z[ helios-setup] Aug 06 03:45:21.349 INFO E| Downloaded syn v2.0.71
22342024-08-06T03:45:22.829Z[ helios-setup] Aug 06 03:45:21.365 INFO E| Downloaded clap v2.34.0
22352024-08-06T03:45:22.839Z[ helios-setup] Aug 06 03:45:21.375 INFO E| Downloaded goblin v0.4.3
22362024-08-06T03:45:22.846Z[ helios-setup] Aug 06 03:45:21.382 INFO E| Downloaded log v0.4.22
22372024-08-06T03:45:22.848Z[ helios-setup] Aug 06 03:45:21.385 INFO E| Downloaded modular-bitfield v0.11.2
22382024-08-06T03:45:22.952Z[ helios-setup] Aug 06 03:45:21.488 INFO E| Compiling proc-macro2 v1.0.86
22392024-08-06T03:45:22.965Z[ helios-setup] Aug 06 03:45:21.501 INFO E| Compiling unicode-ident v1.0.12
22402024-08-06T03:45:22.965Z[ helios-setup] Aug 06 03:45:21.501 INFO E| Compiling syn v1.0.109
22412024-08-06T03:45:22.967Z[ helios-setup] Aug 06 03:45:21.501 INFO E| Compiling version_check v0.9.4
22422024-08-06T03:45:22.967Z[ helios-setup] Aug 06 03:45:21.501 INFO E| Compiling thiserror v1.0.63
22432024-08-06T03:45:22.967Z[ helios-setup] Aug 06 03:45:21.501 INFO E| Compiling semver-parser v0.7.0
22442024-08-06T03:45:22.967Z[ helios-setup] Aug 06 03:45:21.501 INFO E| Compiling autocfg v1.3.0
22452024-08-06T03:45:22.967Z[ helios-setup] Aug 06 03:45:21.501 INFO E| Compiling serde v1.0.204
22462024-08-06T03:45:23.663Z[ helios-setup] Aug 06 03:45:22.199 INFO E| Compiling semver v0.9.0
22472024-08-06T03:45:24.228Z[ helios-setup] Aug 06 03:45:22.764 INFO E| Compiling rustc_version v0.2.3
22482024-08-06T03:45:24.345Z[ helios-setup] Aug 06 03:45:22.881 INFO E| Compiling serde_json v1.0.120
22492024-08-06T03:45:24.421Z[ helios-setup] Aug 06 03:45:22.957 INFO E| Compiling proc-macro-error-attr v1.0.4
22502024-08-06T03:45:24.519Z[ helios-setup] Aug 06 03:45:23.054 INFO E| Compiling proc-macro-error v1.0.4
22512024-08-06T03:45:24.603Z[ helios-setup] Aug 06 03:45:23.139 INFO E| Compiling num-traits v0.2.19
22522024-08-06T03:45:25.090Z[ helios-setup] Aug 06 03:45:23.626 INFO E| Compiling schemars v0.8.21
22532024-08-06T03:45:25.120Z[ helios-setup] Aug 06 03:45:23.656 INFO E| Compiling ryu v1.0.18
22542024-08-06T03:45:25.169Z[ helios-setup] Aug 06 03:45:23.705 INFO E| Compiling unicode-segmentation v1.11.0
22552024-08-06T03:45:25.254Z[ helios-setup] Aug 06 03:45:23.790 INFO E| Compiling itoa v1.0.11
22562024-08-06T03:45:25.360Z[ helios-setup] Aug 06 03:45:23.896 INFO E| Compiling pre-proc-macro v0.2.1
22572024-08-06T03:45:25.843Z[ helios-setup] Aug 06 03:45:24.379 INFO E| Compiling memoffset v0.5.6
22582024-08-06T03:45:25.850Z[ helios-setup] Aug 06 03:45:24.386 INFO E| Compiling rustversion v1.0.17
22592024-08-06T03:45:25.972Z[ helios-setup] Aug 06 03:45:24.508 INFO E| Compiling libc v0.2.155
22602024-08-06T03:45:26.019Z[ helios-setup] Aug 06 03:45:24.555 INFO E| Compiling dyn-clone v1.0.17
22612024-08-06T03:45:26.072Z[ helios-setup] Aug 06 03:45:24.608 INFO E| Compiling paste v1.0.15
22622024-08-06T03:45:26.592Z[ helios-setup] Aug 06 03:45:25.128 INFO E| Compiling memchr v2.7.4
22632024-08-06T03:45:26.612Z[ host-package] Compiling tokio-tungstenite v0.21.0
22642024-08-06T03:45:26.695Z[ helios-setup] Aug 06 03:45:25.230 INFO E| Compiling quote v1.0.36
22652024-08-06T03:45:27.117Z[ helios-setup] Aug 06 03:45:25.652 INFO E| Compiling heck v0.3.3
22662024-08-06T03:45:27.133Z[ helios-setup] Aug 06 03:45:25.669 INFO E| Compiling ucd-trie v0.1.6
22672024-08-06T03:45:27.535Z[ helios-setup] Aug 06 03:45:26.071 INFO E| Compiling syn v2.0.71
22682024-08-06T03:45:27.858Z[ helios-setup] Aug 06 03:45:26.394 INFO E| Compiling lazy_static v1.5.0
22692024-08-06T03:45:28.172Z[ host-package] Compiling slog-envlogger v2.2.0
22702024-08-06T03:45:28.238Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22712024-08-06T03:45:28.347Z[ helios-setup] Aug 06 03:45:26.883 INFO E| Compiling pre v0.2.1
22722024-08-06T03:45:28.745Z[ helios-setup] Aug 06 03:45:27.280 INFO E| Compiling static_assertions v1.1.0
22732024-08-06T03:45:28.987Z[ helios-setup] Aug 06 03:45:27.522 INFO E| Compiling cfg-if v0.1.10
22742024-08-06T03:45:29.083Z[ helios-setup] Aug 06 03:45:27.618 INFO E| Compiling byteorder v1.5.0
22752024-08-06T03:45:29.347Z[ helios-setup] Aug 06 03:45:27.882 INFO E| Compiling once_cell v1.19.0
22762024-08-06T03:45:31.010Z[ helios-setup] Aug 06 03:45:29.545 INFO E| Compiling unicode-width v0.1.13
22772024-08-06T03:45:31.657Z[ helios-setup] Aug 06 03:45:30.191 INFO E| Compiling textwrap v0.11.0
22782024-08-06T03:45:32.301Z[ helios-setup] Aug 06 03:45:30.835 INFO E| Compiling atty v0.2.14
22792024-08-06T03:45:32.351Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22802024-08-06T03:45:32.486Z[ helios-setup] Aug 06 03:45:31.020 INFO E| Compiling parse_int v0.6.0
22812024-08-06T03:45:32.621Z[ helios-setup] Aug 06 03:45:31.155 INFO E| Compiling strum v0.23.0
22822024-08-06T03:45:32.671Z[ helios-setup] Aug 06 03:45:31.206 INFO E| Compiling vec_map v0.8.2
22832024-08-06T03:45:32.750Z[ helios-setup] Aug 06 03:45:31.285 INFO E| Compiling ansi_term v0.12.1
22842024-08-06T03:45:33.086Z[ helios-setup] Aug 06 03:45:31.620 INFO E| Compiling fletcher v0.1.0
22852024-08-06T03:45:33.096Z[ helios-setup] Aug 06 03:45:31.630 INFO E| Compiling bitflags v1.3.2
22862024-08-06T03:45:33.096Z[ helios-setup] Aug 06 03:45:31.630 INFO E| Compiling strsim v0.8.0
22872024-08-06T03:45:33.111Z[ host-package] Compiling derive_builder_core v0.20.0
22882024-08-06T03:45:33.195Z[ helios-setup] Aug 06 03:45:31.730 INFO E| Compiling log v0.4.22
22892024-08-06T03:45:33.230Z[ helios-setup] Aug 06 03:45:31.765 INFO E| Compiling plain v0.2.3
22902024-08-06T03:45:33.536Z[ helios-setup] Aug 06 03:45:32.070 INFO E| Compiling clap v2.34.0
22912024-08-06T03:45:33.711Z[ helios-setup] Aug 06 03:45:32.245 INFO E| Compiling bytesize v1.3.0
22922024-08-06T03:45:36.216Z[ helios-setup] Aug 06 03:45:34.750 INFO E| Compiling serde_derive_internals v0.29.1
22932024-08-06T03:45:36.304Z[ host-package] Compiling headers-core v0.2.0
22942024-08-06T03:45:36.556Z[ host-package] Compiling fxhash v0.2.1
22952024-08-06T03:45:36.645Z[ host-package] Compiling libxml v0.3.3
22962024-08-06T03:45:36.845Z[ host-package] Compiling ref-cast-impl v1.0.23
22972024-08-06T03:45:37.004Z[ host-package] Compiling derive_builder_macro v0.20.0
22982024-08-06T03:45:37.670Z[ host-package] Compiling headers v0.3.9
22992024-08-06T03:45:37.780Z[ helios-setup] Aug 06 03:45:36.313 INFO E| Compiling toml v0.5.11
23002024-08-06T03:45:38.822Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23012024-08-06T03:45:39.330Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23022024-08-06T03:45:40.252Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23032024-08-06T03:45:41.223Z[ helios-setup] Aug 06 03:45:39.756 INFO E| Compiling proc-macro-crate v0.1.5
23042024-08-06T03:45:43.186Z[ helios-setup] Aug 06 03:45:41.718 INFO E| Compiling thiserror-impl v1.0.63
23052024-08-06T03:45:43.186Z[ helios-setup] Aug 06 03:45:41.718 INFO E| Compiling serde_derive v1.0.204
23062024-08-06T03:45:43.186Z[ helios-setup] Aug 06 03:45:41.719 INFO E| Compiling schemars_derive v0.8.21
23072024-08-06T03:45:43.191Z[ helios-setup] Aug 06 03:45:41.719 INFO E| Compiling zerocopy-derive v0.6.6
23082024-08-06T03:45:43.259Z[ host-package] Compiling strum_macros v0.24.3
23092024-08-06T03:45:44.300Z[ host-package] Compiling cookie v0.18.1
23102024-08-06T03:45:44.397Z[ host-package] Compiling samael v0.0.15
23112024-08-06T03:45:45.545Z[ host-package] Compiling unicase v2.7.0
23122024-08-06T03:45:46.411Z[ host-package] Compiling indoc v1.0.9
23132024-08-06T03:45:46.586Z[ helios-setup] Aug 06 03:45:45.118 INFO E| Compiling zerocopy v0.6.6
23142024-08-06T03:45:47.824Z[ helios-setup] Aug 06 03:45:46.356 INFO E| Compiling modular-bitfield-impl v0.11.2
23152024-08-06T03:45:48.626Z[ helios-setup] Aug 06 03:45:47.158 INFO E| Compiling pest v2.7.11
23162024-08-06T03:45:48.956Z[ helios-setup] Aug 06 03:45:47.488 INFO E| Compiling num-derive v0.3.3
23172024-08-06T03:45:49.049Z[ host-package] Compiling derive_builder v0.20.0
23182024-08-06T03:45:49.282Z[ helios-setup] Aug 06 03:45:47.814 INFO E| Compiling scroll_derive v0.10.5
23192024-08-06T03:45:49.999Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23202024-08-06T03:45:50.499Z[ helios-setup] Aug 06 03:45:49.031 INFO E| Compiling strum_macros v0.23.1
23212024-08-06T03:45:51.109Z[ host-package] Compiling oso-derive v0.27.3
23222024-08-06T03:45:51.445Z[ helios-setup] Aug 06 03:45:49.977 INFO E| Compiling structopt-derive v0.4.18
23232024-08-06T03:45:52.683Z[ helios-setup] Aug 06 03:45:51.214 INFO E| Compiling scroll v0.10.2
23242024-08-06T03:45:53.051Z[ host-package] Compiling polar-core v0.27.3
23252024-08-06T03:45:53.411Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
23262024-08-06T03:45:53.551Z[ helios-setup] Aug 06 03:45:52.082 INFO E| Compiling modular-bitfield v0.11.2
23272024-08-06T03:45:54.012Z[ helios-setup] Aug 06 03:45:52.543 INFO E| Compiling pest_meta v2.7.11
23282024-08-06T03:45:54.239Z[ helios-setup] Aug 06 03:45:52.771 INFO E| Compiling goblin v0.4.3
23292024-08-06T03:45:56.659Z[ host-package] Compiling quick-xml v0.31.0
23302024-08-06T03:45:56.971Z[ helios-setup] Aug 06 03:45:55.502 INFO E| Compiling structopt v0.3.26
23312024-08-06T03:45:57.129Z[ helios-setup] Aug 06 03:45:55.659 INFO E| Compiling pest_generator v2.7.11
23322024-08-06T03:45:59.575Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
23332024-08-06T03:46:00.313Z[ host-package] Compiling cfg_aliases v0.1.1
23342024-08-06T03:46:00.581Z[ host-package] Compiling parking_lot_core v0.8.6
23352024-08-06T03:46:01.235Z[ helios-setup] Aug 06 03:45:59.765 INFO E| Compiling pest_derive v2.7.11
23362024-08-06T03:46:01.494Z[ host-package] Compiling nix v0.28.0
23372024-08-06T03:46:02.657Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23382024-08-06T03:46:03.948Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23392024-08-06T03:46:05.193Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23402024-08-06T03:46:05.501Z[ helios-setup] Aug 06 03:46:04.030 INFO E| Compiling json5 v0.4.1
23412024-08-06T03:46:05.727Z[ host-package] Compiling bb8 v0.8.5
23422024-08-06T03:46:05.991Z[ host-package] Compiling const_format_proc_macros v0.2.32
23432024-08-06T03:46:07.126Z[ host-package] Compiling curve25519-dalek v4.1.3
23442024-08-06T03:46:07.856Z[ host-package] Compiling vte_generate_state_changes v0.1.1
23452024-08-06T03:46:09.147Z[ host-package] Compiling keccak v0.1.5
23462024-08-06T03:46:09.868Z[ host-package] Compiling const_format v0.2.32
23472024-08-06T03:46:10.360Z[ host-package] Compiling sha3 v0.10.8
23482024-08-06T03:46:10.696Z[ host-package] Compiling vte v0.11.1
23492024-08-06T03:46:11.004Z[ helios-setup] Aug 06 03:46:09.531 INFO E| Compiling four-cc v0.3.0
23502024-08-06T03:46:11.004Z[ helios-setup] Aug 06 03:46:09.531 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
23512024-08-06T03:46:11.241Z[ helios-setup] Aug 06 03:46:09.769 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
23522024-08-06T03:46:11.703Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23532024-08-06T03:46:12.932Z[ host-package] Compiling fd-lock v4.0.2
23542024-08-06T03:46:13.059Z[ host-package] Compiling universal-hash v0.5.1
23552024-08-06T03:46:13.356Z[ host-package] Compiling secrecy v0.8.0
23562024-08-06T03:46:13.464Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23572024-08-06T03:46:13.770Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
23582024-08-06T03:46:14.097Z[ host-package] Compiling opaque-debug v0.3.1
23592024-08-06T03:46:14.457Z[ host-package] Compiling bytecount v0.6.8
23602024-08-06T03:46:14.913Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23612024-08-06T03:46:15.453Z[ host-package] Compiling papergrid v0.11.0
23622024-08-06T03:46:16.840Z[ host-package] Compiling thiserror-no-std v2.0.2
23632024-08-06T03:46:17.059Z[ host-package] Compiling poly1305 v0.8.0
23642024-08-06T03:46:19.014Z[ host-package] Compiling parking_lot v0.11.2
23652024-08-06T03:46:20.133Z[ host-package] Compiling strip-ansi-escapes v0.2.0
23662024-08-06T03:46:21.308Z[ host-package] Compiling trust-dns-client v0.22.0
23672024-08-06T03:46:24.025Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23682024-08-06T03:46:24.697Z[ host-package] Compiling oso v0.27.3
23692024-08-06T03:46:28.007Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
23702024-08-06T03:46:29.404Z[ host-package] Compiling tabled_derive v0.7.0
23712024-08-06T03:46:32.036Z[ host-package] Compiling chacha20 v0.9.1
23722024-08-06T03:46:32.680Z[ host-package] Compiling aead v0.5.2
23732024-08-06T03:46:33.079Z[ host-package] Compiling peg-macros v0.8.4
23742024-08-06T03:46:33.931Z[ host-package] Compiling kstat-rs v0.2.4
23752024-08-06T03:46:34.322Z[ host-package] Compiling toml v0.5.11
23762024-08-06T03:46:34.963Z[ host-package] Compiling sqlparser_derive v0.2.2
23772024-08-06T03:46:36.781Z[ host-package] Compiling unicode_categories v0.1.1
23782024-08-06T03:46:36.899Z[ host-package] Compiling nu-ansi-term v0.50.0
23792024-08-06T03:46:37.245Z[ host-package] Compiling sqlformat v0.2.4
23802024-08-06T03:46:38.357Z[ host-package] Compiling reedline v0.31.0
23812024-08-06T03:46:43.827Z[ host-package] Compiling peg v0.8.4
23822024-08-06T03:46:43.991Z[ host-package] Compiling rustyline v14.0.0
23832024-08-06T03:46:44.365Z[ host-package] Compiling sqlparser v0.45.0
23842024-08-06T03:46:44.912Z[ host-package] Compiling trust-dns-server v0.22.1
23852024-08-06T03:46:50.133Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23862024-08-06T03:46:53.679Z[ helios-setup] Aug 06 03:46:52.201 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
23872024-08-06T03:46:57.864Z[ host-package] Compiling chacha20poly1305 v0.10.1
23882024-08-06T03:46:58.168Z[ host-package] Compiling tabled v0.15.0
23892024-08-06T03:46:58.463Z[ host-package] Compiling mime_guess v2.0.4
23902024-08-06T03:46:59.852Z[ host-package] Compiling sled v0.34.7
23912024-08-06T03:47:05.107Z[ host-package] Compiling vsss-rs v3.3.4
23922024-08-06T03:47:09.082Z[ helios-setup] Aug 06 03:47:07.601 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
23932024-08-06T03:47:09.994Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23942024-08-06T03:47:10.816Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23952024-08-06T03:47:11.188Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
23962024-08-06T03:47:11.976Z[ host-package] Compiling env_logger v0.9.3
23972024-08-06T03:47:16.946Z[ host-package] Compiling tungstenite v0.20.1
23982024-08-06T03:47:21.603Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
23992024-08-06T03:47:22.547Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24002024-08-06T03:47:32.134Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24012024-08-06T03:47:42.643Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24022024-08-06T03:47:43.833Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24032024-08-06T03:47:45.252Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24042024-08-06T03:47:45.950Z[ host-package] Compiling bcs v0.1.6
24052024-08-06T03:47:46.969Z[ host-package] Compiling bitstruct_derive v0.1.0
24062024-08-06T03:47:47.105Z[ host-package] Compiling nanorand v0.7.0
24072024-08-06T03:47:48.122Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24082024-08-06T03:47:48.410Z[ host-package] Compiling memoffset v0.9.1
24092024-08-06T03:47:49.227Z[ host-package] Compiling highway v1.1.0
24102024-08-06T03:47:51.424Z[ host-package] Compiling ascii v1.1.0
24112024-08-06T03:47:51.760Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24122024-08-06T03:47:52.477Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
24132024-08-06T03:47:53.236Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24142024-08-06T03:47:55.254Z[ host-package] Compiling bitstruct v0.1.1
24152024-08-06T03:47:55.599Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24162024-08-06T03:47:56.169Z[ host-package] Compiling flume v0.11.0
24172024-08-06T03:47:56.820Z[ helios-setup] Aug 06 03:47:55.331 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 37s
24182024-08-06T03:47:56.856Z[ helios-setup] Aug 06 03:47:55.366 INFO building project "amd-host-image-builder" ok (188 seconds)
24192024-08-06T03:47:56.858Z[ helios-setup] Aug 06 03:47:55.366 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24202024-08-06T03:47:56.859Z[ helios-setup] Aug 06 03:47:55.367 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24212024-08-06T03:47:57.121Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24222024-08-06T03:47:57.254Z[ helios-setup] Aug 06 03:47:55.765 INFO E| Compiling adler v1.0.2
24232024-08-06T03:47:57.396Z[ helios-setup] Aug 06 03:47:55.906 INFO E| Compiling miniz_oxide v0.7.2
24242024-08-06T03:47:57.834Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24252024-08-06T03:48:00.010Z[ helios-setup] Aug 06 03:47:58.520 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24262024-08-06T03:48:01.463Z[ helios-setup] Aug 06 03:47:59.973 INFO E| Finished `release` profile [optimized] target(s) in 4.51s
24272024-08-06T03:48:01.471Z[ helios-setup] Aug 06 03:47:59.981 INFO building project "pinprick" ok (4 seconds)
24282024-08-06T03:48:01.474Z[ helios-setup] Aug 06 03:47:59.981 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24292024-08-06T03:48:01.474Z[ helios-setup] Aug 06 03:47:59.981 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24302024-08-06T03:48:01.819Z[ helios-setup] Aug 06 03:48:00.329 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24312024-08-06T03:48:02.341Z[ helios-setup] Aug 06 03:48:00.850 INFO E| From https://github.com/jclulow/rust-jmclib
24322024-08-06T03:48:02.341Z[ helios-setup] Aug 06 03:48:00.850 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24332024-08-06T03:48:02.363Z[ helios-setup] Aug 06 03:48:00.872 INFO E| Updating crates.io index
24342024-08-06T03:48:02.500Z[ helios-setup] Aug 06 03:48:01.009 INFO E| Downloading crates ...
24352024-08-06T03:48:02.668Z[ helios-setup] Aug 06 03:48:01.177 INFO E| Downloaded block-buffer v0.9.0
24362024-08-06T03:48:02.673Z[ helios-setup] Aug 06 03:48:01.179 INFO E| Downloaded fastrand v2.0.0
24372024-08-06T03:48:02.707Z[ helios-setup] Aug 06 03:48:01.216 INFO E| Downloaded sha-1 v0.9.8
24382024-08-06T03:48:02.711Z[ helios-setup] Aug 06 03:48:01.219 INFO E| Downloaded serde_derive v1.0.193
24392024-08-06T03:48:02.714Z[ helios-setup] Aug 06 03:48:01.222 INFO E| Downloaded opaque-debug v0.3.0
24402024-08-06T03:48:02.719Z[ helios-setup] Aug 06 03:48:01.229 INFO E| Downloaded md-5 v0.9.1
24412024-08-06T03:48:02.722Z[ helios-setup] Aug 06 03:48:01.232 INFO E| Downloaded tempfile v3.7.0
24422024-08-06T03:48:02.726Z[ helios-setup] Aug 06 03:48:01.236 INFO E| Downloaded quote v1.0.31
24432024-08-06T03:48:02.730Z[ helios-setup] Aug 06 03:48:01.240 INFO E| Downloaded walkdir v2.3.3
24442024-08-06T03:48:02.733Z[ helios-setup] Aug 06 03:48:01.243 INFO E| Downloaded uuid v0.8.2
24452024-08-06T03:48:02.738Z[ helios-setup] Aug 06 03:48:01.248 INFO E| Downloaded once_cell v1.18.0
24462024-08-06T03:48:02.742Z[ helios-setup] Aug 06 03:48:01.252 INFO E| Downloaded libdevinfo-sys v1.0.0
24472024-08-06T03:48:02.745Z[ helios-setup] Aug 06 03:48:01.253 INFO E| Downloaded getrandom v0.2.10
24482024-08-06T03:48:02.748Z[ helios-setup] Aug 06 03:48:01.258 INFO E| Downloaded ryu v1.0.15
24492024-08-06T03:48:02.753Z[ helios-setup] Aug 06 03:48:01.263 INFO E| Downloaded errno v0.3.1
24502024-08-06T03:48:02.756Z[ helios-setup] Aug 06 03:48:01.265 INFO E| Downloaded unicode-ident v1.0.11
24512024-08-06T03:48:02.760Z[ helios-setup] Aug 06 03:48:01.270 INFO E| Downloaded typenum v1.16.0
24522024-08-06T03:48:02.764Z[ helios-setup] Aug 06 03:48:01.274 INFO E| Downloaded proc-macro2 v1.0.66
24532024-08-06T03:48:02.769Z[ helios-setup] Aug 06 03:48:01.279 INFO E| Downloaded anyhow v1.0.72
24542024-08-06T03:48:02.775Z[ helios-setup] Aug 06 03:48:01.285 INFO E| Downloaded serde v1.0.193
24552024-08-06T03:48:02.781Z[ helios-setup] Aug 06 03:48:01.291 INFO E| Downloaded cpufeatures v0.2.9
24562024-08-06T03:48:02.784Z[ helios-setup] Aug 06 03:48:01.293 INFO E| Downloaded bitflags v2.3.3
24572024-08-06T03:48:02.789Z[ helios-setup] Aug 06 03:48:01.298 INFO E| Downloaded serde_json v1.0.103
24582024-08-06T03:48:02.801Z[ helios-setup] Aug 06 03:48:01.311 INFO E| Downloaded itoa v1.0.9
24592024-08-06T03:48:02.804Z[ helios-setup] Aug 06 03:48:01.313 INFO E| Downloaded syn v2.0.32
24602024-08-06T03:48:02.821Z[ helios-setup] Aug 06 03:48:01.330 INFO E| Downloaded digest v0.9.0
24612024-08-06T03:48:02.825Z[ helios-setup] Aug 06 03:48:01.333 INFO E| Downloaded rustix v0.38.4
24622024-08-06T03:48:02.859Z[ helios-setup] Aug 06 03:48:01.368 INFO E| Downloaded libc v0.2.147
24632024-08-06T03:48:03.157Z[ helios-setup] Aug 06 03:48:01.664 INFO E| Compiling libc v0.2.147
24642024-08-06T03:48:03.157Z[ helios-setup] Aug 06 03:48:01.664 INFO E| Compiling proc-macro2 v1.0.66
24652024-08-06T03:48:03.160Z[ helios-setup] Aug 06 03:48:01.664 INFO E| Compiling unicode-ident v1.0.11
24662024-08-06T03:48:03.161Z[ helios-setup] Aug 06 03:48:01.665 INFO E| Compiling cfg-if v1.0.0
24672024-08-06T03:48:03.161Z[ helios-setup] Aug 06 03:48:01.665 INFO E| Compiling typenum v1.16.0
24682024-08-06T03:48:03.161Z[ helios-setup] Aug 06 03:48:01.665 INFO E| Compiling version_check v0.9.4
24692024-08-06T03:48:03.161Z[ helios-setup] Aug 06 03:48:01.665 INFO E| Compiling serde v1.0.193
24702024-08-06T03:48:03.161Z[ helios-setup] Aug 06 03:48:01.665 INFO E| Compiling powerfmt v0.2.0
24712024-08-06T03:48:03.499Z[ helios-setup] Aug 06 03:48:02.009 INFO E| Compiling itoa v1.0.9
24722024-08-06T03:48:03.505Z[ helios-setup] Aug 06 03:48:02.014 INFO E| Compiling slog v2.7.0
24732024-08-06T03:48:03.813Z[ helios-setup] Aug 06 03:48:02.322 INFO E| Compiling time-core v0.1.2
24742024-08-06T03:48:03.865Z[ helios-setup] Aug 06 03:48:02.374 INFO E| Compiling rustix v0.38.4
24752024-08-06T03:48:04.111Z[ helios-setup] Aug 06 03:48:02.620 INFO E| Compiling num-conv v0.1.0
24762024-08-06T03:48:04.557Z[ helios-setup] Aug 06 03:48:03.067 INFO E| Compiling deranged v0.3.11
24772024-08-06T03:48:04.599Z[ helios-setup] Aug 06 03:48:03.108 INFO E| Compiling generic-array v0.14.7
24782024-08-06T03:48:04.700Z[ helios-setup] Aug 06 03:48:03.209 INFO E| Compiling bitflags v2.3.3
24792024-08-06T03:48:04.822Z[ helios-setup] Aug 06 03:48:03.331 INFO E| Compiling time-macros v0.2.18
24802024-08-06T03:48:05.205Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24812024-08-06T03:48:05.225Z[ helios-setup] Aug 06 03:48:03.734 INFO E| Compiling num_threads v0.1.6
24822024-08-06T03:48:05.430Z[ helios-setup] Aug 06 03:48:03.939 INFO E| Compiling once_cell v1.18.0
24832024-08-06T03:48:05.625Z[ helios-setup] Aug 06 03:48:04.134 INFO E| Compiling opaque-debug v0.3.0
24842024-08-06T03:48:05.718Z[ helios-setup] Aug 06 03:48:04.226 INFO E| Compiling anyhow v1.0.72
24852024-08-06T03:48:06.331Z[ helios-setup] Aug 06 03:48:04.840 INFO E| Compiling thread_local v1.1.7
24862024-08-06T03:48:07.035Z[ helios-setup] Aug 06 03:48:05.543 INFO E| Compiling quote v1.0.31
24872024-08-06T03:48:07.118Z[ helios-setup] Aug 06 03:48:05.627 INFO E| Compiling fastrand v2.0.0
24882024-08-06T03:48:07.608Z[ host-package] Compiling tokio-tungstenite v0.20.1
24892024-08-06T03:48:07.755Z[ helios-setup] Aug 06 03:48:06.263 INFO E| Compiling syn v2.0.32
24902024-08-06T03:48:08.208Z[ helios-setup] Aug 06 03:48:06.717 INFO E| Compiling dirs-sys-next v0.1.2
24912024-08-06T03:48:08.240Z[ helios-setup] Aug 06 03:48:06.748 INFO E| Compiling errno v0.3.1
24922024-08-06T03:48:08.355Z[ helios-setup] Aug 06 03:48:06.863 INFO E| Compiling atty v0.2.14
24932024-08-06T03:48:08.594Z[ helios-setup] Aug 06 03:48:07.102 INFO E| Compiling dirs-next v2.0.0
24942024-08-06T03:48:08.787Z[ helios-setup] Aug 06 03:48:07.296 INFO E| Compiling term v0.7.0
24952024-08-06T03:48:08.820Z[ helios-setup] Aug 06 03:48:07.328 INFO E| Compiling serde_json v1.0.103
24962024-08-06T03:48:08.970Z[ helios-setup] Aug 06 03:48:07.475 INFO E| Compiling getrandom v0.2.10
24972024-08-06T03:48:09.756Z[ helios-setup] Aug 06 03:48:08.264 INFO E| Compiling block-buffer v0.9.0
24982024-08-06T03:48:09.773Z[ helios-setup] Aug 06 03:48:08.281 INFO E| Compiling digest v0.9.0
24992024-08-06T03:48:10.091Z[ helios-setup] Aug 06 03:48:08.599 INFO E| Compiling ryu v1.0.15
25002024-08-06T03:48:10.119Z[ helios-setup] Aug 06 03:48:08.628 INFO E| Compiling cpufeatures v0.2.9
25012024-08-06T03:48:10.181Z[ helios-setup] Aug 06 03:48:08.689 INFO E| Compiling unicode-width v0.1.10
25022024-08-06T03:48:10.247Z[ helios-setup] Aug 06 03:48:08.756 INFO E| Compiling same-file v1.0.6
25032024-08-06T03:48:10.430Z[ helios-setup] Aug 06 03:48:08.938 INFO E| Compiling getopts v0.2.21
25042024-08-06T03:48:10.555Z[ helios-setup] Aug 06 03:48:09.064 INFO E| Compiling time v0.3.36
25052024-08-06T03:48:10.974Z[ helios-setup] Aug 06 03:48:09.482 INFO E| Compiling walkdir v2.3.3
25062024-08-06T03:48:11.038Z[ helios-setup] Aug 06 03:48:09.546 INFO E| Compiling sha-1 v0.9.8
25072024-08-06T03:48:12.057Z[ helios-setup] Aug 06 03:48:10.565 INFO E| Compiling tempfile v3.7.0
25082024-08-06T03:48:12.312Z[ helios-setup] Aug 06 03:48:10.820 INFO E| Compiling md-5 v0.9.1
25092024-08-06T03:48:12.421Z[ helios-setup] Aug 06 03:48:10.928 INFO E| Compiling libdevinfo-sys v1.0.0
25102024-08-06T03:48:12.605Z[ helios-setup] Aug 06 03:48:11.112 INFO E| Compiling glob v0.3.1
25112024-08-06T03:48:14.466Z[ helios-setup] Aug 06 03:48:12.973 INFO E| Compiling slog-term v2.9.0
25122024-08-06T03:48:16.841Z[ helios-setup] Aug 06 03:48:15.336 INFO E| Compiling serde_derive v1.0.193
25132024-08-06T03:48:20.252Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142024-08-06T03:48:21.398Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25152024-08-06T03:48:22.308Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25162024-08-06T03:48:22.704Z[ host-package] Compiling erased-serde v0.3.31
25172024-08-06T03:48:24.605Z[ host-package] Compiling serde_arrays v0.1.0
25182024-08-06T03:48:24.879Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25192024-08-06T03:48:28.947Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25202024-08-06T03:48:29.485Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25212024-08-06T03:48:30.328Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25222024-08-06T03:48:30.768Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25232024-08-06T03:48:32.374Z[ helios-setup] Aug 06 03:48:30.804 INFO E| Compiling toml v0.5.11
25242024-08-06T03:48:32.374Z[ helios-setup] Aug 06 03:48:30.804 INFO E| Compiling uuid v0.8.2
25252024-08-06T03:48:33.397Z[ host-package] Compiling heck v0.3.3
25262024-08-06T03:48:34.057Z[ host-package] Compiling rand_seeder v0.3.0
25272024-08-06T03:48:34.123Z[ host-package] Compiling castaway v0.2.2
25282024-08-06T03:48:34.443Z[ host-package] Compiling csv-core v0.1.11
25292024-08-06T03:48:34.552Z[ helios-setup] Aug 06 03:48:33.056 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25302024-08-06T03:48:34.674Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
25312024-08-06T03:48:35.274Z[ host-package] Compiling http-range v0.1.5
25322024-08-06T03:48:35.429Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
25332024-08-06T03:48:35.638Z[ host-package] Compiling hyper-staticfile v0.9.5
25342024-08-06T03:48:36.149Z[ host-package] Compiling csv v1.3.0
25352024-08-06T03:48:36.286Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25362024-08-06T03:48:36.687Z[ host-package] Compiling compact_str v0.7.1
25372024-08-06T03:48:38.396Z[ helios-setup] Aug 06 03:48:36.899 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25382024-08-06T03:48:38.416Z[ host-package] Compiling zone_cfg_derive v0.1.2
25392024-08-06T03:48:38.782Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25402024-08-06T03:48:39.099Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25412024-08-06T03:48:39.618Z[ host-package] Compiling nix v0.27.1
25422024-08-06T03:48:40.237Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25432024-08-06T03:48:43.100Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25442024-08-06T03:48:48.683Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25452024-08-06T03:48:48.958Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25462024-08-06T03:48:49.125Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25472024-08-06T03:48:49.715Z[ host-package] Compiling unicode-truncate v1.0.0
25482024-08-06T03:48:49.797Z[ host-package] Compiling itertools v0.13.0
25492024-08-06T03:48:50.055Z[ host-package] Compiling lru v0.12.3
25502024-08-06T03:48:50.333Z[ host-package] Compiling serde-big-array v0.5.1
25512024-08-06T03:48:50.435Z[ host-package] Compiling stability v0.2.0
25522024-08-06T03:48:50.905Z[ host-package] Compiling cassowary v0.3.0
25532024-08-06T03:48:51.574Z[ host-package] Compiling base64 v0.13.1
25542024-08-06T03:48:51.827Z[ helios-setup] Aug 06 03:48:50.328 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.24s
25552024-08-06T03:48:51.881Z[ helios-setup] Aug 06 03:48:50.382 INFO building project "image-builder" ok (50 seconds)
25562024-08-06T03:48:51.881Z[ helios-setup] Aug 06 03:48:50.382 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25572024-08-06T03:48:51.881Z[ helios-setup] Aug 06 03:48:50.382 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25582024-08-06T03:48:52.344Z[ helios-setup] Aug 06 03:48:50.845 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25592024-08-06T03:48:52.494Z[ host-package] Compiling ron v0.7.1
25602024-08-06T03:48:52.984Z[ helios-setup] Aug 06 03:48:51.486 INFO E| From https://github.com/jclulow/hiercmd
25612024-08-06T03:48:52.984Z[ helios-setup] Aug 06 03:48:51.486 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25622024-08-06T03:48:53.017Z[ helios-setup] Aug 06 03:48:51.518 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25632024-08-06T03:48:53.594Z[ helios-setup] Aug 06 03:48:52.095 INFO E| From https://github.com/jclulow/network-interface
25642024-08-06T03:48:53.594Z[ helios-setup] Aug 06 03:48:52.095 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25652024-08-06T03:48:53.614Z[ helios-setup] Aug 06 03:48:52.116 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25662024-08-06T03:48:54.109Z[ helios-setup] Aug 06 03:48:52.610 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25672024-08-06T03:48:54.109Z[ helios-setup] Aug 06 03:48:52.611 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25682024-08-06T03:48:54.126Z[ host-package] Compiling ratatui v0.27.0
25692024-08-06T03:48:54.149Z[ helios-setup] Aug 06 03:48:52.650 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25702024-08-06T03:48:54.962Z[ helios-setup] Aug 06 03:48:53.463 INFO E| From https://github.com/oxidecomputer/facade
25712024-08-06T03:48:54.962Z[ helios-setup] Aug 06 03:48:53.463 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25722024-08-06T03:48:55.132Z[ helios-setup] Aug 06 03:48:53.633 INFO E| Updating crates.io index
25732024-08-06T03:48:56.175Z[ helios-setup] Aug 06 03:48:54.675 INFO E| Downloading crates ...
25742024-08-06T03:48:56.359Z[ helios-setup] Aug 06 03:48:54.859 INFO E| Downloaded built v0.6.0
25752024-08-06T03:48:56.398Z[ helios-setup] Aug 06 03:48:54.899 INFO E| Downloaded cargo-lock v8.0.3
25762024-08-06T03:48:56.404Z[ helios-setup] Aug 06 03:48:54.905 INFO E| Downloaded project-root v0.2.2
25772024-08-06T03:48:56.407Z[ helios-setup] Aug 06 03:48:54.908 INFO E| Downloaded futures-sink v0.3.28
25782024-08-06T03:48:56.410Z[ helios-setup] Aug 06 03:48:54.910 INFO E| Downloaded const-random-macro v0.1.15
25792024-08-06T03:48:56.413Z[ helios-setup] Aug 06 03:48:54.912 INFO E| Downloaded async-trait v0.1.68
25802024-08-06T03:48:56.419Z[ helios-setup] Aug 06 03:48:54.920 INFO E| Downloaded scopeguard v1.1.0
25812024-08-06T03:48:56.421Z[ helios-setup] Aug 06 03:48:54.922 INFO E| Downloaded concolor-override v1.0.0
25822024-08-06T03:48:56.424Z[ helios-setup] Aug 06 03:48:54.924 INFO E| Downloaded const-random v0.1.15
25832024-08-06T03:48:56.442Z[ helios-setup] Aug 06 03:48:54.943 INFO E| Downloaded serde_yaml v0.9.21
25842024-08-06T03:48:56.453Z[ helios-setup] Aug 06 03:48:54.954 INFO E| Downloaded try-lock v0.2.4
25852024-08-06T03:48:56.456Z[ helios-setup] Aug 06 03:48:54.957 INFO E| Downloaded sha2 v0.10.6
25862024-08-06T03:48:56.461Z[ helios-setup] Aug 06 03:48:54.962 INFO E| Downloaded futures-macro v0.3.28
25872024-08-06T03:48:56.463Z[ helios-setup] Aug 06 03:48:54.964 INFO E| Downloaded toolchain_find v0.2.0
25882024-08-06T03:48:56.466Z[ helios-setup] Aug 06 03:48:54.967 INFO E| Downloaded rustfmt-wrapper v0.2.0
25892024-08-06T03:48:56.469Z[ helios-setup] Aug 06 03:48:54.970 INFO E| Downloaded want v0.3.0
25902024-08-06T03:48:56.471Z[ helios-setup] Aug 06 03:48:54.972 INFO E| Downloaded memoffset v0.7.1
25912024-08-06T03:48:56.474Z[ helios-setup] Aug 06 03:48:54.975 INFO E| Downloaded num_enum v0.5.7
25922024-08-06T03:48:56.483Z[ helios-setup] Aug 06 03:48:54.984 INFO E| Downloaded base64 v0.21.0
25932024-08-06T03:48:56.492Z[ helios-setup] Aug 06 03:48:54.992 INFO E| Downloaded smawk v0.3.1
25942024-08-06T03:48:56.495Z[ helios-setup] Aug 06 03:48:54.996 INFO E| Downloaded toml_datetime v0.6.1
25952024-08-06T03:48:56.498Z[ helios-setup] Aug 06 03:48:54.998 INFO E| Downloaded slab v0.4.7
25962024-08-06T03:48:56.503Z[ helios-setup] Aug 06 03:48:55.004 INFO E| Downloaded terminal_size v0.2.6
25972024-08-06T03:48:56.503Z[ helios-setup] Aug 06 03:48:55.004 INFO E| Downloaded semver-parser v0.10.2
25982024-08-06T03:48:56.508Z[ helios-setup] Aug 06 03:48:55.009 INFO E| Downloaded tokio-macros v2.0.0
25992024-08-06T03:48:56.511Z[ helios-setup] Aug 06 03:48:55.011 INFO E| Downloaded semver v0.11.0
26002024-08-06T03:48:56.515Z[ helios-setup] Aug 06 03:48:55.016 INFO E| Downloaded jobserver v0.1.26
26012024-08-06T03:48:56.520Z[ helios-setup] Aug 06 03:48:55.021 INFO E| Downloaded serde_derive_internals v0.26.0
26022024-08-06T03:48:56.523Z[ helios-setup] Aug 06 03:48:55.024 INFO E| Downloaded smallvec v1.10.0
26032024-08-06T03:48:56.529Z[ helios-setup] Aug 06 03:48:55.030 INFO E| Downloaded tokio-tungstenite v0.18.0
26042024-08-06T03:48:56.534Z[ helios-setup] Aug 06 03:48:55.035 INFO E| Downloaded clap_derive v4.2.0
26052024-08-06T03:48:56.539Z[ helios-setup] Aug 06 03:48:55.040 INFO E| Downloaded unicode-ident v1.0.8
26062024-08-06T03:48:56.593Z[ helios-setup] Aug 06 03:48:55.094 INFO E| Downloaded textwrap v0.16.0
26072024-08-06T03:48:56.597Z[ helios-setup] Aug 06 03:48:55.098 INFO E| Downloaded uuid v1.3.0
26082024-08-06T03:48:56.606Z[ helios-setup] Aug 06 03:48:55.106 INFO E| Downloaded unicode-bidi v0.3.13
26092024-08-06T03:48:56.611Z[ helios-setup] Aug 06 03:48:55.112 INFO E| Downloaded url v2.3.1
26102024-08-06T03:48:56.617Z[ helios-setup] Aug 06 03:48:55.118 INFO E| Downloaded unicode-normalization v0.1.22
26112024-08-06T03:48:56.624Z[ helios-setup] Aug 06 03:48:55.125 INFO E| Downloaded winnow v0.4.1
26122024-08-06T03:48:56.640Z[ helios-setup] Aug 06 03:48:55.141 INFO E| Downloaded cc v1.0.78
26132024-08-06T03:48:56.644Z[ helios-setup] Aug 06 03:48:55.146 INFO E| Downloaded syn v1.0.107
26142024-08-06T03:48:56.666Z[ helios-setup] Aug 06 03:48:55.167 INFO E| Downloaded schemars v0.8.12
26152024-08-06T03:48:56.688Z[ helios-setup] Aug 06 03:48:55.189 INFO E| Downloaded rustls-webpki v0.100.1
26162024-08-06T03:48:56.717Z[ helios-setup] Aug 06 03:48:55.218 INFO E| Downloaded tokio v1.27.0
26172024-08-06T03:48:56.773Z[ helios-setup] Aug 06 03:48:55.274 INFO E| Downloaded crossbeam-channel v0.5.6
26182024-08-06T03:48:56.781Z[ helios-setup] Aug 06 03:48:55.282 INFO E| Downloaded pest v2.5.7
26192024-08-06T03:48:56.790Z[ helios-setup] Aug 06 03:48:55.291 INFO E| Downloaded http v0.2.9
26202024-08-06T03:48:56.797Z[ helios-setup] Aug 06 03:48:55.298 INFO E| Downloaded clap_builder v4.2.1
26212024-08-06T03:48:56.809Z[ helios-setup] Aug 06 03:48:55.310 INFO E| Downloaded aho-corasick v0.7.20
26222024-08-06T03:48:56.816Z[ helios-setup] Aug 06 03:48:55.317 INFO E| Downloaded mio v0.8.5
26232024-08-06T03:48:56.824Z[ helios-setup] Aug 06 03:48:55.325 INFO E| Downloaded rayon-core v1.10.2
26242024-08-06T03:48:56.831Z[ helios-setup] Aug 06 03:48:55.332 INFO E| Downloaded futures-util v0.3.28
26252024-08-06T03:48:56.861Z[ helios-setup] Aug 06 03:48:55.362 INFO E| Downloaded memchr v2.5.0
26262024-08-06T03:48:56.868Z[ helios-setup] Aug 06 03:48:55.369 INFO E| Downloaded reqwest v0.11.16
26272024-08-06T03:48:56.882Z[ helios-setup] Aug 06 03:48:55.383 INFO E| Downloaded rayon v1.6.1
26282024-08-06T03:48:56.897Z[ helios-setup] Aug 06 03:48:55.398 INFO E| Downloaded serde_json v1.0.95
26292024-08-06T03:48:56.910Z[ helios-setup] Aug 06 03:48:55.411 INFO E| Downloaded git2 v0.16.1
26302024-08-06T03:48:56.923Z[ helios-setup] Aug 06 03:48:55.424 INFO E| Downloaded hyper v0.14.25
26312024-08-06T03:48:56.936Z[ helios-setup] Aug 06 03:48:55.437 INFO E| Downloaded rustls v0.21.0
26322024-08-06T03:48:56.954Z[ helios-setup] Aug 06 03:48:55.454 INFO E| Downloaded rustix v0.37.3
26332024-08-06T03:48:56.987Z[ helios-setup] Aug 06 03:48:55.488 INFO E| Downloaded regress v0.5.0
26342024-08-06T03:48:56.999Z[ helios-setup] Aug 06 03:48:55.500 INFO E| Downloaded rhai v1.14.0
26352024-08-06T03:48:57.020Z[ helios-setup] Aug 06 03:48:55.521 INFO E| Downloaded openapiv3 v1.0.2
26362024-08-06T03:48:57.040Z[ helios-setup] Aug 06 03:48:55.540 INFO E| Downloaded regex v1.7.3
26372024-08-06T03:48:57.053Z[ helios-setup] Aug 06 03:48:55.553 INFO E| Downloaded h2 v0.3.16
26382024-08-06T03:48:57.066Z[ helios-setup] Aug 06 03:48:55.565 INFO E| Downloaded chrono v0.4.24
26392024-08-06T03:48:57.077Z[ helios-setup] Aug 06 03:48:55.578 INFO E| Downloaded camino v1.1.4
26402024-08-06T03:48:57.081Z[ helios-setup] Aug 06 03:48:55.581 INFO E| Downloaded libc v0.2.139
26412024-08-06T03:48:57.120Z[ helios-setup] Aug 06 03:48:55.621 INFO E| Downloaded tracing-core v0.1.30
26422024-08-06T03:48:57.124Z[ helios-setup] Aug 06 03:48:55.625 INFO E| Downloaded toml_edit v0.19.8
26432024-08-06T03:48:57.154Z[ helios-setup] Aug 06 03:48:55.655 INFO E| Downloaded ryu v1.0.13
26442024-08-06T03:48:57.159Z[ helios-setup] Aug 06 03:48:55.660 INFO E| Downloaded futures v0.3.28
26452024-08-06T03:48:57.168Z[ helios-setup] Aug 06 03:48:55.669 INFO E| Downloaded crossbeam-epoch v0.9.13
26462024-08-06T03:48:57.173Z[ helios-setup] Aug 06 03:48:55.674 INFO E| Downloaded unsafe-libyaml v0.2.8
26472024-08-06T03:48:57.179Z[ helios-setup] Aug 06 03:48:55.680 INFO E| Downloaded unicode-linebreak v0.1.4
26482024-08-06T03:48:57.182Z[ helios-setup] Aug 06 03:48:55.683 INFO E| Downloaded tracing v0.1.37
26492024-08-06T03:48:57.190Z[ helios-setup] Aug 06 03:48:55.690 INFO E| Downloaded tokio-util v0.7.7
26502024-08-06T03:48:57.200Z[ helios-setup] Aug 06 03:48:55.701 INFO E| Downloaded crossbeam-utils v0.8.14
26512024-08-06T03:48:57.205Z[ helios-setup] Aug 06 03:48:55.706 INFO E| Downloaded tungstenite v0.18.0
26522024-08-06T03:48:57.210Z[ helios-setup] Aug 06 03:48:55.711 INFO E| Downloaded toml v0.7.3
26532024-08-06T03:48:57.216Z[ helios-setup] Aug 06 03:48:55.716 INFO E| Downloaded once_cell v1.17.0
26542024-08-06T03:48:57.220Z[ helios-setup] Aug 06 03:48:55.721 INFO E| Downloaded num-traits v0.2.15
26552024-08-06T03:48:57.225Z[ helios-setup] Aug 06 03:48:55.726 INFO E| Downloaded clap v4.2.1
26562024-08-06T03:48:57.240Z[ helios-setup] Aug 06 03:48:55.741 INFO E| Downloaded anyhow v1.0.68
26572024-08-06T03:48:57.247Z[ helios-setup] Aug 06 03:48:55.748 INFO E| Downloaded sct v0.7.0
26582024-08-06T03:48:57.253Z[ helios-setup] Aug 06 03:48:55.754 INFO E| Downloaded rhai_codegen v1.5.0
26592024-08-06T03:48:57.291Z[ helios-setup] Aug 06 03:48:55.792 INFO E| Downloaded encoding_rs v0.8.32
26602024-08-06T03:48:57.328Z[ helios-setup] Aug 06 03:48:55.829 INFO E| Downloaded ipnet v2.7.2
26612024-08-06T03:48:57.332Z[ helios-setup] Aug 06 03:48:55.832 INFO E| Downloaded ucd-trie v0.1.5
26622024-08-06T03:48:57.335Z[ helios-setup] Aug 06 03:48:55.835 INFO E| Downloaded socket2 v0.4.9
26632024-08-06T03:48:57.337Z[ helios-setup] Aug 06 03:48:55.838 INFO E| Downloaded parking_lot v0.12.1
26642024-08-06T03:48:57.341Z[ helios-setup] Aug 06 03:48:55.842 INFO E| Downloaded log v0.4.17
26652024-08-06T03:48:57.349Z[ helios-setup] Aug 06 03:48:55.846 INFO E| Downloaded itoa v1.0.6
26662024-08-06T03:48:57.349Z[ helios-setup] Aug 06 03:48:55.849 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26672024-08-06T03:48:57.453Z[ helios-setup] Aug 06 03:48:55.953 INFO E| Downloaded tempfile v3.5.0
26682024-08-06T03:48:57.456Z[ helios-setup] Aug 06 03:48:55.956 INFO E| Downloaded smartstring v1.0.1
26692024-08-06T03:48:57.459Z[ helios-setup] Aug 06 03:48:55.960 INFO E| Downloaded num_cpus v1.15.0
26702024-08-06T03:48:57.463Z[ helios-setup] Aug 06 03:48:55.964 INFO E| Downloaded getrandom v0.2.8
26712024-08-06T03:48:57.469Z[ helios-setup] Aug 06 03:48:55.969 INFO E| Downloaded futures-task v0.3.28
26722024-08-06T03:48:57.472Z[ helios-setup] Aug 06 03:48:55.971 INFO E| Downloaded pin-project-lite v0.2.9
26732024-08-06T03:48:57.476Z[ helios-setup] Aug 06 03:48:55.977 INFO E| Downloaded io-lifetimes v1.0.10
26742024-08-06T03:48:57.480Z[ helios-setup] Aug 06 03:48:55.981 INFO E| Downloaded ahash v0.8.3
26752024-08-06T03:48:57.484Z[ helios-setup] Aug 06 03:48:55.984 INFO E| Downloaded semver v1.0.17
26762024-08-06T03:48:57.487Z[ helios-setup] Aug 06 03:48:55.988 INFO E| Downloaded tokio-rustls v0.24.0
26772024-08-06T03:48:57.490Z[ helios-setup] Aug 06 03:48:55.991 INFO E| Downloaded libz-sys v1.1.8
26782024-08-06T03:48:57.567Z[ helios-setup] Aug 06 03:48:56.067 INFO E| Downloaded time v0.1.45
26792024-08-06T03:48:57.571Z[ helios-setup] Aug 06 03:48:56.069 INFO E| Downloaded sha1 v0.10.5
26802024-08-06T03:48:57.574Z[ helios-setup] Aug 06 03:48:56.071 INFO E| Downloaded lock_api v0.4.9
26812024-08-06T03:48:57.574Z[ helios-setup] Aug 06 03:48:56.073 INFO E| Downloaded anstyle-parse v0.1.1
26822024-08-06T03:48:57.576Z[ helios-setup] Aug 06 03:48:56.076 INFO E| Downloaded slog-bunyan v2.4.0
26832024-08-06T03:48:57.577Z[ helios-setup] Aug 06 03:48:56.077 INFO E| Downloaded parking_lot_core v0.9.6
26842024-08-06T03:48:57.579Z[ helios-setup] Aug 06 03:48:56.080 INFO E| Downloaded thiserror v1.0.38
26852024-08-06T03:48:57.585Z[ helios-setup] Aug 06 03:48:56.085 INFO E| Downloaded strsim v0.10.0
26862024-08-06T03:48:57.587Z[ helios-setup] Aug 06 03:48:56.087 INFO E| Downloaded schemars_derive v0.8.12
26872024-08-06T03:48:57.590Z[ helios-setup] Aug 06 03:48:56.090 INFO E| Downloaded home v0.5.4
26882024-08-06T03:48:57.590Z[ helios-setup] Aug 06 03:48:56.091 INFO E| Downloaded futures-channel v0.3.28
26892024-08-06T03:48:57.593Z[ helios-setup] Aug 06 03:48:56.094 INFO E| Downloaded serde_tokenstream v0.2.0
26902024-08-06T03:48:57.597Z[ helios-setup] Aug 06 03:48:56.098 INFO E| Downloaded rustls-pemfile v1.0.2
26912024-08-06T03:48:57.600Z[ helios-setup] Aug 06 03:48:56.100 INFO E| Downloaded num_enum_derive v0.5.7
26922024-08-06T03:48:57.603Z[ helios-setup] Aug 06 03:48:56.102 INFO E| Downloaded bincode v1.3.3
26932024-08-06T03:48:57.606Z[ helios-setup] Aug 06 03:48:56.105 INFO E| Downloaded thiserror-impl v1.0.38
26942024-08-06T03:48:57.606Z[ helios-setup] Aug 06 03:48:56.106 INFO E| Downloaded slog-async v2.7.0
26952024-08-06T03:48:57.609Z[ helios-setup] Aug 06 03:48:56.108 INFO E| Downloaded signal-hook-registry v1.4.0
26962024-08-06T03:48:57.609Z[ helios-setup] Aug 06 03:48:56.109 INFO E| Downloaded serde_path_to_error v0.1.11
26972024-08-06T03:48:57.611Z[ helios-setup] Aug 06 03:48:56.111 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26982024-08-06T03:48:57.616Z[ helios-setup] Aug 06 03:48:56.114 INFO E| Downloaded num-integer v0.1.45
26992024-08-06T03:48:57.619Z[ helios-setup] Aug 06 03:48:56.117 INFO E| Downloaded iana-time-zone v0.1.56
27002024-08-06T03:48:57.622Z[ helios-setup] Aug 06 03:48:56.120 INFO E| Downloaded httpdate v1.0.2
27012024-08-06T03:48:57.622Z[ helios-setup] Aug 06 03:48:56.122 INFO E| Downloaded futures-core v0.3.28
27022024-08-06T03:48:57.624Z[ helios-setup] Aug 06 03:48:56.124 INFO E| Downloaded pkg-config v0.3.26
27032024-08-06T03:48:57.627Z[ helios-setup] Aug 06 03:48:56.127 INFO E| Downloaded paste v1.0.12
27042024-08-06T03:48:57.631Z[ helios-setup] Aug 06 03:48:56.132 INFO E| Downloaded lazy_static v1.4.0
27052024-08-06T03:48:57.634Z[ helios-setup] Aug 06 03:48:56.134 INFO E| Downloaded futures-io v0.3.28
27062024-08-06T03:48:57.637Z[ helios-setup] Aug 06 03:48:56.135 INFO E| Downloaded fastrand v1.9.0
27072024-08-06T03:48:57.637Z[ helios-setup] Aug 06 03:48:56.137 INFO E| Downloaded dyn-clone v1.0.11
27082024-08-06T03:48:57.640Z[ helios-setup] Aug 06 03:48:56.140 INFO E| Downloaded ahash v0.7.6
27092024-08-06T03:48:57.644Z[ helios-setup] Aug 06 03:48:56.145 INFO E| Downloaded http-body v0.4.5
27102024-08-06T03:48:57.647Z[ helios-setup] Aug 06 03:48:56.147 INFO E| Downloaded bytes v1.4.0
27112024-08-06T03:48:57.654Z[ helios-setup] Aug 06 03:48:56.154 INFO E| Downloaded is-terminal v0.4.7
27122024-08-06T03:48:57.659Z[ helios-setup] Aug 06 03:48:56.159 INFO E| Downloaded anstream v0.2.6
27132024-08-06T03:48:57.662Z[ helios-setup] Aug 06 03:48:56.162 INFO E| Downloaded clap_lex v0.4.1
27142024-08-06T03:48:57.666Z[ helios-setup] Aug 06 03:48:56.164 INFO E| Downloaded proc-macro-crate v1.2.1
27152024-08-06T03:48:57.669Z[ helios-setup] Aug 06 03:48:56.166 INFO E| Downloaded percent-encoding v2.2.0
27162024-08-06T03:48:57.669Z[ helios-setup] Aug 06 03:48:56.167 INFO E| Downloaded form_urlencoded v1.1.0
27172024-08-06T03:48:57.670Z[ helios-setup] Aug 06 03:48:56.168 INFO E| Downloaded either v1.8.0
27182024-08-06T03:48:57.672Z[ helios-setup] Aug 06 03:48:56.170 INFO E| Downloaded digest v0.10.6
27192024-08-06T03:48:57.672Z[ helios-setup] Aug 06 03:48:56.173 INFO E| Downloaded byteorder v1.4.3
27202024-08-06T03:48:57.675Z[ helios-setup] Aug 06 03:48:56.176 INFO E| Downloaded autocfg v1.1.0
27212024-08-06T03:48:57.678Z[ helios-setup] Aug 06 03:48:56.178 INFO E| Downloaded serde_spanned v0.6.1
27222024-08-06T03:48:57.681Z[ helios-setup] Aug 06 03:48:56.180 INFO E| Downloaded crossbeam-deque v0.8.2
27232024-08-06T03:48:57.684Z[ helios-setup] Aug 06 03:48:56.182 INFO E| Downloaded concolor-query v0.3.3
27242024-08-06T03:48:57.684Z[ helios-setup] Aug 06 03:48:56.183 INFO E| Downloaded anstyle v0.3.5
27252024-08-06T03:48:57.686Z[ helios-setup] Aug 06 03:48:56.186 INFO E| Downloaded futures-executor v0.3.28
27262024-08-06T03:48:58.018Z[ helios-setup] Aug 06 03:48:56.518 INFO E| Compiling proc-macro2 v1.0.86
27272024-08-06T03:48:58.021Z[ helios-setup] Aug 06 03:48:56.518 INFO E| Compiling libc v0.2.139
27282024-08-06T03:48:58.021Z[ helios-setup] Aug 06 03:48:56.519 INFO E| Compiling unicode-ident v1.0.8
27292024-08-06T03:48:58.021Z[ helios-setup] Aug 06 03:48:56.519 INFO E| Compiling autocfg v1.1.0
27302024-08-06T03:48:58.021Z[ helios-setup] Aug 06 03:48:56.519 INFO E| Compiling cfg-if v1.0.0
27312024-08-06T03:48:58.021Z[ helios-setup] Aug 06 03:48:56.519 INFO E| Compiling version_check v0.9.4
27322024-08-06T03:48:58.021Z[ helios-setup] Aug 06 03:48:56.519 INFO E| Compiling serde v1.0.204
27332024-08-06T03:48:58.021Z[ helios-setup] Aug 06 03:48:56.519 INFO E| Compiling syn v1.0.107
27342024-08-06T03:48:58.364Z[ helios-setup] Aug 06 03:48:56.864 INFO E| Compiling memchr v2.5.0
27352024-08-06T03:48:58.645Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27362024-08-06T03:48:59.116Z[ helios-setup] Aug 06 03:48:57.616 INFO E| Compiling once_cell v1.17.0
27372024-08-06T03:48:59.243Z[ helios-setup] Aug 06 03:48:57.743 INFO E| Compiling log v0.4.17
27382024-08-06T03:48:59.294Z[ helios-setup] Aug 06 03:48:57.794 INFO E| Compiling thiserror v1.0.38
27392024-08-06T03:49:00.223Z[ helios-setup] Aug 06 03:48:58.724 INFO E| Compiling serde_json v1.0.95
27402024-08-06T03:49:00.223Z[ helios-setup] Aug 06 03:48:58.724 INFO E| Compiling itoa v1.0.6
27412024-08-06T03:49:01.379Z[ helios-setup] Aug 06 03:48:59.879 INFO E| Compiling indexmap v1.9.3
27422024-08-06T03:49:01.529Z[ helios-setup] Aug 06 03:49:00.027 INFO E| Compiling scopeguard v1.1.0
27432024-08-06T03:49:01.590Z[ helios-setup] Aug 06 03:49:00.090 INFO E| Compiling pin-project-lite v0.2.9
27442024-08-06T03:49:02.047Z[ helios-setup] Aug 06 03:49:00.546 INFO E| Compiling quote v1.0.36
27452024-08-06T03:49:02.090Z[ helios-setup] Aug 06 03:49:00.590 INFO E| Compiling getrandom v0.2.8
27462024-08-06T03:49:02.491Z[ helios-setup] Aug 06 03:49:00.991 INFO E| Compiling jobserver v0.1.26
27472024-08-06T03:49:02.993Z[ helios-setup] Aug 06 03:49:01.493 INFO E| Compiling syn v2.0.72
27482024-08-06T03:49:03.257Z[ helios-setup] Aug 06 03:49:01.756 INFO E| Compiling cc v1.0.78
27492024-08-06T03:49:03.313Z[ helios-setup] Aug 06 03:49:01.813 INFO E| Compiling num-integer v0.1.45
27502024-08-06T03:49:03.394Z[ helios-setup] Aug 06 03:49:01.894 INFO E| Compiling futures-core v0.3.28
27512024-08-06T03:49:03.394Z[ helios-setup] Aug 06 03:49:01.894 INFO E| Compiling bytes v1.4.0
27522024-08-06T03:49:04.334Z[ helios-setup] Aug 06 03:49:02.833 INFO E| Compiling ryu v1.0.13
27532024-08-06T03:49:05.343Z[ helios-setup] Aug 06 03:49:03.842 INFO E| Compiling lock_api v0.4.9
27542024-08-06T03:49:05.597Z[ helios-setup] Aug 06 03:49:04.097 INFO E| Compiling parking_lot_core v0.9.6
27552024-08-06T03:49:05.904Z[ helios-setup] Aug 06 03:49:04.403 INFO E| Compiling typenum v1.16.0
27562024-08-06T03:49:06.317Z[ helios-setup] Aug 06 03:49:04.816 INFO E| Compiling bitflags v1.3.2
27572024-08-06T03:49:06.678Z[ helios-setup] Aug 06 03:49:05.177 INFO E| Compiling num_cpus v1.15.0
27582024-08-06T03:49:07.148Z[ helios-setup] Aug 06 03:49:05.647 INFO E| Compiling slab v0.4.7
27592024-08-06T03:49:07.224Z[ helios-setup] Aug 06 03:49:05.723 INFO E| Compiling generic-array v0.14.6
27602024-08-06T03:49:07.226Z[ helios-setup] Aug 06 03:49:05.723 INFO E| Compiling futures-channel v0.3.28
27612024-08-06T03:49:07.370Z[ helios-setup] Aug 06 03:49:05.869 INFO E| Compiling futures-task v0.3.28
27622024-08-06T03:49:07.587Z[ helios-setup] Aug 06 03:49:06.086 INFO E| Compiling futures-sink v0.3.28
27632024-08-06T03:49:08.400Z[ helios-setup] Aug 06 03:49:06.899 INFO E| Compiling tokio v1.27.0
27642024-08-06T03:49:08.510Z[ helios-setup] Aug 06 03:49:07.003 INFO E| Compiling futures-util v0.3.28
27652024-08-06T03:49:08.757Z[ helios-setup] Aug 06 03:49:07.255 INFO E| Compiling schemars v0.8.12
27662024-08-06T03:49:09.775Z[ helios-setup] Aug 06 03:49:08.274 INFO E| Compiling signal-hook-registry v1.4.0
27672024-08-06T03:49:09.867Z[ helios-setup] Aug 06 03:49:08.365 INFO E| Compiling mio v0.8.5
27682024-08-06T03:49:09.949Z[ helios-setup] Aug 06 03:49:08.448 INFO E| Compiling socket2 v0.4.9
27692024-08-06T03:49:10.186Z[ helios-setup] Aug 06 03:49:08.682 INFO E| Compiling num-traits v0.2.15
27702024-08-06T03:49:11.165Z[ helios-setup] Aug 06 03:49:09.660 INFO E| Compiling ahash v0.7.6
27712024-08-06T03:49:11.229Z[ helios-setup] Aug 06 03:49:09.727 INFO E| Compiling pin-utils v0.1.0
27722024-08-06T03:49:11.733Z[ helios-setup] Aug 06 03:49:10.230 INFO E| Compiling futures-io v0.3.28
27732024-08-06T03:49:12.231Z[ helios-setup] Aug 06 03:49:10.728 INFO E| Compiling io-lifetimes v1.0.10
27742024-08-06T03:49:12.530Z[ helios-setup] Aug 06 03:49:11.028 INFO E| Compiling crunchy v0.2.2
27752024-08-06T03:49:13.830Z[ helios-setup] Aug 06 03:49:12.327 INFO E| Compiling ahash v0.8.3
27762024-08-06T03:49:14.091Z[ helios-setup] Aug 06 03:49:12.589 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27772024-08-06T03:49:14.283Z[ helios-setup] Aug 06 03:49:12.781 INFO E| Compiling serde_derive_internals v0.26.0
27782024-08-06T03:49:14.425Z[ helios-setup] Aug 06 03:49:12.923 INFO E| Compiling tiny-keccak v2.0.2
27792024-08-06T03:49:14.656Z[ helios-setup] Aug 06 03:49:13.153 INFO E| Compiling hashbrown v0.12.3
27802024-08-06T03:49:15.256Z[ helios-setup] Aug 06 03:49:13.754 INFO E| Compiling rustix v0.37.3
27812024-08-06T03:49:15.985Z[ helios-setup] Aug 06 03:49:14.482 INFO E| Compiling crypto-common v0.1.6
27822024-08-06T03:49:16.127Z[ helios-setup] Aug 06 03:49:14.625 INFO E| Compiling block-buffer v0.10.3
27832024-08-06T03:49:17.464Z[ helios-setup] Aug 06 03:49:15.961 INFO E| Compiling errno v0.3.1
27842024-08-06T03:49:17.971Z[ helios-setup] Aug 06 03:49:16.468 INFO E| Compiling pkg-config v0.3.26
27852024-08-06T03:49:18.075Z[ helios-setup] Aug 06 03:49:16.572 INFO E| Compiling crossbeam-utils v0.8.14
27862024-08-06T03:49:18.113Z[ helios-setup] Aug 06 03:49:16.610 INFO E| Compiling fnv v1.0.7
27872024-08-06T03:49:18.193Z[ helios-setup] Aug 06 03:49:16.690 INFO E| Compiling slog v2.7.0
27882024-08-06T03:49:19.191Z[ helios-setup] Aug 06 03:49:17.689 INFO E| Compiling http v0.2.9
27892024-08-06T03:49:20.166Z[ helios-setup] Aug 06 03:49:18.662 INFO E| Compiling digest v0.10.6
27902024-08-06T03:49:21.345Z[ helios-setup] Aug 06 03:49:19.842 INFO E| Compiling aho-corasick v0.7.20
27912024-08-06T03:49:22.150Z[ helios-setup] Aug 06 03:49:20.646 INFO E| Compiling regex-syntax v0.6.29
27922024-08-06T03:49:22.269Z[ helios-setup] Aug 06 03:49:20.765 INFO E| Compiling httparse v1.8.0
27932024-08-06T03:49:22.724Z[ host-package] Compiling zone v0.1.8
27942024-08-06T03:49:23.548Z[ helios-setup] Aug 06 03:49:22.044 INFO E| Compiling cpufeatures v0.2.5
27952024-08-06T03:49:23.818Z[ helios-setup] Aug 06 03:49:22.313 INFO E| Compiling tinyvec_macros v0.1.1
27962024-08-06T03:49:24.127Z[ helios-setup] Aug 06 03:49:22.623 INFO E| Compiling heck v0.4.1
27972024-08-06T03:49:24.377Z[ helios-setup] Aug 06 03:49:22.873 INFO E| Compiling unicode-width v0.1.10
27982024-08-06T03:49:24.583Z[ helios-setup] Aug 06 03:49:23.079 INFO E| Compiling thiserror-impl v1.0.38
27992024-08-06T03:49:24.723Z[ helios-setup] Aug 06 03:49:23.219 INFO E| Compiling schemars_derive v0.8.12
28002024-08-06T03:49:25.014Z[ helios-setup] Aug 06 03:49:23.510 INFO E| Compiling anyhow v1.0.68
28012024-08-06T03:49:25.289Z[ helios-setup] Aug 06 03:49:23.785 INFO E| Compiling percent-encoding v2.2.0
28022024-08-06T03:49:25.706Z[ helios-setup] Aug 06 03:49:24.202 INFO E| Compiling serde_derive v1.0.204
28032024-08-06T03:49:26.111Z[ helios-setup] Aug 06 03:49:24.607 INFO E| Compiling futures-macro v0.3.28
28042024-08-06T03:49:26.334Z[ helios-setup] Aug 06 03:49:24.830 INFO E| Compiling tokio-macros v2.0.0
28052024-08-06T03:49:27.561Z[ helios-setup] Aug 06 03:49:26.056 INFO E| Compiling form_urlencoded v1.1.0
28062024-08-06T03:49:28.039Z[ helios-setup] Aug 06 03:49:26.534 INFO E| Compiling tinyvec v1.6.0
28072024-08-06T03:49:28.520Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28082024-08-06T03:49:28.938Z[ helios-setup] Aug 06 03:49:27.434 INFO E| Compiling const-random-macro v0.1.15
28092024-08-06T03:49:29.823Z[ helios-setup] Aug 06 03:49:28.319 INFO E| Compiling regex v1.7.3
28102024-08-06T03:49:30.114Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28112024-08-06T03:49:31.003Z[ helios-setup] Aug 06 03:49:29.499 INFO E| Compiling hashbrown v0.13.2
28122024-08-06T03:49:32.763Z[ helios-setup] Aug 06 03:49:31.258 INFO E| Compiling chrono v0.4.24
28132024-08-06T03:49:33.214Z[ helios-setup] Aug 06 03:49:31.709 INFO E| Compiling libz-sys v1.1.8
28142024-08-06T03:49:35.077Z[ helios-setup] Aug 06 03:49:33.572 INFO E| Compiling uuid v1.3.0
28152024-08-06T03:49:35.799Z[ helios-setup] Aug 06 03:49:34.293 INFO E| Compiling dyn-clone v1.0.11
28162024-08-06T03:49:36.219Z[ helios-setup] Aug 06 03:49:34.713 INFO E| Compiling unicode-normalization v0.1.22
28172024-08-06T03:49:36.222Z[ helios-setup] Aug 06 03:49:34.715 INFO E| Compiling regress v0.5.0
28182024-08-06T03:49:36.709Z[ helios-setup] Aug 06 03:49:35.203 INFO E| Compiling const-random v0.1.15
28192024-08-06T03:49:39.648Z[ helios-setup] Aug 06 03:49:37.139 INFO E| Compiling getopts v0.2.21
28202024-08-06T03:49:39.651Z[ helios-setup] Aug 06 03:49:37.851 INFO E| Compiling tracing-core v0.1.30
28212024-08-06T03:49:39.651Z[ helios-setup] Aug 06 03:49:38.110 INFO E| Compiling memoffset v0.7.1
28222024-08-06T03:49:40.290Z[ helios-setup] Aug 06 03:49:38.784 INFO E| Compiling unicode-bidi v0.3.13
28232024-08-06T03:49:40.484Z[ helios-setup] Aug 06 03:49:38.977 INFO E| Compiling time-core v0.1.2
28242024-08-06T03:49:40.894Z[ helios-setup] Aug 06 03:49:39.387 INFO E| Compiling ucd-trie v0.1.5
28252024-08-06T03:49:41.833Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28262024-08-06T03:49:42.796Z[ helios-setup] Aug 06 03:49:41.289 INFO E| Compiling num-conv v0.1.0
28272024-08-06T03:49:43.014Z[ helios-setup] Aug 06 03:49:41.507 INFO E| Compiling powerfmt v0.2.0
28282024-08-06T03:49:43.600Z[ helios-setup] Aug 06 03:49:42.093 INFO E| Compiling time-macros v0.2.18
28292024-08-06T03:49:43.953Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28302024-08-06T03:49:44.584Z[ helios-setup] Aug 06 03:49:43.077 INFO E| Compiling deranged v0.3.11
28312024-08-06T03:49:45.222Z[ helios-setup] Aug 06 03:49:43.715 INFO E| Compiling idna v0.3.0
28322024-08-06T03:49:45.699Z[ helios-setup] Aug 06 03:49:44.191 INFO E| Compiling pest v2.5.7
28332024-08-06T03:49:47.101Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28342024-08-06T03:49:47.311Z[ helios-setup] Aug 06 03:49:45.803 INFO E| Compiling tracing v0.1.37
28352024-08-06T03:49:49.699Z[ helios-setup] Aug 06 03:49:48.191 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28362024-08-06T03:49:51.194Z[ helios-setup] Aug 06 03:49:49.686 INFO E| Compiling time v0.1.45
28372024-08-06T03:49:51.237Z[ helios-setup] Aug 06 03:49:49.729 INFO E| Compiling crossbeam-epoch v0.9.13
28382024-08-06T03:49:51.924Z[ helios-setup] Aug 06 03:49:50.415 INFO E| Compiling num_threads v0.1.6
28392024-08-06T03:49:52.349Z[ helios-setup] Aug 06 03:49:50.841 INFO E| Compiling iana-time-zone v0.1.56
28402024-08-06T03:49:52.658Z[ helios-setup] Aug 06 03:49:51.149 INFO E| Compiling semver v1.0.17
28412024-08-06T03:49:52.926Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28422024-08-06T03:49:53.508Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28432024-08-06T03:49:53.700Z[ helios-setup] Aug 06 03:49:52.192 INFO E| Compiling time v0.3.36
28442024-08-06T03:49:53.891Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28452024-08-06T03:49:54.608Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28462024-08-06T03:49:54.919Z[ helios-setup] Aug 06 03:49:53.411 INFO E| Compiling semver-parser v0.10.2
28472024-08-06T03:49:55.002Z[ helios-setup] Aug 06 03:49:53.493 INFO E| Compiling smallvec v1.10.0
28482024-08-06T03:49:55.806Z[ helios-setup] Aug 06 03:49:54.297 INFO E| Compiling toml v0.5.11
28492024-08-06T03:49:57.264Z[ helios-setup] Aug 06 03:49:55.754 INFO E| Compiling parking_lot v0.12.1
28502024-08-06T03:49:58.194Z[ helios-setup] Aug 06 03:49:56.684 INFO E| Compiling serde_tokenstream v0.2.0
28512024-08-06T03:50:03.119Z[ helios-setup] Aug 06 03:50:01.608 INFO E| Compiling url v2.3.1
28522024-08-06T03:50:04.615Z[ host-package] Compiling signal-hook-tokio v0.3.1
28532024-08-06T03:50:05.156Z[ host-package] Compiling portpicker v0.1.1
28542024-08-06T03:50:06.315Z[ helios-setup] Aug 06 03:50:04.804 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28552024-08-06T03:50:06.343Z[ host-package] Compiling smawk v0.3.2
28562024-08-06T03:50:07.141Z[ host-package] Compiling unicode-linebreak v0.1.5
28572024-08-06T03:50:08.274Z[ host-package] Compiling textwrap v0.16.1
28582024-08-06T03:50:08.822Z[ helios-setup] Aug 06 03:50:07.311 INFO E| Compiling crossbeam-channel v0.5.6
28592024-08-06T03:50:09.243Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28602024-08-06T03:50:09.853Z[ helios-setup] Aug 06 03:50:08.341 INFO E| Compiling dirs-sys-next v0.1.2
28612024-08-06T03:50:11.777Z[ helios-setup] Aug 06 03:50:10.265 INFO E| Compiling crc32fast v1.3.2
28622024-08-06T03:50:12.383Z[ helios-setup] Aug 06 03:50:10.871 INFO E| Compiling same-file v1.0.6
28632024-08-06T03:50:12.806Z[ helios-setup] Aug 06 03:50:11.294 INFO E| Compiling try-lock v0.2.4
28642024-08-06T03:50:13.386Z[ helios-setup] Aug 06 03:50:11.874 INFO E| Compiling want v0.3.0
28652024-08-06T03:50:13.536Z[ helios-setup] Aug 06 03:50:12.024 INFO E| Compiling walkdir v2.3.3
28662024-08-06T03:50:13.963Z[ helios-setup] Aug 06 03:50:12.450 INFO E| Compiling dirs-next v2.0.0
28672024-08-06T03:50:14.501Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682024-08-06T03:50:16.308Z[ helios-setup] Aug 06 03:50:14.795 INFO E| Compiling proc-macro-crate v1.2.1
28692024-08-06T03:50:17.258Z[ helios-setup] Aug 06 03:50:15.745 INFO E| Compiling tokio-util v0.7.7
28702024-08-06T03:50:18.231Z[ helios-setup] Aug 06 03:50:16.718 INFO E| Compiling semver v0.11.0
28712024-08-06T03:50:21.436Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722024-08-06T03:50:21.436Z[ helios-setup] Aug 06 03:50:17.929 INFO E| Compiling h2 v0.3.16
28732024-08-06T03:50:21.962Z[ helios-setup] Aug 06 03:50:20.449 INFO E| Compiling futures-executor v0.3.28
28742024-08-06T03:50:23.577Z[ helios-setup] Aug 06 03:50:22.063 INFO E| Compiling http-body v0.4.5
28752024-08-06T03:50:23.630Z[ helios-setup] Aug 06 03:50:22.116 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28762024-08-06T03:50:24.490Z[ helios-setup] Aug 06 03:50:22.976 INFO E| Compiling ring v0.16.20
28772024-08-06T03:50:24.734Z[ helios-setup] Aug 06 03:50:23.220 INFO E| Compiling rand_core v0.6.4
28782024-08-06T03:50:26.128Z[ helios-setup] Aug 06 03:50:24.614 INFO E| Compiling thread_local v1.1.7
28792024-08-06T03:50:26.549Z[ helios-setup] Aug 06 03:50:25.035 INFO E| Compiling home v0.5.4
28802024-08-06T03:50:27.232Z[ helios-setup] Aug 06 03:50:25.718 INFO E| Compiling base64 v0.21.0
28812024-08-06T03:50:27.447Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28822024-08-06T03:50:27.667Z[ helios-setup] Aug 06 03:50:26.152 INFO E| Compiling tower-service v0.3.2
28832024-08-06T03:50:28.138Z[ helios-setup] Aug 06 03:50:26.623 INFO E| Compiling utf8parse v0.2.1
28842024-08-06T03:50:28.528Z[ helios-setup] Aug 06 03:50:27.014 INFO E| Compiling rayon-core v1.10.2
28852024-08-06T03:50:29.534Z[ helios-setup] Aug 06 03:50:28.019 INFO E| Compiling fastrand v1.9.0
28862024-08-06T03:50:29.745Z[ helios-setup] Aug 06 03:50:28.230 INFO E| Compiling lazy_static v1.4.0
28872024-08-06T03:50:29.852Z[ helios-setup] Aug 06 03:50:28.337 INFO E| Compiling adler v1.0.2
28882024-08-06T03:50:30.166Z[ helios-setup] Aug 06 03:50:28.651 INFO E| Compiling ppv-lite86 v0.2.17
28892024-08-06T03:50:30.590Z[ helios-setup] Aug 06 03:50:29.074 INFO E| Compiling httpdate v1.0.2
28902024-08-06T03:50:32.185Z[ helios-setup] Aug 06 03:50:30.669 INFO E| Compiling rand_chacha v0.3.1
28912024-08-06T03:50:32.228Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28922024-08-06T03:50:32.886Z[ helios-setup] Aug 06 03:50:31.371 INFO E| Compiling hyper v0.14.25
28932024-08-06T03:50:35.815Z[ helios-setup] Aug 06 03:50:34.299 INFO E| Compiling tempfile v3.5.0
28942024-08-06T03:50:36.138Z[ helios-setup] Aug 06 03:50:34.622 INFO E| Compiling miniz_oxide v0.6.2
28952024-08-06T03:50:36.505Z[ helios-setup] Aug 06 03:50:34.989 INFO E| Compiling toolchain_find v0.2.0
28962024-08-06T03:50:37.270Z[ helios-setup] Aug 06 03:50:35.753 INFO E| Compiling anstyle-parse v0.1.1
28972024-08-06T03:50:37.790Z[ host-package] Compiling rcgen v0.12.1
28982024-08-06T03:50:38.187Z[ helios-setup] Aug 06 03:50:36.671 INFO E| Compiling futures v0.3.28
28992024-08-06T03:50:52.500Z[ helios-setup] Aug 06 03:50:50.982 INFO E| Compiling cargo-lock v8.0.3
29002024-08-06T03:50:52.846Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29012024-08-06T03:50:55.470Z[ helios-setup] Aug 06 03:50:53.952 INFO E| Compiling num_enum_derive v0.5.7
29022024-08-06T03:50:56.051Z[ helios-setup] Aug 06 03:50:54.532 INFO E| Compiling crossbeam-deque v0.8.2
29032024-08-06T03:50:57.215Z[ helios-setup] Aug 06 03:50:55.696 INFO E| Compiling term v0.7.0
29042024-08-06T03:50:58.426Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29052024-08-06T03:50:59.453Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29062024-08-06T03:50:59.775Z[ helios-setup] Aug 06 03:50:58.256 INFO E| Compiling serde_urlencoded v0.7.1
29072024-08-06T03:50:59.925Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29082024-08-06T03:51:00.229Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29092024-08-06T03:51:00.312Z[ helios-setup] Aug 06 03:50:58.792 INFO E| Compiling sha1 v0.10.5
29102024-08-06T03:51:00.915Z[ helios-setup] Aug 06 03:50:59.395 INFO E| Compiling sha2 v0.10.6
29112024-08-06T03:51:01.415Z[ helios-setup] Aug 06 03:50:59.895 INFO E| Compiling is-terminal v0.4.7
29122024-08-06T03:51:01.525Z[ helios-setup] Aug 06 03:51:00.005 INFO E| Compiling atty v0.2.14
29132024-08-06T03:51:01.666Z[ helios-setup] Aug 06 03:51:00.146 INFO E| Compiling concolor-query v0.3.3
29142024-08-06T03:51:01.739Z[ helios-setup] Aug 06 03:51:00.220 INFO E| Compiling concolor-override v1.0.0
29152024-08-06T03:51:02.124Z[ helios-setup] Aug 06 03:51:00.604 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29162024-08-06T03:51:02.201Z[ host-package] Compiling atomicwrites v0.4.3
29172024-08-06T03:51:02.497Z[ helios-setup] Aug 06 03:51:00.977 INFO E| Compiling anstyle v0.3.5
29182024-08-06T03:51:03.352Z[ host-package] Compiling fatfs v0.3.6
29192024-08-06T03:51:03.905Z[ helios-setup] Aug 06 03:51:02.385 INFO E| Compiling anstream v0.2.6
29202024-08-06T03:51:06.218Z[ helios-setup] Aug 06 03:51:04.697 INFO E| Compiling slog-term v2.9.0
29212024-08-06T03:51:06.670Z[ helios-setup] Aug 06 03:51:05.149 INFO E| Compiling flate2 v1.0.25
29222024-08-06T03:51:07.613Z[ helios-setup] Aug 06 03:51:06.088 INFO E| Compiling num_enum v0.5.7
29232024-08-06T03:51:08.106Z[ helios-setup] Aug 06 03:51:06.585 INFO E| Compiling rustfmt-wrapper v0.2.0
29242024-08-06T03:51:08.392Z[ helios-setup] Aug 06 03:51:06.871 INFO E| Compiling rand v0.8.5
29252024-08-06T03:51:08.503Z[ host-package] Compiling rtoolbox v0.0.2
29262024-08-06T03:51:08.903Z[ host-package] Compiling subprocess v0.2.9
29272024-08-06T03:51:09.362Z[ host-package] Compiling assert_matches v1.5.0
29282024-08-06T03:51:09.362Z[ helios-setup] Aug 06 03:51:07.840 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29292024-08-06T03:51:09.595Z[ helios-setup] Aug 06 03:51:08.074 INFO E| Compiling openapiv3 v1.0.2
29302024-08-06T03:51:09.842Z[ host-package] Compiling is_ci v1.2.0
29312024-08-06T03:51:10.487Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29322024-08-06T03:51:12.349Z[ helios-setup] Aug 06 03:51:10.828 INFO E| Compiling encoding_rs v0.8.32
29332024-08-06T03:51:12.515Z[ helios-setup] Aug 06 03:51:10.993 INFO E| Compiling base64 v0.13.1
29342024-08-06T03:51:12.754Z[ host-package] Compiling supports-color v3.0.0
29352024-08-06T03:51:14.258Z[ helios-setup] Aug 06 03:51:12.735 INFO E| Compiling byteorder v1.4.3
29362024-08-06T03:51:16.148Z[ helios-setup] Aug 06 03:51:14.625 INFO E| Compiling mime v0.3.17
29372024-08-06T03:51:17.849Z[ host-package] Compiling rpassword v7.3.1
29382024-08-06T03:51:18.258Z[ helios-setup] Aug 06 03:51:16.736 INFO E| Compiling clap_lex v0.4.1
29392024-08-06T03:51:18.312Z[ helios-setup] Aug 06 03:51:16.789 INFO E| Compiling untrusted v0.7.1
29402024-08-06T03:51:18.332Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29412024-08-06T03:51:19.084Z[ helios-setup] Aug 06 03:51:17.561 INFO E| Compiling strsim v0.10.0
29422024-08-06T03:51:19.258Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29432024-08-06T03:51:20.230Z[ helios-setup] Aug 06 03:51:18.707 INFO E| Compiling utf-8 v0.7.6
29442024-08-06T03:51:20.290Z[ helios-setup] Aug 06 03:51:18.767 INFO E| Compiling spin v0.5.2
29452024-08-06T03:51:20.909Z[ helios-setup] Aug 06 03:51:19.386 INFO E| Compiling unsafe-libyaml v0.2.8
29462024-08-06T03:51:21.215Z[ helios-setup] Aug 06 03:51:19.692 INFO E| Compiling project-root v0.2.2
29472024-08-06T03:51:22.077Z[ helios-setup] Aug 06 03:51:20.553 INFO E| Compiling ipnet v2.7.2
29482024-08-06T03:51:22.420Z[ helios-setup] Aug 06 03:51:20.896 INFO E| Compiling either v1.8.0
29492024-08-06T03:51:22.593Z[ helios-setup] Aug 06 03:51:21.070 INFO E| Compiling tungstenite v0.18.0
29502024-08-06T03:51:23.173Z[ helios-setup] Aug 06 03:51:21.650 INFO E| Compiling rayon v1.6.1
29512024-08-06T03:51:23.945Z[ host-package] Compiling tui-tree-widget v0.21.0
29522024-08-06T03:51:24.488Z[ helios-setup] Aug 06 03:51:22.964 INFO E| Compiling serde_yaml v0.9.21
29532024-08-06T03:51:25.151Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29542024-08-06T03:51:27.325Z[ helios-setup] Aug 06 03:51:25.801 INFO E| Compiling reqwest v0.11.16
29552024-08-06T03:51:29.615Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29562024-08-06T03:51:31.426Z[ helios-setup] Aug 06 03:51:29.902 INFO E| Compiling clap_builder v4.2.1
29572024-08-06T03:51:32.145Z[ helios-setup] Aug 06 03:51:30.620 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29582024-08-06T03:51:32.344Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29592024-08-06T03:51:33.167Z[ host-package] Compiling uzers v0.11.3
29602024-08-06T03:51:33.999Z[ helios-setup] Aug 06 03:51:32.473 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29612024-08-06T03:51:34.785Z[ helios-setup] Aug 06 03:51:33.260 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29622024-08-06T03:51:35.182Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29632024-08-06T03:51:36.516Z[ helios-setup] Aug 06 03:51:34.990 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29642024-08-06T03:51:37.453Z[ helios-setup] Aug 06 03:51:35.927 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29652024-08-06T03:51:38.312Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29662024-08-06T03:51:38.893Z[ helios-setup] Aug 06 03:51:37.367 INFO E| Compiling clap_derive v4.2.0
29672024-08-06T03:51:41.661Z[ helios-setup] Aug 06 03:51:40.135 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29682024-08-06T03:51:42.670Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29692024-08-06T03:51:42.995Z[ helios-setup] Aug 06 03:51:41.468 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29702024-08-06T03:51:48.456Z[ helios-setup] Aug 06 03:51:46.928 INFO E| Compiling clap v4.2.1
29712024-08-06T03:52:06.458Z[ helios-setup] Aug 06 03:52:04.928 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29722024-08-06T03:52:07.728Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29732024-08-06T03:52:09.948Z[ helios-setup] Aug 06 03:52:08.417 INFO E| Compiling tokio-tungstenite v0.18.0
29742024-08-06T03:52:11.228Z[ helios-setup] Aug 06 03:52:09.697 INFO E| Compiling smartstring v1.0.1
29752024-08-06T03:52:12.331Z[ helios-setup] Aug 06 03:52:10.799 INFO E| Compiling rustls v0.21.0
29762024-08-06T03:52:14.750Z[ helios-setup] Aug 06 03:52:13.218 INFO E| Compiling serde_spanned v0.6.1
29772024-08-06T03:52:15.257Z[ helios-setup] Aug 06 03:52:13.725 INFO E| Compiling toml_datetime v0.6.1
29782024-08-06T03:52:16.780Z[ helios-setup] Aug 06 03:52:15.248 INFO E| Compiling static_assertions v1.1.0
29792024-08-06T03:52:17.083Z[ helios-setup] Aug 06 03:52:15.551 INFO E| Compiling winnow v0.4.1
29802024-08-06T03:52:17.974Z[ helios-setup] Aug 06 03:52:16.441 INFO E| Compiling camino v1.1.4
29812024-08-06T03:52:19.638Z[ helios-setup] Aug 06 03:52:18.105 INFO E| Compiling paste v1.0.12
29822024-08-06T03:52:20.946Z[ helios-setup] Aug 06 03:52:19.412 INFO E| Compiling async-trait v0.1.68
29832024-08-06T03:52:22.442Z[ helios-setup] Aug 06 03:52:20.909 INFO E| Compiling match_cfg v0.1.0
29842024-08-06T03:52:22.725Z[ helios-setup] Aug 06 03:52:21.191 INFO E| Compiling slog-async v2.7.0
29852024-08-06T03:52:24.120Z[ helios-setup] Aug 06 03:52:22.587 INFO E| Compiling hostname v0.3.1
29862024-08-06T03:52:24.719Z[ helios-setup] Aug 06 03:52:23.184 INFO E| Compiling toml_edit v0.19.8
29872024-08-06T03:52:25.359Z[ helios-setup] Aug 06 03:52:23.825 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29882024-08-06T03:52:26.232Z[ host-package] Compiling multimap v0.10.0
29892024-08-06T03:52:26.747Z[ helios-setup] Aug 06 03:52:25.213 INFO E| Compiling slog-json v2.6.1
29902024-08-06T03:52:27.756Z[ helios-setup] Aug 06 03:52:26.222 INFO E| Compiling unicode-linebreak v0.1.4
29912024-08-06T03:52:28.731Z[ helios-setup] Aug 06 03:52:27.196 INFO E| Compiling async-stream-impl v0.3.5
29922024-08-06T03:52:32.160Z[ helios-setup] Aug 06 03:52:30.625 INFO E| Compiling rhai_codegen v1.5.0
29932024-08-06T03:52:33.265Z[ helios-setup] Aug 06 03:52:31.730 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29942024-08-06T03:52:34.668Z[ helios-setup] Aug 06 03:52:33.132 INFO E| Compiling take_mut v0.2.2
29952024-08-06T03:52:35.707Z[ helios-setup] Aug 06 03:52:34.172 INFO E| Compiling async-stream v0.3.5
29962024-08-06T03:52:36.398Z[ helios-setup] Aug 06 03:52:34.862 INFO E| Compiling toml v0.7.3
29972024-08-06T03:52:37.710Z[ helios-setup] Aug 06 03:52:36.174 INFO E| Compiling rhai v1.14.0
29982024-08-06T03:52:40.594Z[ helios-setup] Aug 06 03:52:39.058 INFO E| Compiling slog-bunyan v2.4.0
29992024-08-06T03:52:43.884Z[ helios-setup] Aug 06 03:52:42.348 INFO E| Compiling rustls-pemfile v1.0.2
30002024-08-06T03:52:44.743Z[ helios-setup] Aug 06 03:52:43.206 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30012024-08-06T03:52:45.598Z[ helios-setup] Aug 06 03:52:44.061 INFO E| Compiling bincode v1.3.3
30022024-08-06T03:52:47.076Z[ helios-setup] Aug 06 03:52:45.539 INFO E| Compiling serde_path_to_error v0.1.11
30032024-08-06T03:52:48.049Z[ helios-setup] Aug 06 03:52:46.511 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30042024-08-06T03:52:49.390Z[ helios-setup] Aug 06 03:52:47.852 INFO E| Compiling terminal_size v0.2.6
30052024-08-06T03:52:49.518Z[ helios-setup] Aug 06 03:52:47.980 INFO E| Compiling smawk v0.3.1
30062024-08-06T03:52:50.048Z[ helios-setup] Aug 06 03:52:48.510 INFO E| Compiling textwrap v0.16.0
30072024-08-06T03:52:59.642Z[ helios-setup] Aug 06 03:52:58.096 INFO E| Compiling rustls-webpki v0.100.1
30082024-08-06T03:52:59.670Z[ helios-setup] Aug 06 03:52:58.131 INFO E| Compiling sct v0.7.0
30092024-08-06T03:53:08.823Z[ helios-setup] Aug 06 03:53:07.282 INFO E| Compiling git2 v0.16.1
30102024-08-06T03:53:09.074Z[ helios-setup] Aug 06 03:53:07.533 INFO E| Compiling tokio-rustls v0.24.0
30112024-08-06T03:53:21.981Z[ helios-setup] Aug 06 03:53:20.438 INFO E| Compiling built v0.6.0
30122024-08-06T03:53:24.327Z[ helios-setup] Aug 06 03:53:22.783 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30132024-08-06T03:53:26.538Z[ helios-setup] Aug 06 03:53:24.994 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30142024-08-06T03:53:27.504Z[ helios-setup] Aug 06 03:53:25.960 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30152024-08-06T03:53:47.862Z[ helios-setup] Aug 06 03:53:46.315 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30162024-08-06T03:53:50.416Z[ helios-setup] Aug 06 03:53:48.868 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30172024-08-06T03:54:35.506Z[ helios-setup] Aug 06 03:54:33.950 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30182024-08-06T03:54:39.807Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30192024-08-06T03:55:22.870Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30202024-08-06T03:55:40.708Z[ helios-setup] Aug 06 03:55:39.142 INFO E| Finished `release` profile [optimized] target(s) in 6m 48s
30212024-08-06T03:55:40.858Z[ helios-setup] Aug 06 03:55:39.291 INFO building project "pilot" ok (408 seconds)
30222024-08-06T03:55:40.860Z[ helios-setup] rm -f helios-build
30232024-08-06T03:55:40.863Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30242024-08-06T03:55:40.867Z[ helios-setup]
30252024-08-06T03:55:40.870Z[ helios-setup] Setup complete! ./helios-build is now available.
30262024-08-06T03:55:40.870Z[ helios-setup]
30272024-08-06T03:55:40.870Z[ helios-setup]
30282024-08-06T03:55:40.870Z[ helios-setup] real 12:10.518055710
30292024-08-06T03:55:40.870Z[ helios-setup] user 29:07.859258991
30302024-08-06T03:55:40.870Z[ helios-setup] sys 3:36.560033034
30312024-08-06T03:55:40.870Z[ helios-setup] trap 1.614662497
30322024-08-06T03:55:40.870Z[ helios-setup] tflt 8.185256416
30332024-08-06T03:55:40.870Z[ helios-setup] dflt 36.394212994
30342024-08-06T03:55:40.873Z[ helios-setup] kflt 0.030838060
30352024-08-06T03:55:40.874Z[ helios-setup] lock 1:57:21.697786961
30362024-08-06T03:55:40.874Z[ helios-setup] slp 3:46:24.389630129
30372024-08-06T03:55:40.874Z[ helios-setup] lat 33:15.434414279
30382024-08-06T03:55:40.874Z[ helios-setup] stop 4:39.673297062
30392024-08-06T03:55:40.874ZAug 06 03:55:39.305 INFO [helios-setup] process exited with exit status: 0 (730.523535364s)
30402024-08-06T03:55:40.874ZAug 06 03:55:39.305 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
30412024-08-06T03:55:40.892Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
30422024-08-06T03:55:41.174Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
30432024-08-06T03:55:41.174Z[ phbl-toolchain] info: downloading component 'cargo'
30442024-08-06T03:55:42.436Z[ phbl-toolchain] info: downloading component 'clippy'
30452024-08-06T03:55:42.761Z[ phbl-toolchain] info: downloading component 'llvm-tools'
30462024-08-06T03:55:48.043Z[ phbl-toolchain] info: downloading component 'miri'
30472024-08-06T03:55:48.223Z[ phbl-toolchain] info: downloading component 'rust-docs'
30482024-08-06T03:55:49.521Z[ phbl-toolchain] info: downloading component 'rust-src'
30492024-08-06T03:55:49.747Z[ phbl-toolchain] info: downloading component 'rust-std'
30502024-08-06T03:55:52.391Z[ phbl-toolchain] info: downloading component 'rustc'
30512024-08-06T03:55:58.042Z[ phbl-toolchain] info: downloading component 'rustfmt'
30522024-08-06T03:55:58.332Z[ phbl-toolchain] info: installing component 'cargo'
30532024-08-06T03:55:59.710Z[ phbl-toolchain] info: installing component 'clippy'
30542024-08-06T03:56:00.167Z[ phbl-toolchain] info: installing component 'llvm-tools'
30552024-08-06T03:56:05.885Z[ phbl-toolchain] info: installing component 'miri'
30562024-08-06T03:56:06.224Z[ phbl-toolchain] info: installing component 'rust-docs'
30572024-08-06T03:56:12.162Z[ phbl-toolchain] info: installing component 'rust-src'
30582024-08-06T03:56:12.779Z[ phbl-toolchain] info: installing component 'rust-std'
30592024-08-06T03:56:15.249Z[ phbl-toolchain] info: installing component 'rustc'
30602024-08-06T03:56:21.424Z[ phbl-toolchain] info: installing component 'rustfmt'
30612024-08-06T03:56:22.140Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
30622024-08-06T03:56:22.143ZAug 06 03:56:20.570 INFO [phbl-toolchain] process exited with exit status: 0 (41.265168075s)
30632024-08-06T04:02:31.189Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 14s
30642024-08-06T04:03:21.741ZAug 06 04:03:20.099 INFO [host-package] process exited with exit status: 0 (1145.108723592s)
30652024-08-06T04:03:21.744ZAug 06 04:03:20.099 INFO [host-stamp] running task
30662024-08-06T04:03:21.744ZAug 06 04:03:20.099 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
30672024-08-06T04:03:21.748ZAug 06 04:03:20.106 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 10.0.0-0.ci+gited12f2bd216
30682024-08-06T04:03:21.755ZAug 06 04:03:20.113 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 10.0.0-0.ci+gited12f2bd216
30692024-08-06T04:03:21.761Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
30702024-08-06T04:03:21.763ZAug 06 04:03:20.120 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 10.0.0-0.ci+gited12f2bd216
30712024-08-06T04:03:21.769Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30722024-08-06T04:03:21.772ZAug 06 04:03:20.129 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 10.0.0-0.ci+gited12f2bd216
30732024-08-06T04:03:21.778Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
30742024-08-06T04:03:21.778Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
30752024-08-06T04:03:21.782Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
30762024-08-06T04:03:21.784ZAug 06 04:03:20.140 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 10.0.0-0.ci+gited12f2bd216
30772024-08-06T04:03:21.790Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
30782024-08-06T04:03:21.793Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
30792024-08-06T04:03:21.793ZAug 06 04:03:20.151 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 10.0.0-0.ci+gited12f2bd216
30802024-08-06T04:03:21.804ZAug 06 04:03:20.162 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 10.0.0-0.ci+gited12f2bd216
30812024-08-06T04:03:21.812Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30822024-08-06T04:03:21.816ZAug 06 04:03:20.174 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 10.0.0-0.ci+gited12f2bd216
30832024-08-06T04:03:21.824Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
30842024-08-06T04:03:21.828Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
30852024-08-06T04:03:21.831ZAug 06 04:03:20.186 INFO [stamp-overlay] process exited with exit status: 0 (65.696142ms)
30862024-08-06T04:03:21.831ZAug 06 04:03:20.186 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (73.504271ms)
30872024-08-06T04:03:21.841Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
30882024-08-06T04:03:21.853Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
30892024-08-06T04:03:21.857ZAug 06 04:03:20.215 INFO [stamp-oxlog] process exited with exit status: 0 (41.368542ms)
30902024-08-06T04:03:21.899Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
30912024-08-06T04:03:21.903ZAug 06 04:03:20.261 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (121.14136ms)
30922024-08-06T04:03:21.963Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
30932024-08-06T04:03:21.966ZAug 06 04:03:20.324 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (217.794562ms)
30942024-08-06T04:03:22.144Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
30952024-08-06T04:03:22.148ZAug 06 04:03:20.506 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (355.023083ms)
30962024-08-06T04:03:23.018Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
30972024-08-06T04:03:23.022ZAug 06 04:03:21.379 INFO [stamp-propolis-server] process exited with exit status: 0 (1.217157177s)
30982024-08-06T04:03:23.107Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30992024-08-06T04:03:25.535Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31002024-08-06T04:03:32.055Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31012024-08-06T04:03:32.058ZAug 06 04:03:30.414 INFO [stamp-switch-asic] process exited with exit status: 0 (10.284846395s)
31022024-08-06T04:03:32.058ZAug 06 04:03:30.414 INFO [host-stamp] task succeeded (10.315221062s)
31032024-08-06T04:03:32.058ZAug 06 04:03:30.414 INFO [host-proto] running task
31042024-08-06T04:03:32.454ZAug 06 04:03:30.810 INFO [host-proto] task succeeded (395.616669ms)
31052024-08-06T04:03:32.454ZAug 06 04:03:30.810 INFO [host-profile] running task
31062024-08-06T04:03:32.457ZAug 06 04:03:30.810 INFO [host-profile] task succeeded (292.68µs)
31072024-08-06T04:03:32.457ZAug 06 04:03:30.810 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmptRARGf/proto/host/root -N 'ci ed12f2b/${os_short_commit} 2024-08-06 03:43' -s host -B
31082024-08-06T04:03:32.469Z[ host-image] Aug 06 04:03:30.824 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31092024-08-06T04:03:32.472Z[ host-image] Aug 06 04:03:30.825 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31102024-08-06T04:03:32.483Z[ host-image] Aug 06 04:03:30.839 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmptRARGf/proto/host/root"
31112024-08-06T04:03:32.483Z[ host-image] Aug 06 04:03:30.839 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31122024-08-06T04:03:32.486Z[ host-image] Aug 06 04:03:30.839 INFO image builder template: ramdisk-01-os...
31132024-08-06T04:03:32.486Z[ host-image] Aug 06 04:03:30.839 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/.tmptRARGf/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
31142024-08-06T04:03:32.503Z[ host-image] Aug 06 04:03:30.859 INFO O| Aug 06 04:03:30.859 INFO CREATE DATASET: rpool/images/build/host/output
31152024-08-06T04:03:32.776Z[ host-image] Aug 06 04:03:31.132 INFO O| Aug 06 04:03:31.132 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31162024-08-06T04:03:32.780Z[ host-image] Aug 06 04:03:31.136 INFO O| Aug 06 04:03:31.136 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31172024-08-06T04:03:32.998Z[ host-image] Aug 06 04:03:31.353 INFO O| Aug 06 04:03:31.353 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31182024-08-06T04:03:33.041Z[ host-image] Aug 06 04:03:31.396 INFO O| Aug 06 04:03:31.396 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31192024-08-06T04:03:33.044Z[ host-image] Aug 06 04:03:31.396 INFO O| Aug 06 04:03:31.396 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31202024-08-06T04:03:33.044Z[ host-image] Aug 06 04:03:31.396 INFO O| Aug 06 04:03:31.396 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31212024-08-06T04:03:33.044Z[ host-image] Aug 06 04:03:31.396 INFO O| Aug 06 04:03:31.396 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31222024-08-06T04:03:33.048Z[ host-image] Aug 06 04:03:31.404 INFO O| Aug 06 04:03:31.404 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31232024-08-06T04:03:33.238Z[ host-image] Aug 06 04:03:31.593 INFO O| Aug 06 04:03:31.593 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31242024-08-06T04:03:33.251Z[ host-image] Aug 06 04:03:31.607 INFO O| Aug 06 04:03:31.607 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31252024-08-06T04:03:33.660Z[ host-image] Aug 06 04:03:32.014 INFO O| Aug 06 04:03:32.014 INFO O| Caching catalogs ... Done
31262024-08-06T04:03:33.761Z[ host-image] Aug 06 04:03:32.116 INFO O| Aug 06 04:03:32.116 INFO STEP 0 (pkg_image_create) COMPLETE
31272024-08-06T04:03:33.761Z[ host-image] Aug 06 04:03:32.116 INFO O| Aug 06 04:03:32.116 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31282024-08-06T04:03:33.763Z[ host-image] Aug 06 04:03:32.116 INFO O| Aug 06 04:03:32.116 INFO skip step because feature "repo_redist" is not enabled
31292024-08-06T04:03:33.763Z[ host-image] Aug 06 04:03:32.116 INFO O| Aug 06 04:03:32.116 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31302024-08-06T04:03:33.777Z[ host-image] Aug 06 04:03:32.133 INFO O| Aug 06 04:03:32.132 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"]
31312024-08-06T04:03:34.322Z[ host-image] Aug 06 04:03:32.677 INFO O| Aug 06 04:03:32.677 INFO STEP 2 (pkg_set_publisher) COMPLETE
31322024-08-06T04:03:34.322Z[ host-image] Aug 06 04:03:32.677 INFO O| Aug 06 04:03:32.677 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31332024-08-06T04:03:34.338Z[ host-image] Aug 06 04:03:32.694 INFO O| Aug 06 04:03:32.694 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"]
31342024-08-06T04:03:34.900Z[ host-image] Aug 06 04:03:33.255 INFO O| Aug 06 04:03:33.255 INFO STEP 3 (pkg_set_publisher) COMPLETE
31352024-08-06T04:03:34.903Z[ host-image] Aug 06 04:03:33.255 INFO O| Aug 06 04:03:33.255 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31362024-08-06T04:03:34.903Z[ host-image] Aug 06 04:03:33.255 INFO O| Aug 06 04:03:33.255 INFO skip step because feature "repo_redist" is not enabled
31372024-08-06T04:03:34.903Z[ host-image] Aug 06 04:03:33.255 INFO O| Aug 06 04:03:33.255 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31382024-08-06T04:03:35.439Z[ host-image] Aug 06 04:03:33.794 INFO O| Aug 06 04:03:33.793 INFO variant opensolaris.zone is already global
31392024-08-06T04:03:35.439Z[ host-image] Aug 06 04:03:33.794 INFO O| Aug 06 04:03:33.794 INFO STEP 5 (pkg_change_variant) COMPLETE
31402024-08-06T04:03:35.441Z[ host-image] Aug 06 04:03:33.794 INFO O| Aug 06 04:03:33.794 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31412024-08-06T04:03:36.038Z[ host-image] Aug 06 04:03:34.393 INFO O| Aug 06 04:03:34.393 INFO variant opensolaris.imagetype is full; changing to partial
31422024-08-06T04:03:36.038Z[ host-image] Aug 06 04:03:34.393 INFO O| Aug 06 04:03:34.393 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31432024-08-06T04:03:42.864Z[ host-image] Aug 06 04:03:41.217 INFO O| Aug 06 04:03:41.217 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31442024-08-06T04:03:44.215Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.24s
31452024-08-06T04:03:44.912Z[ host-image] Aug 06 04:03:43.264 INFO O| Aug 06 04:03:43.264 INFO O| Startup: Caching catalogs ... Done
31462024-08-06T04:03:44.961Z[ host-image] Aug 06 04:03:43.313 INFO O| Aug 06 04:03:43.313 INFO O| Planning: Planning completed in 0.00 seconds
31472024-08-06T04:03:44.968Z[ host-image] Aug 06 04:03:43.314 INFO O| Aug 06 04:03:43.313 INFO O| Planning: Consolidating action changes ... Done
31482024-08-06T04:03:44.968Z[ host-image] Aug 06 04:03:43.314 INFO O| Aug 06 04:03:43.314 INFO O| Planning: Evaluating mediators ... Done
31492024-08-06T04:03:44.968Z[ host-image] Aug 06 04:03:43.314 INFO O| Aug 06 04:03:43.314 INFO O| Planning: Planning completed in 0.00 seconds
31502024-08-06T04:03:44.968Z[ host-image] Aug 06 04:03:43.314 INFO O| Aug 06 04:03:43.314 INFO O| Variants/Facets to change: 1
31512024-08-06T04:03:44.979Z[ host-image] Aug 06 04:03:43.331 INFO O| Aug 06 04:03:43.331 INFO O| Done
31522024-08-06T04:03:44.984Z[ host-image] Aug 06 04:03:43.331 INFO O| Aug 06 04:03:43.331 INFO O| Done
31532024-08-06T04:03:45.315Z[ host-image] Aug 06 04:03:43.668 INFO O| Aug 06 04:03:43.667 INFO O| Done
31542024-08-06T04:03:45.342Z[ host-image] Aug 06 04:03:43.695 INFO O| Aug 06 04:03:43.695 INFO O| Done
31552024-08-06T04:03:45.347Z[ host-image] Aug 06 04:03:43.696 INFO O| Aug 06 04:03:43.696 INFO O| Done
31562024-08-06T04:03:45.347Z[ host-image] Aug 06 04:03:43.696 INFO O| Aug 06 04:03:43.696 INFO O| Done
31572024-08-06T04:03:45.347Z[ host-image] Aug 06 04:03:43.697 INFO O| Aug 06 04:03:43.697 INFO O| Done
31582024-08-06T04:03:45.560ZAug 06 04:03:43.913 INFO [recovery-package] process exited with exit status: 0 (23.81415079s)
31592024-08-06T04:03:45.560ZAug 06 04:03:43.913 INFO [recovery-stamp] running task
31602024-08-06T04:03:45.563ZAug 06 04:03:43.914 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
31612024-08-06T04:03:45.563ZAug 06 04:03:43.914 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 10.0.0-0.ci+gited12f2bd216
31622024-08-06T04:03:45.572ZAug 06 04:03:43.926 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gited12f2bd216
31632024-08-06T04:03:45.581Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
31642024-08-06T04:03:45.586Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
31652024-08-06T04:03:45.642Z[ host-image] Aug 06 04:03:43.995 INFO O| Aug 06 04:03:43.995 INFO STEP 6 (pkg_change_variant) COMPLETE
31662024-08-06T04:03:45.642Z[ host-image] Aug 06 04:03:43.995 INFO O| Aug 06 04:03:43.995 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31672024-08-06T04:03:45.642Z[ host-image] Aug 06 04:03:43.995 INFO O| Aug 06 04:03:43.995 INFO skip step because feature "debug_variant" is not enabled
31682024-08-06T04:03:45.645Z[ host-image] Aug 06 04:03:43.995 INFO O| Aug 06 04:03:43.995 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31692024-08-06T04:03:45.655Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
31702024-08-06T04:03:45.658ZAug 06 04:03:44.012 INFO [stamp-installinator] process exited with exit status: 0 (86.431891ms)
31712024-08-06T04:03:45.688Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
31722024-08-06T04:03:45.691ZAug 06 04:03:44.045 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (130.967963ms)
31732024-08-06T04:03:45.694ZAug 06 04:03:44.045 INFO [recovery-stamp] task succeeded (131.390175ms)
31742024-08-06T04:03:45.694ZAug 06 04:03:44.045 INFO [recovery-proto] running task
31752024-08-06T04:03:45.694ZAug 06 04:03:44.045 INFO [tuf-stamp] running task
31762024-08-06T04:03:45.694ZAug 06 04:03:44.046 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 10.0.0-0.ci+gited12f2bd216
31772024-08-06T04:03:45.701ZAug 06 04:03:44.055 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 10.0.0-0.ci+gited12f2bd216
31782024-08-06T04:03:45.710ZAug 06 04:03:44.063 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 10.0.0-0.ci+gited12f2bd216
31792024-08-06T04:03:45.717Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
31802024-08-06T04:03:45.719ZAug 06 04:03:44.073 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 10.0.0-0.ci+gited12f2bd216
31812024-08-06T04:03:45.727Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
31822024-08-06T04:03:45.729Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
31832024-08-06T04:03:45.732ZAug 06 04:03:44.085 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 10.0.0-0.ci+gited12f2bd216
31842024-08-06T04:03:45.761Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
31852024-08-06T04:03:45.761ZAug 06 04:03:44.115 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 10.0.0-0.ci+gited12f2bd216
31862024-08-06T04:03:45.818ZAug 06 04:03:44.172 INFO [recovery-proto] task succeeded (126.517418ms)
31872024-08-06T04:03:45.821ZAug 06 04:03:44.172 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmptRARGf/proto/recovery/root -N 'recovery ed12f2b/${os_short_commit} 2024-08-06 03:43' -s recovery -R
31882024-08-06T04:03:45.826Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
31892024-08-06T04:03:45.833Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
31902024-08-06T04:03:45.835ZAug 06 04:03:44.188 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 10.0.0-0.ci+gited12f2bd216
31912024-08-06T04:03:45.853Z[ recovery-image] Aug 06 04:03:44.192 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31922024-08-06T04:03:45.853Z[ recovery-image] Aug 06 04:03:44.192 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31932024-08-06T04:03:45.856Z[ recovery-image] Aug 06 04:03:44.209 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmptRARGf/proto/recovery/root"
31942024-08-06T04:03:45.856Z[ recovery-image] Aug 06 04:03:44.209 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31952024-08-06T04:03:45.856Z[ recovery-image] Aug 06 04:03:44.209 INFO image builder template: ramdisk-01-os...
31962024-08-06T04:03:45.856Z[ recovery-image] Aug 06 04:03:44.209 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/.tmptRARGf/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
31972024-08-06T04:03:45.859Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
31982024-08-06T04:03:45.859ZAug 06 04:03:44.211 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 10.0.0-0.ci+gited12f2bd216
31992024-08-06T04:03:45.881Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32002024-08-06T04:03:45.884ZAug 06 04:03:44.235 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 10.0.0-0.ci+gited12f2bd216
32012024-08-06T04:03:45.975Z[ recovery-image] Aug 06 04:03:44.239 INFO O| Aug 06 04:03:44.238 INFO CREATE DATASET: rpool/images/build/recovery/output
32022024-08-06T04:03:45.978Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32032024-08-06T04:03:45.981ZAug 06 04:03:44.334 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 10.0.0-0.ci+gited12f2bd216
32042024-08-06T04:03:46.079Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32052024-08-06T04:03:46.081ZAug 06 04:03:44.432 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 10.0.0-0.ci+gited12f2bd216
32062024-08-06T04:03:46.121Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32072024-08-06T04:03:46.142ZAug 06 04:03:44.496 INFO [stamp-probe] process exited with exit status: 0 (440.582712ms)
32082024-08-06T04:03:46.147Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32092024-08-06T04:03:46.159Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32102024-08-06T04:03:46.230ZAug 06 04:03:44.583 INFO [stamp-ntp] process exited with exit status: 0 (537.568919ms)
32112024-08-06T04:03:46.233Z[ recovery-image] Aug 06 04:03:44.586 INFO O| Aug 06 04:03:44.586 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32122024-08-06T04:03:46.243Z[ recovery-image] Aug 06 04:03:44.596 INFO O| Aug 06 04:03:44.596 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32132024-08-06T04:03:46.412Z[ host-image] Aug 06 04:03:44.765 INFO O| Aug 06 04:03:44.765 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32142024-08-06T04:03:46.609Z[ recovery-image] Aug 06 04:03:44.962 INFO O| Aug 06 04:03:44.962 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32152024-08-06T04:03:46.724Z[ recovery-image] Aug 06 04:03:45.077 INFO O| Aug 06 04:03:45.077 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32162024-08-06T04:03:46.724Z[ recovery-image] Aug 06 04:03:45.077 INFO O| Aug 06 04:03:45.077 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32172024-08-06T04:03:46.727Z[ recovery-image] Aug 06 04:03:45.078 INFO O| Aug 06 04:03:45.078 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32182024-08-06T04:03:46.727Z[ recovery-image] Aug 06 04:03:45.078 INFO O| Aug 06 04:03:45.078 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32192024-08-06T04:03:46.792Z[ recovery-image] Aug 06 04:03:45.145 INFO O| Aug 06 04:03:45.145 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32202024-08-06T04:03:47.183Z[ recovery-image] Aug 06 04:03:45.536 INFO O| Aug 06 04:03:45.536 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32212024-08-06T04:03:47.248Z[ recovery-image] Aug 06 04:03:45.601 INFO O| Aug 06 04:03:45.601 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32222024-08-06T04:03:47.257Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32232024-08-06T04:03:47.265Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32242024-08-06T04:03:47.271ZAug 06 04:03:45.624 INFO [stamp-external-dns] process exited with exit status: 0 (1.389481304s)
32252024-08-06T04:03:47.278Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
32262024-08-06T04:03:47.291Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32272024-08-06T04:03:47.299Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32282024-08-06T04:03:47.315ZAug 06 04:03:45.668 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.553319956s)
32292024-08-06T04:03:47.330ZAug 06 04:03:45.683 INFO [stamp-internal-dns] process exited with exit status: 0 (1.251127726s)
32302024-08-06T04:03:47.494Z[ host-image] Aug 06 04:03:45.847 INFO O| Aug 06 04:03:45.847 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32312024-08-06T04:03:47.496Z[ host-image] Aug 06 04:03:45.848 INFO O| Aug 06 04:03:45.848 INFO O| Planning: Planning completed in 0.00 seconds
32322024-08-06T04:03:47.496Z[ host-image] Aug 06 04:03:45.849 INFO O| Aug 06 04:03:45.849 INFO O| Planning: Consolidating action changes ... Done
32332024-08-06T04:03:47.496Z[ host-image] Aug 06 04:03:45.849 INFO O| Aug 06 04:03:45.849 INFO O| Planning: Evaluating mediators ... Done
32342024-08-06T04:03:47.499Z[ host-image] Aug 06 04:03:45.850 INFO O| Aug 06 04:03:45.850 INFO O| Planning: Planning completed in 0.00 seconds
32352024-08-06T04:03:47.499Z[ host-image] Aug 06 04:03:45.850 INFO O| Aug 06 04:03:45.850 INFO O| Variants/Facets to change: 1
32362024-08-06T04:03:47.517Z[ host-image] Aug 06 04:03:45.870 INFO O| Aug 06 04:03:45.870 INFO O| Done
32372024-08-06T04:03:47.517Z[ host-image] Aug 06 04:03:45.870 INFO O| Aug 06 04:03:45.870 INFO O| Done
32382024-08-06T04:03:47.793Z[ recovery-image] Aug 06 04:03:46.146 INFO O| Aug 06 04:03:46.146 INFO O| Caching catalogs ... Done
32392024-08-06T04:03:47.866Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
32402024-08-06T04:03:47.884ZAug 06 04:03:46.237 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.89913145s)
32412024-08-06T04:03:47.925Z[ recovery-image] Aug 06 04:03:46.278 INFO O| Aug 06 04:03:46.278 INFO STEP 0 (pkg_image_create) COMPLETE
32422024-08-06T04:03:47.925Z[ recovery-image] Aug 06 04:03:46.278 INFO O| Aug 06 04:03:46.278 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32432024-08-06T04:03:47.925Z[ recovery-image] Aug 06 04:03:46.278 INFO O| Aug 06 04:03:46.278 INFO skip step because feature "repo_redist" is not enabled
32442024-08-06T04:03:47.928Z[ recovery-image] Aug 06 04:03:46.278 INFO O| Aug 06 04:03:46.278 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32452024-08-06T04:03:47.940Z[ recovery-image] Aug 06 04:03:46.293 INFO O| Aug 06 04:03:46.293 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"]
32462024-08-06T04:03:47.943Z[ host-image] Aug 06 04:03:46.297 INFO O| Aug 06 04:03:46.297 INFO O| Done
32472024-08-06T04:03:47.980Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
32482024-08-06T04:03:47.984ZAug 06 04:03:46.338 INFO [stamp-oximeter] process exited with exit status: 0 (2.126668346s)
32492024-08-06T04:03:47.991Z[ host-image] Aug 06 04:03:46.345 INFO O| Aug 06 04:03:46.344 INFO O| Done
32502024-08-06T04:03:47.994Z[ host-image] Aug 06 04:03:46.345 INFO O| Aug 06 04:03:46.345 INFO O| Done
32512024-08-06T04:03:47.994Z[ host-image] Aug 06 04:03:46.346 INFO O| Aug 06 04:03:46.346 INFO O| Done
32522024-08-06T04:03:47.994Z[ host-image] Aug 06 04:03:46.347 INFO O| Aug 06 04:03:46.347 INFO O| Done
32532024-08-06T04:03:48.073Z[ host-image] Aug 06 04:03:46.426 INFO O| Aug 06 04:03:46.426 INFO STEP 8 (pkg_change_facet) COMPLETE
32542024-08-06T04:03:48.073Z[ host-image] Aug 06 04:03:46.426 INFO O| Aug 06 04:03:46.426 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32552024-08-06T04:03:48.076Z[ host-image] Aug 06 04:03:46.426 INFO O| Aug 06 04:03:46.426 INFO skip step because feature "recovery" is not enabled
32562024-08-06T04:03:48.076Z[ host-image] Aug 06 04:03:46.426 INFO O| Aug 06 04:03:46.426 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32572024-08-06T04:03:48.076Z[ host-image] Aug 06 04:03:46.426 INFO O| Aug 06 04:03:46.426 INFO skip step because feature "recovery" is not enabled
32582024-08-06T04:03:48.076Z[ host-image] Aug 06 04:03:46.426 INFO O| Aug 06 04:03:46.426 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32592024-08-06T04:03:48.090Z[ host-image] Aug 06 04:03:46.443 INFO O| Aug 06 04:03:46.443 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"]
32602024-08-06T04:03:48.425Z[ recovery-image] Aug 06 04:03:46.778 INFO O| Aug 06 04:03:46.777 INFO STEP 2 (pkg_set_publisher) COMPLETE
32612024-08-06T04:03:48.425Z[ recovery-image] Aug 06 04:03:46.778 INFO O| Aug 06 04:03:46.778 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32622024-08-06T04:03:48.440Z[ recovery-image] Aug 06 04:03:46.793 INFO O| Aug 06 04:03:46.793 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"]
32632024-08-06T04:03:48.658Z[ host-image] Aug 06 04:03:47.010 INFO O| Aug 06 04:03:47.010 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32642024-08-06T04:03:48.943Z[ recovery-image] Aug 06 04:03:47.296 INFO O| Aug 06 04:03:47.296 INFO STEP 3 (pkg_set_publisher) COMPLETE
32652024-08-06T04:03:48.943Z[ recovery-image] Aug 06 04:03:47.296 INFO O| Aug 06 04:03:47.296 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32662024-08-06T04:03:48.947Z[ recovery-image] Aug 06 04:03:47.296 INFO O| Aug 06 04:03:47.296 INFO skip step because feature "repo_redist" is not enabled
32672024-08-06T04:03:48.947Z[ recovery-image] Aug 06 04:03:47.296 INFO O| Aug 06 04:03:47.296 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32682024-08-06T04:03:49.393Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
32692024-08-06T04:03:49.397ZAug 06 04:03:47.750 INFO [stamp-nexus] process exited with exit status: 0 (3.562520083s)
32702024-08-06T04:03:49.453Z[ recovery-image] Aug 06 04:03:47.805 INFO O| Aug 06 04:03:47.805 INFO variant opensolaris.zone is already global
32712024-08-06T04:03:49.453Z[ recovery-image] Aug 06 04:03:47.805 INFO O| Aug 06 04:03:47.805 INFO STEP 5 (pkg_change_variant) COMPLETE
32722024-08-06T04:03:49.456Z[ recovery-image] Aug 06 04:03:47.805 INFO O| Aug 06 04:03:47.805 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32732024-08-06T04:03:49.812Z[ recovery-image] Aug 06 04:03:48.165 INFO O| Aug 06 04:03:48.165 INFO variant opensolaris.imagetype is full; changing to partial
32742024-08-06T04:03:49.812Z[ recovery-image] Aug 06 04:03:48.165 INFO O| Aug 06 04:03:48.165 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32752024-08-06T04:03:51.246Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
32762024-08-06T04:03:51.250ZAug 06 04:03:49.602 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.529374111s)
32772024-08-06T04:03:54.004Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
32782024-08-06T04:03:54.011ZAug 06 04:03:52.360 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.297134253s)
32792024-08-06T04:03:54.018Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
32802024-08-06T04:03:54.022ZAug 06 04:03:52.374 INFO [stamp-clickhouse] process exited with exit status: 0 (8.289743929s)
32812024-08-06T04:03:54.022ZAug 06 04:03:52.374 INFO [tuf-stamp] task succeeded (8.32928153s)
32822024-08-06T04:03:54.567Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32832024-08-06T04:03:54.695Z[verify-libraries] Compiling heck v0.4.1
32842024-08-06T04:03:54.698Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32852024-08-06T04:03:54.723Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32862024-08-06T04:03:54.726Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32872024-08-06T04:03:54.726Z[verify-libraries] Compiling indent_write v2.2.0
32882024-08-06T04:03:54.771Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32892024-08-06T04:03:54.771Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
32902024-08-06T04:03:55.073Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32912024-08-06T04:03:55.131Z[ recovery-image] Aug 06 04:03:53.482 INFO O| Aug 06 04:03:53.482 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32922024-08-06T04:03:55.255Z[verify-libraries] Compiling termios v0.3.3
32932024-08-06T04:03:55.720Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32942024-08-06T04:03:56.355Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32952024-08-06T04:03:59.937Z[ recovery-image] Aug 06 04:03:58.288 INFO O| Aug 06 04:03:58.288 INFO O| Startup: Caching catalogs ... Done
32962024-08-06T04:04:00.044Z[ recovery-image] Aug 06 04:03:58.394 INFO O| Aug 06 04:03:58.394 INFO O| Planning: Planning completed in 0.00 seconds
32972024-08-06T04:04:00.055Z[ recovery-image] Aug 06 04:03:58.395 INFO O| Aug 06 04:03:58.395 INFO O| Planning: Consolidating action changes ... Done
32982024-08-06T04:04:00.056Z[ recovery-image] Aug 06 04:03:58.395 INFO O| Aug 06 04:03:58.395 INFO O| Planning: Evaluating mediators ... Done
32992024-08-06T04:04:00.056Z[ recovery-image] Aug 06 04:03:58.395 INFO O| Aug 06 04:03:58.395 INFO O| Planning: Planning completed in 0.00 seconds
33002024-08-06T04:04:00.056Z[ recovery-image] Aug 06 04:03:58.396 INFO O| Aug 06 04:03:58.396 INFO O| Variants/Facets to change: 1
33012024-08-06T04:04:00.111Z[ recovery-image] Aug 06 04:03:58.462 INFO O| Aug 06 04:03:58.461 INFO O| Done
33022024-08-06T04:04:00.111Z[ recovery-image] Aug 06 04:03:58.462 INFO O| Aug 06 04:03:58.462 INFO O| Done
33032024-08-06T04:04:00.702Z[ recovery-image] Aug 06 04:03:59.052 INFO O| Aug 06 04:03:59.052 INFO O| Done
33042024-08-06T04:04:00.745Z[ recovery-image] Aug 06 04:03:59.096 INFO O| Aug 06 04:03:59.095 INFO O| Done
33052024-08-06T04:04:00.748Z[ recovery-image] Aug 06 04:03:59.097 INFO O| Aug 06 04:03:59.097 INFO O| Done
33062024-08-06T04:04:00.748Z[ recovery-image] Aug 06 04:03:59.097 INFO O| Aug 06 04:03:59.097 INFO O| Done
33072024-08-06T04:04:00.772Z[ recovery-image] Aug 06 04:03:59.123 INFO O| Aug 06 04:03:59.123 INFO O| Done
33082024-08-06T04:04:01.364Z[ recovery-image] Aug 06 04:03:59.715 INFO O| Aug 06 04:03:59.715 INFO STEP 6 (pkg_change_variant) COMPLETE
33092024-08-06T04:04:01.364Z[ recovery-image] Aug 06 04:03:59.715 INFO O| Aug 06 04:03:59.715 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33102024-08-06T04:04:01.367Z[ recovery-image] Aug 06 04:03:59.715 INFO O| Aug 06 04:03:59.715 INFO skip step because feature "debug_variant" is not enabled
33112024-08-06T04:04:01.367Z[ recovery-image] Aug 06 04:03:59.715 INFO O| Aug 06 04:03:59.715 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33122024-08-06T04:04:02.123Z[ recovery-image] Aug 06 04:04:00.474 INFO O| Aug 06 04:04:00.474 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33132024-08-06T04:04:03.026Z[ recovery-image] Aug 06 04:04:01.376 INFO O| Aug 06 04:04:01.376 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33142024-08-06T04:04:03.028Z[ recovery-image] Aug 06 04:04:01.378 INFO O| Aug 06 04:04:01.377 INFO O| Planning: Planning completed in 0.00 seconds
33152024-08-06T04:04:03.028Z[ recovery-image] Aug 06 04:04:01.378 INFO O| Aug 06 04:04:01.378 INFO O| Planning: Consolidating action changes ... Done
33162024-08-06T04:04:03.028Z[ recovery-image] Aug 06 04:04:01.378 INFO O| Aug 06 04:04:01.378 INFO O| Planning: Evaluating mediators ... Done
33172024-08-06T04:04:03.028Z[ recovery-image] Aug 06 04:04:01.379 INFO O| Aug 06 04:04:01.379 INFO O| Planning: Planning completed in 0.00 seconds
33182024-08-06T04:04:03.031Z[ recovery-image] Aug 06 04:04:01.379 INFO O| Aug 06 04:04:01.379 INFO O| Variants/Facets to change: 1
33192024-08-06T04:04:03.094Z[ recovery-image] Aug 06 04:04:01.445 INFO O| Aug 06 04:04:01.445 INFO O| Done
33202024-08-06T04:04:03.094Z[ recovery-image] Aug 06 04:04:01.445 INFO O| Aug 06 04:04:01.445 INFO O| Done
33212024-08-06T04:04:03.662Z[ recovery-image] Aug 06 04:04:02.013 INFO O| Aug 06 04:04:02.013 INFO O| Done
33222024-08-06T04:04:03.714Z[ recovery-image] Aug 06 04:04:02.064 INFO O| Aug 06 04:04:02.064 INFO O| Done
33232024-08-06T04:04:03.716Z[ recovery-image] Aug 06 04:04:02.065 INFO O| Aug 06 04:04:02.065 INFO O| Done
33242024-08-06T04:04:03.716Z[ recovery-image] Aug 06 04:04:02.065 INFO O| Aug 06 04:04:02.065 INFO O| Done
33252024-08-06T04:04:03.719Z[ recovery-image] Aug 06 04:04:02.067 INFO O| Aug 06 04:04:02.067 INFO O| Done
33262024-08-06T04:04:03.837Z[ recovery-image] Aug 06 04:04:02.187 INFO O| Aug 06 04:04:02.187 INFO STEP 8 (pkg_change_facet) COMPLETE
33272024-08-06T04:04:03.837Z[ recovery-image] Aug 06 04:04:02.187 INFO O| Aug 06 04:04:02.187 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33282024-08-06T04:04:04.280Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33292024-08-06T04:04:04.467Z[ recovery-image] Aug 06 04:04:02.816 INFO O| Aug 06 04:04:02.816 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33302024-08-06T04:04:05.493Z[ recovery-image] Aug 06 04:04:03.843 INFO O| Aug 06 04:04:03.843 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33312024-08-06T04:04:05.496Z[ recovery-image] Aug 06 04:04:03.845 INFO O| Aug 06 04:04:03.845 INFO O| Planning: Planning completed in 0.00 seconds
33322024-08-06T04:04:05.496Z[ recovery-image] Aug 06 04:04:03.846 INFO O| Aug 06 04:04:03.846 INFO O| Planning: Consolidating action changes ... Done
33332024-08-06T04:04:05.496Z[ recovery-image] Aug 06 04:04:03.846 INFO O| Aug 06 04:04:03.846 INFO O| Planning: Evaluating mediators ... Done
33342024-08-06T04:04:05.496Z[ recovery-image] Aug 06 04:04:03.846 INFO O| Aug 06 04:04:03.846 INFO O| Planning: Planning completed in 0.00 seconds
33352024-08-06T04:04:05.499Z[ recovery-image] Aug 06 04:04:03.847 INFO O| Aug 06 04:04:03.847 INFO O| Variants/Facets to change: 1
33362024-08-06T04:04:05.603Z[ recovery-image] Aug 06 04:04:03.953 INFO O| Aug 06 04:04:03.952 INFO O| Done
33372024-08-06T04:04:05.603Z[ recovery-image] Aug 06 04:04:03.953 INFO O| Aug 06 04:04:03.953 INFO O| Done
33382024-08-06T04:04:06.073Z[ recovery-image] Aug 06 04:04:04.422 INFO O| Aug 06 04:04:04.422 INFO O| Done
33392024-08-06T04:04:06.168Z[ recovery-image] Aug 06 04:04:04.518 INFO O| Aug 06 04:04:04.518 INFO O| Done
33402024-08-06T04:04:06.171Z[ recovery-image] Aug 06 04:04:04.519 INFO O| Aug 06 04:04:04.519 INFO O| Done
33412024-08-06T04:04:06.171Z[ recovery-image] Aug 06 04:04:04.519 INFO O| Aug 06 04:04:04.519 INFO O| Done
33422024-08-06T04:04:06.171Z[ recovery-image] Aug 06 04:04:04.521 INFO O| Aug 06 04:04:04.521 INFO O| Done
33432024-08-06T04:04:06.310Z[ recovery-image] Aug 06 04:04:04.660 INFO O| Aug 06 04:04:04.660 INFO STEP 9 (pkg_change_facet) COMPLETE
33442024-08-06T04:04:06.310Z[ recovery-image] Aug 06 04:04:04.660 INFO O| Aug 06 04:04:04.660 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33452024-08-06T04:04:07.124Z[ recovery-image] Aug 06 04:04:05.474 INFO O| Aug 06 04:04:05.473 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
33462024-08-06T04:04:08.103Z[ recovery-image] Aug 06 04:04:06.452 INFO O| Aug 06 04:04:06.452 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33472024-08-06T04:04:08.106Z[ recovery-image] Aug 06 04:04:06.454 INFO O| Aug 06 04:04:06.454 INFO O| Planning: Planning completed in 0.00 seconds
33482024-08-06T04:04:08.106Z[ recovery-image] Aug 06 04:04:06.455 INFO O| Aug 06 04:04:06.455 INFO O| Planning: Consolidating action changes ... Done
33492024-08-06T04:04:08.109Z[ recovery-image] Aug 06 04:04:06.456 INFO O| Aug 06 04:04:06.456 INFO O| Planning: Evaluating mediators ... Done
33502024-08-06T04:04:08.109Z[ recovery-image] Aug 06 04:04:06.456 INFO O| Aug 06 04:04:06.456 INFO O| Planning: Planning completed in 0.00 seconds
33512024-08-06T04:04:08.109Z[ recovery-image] Aug 06 04:04:06.457 INFO O| Aug 06 04:04:06.457 INFO O| Variants/Facets to change: 1
33522024-08-06T04:04:08.175Z[ recovery-image] Aug 06 04:04:06.525 INFO O| Aug 06 04:04:06.525 INFO O| Done
33532024-08-06T04:04:08.178Z[ recovery-image] Aug 06 04:04:06.525 INFO O| Aug 06 04:04:06.525 INFO O| Done
33542024-08-06T04:04:08.603Z[ recovery-image] Aug 06 04:04:06.952 INFO O| Aug 06 04:04:06.952 INFO O| Done
33552024-08-06T04:04:08.754Z[ recovery-image] Aug 06 04:04:07.104 INFO O| Aug 06 04:04:07.103 INFO O| Done
33562024-08-06T04:04:08.757Z[ recovery-image] Aug 06 04:04:07.105 INFO O| Aug 06 04:04:07.105 INFO O| Done
33572024-08-06T04:04:08.757Z[ recovery-image] Aug 06 04:04:07.105 INFO O| Aug 06 04:04:07.105 INFO O| Done
33582024-08-06T04:04:08.760Z[ recovery-image] Aug 06 04:04:07.107 INFO O| Aug 06 04:04:07.107 INFO O| Done
33592024-08-06T04:04:08.910Z[ recovery-image] Aug 06 04:04:07.259 INFO O| Aug 06 04:04:07.259 INFO STEP 10 (pkg_change_facet) COMPLETE
33602024-08-06T04:04:08.910Z[ recovery-image] Aug 06 04:04:07.259 INFO O| Aug 06 04:04:07.259 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33612024-08-06T04:04:08.931Z[ recovery-image] Aug 06 04:04:07.281 INFO O| Aug 06 04:04:07.280 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"]
33622024-08-06T04:04:09.886Z[ recovery-image] Aug 06 04:04:08.235 INFO O| Aug 06 04:04:08.235 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33632024-08-06T04:04:13.514Z[ host-image] Aug 06 04:04:11.863 INFO O| Aug 06 04:04:11.863 INFO O| Planning: Solver setup ... Done
33642024-08-06T04:04:33.873Z[ host-image] Aug 06 04:04:32.218 INFO O| Aug 06 04:04:32.218 INFO O| Planning: Running solver ... Done
33652024-08-06T04:04:34.174Z[ host-image] Aug 06 04:04:32.519 INFO O| Aug 06 04:04:32.519 INFO O| Planning: Finding local manifests ... Done
33662024-08-06T04:04:34.191Z[ host-image] Aug 06 04:04:32.536 INFO O| Aug 06 04:04:32.536 INFO O| Planning: Fetching manifests: 0/124 0% complete
33672024-08-06T04:04:38.898Z[ recovery-image] Aug 06 04:04:37.242 INFO O| Aug 06 04:04:37.242 INFO O| Planning: Solver setup ... Done
33682024-08-06T04:04:39.134Z[ host-image] Aug 06 04:04:37.479 INFO O| Aug 06 04:04:37.479 INFO O| Planning: Fetching manifests: 124/124 100% complete
33692024-08-06T04:04:40.376Z[ host-image] Aug 06 04:04:38.720 INFO O| Aug 06 04:04:38.720 INFO O| Planning: Package planning ... Done
33702024-08-06T04:04:42.110Z[ host-image] Aug 06 04:04:40.453 INFO O| Aug 06 04:04:40.453 INFO O| Planning: Merging actions ... Done
33712024-08-06T04:04:42.484Z[ host-image] Aug 06 04:04:40.828 INFO O| Aug 06 04:04:40.828 INFO O| Planning: Checking for conflicting actions ... Done
33722024-08-06T04:04:42.821Z[ host-image] Aug 06 04:04:41.165 INFO O| Aug 06 04:04:41.164 INFO O| Planning: Consolidating action changes ... Done
33732024-08-06T04:04:43.422Z[ host-image] Aug 06 04:04:41.766 INFO O| Aug 06 04:04:41.766 INFO O| Planning: Evaluating mediators ... Done
33742024-08-06T04:04:49.901Z[ host-image] Aug 06 04:04:48.244 INFO O| Aug 06 04:04:48.244 INFO O| Planning: Planning completed in 61.23 seconds
33752024-08-06T04:04:49.909Z[ host-image] Aug 06 04:04:48.251 INFO O| Aug 06 04:04:48.251 INFO O| Packages to install: 124
33762024-08-06T04:04:49.909Z[ host-image] Aug 06 04:04:48.251 INFO O| Aug 06 04:04:48.251 INFO O| Mediators to change: 4
33772024-08-06T04:04:49.912Z[ host-image] Aug 06 04:04:48.251 INFO O| Aug 06 04:04:48.251 INFO O| Services to change: 6
33782024-08-06T04:04:50.034Z[ host-image] Aug 06 04:04:48.377 INFO O| Aug 06 04:04:48.377 INFO O| Download: 0/22724 items 0.0/196.3MB 0% complete
33792024-08-06T04:04:54.549Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33802024-08-06T04:04:55.037Z[ host-image] Aug 06 04:04:53.378 INFO O| Aug 06 04:04:53.378 INFO O| Download: 1148/22724 items 8.3/196.3MB 4% complete (1.7M/s)
33812024-08-06T04:04:58.270Z[ recovery-image] Aug 06 04:04:56.611 INFO O| Aug 06 04:04:56.611 INFO O| Planning: Running solver ... Done
33822024-08-06T04:04:58.532Z[ recovery-image] Aug 06 04:04:56.873 INFO O| Aug 06 04:04:56.873 INFO O| Planning: Finding local manifests ... Done
33832024-08-06T04:04:58.556Z[ recovery-image] Aug 06 04:04:56.897 INFO O| Aug 06 04:04:56.897 INFO O| Planning: Fetching manifests: 0/124 0% complete
33842024-08-06T04:05:00.038Z[ host-image] Aug 06 04:04:58.378 INFO O| Aug 06 04:04:58.378 INFO O| Download: 1796/22724 items 14.0/196.3MB 7% complete (1.3M/s)
33852024-08-06T04:05:03.818Z[ recovery-image] Aug 06 04:05:02.158 INFO O| Aug 06 04:05:02.158 INFO O| Planning: Fetching manifests: 124/124 100% complete
33862024-08-06T04:05:04.886Z[ recovery-image] Aug 06 04:05:03.226 INFO O| Aug 06 04:05:03.226 INFO O| Planning: Package planning ... Done
33872024-08-06T04:05:05.277Z[ host-image] Aug 06 04:05:03.617 INFO O| Aug 06 04:05:03.617 INFO O| Download: 2252/22724 items 24.8/196.3MB 12% complete (1.6M/s)
33882024-08-06T04:05:05.547Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33892024-08-06T04:05:05.597Z[ recovery-image] Aug 06 04:05:03.930 INFO O| Aug 06 04:05:03.930 INFO O| Planning: Merging actions ... Done
33902024-08-06T04:05:05.879Z[ recovery-image] Aug 06 04:05:04.219 INFO O| Aug 06 04:05:04.219 INFO O| Planning: Checking for conflicting actions ... Done
33912024-08-06T04:05:06.091Z[ recovery-image] Aug 06 04:05:04.431 INFO O| Aug 06 04:05:04.430 INFO O| Planning: Consolidating action changes ... Done
33922024-08-06T04:05:06.406Z[ recovery-image] Aug 06 04:05:04.746 INFO O| Aug 06 04:05:04.746 INFO O| Planning: Evaluating mediators ... Done
33932024-08-06T04:05:07.338Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33942024-08-06T04:05:07.819Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33952024-08-06T04:05:09.861Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33962024-08-06T04:05:10.278Z[ host-image] Aug 06 04:05:08.618 INFO O| Aug 06 04:05:08.617 INFO O| Download: 3506/22724 items 35.7/196.3MB 18% complete (2.0M/s)
33972024-08-06T04:05:12.299Z[ recovery-image] Aug 06 04:05:10.638 INFO O| Aug 06 04:05:10.638 INFO O| Planning: Planning completed in 62.40 seconds
33982024-08-06T04:05:12.306Z[ recovery-image] Aug 06 04:05:10.645 INFO O| Aug 06 04:05:10.645 INFO O| Packages to install: 124
33992024-08-06T04:05:12.309Z[ recovery-image] Aug 06 04:05:10.645 INFO O| Aug 06 04:05:10.645 INFO O| Mediators to change: 4
34002024-08-06T04:05:12.309Z[ recovery-image] Aug 06 04:05:10.646 INFO O| Aug 06 04:05:10.646 INFO O| Services to change: 5
34012024-08-06T04:05:12.389Z[ recovery-image] Aug 06 04:05:10.727 INFO O| Aug 06 04:05:10.727 INFO O| Download: 0/15831 items 0.0/173.1MB 0% complete
34022024-08-06T04:05:15.371Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34032024-08-06T04:05:15.608Z[ host-image] Aug 06 04:05:13.945 INFO O| Aug 06 04:05:13.945 INFO O| Download: 4523/22724 items 42.1/196.3MB 21% complete (1.7M/s)
34042024-08-06T04:05:17.686Z[ recovery-image] Aug 06 04:05:16.024 INFO O| Aug 06 04:05:16.024 INFO O| Download: 1003/15831 items 7.9/173.1MB 4% complete (1.7M/s)
34052024-08-06T04:05:20.618Z[ host-image] Aug 06 04:05:18.955 INFO O| Aug 06 04:05:18.955 INFO O| Download: 5143/22724 items 45.9/196.3MB 23% complete (1.0M/s)
34062024-08-06T04:05:22.712Z[ recovery-image] Aug 06 04:05:21.049 INFO O| Aug 06 04:05:21.049 INFO O| Download: 1311/15831 items 19.8/173.1MB 11% complete (1.9M/s)
34072024-08-06T04:05:25.631Z[ host-image] Aug 06 04:05:23.966 INFO O| Aug 06 04:05:23.966 INFO O| Download: 6218/22724 items 46.5/196.3MB 23% complete (447k/s)
34082024-08-06T04:05:28.708Z[ recovery-image] Aug 06 04:05:27.044 INFO O| Aug 06 04:05:27.044 INFO O| Download: 1527/15831 items 22.1/173.1MB 12% complete (1.6M/s)
34092024-08-06T04:05:31.186Z[ host-image] Aug 06 04:05:29.522 INFO O| Aug 06 04:05:29.522 INFO O| Download: 6989/22724 items 50.4/196.3MB 25% complete (459k/s)
34102024-08-06T04:05:33.733Z[ recovery-image] Aug 06 04:05:32.068 INFO O| Aug 06 04:05:32.068 INFO O| Download: 2463/15831 items 31.4/173.1MB 18% complete (1.1M/s)
34112024-08-06T04:05:36.956Z[ host-image] Aug 06 04:05:35.291 INFO O| Aug 06 04:05:35.291 INFO O| Download: 7953/22724 items 59.6/196.3MB 30% complete (1.3M/s)
34122024-08-06T04:05:38.735Z[ recovery-image] Aug 06 04:05:37.069 INFO O| Aug 06 04:05:37.069 INFO O| Download: 3030/15831 items 37.1/173.1MB 21% complete (1.5M/s)
34132024-08-06T04:05:42.247Z[ host-image] Aug 06 04:05:40.580 INFO O| Aug 06 04:05:40.580 INFO O| Download: 8342/22724 items 68.7/196.3MB 34% complete (1.3M/s)
34142024-08-06T04:05:44.044Z[ recovery-image] Aug 06 04:05:42.377 INFO O| Aug 06 04:05:42.377 INFO O| Download: 3749/15831 items 41.9/173.1MB 24% complete (1.0M/s)
34152024-08-06T04:05:47.248Z[ host-image] Aug 06 04:05:45.581 INFO O| Aug 06 04:05:45.581 INFO O| Download: 9609/22724 items 83.3/196.3MB 42% complete (2.3M/s)
34162024-08-06T04:05:49.060Z[ recovery-image] Aug 06 04:05:47.393 INFO O| Aug 06 04:05:47.393 INFO O| Download: 4468/15831 items 42.8/173.1MB 24% complete (564k/s)
34172024-08-06T04:05:52.249Z[ host-image] Aug 06 04:05:50.581 INFO O| Aug 06 04:05:50.581 INFO O| Download: 10411/22724 items 88.0/196.3MB 44% complete (1.9M/s)
34182024-08-06T04:05:54.061Z[ recovery-image] Aug 06 04:05:52.393 INFO O| Aug 06 04:05:52.393 INFO O| Download: 5472/15831 items 43.4/173.1MB 25% complete (155k/s)
34192024-08-06T04:05:57.278Z[ host-image] Aug 06 04:05:55.610 INFO O| Aug 06 04:05:55.609 INFO O| Download: 11084/22724 items 92.0/196.3MB 46% complete (949k/s)
34202024-08-06T04:05:59.151Z[ recovery-image] Aug 06 04:05:57.482 INFO O| Aug 06 04:05:57.482 INFO O| Download: 5938/15831 items 53.4/173.1MB 30% complete (1.0M/s)
34212024-08-06T04:06:02.484Z[ host-image] Aug 06 04:06:00.814 INFO O| Aug 06 04:06:00.814 INFO O| Download: 11973/22724 items 98.1/196.3MB 49% complete (997k/s)
34222024-08-06T04:06:04.159Z[ recovery-image] Aug 06 04:06:02.489 INFO O| Aug 06 04:06:02.489 INFO O| Download: 6401/15831 items 63.1/173.1MB 36% complete (1.9M/s)
34232024-08-06T04:06:09.403Z[ recovery-image] Aug 06 04:06:07.733 INFO O| Aug 06 04:06:07.733 INFO O| Download: 7864/15831 items 75.7/173.1MB 43% complete (2.2M/s)
34242024-08-06T04:06:10.146Z[ host-image] Aug 06 04:06:08.475 INFO O| Aug 06 04:06:08.475 INFO O| Download: 12167/22724 items 108.5/196.3MB 55% complete (1.8M/s)
34252024-08-06T04:06:14.673Z[ recovery-image] Aug 06 04:06:13.001 INFO O| Aug 06 04:06:13.001 INFO O| Download: 8663/15831 items 82.4/173.1MB 47% complete (1.8M/s)
34262024-08-06T04:06:15.160Z[ host-image] Aug 06 04:06:13.488 INFO O| Aug 06 04:06:13.488 INFO O| Download: 13018/22724 items 109.7/196.3MB 55% complete (131k/s)
34272024-08-06T04:06:19.693Z[ recovery-image] Aug 06 04:06:18.020 INFO O| Aug 06 04:06:18.020 INFO O| Download: 8928/15831 items 92.6/173.1MB 53% complete (1.7M/s)
34282024-08-06T04:06:20.172Z[ host-image] Aug 06 04:06:18.500 INFO O| Aug 06 04:06:18.499 INFO O| Download: 13923/22724 items 110.2/196.3MB 56% complete (182k/s)
34292024-08-06T04:06:25.014Z[ recovery-image] Aug 06 04:06:23.341 INFO O| Aug 06 04:06:23.341 INFO O| Download: 9954/15831 items 93.1/173.1MB 53% complete (1.1M/s)
34302024-08-06T04:06:25.232Z[ host-image] Aug 06 04:06:23.558 INFO O| Aug 06 04:06:23.558 INFO O| Download: 14501/22724 items 116.2/196.3MB 59% complete (547k/s)
34312024-08-06T04:06:30.019Z[ recovery-image] Aug 06 04:06:28.345 INFO O| Aug 06 04:06:28.345 INFO O| Download: 10842/15831 items 93.8/173.1MB 54% complete (119k/s)
34322024-08-06T04:06:30.233Z[ host-image] Aug 06 04:06:28.559 INFO O| Aug 06 04:06:28.558 INFO O| Download: 15172/22724 items 120.0/196.3MB 61% complete (1006k/s)
34332024-08-06T04:06:35.024Z[ recovery-image] Aug 06 04:06:33.349 INFO O| Aug 06 04:06:33.349 INFO O| Download: 11062/15831 items 96.7/173.1MB 55% complete (294k/s)
34342024-08-06T04:06:35.351Z[ host-image] Aug 06 04:06:33.676 INFO O| Aug 06 04:06:33.676 INFO O| Download: 15819/22724 items 129.9/196.3MB 66% complete (1.3M/s)
34352024-08-06T04:06:40.643Z[ host-image] Aug 06 04:06:38.967 INFO O| Aug 06 04:06:38.967 INFO O| Download: 16870/22724 items 136.0/196.3MB 69% complete (1.6M/s)
34362024-08-06T04:06:44.659Z[ recovery-image] Aug 06 04:06:42.983 INFO O| Aug 06 04:06:42.983 INFO O| Download: 11423/15831 items 107.2/173.1MB 61% complete (1.4M/s)
34372024-08-06T04:06:45.647Z[ host-image] Aug 06 04:06:43.971 INFO O| Aug 06 04:06:43.971 INFO O| Download: 18101/22724 items 159.3/196.3MB 81% complete (3.1M/s)
34382024-08-06T04:06:49.681Z[ recovery-image] Aug 06 04:06:48.004 INFO O| Aug 06 04:06:48.004 INFO O| Download: 11980/15831 items 136.9/173.1MB 79% complete (5.9M/s)
34392024-08-06T04:06:50.666Z[ host-image] Aug 06 04:06:48.988 INFO O| Aug 06 04:06:48.988 INFO O| Download: 19074/22724 items 162.8/196.3MB 82% complete (2.7M/s)
34402024-08-06T04:06:54.902Z[ recovery-image] Aug 06 04:06:53.224 INFO O| Aug 06 04:06:53.224 INFO O| Download: 13004/15831 items 140.5/173.1MB 81% complete (3.4M/s)
34412024-08-06T04:06:55.677Z[ host-image] Aug 06 04:06:53.999 INFO O| Aug 06 04:06:53.998 INFO O| Download: 19989/22724 items 167.3/196.3MB 85% complete (817k/s)
34422024-08-06T04:06:59.909Z[ recovery-image] Aug 06 04:06:58.228 INFO O| Aug 06 04:06:58.228 INFO O| Download: 14020/15831 items 145.3/173.1MB 83% complete (837k/s)
34432024-08-06T04:07:00.679Z[ host-image] Aug 06 04:06:59.000 INFO O| Aug 06 04:06:59.000 INFO O| Download: 20767/22724 items 171.8/196.3MB 87% complete (847k/s)
34442024-08-06T04:07:05.494Z[ recovery-image] Aug 06 04:07:03.815 INFO O| Aug 06 04:07:03.814 INFO O| Download: 14683/15831 items 148.0/173.1MB 85% complete (759k/s)
34452024-08-06T04:07:05.824Z[ host-image] Aug 06 04:07:04.144 INFO O| Aug 06 04:07:04.144 INFO O| Download: 21544/22724 items 180.4/196.3MB 91% complete (1.3M/s)
34462024-08-06T04:07:10.655Z[ recovery-image] Aug 06 04:07:08.975 INFO O| Aug 06 04:07:08.974 INFO O| Download: 15276/15831 items 158.0/173.1MB 91% complete (1.3M/s)
34472024-08-06T04:07:10.968Z[ host-image] Aug 06 04:07:09.287 INFO O| Aug 06 04:07:09.287 INFO O| Download: 22022/22724 items 189.8/196.3MB 96% complete (1.9M/s)
34482024-08-06T04:07:16.196Z[ recovery-image] Aug 06 04:07:14.515 INFO O| Aug 06 04:07:14.515 INFO O| Download: 15544/15831 items 166.0/173.1MB 95% complete (1.9M/s)
34492024-08-06T04:07:16.200Z[ host-image] Aug 06 04:07:14.519 INFO O| Aug 06 04:07:14.519 INFO O| Download: 22722/22724 items 196.3/196.3MB 99% complete (1.9M/s)
34502024-08-06T04:07:16.319Z[ host-image] Aug 06 04:07:14.637 INFO O| Aug 06 04:07:14.637 INFO O| Download: Completed 196.33 MB in 146.26 seconds (1.3M/s)
34512024-08-06T04:07:17.963Z[ host-image] Aug 06 04:07:16.281 INFO O| Aug 06 04:07:16.281 INFO O| Actions: 1/49256 actions (Installing new actions)
34522024-08-06T04:07:18.718Z[ recovery-image] Aug 06 04:07:17.036 INFO O| Aug 06 04:07:17.036 INFO O| Download: Completed 173.13 MB in 126.31 seconds (1.4M/s)
34532024-08-06T04:07:19.952Z[ recovery-image] Aug 06 04:07:18.269 INFO O| Aug 06 04:07:18.269 INFO O| Actions: 1/24963 actions (Installing new actions)
34542024-08-06T04:07:22.998Z[ host-image] Aug 06 04:07:21.315 INFO O| Aug 06 04:07:21.315 INFO O| Actions: 8141/49256 actions (Installing new actions)
34552024-08-06T04:07:24.953Z[ recovery-image] Aug 06 04:07:23.270 INFO O| Aug 06 04:07:23.270 INFO O| Actions: 8139/24963 actions (Installing new actions)
34562024-08-06T04:07:28.023Z[ host-image] Aug 06 04:07:26.339 INFO O| Aug 06 04:07:26.339 INFO O| Actions: 14291/49256 actions (Installing new actions)
34572024-08-06T04:07:29.954Z[ recovery-image] Aug 06 04:07:28.270 INFO O| Aug 06 04:07:28.270 INFO O| Actions: 13417/24963 actions (Installing new actions)
34582024-08-06T04:07:33.024Z[ host-image] Aug 06 04:07:31.339 INFO O| Aug 06 04:07:31.339 INFO O| Actions: 21169/49256 actions (Installing new actions)
34592024-08-06T04:07:34.955Z[ recovery-image] Aug 06 04:07:33.270 INFO O| Aug 06 04:07:33.270 INFO O| Actions: 19710/24963 actions (Installing new actions)
34602024-08-06T04:07:38.024Z[ host-image] Aug 06 04:07:36.339 INFO O| Aug 06 04:07:36.339 INFO O| Actions: 41782/49256 actions (Installing new actions)
34612024-08-06T04:07:40.045Z[ recovery-image] Aug 06 04:07:38.360 INFO O| Aug 06 04:07:38.360 INFO O| Actions: 24526/24963 actions (Installing new actions)
34622024-08-06T04:07:41.593Z[ recovery-image] Aug 06 04:07:39.907 INFO O| Aug 06 04:07:39.907 INFO O| Actions: Completed 24963 actions in 21.63 seconds.
34632024-08-06T04:07:41.982Z[ recovery-image] Aug 06 04:07:40.296 INFO O| Aug 06 04:07:40.296 INFO O| Done
34642024-08-06T04:07:41.982Z[ recovery-image] Aug 06 04:07:40.296 INFO O| Aug 06 04:07:40.296 INFO O| Done
34652024-08-06T04:07:42.910Z[ recovery-image] Aug 06 04:07:41.224 INFO O| Aug 06 04:07:41.224 INFO O| Done
34662024-08-06T04:07:43.075Z[ host-image] Aug 06 04:07:41.389 INFO O| Aug 06 04:07:41.389 INFO O| Actions: 48838/49256 actions (Installing new actions)
34672024-08-06T04:07:44.030Z[ host-image] Aug 06 04:07:42.344 INFO O| Aug 06 04:07:42.344 INFO O| Actions: Completed 49256 actions in 26.04 seconds.
34682024-08-06T04:07:44.579Z[ host-image] Aug 06 04:07:42.893 INFO O| Aug 06 04:07:42.893 INFO O| Done
34692024-08-06T04:07:44.584Z[ host-image] Aug 06 04:07:42.893 INFO O| Aug 06 04:07:42.893 INFO O| Done
34702024-08-06T04:07:44.727Z[ recovery-image] Aug 06 04:07:43.040 INFO O| Aug 06 04:07:43.040 INFO O| Done
34712024-08-06T04:07:44.758Z[ recovery-image] Aug 06 04:07:43.071 INFO O| Aug 06 04:07:43.071 INFO O| Done
34722024-08-06T04:07:45.548Z[ host-image] Aug 06 04:07:43.861 INFO O| Aug 06 04:07:43.861 INFO O| Done
34732024-08-06T04:07:48.240Z[ host-image] Aug 06 04:07:46.553 INFO O| Aug 06 04:07:46.553 INFO O| Done
34742024-08-06T04:07:48.278Z[ host-image] Aug 06 04:07:46.591 INFO O| Aug 06 04:07:46.591 INFO O| Done
34752024-08-06T04:07:54.326Z[ recovery-image] Aug 06 04:07:52.638 INFO O| Aug 06 04:07:52.638 INFO O| Done
34762024-08-06T04:07:55.084Z[ recovery-image] Aug 06 04:07:53.396 INFO O| Aug 06 04:07:53.396 INFO O| Done
34772024-08-06T04:07:55.367Z[ recovery-image] Aug 06 04:07:53.678 INFO O| Aug 06 04:07:53.678 INFO STEP 11 (pkg_install) COMPLETE
34782024-08-06T04:07:55.367Z[ recovery-image] Aug 06 04:07:53.679 INFO O| Aug 06 04:07:53.678 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34792024-08-06T04:07:55.367Z[ recovery-image] Aug 06 04:07:53.679 INFO O| Aug 06 04:07:53.678 INFO skip step because feature "recovery" is enabled
34802024-08-06T04:07:55.370Z[ recovery-image] Aug 06 04:07:53.679 INFO O| Aug 06 04:07:53.678 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34812024-08-06T04:07:55.370Z[ recovery-image] Aug 06 04:07:53.679 INFO O| Aug 06 04:07:53.678 INFO skip step because feature "omicron1" is not enabled
34822024-08-06T04:07:55.370Z[ recovery-image] Aug 06 04:07:53.679 INFO O| Aug 06 04:07:53.678 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34832024-08-06T04:07:55.389Z[ recovery-image] Aug 06 04:07:53.700 INFO O| Aug 06 04:07:53.700 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
34842024-08-06T04:07:56.532Z[ recovery-image] Aug 06 04:07:54.842 INFO O| Aug 06 04:07:54.842 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34852024-08-06T04:07:59.414Z[ recovery-image] Aug 06 04:07:57.725 INFO O| Aug 06 04:07:57.725 INFO O| Planning: Solver setup ... Done
34862024-08-06T04:07:59.421Z[ recovery-image] Aug 06 04:07:57.732 INFO O| Aug 06 04:07:57.732 INFO O| Planning: Running solver ... Done
34872024-08-06T04:07:59.503Z[ recovery-image] Aug 06 04:07:57.814 INFO O| Aug 06 04:07:57.814 INFO O| Planning: Finding local manifests ... Done
34882024-08-06T04:07:59.505Z[ recovery-image] Aug 06 04:07:57.815 INFO O| Aug 06 04:07:57.815 INFO O| Planning: Fetching manifests: 0/1 0% complete
34892024-08-06T04:07:59.628Z[ recovery-image] Aug 06 04:07:57.939 INFO O| Aug 06 04:07:57.939 INFO O| Planning: Fetching manifests: 1/1 100% complete
34902024-08-06T04:07:59.664Z[ recovery-image] Aug 06 04:07:57.974 INFO O| Aug 06 04:07:57.974 INFO O| Planning: Package planning ... Done
34912024-08-06T04:07:59.667Z[ recovery-image] Aug 06 04:07:57.975 INFO O| Aug 06 04:07:57.975 INFO O| Planning: Merging actions ... Done
34922024-08-06T04:07:59.730Z[ recovery-image] Aug 06 04:07:58.041 INFO O| Aug 06 04:07:58.041 INFO O| Planning: Checking for conflicting actions ... Done
34932024-08-06T04:07:59.733Z[ recovery-image] Aug 06 04:07:58.042 INFO O| Aug 06 04:07:58.042 INFO O| Planning: Consolidating action changes ... Done
34942024-08-06T04:07:59.987Z[ recovery-image] Aug 06 04:07:58.298 INFO O| Aug 06 04:07:58.298 INFO O| Planning: Evaluating mediators ... Done
34952024-08-06T04:07:59.990Z[ recovery-image] Aug 06 04:07:58.299 INFO O| Aug 06 04:07:58.299 INFO O| Planning: Planning completed in 3.46 seconds
34962024-08-06T04:07:59.993Z[ recovery-image] Aug 06 04:07:58.302 INFO O| Aug 06 04:07:58.302 INFO O| Packages to install: 1
34972024-08-06T04:08:00.011Z[ recovery-image] Aug 06 04:07:58.322 INFO O| Aug 06 04:07:58.322 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
34982024-08-06T04:08:01.436Z[ recovery-image] Aug 06 04:07:59.747 INFO O| Aug 06 04:07:59.747 INFO O| Download: Completed 20.86 MB in 1.43 seconds (14.6M/s)
34992024-08-06T04:08:01.601Z[ recovery-image] Aug 06 04:07:59.911 INFO O| Aug 06 04:07:59.911 INFO O| Actions: 1/22 actions (Installing new actions)
35002024-08-06T04:08:02.510Z[ recovery-image] Aug 06 04:08:00.821 INFO O| Aug 06 04:08:00.821 INFO O| Actions: Completed 22 actions in 0.91 seconds.
35012024-08-06T04:08:03.026Z[ recovery-image] Aug 06 04:08:01.336 INFO O| Aug 06 04:08:01.336 INFO O| Done
35022024-08-06T04:08:03.026Z[ recovery-image] Aug 06 04:08:01.336 INFO O| Aug 06 04:08:01.336 INFO O| Done
35032024-08-06T04:08:03.822Z[ recovery-image] Aug 06 04:08:02.133 INFO O| Aug 06 04:08:02.133 INFO O| Done
35042024-08-06T04:08:04.884Z[ host-image] Aug 06 04:08:03.194 INFO O| Aug 06 04:08:03.194 INFO O| Done
35052024-08-06T04:08:05.764Z[ recovery-image] Aug 06 04:08:04.074 INFO O| Aug 06 04:08:04.074 INFO O| Done
35062024-08-06T04:08:05.811Z[ recovery-image] Aug 06 04:08:04.121 INFO O| Aug 06 04:08:04.121 INFO O| Done
35072024-08-06T04:08:05.811Z[ recovery-image] Aug 06 04:08:04.121 INFO O| Aug 06 04:08:04.121 INFO O| Done
35082024-08-06T04:08:05.829Z[ recovery-image] Aug 06 04:08:04.139 INFO O| Aug 06 04:08:04.139 INFO O| Done
35092024-08-06T04:08:05.925Z[ host-image] Aug 06 04:08:04.235 INFO O| Aug 06 04:08:04.235 INFO O| Done
35102024-08-06T04:08:05.976Z[ recovery-image] Aug 06 04:08:04.286 INFO O| Aug 06 04:08:04.286 INFO STEP 14 (pkg_install) COMPLETE
35112024-08-06T04:08:05.979Z[ recovery-image] Aug 06 04:08:04.286 INFO O| Aug 06 04:08:04.286 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35122024-08-06T04:08:05.979Z[ recovery-image] Aug 06 04:08:04.286 INFO O| Aug 06 04:08:04.286 INFO skip step because feature "mfg" is not enabled
35132024-08-06T04:08:05.979Z[ recovery-image] Aug 06 04:08:04.286 INFO O| Aug 06 04:08:04.286 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35142024-08-06T04:08:05.979Z[ recovery-image] Aug 06 04:08:04.286 INFO O| Aug 06 04:08:04.286 INFO skip step because feature "compliance" is not enabled
35152024-08-06T04:08:05.979Z[ recovery-image] Aug 06 04:08:04.286 INFO O| Aug 06 04:08:04.286 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35162024-08-06T04:08:05.979Z[ recovery-image] Aug 06 04:08:04.286 INFO O| Aug 06 04:08:04.286 INFO skip step because feature "stress" is not enabled
35172024-08-06T04:08:05.979Z[ recovery-image] Aug 06 04:08:04.286 INFO O| Aug 06 04:08:04.286 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35182024-08-06T04:08:05.979Z[ recovery-image] Aug 06 04:08:04.286 INFO O| Aug 06 04:08:04.286 INFO skip step because feature "nfs" is not enabled
35192024-08-06T04:08:05.979Z[ recovery-image] Aug 06 04:08:04.286 INFO O| Aug 06 04:08:04.286 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35202024-08-06T04:08:05.979Z[ recovery-image] Aug 06 04:08:04.286 INFO O| Aug 06 04:08:04.286 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35212024-08-06T04:08:06.135Z[ recovery-image] Aug 06 04:08:04.407 INFO O| Aug 06 04:08:04.406 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35222024-08-06T04:08:06.184Z[ recovery-image] Aug 06 04:08:04.494 INFO O| Aug 06 04:08:04.493 INFO completed processing gimlet/ramdisk-01-os
35232024-08-06T04:08:06.187Z[ recovery-image] Aug 06 04:08:04.496 INFO image builder template: ramdisk-02-trim...
35242024-08-06T04:08:06.187Z[ recovery-image] Aug 06 04:08:04.496 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/.tmptRARGf/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
35252024-08-06T04:08:06.225Z[ recovery-image] Aug 06 04:08:04.535 INFO O| Aug 06 04:08:04.534 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35262024-08-06T04:08:06.230Z[ host-image] Aug 06 04:08:04.540 INFO O| Aug 06 04:08:04.540 INFO STEP 11 (pkg_install) COMPLETE
35272024-08-06T04:08:06.230Z[ host-image] Aug 06 04:08:04.540 INFO O| Aug 06 04:08:04.540 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35282024-08-06T04:08:06.233Z[ recovery-image] Aug 06 04:08:04.541 INFO O| Aug 06 04:08:04.541 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35292024-08-06T04:08:06.248Z[ host-image] Aug 06 04:08:04.558 INFO O| Aug 06 04:08:04.558 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
35302024-08-06T04:08:06.316Z[ recovery-image] Aug 06 04:08:04.626 INFO O| Aug 06 04:08:04.626 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
35312024-08-06T04:08:06.376Z[ recovery-image] Aug 06 04:08:04.686 INFO O| Aug 06 04:08:04.686 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35322024-08-06T04:08:06.379Z[ recovery-image] Aug 06 04:08:04.686 INFO O| Aug 06 04:08:04.686 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35332024-08-06T04:08:06.386Z[ recovery-image] Aug 06 04:08:04.696 INFO O| Aug 06 04:08:04.696 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
35342024-08-06T04:08:06.394Z[ recovery-image] Aug 06 04:08:04.704 INFO O| Aug 06 04:08:04.704 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35352024-08-06T04:08:06.401Z[ recovery-image] Aug 06 04:08:04.712 INFO O| Aug 06 04:08:04.712 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35362024-08-06T04:08:06.587Z[ recovery-image] Aug 06 04:08:04.897 INFO O| Aug 06 04:08:04.897 INFO rolled back to input snapshot; work may begin
35372024-08-06T04:08:06.587Z[ recovery-image] Aug 06 04:08:04.897 INFO O| Aug 06 04:08:04.897 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35382024-08-06T04:08:06.598Z[ recovery-image] Aug 06 04:08:04.908 INFO O| Aug 06 04:08:04.908 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35392024-08-06T04:08:06.620Z[ recovery-image] Aug 06 04:08:04.930 INFO O| Aug 06 04:08:04.930 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
35402024-08-06T04:08:06.753Z[ recovery-image] Aug 06 04:08:05.062 INFO O| Aug 06 04:08:05.062 INFO STEP 0 (remove_files) COMPLETE
35412024-08-06T04:08:06.753Z[ recovery-image] Aug 06 04:08:05.063 INFO O| Aug 06 04:08:05.062 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35422024-08-06T04:08:06.772Z[ recovery-image] Aug 06 04:08:05.082 INFO O| Aug 06 04:08:05.082 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
35432024-08-06T04:08:06.775Z[ recovery-image] Aug 06 04:08:05.086 INFO O| Aug 06 04:08:05.085 INFO STEP 1 (remove_files) COMPLETE
35442024-08-06T04:08:06.775Z[ recovery-image] Aug 06 04:08:05.086 INFO O| Aug 06 04:08:05.086 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35452024-08-06T04:08:06.796Z[ recovery-image] Aug 06 04:08:05.106 INFO O| Aug 06 04:08:05.105 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
35462024-08-06T04:08:06.816Z[ recovery-image] Aug 06 04:08:05.126 INFO O| Aug 06 04:08:05.126 INFO STEP 2 (remove_files) COMPLETE
35472024-08-06T04:08:06.817Z[ recovery-image] Aug 06 04:08:05.127 INFO O| Aug 06 04:08:05.126 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35482024-08-06T04:08:06.838Z[ recovery-image] Aug 06 04:08:05.148 INFO O| Aug 06 04:08:05.148 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
35492024-08-06T04:08:06.841Z[ recovery-image] Aug 06 04:08:05.151 INFO O| Aug 06 04:08:05.151 INFO STEP 3 (remove_files) COMPLETE
35502024-08-06T04:08:06.841Z[ recovery-image] Aug 06 04:08:05.151 INFO O| Aug 06 04:08:05.151 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35512024-08-06T04:08:06.860Z[ recovery-image] Aug 06 04:08:05.170 INFO O| Aug 06 04:08:05.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
35522024-08-06T04:08:06.869Z[ recovery-image] Aug 06 04:08:05.179 INFO O| Aug 06 04:08:05.179 INFO STEP 4 (remove_files) COMPLETE
35532024-08-06T04:08:06.869Z[ recovery-image] Aug 06 04:08:05.179 INFO O| Aug 06 04:08:05.179 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35542024-08-06T04:08:06.890Z[ recovery-image] Aug 06 04:08:05.200 INFO O| Aug 06 04:08:05.200 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
35552024-08-06T04:08:06.893Z[ recovery-image] Aug 06 04:08:05.201 INFO O| Aug 06 04:08:05.201 INFO STEP 5 (remove_files) COMPLETE
35562024-08-06T04:08:06.893Z[ recovery-image] Aug 06 04:08:05.201 INFO O| Aug 06 04:08:05.201 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35572024-08-06T04:08:06.913Z[ recovery-image] Aug 06 04:08:05.223 INFO O| Aug 06 04:08:05.223 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
35582024-08-06T04:08:06.941Z[ recovery-image] Aug 06 04:08:05.250 INFO O| Aug 06 04:08:05.250 INFO STEP 6 (remove_files) COMPLETE
35592024-08-06T04:08:06.941Z[ recovery-image] Aug 06 04:08:05.250 INFO O| Aug 06 04:08:05.250 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35602024-08-06T04:08:06.941Z[ recovery-image] Aug 06 04:08:05.250 INFO O| Aug 06 04:08:05.250 INFO skip step because feature "recovery" is enabled
35612024-08-06T04:08:06.941Z[ recovery-image] Aug 06 04:08:05.250 INFO O| Aug 06 04:08:05.250 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35622024-08-06T04:08:06.941Z[ recovery-image] Aug 06 04:08:05.250 INFO O| Aug 06 04:08:05.250 INFO skip step because feature "recovery" is enabled
35632024-08-06T04:08:06.941Z[ recovery-image] Aug 06 04:08:05.250 INFO O| Aug 06 04:08:05.250 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35642024-08-06T04:08:06.941Z[ recovery-image] Aug 06 04:08:05.251 INFO O| Aug 06 04:08:05.251 INFO skip step because feature "recovery" is enabled
35652024-08-06T04:08:06.941Z[ recovery-image] Aug 06 04:08:05.251 INFO O| Aug 06 04:08:05.251 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35662024-08-06T04:08:06.963Z[ recovery-image] Aug 06 04:08:05.273 INFO O| Aug 06 04:08:05.273 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
35672024-08-06T04:08:06.967Z[ host-image] Aug 06 04:08:05.278 INFO O| Aug 06 04:08:05.277 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35682024-08-06T04:08:06.970Z[ recovery-image] Aug 06 04:08:05.280 INFO O| Aug 06 04:08:05.280 INFO STEP 10 (remove_files) COMPLETE
35692024-08-06T04:08:06.970Z[ recovery-image] Aug 06 04:08:05.280 INFO O| Aug 06 04:08:05.280 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35702024-08-06T04:08:06.991Z[ recovery-image] Aug 06 04:08:05.301 INFO O| Aug 06 04:08:05.301 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
35712024-08-06T04:08:06.994Z[ recovery-image] Aug 06 04:08:05.302 INFO O| Aug 06 04:08:05.302 INFO STEP 11 (remove_files) COMPLETE
35722024-08-06T04:08:06.994Z[ recovery-image] Aug 06 04:08:05.302 INFO O| Aug 06 04:08:05.302 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35732024-08-06T04:08:07.015Z[ recovery-image] Aug 06 04:08:05.325 INFO O| Aug 06 04:08:05.325 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
35742024-08-06T04:08:07.020Z[ recovery-image] Aug 06 04:08:05.330 INFO O| Aug 06 04:08:05.330 INFO STEP 12 (remove_files) COMPLETE
35752024-08-06T04:08:07.020Z[ recovery-image] Aug 06 04:08:05.330 INFO O| Aug 06 04:08:05.330 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35762024-08-06T04:08:07.043Z[ recovery-image] Aug 06 04:08:05.353 INFO O| Aug 06 04:08:05.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
35772024-08-06T04:08:07.190Z[ recovery-image] Aug 06 04:08:05.500 INFO O| Aug 06 04:08:05.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
35782024-08-06T04:08:07.197Z[ recovery-image] Aug 06 04:08:05.507 INFO O| Aug 06 04:08:05.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
35792024-08-06T04:08:07.216Z[ recovery-image] Aug 06 04:08:05.525 INFO O| Aug 06 04:08:05.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
35802024-08-06T04:08:07.219Z[ recovery-image] Aug 06 04:08:05.527 INFO O| Aug 06 04:08:05.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
35812024-08-06T04:08:07.478Z[ recovery-image] Aug 06 04:08:05.788 INFO O| Aug 06 04:08:05.788 INFO STEP 13 (remove_files) COMPLETE
35822024-08-06T04:08:07.478Z[ recovery-image] Aug 06 04:08:05.788 INFO O| Aug 06 04:08:05.788 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35832024-08-06T04:08:07.493Z[ recovery-image] Aug 06 04:08:05.803 INFO O| Aug 06 04:08:05.803 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
35842024-08-06T04:08:07.496Z[ recovery-image] Aug 06 04:08:05.806 INFO O| Aug 06 04:08:05.806 INFO STEP 14 (remove_files) COMPLETE
35852024-08-06T04:08:07.496Z[ recovery-image] Aug 06 04:08:05.806 INFO O| Aug 06 04:08:05.806 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35862024-08-06T04:08:07.513Z[ recovery-image] Aug 06 04:08:05.823 INFO O| Aug 06 04:08:05.823 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
35872024-08-06T04:08:07.530Z[ recovery-image] Aug 06 04:08:05.840 INFO O| Aug 06 04:08:05.840 INFO STEP 15 (remove_files) COMPLETE
35882024-08-06T04:08:07.530Z[ recovery-image] Aug 06 04:08:05.840 INFO O| Aug 06 04:08:05.840 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35892024-08-06T04:08:07.552Z[ recovery-image] Aug 06 04:08:05.862 INFO O| Aug 06 04:08:05.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
35902024-08-06T04:08:07.555Z[ recovery-image] Aug 06 04:08:05.863 INFO O| Aug 06 04:08:05.862 INFO STEP 16 (remove_files) COMPLETE
35912024-08-06T04:08:07.555Z[ recovery-image] Aug 06 04:08:05.863 INFO O| Aug 06 04:08:05.863 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35922024-08-06T04:08:07.572Z[ recovery-image] Aug 06 04:08:05.882 INFO O| Aug 06 04:08:05.882 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
35932024-08-06T04:08:07.575Z[ recovery-image] Aug 06 04:08:05.884 INFO O| Aug 06 04:08:05.884 INFO STEP 17 (remove_files) COMPLETE
35942024-08-06T04:08:07.575Z[ recovery-image] Aug 06 04:08:05.884 INFO O| Aug 06 04:08:05.884 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35952024-08-06T04:08:07.590Z[ recovery-image] Aug 06 04:08:05.900 INFO O| Aug 06 04:08:05.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
35962024-08-06T04:08:07.590Z[ recovery-image] Aug 06 04:08:05.900 INFO O| Aug 06 04:08:05.900 INFO STEP 18 (remove_files) COMPLETE
35972024-08-06T04:08:07.593Z[ recovery-image] Aug 06 04:08:05.900 INFO O| Aug 06 04:08:05.900 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35982024-08-06T04:08:07.605Z[ recovery-image] Aug 06 04:08:05.915 INFO O| Aug 06 04:08:05.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
35992024-08-06T04:08:07.605Z[ recovery-image] Aug 06 04:08:05.915 INFO O| Aug 06 04:08:05.915 INFO STEP 19 (remove_files) COMPLETE
36002024-08-06T04:08:07.605Z[ recovery-image] Aug 06 04:08:05.915 INFO O| Aug 06 04:08:05.915 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36012024-08-06T04:08:07.621Z[ recovery-image] Aug 06 04:08:05.931 INFO O| Aug 06 04:08:05.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36022024-08-06T04:08:07.621Z[ recovery-image] Aug 06 04:08:05.931 INFO O| Aug 06 04:08:05.931 INFO STEP 20 (remove_files) COMPLETE
36032024-08-06T04:08:07.624Z[ recovery-image] Aug 06 04:08:05.931 INFO O| Aug 06 04:08:05.931 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36042024-08-06T04:08:07.634Z[ recovery-image] Aug 06 04:08:05.944 INFO O| Aug 06 04:08:05.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36052024-08-06T04:08:07.634Z[ recovery-image] Aug 06 04:08:05.944 INFO O| Aug 06 04:08:05.944 INFO STEP 21 (remove_files) COMPLETE
36062024-08-06T04:08:07.636Z[ recovery-image] Aug 06 04:08:05.944 INFO O| Aug 06 04:08:05.944 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36072024-08-06T04:08:07.650Z[ recovery-image] Aug 06 04:08:05.960 INFO O| Aug 06 04:08:05.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36082024-08-06T04:08:07.650Z[ recovery-image] Aug 06 04:08:05.960 INFO O| Aug 06 04:08:05.960 INFO STEP 22 (remove_files) COMPLETE
36092024-08-06T04:08:07.650Z[ recovery-image] Aug 06 04:08:05.960 INFO O| Aug 06 04:08:05.960 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36102024-08-06T04:08:07.666Z[ recovery-image] Aug 06 04:08:05.976 INFO O| Aug 06 04:08:05.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36112024-08-06T04:08:07.666Z[ recovery-image] Aug 06 04:08:05.976 INFO O| Aug 06 04:08:05.976 INFO STEP 23 (remove_files) COMPLETE
36122024-08-06T04:08:07.669Z[ recovery-image] Aug 06 04:08:05.976 INFO O| Aug 06 04:08:05.976 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36132024-08-06T04:08:07.680Z[ recovery-image] Aug 06 04:08:05.990 INFO O| Aug 06 04:08:05.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36142024-08-06T04:08:07.680Z[ recovery-image] Aug 06 04:08:05.990 INFO O| Aug 06 04:08:05.990 INFO STEP 24 (remove_files) COMPLETE
36152024-08-06T04:08:07.683Z[ recovery-image] Aug 06 04:08:05.990 INFO O| Aug 06 04:08:05.990 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36162024-08-06T04:08:07.693Z[ recovery-image] Aug 06 04:08:06.003 INFO O| Aug 06 04:08:06.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36172024-08-06T04:08:07.693Z[ recovery-image] Aug 06 04:08:06.004 INFO O| Aug 06 04:08:06.003 INFO STEP 25 (remove_files) COMPLETE
36182024-08-06T04:08:07.696Z[ recovery-image] Aug 06 04:08:06.004 INFO O| Aug 06 04:08:06.004 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36192024-08-06T04:08:07.709Z[ recovery-image] Aug 06 04:08:06.019 INFO O| Aug 06 04:08:06.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36202024-08-06T04:08:07.709Z[ recovery-image] Aug 06 04:08:06.019 INFO O| Aug 06 04:08:06.019 INFO STEP 26 (remove_files) COMPLETE
36212024-08-06T04:08:07.709Z[ recovery-image] Aug 06 04:08:06.019 INFO O| Aug 06 04:08:06.019 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36222024-08-06T04:08:07.725Z[ recovery-image] Aug 06 04:08:06.035 INFO O| Aug 06 04:08:06.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36232024-08-06T04:08:07.725Z[ recovery-image] Aug 06 04:08:06.035 INFO O| Aug 06 04:08:06.035 INFO STEP 27 (remove_files) COMPLETE
36242024-08-06T04:08:07.728Z[ recovery-image] Aug 06 04:08:06.035 INFO O| Aug 06 04:08:06.035 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36252024-08-06T04:08:07.741Z[ recovery-image] Aug 06 04:08:06.051 INFO O| Aug 06 04:08:06.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
36262024-08-06T04:08:07.741Z[ recovery-image] Aug 06 04:08:06.051 INFO O| Aug 06 04:08:06.051 INFO STEP 28 (remove_files) COMPLETE
36272024-08-06T04:08:07.744Z[ recovery-image] Aug 06 04:08:06.051 INFO O| Aug 06 04:08:06.051 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36282024-08-06T04:08:07.754Z[ recovery-image] Aug 06 04:08:06.064 INFO O| Aug 06 04:08:06.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
36292024-08-06T04:08:07.754Z[ recovery-image] Aug 06 04:08:06.064 INFO O| Aug 06 04:08:06.064 INFO STEP 29 (remove_files) COMPLETE
36302024-08-06T04:08:07.757Z[ recovery-image] Aug 06 04:08:06.064 INFO O| Aug 06 04:08:06.064 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36312024-08-06T04:08:07.767Z[ recovery-image] Aug 06 04:08:06.077 INFO O| Aug 06 04:08:06.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
36322024-08-06T04:08:07.767Z[ recovery-image] Aug 06 04:08:06.077 INFO O| Aug 06 04:08:06.077 INFO STEP 30 (remove_files) COMPLETE
36332024-08-06T04:08:07.767Z[ recovery-image] Aug 06 04:08:06.077 INFO O| Aug 06 04:08:06.077 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36342024-08-06T04:08:07.783Z[ recovery-image] Aug 06 04:08:06.093 INFO O| Aug 06 04:08:06.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
36352024-08-06T04:08:07.784Z[ recovery-image] Aug 06 04:08:06.093 INFO O| Aug 06 04:08:06.093 INFO STEP 31 (remove_files) COMPLETE
36362024-08-06T04:08:07.784Z[ recovery-image] Aug 06 04:08:06.093 INFO O| Aug 06 04:08:06.093 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36372024-08-06T04:08:07.797Z[ recovery-image] Aug 06 04:08:06.107 INFO O| Aug 06 04:08:06.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
36382024-08-06T04:08:07.797Z[ recovery-image] Aug 06 04:08:06.107 INFO O| Aug 06 04:08:06.107 INFO STEP 32 (remove_files) COMPLETE
36392024-08-06T04:08:07.800Z[ recovery-image] Aug 06 04:08:06.107 INFO O| Aug 06 04:08:06.107 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36402024-08-06T04:08:07.808Z[ recovery-image] Aug 06 04:08:06.118 INFO O| Aug 06 04:08:06.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
36412024-08-06T04:08:07.808Z[ recovery-image] Aug 06 04:08:06.118 INFO O| Aug 06 04:08:06.118 INFO STEP 33 (remove_files) COMPLETE
36422024-08-06T04:08:07.812Z[ recovery-image] Aug 06 04:08:06.118 INFO O| Aug 06 04:08:06.118 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36432024-08-06T04:08:07.820Z[ recovery-image] Aug 06 04:08:06.130 INFO O| Aug 06 04:08:06.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
36442024-08-06T04:08:07.823Z[ recovery-image] Aug 06 04:08:06.130 INFO O| Aug 06 04:08:06.130 INFO STEP 34 (remove_files) COMPLETE
36452024-08-06T04:08:07.823Z[ recovery-image] Aug 06 04:08:06.130 INFO O| Aug 06 04:08:06.130 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36462024-08-06T04:08:07.833Z[ recovery-image] Aug 06 04:08:06.143 INFO O| Aug 06 04:08:06.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
36472024-08-06T04:08:07.833Z[ recovery-image] Aug 06 04:08:06.143 INFO O| Aug 06 04:08:06.143 INFO STEP 35 (remove_files) COMPLETE
36482024-08-06T04:08:07.836Z[ recovery-image] Aug 06 04:08:06.143 INFO O| Aug 06 04:08:06.143 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36492024-08-06T04:08:07.843Z[ recovery-image] Aug 06 04:08:06.153 INFO O| Aug 06 04:08:06.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
36502024-08-06T04:08:07.843Z[ recovery-image] Aug 06 04:08:06.153 INFO O| Aug 06 04:08:06.153 INFO STEP 36 (remove_files) COMPLETE
36512024-08-06T04:08:07.843Z[ recovery-image] Aug 06 04:08:06.153 INFO O| Aug 06 04:08:06.153 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36522024-08-06T04:08:07.855Z[ recovery-image] Aug 06 04:08:06.165 INFO O| Aug 06 04:08:06.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
36532024-08-06T04:08:07.855Z[ recovery-image] Aug 06 04:08:06.165 INFO O| Aug 06 04:08:06.165 INFO STEP 37 (remove_files) COMPLETE
36542024-08-06T04:08:07.855Z[ recovery-image] Aug 06 04:08:06.165 INFO O| Aug 06 04:08:06.165 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36552024-08-06T04:08:07.865Z[ recovery-image] Aug 06 04:08:06.175 INFO O| Aug 06 04:08:06.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
36562024-08-06T04:08:07.865Z[ recovery-image] Aug 06 04:08:06.175 INFO O| Aug 06 04:08:06.175 INFO STEP 38 (remove_files) COMPLETE
36572024-08-06T04:08:07.868Z[ recovery-image] Aug 06 04:08:06.175 INFO O| Aug 06 04:08:06.175 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36582024-08-06T04:08:07.875Z[ recovery-image] Aug 06 04:08:06.185 INFO O| Aug 06 04:08:06.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
36592024-08-06T04:08:07.875Z[ recovery-image] Aug 06 04:08:06.185 INFO O| Aug 06 04:08:06.185 INFO STEP 39 (remove_files) COMPLETE
36602024-08-06T04:08:07.875Z[ recovery-image] Aug 06 04:08:06.185 INFO O| Aug 06 04:08:06.185 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36612024-08-06T04:08:07.885Z[ recovery-image] Aug 06 04:08:06.195 INFO O| Aug 06 04:08:06.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
36622024-08-06T04:08:07.885Z[ recovery-image] Aug 06 04:08:06.195 INFO O| Aug 06 04:08:06.195 INFO STEP 40 (remove_files) COMPLETE
36632024-08-06T04:08:07.888Z[ recovery-image] Aug 06 04:08:06.195 INFO O| Aug 06 04:08:06.195 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36642024-08-06T04:08:07.895Z[ recovery-image] Aug 06 04:08:06.205 INFO O| Aug 06 04:08:06.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
36652024-08-06T04:08:07.895Z[ recovery-image] Aug 06 04:08:06.205 INFO O| Aug 06 04:08:06.205 INFO STEP 41 (remove_files) COMPLETE
36662024-08-06T04:08:07.897Z[ recovery-image] Aug 06 04:08:06.205 INFO O| Aug 06 04:08:06.205 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36672024-08-06T04:08:07.904Z[ recovery-image] Aug 06 04:08:06.214 INFO O| Aug 06 04:08:06.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
36682024-08-06T04:08:07.904Z[ recovery-image] Aug 06 04:08:06.214 INFO O| Aug 06 04:08:06.214 INFO STEP 42 (remove_files) COMPLETE
36692024-08-06T04:08:07.907Z[ recovery-image] Aug 06 04:08:06.214 INFO O| Aug 06 04:08:06.214 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36702024-08-06T04:08:07.913Z[ recovery-image] Aug 06 04:08:06.223 INFO O| Aug 06 04:08:06.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
36712024-08-06T04:08:07.913Z[ recovery-image] Aug 06 04:08:06.224 INFO O| Aug 06 04:08:06.223 INFO STEP 43 (remove_files) COMPLETE
36722024-08-06T04:08:07.916Z[ recovery-image] Aug 06 04:08:06.224 INFO O| Aug 06 04:08:06.224 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36732024-08-06T04:08:07.924Z[ recovery-image] Aug 06 04:08:06.234 INFO O| Aug 06 04:08:06.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
36742024-08-06T04:08:07.924Z[ recovery-image] Aug 06 04:08:06.234 INFO O| Aug 06 04:08:06.234 INFO STEP 44 (remove_files) COMPLETE
36752024-08-06T04:08:07.924Z[ recovery-image] Aug 06 04:08:06.234 INFO O| Aug 06 04:08:06.234 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36762024-08-06T04:08:07.935Z[ recovery-image] Aug 06 04:08:06.245 INFO O| Aug 06 04:08:06.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
36772024-08-06T04:08:07.935Z[ recovery-image] Aug 06 04:08:06.245 INFO O| Aug 06 04:08:06.245 INFO STEP 45 (remove_files) COMPLETE
36782024-08-06T04:08:07.935Z[ recovery-image] Aug 06 04:08:06.245 INFO O| Aug 06 04:08:06.245 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36792024-08-06T04:08:07.946Z[ recovery-image] Aug 06 04:08:06.256 INFO O| Aug 06 04:08:06.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
36802024-08-06T04:08:07.949Z[ recovery-image] Aug 06 04:08:06.256 INFO O| Aug 06 04:08:06.256 INFO STEP 46 (remove_files) COMPLETE
36812024-08-06T04:08:07.949Z[ recovery-image] Aug 06 04:08:06.256 INFO O| Aug 06 04:08:06.256 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36822024-08-06T04:08:07.958Z[ recovery-image] Aug 06 04:08:06.267 INFO O| Aug 06 04:08:06.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
36832024-08-06T04:08:07.958Z[ recovery-image] Aug 06 04:08:06.268 INFO O| Aug 06 04:08:06.268 INFO STEP 47 (remove_files) COMPLETE
36842024-08-06T04:08:07.961Z[ recovery-image] Aug 06 04:08:06.268 INFO O| Aug 06 04:08:06.268 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36852024-08-06T04:08:07.969Z[ recovery-image] Aug 06 04:08:06.279 INFO O| Aug 06 04:08:06.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
36862024-08-06T04:08:07.969Z[ recovery-image] Aug 06 04:08:06.279 INFO O| Aug 06 04:08:06.279 INFO STEP 48 (remove_files) COMPLETE
36872024-08-06T04:08:07.972Z[ recovery-image] Aug 06 04:08:06.279 INFO O| Aug 06 04:08:06.279 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36882024-08-06T04:08:07.981Z[ recovery-image] Aug 06 04:08:06.291 INFO O| Aug 06 04:08:06.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
36892024-08-06T04:08:07.984Z[ recovery-image] Aug 06 04:08:06.291 INFO O| Aug 06 04:08:06.291 INFO STEP 49 (remove_files) COMPLETE
36902024-08-06T04:08:07.984Z[ recovery-image] Aug 06 04:08:06.291 INFO O| Aug 06 04:08:06.291 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36912024-08-06T04:08:07.992Z[ recovery-image] Aug 06 04:08:06.302 INFO O| Aug 06 04:08:06.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
36922024-08-06T04:08:07.993Z[ recovery-image] Aug 06 04:08:06.303 INFO O| Aug 06 04:08:06.302 INFO STEP 50 (remove_files) COMPLETE
36932024-08-06T04:08:07.995Z[ recovery-image] Aug 06 04:08:06.303 INFO O| Aug 06 04:08:06.303 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36942024-08-06T04:08:08.003Z[ recovery-image] Aug 06 04:08:06.313 INFO O| Aug 06 04:08:06.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
36952024-08-06T04:08:08.003Z[ recovery-image] Aug 06 04:08:06.313 INFO O| Aug 06 04:08:06.313 INFO STEP 51 (remove_files) COMPLETE
36962024-08-06T04:08:08.006Z[ recovery-image] Aug 06 04:08:06.313 INFO O| Aug 06 04:08:06.313 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36972024-08-06T04:08:08.016Z[ recovery-image] Aug 06 04:08:06.326 INFO O| Aug 06 04:08:06.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
36982024-08-06T04:08:08.016Z[ recovery-image] Aug 06 04:08:06.326 INFO O| Aug 06 04:08:06.326 INFO STEP 52 (remove_files) COMPLETE
36992024-08-06T04:08:08.016Z[ recovery-image] Aug 06 04:08:06.326 INFO O| Aug 06 04:08:06.326 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37002024-08-06T04:08:08.028Z[ recovery-image] Aug 06 04:08:06.338 INFO O| Aug 06 04:08:06.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37012024-08-06T04:08:08.028Z[ recovery-image] Aug 06 04:08:06.338 INFO O| Aug 06 04:08:06.338 INFO STEP 53 (remove_files) COMPLETE
37022024-08-06T04:08:08.030Z[ recovery-image] Aug 06 04:08:06.338 INFO O| Aug 06 04:08:06.338 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37032024-08-06T04:08:08.040Z[ recovery-image] Aug 06 04:08:06.350 INFO O| Aug 06 04:08:06.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37042024-08-06T04:08:08.043Z[ recovery-image] Aug 06 04:08:06.350 INFO O| Aug 06 04:08:06.350 INFO STEP 54 (remove_files) COMPLETE
37052024-08-06T04:08:08.043Z[ recovery-image] Aug 06 04:08:06.350 INFO O| Aug 06 04:08:06.350 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37062024-08-06T04:08:08.051Z[ recovery-image] Aug 06 04:08:06.362 INFO O| Aug 06 04:08:06.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37072024-08-06T04:08:08.052Z[ recovery-image] Aug 06 04:08:06.362 INFO O| Aug 06 04:08:06.362 INFO STEP 55 (remove_files) COMPLETE
37082024-08-06T04:08:08.054Z[ recovery-image] Aug 06 04:08:06.362 INFO O| Aug 06 04:08:06.362 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37092024-08-06T04:08:08.063Z[ recovery-image] Aug 06 04:08:06.373 INFO O| Aug 06 04:08:06.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37102024-08-06T04:08:08.063Z[ recovery-image] Aug 06 04:08:06.373 INFO O| Aug 06 04:08:06.373 INFO STEP 56 (remove_files) COMPLETE
37112024-08-06T04:08:08.067Z[ recovery-image] Aug 06 04:08:06.373 INFO O| Aug 06 04:08:06.373 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37122024-08-06T04:08:08.075Z[ recovery-image] Aug 06 04:08:06.385 INFO O| Aug 06 04:08:06.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37132024-08-06T04:08:08.075Z[ recovery-image] Aug 06 04:08:06.385 INFO O| Aug 06 04:08:06.385 INFO STEP 57 (remove_files) COMPLETE
37142024-08-06T04:08:08.078Z[ recovery-image] Aug 06 04:08:06.385 INFO O| Aug 06 04:08:06.385 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37152024-08-06T04:08:08.086Z[ recovery-image] Aug 06 04:08:06.396 INFO O| Aug 06 04:08:06.396 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37162024-08-06T04:08:08.086Z[ recovery-image] Aug 06 04:08:06.396 INFO O| Aug 06 04:08:06.396 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37172024-08-06T04:08:08.089Z[ recovery-image] Aug 06 04:08:06.397 INFO O| Aug 06 04:08:06.396 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37182024-08-06T04:08:08.089Z[ recovery-image] Aug 06 04:08:06.397 INFO O| Aug 06 04:08:06.397 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37192024-08-06T04:08:08.089Z[ recovery-image] Aug 06 04:08:06.397 INFO O| Aug 06 04:08:06.397 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37202024-08-06T04:08:08.089Z[ recovery-image] Aug 06 04:08:06.397 INFO O| Aug 06 04:08:06.397 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37212024-08-06T04:08:08.089Z[ recovery-image] Aug 06 04:08:06.397 INFO O| Aug 06 04:08:06.397 INFO ok!
37222024-08-06T04:08:08.089Z[ recovery-image] Aug 06 04:08:06.397 INFO O| Aug 06 04:08:06.397 INFO STEP 58 (ensure_file) COMPLETE
37232024-08-06T04:08:08.089Z[ recovery-image] Aug 06 04:08:06.397 INFO O| Aug 06 04:08:06.397 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37242024-08-06T04:08:08.099Z[ recovery-image] Aug 06 04:08:06.409 INFO O| Aug 06 04:08:06.409 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
37252024-08-06T04:08:08.102Z[ recovery-image] Aug 06 04:08:06.409 INFO O| Aug 06 04:08:06.409 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
37262024-08-06T04:08:08.102Z[ recovery-image] Aug 06 04:08:06.409 INFO O| Aug 06 04:08:06.409 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37272024-08-06T04:08:08.102Z[ recovery-image] Aug 06 04:08:06.409 INFO O| Aug 06 04:08:06.409 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37282024-08-06T04:08:08.102Z[ recovery-image] Aug 06 04:08:06.409 INFO O| Aug 06 04:08:06.409 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37292024-08-06T04:08:08.102Z[ recovery-image] Aug 06 04:08:06.409 INFO O| Aug 06 04:08:06.409 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37302024-08-06T04:08:08.102Z[ recovery-image] Aug 06 04:08:06.409 INFO O| Aug 06 04:08:06.409 INFO ok!
37312024-08-06T04:08:08.102Z[ recovery-image] Aug 06 04:08:06.409 INFO O| Aug 06 04:08:06.409 INFO STEP 59 (ensure_file) COMPLETE
37322024-08-06T04:08:08.102Z[ recovery-image] Aug 06 04:08:06.409 INFO O| Aug 06 04:08:06.409 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37332024-08-06T04:08:08.111Z[ recovery-image] Aug 06 04:08:06.421 INFO O| Aug 06 04:08:06.421 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
37342024-08-06T04:08:08.111Z[ recovery-image] Aug 06 04:08:06.421 INFO O| Aug 06 04:08:06.421 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
37352024-08-06T04:08:08.114Z[ recovery-image] Aug 06 04:08:06.421 INFO O| Aug 06 04:08:06.421 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
37362024-08-06T04:08:08.114Z[ recovery-image] Aug 06 04:08:06.421 INFO O| Aug 06 04:08:06.421 INFO ok!
37372024-08-06T04:08:08.114Z[ recovery-image] Aug 06 04:08:06.421 INFO O| Aug 06 04:08:06.421 INFO STEP 60 (ensure_file) COMPLETE
37382024-08-06T04:08:08.114Z[ recovery-image] Aug 06 04:08:06.421 INFO O| Aug 06 04:08:06.421 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37392024-08-06T04:08:08.122Z[ recovery-image] Aug 06 04:08:06.432 INFO O| Aug 06 04:08:06.432 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
37402024-08-06T04:08:08.122Z[ recovery-image] Aug 06 04:08:06.432 INFO O| Aug 06 04:08:06.432 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
37412024-08-06T04:08:08.124Z[ recovery-image] Aug 06 04:08:06.432 INFO O| Aug 06 04:08:06.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
37422024-08-06T04:08:08.124Z[ recovery-image] Aug 06 04:08:06.432 INFO O| Aug 06 04:08:06.432 INFO ok!
37432024-08-06T04:08:08.124Z[ recovery-image] Aug 06 04:08:06.432 INFO O| Aug 06 04:08:06.432 INFO STEP 61 (ensure_file) COMPLETE
37442024-08-06T04:08:08.124Z[ recovery-image] Aug 06 04:08:06.432 INFO O| Aug 06 04:08:06.432 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37452024-08-06T04:08:08.133Z[ recovery-image] Aug 06 04:08:06.443 INFO O| Aug 06 04:08:06.443 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
37462024-08-06T04:08:08.133Z[ recovery-image] Aug 06 04:08:06.443 INFO O| Aug 06 04:08:06.443 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
37472024-08-06T04:08:08.136Z[ recovery-image] Aug 06 04:08:06.443 INFO O| Aug 06 04:08:06.443 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37482024-08-06T04:08:08.136Z[ recovery-image] Aug 06 04:08:06.443 INFO O| Aug 06 04:08:06.443 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37492024-08-06T04:08:08.136Z[ recovery-image] Aug 06 04:08:06.443 INFO O| Aug 06 04:08:06.443 INFO ok!
37502024-08-06T04:08:08.136Z[ recovery-image] Aug 06 04:08:06.443 INFO O| Aug 06 04:08:06.443 INFO STEP 62 (ensure_file) COMPLETE
37512024-08-06T04:08:08.136Z[ recovery-image] Aug 06 04:08:06.443 INFO O| Aug 06 04:08:06.443 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37522024-08-06T04:08:08.145Z[ recovery-image] Aug 06 04:08:06.455 INFO O| Aug 06 04:08:06.455 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
37532024-08-06T04:08:08.145Z[ recovery-image] Aug 06 04:08:06.455 INFO O| Aug 06 04:08:06.455 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
37542024-08-06T04:08:08.145Z[ recovery-image] Aug 06 04:08:06.455 INFO O| Aug 06 04:08:06.455 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37552024-08-06T04:08:08.145Z[ recovery-image] Aug 06 04:08:06.455 INFO O| Aug 06 04:08:06.455 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37562024-08-06T04:08:08.148Z[ recovery-image] Aug 06 04:08:06.455 INFO O| Aug 06 04:08:06.455 INFO ok!
37572024-08-06T04:08:08.148Z[ recovery-image] Aug 06 04:08:06.455 INFO O| Aug 06 04:08:06.455 INFO STEP 63 (ensure_file) COMPLETE
37582024-08-06T04:08:08.148Z[ recovery-image] Aug 06 04:08:06.455 INFO O| Aug 06 04:08:06.455 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-08-06T04:08:08.159Z[ recovery-image] Aug 06 04:08:06.468 INFO O| Aug 06 04:08:06.468 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme does not exist
37602024-08-06T04:08:08.159Z[ recovery-image] Aug 06 04:08:06.468 INFO O| Aug 06 04:08:06.468 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme ...
37612024-08-06T04:08:08.159Z[ recovery-image] Aug 06 04:08:06.468 INFO O| Aug 06 04:08:06.468 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme
37622024-08-06T04:08:08.162Z[ recovery-image] Aug 06 04:08:06.468 INFO O| Aug 06 04:08:06.468 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme
37632024-08-06T04:08:08.162Z[ recovery-image] Aug 06 04:08:06.468 INFO O| Aug 06 04:08:06.468 INFO ok!
37642024-08-06T04:08:08.162Z[ recovery-image] Aug 06 04:08:06.468 INFO O| Aug 06 04:08:06.468 INFO STEP 64 (ensure_file) COMPLETE
37652024-08-06T04:08:08.162Z[ recovery-image] Aug 06 04:08:06.468 INFO O| Aug 06 04:08:06.468 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-08-06T04:08:08.169Z[ recovery-image] Aug 06 04:08:06.479 INFO O| Aug 06 04:08:06.479 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
37672024-08-06T04:08:08.169Z[ recovery-image] Aug 06 04:08:06.479 INFO O| Aug 06 04:08:06.479 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
37682024-08-06T04:08:08.172Z[ recovery-image] Aug 06 04:08:06.480 INFO O| Aug 06 04:08:06.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
37692024-08-06T04:08:08.172Z[ recovery-image] Aug 06 04:08:06.480 INFO O| Aug 06 04:08:06.480 INFO ok!
37702024-08-06T04:08:08.172Z[ recovery-image] Aug 06 04:08:06.480 INFO O| Aug 06 04:08:06.480 INFO STEP 65 (assemble_files) COMPLETE
37712024-08-06T04:08:08.173Z[ recovery-image] Aug 06 04:08:06.480 INFO O| Aug 06 04:08:06.480 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-08-06T04:08:08.183Z[ recovery-image] Aug 06 04:08:06.493 INFO O| Aug 06 04:08:06.492 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
37732024-08-06T04:08:08.183Z[ recovery-image] Aug 06 04:08:06.493 INFO O| Aug 06 04:08:06.492 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
37742024-08-06T04:08:08.186Z[ recovery-image] Aug 06 04:08:06.493 INFO O| Aug 06 04:08:06.493 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37752024-08-06T04:08:08.186Z[ recovery-image] Aug 06 04:08:06.493 INFO O| Aug 06 04:08:06.493 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37762024-08-06T04:08:08.186Z[ recovery-image] Aug 06 04:08:06.493 INFO O| Aug 06 04:08:06.493 INFO ok!
37772024-08-06T04:08:08.186Z[ recovery-image] Aug 06 04:08:06.493 INFO O| Aug 06 04:08:06.493 INFO STEP 66 (ensure_file) COMPLETE
37782024-08-06T04:08:08.186Z[ recovery-image] Aug 06 04:08:06.493 INFO O| Aug 06 04:08:06.493 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37792024-08-06T04:08:08.186Z[ recovery-image] Aug 06 04:08:06.493 INFO O| Aug 06 04:08:06.493 INFO skip step because feature "omicron1" is not enabled
37802024-08-06T04:08:08.186Z[ recovery-image] Aug 06 04:08:06.493 INFO O| Aug 06 04:08:06.493 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37812024-08-06T04:08:08.186Z[ recovery-image] Aug 06 04:08:06.493 INFO O| Aug 06 04:08:06.493 INFO skip step because feature "omicron1" is not enabled
37822024-08-06T04:08:08.186Z[ recovery-image] Aug 06 04:08:06.493 INFO O| Aug 06 04:08:06.493 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37832024-08-06T04:08:08.186Z[ recovery-image] Aug 06 04:08:06.493 INFO O| Aug 06 04:08:06.493 INFO skip step because feature "omicron1" is not enabled
37842024-08-06T04:08:08.186Z[ recovery-image] Aug 06 04:08:06.493 INFO O| Aug 06 04:08:06.493 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37852024-08-06T04:08:08.200Z[ recovery-image] Aug 06 04:08:06.510 INFO O| Aug 06 04:08:06.510 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
37862024-08-06T04:08:08.202Z[ recovery-image] Aug 06 04:08:06.510 INFO O| Aug 06 04:08:06.510 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
37872024-08-06T04:08:08.780Z[ host-image] Aug 06 04:08:07.090 INFO O| Aug 06 04:08:07.090 INFO O| Planning: Solver setup ... Done
37882024-08-06T04:08:08.784Z[ host-image] Aug 06 04:08:07.093 INFO O| Aug 06 04:08:07.093 INFO O| Planning: Running solver ... Done
37892024-08-06T04:08:08.823Z[ host-image] Aug 06 04:08:07.133 INFO O| Aug 06 04:08:07.133 INFO O| Planning: Finding local manifests ... Done
37902024-08-06T04:08:08.826Z[ host-image] Aug 06 04:08:07.134 INFO O| Aug 06 04:08:07.134 INFO O| Planning: Fetching manifests: 0/4 0% complete
37912024-08-06T04:08:08.913Z[ host-image] Aug 06 04:08:07.222 INFO O| Aug 06 04:08:07.222 INFO O| Planning: Fetching manifests: 4/4 100% complete
37922024-08-06T04:08:08.935Z[ host-image] Aug 06 04:08:07.245 INFO O| Aug 06 04:08:07.245 INFO O| Planning: Package planning ... Done
37932024-08-06T04:08:08.938Z[ host-image] Aug 06 04:08:07.248 INFO O| Aug 06 04:08:07.248 INFO O| Planning: Merging actions ... Done
37942024-08-06T04:08:09.015Z[ host-image] Aug 06 04:08:07.325 INFO O| Aug 06 04:08:07.325 INFO O| Planning: Checking for conflicting actions ... Done
37952024-08-06T04:08:09.018Z[ host-image] Aug 06 04:08:07.326 INFO O| Aug 06 04:08:07.326 INFO O| Planning: Consolidating action changes ... Done
37962024-08-06T04:08:09.277Z[ host-image] Aug 06 04:08:07.586 INFO O| Aug 06 04:08:07.586 INFO O| Planning: Evaluating mediators ... Done
37972024-08-06T04:08:09.279Z[ host-image] Aug 06 04:08:07.587 INFO O| Aug 06 04:08:07.587 INFO O| Planning: Planning completed in 2.31 seconds
37982024-08-06T04:08:09.279Z[ host-image] Aug 06 04:08:07.589 INFO O| Aug 06 04:08:07.589 INFO O| Packages to install: 4
37992024-08-06T04:08:09.279Z[ host-image] Aug 06 04:08:07.589 INFO O| Aug 06 04:08:07.589 INFO O| Services to change: 2
38002024-08-06T04:08:09.290Z[ host-image] Aug 06 04:08:07.600 INFO O| Aug 06 04:08:07.600 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
38012024-08-06T04:08:09.726Z[ recovery-image] Aug 06 04:08:08.035 INFO O| Aug 06 04:08:08.035 INFO STEP 70 (pack_tar) COMPLETE
38022024-08-06T04:08:09.726Z[ recovery-image] Aug 06 04:08:08.035 INFO O| Aug 06 04:08:08.035 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38032024-08-06T04:08:09.729Z[ recovery-image] Aug 06 04:08:08.035 INFO O| Aug 06 04:08:08.035 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38042024-08-06T04:08:10.226Z[ recovery-image] Aug 06 04:08:08.535 INFO O| Aug 06 04:08:08.535 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38052024-08-06T04:08:10.304Z[ recovery-image] Aug 06 04:08:08.613 INFO O| Aug 06 04:08:08.613 INFO completed processing gimlet/ramdisk-02-trim
38062024-08-06T04:08:10.307Z[ recovery-image] Aug 06 04:08:08.615 INFO image builder template: ramdisk-03-recovery-trim...
38072024-08-06T04:08:10.307Z[ recovery-image] Aug 06 04:08:08.615 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/.tmptRARGf/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-03-recovery-trim"], pwd: None
38082024-08-06T04:08:10.315Z[ host-image] Aug 06 04:08:08.625 INFO O| Aug 06 04:08:08.625 INFO O| Download: Completed 1.39 MB in 1.03 seconds (1.4M/s)
38092024-08-06T04:08:10.339Z[ host-image] Aug 06 04:08:08.648 INFO O| Aug 06 04:08:08.648 INFO O| Actions: 1/238 actions (Installing new actions)
38102024-08-06T04:08:10.373Z[ recovery-image] Aug 06 04:08:08.682 INFO O| Aug 06 04:08:08.682 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38112024-08-06T04:08:10.377Z[ recovery-image] Aug 06 04:08:08.686 INFO O| Aug 06 04:08:08.686 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38122024-08-06T04:08:10.489Z[ host-image] Aug 06 04:08:08.769 INFO O| Aug 06 04:08:08.769 INFO O| Actions: Completed 238 actions in 0.12 seconds.
38132024-08-06T04:08:10.493Z[ recovery-image] Aug 06 04:08:08.802 INFO O| Aug 06 04:08:08.802 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38142024-08-06T04:08:10.552Z[ recovery-image] Aug 06 04:08:08.861 INFO O| Aug 06 04:08:08.861 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38152024-08-06T04:08:10.552Z[ recovery-image] Aug 06 04:08:08.862 INFO O| Aug 06 04:08:08.862 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38162024-08-06T04:08:10.562Z[ recovery-image] Aug 06 04:08:08.872 INFO O| Aug 06 04:08:08.872 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38172024-08-06T04:08:10.568Z[ recovery-image] Aug 06 04:08:08.878 INFO O| Aug 06 04:08:08.878 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38182024-08-06T04:08:10.577Z[ recovery-image] Aug 06 04:08:08.887 INFO O| Aug 06 04:08:08.886 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38192024-08-06T04:08:10.707Z[ host-image] Aug 06 04:08:09.016 INFO O| Aug 06 04:08:09.016 INFO O| Done
38202024-08-06T04:08:10.707Z[ host-image] Aug 06 04:08:09.017 INFO O| Aug 06 04:08:09.016 INFO O| Done
38212024-08-06T04:08:10.824Z[ recovery-image] Aug 06 04:08:09.133 INFO O| Aug 06 04:08:09.133 INFO rolled back to input snapshot; work may begin
38222024-08-06T04:08:10.824Z[ recovery-image] Aug 06 04:08:09.133 INFO O| Aug 06 04:08:09.133 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38232024-08-06T04:08:10.831Z[ recovery-image] Aug 06 04:08:09.141 INFO O| Aug 06 04:08:09.141 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38242024-08-06T04:08:10.844Z[ recovery-image] Aug 06 04:08:09.153 INFO O| Aug 06 04:08:09.153 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38252024-08-06T04:08:10.847Z[ recovery-image] Aug 06 04:08:09.156 INFO O| Aug 06 04:08:09.156 INFO STEP 0 (remove_files) COMPLETE
38262024-08-06T04:08:10.847Z[ recovery-image] Aug 06 04:08:09.156 INFO O| Aug 06 04:08:09.156 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38272024-08-06T04:08:10.859Z[ recovery-image] Aug 06 04:08:09.168 INFO O| Aug 06 04:08:09.168 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38282024-08-06T04:08:10.911Z[ recovery-image] Aug 06 04:08:09.220 INFO O| Aug 06 04:08:09.220 INFO STEP 1 (remove_files) COMPLETE
38292024-08-06T04:08:10.911Z[ recovery-image] Aug 06 04:08:09.221 INFO O| Aug 06 04:08:09.220 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38302024-08-06T04:08:10.924Z[ recovery-image] Aug 06 04:08:09.234 INFO O| Aug 06 04:08:09.234 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38312024-08-06T04:08:10.927Z[ recovery-image] Aug 06 04:08:09.236 INFO O| Aug 06 04:08:09.236 INFO STEP 2 (remove_files) COMPLETE
38322024-08-06T04:08:10.927Z[ recovery-image] Aug 06 04:08:09.236 INFO O| Aug 06 04:08:09.236 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38332024-08-06T04:08:10.937Z[ recovery-image] Aug 06 04:08:09.247 INFO O| Aug 06 04:08:09.247 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38342024-08-06T04:08:10.978Z[ recovery-image] Aug 06 04:08:09.288 INFO O| Aug 06 04:08:09.288 INFO STEP 3 (remove_files) COMPLETE
38352024-08-06T04:08:10.978Z[ recovery-image] Aug 06 04:08:09.288 INFO O| Aug 06 04:08:09.288 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38362024-08-06T04:08:10.992Z[ recovery-image] Aug 06 04:08:09.301 INFO O| Aug 06 04:08:09.301 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38372024-08-06T04:08:11.004Z[ recovery-image] Aug 06 04:08:09.313 INFO O| Aug 06 04:08:09.313 INFO STEP 4 (remove_files) COMPLETE
38382024-08-06T04:08:11.004Z[ recovery-image] Aug 06 04:08:09.313 INFO O| Aug 06 04:08:09.313 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38392024-08-06T04:08:11.018Z[ recovery-image] Aug 06 04:08:09.327 INFO O| Aug 06 04:08:09.327 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38402024-08-06T04:08:11.021Z[ recovery-image] Aug 06 04:08:09.331 INFO O| Aug 06 04:08:09.331 INFO STEP 5 (remove_files) COMPLETE
38412024-08-06T04:08:11.021Z[ recovery-image] Aug 06 04:08:09.331 INFO O| Aug 06 04:08:09.331 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38422024-08-06T04:08:11.034Z[ recovery-image] Aug 06 04:08:09.343 INFO O| Aug 06 04:08:09.343 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38432024-08-06T04:08:11.036Z[ recovery-image] Aug 06 04:08:09.345 INFO O| Aug 06 04:08:09.345 INFO STEP 6 (remove_files) COMPLETE
38442024-08-06T04:08:11.036Z[ recovery-image] Aug 06 04:08:09.345 INFO O| Aug 06 04:08:09.345 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38452024-08-06T04:08:11.047Z[ recovery-image] Aug 06 04:08:09.357 INFO O| Aug 06 04:08:09.357 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38462024-08-06T04:08:11.051Z[ recovery-image] Aug 06 04:08:09.359 INFO O| Aug 06 04:08:09.359 INFO STEP 7 (remove_files) COMPLETE
38472024-08-06T04:08:11.051Z[ recovery-image] Aug 06 04:08:09.359 INFO O| Aug 06 04:08:09.359 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38482024-08-06T04:08:11.062Z[ recovery-image] Aug 06 04:08:09.372 INFO O| Aug 06 04:08:09.372 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
38492024-08-06T04:08:11.066Z[ recovery-image] Aug 06 04:08:09.375 INFO O| Aug 06 04:08:09.375 INFO STEP 8 (remove_files) COMPLETE
38502024-08-06T04:08:11.066Z[ recovery-image] Aug 06 04:08:09.376 INFO O| Aug 06 04:08:09.375 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38512024-08-06T04:08:11.081Z[ recovery-image] Aug 06 04:08:09.390 INFO O| Aug 06 04:08:09.390 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
38522024-08-06T04:08:11.083Z[ recovery-image] Aug 06 04:08:09.390 INFO O| Aug 06 04:08:09.390 INFO STEP 9 (remove_files) COMPLETE
38532024-08-06T04:08:11.083Z[ recovery-image] Aug 06 04:08:09.390 INFO O| Aug 06 04:08:09.390 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38542024-08-06T04:08:11.089Z[ host-image] Aug 06 04:08:09.398 INFO O| Aug 06 04:08:09.398 INFO O| Done
38552024-08-06T04:08:11.096Z[ recovery-image] Aug 06 04:08:09.406 INFO O| Aug 06 04:08:09.406 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
38562024-08-06T04:08:11.099Z[ recovery-image] Aug 06 04:08:09.408 INFO O| Aug 06 04:08:09.408 INFO STEP 10 (remove_files) COMPLETE
38572024-08-06T04:08:11.099Z[ recovery-image] Aug 06 04:08:09.408 INFO O| Aug 06 04:08:09.408 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38582024-08-06T04:08:11.112Z[ recovery-image] Aug 06 04:08:09.421 INFO O| Aug 06 04:08:09.421 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
38592024-08-06T04:08:11.161Z[ recovery-image] Aug 06 04:08:09.471 INFO O| Aug 06 04:08:09.471 INFO STEP 11 (remove_files) COMPLETE
38602024-08-06T04:08:11.161Z[ recovery-image] Aug 06 04:08:09.471 INFO O| Aug 06 04:08:09.471 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38612024-08-06T04:08:11.173Z[ recovery-image] Aug 06 04:08:09.483 INFO O| Aug 06 04:08:09.483 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
38622024-08-06T04:08:11.176Z[ recovery-image] Aug 06 04:08:09.485 INFO O| Aug 06 04:08:09.485 INFO STEP 12 (remove_files) COMPLETE
38632024-08-06T04:08:11.176Z[ recovery-image] Aug 06 04:08:09.485 INFO O| Aug 06 04:08:09.485 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38642024-08-06T04:08:11.188Z[ recovery-image] Aug 06 04:08:09.497 INFO O| Aug 06 04:08:09.497 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
38652024-08-06T04:08:11.191Z[ recovery-image] Aug 06 04:08:09.500 INFO O| Aug 06 04:08:09.500 INFO STEP 13 (remove_files) COMPLETE
38662024-08-06T04:08:11.191Z[ recovery-image] Aug 06 04:08:09.500 INFO O| Aug 06 04:08:09.500 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38672024-08-06T04:08:11.206Z[ recovery-image] Aug 06 04:08:09.515 INFO O| Aug 06 04:08:09.515 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
38682024-08-06T04:08:11.209Z[ recovery-image] Aug 06 04:08:09.516 INFO O| Aug 06 04:08:09.516 INFO STEP 14 (remove_files) COMPLETE
38692024-08-06T04:08:11.209Z[ recovery-image] Aug 06 04:08:09.516 INFO O| Aug 06 04:08:09.516 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38702024-08-06T04:08:11.220Z[ recovery-image] Aug 06 04:08:09.530 INFO O| Aug 06 04:08:09.529 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
38712024-08-06T04:08:11.223Z[ recovery-image] Aug 06 04:08:09.531 INFO O| Aug 06 04:08:09.531 INFO STEP 15 (remove_files) COMPLETE
38722024-08-06T04:08:11.223Z[ recovery-image] Aug 06 04:08:09.531 INFO O| Aug 06 04:08:09.531 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38732024-08-06T04:08:11.233Z[ recovery-image] Aug 06 04:08:09.543 INFO O| Aug 06 04:08:09.543 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
38742024-08-06T04:08:11.240Z[ recovery-image] Aug 06 04:08:09.549 INFO O| Aug 06 04:08:09.549 INFO STEP 16 (remove_files) COMPLETE
38752024-08-06T04:08:11.240Z[ recovery-image] Aug 06 04:08:09.549 INFO O| Aug 06 04:08:09.549 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38762024-08-06T04:08:11.254Z[ recovery-image] Aug 06 04:08:09.563 INFO O| Aug 06 04:08:09.563 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
38772024-08-06T04:08:11.257Z[ recovery-image] Aug 06 04:08:09.564 INFO O| Aug 06 04:08:09.564 INFO STEP 17 (remove_files) COMPLETE
38782024-08-06T04:08:11.257Z[ recovery-image] Aug 06 04:08:09.564 INFO O| Aug 06 04:08:09.564 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38792024-08-06T04:08:11.271Z[ recovery-image] Aug 06 04:08:09.579 INFO O| Aug 06 04:08:09.579 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
38802024-08-06T04:08:11.274Z[ recovery-image] Aug 06 04:08:09.579 INFO O| Aug 06 04:08:09.579 INFO STEP 18 (remove_files) COMPLETE
38812024-08-06T04:08:11.274Z[ recovery-image] Aug 06 04:08:09.579 INFO O| Aug 06 04:08:09.579 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38822024-08-06T04:08:11.282Z[ recovery-image] Aug 06 04:08:09.592 INFO O| Aug 06 04:08:09.591 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
38832024-08-06T04:08:11.326Z[ recovery-image] Aug 06 04:08:09.636 INFO O| Aug 06 04:08:09.636 INFO STEP 19 (remove_files) COMPLETE
38842024-08-06T04:08:11.326Z[ recovery-image] Aug 06 04:08:09.636 INFO O| Aug 06 04:08:09.636 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38852024-08-06T04:08:11.338Z[ recovery-image] Aug 06 04:08:09.648 INFO O| Aug 06 04:08:09.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
38862024-08-06T04:08:11.344Z[ recovery-image] Aug 06 04:08:09.648 INFO O| Aug 06 04:08:09.648 INFO STEP 20 (remove_files) COMPLETE
38872024-08-06T04:08:11.344Z[ recovery-image] Aug 06 04:08:09.648 INFO O| Aug 06 04:08:09.648 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38882024-08-06T04:08:11.351Z[ recovery-image] Aug 06 04:08:09.660 INFO O| Aug 06 04:08:09.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
38892024-08-06T04:08:11.353Z[ recovery-image] Aug 06 04:08:09.660 INFO O| Aug 06 04:08:09.660 INFO STEP 21 (remove_files) COMPLETE
38902024-08-06T04:08:11.353Z[ recovery-image] Aug 06 04:08:09.660 INFO O| Aug 06 04:08:09.660 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38912024-08-06T04:08:11.361Z[ recovery-image] Aug 06 04:08:09.671 INFO O| Aug 06 04:08:09.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
38922024-08-06T04:08:11.364Z[ recovery-image] Aug 06 04:08:09.672 INFO O| Aug 06 04:08:09.671 INFO STEP 22 (remove_files) COMPLETE
38932024-08-06T04:08:11.364Z[ recovery-image] Aug 06 04:08:09.672 INFO O| Aug 06 04:08:09.672 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38942024-08-06T04:08:11.372Z[ recovery-image] Aug 06 04:08:09.681 INFO O| Aug 06 04:08:09.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
38952024-08-06T04:08:11.372Z[ recovery-image] Aug 06 04:08:09.681 INFO O| Aug 06 04:08:09.681 INFO STEP 23 (remove_files) COMPLETE
38962024-08-06T04:08:11.375Z[ recovery-image] Aug 06 04:08:09.681 INFO O| Aug 06 04:08:09.681 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38972024-08-06T04:08:11.382Z[ recovery-image] Aug 06 04:08:09.691 INFO O| Aug 06 04:08:09.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
38982024-08-06T04:08:11.385Z[ recovery-image] Aug 06 04:08:09.692 INFO O| Aug 06 04:08:09.692 INFO STEP 24 (remove_files) COMPLETE
38992024-08-06T04:08:11.385Z[ recovery-image] Aug 06 04:08:09.692 INFO O| Aug 06 04:08:09.692 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39002024-08-06T04:08:11.394Z[ recovery-image] Aug 06 04:08:09.703 INFO O| Aug 06 04:08:09.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39012024-08-06T04:08:11.397Z[ recovery-image] Aug 06 04:08:09.704 INFO O| Aug 06 04:08:09.704 INFO STEP 25 (remove_files) COMPLETE
39022024-08-06T04:08:11.397Z[ recovery-image] Aug 06 04:08:09.704 INFO O| Aug 06 04:08:09.704 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39032024-08-06T04:08:11.406Z[ recovery-image] Aug 06 04:08:09.715 INFO O| Aug 06 04:08:09.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39042024-08-06T04:08:11.408Z[ recovery-image] Aug 06 04:08:09.715 INFO O| Aug 06 04:08:09.715 INFO STEP 26 (remove_files) COMPLETE
39052024-08-06T04:08:11.408Z[ recovery-image] Aug 06 04:08:09.715 INFO O| Aug 06 04:08:09.715 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39062024-08-06T04:08:11.417Z[ recovery-image] Aug 06 04:08:09.726 INFO O| Aug 06 04:08:09.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39072024-08-06T04:08:11.417Z[ recovery-image] Aug 06 04:08:09.726 INFO O| Aug 06 04:08:09.726 INFO STEP 27 (remove_files) COMPLETE
39082024-08-06T04:08:11.420Z[ recovery-image] Aug 06 04:08:09.726 INFO O| Aug 06 04:08:09.726 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39092024-08-06T04:08:11.428Z[ recovery-image] Aug 06 04:08:09.737 INFO O| Aug 06 04:08:09.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39102024-08-06T04:08:11.428Z[ recovery-image] Aug 06 04:08:09.737 INFO O| Aug 06 04:08:09.737 INFO STEP 28 (remove_files) COMPLETE
39112024-08-06T04:08:11.428Z[ recovery-image] Aug 06 04:08:09.737 INFO O| Aug 06 04:08:09.737 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39122024-08-06T04:08:11.439Z[ recovery-image] Aug 06 04:08:09.748 INFO O| Aug 06 04:08:09.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39132024-08-06T04:08:11.442Z[ recovery-image] Aug 06 04:08:09.748 INFO O| Aug 06 04:08:09.748 INFO STEP 29 (remove_files) COMPLETE
39142024-08-06T04:08:11.442Z[ recovery-image] Aug 06 04:08:09.748 INFO O| Aug 06 04:08:09.748 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39152024-08-06T04:08:11.449Z[ recovery-image] Aug 06 04:08:09.758 INFO O| Aug 06 04:08:09.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39162024-08-06T04:08:11.449Z[ recovery-image] Aug 06 04:08:09.758 INFO O| Aug 06 04:08:09.758 INFO STEP 30 (remove_files) COMPLETE
39172024-08-06T04:08:11.451Z[ recovery-image] Aug 06 04:08:09.758 INFO O| Aug 06 04:08:09.758 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39182024-08-06T04:08:11.459Z[ recovery-image] Aug 06 04:08:09.768 INFO O| Aug 06 04:08:09.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39192024-08-06T04:08:11.459Z[ recovery-image] Aug 06 04:08:09.769 INFO O| Aug 06 04:08:09.768 INFO STEP 31 (remove_files) COMPLETE
39202024-08-06T04:08:11.462Z[ recovery-image] Aug 06 04:08:09.769 INFO O| Aug 06 04:08:09.769 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39212024-08-06T04:08:11.470Z[ recovery-image] Aug 06 04:08:09.779 INFO O| Aug 06 04:08:09.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39222024-08-06T04:08:11.472Z[ recovery-image] Aug 06 04:08:09.780 INFO O| Aug 06 04:08:09.780 INFO STEP 32 (remove_files) COMPLETE
39232024-08-06T04:08:11.472Z[ recovery-image] Aug 06 04:08:09.780 INFO O| Aug 06 04:08:09.780 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39242024-08-06T04:08:11.481Z[ recovery-image] Aug 06 04:08:09.790 INFO O| Aug 06 04:08:09.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39252024-08-06T04:08:11.481Z[ recovery-image] Aug 06 04:08:09.791 INFO O| Aug 06 04:08:09.790 INFO STEP 33 (remove_files) COMPLETE
39262024-08-06T04:08:11.484Z[ recovery-image] Aug 06 04:08:09.791 INFO O| Aug 06 04:08:09.791 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39272024-08-06T04:08:11.492Z[ recovery-image] Aug 06 04:08:09.802 INFO O| Aug 06 04:08:09.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39282024-08-06T04:08:11.492Z[ recovery-image] Aug 06 04:08:09.802 INFO O| Aug 06 04:08:09.802 INFO STEP 34 (remove_files) COMPLETE
39292024-08-06T04:08:11.495Z[ recovery-image] Aug 06 04:08:09.802 INFO O| Aug 06 04:08:09.802 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39302024-08-06T04:08:11.506Z[ recovery-image] Aug 06 04:08:09.815 INFO O| Aug 06 04:08:09.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39312024-08-06T04:08:11.508Z[ recovery-image] Aug 06 04:08:09.815 INFO O| Aug 06 04:08:09.815 INFO STEP 35 (remove_files) COMPLETE
39322024-08-06T04:08:11.508Z[ recovery-image] Aug 06 04:08:09.815 INFO O| Aug 06 04:08:09.815 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39332024-08-06T04:08:11.521Z[ recovery-image] Aug 06 04:08:09.829 INFO O| Aug 06 04:08:09.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39342024-08-06T04:08:11.521Z[ recovery-image] Aug 06 04:08:09.829 INFO O| Aug 06 04:08:09.829 INFO STEP 36 (remove_files) COMPLETE
39352024-08-06T04:08:11.521Z[ recovery-image] Aug 06 04:08:09.829 INFO O| Aug 06 04:08:09.829 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39362024-08-06T04:08:11.532Z[ recovery-image] Aug 06 04:08:09.841 INFO O| Aug 06 04:08:09.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39372024-08-06T04:08:11.534Z[ recovery-image] Aug 06 04:08:09.841 INFO O| Aug 06 04:08:09.841 INFO STEP 37 (remove_files) COMPLETE
39382024-08-06T04:08:11.534Z[ recovery-image] Aug 06 04:08:09.841 INFO O| Aug 06 04:08:09.841 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39392024-08-06T04:08:11.543Z[ recovery-image] Aug 06 04:08:09.852 INFO O| Aug 06 04:08:09.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39402024-08-06T04:08:11.546Z[ recovery-image] Aug 06 04:08:09.853 INFO O| Aug 06 04:08:09.852 INFO STEP 38 (remove_files) COMPLETE
39412024-08-06T04:08:11.546Z[ recovery-image] Aug 06 04:08:09.853 INFO O| Aug 06 04:08:09.853 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39422024-08-06T04:08:11.554Z[ recovery-image] Aug 06 04:08:09.864 INFO O| Aug 06 04:08:09.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39432024-08-06T04:08:11.558Z[ recovery-image] Aug 06 04:08:09.864 INFO O| Aug 06 04:08:09.864 INFO STEP 39 (remove_files) COMPLETE
39442024-08-06T04:08:11.558Z[ recovery-image] Aug 06 04:08:09.864 INFO O| Aug 06 04:08:09.864 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39452024-08-06T04:08:11.566Z[ recovery-image] Aug 06 04:08:09.875 INFO O| Aug 06 04:08:09.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39462024-08-06T04:08:11.566Z[ recovery-image] Aug 06 04:08:09.875 INFO O| Aug 06 04:08:09.875 INFO STEP 40 (remove_files) COMPLETE
39472024-08-06T04:08:11.566Z[ recovery-image] Aug 06 04:08:09.876 INFO O| Aug 06 04:08:09.875 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39482024-08-06T04:08:11.577Z[ recovery-image] Aug 06 04:08:09.887 INFO O| Aug 06 04:08:09.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39492024-08-06T04:08:11.577Z[ recovery-image] Aug 06 04:08:09.887 INFO O| Aug 06 04:08:09.887 INFO STEP 41 (remove_files) COMPLETE
39502024-08-06T04:08:11.580Z[ recovery-image] Aug 06 04:08:09.887 INFO O| Aug 06 04:08:09.887 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39512024-08-06T04:08:11.589Z[ recovery-image] Aug 06 04:08:09.898 INFO O| Aug 06 04:08:09.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
39522024-08-06T04:08:11.589Z[ recovery-image] Aug 06 04:08:09.898 INFO O| Aug 06 04:08:09.898 INFO STEP 42 (remove_files) COMPLETE
39532024-08-06T04:08:11.592Z[ recovery-image] Aug 06 04:08:09.898 INFO O| Aug 06 04:08:09.898 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39542024-08-06T04:08:11.600Z[ recovery-image] Aug 06 04:08:09.909 INFO O| Aug 06 04:08:09.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
39552024-08-06T04:08:11.600Z[ recovery-image] Aug 06 04:08:09.909 INFO O| Aug 06 04:08:09.909 INFO STEP 43 (remove_files) COMPLETE
39562024-08-06T04:08:11.600Z[ recovery-image] Aug 06 04:08:09.909 INFO O| Aug 06 04:08:09.909 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39572024-08-06T04:08:11.611Z[ recovery-image] Aug 06 04:08:09.920 INFO O| Aug 06 04:08:09.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
39582024-08-06T04:08:11.611Z[ recovery-image] Aug 06 04:08:09.920 INFO O| Aug 06 04:08:09.920 INFO STEP 44 (remove_files) COMPLETE
39592024-08-06T04:08:11.614Z[ recovery-image] Aug 06 04:08:09.920 INFO O| Aug 06 04:08:09.920 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39602024-08-06T04:08:11.622Z[ recovery-image] Aug 06 04:08:09.932 INFO O| Aug 06 04:08:09.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
39612024-08-06T04:08:11.625Z[ recovery-image] Aug 06 04:08:09.932 INFO O| Aug 06 04:08:09.932 INFO STEP 45 (remove_files) COMPLETE
39622024-08-06T04:08:11.625Z[ recovery-image] Aug 06 04:08:09.932 INFO O| Aug 06 04:08:09.932 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39632024-08-06T04:08:11.634Z[ recovery-image] Aug 06 04:08:09.943 INFO O| Aug 06 04:08:09.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
39642024-08-06T04:08:11.634Z[ recovery-image] Aug 06 04:08:09.943 INFO O| Aug 06 04:08:09.943 INFO STEP 46 (remove_files) COMPLETE
39652024-08-06T04:08:11.636Z[ recovery-image] Aug 06 04:08:09.943 INFO O| Aug 06 04:08:09.943 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39662024-08-06T04:08:11.645Z[ recovery-image] Aug 06 04:08:09.954 INFO O| Aug 06 04:08:09.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
39672024-08-06T04:08:11.647Z[ recovery-image] Aug 06 04:08:09.955 INFO O| Aug 06 04:08:09.954 INFO STEP 47 (remove_files) COMPLETE
39682024-08-06T04:08:11.647Z[ recovery-image] Aug 06 04:08:09.955 INFO O| Aug 06 04:08:09.954 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39692024-08-06T04:08:11.657Z[ recovery-image] Aug 06 04:08:09.967 INFO O| Aug 06 04:08:09.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
39702024-08-06T04:08:11.657Z[ recovery-image] Aug 06 04:08:09.967 INFO O| Aug 06 04:08:09.967 INFO STEP 48 (remove_files) COMPLETE
39712024-08-06T04:08:11.660Z[ recovery-image] Aug 06 04:08:09.967 INFO O| Aug 06 04:08:09.967 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39722024-08-06T04:08:11.669Z[ recovery-image] Aug 06 04:08:09.979 INFO O| Aug 06 04:08:09.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
39732024-08-06T04:08:11.673Z[ recovery-image] Aug 06 04:08:09.979 INFO O| Aug 06 04:08:09.979 INFO STEP 49 (remove_files) COMPLETE
39742024-08-06T04:08:11.673Z[ recovery-image] Aug 06 04:08:09.979 INFO O| Aug 06 04:08:09.979 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-08-06T04:08:11.682Z[ recovery-image] Aug 06 04:08:09.991 INFO O| Aug 06 04:08:09.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
39762024-08-06T04:08:11.682Z[ recovery-image] Aug 06 04:08:09.991 INFO O| Aug 06 04:08:09.991 INFO STEP 50 (remove_files) COMPLETE
39772024-08-06T04:08:11.684Z[ recovery-image] Aug 06 04:08:09.991 INFO O| Aug 06 04:08:09.991 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39782024-08-06T04:08:11.693Z[ recovery-image] Aug 06 04:08:10.002 INFO O| Aug 06 04:08:10.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
39792024-08-06T04:08:11.695Z[ recovery-image] Aug 06 04:08:10.003 INFO O| Aug 06 04:08:10.003 INFO STEP 51 (remove_files) COMPLETE
39802024-08-06T04:08:11.695Z[ recovery-image] Aug 06 04:08:10.003 INFO O| Aug 06 04:08:10.003 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39812024-08-06T04:08:11.705Z[ recovery-image] Aug 06 04:08:10.015 INFO O| Aug 06 04:08:10.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
39822024-08-06T04:08:11.708Z[ recovery-image] Aug 06 04:08:10.015 INFO O| Aug 06 04:08:10.015 INFO STEP 52 (remove_files) COMPLETE
39832024-08-06T04:08:11.708Z[ recovery-image] Aug 06 04:08:10.015 INFO O| Aug 06 04:08:10.015 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-08-06T04:08:11.719Z[ recovery-image] Aug 06 04:08:10.029 INFO O| Aug 06 04:08:10.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
39852024-08-06T04:08:11.719Z[ recovery-image] Aug 06 04:08:10.029 INFO O| Aug 06 04:08:10.029 INFO STEP 53 (remove_files) COMPLETE
39862024-08-06T04:08:11.722Z[ recovery-image] Aug 06 04:08:10.029 INFO O| Aug 06 04:08:10.029 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-08-06T04:08:11.732Z[ recovery-image] Aug 06 04:08:10.041 INFO O| Aug 06 04:08:10.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
39882024-08-06T04:08:11.734Z[ recovery-image] Aug 06 04:08:10.042 INFO O| Aug 06 04:08:10.041 INFO STEP 54 (remove_files) COMPLETE
39892024-08-06T04:08:11.735Z[ recovery-image] Aug 06 04:08:10.042 INFO O| Aug 06 04:08:10.042 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-08-06T04:08:11.745Z[ recovery-image] Aug 06 04:08:10.055 INFO O| Aug 06 04:08:10.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
39912024-08-06T04:08:11.748Z[ recovery-image] Aug 06 04:08:10.055 INFO O| Aug 06 04:08:10.055 INFO STEP 55 (remove_files) COMPLETE
39922024-08-06T04:08:11.748Z[ recovery-image] Aug 06 04:08:10.055 INFO O| Aug 06 04:08:10.055 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-08-06T04:08:11.759Z[ recovery-image] Aug 06 04:08:10.068 INFO O| Aug 06 04:08:10.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
39942024-08-06T04:08:11.759Z[ recovery-image] Aug 06 04:08:10.068 INFO O| Aug 06 04:08:10.068 INFO STEP 56 (remove_files) COMPLETE
39952024-08-06T04:08:11.759Z[ recovery-image] Aug 06 04:08:10.069 INFO O| Aug 06 04:08:10.068 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-08-06T04:08:11.773Z[ recovery-image] Aug 06 04:08:10.082 INFO O| Aug 06 04:08:10.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
39972024-08-06T04:08:11.773Z[ recovery-image] Aug 06 04:08:10.082 INFO O| Aug 06 04:08:10.082 INFO STEP 57 (remove_files) COMPLETE
39982024-08-06T04:08:11.775Z[ recovery-image] Aug 06 04:08:10.082 INFO O| Aug 06 04:08:10.082 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-08-06T04:08:11.785Z[ recovery-image] Aug 06 04:08:10.094 INFO O| Aug 06 04:08:10.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40002024-08-06T04:08:11.785Z[ recovery-image] Aug 06 04:08:10.094 INFO O| Aug 06 04:08:10.094 INFO STEP 58 (remove_files) COMPLETE
40012024-08-06T04:08:11.788Z[ recovery-image] Aug 06 04:08:10.094 INFO O| Aug 06 04:08:10.094 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-08-06T04:08:11.799Z[ recovery-image] Aug 06 04:08:10.108 INFO O| Aug 06 04:08:10.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40032024-08-06T04:08:11.799Z[ recovery-image] Aug 06 04:08:10.108 INFO O| Aug 06 04:08:10.108 INFO STEP 59 (remove_files) COMPLETE
40042024-08-06T04:08:11.799Z[ recovery-image] Aug 06 04:08:10.108 INFO O| Aug 06 04:08:10.108 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-08-06T04:08:11.812Z[ recovery-image] Aug 06 04:08:10.122 INFO O| Aug 06 04:08:10.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40062024-08-06T04:08:11.812Z[ recovery-image] Aug 06 04:08:10.122 INFO O| Aug 06 04:08:10.122 INFO STEP 60 (remove_files) COMPLETE
40072024-08-06T04:08:11.815Z[ recovery-image] Aug 06 04:08:10.122 INFO O| Aug 06 04:08:10.122 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-08-06T04:08:11.824Z[ recovery-image] Aug 06 04:08:10.133 INFO O| Aug 06 04:08:10.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40092024-08-06T04:08:11.824Z[ recovery-image] Aug 06 04:08:10.133 INFO O| Aug 06 04:08:10.133 INFO STEP 61 (remove_files) COMPLETE
40102024-08-06T04:08:11.826Z[ recovery-image] Aug 06 04:08:10.133 INFO O| Aug 06 04:08:10.133 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40112024-08-06T04:08:11.835Z[ recovery-image] Aug 06 04:08:10.144 INFO O| Aug 06 04:08:10.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40122024-08-06T04:08:11.835Z[ recovery-image] Aug 06 04:08:10.144 INFO O| Aug 06 04:08:10.144 INFO STEP 62 (remove_files) COMPLETE
40132024-08-06T04:08:11.837Z[ recovery-image] Aug 06 04:08:10.144 INFO O| Aug 06 04:08:10.144 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40142024-08-06T04:08:11.849Z[ recovery-image] Aug 06 04:08:10.159 INFO O| Aug 06 04:08:10.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40152024-08-06T04:08:11.849Z[ recovery-image] Aug 06 04:08:10.159 INFO O| Aug 06 04:08:10.159 INFO STEP 63 (remove_files) COMPLETE
40162024-08-06T04:08:11.852Z[ recovery-image] Aug 06 04:08:10.159 INFO O| Aug 06 04:08:10.159 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40172024-08-06T04:08:11.860Z[ recovery-image] Aug 06 04:08:10.170 INFO O| Aug 06 04:08:10.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40182024-08-06T04:08:11.863Z[ recovery-image] Aug 06 04:08:10.170 INFO O| Aug 06 04:08:10.170 INFO STEP 64 (remove_files) COMPLETE
40192024-08-06T04:08:11.863Z[ recovery-image] Aug 06 04:08:10.170 INFO O| Aug 06 04:08:10.170 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-08-06T04:08:11.873Z[ recovery-image] Aug 06 04:08:10.182 INFO O| Aug 06 04:08:10.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40212024-08-06T04:08:11.875Z[ recovery-image] Aug 06 04:08:10.182 INFO O| Aug 06 04:08:10.182 INFO STEP 65 (remove_files) COMPLETE
40222024-08-06T04:08:11.875Z[ recovery-image] Aug 06 04:08:10.182 INFO O| Aug 06 04:08:10.182 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-08-06T04:08:11.883Z[ recovery-image] Aug 06 04:08:10.192 INFO O| Aug 06 04:08:10.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40242024-08-06T04:08:11.886Z[ recovery-image] Aug 06 04:08:10.193 INFO O| Aug 06 04:08:10.193 INFO STEP 66 (remove_files) COMPLETE
40252024-08-06T04:08:11.886Z[ recovery-image] Aug 06 04:08:10.193 INFO O| Aug 06 04:08:10.193 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-08-06T04:08:11.894Z[ recovery-image] Aug 06 04:08:10.203 INFO O| Aug 06 04:08:10.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40272024-08-06T04:08:11.894Z[ recovery-image] Aug 06 04:08:10.203 INFO O| Aug 06 04:08:10.203 INFO STEP 67 (remove_files) COMPLETE
40282024-08-06T04:08:11.894Z[ recovery-image] Aug 06 04:08:10.203 INFO O| Aug 06 04:08:10.203 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-08-06T04:08:11.905Z[ recovery-image] Aug 06 04:08:10.214 INFO O| Aug 06 04:08:10.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40302024-08-06T04:08:11.905Z[ recovery-image] Aug 06 04:08:10.215 INFO O| Aug 06 04:08:10.215 INFO STEP 68 (remove_files) COMPLETE
40312024-08-06T04:08:11.908Z[ recovery-image] Aug 06 04:08:10.215 INFO O| Aug 06 04:08:10.215 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-08-06T04:08:11.916Z[ recovery-image] Aug 06 04:08:10.226 INFO O| Aug 06 04:08:10.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40332024-08-06T04:08:11.916Z[ recovery-image] Aug 06 04:08:10.226 INFO O| Aug 06 04:08:10.226 INFO STEP 69 (remove_files) COMPLETE
40342024-08-06T04:08:11.919Z[ recovery-image] Aug 06 04:08:10.226 INFO O| Aug 06 04:08:10.226 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40352024-08-06T04:08:11.927Z[ recovery-image] Aug 06 04:08:10.237 INFO O| Aug 06 04:08:10.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40362024-08-06T04:08:11.927Z[ recovery-image] Aug 06 04:08:10.237 INFO O| Aug 06 04:08:10.237 INFO STEP 70 (remove_files) COMPLETE
40372024-08-06T04:08:11.927Z[ recovery-image] Aug 06 04:08:10.237 INFO O| Aug 06 04:08:10.237 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40382024-08-06T04:08:11.938Z[ recovery-image] Aug 06 04:08:10.248 INFO O| Aug 06 04:08:10.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40392024-08-06T04:08:11.941Z[ recovery-image] Aug 06 04:08:10.248 INFO O| Aug 06 04:08:10.248 INFO STEP 71 (remove_files) COMPLETE
40402024-08-06T04:08:11.941Z[ recovery-image] Aug 06 04:08:10.248 INFO O| Aug 06 04:08:10.248 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40412024-08-06T04:08:11.950Z[ recovery-image] Aug 06 04:08:10.259 INFO O| Aug 06 04:08:10.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40422024-08-06T04:08:11.950Z[ recovery-image] Aug 06 04:08:10.259 INFO O| Aug 06 04:08:10.259 INFO STEP 72 (remove_files) COMPLETE
40432024-08-06T04:08:11.952Z[ recovery-image] Aug 06 04:08:10.259 INFO O| Aug 06 04:08:10.259 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-08-06T04:08:11.961Z[ recovery-image] Aug 06 04:08:10.270 INFO O| Aug 06 04:08:10.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40452024-08-06T04:08:11.961Z[ recovery-image] Aug 06 04:08:10.270 INFO O| Aug 06 04:08:10.270 INFO STEP 73 (remove_files) COMPLETE
40462024-08-06T04:08:11.963Z[ recovery-image] Aug 06 04:08:10.270 INFO O| Aug 06 04:08:10.270 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-08-06T04:08:11.972Z[ recovery-image] Aug 06 04:08:10.281 INFO O| Aug 06 04:08:10.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40482024-08-06T04:08:11.972Z[ recovery-image] Aug 06 04:08:10.281 INFO O| Aug 06 04:08:10.281 INFO STEP 74 (remove_files) COMPLETE
40492024-08-06T04:08:11.972Z[ recovery-image] Aug 06 04:08:10.281 INFO O| Aug 06 04:08:10.281 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-08-06T04:08:11.982Z[ recovery-image] Aug 06 04:08:10.291 INFO O| Aug 06 04:08:10.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
40512024-08-06T04:08:11.985Z[ recovery-image] Aug 06 04:08:10.292 INFO O| Aug 06 04:08:10.292 INFO STEP 75 (remove_files) COMPLETE
40522024-08-06T04:08:11.985Z[ recovery-image] Aug 06 04:08:10.292 INFO O| Aug 06 04:08:10.292 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-08-06T04:08:11.994Z[ recovery-image] Aug 06 04:08:10.303 INFO O| Aug 06 04:08:10.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
40542024-08-06T04:08:11.997Z[ recovery-image] Aug 06 04:08:10.303 INFO O| Aug 06 04:08:10.303 INFO STEP 76 (remove_files) COMPLETE
40552024-08-06T04:08:11.997Z[ recovery-image] Aug 06 04:08:10.303 INFO O| Aug 06 04:08:10.303 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-08-06T04:08:12.004Z[ recovery-image] Aug 06 04:08:10.314 INFO O| Aug 06 04:08:10.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
40572024-08-06T04:08:12.007Z[ recovery-image] Aug 06 04:08:10.314 INFO O| Aug 06 04:08:10.314 INFO STEP 77 (remove_files) COMPLETE
40582024-08-06T04:08:12.007Z[ recovery-image] Aug 06 04:08:10.314 INFO O| Aug 06 04:08:10.314 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-08-06T04:08:12.015Z[ recovery-image] Aug 06 04:08:10.324 INFO O| Aug 06 04:08:10.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
40602024-08-06T04:08:12.015Z[ recovery-image] Aug 06 04:08:10.324 INFO O| Aug 06 04:08:10.324 INFO STEP 78 (remove_files) COMPLETE
40612024-08-06T04:08:12.015Z[ recovery-image] Aug 06 04:08:10.324 INFO O| Aug 06 04:08:10.324 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40622024-08-06T04:08:12.025Z[ recovery-image] Aug 06 04:08:10.335 INFO O| Aug 06 04:08:10.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
40632024-08-06T04:08:12.025Z[ recovery-image] Aug 06 04:08:10.335 INFO O| Aug 06 04:08:10.335 INFO STEP 79 (remove_files) COMPLETE
40642024-08-06T04:08:12.028Z[ recovery-image] Aug 06 04:08:10.335 INFO O| Aug 06 04:08:10.335 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-08-06T04:08:12.036Z[ recovery-image] Aug 06 04:08:10.345 INFO O| Aug 06 04:08:10.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
40662024-08-06T04:08:12.036Z[ recovery-image] Aug 06 04:08:10.345 INFO O| Aug 06 04:08:10.345 INFO STEP 80 (remove_files) COMPLETE
40672024-08-06T04:08:12.038Z[ recovery-image] Aug 06 04:08:10.345 INFO O| Aug 06 04:08:10.345 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-08-06T04:08:12.046Z[ recovery-image] Aug 06 04:08:10.355 INFO O| Aug 06 04:08:10.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
40692024-08-06T04:08:12.046Z[ recovery-image] Aug 06 04:08:10.355 INFO O| Aug 06 04:08:10.355 INFO STEP 81 (remove_files) COMPLETE
40702024-08-06T04:08:12.048Z[ recovery-image] Aug 06 04:08:10.355 INFO O| Aug 06 04:08:10.355 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40712024-08-06T04:08:12.056Z[ recovery-image] Aug 06 04:08:10.365 INFO O| Aug 06 04:08:10.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
40722024-08-06T04:08:12.056Z[ recovery-image] Aug 06 04:08:10.365 INFO O| Aug 06 04:08:10.365 INFO STEP 82 (remove_files) COMPLETE
40732024-08-06T04:08:12.056Z[ recovery-image] Aug 06 04:08:10.365 INFO O| Aug 06 04:08:10.365 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40742024-08-06T04:08:12.066Z[ recovery-image] Aug 06 04:08:10.376 INFO O| Aug 06 04:08:10.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
40752024-08-06T04:08:12.066Z[ recovery-image] Aug 06 04:08:10.376 INFO O| Aug 06 04:08:10.376 INFO STEP 83 (remove_files) COMPLETE
40762024-08-06T04:08:12.066Z[ recovery-image] Aug 06 04:08:10.376 INFO O| Aug 06 04:08:10.376 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40772024-08-06T04:08:12.077Z[ recovery-image] Aug 06 04:08:10.386 INFO O| Aug 06 04:08:10.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
40782024-08-06T04:08:12.080Z[ recovery-image] Aug 06 04:08:10.386 INFO O| Aug 06 04:08:10.386 INFO STEP 84 (remove_files) COMPLETE
40792024-08-06T04:08:12.080Z[ recovery-image] Aug 06 04:08:10.386 INFO O| Aug 06 04:08:10.386 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-08-06T04:08:12.088Z[ recovery-image] Aug 06 04:08:10.397 INFO O| Aug 06 04:08:10.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
40812024-08-06T04:08:12.090Z[ recovery-image] Aug 06 04:08:10.397 INFO O| Aug 06 04:08:10.397 INFO STEP 85 (remove_files) COMPLETE
40822024-08-06T04:08:12.090Z[ recovery-image] Aug 06 04:08:10.398 INFO O| Aug 06 04:08:10.397 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-08-06T04:08:12.099Z[ recovery-image] Aug 06 04:08:10.408 INFO O| Aug 06 04:08:10.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
40842024-08-06T04:08:12.099Z[ recovery-image] Aug 06 04:08:10.408 INFO O| Aug 06 04:08:10.408 INFO STEP 86 (remove_files) COMPLETE
40852024-08-06T04:08:12.101Z[ recovery-image] Aug 06 04:08:10.408 INFO O| Aug 06 04:08:10.408 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-08-06T04:08:12.109Z[ recovery-image] Aug 06 04:08:10.418 INFO O| Aug 06 04:08:10.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
40872024-08-06T04:08:12.109Z[ recovery-image] Aug 06 04:08:10.419 INFO O| Aug 06 04:08:10.418 INFO STEP 87 (remove_files) COMPLETE
40882024-08-06T04:08:12.112Z[ recovery-image] Aug 06 04:08:10.419 INFO O| Aug 06 04:08:10.418 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-08-06T04:08:12.120Z[ recovery-image] Aug 06 04:08:10.429 INFO O| Aug 06 04:08:10.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
40902024-08-06T04:08:12.120Z[ recovery-image] Aug 06 04:08:10.429 INFO O| Aug 06 04:08:10.429 INFO STEP 88 (remove_files) COMPLETE
40912024-08-06T04:08:12.123Z[ recovery-image] Aug 06 04:08:10.429 INFO O| Aug 06 04:08:10.429 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-08-06T04:08:12.130Z[ recovery-image] Aug 06 04:08:10.440 INFO O| Aug 06 04:08:10.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
40932024-08-06T04:08:12.133Z[ recovery-image] Aug 06 04:08:10.440 INFO O| Aug 06 04:08:10.440 INFO STEP 89 (remove_files) COMPLETE
40942024-08-06T04:08:12.133Z[ recovery-image] Aug 06 04:08:10.440 INFO O| Aug 06 04:08:10.440 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-08-06T04:08:12.141Z[ recovery-image] Aug 06 04:08:10.450 INFO O| Aug 06 04:08:10.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
40962024-08-06T04:08:12.143Z[ recovery-image] Aug 06 04:08:10.450 INFO O| Aug 06 04:08:10.450 INFO STEP 90 (remove_files) COMPLETE
40972024-08-06T04:08:12.143Z[ recovery-image] Aug 06 04:08:10.450 INFO O| Aug 06 04:08:10.450 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-08-06T04:08:12.153Z[ recovery-image] Aug 06 04:08:10.462 INFO O| Aug 06 04:08:10.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
40992024-08-06T04:08:12.156Z[ recovery-image] Aug 06 04:08:10.463 INFO O| Aug 06 04:08:10.463 INFO STEP 91 (remove_files) COMPLETE
41002024-08-06T04:08:12.156Z[ recovery-image] Aug 06 04:08:10.463 INFO O| Aug 06 04:08:10.463 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-08-06T04:08:12.166Z[ recovery-image] Aug 06 04:08:10.475 INFO O| Aug 06 04:08:10.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41022024-08-06T04:08:12.166Z[ recovery-image] Aug 06 04:08:10.475 INFO O| Aug 06 04:08:10.475 INFO STEP 92 (remove_files) COMPLETE
41032024-08-06T04:08:12.166Z[ recovery-image] Aug 06 04:08:10.475 INFO O| Aug 06 04:08:10.475 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-08-06T04:08:12.181Z[ recovery-image] Aug 06 04:08:10.490 INFO O| Aug 06 04:08:10.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41052024-08-06T04:08:12.181Z[ recovery-image] Aug 06 04:08:10.490 INFO O| Aug 06 04:08:10.490 INFO STEP 93 (remove_files) COMPLETE
41062024-08-06T04:08:12.181Z[ recovery-image] Aug 06 04:08:10.490 INFO O| Aug 06 04:08:10.490 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-08-06T04:08:12.192Z[ recovery-image] Aug 06 04:08:10.501 INFO O| Aug 06 04:08:10.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41082024-08-06T04:08:12.192Z[ recovery-image] Aug 06 04:08:10.501 INFO O| Aug 06 04:08:10.501 INFO STEP 94 (remove_files) COMPLETE
41092024-08-06T04:08:12.195Z[ recovery-image] Aug 06 04:08:10.501 INFO O| Aug 06 04:08:10.501 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-08-06T04:08:12.207Z[ recovery-image] Aug 06 04:08:10.516 INFO O| Aug 06 04:08:10.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41112024-08-06T04:08:12.207Z[ recovery-image] Aug 06 04:08:10.517 INFO O| Aug 06 04:08:10.517 INFO STEP 95 (remove_files) COMPLETE
41122024-08-06T04:08:12.207Z[ recovery-image] Aug 06 04:08:10.517 INFO O| Aug 06 04:08:10.517 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-08-06T04:08:12.222Z[ recovery-image] Aug 06 04:08:10.531 INFO O| Aug 06 04:08:10.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41142024-08-06T04:08:12.222Z[ recovery-image] Aug 06 04:08:10.531 INFO O| Aug 06 04:08:10.531 INFO STEP 96 (remove_files) COMPLETE
41152024-08-06T04:08:12.222Z[ recovery-image] Aug 06 04:08:10.531 INFO O| Aug 06 04:08:10.531 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-08-06T04:08:12.235Z[ recovery-image] Aug 06 04:08:10.544 INFO O| Aug 06 04:08:10.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41172024-08-06T04:08:12.238Z[ recovery-image] Aug 06 04:08:10.544 INFO O| Aug 06 04:08:10.544 INFO STEP 97 (remove_files) COMPLETE
41182024-08-06T04:08:12.238Z[ recovery-image] Aug 06 04:08:10.544 INFO O| Aug 06 04:08:10.544 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-08-06T04:08:12.247Z[ recovery-image] Aug 06 04:08:10.556 INFO O| Aug 06 04:08:10.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41202024-08-06T04:08:12.250Z[ recovery-image] Aug 06 04:08:10.556 INFO O| Aug 06 04:08:10.556 INFO STEP 98 (remove_files) COMPLETE
41212024-08-06T04:08:12.250Z[ recovery-image] Aug 06 04:08:10.556 INFO O| Aug 06 04:08:10.556 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-08-06T04:08:12.258Z[ recovery-image] Aug 06 04:08:10.567 INFO O| Aug 06 04:08:10.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41232024-08-06T04:08:12.258Z[ recovery-image] Aug 06 04:08:10.567 INFO O| Aug 06 04:08:10.567 INFO STEP 99 (remove_files) COMPLETE
41242024-08-06T04:08:12.261Z[ recovery-image] Aug 06 04:08:10.567 INFO O| Aug 06 04:08:10.567 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-08-06T04:08:12.268Z[ recovery-image] Aug 06 04:08:10.578 INFO O| Aug 06 04:08:10.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41262024-08-06T04:08:12.271Z[ recovery-image] Aug 06 04:08:10.578 INFO O| Aug 06 04:08:10.578 INFO STEP 100 (remove_files) COMPLETE
41272024-08-06T04:08:12.271Z[ recovery-image] Aug 06 04:08:10.578 INFO O| Aug 06 04:08:10.578 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-08-06T04:08:12.281Z[ recovery-image] Aug 06 04:08:10.590 INFO O| Aug 06 04:08:10.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41292024-08-06T04:08:12.284Z[ recovery-image] Aug 06 04:08:10.590 INFO O| Aug 06 04:08:10.590 INFO STEP 101 (remove_files) COMPLETE
41302024-08-06T04:08:12.284Z[ recovery-image] Aug 06 04:08:10.590 INFO O| Aug 06 04:08:10.590 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-08-06T04:08:12.292Z[ recovery-image] Aug 06 04:08:10.602 INFO O| Aug 06 04:08:10.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41322024-08-06T04:08:12.295Z[ recovery-image] Aug 06 04:08:10.602 INFO O| Aug 06 04:08:10.602 INFO STEP 102 (remove_files) COMPLETE
41332024-08-06T04:08:12.295Z[ recovery-image] Aug 06 04:08:10.602 INFO O| Aug 06 04:08:10.602 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-08-06T04:08:12.303Z[ recovery-image] Aug 06 04:08:10.612 INFO O| Aug 06 04:08:10.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41352024-08-06T04:08:12.303Z[ recovery-image] Aug 06 04:08:10.612 INFO O| Aug 06 04:08:10.612 INFO STEP 103 (remove_files) COMPLETE
41362024-08-06T04:08:12.303Z[ recovery-image] Aug 06 04:08:10.612 INFO O| Aug 06 04:08:10.612 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-08-06T04:08:12.314Z[ recovery-image] Aug 06 04:08:10.623 INFO O| Aug 06 04:08:10.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41382024-08-06T04:08:12.314Z[ recovery-image] Aug 06 04:08:10.624 INFO O| Aug 06 04:08:10.624 INFO STEP 104 (remove_files) COMPLETE
41392024-08-06T04:08:12.317Z[ recovery-image] Aug 06 04:08:10.624 INFO O| Aug 06 04:08:10.624 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-08-06T04:08:12.325Z[ recovery-image] Aug 06 04:08:10.634 INFO O| Aug 06 04:08:10.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41412024-08-06T04:08:12.325Z[ recovery-image] Aug 06 04:08:10.634 INFO O| Aug 06 04:08:10.634 INFO STEP 105 (remove_files) COMPLETE
41422024-08-06T04:08:12.328Z[ recovery-image] Aug 06 04:08:10.634 INFO O| Aug 06 04:08:10.634 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-08-06T04:08:12.336Z[ recovery-image] Aug 06 04:08:10.645 INFO O| Aug 06 04:08:10.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41442024-08-06T04:08:12.336Z[ recovery-image] Aug 06 04:08:10.645 INFO O| Aug 06 04:08:10.645 INFO STEP 106 (remove_files) COMPLETE
41452024-08-06T04:08:12.336Z[ recovery-image] Aug 06 04:08:10.645 INFO O| Aug 06 04:08:10.645 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-08-06T04:08:12.347Z[ recovery-image] Aug 06 04:08:10.656 INFO O| Aug 06 04:08:10.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
41472024-08-06T04:08:12.350Z[ recovery-image] Aug 06 04:08:10.656 INFO O| Aug 06 04:08:10.656 INFO STEP 107 (remove_files) COMPLETE
41482024-08-06T04:08:12.350Z[ recovery-image] Aug 06 04:08:10.656 INFO O| Aug 06 04:08:10.656 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-08-06T04:08:12.357Z[ recovery-image] Aug 06 04:08:10.666 INFO O| Aug 06 04:08:10.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
41502024-08-06T04:08:12.360Z[ recovery-image] Aug 06 04:08:10.666 INFO O| Aug 06 04:08:10.666 INFO STEP 108 (remove_files) COMPLETE
41512024-08-06T04:08:12.360Z[ recovery-image] Aug 06 04:08:10.666 INFO O| Aug 06 04:08:10.666 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-08-06T04:08:12.367Z[ recovery-image] Aug 06 04:08:10.676 INFO O| Aug 06 04:08:10.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
41532024-08-06T04:08:12.370Z[ recovery-image] Aug 06 04:08:10.676 INFO O| Aug 06 04:08:10.676 INFO STEP 109 (remove_files) COMPLETE
41542024-08-06T04:08:12.370Z[ recovery-image] Aug 06 04:08:10.676 INFO O| Aug 06 04:08:10.676 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-08-06T04:08:12.377Z[ recovery-image] Aug 06 04:08:10.686 INFO O| Aug 06 04:08:10.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
41562024-08-06T04:08:12.380Z[ recovery-image] Aug 06 04:08:10.687 INFO O| Aug 06 04:08:10.687 INFO STEP 110 (remove_files) COMPLETE
41572024-08-06T04:08:12.380Z[ recovery-image] Aug 06 04:08:10.687 INFO O| Aug 06 04:08:10.687 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-08-06T04:08:12.387Z[ recovery-image] Aug 06 04:08:10.697 INFO O| Aug 06 04:08:10.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
41592024-08-06T04:08:12.387Z[ recovery-image] Aug 06 04:08:10.697 INFO O| Aug 06 04:08:10.697 INFO STEP 111 (remove_files) COMPLETE
41602024-08-06T04:08:12.388Z[ recovery-image] Aug 06 04:08:10.697 INFO O| Aug 06 04:08:10.697 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-08-06T04:08:12.399Z[ recovery-image] Aug 06 04:08:10.708 INFO O| Aug 06 04:08:10.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
41622024-08-06T04:08:12.399Z[ recovery-image] Aug 06 04:08:10.708 INFO O| Aug 06 04:08:10.708 INFO STEP 112 (remove_files) COMPLETE
41632024-08-06T04:08:12.401Z[ recovery-image] Aug 06 04:08:10.708 INFO O| Aug 06 04:08:10.708 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-08-06T04:08:12.410Z[ recovery-image] Aug 06 04:08:10.719 INFO O| Aug 06 04:08:10.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
41652024-08-06T04:08:12.410Z[ recovery-image] Aug 06 04:08:10.719 INFO O| Aug 06 04:08:10.719 INFO STEP 113 (remove_files) COMPLETE
41662024-08-06T04:08:12.413Z[ recovery-image] Aug 06 04:08:10.719 INFO O| Aug 06 04:08:10.719 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-08-06T04:08:12.421Z[ recovery-image] Aug 06 04:08:10.731 INFO O| Aug 06 04:08:10.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
41682024-08-06T04:08:12.422Z[ recovery-image] Aug 06 04:08:10.731 INFO O| Aug 06 04:08:10.731 INFO STEP 114 (remove_files) COMPLETE
41692024-08-06T04:08:12.422Z[ recovery-image] Aug 06 04:08:10.731 INFO O| Aug 06 04:08:10.731 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-08-06T04:08:12.432Z[ recovery-image] Aug 06 04:08:10.741 INFO O| Aug 06 04:08:10.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
41712024-08-06T04:08:12.432Z[ recovery-image] Aug 06 04:08:10.741 INFO O| Aug 06 04:08:10.741 INFO STEP 115 (remove_files) COMPLETE
41722024-08-06T04:08:12.432Z[ recovery-image] Aug 06 04:08:10.741 INFO O| Aug 06 04:08:10.741 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-08-06T04:08:12.438Z[ host-image] Aug 06 04:08:10.747 INFO O| Aug 06 04:08:10.747 INFO O| Done
41742024-08-06T04:08:12.443Z[ recovery-image] Aug 06 04:08:10.752 INFO O| Aug 06 04:08:10.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
41752024-08-06T04:08:12.443Z[ recovery-image] Aug 06 04:08:10.752 INFO O| Aug 06 04:08:10.752 INFO STEP 116 (remove_files) COMPLETE
41762024-08-06T04:08:12.445Z[ recovery-image] Aug 06 04:08:10.752 INFO O| Aug 06 04:08:10.752 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-08-06T04:08:12.454Z[ recovery-image] Aug 06 04:08:10.763 INFO O| Aug 06 04:08:10.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
41782024-08-06T04:08:12.458Z[ recovery-image] Aug 06 04:08:10.763 INFO O| Aug 06 04:08:10.763 INFO STEP 117 (remove_files) COMPLETE
41792024-08-06T04:08:12.458Z[ recovery-image] Aug 06 04:08:10.764 INFO O| Aug 06 04:08:10.763 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-08-06T04:08:12.464Z[ host-image] Aug 06 04:08:10.773 INFO O| Aug 06 04:08:10.773 INFO O| Done
41812024-08-06T04:08:12.467Z[ host-image] Aug 06 04:08:10.773 INFO O| Aug 06 04:08:10.773 INFO O| Done
41822024-08-06T04:08:12.467Z[ recovery-image] Aug 06 04:08:10.775 INFO O| Aug 06 04:08:10.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
41832024-08-06T04:08:12.467Z[ recovery-image] Aug 06 04:08:10.775 INFO O| Aug 06 04:08:10.775 INFO STEP 118 (remove_files) COMPLETE
41842024-08-06T04:08:12.467Z[ recovery-image] Aug 06 04:08:10.775 INFO O| Aug 06 04:08:10.775 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-08-06T04:08:12.476Z[ recovery-image] Aug 06 04:08:10.785 INFO O| Aug 06 04:08:10.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
41862024-08-06T04:08:12.479Z[ recovery-image] Aug 06 04:08:10.785 INFO O| Aug 06 04:08:10.785 INFO STEP 119 (remove_files) COMPLETE
41872024-08-06T04:08:12.479Z[ recovery-image] Aug 06 04:08:10.785 INFO O| Aug 06 04:08:10.785 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-08-06T04:08:12.482Z[ host-image] Aug 06 04:08:10.789 INFO O| Aug 06 04:08:10.789 INFO O| Done
41892024-08-06T04:08:12.487Z[ recovery-image] Aug 06 04:08:10.796 INFO O| Aug 06 04:08:10.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
41902024-08-06T04:08:12.487Z[ recovery-image] Aug 06 04:08:10.797 INFO O| Aug 06 04:08:10.797 INFO STEP 120 (remove_files) COMPLETE
41912024-08-06T04:08:12.490Z[ recovery-image] Aug 06 04:08:10.797 INFO O| Aug 06 04:08:10.797 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-08-06T04:08:12.502Z[ recovery-image] Aug 06 04:08:10.811 INFO O| Aug 06 04:08:10.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
41932024-08-06T04:08:12.502Z[ recovery-image] Aug 06 04:08:10.811 INFO O| Aug 06 04:08:10.811 INFO STEP 121 (remove_files) COMPLETE
41942024-08-06T04:08:12.506Z[ recovery-image] Aug 06 04:08:10.811 INFO O| Aug 06 04:08:10.811 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-08-06T04:08:12.514Z[ recovery-image] Aug 06 04:08:10.823 INFO O| Aug 06 04:08:10.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
41962024-08-06T04:08:12.517Z[ recovery-image] Aug 06 04:08:10.823 INFO O| Aug 06 04:08:10.823 INFO STEP 122 (remove_files) COMPLETE
41972024-08-06T04:08:12.517Z[ recovery-image] Aug 06 04:08:10.823 INFO O| Aug 06 04:08:10.823 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-08-06T04:08:12.526Z[ recovery-image] Aug 06 04:08:10.835 INFO O| Aug 06 04:08:10.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
41992024-08-06T04:08:12.528Z[ recovery-image] Aug 06 04:08:10.835 INFO O| Aug 06 04:08:10.835 INFO STEP 123 (remove_files) COMPLETE
42002024-08-06T04:08:12.528Z[ recovery-image] Aug 06 04:08:10.835 INFO O| Aug 06 04:08:10.835 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-08-06T04:08:12.538Z[ recovery-image] Aug 06 04:08:10.847 INFO O| Aug 06 04:08:10.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42022024-08-06T04:08:12.538Z[ recovery-image] Aug 06 04:08:10.847 INFO O| Aug 06 04:08:10.847 INFO STEP 124 (remove_files) COMPLETE
42032024-08-06T04:08:12.541Z[ recovery-image] Aug 06 04:08:10.847 INFO O| Aug 06 04:08:10.847 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-08-06T04:08:12.550Z[ recovery-image] Aug 06 04:08:10.859 INFO O| Aug 06 04:08:10.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42052024-08-06T04:08:12.550Z[ recovery-image] Aug 06 04:08:10.859 INFO O| Aug 06 04:08:10.859 INFO STEP 125 (remove_files) COMPLETE
42062024-08-06T04:08:12.555Z[ recovery-image] Aug 06 04:08:10.859 INFO O| Aug 06 04:08:10.859 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-08-06T04:08:12.561Z[ recovery-image] Aug 06 04:08:10.871 INFO O| Aug 06 04:08:10.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42082024-08-06T04:08:12.561Z[ recovery-image] Aug 06 04:08:10.871 INFO O| Aug 06 04:08:10.871 INFO STEP 126 (remove_files) COMPLETE
42092024-08-06T04:08:12.564Z[ recovery-image] Aug 06 04:08:10.871 INFO O| Aug 06 04:08:10.871 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-08-06T04:08:12.573Z[ recovery-image] Aug 06 04:08:10.883 INFO O| Aug 06 04:08:10.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42112024-08-06T04:08:12.577Z[ recovery-image] Aug 06 04:08:10.883 INFO O| Aug 06 04:08:10.883 INFO STEP 127 (remove_files) COMPLETE
42122024-08-06T04:08:12.577Z[ recovery-image] Aug 06 04:08:10.883 INFO O| Aug 06 04:08:10.883 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-08-06T04:08:12.585Z[ recovery-image] Aug 06 04:08:10.894 INFO O| Aug 06 04:08:10.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42142024-08-06T04:08:12.585Z[ recovery-image] Aug 06 04:08:10.894 INFO O| Aug 06 04:08:10.894 INFO STEP 128 (remove_files) COMPLETE
42152024-08-06T04:08:12.585Z[ recovery-image] Aug 06 04:08:10.894 INFO O| Aug 06 04:08:10.894 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-08-06T04:08:12.588Z[ host-image] Aug 06 04:08:10.896 INFO O| Aug 06 04:08:10.896 INFO STEP 12 (pkg_install) COMPLETE
42172024-08-06T04:08:12.588Z[ host-image] Aug 06 04:08:10.896 INFO O| Aug 06 04:08:10.896 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42182024-08-06T04:08:12.597Z[ recovery-image] Aug 06 04:08:10.906 INFO O| Aug 06 04:08:10.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42192024-08-06T04:08:12.600Z[ recovery-image] Aug 06 04:08:10.906 INFO O| Aug 06 04:08:10.906 INFO STEP 129 (remove_files) COMPLETE
42202024-08-06T04:08:12.600Z[ recovery-image] Aug 06 04:08:10.906 INFO O| Aug 06 04:08:10.906 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-08-06T04:08:12.600Z[ host-image] Aug 06 04:08:10.907 INFO O| Aug 06 04:08:10.907 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42222024-08-06T04:08:12.610Z[ recovery-image] Aug 06 04:08:10.919 INFO O| Aug 06 04:08:10.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42232024-08-06T04:08:12.610Z[ recovery-image] Aug 06 04:08:10.919 INFO O| Aug 06 04:08:10.919 INFO STEP 130 (remove_files) COMPLETE
42242024-08-06T04:08:12.613Z[ recovery-image] Aug 06 04:08:10.919 INFO O| Aug 06 04:08:10.919 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-08-06T04:08:12.622Z[ recovery-image] Aug 06 04:08:10.931 INFO O| Aug 06 04:08:10.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42262024-08-06T04:08:12.622Z[ recovery-image] Aug 06 04:08:10.931 INFO O| Aug 06 04:08:10.931 INFO STEP 131 (remove_files) COMPLETE
42272024-08-06T04:08:12.625Z[ recovery-image] Aug 06 04:08:10.931 INFO O| Aug 06 04:08:10.931 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-08-06T04:08:12.634Z[ recovery-image] Aug 06 04:08:10.942 INFO O| Aug 06 04:08:10.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42292024-08-06T04:08:12.634Z[ recovery-image] Aug 06 04:08:10.942 INFO O| Aug 06 04:08:10.942 INFO STEP 132 (remove_files) COMPLETE
42302024-08-06T04:08:12.637Z[ recovery-image] Aug 06 04:08:10.942 INFO O| Aug 06 04:08:10.942 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-08-06T04:08:12.645Z[ recovery-image] Aug 06 04:08:10.954 INFO O| Aug 06 04:08:10.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42322024-08-06T04:08:12.645Z[ recovery-image] Aug 06 04:08:10.954 INFO O| Aug 06 04:08:10.954 INFO STEP 133 (remove_files) COMPLETE
42332024-08-06T04:08:12.645Z[ recovery-image] Aug 06 04:08:10.954 INFO O| Aug 06 04:08:10.954 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-08-06T04:08:12.656Z[ recovery-image] Aug 06 04:08:10.965 INFO O| Aug 06 04:08:10.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42352024-08-06T04:08:12.656Z[ recovery-image] Aug 06 04:08:10.965 INFO O| Aug 06 04:08:10.965 INFO STEP 134 (remove_files) COMPLETE
42362024-08-06T04:08:12.659Z[ recovery-image] Aug 06 04:08:10.965 INFO O| Aug 06 04:08:10.965 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-08-06T04:08:12.666Z[ recovery-image] Aug 06 04:08:10.975 INFO O| Aug 06 04:08:10.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42382024-08-06T04:08:12.666Z[ recovery-image] Aug 06 04:08:10.975 INFO O| Aug 06 04:08:10.975 INFO STEP 135 (remove_files) COMPLETE
42392024-08-06T04:08:12.666Z[ recovery-image] Aug 06 04:08:10.975 INFO O| Aug 06 04:08:10.975 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-08-06T04:08:12.676Z[ recovery-image] Aug 06 04:08:10.985 INFO O| Aug 06 04:08:10.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42412024-08-06T04:08:12.679Z[ recovery-image] Aug 06 04:08:10.985 INFO O| Aug 06 04:08:10.985 INFO STEP 136 (remove_files) COMPLETE
42422024-08-06T04:08:12.679Z[ recovery-image] Aug 06 04:08:10.985 INFO O| Aug 06 04:08:10.985 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-08-06T04:08:12.686Z[ recovery-image] Aug 06 04:08:10.995 INFO O| Aug 06 04:08:10.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42442024-08-06T04:08:12.686Z[ recovery-image] Aug 06 04:08:10.995 INFO O| Aug 06 04:08:10.995 INFO STEP 137 (remove_files) COMPLETE
42452024-08-06T04:08:12.689Z[ recovery-image] Aug 06 04:08:10.995 INFO O| Aug 06 04:08:10.995 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-08-06T04:08:12.698Z[ recovery-image] Aug 06 04:08:11.007 INFO O| Aug 06 04:08:11.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42472024-08-06T04:08:12.698Z[ recovery-image] Aug 06 04:08:11.007 INFO O| Aug 06 04:08:11.007 INFO STEP 138 (remove_files) COMPLETE
42482024-08-06T04:08:12.700Z[ recovery-image] Aug 06 04:08:11.007 INFO O| Aug 06 04:08:11.007 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-08-06T04:08:12.708Z[ recovery-image] Aug 06 04:08:11.017 INFO O| Aug 06 04:08:11.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42502024-08-06T04:08:12.708Z[ recovery-image] Aug 06 04:08:11.017 INFO O| Aug 06 04:08:11.017 INFO STEP 139 (remove_files) COMPLETE
42512024-08-06T04:08:12.708Z[ recovery-image] Aug 06 04:08:11.017 INFO O| Aug 06 04:08:11.017 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-08-06T04:08:12.719Z[ recovery-image] Aug 06 04:08:11.028 INFO O| Aug 06 04:08:11.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
42532024-08-06T04:08:12.719Z[ recovery-image] Aug 06 04:08:11.028 INFO O| Aug 06 04:08:11.028 INFO STEP 140 (remove_files) COMPLETE
42542024-08-06T04:08:12.722Z[ recovery-image] Aug 06 04:08:11.028 INFO O| Aug 06 04:08:11.028 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-08-06T04:08:12.729Z[ recovery-image] Aug 06 04:08:11.038 INFO O| Aug 06 04:08:11.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
42562024-08-06T04:08:12.729Z[ recovery-image] Aug 06 04:08:11.039 INFO O| Aug 06 04:08:11.038 INFO STEP 141 (remove_files) COMPLETE
42572024-08-06T04:08:12.732Z[ recovery-image] Aug 06 04:08:11.039 INFO O| Aug 06 04:08:11.039 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-08-06T04:08:12.740Z[ recovery-image] Aug 06 04:08:11.049 INFO O| Aug 06 04:08:11.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
42592024-08-06T04:08:12.740Z[ recovery-image] Aug 06 04:08:11.049 INFO O| Aug 06 04:08:11.049 INFO STEP 142 (remove_files) COMPLETE
42602024-08-06T04:08:12.740Z[ recovery-image] Aug 06 04:08:11.049 INFO O| Aug 06 04:08:11.049 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-08-06T04:08:12.750Z[ recovery-image] Aug 06 04:08:11.059 INFO O| Aug 06 04:08:11.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
42622024-08-06T04:08:12.750Z[ recovery-image] Aug 06 04:08:11.060 INFO O| Aug 06 04:08:11.060 INFO STEP 143 (remove_files) COMPLETE
42632024-08-06T04:08:12.763Z[ recovery-image] Aug 06 04:08:11.060 INFO O| Aug 06 04:08:11.060 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-08-06T04:08:12.763Z[ recovery-image] Aug 06 04:08:11.070 INFO O| Aug 06 04:08:11.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
42652024-08-06T04:08:12.763Z[ recovery-image] Aug 06 04:08:11.070 INFO O| Aug 06 04:08:11.070 INFO STEP 144 (remove_files) COMPLETE
42662024-08-06T04:08:12.763Z[ recovery-image] Aug 06 04:08:11.070 INFO O| Aug 06 04:08:11.070 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-08-06T04:08:12.771Z[ recovery-image] Aug 06 04:08:11.080 INFO O| Aug 06 04:08:11.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
42682024-08-06T04:08:12.773Z[ recovery-image] Aug 06 04:08:11.080 INFO O| Aug 06 04:08:11.080 INFO STEP 145 (remove_files) COMPLETE
42692024-08-06T04:08:12.773Z[ recovery-image] Aug 06 04:08:11.080 INFO O| Aug 06 04:08:11.080 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-08-06T04:08:12.781Z[ recovery-image] Aug 06 04:08:11.090 INFO O| Aug 06 04:08:11.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
42712024-08-06T04:08:12.784Z[ recovery-image] Aug 06 04:08:11.091 INFO O| Aug 06 04:08:11.091 INFO STEP 146 (remove_files) COMPLETE
42722024-08-06T04:08:12.784Z[ recovery-image] Aug 06 04:08:11.091 INFO O| Aug 06 04:08:11.091 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-08-06T04:08:12.792Z[ recovery-image] Aug 06 04:08:11.101 INFO O| Aug 06 04:08:11.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
42742024-08-06T04:08:12.794Z[ recovery-image] Aug 06 04:08:11.101 INFO O| Aug 06 04:08:11.101 INFO STEP 147 (remove_files) COMPLETE
42752024-08-06T04:08:12.795Z[ recovery-image] Aug 06 04:08:11.101 INFO O| Aug 06 04:08:11.101 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-08-06T04:08:12.803Z[ recovery-image] Aug 06 04:08:11.112 INFO O| Aug 06 04:08:11.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
42772024-08-06T04:08:12.803Z[ recovery-image] Aug 06 04:08:11.112 INFO O| Aug 06 04:08:11.112 INFO STEP 148 (remove_files) COMPLETE
42782024-08-06T04:08:12.805Z[ recovery-image] Aug 06 04:08:11.112 INFO O| Aug 06 04:08:11.112 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-08-06T04:08:12.814Z[ recovery-image] Aug 06 04:08:11.123 INFO O| Aug 06 04:08:11.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
42802024-08-06T04:08:12.814Z[ recovery-image] Aug 06 04:08:11.123 INFO O| Aug 06 04:08:11.123 INFO STEP 149 (remove_files) COMPLETE
42812024-08-06T04:08:12.816Z[ recovery-image] Aug 06 04:08:11.123 INFO O| Aug 06 04:08:11.123 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-08-06T04:08:12.824Z[ recovery-image] Aug 06 04:08:11.133 INFO O| Aug 06 04:08:11.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
42832024-08-06T04:08:12.824Z[ recovery-image] Aug 06 04:08:11.133 INFO O| Aug 06 04:08:11.133 INFO STEP 150 (remove_files) COMPLETE
42842024-08-06T04:08:12.824Z[ recovery-image] Aug 06 04:08:11.133 INFO O| Aug 06 04:08:11.133 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-08-06T04:08:12.834Z[ recovery-image] Aug 06 04:08:11.143 INFO O| Aug 06 04:08:11.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
42862024-08-06T04:08:12.834Z[ recovery-image] Aug 06 04:08:11.143 INFO O| Aug 06 04:08:11.143 INFO STEP 151 (remove_files) COMPLETE
42872024-08-06T04:08:12.837Z[ recovery-image] Aug 06 04:08:11.144 INFO O| Aug 06 04:08:11.143 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-08-06T04:08:12.845Z[ recovery-image] Aug 06 04:08:11.154 INFO O| Aug 06 04:08:11.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
42892024-08-06T04:08:12.847Z[ recovery-image] Aug 06 04:08:11.154 INFO O| Aug 06 04:08:11.154 INFO STEP 152 (remove_files) COMPLETE
42902024-08-06T04:08:12.847Z[ recovery-image] Aug 06 04:08:11.154 INFO O| Aug 06 04:08:11.154 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-08-06T04:08:12.855Z[ recovery-image] Aug 06 04:08:11.164 INFO O| Aug 06 04:08:11.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
42922024-08-06T04:08:12.858Z[ recovery-image] Aug 06 04:08:11.164 INFO O| Aug 06 04:08:11.164 INFO STEP 153 (remove_files) COMPLETE
42932024-08-06T04:08:12.858Z[ recovery-image] Aug 06 04:08:11.164 INFO O| Aug 06 04:08:11.164 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-08-06T04:08:12.865Z[ recovery-image] Aug 06 04:08:11.174 INFO O| Aug 06 04:08:11.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
42952024-08-06T04:08:12.865Z[ recovery-image] Aug 06 04:08:11.174 INFO O| Aug 06 04:08:11.174 INFO STEP 154 (remove_files) COMPLETE
42962024-08-06T04:08:12.868Z[ recovery-image] Aug 06 04:08:11.174 INFO O| Aug 06 04:08:11.174 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-08-06T04:08:12.875Z[ recovery-image] Aug 06 04:08:11.184 INFO O| Aug 06 04:08:11.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
42982024-08-06T04:08:12.877Z[ recovery-image] Aug 06 04:08:11.185 INFO O| Aug 06 04:08:11.185 INFO STEP 155 (remove_files) COMPLETE
42992024-08-06T04:08:12.877Z[ recovery-image] Aug 06 04:08:11.185 INFO O| Aug 06 04:08:11.185 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-08-06T04:08:12.886Z[ recovery-image] Aug 06 04:08:11.195 INFO O| Aug 06 04:08:11.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43012024-08-06T04:08:12.886Z[ recovery-image] Aug 06 04:08:11.195 INFO O| Aug 06 04:08:11.195 INFO STEP 156 (remove_files) COMPLETE
43022024-08-06T04:08:12.888Z[ recovery-image] Aug 06 04:08:11.195 INFO O| Aug 06 04:08:11.195 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-08-06T04:08:12.896Z[ recovery-image] Aug 06 04:08:11.205 INFO O| Aug 06 04:08:11.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43042024-08-06T04:08:12.899Z[ recovery-image] Aug 06 04:08:11.206 INFO O| Aug 06 04:08:11.206 INFO STEP 157 (remove_files) COMPLETE
43052024-08-06T04:08:12.899Z[ recovery-image] Aug 06 04:08:11.206 INFO O| Aug 06 04:08:11.206 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-08-06T04:08:12.909Z[ recovery-image] Aug 06 04:08:11.219 INFO O| Aug 06 04:08:11.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43072024-08-06T04:08:12.909Z[ recovery-image] Aug 06 04:08:11.219 INFO O| Aug 06 04:08:11.219 INFO STEP 158 (remove_files) COMPLETE
43082024-08-06T04:08:12.909Z[ recovery-image] Aug 06 04:08:11.219 INFO O| Aug 06 04:08:11.219 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-08-06T04:08:12.920Z[ recovery-image] Aug 06 04:08:11.229 INFO O| Aug 06 04:08:11.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43102024-08-06T04:08:12.920Z[ recovery-image] Aug 06 04:08:11.229 INFO O| Aug 06 04:08:11.229 INFO STEP 159 (remove_files) COMPLETE
43112024-08-06T04:08:12.920Z[ recovery-image] Aug 06 04:08:11.229 INFO O| Aug 06 04:08:11.229 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-08-06T04:08:12.930Z[ recovery-image] Aug 06 04:08:11.239 INFO O| Aug 06 04:08:11.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43132024-08-06T04:08:12.933Z[ recovery-image] Aug 06 04:08:11.239 INFO O| Aug 06 04:08:11.239 INFO STEP 160 (remove_files) COMPLETE
43142024-08-06T04:08:12.933Z[ recovery-image] Aug 06 04:08:11.239 INFO O| Aug 06 04:08:11.239 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-08-06T04:08:12.940Z[ recovery-image] Aug 06 04:08:11.250 INFO O| Aug 06 04:08:11.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43162024-08-06T04:08:12.940Z[ recovery-image] Aug 06 04:08:11.250 INFO O| Aug 06 04:08:11.250 INFO STEP 161 (remove_files) COMPLETE
43172024-08-06T04:08:12.943Z[ recovery-image] Aug 06 04:08:11.250 INFO O| Aug 06 04:08:11.250 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-08-06T04:08:12.950Z[ recovery-image] Aug 06 04:08:11.260 INFO O| Aug 06 04:08:11.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43192024-08-06T04:08:12.951Z[ recovery-image] Aug 06 04:08:11.260 INFO O| Aug 06 04:08:11.260 INFO STEP 162 (remove_files) COMPLETE
43202024-08-06T04:08:12.953Z[ recovery-image] Aug 06 04:08:11.260 INFO O| Aug 06 04:08:11.260 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-08-06T04:08:12.961Z[ recovery-image] Aug 06 04:08:11.270 INFO O| Aug 06 04:08:11.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43222024-08-06T04:08:12.961Z[ recovery-image] Aug 06 04:08:11.270 INFO O| Aug 06 04:08:11.270 INFO STEP 163 (remove_files) COMPLETE
43232024-08-06T04:08:12.963Z[ recovery-image] Aug 06 04:08:11.270 INFO O| Aug 06 04:08:11.270 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-08-06T04:08:12.972Z[ recovery-image] Aug 06 04:08:11.281 INFO O| Aug 06 04:08:11.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43252024-08-06T04:08:12.972Z[ recovery-image] Aug 06 04:08:11.281 INFO O| Aug 06 04:08:11.281 INFO STEP 164 (remove_files) COMPLETE
43262024-08-06T04:08:12.975Z[ recovery-image] Aug 06 04:08:11.281 INFO O| Aug 06 04:08:11.281 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-08-06T04:08:12.985Z[ recovery-image] Aug 06 04:08:11.294 INFO O| Aug 06 04:08:11.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43282024-08-06T04:08:12.988Z[ recovery-image] Aug 06 04:08:11.294 INFO O| Aug 06 04:08:11.294 INFO STEP 165 (remove_files) COMPLETE
43292024-08-06T04:08:12.988Z[ recovery-image] Aug 06 04:08:11.294 INFO O| Aug 06 04:08:11.294 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-08-06T04:08:12.997Z[ recovery-image] Aug 06 04:08:11.306 INFO O| Aug 06 04:08:11.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43312024-08-06T04:08:12.999Z[ recovery-image] Aug 06 04:08:11.307 INFO O| Aug 06 04:08:11.307 INFO STEP 166 (remove_files) COMPLETE
43322024-08-06T04:08:13.000Z[ recovery-image] Aug 06 04:08:11.307 INFO O| Aug 06 04:08:11.307 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-08-06T04:08:13.008Z[ recovery-image] Aug 06 04:08:11.318 INFO O| Aug 06 04:08:11.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43342024-08-06T04:08:13.011Z[ recovery-image] Aug 06 04:08:11.318 INFO O| Aug 06 04:08:11.318 INFO STEP 167 (remove_files) COMPLETE
43352024-08-06T04:08:13.011Z[ recovery-image] Aug 06 04:08:11.318 INFO O| Aug 06 04:08:11.318 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-08-06T04:08:13.020Z[ recovery-image] Aug 06 04:08:11.329 INFO O| Aug 06 04:08:11.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43372024-08-06T04:08:13.022Z[ recovery-image] Aug 06 04:08:11.329 INFO O| Aug 06 04:08:11.329 INFO STEP 168 (remove_files) COMPLETE
43382024-08-06T04:08:13.022Z[ recovery-image] Aug 06 04:08:11.329 INFO O| Aug 06 04:08:11.329 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-08-06T04:08:13.030Z[ recovery-image] Aug 06 04:08:11.339 INFO O| Aug 06 04:08:11.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43402024-08-06T04:08:13.030Z[ recovery-image] Aug 06 04:08:11.339 INFO O| Aug 06 04:08:11.339 INFO STEP 169 (remove_files) COMPLETE
43412024-08-06T04:08:13.033Z[ recovery-image] Aug 06 04:08:11.339 INFO O| Aug 06 04:08:11.339 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-08-06T04:08:13.041Z[ recovery-image] Aug 06 04:08:11.350 INFO O| Aug 06 04:08:11.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43432024-08-06T04:08:13.041Z[ recovery-image] Aug 06 04:08:11.350 INFO O| Aug 06 04:08:11.350 INFO STEP 170 (remove_files) COMPLETE
43442024-08-06T04:08:13.043Z[ recovery-image] Aug 06 04:08:11.350 INFO O| Aug 06 04:08:11.350 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-08-06T04:08:13.050Z[ recovery-image] Aug 06 04:08:11.360 INFO O| Aug 06 04:08:11.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43462024-08-06T04:08:13.054Z[ recovery-image] Aug 06 04:08:11.360 INFO O| Aug 06 04:08:11.360 INFO STEP 171 (remove_files) COMPLETE
43472024-08-06T04:08:13.054Z[ recovery-image] Aug 06 04:08:11.360 INFO O| Aug 06 04:08:11.360 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-08-06T04:08:13.061Z[ recovery-image] Aug 06 04:08:11.370 INFO O| Aug 06 04:08:11.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43492024-08-06T04:08:13.061Z[ recovery-image] Aug 06 04:08:11.370 INFO O| Aug 06 04:08:11.370 INFO STEP 172 (remove_files) COMPLETE
43502024-08-06T04:08:13.064Z[ recovery-image] Aug 06 04:08:11.370 INFO O| Aug 06 04:08:11.370 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-08-06T04:08:13.064Z[ host-image] Aug 06 04:08:11.373 INFO O| Aug 06 04:08:11.373 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43522024-08-06T04:08:13.071Z[ recovery-image] Aug 06 04:08:11.380 INFO O| Aug 06 04:08:11.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
43532024-08-06T04:08:13.071Z[ recovery-image] Aug 06 04:08:11.380 INFO O| Aug 06 04:08:11.380 INFO STEP 173 (remove_files) COMPLETE
43542024-08-06T04:08:13.071Z[ recovery-image] Aug 06 04:08:11.380 INFO O| Aug 06 04:08:11.380 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-08-06T04:08:13.081Z[ recovery-image] Aug 06 04:08:11.390 INFO O| Aug 06 04:08:11.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
43562024-08-06T04:08:13.081Z[ recovery-image] Aug 06 04:08:11.390 INFO O| Aug 06 04:08:11.390 INFO STEP 174 (remove_files) COMPLETE
43572024-08-06T04:08:13.084Z[ recovery-image] Aug 06 04:08:11.390 INFO O| Aug 06 04:08:11.390 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-08-06T04:08:13.091Z[ recovery-image] Aug 06 04:08:11.400 INFO O| Aug 06 04:08:11.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
43592024-08-06T04:08:13.091Z[ recovery-image] Aug 06 04:08:11.400 INFO O| Aug 06 04:08:11.400 INFO STEP 175 (remove_files) COMPLETE
43602024-08-06T04:08:13.094Z[ recovery-image] Aug 06 04:08:11.401 INFO O| Aug 06 04:08:11.400 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-08-06T04:08:13.103Z[ recovery-image] Aug 06 04:08:11.412 INFO O| Aug 06 04:08:11.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
43622024-08-06T04:08:13.103Z[ recovery-image] Aug 06 04:08:11.412 INFO O| Aug 06 04:08:11.412 INFO STEP 176 (remove_files) COMPLETE
43632024-08-06T04:08:13.106Z[ recovery-image] Aug 06 04:08:11.412 INFO O| Aug 06 04:08:11.412 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-08-06T04:08:13.115Z[ recovery-image] Aug 06 04:08:11.424 INFO O| Aug 06 04:08:11.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
43652024-08-06T04:08:13.115Z[ recovery-image] Aug 06 04:08:11.424 INFO O| Aug 06 04:08:11.424 INFO STEP 177 (remove_files) COMPLETE
43662024-08-06T04:08:13.115Z[ recovery-image] Aug 06 04:08:11.424 INFO O| Aug 06 04:08:11.424 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-08-06T04:08:13.126Z[ recovery-image] Aug 06 04:08:11.435 INFO O| Aug 06 04:08:11.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
43682024-08-06T04:08:13.126Z[ recovery-image] Aug 06 04:08:11.435 INFO O| Aug 06 04:08:11.435 INFO STEP 178 (remove_files) COMPLETE
43692024-08-06T04:08:13.129Z[ recovery-image] Aug 06 04:08:11.435 INFO O| Aug 06 04:08:11.435 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-08-06T04:08:13.137Z[ recovery-image] Aug 06 04:08:11.446 INFO O| Aug 06 04:08:11.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
43712024-08-06T04:08:13.140Z[ recovery-image] Aug 06 04:08:11.446 INFO O| Aug 06 04:08:11.446 INFO STEP 179 (remove_files) COMPLETE
43722024-08-06T04:08:13.140Z[ recovery-image] Aug 06 04:08:11.446 INFO O| Aug 06 04:08:11.446 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-08-06T04:08:13.148Z[ recovery-image] Aug 06 04:08:11.457 INFO O| Aug 06 04:08:11.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
43742024-08-06T04:08:13.151Z[ recovery-image] Aug 06 04:08:11.457 INFO O| Aug 06 04:08:11.457 INFO STEP 180 (remove_files) COMPLETE
43752024-08-06T04:08:13.151Z[ recovery-image] Aug 06 04:08:11.457 INFO O| Aug 06 04:08:11.457 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-08-06T04:08:13.161Z[ recovery-image] Aug 06 04:08:11.470 INFO O| Aug 06 04:08:11.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
43772024-08-06T04:08:13.161Z[ recovery-image] Aug 06 04:08:11.470 INFO O| Aug 06 04:08:11.470 INFO STEP 181 (remove_files) COMPLETE
43782024-08-06T04:08:13.163Z[ recovery-image] Aug 06 04:08:11.470 INFO O| Aug 06 04:08:11.470 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-08-06T04:08:13.175Z[ recovery-image] Aug 06 04:08:11.484 INFO O| Aug 06 04:08:11.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
43802024-08-06T04:08:13.175Z[ recovery-image] Aug 06 04:08:11.484 INFO O| Aug 06 04:08:11.484 INFO STEP 182 (remove_files) COMPLETE
43812024-08-06T04:08:13.178Z[ recovery-image] Aug 06 04:08:11.484 INFO O| Aug 06 04:08:11.484 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-08-06T04:08:13.188Z[ recovery-image] Aug 06 04:08:11.497 INFO O| Aug 06 04:08:11.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
43832024-08-06T04:08:13.191Z[ recovery-image] Aug 06 04:08:11.498 INFO O| Aug 06 04:08:11.498 INFO STEP 183 (remove_files) COMPLETE
43842024-08-06T04:08:13.191Z[ recovery-image] Aug 06 04:08:11.498 INFO O| Aug 06 04:08:11.498 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-08-06T04:08:13.202Z[ recovery-image] Aug 06 04:08:11.511 INFO O| Aug 06 04:08:11.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
43862024-08-06T04:08:13.202Z[ recovery-image] Aug 06 04:08:11.511 INFO O| Aug 06 04:08:11.511 INFO STEP 184 (remove_files) COMPLETE
43872024-08-06T04:08:13.205Z[ recovery-image] Aug 06 04:08:11.511 INFO O| Aug 06 04:08:11.511 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-08-06T04:08:13.216Z[ recovery-image] Aug 06 04:08:11.524 INFO O| Aug 06 04:08:11.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
43892024-08-06T04:08:13.216Z[ recovery-image] Aug 06 04:08:11.525 INFO O| Aug 06 04:08:11.525 INFO STEP 185 (remove_files) COMPLETE
43902024-08-06T04:08:13.216Z[ recovery-image] Aug 06 04:08:11.525 INFO O| Aug 06 04:08:11.525 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-08-06T04:08:13.229Z[ recovery-image] Aug 06 04:08:11.538 INFO O| Aug 06 04:08:11.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
43922024-08-06T04:08:13.229Z[ recovery-image] Aug 06 04:08:11.538 INFO O| Aug 06 04:08:11.538 INFO STEP 186 (remove_files) COMPLETE
43932024-08-06T04:08:13.232Z[ recovery-image] Aug 06 04:08:11.538 INFO O| Aug 06 04:08:11.538 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-08-06T04:08:13.240Z[ recovery-image] Aug 06 04:08:11.549 INFO O| Aug 06 04:08:11.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
43952024-08-06T04:08:13.240Z[ recovery-image] Aug 06 04:08:11.549 INFO O| Aug 06 04:08:11.549 INFO STEP 187 (remove_files) COMPLETE
43962024-08-06T04:08:13.242Z[ recovery-image] Aug 06 04:08:11.549 INFO O| Aug 06 04:08:11.549 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-08-06T04:08:13.252Z[ recovery-image] Aug 06 04:08:11.561 INFO O| Aug 06 04:08:11.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
43982024-08-06T04:08:13.254Z[ recovery-image] Aug 06 04:08:11.561 INFO O| Aug 06 04:08:11.561 INFO STEP 188 (remove_files) COMPLETE
43992024-08-06T04:08:13.255Z[ recovery-image] Aug 06 04:08:11.561 INFO O| Aug 06 04:08:11.561 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-08-06T04:08:13.263Z[ recovery-image] Aug 06 04:08:11.573 INFO O| Aug 06 04:08:11.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44012024-08-06T04:08:13.266Z[ recovery-image] Aug 06 04:08:11.573 INFO O| Aug 06 04:08:11.573 INFO STEP 189 (remove_files) COMPLETE
44022024-08-06T04:08:13.266Z[ recovery-image] Aug 06 04:08:11.573 INFO O| Aug 06 04:08:11.573 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-08-06T04:08:13.276Z[ recovery-image] Aug 06 04:08:11.585 INFO O| Aug 06 04:08:11.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44042024-08-06T04:08:13.276Z[ recovery-image] Aug 06 04:08:11.585 INFO O| Aug 06 04:08:11.585 INFO STEP 190 (remove_files) COMPLETE
44052024-08-06T04:08:13.276Z[ recovery-image] Aug 06 04:08:11.585 INFO O| Aug 06 04:08:11.585 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-08-06T04:08:13.287Z[ recovery-image] Aug 06 04:08:11.596 INFO O| Aug 06 04:08:11.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44072024-08-06T04:08:13.287Z[ recovery-image] Aug 06 04:08:11.596 INFO O| Aug 06 04:08:11.596 INFO STEP 191 (remove_files) COMPLETE
44082024-08-06T04:08:13.290Z[ recovery-image] Aug 06 04:08:11.596 INFO O| Aug 06 04:08:11.596 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-08-06T04:08:13.298Z[ recovery-image] Aug 06 04:08:11.607 INFO O| Aug 06 04:08:11.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44102024-08-06T04:08:13.301Z[ recovery-image] Aug 06 04:08:11.607 INFO O| Aug 06 04:08:11.607 INFO STEP 192 (remove_files) COMPLETE
44112024-08-06T04:08:13.301Z[ recovery-image] Aug 06 04:08:11.607 INFO O| Aug 06 04:08:11.607 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-08-06T04:08:13.309Z[ recovery-image] Aug 06 04:08:11.618 INFO O| Aug 06 04:08:11.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44132024-08-06T04:08:13.309Z[ recovery-image] Aug 06 04:08:11.618 INFO O| Aug 06 04:08:11.618 INFO STEP 193 (remove_files) COMPLETE
44142024-08-06T04:08:13.312Z[ recovery-image] Aug 06 04:08:11.618 INFO O| Aug 06 04:08:11.618 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-08-06T04:08:13.320Z[ recovery-image] Aug 06 04:08:11.630 INFO O| Aug 06 04:08:11.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44162024-08-06T04:08:13.320Z[ recovery-image] Aug 06 04:08:11.630 INFO O| Aug 06 04:08:11.630 INFO STEP 194 (remove_files) COMPLETE
44172024-08-06T04:08:13.323Z[ recovery-image] Aug 06 04:08:11.630 INFO O| Aug 06 04:08:11.630 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-08-06T04:08:13.333Z[ recovery-image] Aug 06 04:08:11.641 INFO O| Aug 06 04:08:11.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44192024-08-06T04:08:13.333Z[ recovery-image] Aug 06 04:08:11.642 INFO O| Aug 06 04:08:11.642 INFO STEP 195 (remove_files) COMPLETE
44202024-08-06T04:08:13.333Z[ recovery-image] Aug 06 04:08:11.642 INFO O| Aug 06 04:08:11.642 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-08-06T04:08:13.337Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 19s
44222024-08-06T04:08:13.345Z[ recovery-image] Aug 06 04:08:11.654 INFO O| Aug 06 04:08:11.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44232024-08-06T04:08:13.345Z[ recovery-image] Aug 06 04:08:11.655 INFO O| Aug 06 04:08:11.655 INFO STEP 196 (remove_files) COMPLETE
44242024-08-06T04:08:13.348Z[ recovery-image] Aug 06 04:08:11.655 INFO O| Aug 06 04:08:11.655 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-08-06T04:08:13.357Z[ recovery-image] Aug 06 04:08:11.666 INFO O| Aug 06 04:08:11.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44262024-08-06T04:08:13.357Z[ recovery-image] Aug 06 04:08:11.666 INFO O| Aug 06 04:08:11.666 INFO STEP 197 (remove_files) COMPLETE
44272024-08-06T04:08:13.360Z[ recovery-image] Aug 06 04:08:11.666 INFO O| Aug 06 04:08:11.666 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-08-06T04:08:13.369Z[ recovery-image] Aug 06 04:08:11.678 INFO O| Aug 06 04:08:11.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44292024-08-06T04:08:13.369Z[ recovery-image] Aug 06 04:08:11.678 INFO O| Aug 06 04:08:11.678 INFO STEP 198 (remove_files) COMPLETE
44302024-08-06T04:08:13.372Z[ recovery-image] Aug 06 04:08:11.678 INFO O| Aug 06 04:08:11.678 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-08-06T04:08:13.380Z[ recovery-image] Aug 06 04:08:11.688 INFO O| Aug 06 04:08:11.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44322024-08-06T04:08:13.380Z[ recovery-image] Aug 06 04:08:11.689 INFO O| Aug 06 04:08:11.689 INFO STEP 199 (remove_files) COMPLETE
44332024-08-06T04:08:13.382Z[ recovery-image] Aug 06 04:08:11.689 INFO O| Aug 06 04:08:11.689 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-08-06T04:08:13.394Z[ recovery-image] Aug 06 04:08:11.702 INFO O| Aug 06 04:08:11.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44352024-08-06T04:08:13.394Z[ recovery-image] Aug 06 04:08:11.703 INFO O| Aug 06 04:08:11.703 INFO STEP 200 (remove_files) COMPLETE
44362024-08-06T04:08:13.396Z[ recovery-image] Aug 06 04:08:11.703 INFO O| Aug 06 04:08:11.703 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-08-06T04:08:13.408Z[ recovery-image] Aug 06 04:08:11.717 INFO O| Aug 06 04:08:11.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44382024-08-06T04:08:13.411Z[ recovery-image] Aug 06 04:08:11.717 INFO O| Aug 06 04:08:11.717 INFO STEP 201 (remove_files) COMPLETE
44392024-08-06T04:08:13.411Z[ recovery-image] Aug 06 04:08:11.717 INFO O| Aug 06 04:08:11.717 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-08-06T04:08:13.420Z[ recovery-image] Aug 06 04:08:11.729 INFO O| Aug 06 04:08:11.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44412024-08-06T04:08:13.423Z[ recovery-image] Aug 06 04:08:11.730 INFO O| Aug 06 04:08:11.730 INFO STEP 202 (remove_files) COMPLETE
44422024-08-06T04:08:13.423Z[ recovery-image] Aug 06 04:08:11.730 INFO O| Aug 06 04:08:11.730 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-08-06T04:08:13.432Z[ recovery-image] Aug 06 04:08:11.741 INFO O| Aug 06 04:08:11.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44442024-08-06T04:08:13.432Z[ recovery-image] Aug 06 04:08:11.741 INFO O| Aug 06 04:08:11.741 INFO STEP 203 (remove_files) COMPLETE
44452024-08-06T04:08:13.435Z[ recovery-image] Aug 06 04:08:11.742 INFO O| Aug 06 04:08:11.741 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-08-06T04:08:13.445Z[ recovery-image] Aug 06 04:08:11.754 INFO O| Aug 06 04:08:11.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44472024-08-06T04:08:13.445Z[ recovery-image] Aug 06 04:08:11.754 INFO O| Aug 06 04:08:11.754 INFO STEP 204 (remove_files) COMPLETE
44482024-08-06T04:08:13.445Z[ recovery-image] Aug 06 04:08:11.754 INFO O| Aug 06 04:08:11.754 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-08-06T04:08:13.459Z[ recovery-image] Aug 06 04:08:11.768 INFO O| Aug 06 04:08:11.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44502024-08-06T04:08:13.459Z[ recovery-image] Aug 06 04:08:11.768 INFO O| Aug 06 04:08:11.768 INFO STEP 205 (remove_files) COMPLETE
44512024-08-06T04:08:13.462Z[ recovery-image] Aug 06 04:08:11.768 INFO O| Aug 06 04:08:11.768 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-08-06T04:08:13.476Z[ recovery-image] Aug 06 04:08:11.785 INFO O| Aug 06 04:08:11.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44532024-08-06T04:08:13.476Z[ recovery-image] Aug 06 04:08:11.785 INFO O| Aug 06 04:08:11.785 INFO STEP 206 (remove_files) COMPLETE
44542024-08-06T04:08:13.478Z[ recovery-image] Aug 06 04:08:11.785 INFO O| Aug 06 04:08:11.785 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-08-06T04:08:13.491Z[ recovery-image] Aug 06 04:08:11.800 INFO O| Aug 06 04:08:11.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
44562024-08-06T04:08:13.491Z[ recovery-image] Aug 06 04:08:11.800 INFO O| Aug 06 04:08:11.800 INFO STEP 207 (remove_files) COMPLETE
44572024-08-06T04:08:13.491Z[ recovery-image] Aug 06 04:08:11.800 INFO O| Aug 06 04:08:11.800 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-08-06T04:08:13.507Z[ recovery-image] Aug 06 04:08:11.816 INFO O| Aug 06 04:08:11.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
44592024-08-06T04:08:13.507Z[ recovery-image] Aug 06 04:08:11.816 INFO O| Aug 06 04:08:11.816 INFO STEP 208 (remove_files) COMPLETE
44602024-08-06T04:08:13.510Z[ recovery-image] Aug 06 04:08:11.816 INFO O| Aug 06 04:08:11.816 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-08-06T04:08:13.521Z[ recovery-image] Aug 06 04:08:11.830 INFO O| Aug 06 04:08:11.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
44622024-08-06T04:08:13.521Z[ recovery-image] Aug 06 04:08:11.830 INFO O| Aug 06 04:08:11.830 INFO STEP 209 (remove_files) COMPLETE
44632024-08-06T04:08:13.525Z[ recovery-image] Aug 06 04:08:11.830 INFO O| Aug 06 04:08:11.830 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-08-06T04:08:13.533Z[ recovery-image] Aug 06 04:08:11.842 INFO O| Aug 06 04:08:11.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
44652024-08-06T04:08:13.533Z[ recovery-image] Aug 06 04:08:11.842 INFO O| Aug 06 04:08:11.842 INFO STEP 210 (remove_files) COMPLETE
44662024-08-06T04:08:13.535Z[ recovery-image] Aug 06 04:08:11.842 INFO O| Aug 06 04:08:11.842 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-08-06T04:08:13.544Z[ recovery-image] Aug 06 04:08:11.853 INFO O| Aug 06 04:08:11.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
44682024-08-06T04:08:13.544Z[ recovery-image] Aug 06 04:08:11.853 INFO O| Aug 06 04:08:11.853 INFO STEP 211 (remove_files) COMPLETE
44692024-08-06T04:08:13.547Z[ recovery-image] Aug 06 04:08:11.853 INFO O| Aug 06 04:08:11.853 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-08-06T04:08:13.555Z[ recovery-image] Aug 06 04:08:11.864 INFO O| Aug 06 04:08:11.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
44712024-08-06T04:08:13.555Z[ recovery-image] Aug 06 04:08:11.864 INFO O| Aug 06 04:08:11.864 INFO STEP 212 (remove_files) COMPLETE
44722024-08-06T04:08:13.558Z[ recovery-image] Aug 06 04:08:11.864 INFO O| Aug 06 04:08:11.864 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-08-06T04:08:13.566Z[ recovery-image] Aug 06 04:08:11.875 INFO O| Aug 06 04:08:11.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
44742024-08-06T04:08:13.569Z[ recovery-image] Aug 06 04:08:11.875 INFO O| Aug 06 04:08:11.875 INFO STEP 213 (remove_files) COMPLETE
44752024-08-06T04:08:13.569Z[ recovery-image] Aug 06 04:08:11.875 INFO O| Aug 06 04:08:11.875 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-08-06T04:08:13.577Z[ recovery-image] Aug 06 04:08:11.886 INFO O| Aug 06 04:08:11.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
44772024-08-06T04:08:13.577Z[ recovery-image] Aug 06 04:08:11.886 INFO O| Aug 06 04:08:11.886 INFO STEP 214 (remove_files) COMPLETE
44782024-08-06T04:08:13.580Z[ recovery-image] Aug 06 04:08:11.886 INFO O| Aug 06 04:08:11.886 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-08-06T04:08:13.588Z[ recovery-image] Aug 06 04:08:11.897 INFO O| Aug 06 04:08:11.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
44802024-08-06T04:08:13.588Z[ recovery-image] Aug 06 04:08:11.897 INFO O| Aug 06 04:08:11.897 INFO STEP 215 (remove_files) COMPLETE
44812024-08-06T04:08:13.590Z[ recovery-image] Aug 06 04:08:11.897 INFO O| Aug 06 04:08:11.897 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-08-06T04:08:13.598Z[ recovery-image] Aug 06 04:08:11.907 INFO O| Aug 06 04:08:11.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
44832024-08-06T04:08:13.601Z[ recovery-image] Aug 06 04:08:11.907 INFO O| Aug 06 04:08:11.907 INFO STEP 216 (remove_files) COMPLETE
44842024-08-06T04:08:13.601Z[ recovery-image] Aug 06 04:08:11.907 INFO O| Aug 06 04:08:11.907 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-08-06T04:08:13.609Z[ recovery-image] Aug 06 04:08:11.918 INFO O| Aug 06 04:08:11.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
44862024-08-06T04:08:13.609Z[ recovery-image] Aug 06 04:08:11.918 INFO O| Aug 06 04:08:11.918 INFO STEP 217 (remove_files) COMPLETE
44872024-08-06T04:08:13.611Z[ recovery-image] Aug 06 04:08:11.918 INFO O| Aug 06 04:08:11.918 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-08-06T04:08:13.620Z[ recovery-image] Aug 06 04:08:11.929 INFO O| Aug 06 04:08:11.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
44892024-08-06T04:08:13.620Z[ recovery-image] Aug 06 04:08:11.929 INFO O| Aug 06 04:08:11.929 INFO STEP 218 (remove_files) COMPLETE
44902024-08-06T04:08:13.623Z[ recovery-image] Aug 06 04:08:11.929 INFO O| Aug 06 04:08:11.929 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-08-06T04:08:13.630ZAug 06 04:08:11.939 INFO [verify-libraries] process exited with exit status: 0 (268.025334126s)
44922024-08-06T04:08:13.633Z[ recovery-image] Aug 06 04:08:11.940 INFO O| Aug 06 04:08:11.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
44932024-08-06T04:08:13.633Z[ recovery-image] Aug 06 04:08:11.940 INFO O| Aug 06 04:08:11.940 INFO STEP 219 (remove_files) COMPLETE
44942024-08-06T04:08:13.633Z[ recovery-image] Aug 06 04:08:11.940 INFO O| Aug 06 04:08:11.940 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-08-06T04:08:13.641Z[ recovery-image] Aug 06 04:08:11.950 INFO O| Aug 06 04:08:11.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
44962024-08-06T04:08:13.644Z[ recovery-image] Aug 06 04:08:11.950 INFO O| Aug 06 04:08:11.950 INFO STEP 220 (remove_files) COMPLETE
44972024-08-06T04:08:13.644Z[ recovery-image] Aug 06 04:08:11.950 INFO O| Aug 06 04:08:11.950 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-08-06T04:08:13.651Z[ recovery-image] Aug 06 04:08:11.960 INFO O| Aug 06 04:08:11.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
44992024-08-06T04:08:13.651Z[ recovery-image] Aug 06 04:08:11.960 INFO O| Aug 06 04:08:11.960 INFO STEP 221 (remove_files) COMPLETE
45002024-08-06T04:08:13.654Z[ recovery-image] Aug 06 04:08:11.960 INFO O| Aug 06 04:08:11.960 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-08-06T04:08:13.661Z[ recovery-image] Aug 06 04:08:11.970 INFO O| Aug 06 04:08:11.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45022024-08-06T04:08:13.661Z[ recovery-image] Aug 06 04:08:11.970 INFO O| Aug 06 04:08:11.970 INFO STEP 222 (remove_files) COMPLETE
45032024-08-06T04:08:13.661Z[ recovery-image] Aug 06 04:08:11.970 INFO O| Aug 06 04:08:11.970 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-08-06T04:08:13.670Z[ recovery-image] Aug 06 04:08:11.980 INFO O| Aug 06 04:08:11.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45052024-08-06T04:08:13.673Z[ recovery-image] Aug 06 04:08:11.980 INFO O| Aug 06 04:08:11.980 INFO STEP 223 (remove_files) COMPLETE
45062024-08-06T04:08:13.673Z[ recovery-image] Aug 06 04:08:11.980 INFO O| Aug 06 04:08:11.980 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-08-06T04:08:13.681Z[ recovery-image] Aug 06 04:08:11.990 INFO O| Aug 06 04:08:11.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45082024-08-06T04:08:13.681Z[ recovery-image] Aug 06 04:08:11.990 INFO O| Aug 06 04:08:11.990 INFO STEP 224 (remove_files) COMPLETE
45092024-08-06T04:08:13.681Z[ recovery-image] Aug 06 04:08:11.990 INFO O| Aug 06 04:08:11.990 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-08-06T04:08:13.690Z[ recovery-image] Aug 06 04:08:11.999 INFO O| Aug 06 04:08:11.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45112024-08-06T04:08:13.693Z[ recovery-image] Aug 06 04:08:12.000 INFO O| Aug 06 04:08:11.999 INFO STEP 225 (remove_files) COMPLETE
45122024-08-06T04:08:13.693Z[ recovery-image] Aug 06 04:08:12.000 INFO O| Aug 06 04:08:11.999 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-08-06T04:08:13.702Z[ recovery-image] Aug 06 04:08:12.011 INFO O| Aug 06 04:08:12.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45142024-08-06T04:08:13.702Z[ recovery-image] Aug 06 04:08:12.011 INFO O| Aug 06 04:08:12.011 INFO STEP 226 (remove_files) COMPLETE
45152024-08-06T04:08:13.705Z[ recovery-image] Aug 06 04:08:12.011 INFO O| Aug 06 04:08:12.011 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-08-06T04:08:13.713Z[ recovery-image] Aug 06 04:08:12.022 INFO O| Aug 06 04:08:12.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45172024-08-06T04:08:13.713Z[ recovery-image] Aug 06 04:08:12.022 INFO O| Aug 06 04:08:12.022 INFO STEP 227 (remove_files) COMPLETE
45182024-08-06T04:08:13.716Z[ recovery-image] Aug 06 04:08:12.022 INFO O| Aug 06 04:08:12.022 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-08-06T04:08:13.725Z[ recovery-image] Aug 06 04:08:12.034 INFO O| Aug 06 04:08:12.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45202024-08-06T04:08:13.725Z[ recovery-image] Aug 06 04:08:12.034 INFO O| Aug 06 04:08:12.034 INFO STEP 228 (remove_files) COMPLETE
45212024-08-06T04:08:13.725Z[ recovery-image] Aug 06 04:08:12.034 INFO O| Aug 06 04:08:12.034 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-08-06T04:08:13.737Z[ recovery-image] Aug 06 04:08:12.046 INFO O| Aug 06 04:08:12.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45232024-08-06T04:08:13.737Z[ recovery-image] Aug 06 04:08:12.046 INFO O| Aug 06 04:08:12.046 INFO STEP 229 (remove_files) COMPLETE
45242024-08-06T04:08:13.737Z[ recovery-image] Aug 06 04:08:12.046 INFO O| Aug 06 04:08:12.046 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-08-06T04:08:13.749Z[ recovery-image] Aug 06 04:08:12.058 INFO O| Aug 06 04:08:12.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45262024-08-06T04:08:13.749Z[ recovery-image] Aug 06 04:08:12.058 INFO O| Aug 06 04:08:12.058 INFO STEP 230 (remove_files) COMPLETE
45272024-08-06T04:08:13.752Z[ recovery-image] Aug 06 04:08:12.058 INFO O| Aug 06 04:08:12.058 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-08-06T04:08:13.761Z[ recovery-image] Aug 06 04:08:12.069 INFO O| Aug 06 04:08:12.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45292024-08-06T04:08:13.761Z[ recovery-image] Aug 06 04:08:12.069 INFO O| Aug 06 04:08:12.069 INFO STEP 231 (remove_files) COMPLETE
45302024-08-06T04:08:13.761Z[ recovery-image] Aug 06 04:08:12.069 INFO O| Aug 06 04:08:12.069 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-08-06T04:08:13.773Z[ recovery-image] Aug 06 04:08:12.082 INFO O| Aug 06 04:08:12.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45322024-08-06T04:08:13.773Z[ recovery-image] Aug 06 04:08:12.082 INFO O| Aug 06 04:08:12.082 INFO STEP 232 (remove_files) COMPLETE
45332024-08-06T04:08:13.773Z[ recovery-image] Aug 06 04:08:12.082 INFO O| Aug 06 04:08:12.082 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-08-06T04:08:13.785Z[ recovery-image] Aug 06 04:08:12.094 INFO O| Aug 06 04:08:12.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45352024-08-06T04:08:13.785Z[ recovery-image] Aug 06 04:08:12.094 INFO O| Aug 06 04:08:12.094 INFO STEP 233 (remove_files) COMPLETE
45362024-08-06T04:08:13.785Z[ recovery-image] Aug 06 04:08:12.094 INFO O| Aug 06 04:08:12.094 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-08-06T04:08:13.795Z[ recovery-image] Aug 06 04:08:12.104 INFO O| Aug 06 04:08:12.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45382024-08-06T04:08:13.798Z[ recovery-image] Aug 06 04:08:12.104 INFO O| Aug 06 04:08:12.104 INFO STEP 234 (remove_files) COMPLETE
45392024-08-06T04:08:13.798Z[ recovery-image] Aug 06 04:08:12.104 INFO O| Aug 06 04:08:12.104 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-08-06T04:08:13.805Z[ recovery-image] Aug 06 04:08:12.114 INFO O| Aug 06 04:08:12.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45412024-08-06T04:08:13.805Z[ recovery-image] Aug 06 04:08:12.114 INFO O| Aug 06 04:08:12.114 INFO STEP 235 (remove_files) COMPLETE
45422024-08-06T04:08:13.808Z[ recovery-image] Aug 06 04:08:12.114 INFO O| Aug 06 04:08:12.114 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-08-06T04:08:13.815Z[ recovery-image] Aug 06 04:08:12.124 INFO O| Aug 06 04:08:12.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45442024-08-06T04:08:13.818Z[ recovery-image] Aug 06 04:08:12.125 INFO O| Aug 06 04:08:12.125 INFO STEP 236 (remove_files) COMPLETE
45452024-08-06T04:08:13.818Z[ recovery-image] Aug 06 04:08:12.125 INFO O| Aug 06 04:08:12.125 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-08-06T04:08:13.826Z[ recovery-image] Aug 06 04:08:12.135 INFO O| Aug 06 04:08:12.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45472024-08-06T04:08:13.826Z[ recovery-image] Aug 06 04:08:12.135 INFO O| Aug 06 04:08:12.135 INFO STEP 237 (remove_files) COMPLETE
45482024-08-06T04:08:13.829Z[ recovery-image] Aug 06 04:08:12.135 INFO O| Aug 06 04:08:12.135 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-08-06T04:08:13.836Z[ recovery-image] Aug 06 04:08:12.145 INFO O| Aug 06 04:08:12.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45502024-08-06T04:08:13.838Z[ recovery-image] Aug 06 04:08:12.145 INFO O| Aug 06 04:08:12.145 INFO STEP 238 (remove_files) COMPLETE
45512024-08-06T04:08:13.838Z[ recovery-image] Aug 06 04:08:12.145 INFO O| Aug 06 04:08:12.145 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-08-06T04:08:13.845Z[ recovery-image] Aug 06 04:08:12.154 INFO O| Aug 06 04:08:12.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45532024-08-06T04:08:13.848Z[ recovery-image] Aug 06 04:08:12.154 INFO O| Aug 06 04:08:12.154 INFO STEP 239 (remove_files) COMPLETE
45542024-08-06T04:08:13.848Z[ recovery-image] Aug 06 04:08:12.154 INFO O| Aug 06 04:08:12.154 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-08-06T04:08:13.855Z[ recovery-image] Aug 06 04:08:12.164 INFO O| Aug 06 04:08:12.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
45562024-08-06T04:08:13.857Z[ recovery-image] Aug 06 04:08:12.164 INFO O| Aug 06 04:08:12.164 INFO STEP 240 (remove_files) COMPLETE
45572024-08-06T04:08:13.857Z[ recovery-image] Aug 06 04:08:12.164 INFO O| Aug 06 04:08:12.164 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-08-06T04:08:13.864Z[ recovery-image] Aug 06 04:08:12.173 INFO O| Aug 06 04:08:12.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
45592024-08-06T04:08:13.867Z[ recovery-image] Aug 06 04:08:12.174 INFO O| Aug 06 04:08:12.173 INFO STEP 241 (remove_files) COMPLETE
45602024-08-06T04:08:13.867Z[ recovery-image] Aug 06 04:08:12.174 INFO O| Aug 06 04:08:12.173 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-08-06T04:08:13.874Z[ recovery-image] Aug 06 04:08:12.183 INFO O| Aug 06 04:08:12.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
45622024-08-06T04:08:13.876Z[ recovery-image] Aug 06 04:08:12.183 INFO O| Aug 06 04:08:12.183 INFO STEP 242 (remove_files) COMPLETE
45632024-08-06T04:08:13.877Z[ recovery-image] Aug 06 04:08:12.183 INFO O| Aug 06 04:08:12.183 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-08-06T04:08:13.884Z[ recovery-image] Aug 06 04:08:12.193 INFO O| Aug 06 04:08:12.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
45652024-08-06T04:08:13.884Z[ recovery-image] Aug 06 04:08:12.193 INFO O| Aug 06 04:08:12.193 INFO STEP 243 (remove_files) COMPLETE
45662024-08-06T04:08:13.884Z[ recovery-image] Aug 06 04:08:12.193 INFO O| Aug 06 04:08:12.193 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-08-06T04:08:13.893Z[ recovery-image] Aug 06 04:08:12.202 INFO O| Aug 06 04:08:12.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
45682024-08-06T04:08:13.896Z[ recovery-image] Aug 06 04:08:12.202 INFO O| Aug 06 04:08:12.202 INFO STEP 244 (remove_files) COMPLETE
45692024-08-06T04:08:13.896Z[ recovery-image] Aug 06 04:08:12.202 INFO O| Aug 06 04:08:12.202 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-08-06T04:08:13.902Z[ recovery-image] Aug 06 04:08:12.212 INFO O| Aug 06 04:08:12.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
45712024-08-06T04:08:13.903Z[ recovery-image] Aug 06 04:08:12.212 INFO O| Aug 06 04:08:12.212 INFO STEP 245 (remove_files) COMPLETE
45722024-08-06T04:08:13.905Z[ recovery-image] Aug 06 04:08:12.212 INFO O| Aug 06 04:08:12.212 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-08-06T04:08:13.912Z[ recovery-image] Aug 06 04:08:12.221 INFO O| Aug 06 04:08:12.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
45742024-08-06T04:08:13.912Z[ recovery-image] Aug 06 04:08:12.221 INFO O| Aug 06 04:08:12.221 INFO STEP 246 (remove_files) COMPLETE
45752024-08-06T04:08:13.915Z[ recovery-image] Aug 06 04:08:12.221 INFO O| Aug 06 04:08:12.221 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-08-06T04:08:13.922Z[ recovery-image] Aug 06 04:08:12.231 INFO O| Aug 06 04:08:12.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
45772024-08-06T04:08:13.922Z[ recovery-image] Aug 06 04:08:12.231 INFO O| Aug 06 04:08:12.231 INFO STEP 247 (remove_files) COMPLETE
45782024-08-06T04:08:13.922Z[ recovery-image] Aug 06 04:08:12.231 INFO O| Aug 06 04:08:12.231 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-08-06T04:08:13.931Z[ recovery-image] Aug 06 04:08:12.240 INFO O| Aug 06 04:08:12.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
45802024-08-06T04:08:13.934Z[ recovery-image] Aug 06 04:08:12.240 INFO O| Aug 06 04:08:12.240 INFO STEP 248 (remove_files) COMPLETE
45812024-08-06T04:08:13.934Z[ recovery-image] Aug 06 04:08:12.240 INFO O| Aug 06 04:08:12.240 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-08-06T04:08:13.941Z[ recovery-image] Aug 06 04:08:12.250 INFO O| Aug 06 04:08:12.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
45832024-08-06T04:08:13.941Z[ recovery-image] Aug 06 04:08:12.250 INFO O| Aug 06 04:08:12.250 INFO STEP 249 (remove_files) COMPLETE
45842024-08-06T04:08:13.941Z[ recovery-image] Aug 06 04:08:12.250 INFO O| Aug 06 04:08:12.250 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-08-06T04:08:13.951Z[ recovery-image] Aug 06 04:08:12.260 INFO O| Aug 06 04:08:12.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
45862024-08-06T04:08:13.951Z[ recovery-image] Aug 06 04:08:12.260 INFO O| Aug 06 04:08:12.260 INFO STEP 250 (remove_files) COMPLETE
45872024-08-06T04:08:13.954Z[ recovery-image] Aug 06 04:08:12.260 INFO O| Aug 06 04:08:12.260 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-08-06T04:08:13.960Z[ recovery-image] Aug 06 04:08:12.269 INFO O| Aug 06 04:08:12.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
45892024-08-06T04:08:13.963Z[ recovery-image] Aug 06 04:08:12.270 INFO O| Aug 06 04:08:12.270 INFO STEP 251 (remove_files) COMPLETE
45902024-08-06T04:08:13.963Z[ recovery-image] Aug 06 04:08:12.270 INFO O| Aug 06 04:08:12.270 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-08-06T04:08:13.970Z[ recovery-image] Aug 06 04:08:12.279 INFO O| Aug 06 04:08:12.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
45922024-08-06T04:08:13.970Z[ recovery-image] Aug 06 04:08:12.279 INFO O| Aug 06 04:08:12.279 INFO STEP 252 (remove_files) COMPLETE
45932024-08-06T04:08:13.970Z[ recovery-image] Aug 06 04:08:12.279 INFO O| Aug 06 04:08:12.279 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-08-06T04:08:13.980Z[ recovery-image] Aug 06 04:08:12.289 INFO O| Aug 06 04:08:12.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
45952024-08-06T04:08:13.980Z[ recovery-image] Aug 06 04:08:12.289 INFO O| Aug 06 04:08:12.289 INFO STEP 253 (remove_files) COMPLETE
45962024-08-06T04:08:13.980Z[ recovery-image] Aug 06 04:08:12.289 INFO O| Aug 06 04:08:12.289 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-08-06T04:08:13.989Z[ recovery-image] Aug 06 04:08:12.298 INFO O| Aug 06 04:08:12.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
45982024-08-06T04:08:13.989Z[ recovery-image] Aug 06 04:08:12.298 INFO O| Aug 06 04:08:12.298 INFO STEP 254 (remove_files) COMPLETE
45992024-08-06T04:08:13.989Z[ recovery-image] Aug 06 04:08:12.298 INFO O| Aug 06 04:08:12.298 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-08-06T04:08:14.002Z[ recovery-image] Aug 06 04:08:12.310 INFO O| Aug 06 04:08:12.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46012024-08-06T04:08:14.002Z[ recovery-image] Aug 06 04:08:12.310 INFO O| Aug 06 04:08:12.310 INFO STEP 255 (remove_files) COMPLETE
46022024-08-06T04:08:14.002Z[ recovery-image] Aug 06 04:08:12.310 INFO O| Aug 06 04:08:12.310 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-08-06T04:08:14.015Z[ recovery-image] Aug 06 04:08:12.322 INFO O| Aug 06 04:08:12.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46042024-08-06T04:08:14.015Z[ recovery-image] Aug 06 04:08:12.322 INFO O| Aug 06 04:08:12.322 INFO STEP 256 (remove_files) COMPLETE
46052024-08-06T04:08:14.015Z[ recovery-image] Aug 06 04:08:12.322 INFO O| Aug 06 04:08:12.322 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-08-06T04:08:14.024Z[ recovery-image] Aug 06 04:08:12.333 INFO O| Aug 06 04:08:12.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46072024-08-06T04:08:14.027Z[ recovery-image] Aug 06 04:08:12.333 INFO O| Aug 06 04:08:12.333 INFO STEP 257 (remove_files) COMPLETE
46082024-08-06T04:08:14.027Z[ recovery-image] Aug 06 04:08:12.333 INFO O| Aug 06 04:08:12.333 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-08-06T04:08:14.037Z[ recovery-image] Aug 06 04:08:12.344 INFO O| Aug 06 04:08:12.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46102024-08-06T04:08:14.040Z[ recovery-image] Aug 06 04:08:12.345 INFO O| Aug 06 04:08:12.345 INFO STEP 258 (remove_files) COMPLETE
46112024-08-06T04:08:14.040Z[ recovery-image] Aug 06 04:08:12.345 INFO O| Aug 06 04:08:12.345 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-08-06T04:08:14.048Z[ recovery-image] Aug 06 04:08:12.356 INFO O| Aug 06 04:08:12.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46132024-08-06T04:08:14.048Z[ recovery-image] Aug 06 04:08:12.356 INFO O| Aug 06 04:08:12.356 INFO STEP 259 (remove_files) COMPLETE
46142024-08-06T04:08:14.055Z[ recovery-image] Aug 06 04:08:12.356 INFO O| Aug 06 04:08:12.356 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-08-06T04:08:14.060Z[ recovery-image] Aug 06 04:08:12.369 INFO O| Aug 06 04:08:12.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46162024-08-06T04:08:14.060Z[ recovery-image] Aug 06 04:08:12.369 INFO O| Aug 06 04:08:12.369 INFO STEP 260 (remove_files) COMPLETE
46172024-08-06T04:08:14.064Z[ recovery-image] Aug 06 04:08:12.369 INFO O| Aug 06 04:08:12.369 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-08-06T04:08:14.073Z[ recovery-image] Aug 06 04:08:12.381 INFO O| Aug 06 04:08:12.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46192024-08-06T04:08:14.073Z[ recovery-image] Aug 06 04:08:12.381 INFO O| Aug 06 04:08:12.381 INFO STEP 261 (remove_files) COMPLETE
46202024-08-06T04:08:14.078Z[ recovery-image] Aug 06 04:08:12.381 INFO O| Aug 06 04:08:12.381 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-08-06T04:08:14.084Z[ recovery-image] Aug 06 04:08:12.391 INFO O| Aug 06 04:08:12.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46222024-08-06T04:08:14.088Z[ recovery-image] Aug 06 04:08:12.391 INFO O| Aug 06 04:08:12.391 INFO STEP 262 (remove_files) COMPLETE
46232024-08-06T04:08:14.088Z[ recovery-image] Aug 06 04:08:12.391 INFO O| Aug 06 04:08:12.391 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-08-06T04:08:14.092Z[ recovery-image] Aug 06 04:08:12.401 INFO O| Aug 06 04:08:12.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46252024-08-06T04:08:14.092Z[ recovery-image] Aug 06 04:08:12.401 INFO O| Aug 06 04:08:12.401 INFO STEP 263 (remove_files) COMPLETE
46262024-08-06T04:08:14.095Z[ recovery-image] Aug 06 04:08:12.401 INFO O| Aug 06 04:08:12.401 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-08-06T04:08:14.102Z[ recovery-image] Aug 06 04:08:12.411 INFO O| Aug 06 04:08:12.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46282024-08-06T04:08:14.102Z[ recovery-image] Aug 06 04:08:12.411 INFO O| Aug 06 04:08:12.411 INFO STEP 264 (remove_files) COMPLETE
46292024-08-06T04:08:14.102Z[ recovery-image] Aug 06 04:08:12.411 INFO O| Aug 06 04:08:12.411 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-08-06T04:08:14.111Z[ recovery-image] Aug 06 04:08:12.420 INFO O| Aug 06 04:08:12.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46312024-08-06T04:08:14.111Z[ recovery-image] Aug 06 04:08:12.420 INFO O| Aug 06 04:08:12.420 INFO STEP 265 (remove_files) COMPLETE
46322024-08-06T04:08:14.115Z[ recovery-image] Aug 06 04:08:12.420 INFO O| Aug 06 04:08:12.420 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-08-06T04:08:14.121Z[ recovery-image] Aug 06 04:08:12.430 INFO O| Aug 06 04:08:12.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46342024-08-06T04:08:14.121Z[ recovery-image] Aug 06 04:08:12.430 INFO O| Aug 06 04:08:12.430 INFO STEP 266 (remove_files) COMPLETE
46352024-08-06T04:08:14.121Z[ recovery-image] Aug 06 04:08:12.430 INFO O| Aug 06 04:08:12.430 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-08-06T04:08:14.131Z[ recovery-image] Aug 06 04:08:12.440 INFO O| Aug 06 04:08:12.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46372024-08-06T04:08:14.131Z[ recovery-image] Aug 06 04:08:12.440 INFO O| Aug 06 04:08:12.440 INFO STEP 267 (remove_files) COMPLETE
46382024-08-06T04:08:14.134Z[ recovery-image] Aug 06 04:08:12.440 INFO O| Aug 06 04:08:12.440 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-08-06T04:08:14.142Z[ recovery-image] Aug 06 04:08:12.449 INFO O| Aug 06 04:08:12.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46402024-08-06T04:08:14.142Z[ recovery-image] Aug 06 04:08:12.449 INFO O| Aug 06 04:08:12.449 INFO STEP 268 (remove_files) COMPLETE
46412024-08-06T04:08:14.149Z[ recovery-image] Aug 06 04:08:12.449 INFO O| Aug 06 04:08:12.449 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-08-06T04:08:14.152Z[ recovery-image] Aug 06 04:08:12.460 INFO O| Aug 06 04:08:12.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46432024-08-06T04:08:14.152Z[ recovery-image] Aug 06 04:08:12.460 INFO O| Aug 06 04:08:12.460 INFO STEP 269 (remove_files) COMPLETE
46442024-08-06T04:08:14.152Z[ recovery-image] Aug 06 04:08:12.460 INFO O| Aug 06 04:08:12.460 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-08-06T04:08:14.161Z[ recovery-image] Aug 06 04:08:12.470 INFO O| Aug 06 04:08:12.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46462024-08-06T04:08:14.161Z[ recovery-image] Aug 06 04:08:12.470 INFO O| Aug 06 04:08:12.470 INFO STEP 270 (remove_files) COMPLETE
46472024-08-06T04:08:14.164Z[ recovery-image] Aug 06 04:08:12.470 INFO O| Aug 06 04:08:12.470 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-08-06T04:08:14.171Z[ recovery-image] Aug 06 04:08:12.480 INFO O| Aug 06 04:08:12.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46492024-08-06T04:08:14.173Z[ recovery-image] Aug 06 04:08:12.480 INFO O| Aug 06 04:08:12.480 INFO STEP 271 (remove_files) COMPLETE
46502024-08-06T04:08:14.173Z[ recovery-image] Aug 06 04:08:12.480 INFO O| Aug 06 04:08:12.480 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-08-06T04:08:14.180Z[ recovery-image] Aug 06 04:08:12.489 INFO O| Aug 06 04:08:12.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46522024-08-06T04:08:14.181Z[ recovery-image] Aug 06 04:08:12.490 INFO O| Aug 06 04:08:12.490 INFO STEP 272 (remove_files) COMPLETE
46532024-08-06T04:08:14.181Z[ recovery-image] Aug 06 04:08:12.490 INFO O| Aug 06 04:08:12.490 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-08-06T04:08:14.190Z[ recovery-image] Aug 06 04:08:12.499 INFO O| Aug 06 04:08:12.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
46552024-08-06T04:08:14.190Z[ recovery-image] Aug 06 04:08:12.499 INFO O| Aug 06 04:08:12.499 INFO STEP 273 (remove_files) COMPLETE
46562024-08-06T04:08:14.190Z[ recovery-image] Aug 06 04:08:12.499 INFO O| Aug 06 04:08:12.499 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-08-06T04:08:14.200Z[ recovery-image] Aug 06 04:08:12.509 INFO O| Aug 06 04:08:12.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
46582024-08-06T04:08:14.200Z[ recovery-image] Aug 06 04:08:12.509 INFO O| Aug 06 04:08:12.509 INFO STEP 274 (remove_files) COMPLETE
46592024-08-06T04:08:14.203Z[ recovery-image] Aug 06 04:08:12.509 INFO O| Aug 06 04:08:12.509 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-08-06T04:08:14.211Z[ recovery-image] Aug 06 04:08:12.519 INFO O| Aug 06 04:08:12.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
46612024-08-06T04:08:14.211Z[ recovery-image] Aug 06 04:08:12.520 INFO O| Aug 06 04:08:12.519 INFO STEP 275 (remove_files) COMPLETE
46622024-08-06T04:08:14.213Z[ recovery-image] Aug 06 04:08:12.520 INFO O| Aug 06 04:08:12.520 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-08-06T04:08:14.221Z[ recovery-image] Aug 06 04:08:12.530 INFO O| Aug 06 04:08:12.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
46642024-08-06T04:08:14.224Z[ recovery-image] Aug 06 04:08:12.530 INFO O| Aug 06 04:08:12.530 INFO STEP 276 (remove_files) COMPLETE
46652024-08-06T04:08:14.224Z[ recovery-image] Aug 06 04:08:12.530 INFO O| Aug 06 04:08:12.530 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-08-06T04:08:14.231Z[ recovery-image] Aug 06 04:08:12.540 INFO O| Aug 06 04:08:12.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
46672024-08-06T04:08:14.231Z[ recovery-image] Aug 06 04:08:12.540 INFO O| Aug 06 04:08:12.540 INFO STEP 277 (remove_files) COMPLETE
46682024-08-06T04:08:14.231Z[ recovery-image] Aug 06 04:08:12.540 INFO O| Aug 06 04:08:12.540 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-08-06T04:08:14.241Z[ recovery-image] Aug 06 04:08:12.550 INFO O| Aug 06 04:08:12.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
46702024-08-06T04:08:14.244Z[ recovery-image] Aug 06 04:08:12.550 INFO O| Aug 06 04:08:12.550 INFO STEP 278 (remove_files) COMPLETE
46712024-08-06T04:08:14.244Z[ recovery-image] Aug 06 04:08:12.550 INFO O| Aug 06 04:08:12.550 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-08-06T04:08:14.251Z[ recovery-image] Aug 06 04:08:12.560 INFO O| Aug 06 04:08:12.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
46732024-08-06T04:08:14.251Z[ recovery-image] Aug 06 04:08:12.560 INFO O| Aug 06 04:08:12.560 INFO STEP 279 (remove_files) COMPLETE
46742024-08-06T04:08:14.251Z[ recovery-image] Aug 06 04:08:12.560 INFO O| Aug 06 04:08:12.560 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-08-06T04:08:14.261Z[ recovery-image] Aug 06 04:08:12.570 INFO O| Aug 06 04:08:12.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
46762024-08-06T04:08:14.261Z[ recovery-image] Aug 06 04:08:12.570 INFO O| Aug 06 04:08:12.570 INFO STEP 280 (remove_files) COMPLETE
46772024-08-06T04:08:14.264Z[ recovery-image] Aug 06 04:08:12.570 INFO O| Aug 06 04:08:12.570 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-08-06T04:08:14.271Z[ recovery-image] Aug 06 04:08:12.580 INFO O| Aug 06 04:08:12.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
46792024-08-06T04:08:14.271Z[ recovery-image] Aug 06 04:08:12.580 INFO O| Aug 06 04:08:12.580 INFO STEP 281 (remove_files) COMPLETE
46802024-08-06T04:08:14.274Z[ recovery-image] Aug 06 04:08:12.580 INFO O| Aug 06 04:08:12.580 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-08-06T04:08:14.281Z[ recovery-image] Aug 06 04:08:12.590 INFO O| Aug 06 04:08:12.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
46822024-08-06T04:08:14.281Z[ recovery-image] Aug 06 04:08:12.590 INFO O| Aug 06 04:08:12.590 INFO STEP 282 (remove_files) COMPLETE
46832024-08-06T04:08:14.281Z[ recovery-image] Aug 06 04:08:12.590 INFO O| Aug 06 04:08:12.590 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-08-06T04:08:14.290Z[ recovery-image] Aug 06 04:08:12.599 INFO O| Aug 06 04:08:12.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
46852024-08-06T04:08:14.293Z[ recovery-image] Aug 06 04:08:12.599 INFO O| Aug 06 04:08:12.599 INFO STEP 283 (remove_files) COMPLETE
46862024-08-06T04:08:14.293Z[ recovery-image] Aug 06 04:08:12.599 INFO O| Aug 06 04:08:12.599 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-08-06T04:08:14.300Z[ recovery-image] Aug 06 04:08:12.609 INFO O| Aug 06 04:08:12.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
46882024-08-06T04:08:14.300Z[ recovery-image] Aug 06 04:08:12.609 INFO O| Aug 06 04:08:12.609 INFO STEP 284 (remove_files) COMPLETE
46892024-08-06T04:08:14.300Z[ recovery-image] Aug 06 04:08:12.609 INFO O| Aug 06 04:08:12.609 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-08-06T04:08:14.310Z[ recovery-image] Aug 06 04:08:12.619 INFO O| Aug 06 04:08:12.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
46912024-08-06T04:08:14.312Z[ recovery-image] Aug 06 04:08:12.619 INFO O| Aug 06 04:08:12.619 INFO STEP 285 (remove_files) COMPLETE
46922024-08-06T04:08:14.312Z[ recovery-image] Aug 06 04:08:12.619 INFO O| Aug 06 04:08:12.619 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-08-06T04:08:14.319Z[ recovery-image] Aug 06 04:08:12.628 INFO O| Aug 06 04:08:12.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
46942024-08-06T04:08:14.319Z[ recovery-image] Aug 06 04:08:12.628 INFO O| Aug 06 04:08:12.628 INFO STEP 286 (remove_files) COMPLETE
46952024-08-06T04:08:14.319Z[ recovery-image] Aug 06 04:08:12.628 INFO O| Aug 06 04:08:12.628 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-08-06T04:08:14.329Z[ recovery-image] Aug 06 04:08:12.638 INFO O| Aug 06 04:08:12.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
46972024-08-06T04:08:14.329Z[ recovery-image] Aug 06 04:08:12.638 INFO O| Aug 06 04:08:12.638 INFO STEP 287 (remove_files) COMPLETE
46982024-08-06T04:08:14.332Z[ recovery-image] Aug 06 04:08:12.638 INFO O| Aug 06 04:08:12.638 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-08-06T04:08:14.339Z[ recovery-image] Aug 06 04:08:12.648 INFO O| Aug 06 04:08:12.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47002024-08-06T04:08:14.342Z[ recovery-image] Aug 06 04:08:12.648 INFO O| Aug 06 04:08:12.648 INFO STEP 288 (remove_files) COMPLETE
47012024-08-06T04:08:14.342Z[ recovery-image] Aug 06 04:08:12.648 INFO O| Aug 06 04:08:12.648 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-08-06T04:08:14.349Z[ recovery-image] Aug 06 04:08:12.658 INFO O| Aug 06 04:08:12.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47032024-08-06T04:08:14.349Z[ recovery-image] Aug 06 04:08:12.658 INFO O| Aug 06 04:08:12.658 INFO STEP 289 (remove_files) COMPLETE
47042024-08-06T04:08:14.349Z[ recovery-image] Aug 06 04:08:12.658 INFO O| Aug 06 04:08:12.658 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-08-06T04:08:14.359Z[ recovery-image] Aug 06 04:08:12.668 INFO O| Aug 06 04:08:12.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47062024-08-06T04:08:14.359Z[ recovery-image] Aug 06 04:08:12.668 INFO O| Aug 06 04:08:12.668 INFO STEP 290 (remove_files) COMPLETE
47072024-08-06T04:08:14.362Z[ recovery-image] Aug 06 04:08:12.668 INFO O| Aug 06 04:08:12.668 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-08-06T04:08:14.368Z[ recovery-image] Aug 06 04:08:12.677 INFO O| Aug 06 04:08:12.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47092024-08-06T04:08:14.368Z[ recovery-image] Aug 06 04:08:12.677 INFO O| Aug 06 04:08:12.677 INFO STEP 291 (remove_files) COMPLETE
47102024-08-06T04:08:14.372Z[ recovery-image] Aug 06 04:08:12.677 INFO O| Aug 06 04:08:12.677 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-08-06T04:08:14.378Z[ recovery-image] Aug 06 04:08:12.687 INFO O| Aug 06 04:08:12.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47122024-08-06T04:08:14.381Z[ recovery-image] Aug 06 04:08:12.687 INFO O| Aug 06 04:08:12.687 INFO STEP 292 (remove_files) COMPLETE
47132024-08-06T04:08:14.381Z[ recovery-image] Aug 06 04:08:12.687 INFO O| Aug 06 04:08:12.687 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-08-06T04:08:14.388Z[ recovery-image] Aug 06 04:08:12.697 INFO O| Aug 06 04:08:12.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47152024-08-06T04:08:14.391Z[ recovery-image] Aug 06 04:08:12.697 INFO O| Aug 06 04:08:12.697 INFO STEP 293 (remove_files) COMPLETE
47162024-08-06T04:08:14.391Z[ recovery-image] Aug 06 04:08:12.697 INFO O| Aug 06 04:08:12.697 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-08-06T04:08:14.398Z[ recovery-image] Aug 06 04:08:12.707 INFO O| Aug 06 04:08:12.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47182024-08-06T04:08:14.398Z[ recovery-image] Aug 06 04:08:12.707 INFO O| Aug 06 04:08:12.707 INFO STEP 294 (remove_files) COMPLETE
47192024-08-06T04:08:14.398Z[ recovery-image] Aug 06 04:08:12.707 INFO O| Aug 06 04:08:12.707 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-08-06T04:08:14.407Z[ recovery-image] Aug 06 04:08:12.716 INFO O| Aug 06 04:08:12.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47212024-08-06T04:08:14.407Z[ recovery-image] Aug 06 04:08:12.716 INFO O| Aug 06 04:08:12.716 INFO STEP 295 (remove_files) COMPLETE
47222024-08-06T04:08:14.410Z[ recovery-image] Aug 06 04:08:12.716 INFO O| Aug 06 04:08:12.716 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-08-06T04:08:14.410Z[ host-image] Aug 06 04:08:12.717 INFO O| Aug 06 04:08:12.717 INFO O| Planning: Solver setup ... Done
47242024-08-06T04:08:14.413Z[ host-image] Aug 06 04:08:12.721 INFO O| Aug 06 04:08:12.720 INFO O| Planning: Running solver ... Done
47252024-08-06T04:08:14.418Z[ recovery-image] Aug 06 04:08:12.727 INFO O| Aug 06 04:08:12.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47262024-08-06T04:08:14.418Z[ recovery-image] Aug 06 04:08:12.727 INFO O| Aug 06 04:08:12.727 INFO STEP 296 (remove_files) COMPLETE
47272024-08-06T04:08:14.420Z[ recovery-image] Aug 06 04:08:12.727 INFO O| Aug 06 04:08:12.727 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-08-06T04:08:14.428Z[ recovery-image] Aug 06 04:08:12.737 INFO O| Aug 06 04:08:12.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47292024-08-06T04:08:14.428Z[ recovery-image] Aug 06 04:08:12.737 INFO O| Aug 06 04:08:12.737 INFO STEP 297 (remove_files) COMPLETE
47302024-08-06T04:08:14.431Z[ recovery-image] Aug 06 04:08:12.737 INFO O| Aug 06 04:08:12.737 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-08-06T04:08:14.439Z[ recovery-image] Aug 06 04:08:12.747 INFO O| Aug 06 04:08:12.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47322024-08-06T04:08:14.439Z[ recovery-image] Aug 06 04:08:12.748 INFO O| Aug 06 04:08:12.747 INFO STEP 298 (remove_files) COMPLETE
47332024-08-06T04:08:14.441Z[ recovery-image] Aug 06 04:08:12.748 INFO O| Aug 06 04:08:12.748 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-08-06T04:08:14.449Z[ recovery-image] Aug 06 04:08:12.758 INFO O| Aug 06 04:08:12.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47352024-08-06T04:08:14.449Z[ recovery-image] Aug 06 04:08:12.758 INFO O| Aug 06 04:08:12.758 INFO STEP 299 (remove_files) COMPLETE
47362024-08-06T04:08:14.449Z[ recovery-image] Aug 06 04:08:12.758 INFO O| Aug 06 04:08:12.758 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-08-06T04:08:14.451Z[ host-image] Aug 06 04:08:12.758 INFO O| Aug 06 04:08:12.758 INFO O| Planning: Finding local manifests ... Done
47382024-08-06T04:08:14.451Z[ host-image] Aug 06 04:08:12.760 INFO O| Aug 06 04:08:12.760 INFO O| Planning: Fetching manifests: 0/6 0% complete
47392024-08-06T04:08:14.459Z[ recovery-image] Aug 06 04:08:12.768 INFO O| Aug 06 04:08:12.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47402024-08-06T04:08:14.461Z[ recovery-image] Aug 06 04:08:12.768 INFO O| Aug 06 04:08:12.768 INFO STEP 300 (remove_files) COMPLETE
47412024-08-06T04:08:14.461Z[ recovery-image] Aug 06 04:08:12.768 INFO O| Aug 06 04:08:12.768 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-08-06T04:08:14.468Z[ recovery-image] Aug 06 04:08:12.777 INFO O| Aug 06 04:08:12.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47432024-08-06T04:08:14.471Z[ recovery-image] Aug 06 04:08:12.778 INFO O| Aug 06 04:08:12.777 INFO STEP 301 (remove_files) COMPLETE
47442024-08-06T04:08:14.471Z[ recovery-image] Aug 06 04:08:12.778 INFO O| Aug 06 04:08:12.777 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-08-06T04:08:14.479Z[ recovery-image] Aug 06 04:08:12.788 INFO O| Aug 06 04:08:12.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47462024-08-06T04:08:14.482Z[ recovery-image] Aug 06 04:08:12.788 INFO O| Aug 06 04:08:12.788 INFO STEP 302 (remove_files) COMPLETE
47472024-08-06T04:08:14.482Z[ recovery-image] Aug 06 04:08:12.788 INFO O| Aug 06 04:08:12.788 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-08-06T04:08:14.489Z[ recovery-image] Aug 06 04:08:12.798 INFO O| Aug 06 04:08:12.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47492024-08-06T04:08:14.489Z[ recovery-image] Aug 06 04:08:12.798 INFO O| Aug 06 04:08:12.798 INFO STEP 303 (remove_files) COMPLETE
47502024-08-06T04:08:14.492Z[ recovery-image] Aug 06 04:08:12.798 INFO O| Aug 06 04:08:12.798 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-08-06T04:08:14.499Z[ recovery-image] Aug 06 04:08:12.808 INFO O| Aug 06 04:08:12.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47522024-08-06T04:08:14.502Z[ recovery-image] Aug 06 04:08:12.808 INFO O| Aug 06 04:08:12.808 INFO STEP 304 (remove_files) COMPLETE
47532024-08-06T04:08:14.502Z[ recovery-image] Aug 06 04:08:12.808 INFO O| Aug 06 04:08:12.808 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-08-06T04:08:14.509Z[ recovery-image] Aug 06 04:08:12.818 INFO O| Aug 06 04:08:12.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47552024-08-06T04:08:14.512Z[ recovery-image] Aug 06 04:08:12.818 INFO O| Aug 06 04:08:12.818 INFO STEP 305 (remove_files) COMPLETE
47562024-08-06T04:08:14.512Z[ recovery-image] Aug 06 04:08:12.818 INFO O| Aug 06 04:08:12.818 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-08-06T04:08:14.519Z[ recovery-image] Aug 06 04:08:12.828 INFO O| Aug 06 04:08:12.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
47582024-08-06T04:08:14.519Z[ recovery-image] Aug 06 04:08:12.828 INFO O| Aug 06 04:08:12.828 INFO STEP 306 (remove_files) COMPLETE
47592024-08-06T04:08:14.519Z[ recovery-image] Aug 06 04:08:12.828 INFO O| Aug 06 04:08:12.828 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-08-06T04:08:14.529Z[ recovery-image] Aug 06 04:08:12.838 INFO O| Aug 06 04:08:12.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
47612024-08-06T04:08:14.529Z[ recovery-image] Aug 06 04:08:12.838 INFO O| Aug 06 04:08:12.838 INFO STEP 307 (remove_files) COMPLETE
47622024-08-06T04:08:14.529Z[ recovery-image] Aug 06 04:08:12.838 INFO O| Aug 06 04:08:12.838 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-08-06T04:08:14.539Z[ recovery-image] Aug 06 04:08:12.848 INFO O| Aug 06 04:08:12.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
47642024-08-06T04:08:14.541Z[ recovery-image] Aug 06 04:08:12.848 INFO O| Aug 06 04:08:12.848 INFO STEP 308 (remove_files) COMPLETE
47652024-08-06T04:08:14.541Z[ recovery-image] Aug 06 04:08:12.848 INFO O| Aug 06 04:08:12.848 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-08-06T04:08:14.550Z[ recovery-image] Aug 06 04:08:12.859 INFO O| Aug 06 04:08:12.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
47672024-08-06T04:08:14.553Z[ recovery-image] Aug 06 04:08:12.859 INFO O| Aug 06 04:08:12.859 INFO STEP 309 (remove_files) COMPLETE
47682024-08-06T04:08:14.553Z[ recovery-image] Aug 06 04:08:12.859 INFO O| Aug 06 04:08:12.859 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-08-06T04:08:14.560Z[ recovery-image] Aug 06 04:08:12.869 INFO O| Aug 06 04:08:12.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
47702024-08-06T04:08:14.560Z[ recovery-image] Aug 06 04:08:12.869 INFO O| Aug 06 04:08:12.869 INFO STEP 310 (remove_files) COMPLETE
47712024-08-06T04:08:14.560Z[ recovery-image] Aug 06 04:08:12.869 INFO O| Aug 06 04:08:12.869 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-08-06T04:08:14.569Z[ recovery-image] Aug 06 04:08:12.878 INFO O| Aug 06 04:08:12.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
47732024-08-06T04:08:14.569Z[ recovery-image] Aug 06 04:08:12.878 INFO O| Aug 06 04:08:12.878 INFO STEP 311 (remove_files) COMPLETE
47742024-08-06T04:08:14.569Z[ recovery-image] Aug 06 04:08:12.878 INFO O| Aug 06 04:08:12.878 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-08-06T04:08:14.579Z[ recovery-image] Aug 06 04:08:12.888 INFO O| Aug 06 04:08:12.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
47762024-08-06T04:08:14.579Z[ recovery-image] Aug 06 04:08:12.888 INFO O| Aug 06 04:08:12.888 INFO STEP 312 (remove_files) COMPLETE
47772024-08-06T04:08:14.579Z[ recovery-image] Aug 06 04:08:12.888 INFO O| Aug 06 04:08:12.888 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-08-06T04:08:14.583Z[ host-image] Aug 06 04:08:12.892 INFO O| Aug 06 04:08:12.892 INFO O| Planning: Fetching manifests: 6/6 100% complete
47792024-08-06T04:08:14.588Z[ recovery-image] Aug 06 04:08:12.897 INFO O| Aug 06 04:08:12.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
47802024-08-06T04:08:14.588Z[ recovery-image] Aug 06 04:08:12.897 INFO O| Aug 06 04:08:12.897 INFO STEP 313 (remove_files) COMPLETE
47812024-08-06T04:08:14.588Z[ recovery-image] Aug 06 04:08:12.897 INFO O| Aug 06 04:08:12.897 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-08-06T04:08:14.598Z[ recovery-image] Aug 06 04:08:12.907 INFO O| Aug 06 04:08:12.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
47832024-08-06T04:08:14.598Z[ recovery-image] Aug 06 04:08:12.907 INFO O| Aug 06 04:08:12.907 INFO STEP 314 (remove_files) COMPLETE
47842024-08-06T04:08:14.600Z[ recovery-image] Aug 06 04:08:12.907 INFO O| Aug 06 04:08:12.907 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-08-06T04:08:14.608Z[ recovery-image] Aug 06 04:08:12.916 INFO O| Aug 06 04:08:12.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
47862024-08-06T04:08:14.608Z[ recovery-image] Aug 06 04:08:12.917 INFO O| Aug 06 04:08:12.916 INFO STEP 315 (remove_files) COMPLETE
47872024-08-06T04:08:14.610Z[ recovery-image] Aug 06 04:08:12.917 INFO O| Aug 06 04:08:12.917 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-08-06T04:08:14.618Z[ recovery-image] Aug 06 04:08:12.926 INFO O| Aug 06 04:08:12.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
47892024-08-06T04:08:14.618Z[ host-image] Aug 06 04:08:12.926 INFO O| Aug 06 04:08:12.926 INFO O| Planning: Package planning ... Done
47902024-08-06T04:08:14.620Z[ recovery-image] Aug 06 04:08:12.926 INFO O| Aug 06 04:08:12.926 INFO STEP 316 (remove_files) COMPLETE
47912024-08-06T04:08:14.620Z[ recovery-image] Aug 06 04:08:12.927 INFO O| Aug 06 04:08:12.926 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-08-06T04:08:14.628Z[ recovery-image] Aug 06 04:08:12.936 INFO O| Aug 06 04:08:12.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
47932024-08-06T04:08:14.628Z[ recovery-image] Aug 06 04:08:12.937 INFO O| Aug 06 04:08:12.937 INFO STEP 317 (remove_files) COMPLETE
47942024-08-06T04:08:14.628Z[ recovery-image] Aug 06 04:08:12.937 INFO O| Aug 06 04:08:12.937 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-08-06T04:08:14.637Z[ host-image] Aug 06 04:08:12.945 INFO O| Aug 06 04:08:12.945 INFO O| Planning: Merging actions ... Done
47962024-08-06T04:08:14.639Z[ recovery-image] Aug 06 04:08:12.946 INFO O| Aug 06 04:08:12.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
47972024-08-06T04:08:14.640Z[ recovery-image] Aug 06 04:08:12.946 INFO O| Aug 06 04:08:12.946 INFO STEP 318 (remove_files) COMPLETE
47982024-08-06T04:08:14.640Z[ recovery-image] Aug 06 04:08:12.946 INFO O| Aug 06 04:08:12.946 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-08-06T04:08:14.647Z[ recovery-image] Aug 06 04:08:12.956 INFO O| Aug 06 04:08:12.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48002024-08-06T04:08:14.647Z[ recovery-image] Aug 06 04:08:12.956 INFO O| Aug 06 04:08:12.956 INFO STEP 319 (remove_files) COMPLETE
48012024-08-06T04:08:14.647Z[ recovery-image] Aug 06 04:08:12.956 INFO O| Aug 06 04:08:12.956 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-08-06T04:08:14.657Z[ recovery-image] Aug 06 04:08:12.966 INFO O| Aug 06 04:08:12.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48032024-08-06T04:08:14.657Z[ recovery-image] Aug 06 04:08:12.966 INFO O| Aug 06 04:08:12.966 INFO STEP 320 (remove_files) COMPLETE
48042024-08-06T04:08:14.657Z[ recovery-image] Aug 06 04:08:12.966 INFO O| Aug 06 04:08:12.966 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-08-06T04:08:14.668Z[ recovery-image] Aug 06 04:08:12.976 INFO O| Aug 06 04:08:12.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48062024-08-06T04:08:14.668Z[ recovery-image] Aug 06 04:08:12.976 INFO O| Aug 06 04:08:12.976 INFO STEP 321 (remove_files) COMPLETE
48072024-08-06T04:08:14.670Z[ recovery-image] Aug 06 04:08:12.977 INFO O| Aug 06 04:08:12.976 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-08-06T04:08:14.678Z[ recovery-image] Aug 06 04:08:12.987 INFO O| Aug 06 04:08:12.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48092024-08-06T04:08:14.678Z[ recovery-image] Aug 06 04:08:12.987 INFO O| Aug 06 04:08:12.987 INFO STEP 322 (remove_files) COMPLETE
48102024-08-06T04:08:14.678Z[ recovery-image] Aug 06 04:08:12.987 INFO O| Aug 06 04:08:12.987 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-08-06T04:08:14.688Z[ recovery-image] Aug 06 04:08:12.997 INFO O| Aug 06 04:08:12.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48122024-08-06T04:08:14.688Z[ recovery-image] Aug 06 04:08:12.997 INFO O| Aug 06 04:08:12.997 INFO STEP 323 (remove_files) COMPLETE
48132024-08-06T04:08:14.690Z[ recovery-image] Aug 06 04:08:12.997 INFO O| Aug 06 04:08:12.997 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-08-06T04:08:14.698Z[ recovery-image] Aug 06 04:08:13.007 INFO O| Aug 06 04:08:13.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48152024-08-06T04:08:14.698Z[ recovery-image] Aug 06 04:08:13.007 INFO O| Aug 06 04:08:13.007 INFO STEP 324 (remove_files) COMPLETE
48162024-08-06T04:08:14.701Z[ recovery-image] Aug 06 04:08:13.007 INFO O| Aug 06 04:08:13.007 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-08-06T04:08:14.708Z[ recovery-image] Aug 06 04:08:13.017 INFO O| Aug 06 04:08:13.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48182024-08-06T04:08:14.708Z[ recovery-image] Aug 06 04:08:13.017 INFO O| Aug 06 04:08:13.017 INFO STEP 325 (remove_files) COMPLETE
48192024-08-06T04:08:14.710Z[ recovery-image] Aug 06 04:08:13.017 INFO O| Aug 06 04:08:13.017 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-08-06T04:08:14.713Z[ host-image] Aug 06 04:08:13.019 INFO O| Aug 06 04:08:13.019 INFO O| Planning: Checking for conflicting actions ... Done
48212024-08-06T04:08:14.716Z[ host-image] Aug 06 04:08:13.024 INFO O| Aug 06 04:08:13.023 INFO O| Planning: Consolidating action changes ... Done
48222024-08-06T04:08:14.718Z[ recovery-image] Aug 06 04:08:13.026 INFO O| Aug 06 04:08:13.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48232024-08-06T04:08:14.718Z[ recovery-image] Aug 06 04:08:13.027 INFO O| Aug 06 04:08:13.026 INFO STEP 326 (remove_files) COMPLETE
48242024-08-06T04:08:14.718Z[ recovery-image] Aug 06 04:08:13.027 INFO O| Aug 06 04:08:13.027 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-08-06T04:08:14.728Z[ recovery-image] Aug 06 04:08:13.036 INFO O| Aug 06 04:08:13.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48262024-08-06T04:08:14.728Z[ recovery-image] Aug 06 04:08:13.036 INFO O| Aug 06 04:08:13.036 INFO STEP 327 (remove_files) COMPLETE
48272024-08-06T04:08:14.732Z[ recovery-image] Aug 06 04:08:13.036 INFO O| Aug 06 04:08:13.036 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-08-06T04:08:14.737Z[ recovery-image] Aug 06 04:08:13.046 INFO O| Aug 06 04:08:13.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48292024-08-06T04:08:14.737Z[ recovery-image] Aug 06 04:08:13.046 INFO O| Aug 06 04:08:13.046 INFO STEP 328 (remove_files) COMPLETE
48302024-08-06T04:08:14.737Z[ recovery-image] Aug 06 04:08:13.046 INFO O| Aug 06 04:08:13.046 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-08-06T04:08:14.747Z[ recovery-image] Aug 06 04:08:13.056 INFO O| Aug 06 04:08:13.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48322024-08-06T04:08:14.749Z[ recovery-image] Aug 06 04:08:13.056 INFO O| Aug 06 04:08:13.056 INFO STEP 329 (remove_files) COMPLETE
48332024-08-06T04:08:14.750Z[ recovery-image] Aug 06 04:08:13.056 INFO O| Aug 06 04:08:13.056 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-08-06T04:08:14.756Z[ recovery-image] Aug 06 04:08:13.065 INFO O| Aug 06 04:08:13.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48352024-08-06T04:08:14.759Z[ recovery-image] Aug 06 04:08:13.066 INFO O| Aug 06 04:08:13.066 INFO STEP 330 (remove_files) COMPLETE
48362024-08-06T04:08:14.759Z[ recovery-image] Aug 06 04:08:13.066 INFO O| Aug 06 04:08:13.066 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-08-06T04:08:14.766Z[ recovery-image] Aug 06 04:08:13.075 INFO O| Aug 06 04:08:13.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48382024-08-06T04:08:14.769Z[ recovery-image] Aug 06 04:08:13.075 INFO O| Aug 06 04:08:13.075 INFO STEP 331 (remove_files) COMPLETE
48392024-08-06T04:08:14.769Z[ recovery-image] Aug 06 04:08:13.075 INFO O| Aug 06 04:08:13.075 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-08-06T04:08:14.776Z[ recovery-image] Aug 06 04:08:13.085 INFO O| Aug 06 04:08:13.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48412024-08-06T04:08:14.778Z[ recovery-image] Aug 06 04:08:13.085 INFO O| Aug 06 04:08:13.085 INFO STEP 332 (remove_files) COMPLETE
48422024-08-06T04:08:14.778Z[ recovery-image] Aug 06 04:08:13.085 INFO O| Aug 06 04:08:13.085 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-08-06T04:08:14.786Z[ recovery-image] Aug 06 04:08:13.095 INFO O| Aug 06 04:08:13.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48442024-08-06T04:08:14.786Z[ recovery-image] Aug 06 04:08:13.095 INFO O| Aug 06 04:08:13.095 INFO STEP 333 (remove_files) COMPLETE
48452024-08-06T04:08:14.786Z[ recovery-image] Aug 06 04:08:13.095 INFO O| Aug 06 04:08:13.095 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-08-06T04:08:14.796Z[ recovery-image] Aug 06 04:08:13.104 INFO O| Aug 06 04:08:13.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48472024-08-06T04:08:14.796Z[ recovery-image] Aug 06 04:08:13.105 INFO O| Aug 06 04:08:13.105 INFO STEP 334 (remove_files) COMPLETE
48482024-08-06T04:08:14.798Z[ recovery-image] Aug 06 04:08:13.105 INFO O| Aug 06 04:08:13.105 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-08-06T04:08:14.806Z[ recovery-image] Aug 06 04:08:13.115 INFO O| Aug 06 04:08:13.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48502024-08-06T04:08:14.807Z[ recovery-image] Aug 06 04:08:13.115 INFO O| Aug 06 04:08:13.115 INFO STEP 335 (remove_files) COMPLETE
48512024-08-06T04:08:14.809Z[ recovery-image] Aug 06 04:08:13.115 INFO O| Aug 06 04:08:13.115 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-08-06T04:08:14.820Z[ recovery-image] Aug 06 04:08:13.129 INFO O| Aug 06 04:08:13.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48532024-08-06T04:08:14.820Z[ recovery-image] Aug 06 04:08:13.129 INFO O| Aug 06 04:08:13.129 INFO STEP 336 (remove_files) COMPLETE
48542024-08-06T04:08:14.823Z[ recovery-image] Aug 06 04:08:13.129 INFO O| Aug 06 04:08:13.129 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-08-06T04:08:14.834Z[ recovery-image] Aug 06 04:08:13.142 INFO O| Aug 06 04:08:13.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48562024-08-06T04:08:14.834Z[ recovery-image] Aug 06 04:08:13.142 INFO O| Aug 06 04:08:13.142 INFO STEP 337 (remove_files) COMPLETE
48572024-08-06T04:08:14.842Z[ recovery-image] Aug 06 04:08:13.143 INFO O| Aug 06 04:08:13.142 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-08-06T04:08:14.846Z[ recovery-image] Aug 06 04:08:13.155 INFO O| Aug 06 04:08:13.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
48592024-08-06T04:08:14.846Z[ recovery-image] Aug 06 04:08:13.155 INFO O| Aug 06 04:08:13.155 INFO STEP 338 (remove_files) COMPLETE
48602024-08-06T04:08:14.846Z[ recovery-image] Aug 06 04:08:13.155 INFO O| Aug 06 04:08:13.155 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-08-06T04:08:14.860Z[ recovery-image] Aug 06 04:08:13.169 INFO O| Aug 06 04:08:13.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
48622024-08-06T04:08:14.860Z[ recovery-image] Aug 06 04:08:13.169 INFO O| Aug 06 04:08:13.169 INFO STEP 339 (remove_files) COMPLETE
48632024-08-06T04:08:14.863Z[ recovery-image] Aug 06 04:08:13.169 INFO O| Aug 06 04:08:13.169 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-08-06T04:08:14.874Z[ recovery-image] Aug 06 04:08:13.182 INFO O| Aug 06 04:08:13.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
48652024-08-06T04:08:14.874Z[ recovery-image] Aug 06 04:08:13.183 INFO O| Aug 06 04:08:13.183 INFO STEP 340 (remove_files) COMPLETE
48662024-08-06T04:08:14.874Z[ recovery-image] Aug 06 04:08:13.183 INFO O| Aug 06 04:08:13.183 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-08-06T04:08:14.888Z[ recovery-image] Aug 06 04:08:13.197 INFO O| Aug 06 04:08:13.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
48682024-08-06T04:08:14.888Z[ recovery-image] Aug 06 04:08:13.197 INFO O| Aug 06 04:08:13.197 INFO STEP 341 (remove_files) COMPLETE
48692024-08-06T04:08:14.888Z[ recovery-image] Aug 06 04:08:13.197 INFO O| Aug 06 04:08:13.197 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-08-06T04:08:14.899Z[ recovery-image] Aug 06 04:08:13.207 INFO O| Aug 06 04:08:13.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
48712024-08-06T04:08:14.901Z[ recovery-image] Aug 06 04:08:13.208 INFO O| Aug 06 04:08:13.207 INFO STEP 342 (remove_files) COMPLETE
48722024-08-06T04:08:14.902Z[ recovery-image] Aug 06 04:08:13.208 INFO O| Aug 06 04:08:13.207 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-08-06T04:08:14.909Z[ recovery-image] Aug 06 04:08:13.218 INFO O| Aug 06 04:08:13.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
48742024-08-06T04:08:14.909Z[ recovery-image] Aug 06 04:08:13.218 INFO O| Aug 06 04:08:13.218 INFO STEP 343 (remove_files) COMPLETE
48752024-08-06T04:08:14.909Z[ recovery-image] Aug 06 04:08:13.218 INFO O| Aug 06 04:08:13.218 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-08-06T04:08:14.919Z[ recovery-image] Aug 06 04:08:13.228 INFO O| Aug 06 04:08:13.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
48772024-08-06T04:08:14.919Z[ recovery-image] Aug 06 04:08:13.228 INFO O| Aug 06 04:08:13.228 INFO STEP 344 (remove_files) COMPLETE
48782024-08-06T04:08:14.922Z[ recovery-image] Aug 06 04:08:13.228 INFO O| Aug 06 04:08:13.228 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-08-06T04:08:14.930Z[ recovery-image] Aug 06 04:08:13.239 INFO O| Aug 06 04:08:13.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
48802024-08-06T04:08:14.930Z[ recovery-image] Aug 06 04:08:13.239 INFO O| Aug 06 04:08:13.239 INFO STEP 345 (remove_files) COMPLETE
48812024-08-06T04:08:14.933Z[ recovery-image] Aug 06 04:08:13.239 INFO O| Aug 06 04:08:13.239 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-08-06T04:08:14.940Z[ recovery-image] Aug 06 04:08:13.249 INFO O| Aug 06 04:08:13.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
48832024-08-06T04:08:14.940Z[ recovery-image] Aug 06 04:08:13.249 INFO O| Aug 06 04:08:13.249 INFO STEP 346 (remove_files) COMPLETE
48842024-08-06T04:08:14.940Z[ recovery-image] Aug 06 04:08:13.249 INFO O| Aug 06 04:08:13.249 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-08-06T04:08:14.950Z[ recovery-image] Aug 06 04:08:13.259 INFO O| Aug 06 04:08:13.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
48862024-08-06T04:08:14.950Z[ recovery-image] Aug 06 04:08:13.259 INFO O| Aug 06 04:08:13.259 INFO STEP 347 (remove_files) COMPLETE
48872024-08-06T04:08:14.953Z[ recovery-image] Aug 06 04:08:13.259 INFO O| Aug 06 04:08:13.259 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-08-06T04:08:14.960Z[ recovery-image] Aug 06 04:08:13.269 INFO O| Aug 06 04:08:13.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
48892024-08-06T04:08:14.960Z[ recovery-image] Aug 06 04:08:13.269 INFO O| Aug 06 04:08:13.269 INFO STEP 348 (remove_files) COMPLETE
48902024-08-06T04:08:14.960Z[ recovery-image] Aug 06 04:08:13.269 INFO O| Aug 06 04:08:13.269 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-08-06T04:08:14.970Z[ recovery-image] Aug 06 04:08:13.279 INFO O| Aug 06 04:08:13.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
48922024-08-06T04:08:14.973Z[ recovery-image] Aug 06 04:08:13.279 INFO O| Aug 06 04:08:13.279 INFO STEP 349 (remove_files) COMPLETE
48932024-08-06T04:08:14.973Z[ recovery-image] Aug 06 04:08:13.279 INFO O| Aug 06 04:08:13.279 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-08-06T04:08:14.981Z[ host-image] Aug 06 04:08:13.289 INFO O| Aug 06 04:08:13.289 INFO O| Planning: Evaluating mediators ... Done
48952024-08-06T04:08:14.983Z[ recovery-image] Aug 06 04:08:13.289 INFO O| Aug 06 04:08:13.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
48962024-08-06T04:08:14.983Z[ recovery-image] Aug 06 04:08:13.290 INFO O| Aug 06 04:08:13.289 INFO STEP 350 (remove_files) COMPLETE
48972024-08-06T04:08:14.983Z[ recovery-image] Aug 06 04:08:13.290 INFO O| Aug 06 04:08:13.290 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-08-06T04:08:14.987Z[ host-image] Aug 06 04:08:13.293 INFO O| Aug 06 04:08:13.293 INFO O| Planning: Planning completed in 1.92 seconds
48992024-08-06T04:08:14.987Z[ host-image] Aug 06 04:08:13.295 INFO O| Aug 06 04:08:13.295 INFO O| Packages to install: 6
49002024-08-06T04:08:14.987Z[ host-image] Aug 06 04:08:13.295 INFO O| Aug 06 04:08:13.295 INFO O| Mediators to change: 1
49012024-08-06T04:08:14.987Z[ host-image] Aug 06 04:08:13.295 INFO O| Aug 06 04:08:13.295 INFO O| Services to change: 1
49022024-08-06T04:08:14.991Z[ recovery-image] Aug 06 04:08:13.300 INFO O| Aug 06 04:08:13.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49032024-08-06T04:08:14.994Z[ recovery-image] Aug 06 04:08:13.300 INFO O| Aug 06 04:08:13.300 INFO STEP 351 (remove_files) COMPLETE
49042024-08-06T04:08:14.994Z[ recovery-image] Aug 06 04:08:13.300 INFO O| Aug 06 04:08:13.300 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-08-06T04:08:14.998Z[ host-image] Aug 06 04:08:13.307 INFO O| Aug 06 04:08:13.307 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
49062024-08-06T04:08:15.001Z[ recovery-image] Aug 06 04:08:13.310 INFO O| Aug 06 04:08:13.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49072024-08-06T04:08:15.002Z[ recovery-image] Aug 06 04:08:13.310 INFO O| Aug 06 04:08:13.310 INFO STEP 352 (remove_files) COMPLETE
49082024-08-06T04:08:15.002Z[ recovery-image] Aug 06 04:08:13.310 INFO O| Aug 06 04:08:13.310 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-08-06T04:08:15.011Z[ recovery-image] Aug 06 04:08:13.320 INFO O| Aug 06 04:08:13.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49102024-08-06T04:08:15.011Z[ recovery-image] Aug 06 04:08:13.320 INFO O| Aug 06 04:08:13.320 INFO STEP 353 (remove_files) COMPLETE
49112024-08-06T04:08:15.014Z[ recovery-image] Aug 06 04:08:13.320 INFO O| Aug 06 04:08:13.320 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-08-06T04:08:15.021Z[ recovery-image] Aug 06 04:08:13.330 INFO O| Aug 06 04:08:13.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49132024-08-06T04:08:15.021Z[ recovery-image] Aug 06 04:08:13.330 INFO O| Aug 06 04:08:13.330 INFO STEP 354 (remove_files) COMPLETE
49142024-08-06T04:08:15.021Z[ recovery-image] Aug 06 04:08:13.330 INFO O| Aug 06 04:08:13.330 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-08-06T04:08:15.032Z[ recovery-image] Aug 06 04:08:13.341 INFO O| Aug 06 04:08:13.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49162024-08-06T04:08:15.032Z[ recovery-image] Aug 06 04:08:13.341 INFO O| Aug 06 04:08:13.341 INFO STEP 355 (remove_files) COMPLETE
49172024-08-06T04:08:15.032Z[ recovery-image] Aug 06 04:08:13.341 INFO O| Aug 06 04:08:13.341 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-08-06T04:08:15.042Z[ recovery-image] Aug 06 04:08:13.351 INFO O| Aug 06 04:08:13.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49192024-08-06T04:08:15.042Z[ recovery-image] Aug 06 04:08:13.351 INFO O| Aug 06 04:08:13.351 INFO STEP 356 (remove_files) COMPLETE
49202024-08-06T04:08:15.043Z[ recovery-image] Aug 06 04:08:13.351 INFO O| Aug 06 04:08:13.351 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-08-06T04:08:15.054Z[ recovery-image] Aug 06 04:08:13.363 INFO O| Aug 06 04:08:13.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49222024-08-06T04:08:15.054Z[ recovery-image] Aug 06 04:08:13.363 INFO O| Aug 06 04:08:13.363 INFO STEP 357 (remove_files) COMPLETE
49232024-08-06T04:08:15.057Z[ recovery-image] Aug 06 04:08:13.363 INFO O| Aug 06 04:08:13.363 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-08-06T04:08:15.066Z[ recovery-image] Aug 06 04:08:13.375 INFO O| Aug 06 04:08:13.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49252024-08-06T04:08:15.066Z[ recovery-image] Aug 06 04:08:13.375 INFO O| Aug 06 04:08:13.375 INFO STEP 358 (remove_files) COMPLETE
49262024-08-06T04:08:15.069Z[ recovery-image] Aug 06 04:08:13.375 INFO O| Aug 06 04:08:13.375 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-08-06T04:08:15.075Z[ recovery-image] Aug 06 04:08:13.384 INFO O| Aug 06 04:08:13.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49282024-08-06T04:08:15.075Z[ recovery-image] Aug 06 04:08:13.384 INFO O| Aug 06 04:08:13.384 INFO STEP 359 (remove_files) COMPLETE
49292024-08-06T04:08:15.075Z[ recovery-image] Aug 06 04:08:13.384 INFO O| Aug 06 04:08:13.384 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-08-06T04:08:15.085Z[ recovery-image] Aug 06 04:08:13.394 INFO O| Aug 06 04:08:13.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49312024-08-06T04:08:15.088Z[ recovery-image] Aug 06 04:08:13.394 INFO O| Aug 06 04:08:13.394 INFO STEP 360 (remove_files) COMPLETE
49322024-08-06T04:08:15.088Z[ recovery-image] Aug 06 04:08:13.394 INFO O| Aug 06 04:08:13.394 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-08-06T04:08:15.095Z[ recovery-image] Aug 06 04:08:13.404 INFO O| Aug 06 04:08:13.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49342024-08-06T04:08:15.095Z[ recovery-image] Aug 06 04:08:13.404 INFO O| Aug 06 04:08:13.404 INFO STEP 361 (remove_files) COMPLETE
49352024-08-06T04:08:15.097Z[ recovery-image] Aug 06 04:08:13.404 INFO O| Aug 06 04:08:13.404 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-08-06T04:08:15.104Z[ recovery-image] Aug 06 04:08:13.413 INFO O| Aug 06 04:08:13.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49372024-08-06T04:08:15.104Z[ recovery-image] Aug 06 04:08:13.413 INFO O| Aug 06 04:08:13.413 INFO STEP 362 (remove_files) COMPLETE
49382024-08-06T04:08:15.107Z[ recovery-image] Aug 06 04:08:13.413 INFO O| Aug 06 04:08:13.413 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-08-06T04:08:15.114Z[ recovery-image] Aug 06 04:08:13.423 INFO O| Aug 06 04:08:13.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49402024-08-06T04:08:15.114Z[ recovery-image] Aug 06 04:08:13.423 INFO O| Aug 06 04:08:13.423 INFO STEP 363 (remove_files) COMPLETE
49412024-08-06T04:08:15.117Z[ recovery-image] Aug 06 04:08:13.423 INFO O| Aug 06 04:08:13.423 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-08-06T04:08:15.124Z[ recovery-image] Aug 06 04:08:13.433 INFO O| Aug 06 04:08:13.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49432024-08-06T04:08:15.124Z[ recovery-image] Aug 06 04:08:13.433 INFO O| Aug 06 04:08:13.433 INFO STEP 364 (remove_files) COMPLETE
49442024-08-06T04:08:15.126Z[ recovery-image] Aug 06 04:08:13.433 INFO O| Aug 06 04:08:13.433 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-08-06T04:08:15.133Z[ recovery-image] Aug 06 04:08:13.442 INFO O| Aug 06 04:08:13.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49462024-08-06T04:08:15.134Z[ recovery-image] Aug 06 04:08:13.442 INFO O| Aug 06 04:08:13.442 INFO STEP 365 (remove_files) COMPLETE
49472024-08-06T04:08:15.136Z[ recovery-image] Aug 06 04:08:13.442 INFO O| Aug 06 04:08:13.442 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-08-06T04:08:15.144Z[ recovery-image] Aug 06 04:08:13.453 INFO O| Aug 06 04:08:13.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49492024-08-06T04:08:15.144Z[ recovery-image] Aug 06 04:08:13.453 INFO O| Aug 06 04:08:13.453 INFO STEP 366 (remove_files) COMPLETE
49502024-08-06T04:08:15.144Z[ recovery-image] Aug 06 04:08:13.453 INFO O| Aug 06 04:08:13.453 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-08-06T04:08:15.154Z[ recovery-image] Aug 06 04:08:13.463 INFO O| Aug 06 04:08:13.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49522024-08-06T04:08:15.154Z[ recovery-image] Aug 06 04:08:13.463 INFO O| Aug 06 04:08:13.463 INFO STEP 367 (remove_files) COMPLETE
49532024-08-06T04:08:15.157Z[ recovery-image] Aug 06 04:08:13.463 INFO O| Aug 06 04:08:13.463 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-08-06T04:08:15.163Z[ recovery-image] Aug 06 04:08:13.472 INFO O| Aug 06 04:08:13.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49552024-08-06T04:08:15.164Z[ recovery-image] Aug 06 04:08:13.472 INFO O| Aug 06 04:08:13.472 INFO STEP 368 (remove_files) COMPLETE
49562024-08-06T04:08:15.167Z[ recovery-image] Aug 06 04:08:13.472 INFO O| Aug 06 04:08:13.472 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-08-06T04:08:15.173Z[ recovery-image] Aug 06 04:08:13.482 INFO O| Aug 06 04:08:13.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49582024-08-06T04:08:15.174Z[ recovery-image] Aug 06 04:08:13.482 INFO O| Aug 06 04:08:13.482 INFO STEP 369 (remove_files) COMPLETE
49592024-08-06T04:08:15.177Z[ recovery-image] Aug 06 04:08:13.482 INFO O| Aug 06 04:08:13.482 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-08-06T04:08:15.184Z[ recovery-image] Aug 06 04:08:13.492 INFO O| Aug 06 04:08:13.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49612024-08-06T04:08:15.184Z[ recovery-image] Aug 06 04:08:13.492 INFO O| Aug 06 04:08:13.492 INFO STEP 370 (remove_files) COMPLETE
49622024-08-06T04:08:15.186Z[ recovery-image] Aug 06 04:08:13.493 INFO O| Aug 06 04:08:13.492 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-08-06T04:08:15.193Z[ recovery-image] Aug 06 04:08:13.502 INFO O| Aug 06 04:08:13.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
49642024-08-06T04:08:15.193Z[ recovery-image] Aug 06 04:08:13.502 INFO O| Aug 06 04:08:13.502 INFO STEP 371 (remove_files) COMPLETE
49652024-08-06T04:08:15.196Z[ recovery-image] Aug 06 04:08:13.502 INFO O| Aug 06 04:08:13.502 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-08-06T04:08:15.203Z[ recovery-image] Aug 06 04:08:13.512 INFO O| Aug 06 04:08:13.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
49672024-08-06T04:08:15.203Z[ recovery-image] Aug 06 04:08:13.512 INFO O| Aug 06 04:08:13.512 INFO STEP 372 (remove_files) COMPLETE
49682024-08-06T04:08:15.206Z[ recovery-image] Aug 06 04:08:13.512 INFO O| Aug 06 04:08:13.512 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-08-06T04:08:15.213Z[ recovery-image] Aug 06 04:08:13.522 INFO O| Aug 06 04:08:13.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
49702024-08-06T04:08:15.213Z[ recovery-image] Aug 06 04:08:13.522 INFO O| Aug 06 04:08:13.522 INFO STEP 373 (remove_files) COMPLETE
49712024-08-06T04:08:15.213Z[ recovery-image] Aug 06 04:08:13.522 INFO O| Aug 06 04:08:13.522 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-08-06T04:08:15.222Z[ recovery-image] Aug 06 04:08:13.531 INFO O| Aug 06 04:08:13.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
49732024-08-06T04:08:15.222Z[ recovery-image] Aug 06 04:08:13.531 INFO O| Aug 06 04:08:13.531 INFO STEP 374 (remove_files) COMPLETE
49742024-08-06T04:08:15.222Z[ recovery-image] Aug 06 04:08:13.531 INFO O| Aug 06 04:08:13.531 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-08-06T04:08:15.233Z[ recovery-image] Aug 06 04:08:13.542 INFO O| Aug 06 04:08:13.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
49762024-08-06T04:08:15.233Z[ recovery-image] Aug 06 04:08:13.542 INFO O| Aug 06 04:08:13.542 INFO STEP 375 (remove_files) COMPLETE
49772024-08-06T04:08:15.235Z[ recovery-image] Aug 06 04:08:13.542 INFO O| Aug 06 04:08:13.542 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-08-06T04:08:15.243Z[ recovery-image] Aug 06 04:08:13.552 INFO O| Aug 06 04:08:13.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
49792024-08-06T04:08:15.243Z[ recovery-image] Aug 06 04:08:13.552 INFO O| Aug 06 04:08:13.552 INFO STEP 376 (remove_files) COMPLETE
49802024-08-06T04:08:15.243Z[ recovery-image] Aug 06 04:08:13.552 INFO O| Aug 06 04:08:13.552 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-08-06T04:08:15.253Z[ recovery-image] Aug 06 04:08:13.562 INFO O| Aug 06 04:08:13.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
49822024-08-06T04:08:15.253Z[ recovery-image] Aug 06 04:08:13.562 INFO O| Aug 06 04:08:13.562 INFO STEP 377 (remove_files) COMPLETE
49832024-08-06T04:08:15.253Z[ recovery-image] Aug 06 04:08:13.562 INFO O| Aug 06 04:08:13.562 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-08-06T04:08:15.263Z[ recovery-image] Aug 06 04:08:13.572 INFO O| Aug 06 04:08:13.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
49852024-08-06T04:08:15.263Z[ recovery-image] Aug 06 04:08:13.572 INFO O| Aug 06 04:08:13.572 INFO STEP 378 (remove_files) COMPLETE
49862024-08-06T04:08:15.263Z[ recovery-image] Aug 06 04:08:13.572 INFO O| Aug 06 04:08:13.572 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-08-06T04:08:15.272Z[ recovery-image] Aug 06 04:08:13.581 INFO O| Aug 06 04:08:13.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
49882024-08-06T04:08:15.272Z[ recovery-image] Aug 06 04:08:13.581 INFO O| Aug 06 04:08:13.581 INFO STEP 379 (remove_files) COMPLETE
49892024-08-06T04:08:15.272Z[ recovery-image] Aug 06 04:08:13.581 INFO O| Aug 06 04:08:13.581 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-08-06T04:08:15.282Z[ recovery-image] Aug 06 04:08:13.591 INFO O| Aug 06 04:08:13.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
49912024-08-06T04:08:15.282Z[ recovery-image] Aug 06 04:08:13.591 INFO O| Aug 06 04:08:13.591 INFO STEP 380 (remove_files) COMPLETE
49922024-08-06T04:08:15.284Z[ recovery-image] Aug 06 04:08:13.591 INFO O| Aug 06 04:08:13.591 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-08-06T04:08:15.291Z[ recovery-image] Aug 06 04:08:13.600 INFO O| Aug 06 04:08:13.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
49942024-08-06T04:08:15.294Z[ recovery-image] Aug 06 04:08:13.600 INFO O| Aug 06 04:08:13.600 INFO STEP 381 (remove_files) COMPLETE
49952024-08-06T04:08:15.294Z[ recovery-image] Aug 06 04:08:13.600 INFO O| Aug 06 04:08:13.600 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-08-06T04:08:15.301Z[ recovery-image] Aug 06 04:08:13.610 INFO O| Aug 06 04:08:13.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
49972024-08-06T04:08:15.304Z[ recovery-image] Aug 06 04:08:13.611 INFO O| Aug 06 04:08:13.611 INFO STEP 382 (remove_files) COMPLETE
49982024-08-06T04:08:15.304Z[ recovery-image] Aug 06 04:08:13.611 INFO O| Aug 06 04:08:13.611 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-08-06T04:08:15.311Z[ recovery-image] Aug 06 04:08:13.620 INFO O| Aug 06 04:08:13.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50002024-08-06T04:08:15.314Z[ recovery-image] Aug 06 04:08:13.620 INFO O| Aug 06 04:08:13.620 INFO STEP 383 (remove_files) COMPLETE
50012024-08-06T04:08:15.314Z[ recovery-image] Aug 06 04:08:13.620 INFO O| Aug 06 04:08:13.620 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-08-06T04:08:15.321Z[ recovery-image] Aug 06 04:08:13.630 INFO O| Aug 06 04:08:13.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50032024-08-06T04:08:15.323Z[ recovery-image] Aug 06 04:08:13.630 INFO O| Aug 06 04:08:13.630 INFO STEP 384 (remove_files) COMPLETE
50042024-08-06T04:08:15.323Z[ recovery-image] Aug 06 04:08:13.630 INFO O| Aug 06 04:08:13.630 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-08-06T04:08:15.330Z[ recovery-image] Aug 06 04:08:13.639 INFO O| Aug 06 04:08:13.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50062024-08-06T04:08:15.333Z[ recovery-image] Aug 06 04:08:13.639 INFO O| Aug 06 04:08:13.639 INFO STEP 385 (remove_files) COMPLETE
50072024-08-06T04:08:15.333Z[ recovery-image] Aug 06 04:08:13.639 INFO O| Aug 06 04:08:13.639 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-08-06T04:08:15.340Z[ recovery-image] Aug 06 04:08:13.648 INFO O| Aug 06 04:08:13.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50092024-08-06T04:08:15.340Z[ recovery-image] Aug 06 04:08:13.649 INFO O| Aug 06 04:08:13.648 INFO STEP 386 (remove_files) COMPLETE
50102024-08-06T04:08:15.340Z[ recovery-image] Aug 06 04:08:13.649 INFO O| Aug 06 04:08:13.648 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-08-06T04:08:15.349Z[ recovery-image] Aug 06 04:08:13.658 INFO O| Aug 06 04:08:13.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50122024-08-06T04:08:15.349Z[ recovery-image] Aug 06 04:08:13.658 INFO O| Aug 06 04:08:13.658 INFO STEP 387 (remove_files) COMPLETE
50132024-08-06T04:08:15.352Z[ recovery-image] Aug 06 04:08:13.658 INFO O| Aug 06 04:08:13.658 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-08-06T04:08:15.358Z[ recovery-image] Aug 06 04:08:13.667 INFO O| Aug 06 04:08:13.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50152024-08-06T04:08:15.361Z[ recovery-image] Aug 06 04:08:13.667 INFO O| Aug 06 04:08:13.667 INFO STEP 388 (remove_files) COMPLETE
50162024-08-06T04:08:15.361Z[ recovery-image] Aug 06 04:08:13.667 INFO O| Aug 06 04:08:13.667 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-08-06T04:08:15.368Z[ recovery-image] Aug 06 04:08:13.677 INFO O| Aug 06 04:08:13.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50182024-08-06T04:08:15.368Z[ recovery-image] Aug 06 04:08:13.677 INFO O| Aug 06 04:08:13.677 INFO STEP 389 (remove_files) COMPLETE
50192024-08-06T04:08:15.368Z[ recovery-image] Aug 06 04:08:13.677 INFO O| Aug 06 04:08:13.677 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-08-06T04:08:15.377Z[ recovery-image] Aug 06 04:08:13.686 INFO O| Aug 06 04:08:13.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50212024-08-06T04:08:15.382Z[ recovery-image] Aug 06 04:08:13.686 INFO O| Aug 06 04:08:13.686 INFO STEP 390 (remove_files) COMPLETE
50222024-08-06T04:08:15.382Z[ recovery-image] Aug 06 04:08:13.687 INFO O| Aug 06 04:08:13.686 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-08-06T04:08:15.387Z[ recovery-image] Aug 06 04:08:13.696 INFO O| Aug 06 04:08:13.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50242024-08-06T04:08:15.387Z[ recovery-image] Aug 06 04:08:13.696 INFO O| Aug 06 04:08:13.696 INFO STEP 391 (remove_files) COMPLETE
50252024-08-06T04:08:15.390Z[ recovery-image] Aug 06 04:08:13.696 INFO O| Aug 06 04:08:13.696 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-08-06T04:08:15.397Z[ recovery-image] Aug 06 04:08:13.705 INFO O| Aug 06 04:08:13.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50272024-08-06T04:08:15.399Z[ recovery-image] Aug 06 04:08:13.706 INFO O| Aug 06 04:08:13.706 INFO STEP 392 (remove_files) COMPLETE
50282024-08-06T04:08:15.399Z[ recovery-image] Aug 06 04:08:13.706 INFO O| Aug 06 04:08:13.706 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-08-06T04:08:15.406Z[ recovery-image] Aug 06 04:08:13.715 INFO O| Aug 06 04:08:13.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50302024-08-06T04:08:15.406Z[ recovery-image] Aug 06 04:08:13.715 INFO O| Aug 06 04:08:13.715 INFO STEP 393 (remove_files) COMPLETE
50312024-08-06T04:08:15.409Z[ recovery-image] Aug 06 04:08:13.715 INFO O| Aug 06 04:08:13.715 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-08-06T04:08:15.416Z[ recovery-image] Aug 06 04:08:13.725 INFO O| Aug 06 04:08:13.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50332024-08-06T04:08:15.419Z[ recovery-image] Aug 06 04:08:13.725 INFO O| Aug 06 04:08:13.725 INFO STEP 394 (remove_files) COMPLETE
50342024-08-06T04:08:15.419Z[ recovery-image] Aug 06 04:08:13.725 INFO O| Aug 06 04:08:13.725 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-08-06T04:08:15.426Z[ recovery-image] Aug 06 04:08:13.735 INFO O| Aug 06 04:08:13.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50362024-08-06T04:08:15.428Z[ recovery-image] Aug 06 04:08:13.735 INFO O| Aug 06 04:08:13.735 INFO STEP 395 (remove_files) COMPLETE
50372024-08-06T04:08:15.428Z[ recovery-image] Aug 06 04:08:13.735 INFO O| Aug 06 04:08:13.735 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-08-06T04:08:15.435Z[ recovery-image] Aug 06 04:08:13.744 INFO O| Aug 06 04:08:13.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50392024-08-06T04:08:15.438Z[ recovery-image] Aug 06 04:08:13.744 INFO O| Aug 06 04:08:13.744 INFO STEP 396 (remove_files) COMPLETE
50402024-08-06T04:08:15.438Z[ recovery-image] Aug 06 04:08:13.744 INFO O| Aug 06 04:08:13.744 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-08-06T04:08:15.446Z[ recovery-image] Aug 06 04:08:13.754 INFO O| Aug 06 04:08:13.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50422024-08-06T04:08:15.446Z[ recovery-image] Aug 06 04:08:13.754 INFO O| Aug 06 04:08:13.754 INFO STEP 397 (remove_files) COMPLETE
50432024-08-06T04:08:15.448Z[ recovery-image] Aug 06 04:08:13.754 INFO O| Aug 06 04:08:13.754 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-08-06T04:08:15.456Z[ recovery-image] Aug 06 04:08:13.764 INFO O| Aug 06 04:08:13.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50452024-08-06T04:08:15.456Z[ recovery-image] Aug 06 04:08:13.765 INFO O| Aug 06 04:08:13.764 INFO STEP 398 (remove_files) COMPLETE
50462024-08-06T04:08:15.456Z[ recovery-image] Aug 06 04:08:13.765 INFO O| Aug 06 04:08:13.764 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-08-06T04:08:15.466Z[ recovery-image] Aug 06 04:08:13.774 INFO O| Aug 06 04:08:13.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50482024-08-06T04:08:15.468Z[ recovery-image] Aug 06 04:08:13.774 INFO O| Aug 06 04:08:13.774 INFO STEP 399 (remove_files) COMPLETE
50492024-08-06T04:08:15.468Z[ recovery-image] Aug 06 04:08:13.774 INFO O| Aug 06 04:08:13.774 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-08-06T04:08:15.475Z[ recovery-image] Aug 06 04:08:13.784 INFO O| Aug 06 04:08:13.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50512024-08-06T04:08:15.478Z[ recovery-image] Aug 06 04:08:13.784 INFO O| Aug 06 04:08:13.784 INFO STEP 400 (remove_files) COMPLETE
50522024-08-06T04:08:15.478Z[ recovery-image] Aug 06 04:08:13.784 INFO O| Aug 06 04:08:13.784 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-08-06T04:08:15.485Z[ recovery-image] Aug 06 04:08:13.793 INFO O| Aug 06 04:08:13.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50542024-08-06T04:08:15.485Z[ recovery-image] Aug 06 04:08:13.794 INFO O| Aug 06 04:08:13.794 INFO STEP 401 (remove_files) COMPLETE
50552024-08-06T04:08:15.485Z[ recovery-image] Aug 06 04:08:13.794 INFO O| Aug 06 04:08:13.794 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-08-06T04:08:15.494Z[ recovery-image] Aug 06 04:08:13.803 INFO O| Aug 06 04:08:13.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50572024-08-06T04:08:15.497Z[ recovery-image] Aug 06 04:08:13.803 INFO O| Aug 06 04:08:13.803 INFO STEP 402 (remove_files) COMPLETE
50582024-08-06T04:08:15.497Z[ recovery-image] Aug 06 04:08:13.803 INFO O| Aug 06 04:08:13.803 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-08-06T04:08:15.503Z[ recovery-image] Aug 06 04:08:13.812 INFO O| Aug 06 04:08:13.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50602024-08-06T04:08:15.503Z[ recovery-image] Aug 06 04:08:13.812 INFO O| Aug 06 04:08:13.812 INFO STEP 403 (remove_files) COMPLETE
50612024-08-06T04:08:15.506Z[ recovery-image] Aug 06 04:08:13.812 INFO O| Aug 06 04:08:13.812 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-08-06T04:08:15.513Z[ recovery-image] Aug 06 04:08:13.822 INFO O| Aug 06 04:08:13.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
50632024-08-06T04:08:15.515Z[ recovery-image] Aug 06 04:08:13.822 INFO O| Aug 06 04:08:13.822 INFO STEP 404 (remove_files) COMPLETE
50642024-08-06T04:08:15.515Z[ recovery-image] Aug 06 04:08:13.822 INFO O| Aug 06 04:08:13.822 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-08-06T04:08:15.522Z[ recovery-image] Aug 06 04:08:13.831 INFO O| Aug 06 04:08:13.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
50662024-08-06T04:08:15.525Z[ recovery-image] Aug 06 04:08:13.831 INFO O| Aug 06 04:08:13.831 INFO STEP 405 (remove_files) COMPLETE
50672024-08-06T04:08:15.525Z[ recovery-image] Aug 06 04:08:13.831 INFO O| Aug 06 04:08:13.831 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-08-06T04:08:15.532Z[ recovery-image] Aug 06 04:08:13.841 INFO O| Aug 06 04:08:13.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
50692024-08-06T04:08:15.532Z[ recovery-image] Aug 06 04:08:13.841 INFO O| Aug 06 04:08:13.841 INFO STEP 406 (remove_files) COMPLETE
50702024-08-06T04:08:15.532Z[ recovery-image] Aug 06 04:08:13.841 INFO O| Aug 06 04:08:13.841 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-08-06T04:08:15.541Z[ recovery-image] Aug 06 04:08:13.850 INFO O| Aug 06 04:08:13.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
50722024-08-06T04:08:15.541Z[ recovery-image] Aug 06 04:08:13.850 INFO O| Aug 06 04:08:13.850 INFO STEP 407 (remove_files) COMPLETE
50732024-08-06T04:08:15.541Z[ recovery-image] Aug 06 04:08:13.850 INFO O| Aug 06 04:08:13.850 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-08-06T04:08:15.551Z[ recovery-image] Aug 06 04:08:13.860 INFO O| Aug 06 04:08:13.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
50752024-08-06T04:08:15.551Z[ recovery-image] Aug 06 04:08:13.860 INFO O| Aug 06 04:08:13.860 INFO STEP 408 (remove_files) COMPLETE
50762024-08-06T04:08:15.553Z[ recovery-image] Aug 06 04:08:13.860 INFO O| Aug 06 04:08:13.860 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-08-06T04:08:15.561Z[ recovery-image] Aug 06 04:08:13.869 INFO O| Aug 06 04:08:13.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
50782024-08-06T04:08:15.561Z[ recovery-image] Aug 06 04:08:13.869 INFO O| Aug 06 04:08:13.869 INFO STEP 409 (remove_files) COMPLETE
50792024-08-06T04:08:15.561Z[ recovery-image] Aug 06 04:08:13.869 INFO O| Aug 06 04:08:13.869 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-08-06T04:08:15.570Z[ recovery-image] Aug 06 04:08:13.879 INFO O| Aug 06 04:08:13.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
50812024-08-06T04:08:15.570Z[ recovery-image] Aug 06 04:08:13.879 INFO O| Aug 06 04:08:13.879 INFO STEP 410 (remove_files) COMPLETE
50822024-08-06T04:08:15.570Z[ recovery-image] Aug 06 04:08:13.879 INFO O| Aug 06 04:08:13.879 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-08-06T04:08:15.579Z[ recovery-image] Aug 06 04:08:13.888 INFO O| Aug 06 04:08:13.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
50842024-08-06T04:08:15.580Z[ recovery-image] Aug 06 04:08:13.888 INFO O| Aug 06 04:08:13.888 INFO STEP 411 (remove_files) COMPLETE
50852024-08-06T04:08:15.580Z[ recovery-image] Aug 06 04:08:13.888 INFO O| Aug 06 04:08:13.888 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-08-06T04:08:15.589Z[ recovery-image] Aug 06 04:08:13.898 INFO O| Aug 06 04:08:13.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
50872024-08-06T04:08:15.589Z[ recovery-image] Aug 06 04:08:13.898 INFO O| Aug 06 04:08:13.898 INFO STEP 412 (remove_files) COMPLETE
50882024-08-06T04:08:15.592Z[ recovery-image] Aug 06 04:08:13.898 INFO O| Aug 06 04:08:13.898 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-08-06T04:08:15.599Z[ recovery-image] Aug 06 04:08:13.908 INFO O| Aug 06 04:08:13.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
50902024-08-06T04:08:15.599Z[ recovery-image] Aug 06 04:08:13.908 INFO O| Aug 06 04:08:13.908 INFO STEP 413 (remove_files) COMPLETE
50912024-08-06T04:08:15.601Z[ recovery-image] Aug 06 04:08:13.908 INFO O| Aug 06 04:08:13.908 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-08-06T04:08:15.609Z[ recovery-image] Aug 06 04:08:13.918 INFO O| Aug 06 04:08:13.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
50932024-08-06T04:08:15.609Z[ recovery-image] Aug 06 04:08:13.918 INFO O| Aug 06 04:08:13.918 INFO STEP 414 (remove_files) COMPLETE
50942024-08-06T04:08:15.612Z[ recovery-image] Aug 06 04:08:13.918 INFO O| Aug 06 04:08:13.918 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-08-06T04:08:15.619Z[ recovery-image] Aug 06 04:08:13.928 INFO O| Aug 06 04:08:13.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
50962024-08-06T04:08:15.619Z[ recovery-image] Aug 06 04:08:13.928 INFO O| Aug 06 04:08:13.928 INFO STEP 415 (remove_files) COMPLETE
50972024-08-06T04:08:15.622Z[ recovery-image] Aug 06 04:08:13.928 INFO O| Aug 06 04:08:13.928 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-08-06T04:08:15.629Z[ recovery-image] Aug 06 04:08:13.938 INFO O| Aug 06 04:08:13.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
50992024-08-06T04:08:15.629Z[ recovery-image] Aug 06 04:08:13.938 INFO O| Aug 06 04:08:13.938 INFO STEP 416 (remove_files) COMPLETE
51002024-08-06T04:08:15.631Z[ recovery-image] Aug 06 04:08:13.938 INFO O| Aug 06 04:08:13.938 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-08-06T04:08:15.639Z[ recovery-image] Aug 06 04:08:13.948 INFO O| Aug 06 04:08:13.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51022024-08-06T04:08:15.639Z[ recovery-image] Aug 06 04:08:13.948 INFO O| Aug 06 04:08:13.948 INFO STEP 417 (remove_files) COMPLETE
51032024-08-06T04:08:15.642Z[ recovery-image] Aug 06 04:08:13.948 INFO O| Aug 06 04:08:13.948 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-08-06T04:08:15.649Z[ recovery-image] Aug 06 04:08:13.958 INFO O| Aug 06 04:08:13.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51052024-08-06T04:08:15.649Z[ recovery-image] Aug 06 04:08:13.958 INFO O| Aug 06 04:08:13.958 INFO STEP 418 (remove_files) COMPLETE
51062024-08-06T04:08:15.652Z[ recovery-image] Aug 06 04:08:13.958 INFO O| Aug 06 04:08:13.958 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-08-06T04:08:15.659Z[ recovery-image] Aug 06 04:08:13.968 INFO O| Aug 06 04:08:13.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51082024-08-06T04:08:15.662Z[ recovery-image] Aug 06 04:08:13.968 INFO O| Aug 06 04:08:13.968 INFO STEP 419 (remove_files) COMPLETE
51092024-08-06T04:08:15.662Z[ recovery-image] Aug 06 04:08:13.968 INFO O| Aug 06 04:08:13.968 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-08-06T04:08:15.670Z[ recovery-image] Aug 06 04:08:13.978 INFO O| Aug 06 04:08:13.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51112024-08-06T04:08:15.673Z[ recovery-image] Aug 06 04:08:13.978 INFO O| Aug 06 04:08:13.978 INFO STEP 420 (remove_files) COMPLETE
51122024-08-06T04:08:15.673Z[ recovery-image] Aug 06 04:08:13.978 INFO O| Aug 06 04:08:13.978 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-08-06T04:08:15.678Z[ recovery-image] Aug 06 04:08:13.987 INFO O| Aug 06 04:08:13.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51142024-08-06T04:08:15.681Z[ recovery-image] Aug 06 04:08:13.987 INFO O| Aug 06 04:08:13.987 INFO STEP 421 (remove_files) COMPLETE
51152024-08-06T04:08:15.681Z[ recovery-image] Aug 06 04:08:13.987 INFO O| Aug 06 04:08:13.987 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-08-06T04:08:15.688Z[ recovery-image] Aug 06 04:08:13.996 INFO O| Aug 06 04:08:13.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51172024-08-06T04:08:15.688Z[ recovery-image] Aug 06 04:08:13.996 INFO O| Aug 06 04:08:13.996 INFO STEP 422 (remove_files) COMPLETE
51182024-08-06T04:08:15.690Z[ recovery-image] Aug 06 04:08:13.996 INFO O| Aug 06 04:08:13.996 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-08-06T04:08:15.697Z[ recovery-image] Aug 06 04:08:14.006 INFO O| Aug 06 04:08:14.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51202024-08-06T04:08:15.700Z[ recovery-image] Aug 06 04:08:14.006 INFO O| Aug 06 04:08:14.006 INFO STEP 423 (remove_files) COMPLETE
51212024-08-06T04:08:15.700Z[ recovery-image] Aug 06 04:08:14.006 INFO O| Aug 06 04:08:14.006 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-08-06T04:08:15.706Z[ recovery-image] Aug 06 04:08:14.015 INFO O| Aug 06 04:08:14.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51232024-08-06T04:08:15.709Z[ recovery-image] Aug 06 04:08:14.015 INFO O| Aug 06 04:08:14.015 INFO STEP 424 (remove_files) COMPLETE
51242024-08-06T04:08:15.709Z[ recovery-image] Aug 06 04:08:14.015 INFO O| Aug 06 04:08:14.015 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-08-06T04:08:15.716Z[ recovery-image] Aug 06 04:08:14.025 INFO O| Aug 06 04:08:14.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51262024-08-06T04:08:15.719Z[ recovery-image] Aug 06 04:08:14.025 INFO O| Aug 06 04:08:14.025 INFO STEP 425 (remove_files) COMPLETE
51272024-08-06T04:08:15.719Z[ recovery-image] Aug 06 04:08:14.025 INFO O| Aug 06 04:08:14.025 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-08-06T04:08:15.726Z[ recovery-image] Aug 06 04:08:14.034 INFO O| Aug 06 04:08:14.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51292024-08-06T04:08:15.726Z[ recovery-image] Aug 06 04:08:14.034 INFO O| Aug 06 04:08:14.034 INFO STEP 426 (remove_files) COMPLETE
51302024-08-06T04:08:15.728Z[ recovery-image] Aug 06 04:08:14.034 INFO O| Aug 06 04:08:14.034 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-08-06T04:08:15.735Z[ recovery-image] Aug 06 04:08:14.044 INFO O| Aug 06 04:08:14.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51322024-08-06T04:08:15.735Z[ recovery-image] Aug 06 04:08:14.044 INFO O| Aug 06 04:08:14.044 INFO STEP 427 (remove_files) COMPLETE
51332024-08-06T04:08:15.738Z[ recovery-image] Aug 06 04:08:14.044 INFO O| Aug 06 04:08:14.044 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-08-06T04:08:15.745Z[ recovery-image] Aug 06 04:08:14.053 INFO O| Aug 06 04:08:14.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51352024-08-06T04:08:15.747Z[ recovery-image] Aug 06 04:08:14.053 INFO O| Aug 06 04:08:14.053 INFO STEP 428 (remove_files) COMPLETE
51362024-08-06T04:08:15.747Z[ recovery-image] Aug 06 04:08:14.053 INFO O| Aug 06 04:08:14.053 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-08-06T04:08:15.754Z[ recovery-image] Aug 06 04:08:14.063 INFO O| Aug 06 04:08:14.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51382024-08-06T04:08:15.754Z[ recovery-image] Aug 06 04:08:14.063 INFO O| Aug 06 04:08:14.063 INFO STEP 429 (remove_files) COMPLETE
51392024-08-06T04:08:15.757Z[ recovery-image] Aug 06 04:08:14.063 INFO O| Aug 06 04:08:14.063 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-08-06T04:08:15.765Z[ recovery-image] Aug 06 04:08:14.074 INFO O| Aug 06 04:08:14.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51412024-08-06T04:08:15.765Z[ recovery-image] Aug 06 04:08:14.074 INFO O| Aug 06 04:08:14.074 INFO STEP 430 (remove_files) COMPLETE
51422024-08-06T04:08:15.765Z[ recovery-image] Aug 06 04:08:14.074 INFO O| Aug 06 04:08:14.074 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-08-06T04:08:15.787Z[ recovery-image] Aug 06 04:08:14.095 INFO O| Aug 06 04:08:14.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51442024-08-06T04:08:15.787Z[ recovery-image] Aug 06 04:08:14.095 INFO O| Aug 06 04:08:14.095 INFO STEP 431 (remove_files) COMPLETE
51452024-08-06T04:08:15.787Z[ recovery-image] Aug 06 04:08:14.095 INFO O| Aug 06 04:08:14.095 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-08-06T04:08:15.807Z[ recovery-image] Aug 06 04:08:14.115 INFO O| Aug 06 04:08:14.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51472024-08-06T04:08:15.807Z[ recovery-image] Aug 06 04:08:14.115 INFO O| Aug 06 04:08:14.115 INFO STEP 432 (remove_files) COMPLETE
51482024-08-06T04:08:15.810Z[ recovery-image] Aug 06 04:08:14.115 INFO O| Aug 06 04:08:14.115 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-08-06T04:08:15.826Z[ recovery-image] Aug 06 04:08:14.135 INFO O| Aug 06 04:08:14.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51502024-08-06T04:08:15.829Z[ recovery-image] Aug 06 04:08:14.136 INFO O| Aug 06 04:08:14.136 INFO STEP 433 (remove_files) COMPLETE
51512024-08-06T04:08:15.829Z[ recovery-image] Aug 06 04:08:14.136 INFO O| Aug 06 04:08:14.136 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-08-06T04:08:15.846Z[ recovery-image] Aug 06 04:08:14.155 INFO O| Aug 06 04:08:14.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51532024-08-06T04:08:15.849Z[ recovery-image] Aug 06 04:08:14.156 INFO O| Aug 06 04:08:14.156 INFO STEP 434 (remove_files) COMPLETE
51542024-08-06T04:08:15.849Z[ recovery-image] Aug 06 04:08:14.156 INFO O| Aug 06 04:08:14.156 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-08-06T04:08:15.863Z[ recovery-image] Aug 06 04:08:14.172 INFO O| Aug 06 04:08:14.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51562024-08-06T04:08:15.863Z[ recovery-image] Aug 06 04:08:14.172 INFO O| Aug 06 04:08:14.172 INFO STEP 435 (remove_files) COMPLETE
51572024-08-06T04:08:15.866Z[ recovery-image] Aug 06 04:08:14.172 INFO O| Aug 06 04:08:14.172 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-08-06T04:08:15.875Z[ recovery-image] Aug 06 04:08:14.183 INFO O| Aug 06 04:08:14.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51592024-08-06T04:08:15.875Z[ recovery-image] Aug 06 04:08:14.184 INFO O| Aug 06 04:08:14.184 INFO STEP 436 (remove_files) COMPLETE
51602024-08-06T04:08:15.878Z[ recovery-image] Aug 06 04:08:14.184 INFO O| Aug 06 04:08:14.184 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-08-06T04:08:15.887Z[ recovery-image] Aug 06 04:08:14.195 INFO O| Aug 06 04:08:14.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
51622024-08-06T04:08:15.887Z[ recovery-image] Aug 06 04:08:14.195 INFO O| Aug 06 04:08:14.195 INFO STEP 437 (remove_files) COMPLETE
51632024-08-06T04:08:15.887Z[ recovery-image] Aug 06 04:08:14.195 INFO O| Aug 06 04:08:14.195 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-08-06T04:08:15.899Z[ recovery-image] Aug 06 04:08:14.208 INFO O| Aug 06 04:08:14.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
51652024-08-06T04:08:15.899Z[ recovery-image] Aug 06 04:08:14.208 INFO O| Aug 06 04:08:14.208 INFO STEP 438 (remove_files) COMPLETE
51662024-08-06T04:08:15.902Z[ recovery-image] Aug 06 04:08:14.208 INFO O| Aug 06 04:08:14.208 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-08-06T04:08:15.911Z[ recovery-image] Aug 06 04:08:14.220 INFO O| Aug 06 04:08:14.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
51682024-08-06T04:08:15.911Z[ recovery-image] Aug 06 04:08:14.220 INFO O| Aug 06 04:08:14.220 INFO STEP 439 (remove_files) COMPLETE
51692024-08-06T04:08:15.911Z[ recovery-image] Aug 06 04:08:14.220 INFO O| Aug 06 04:08:14.220 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-08-06T04:08:15.922Z[ recovery-image] Aug 06 04:08:14.230 INFO O| Aug 06 04:08:14.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
51712024-08-06T04:08:15.924Z[ recovery-image] Aug 06 04:08:14.230 INFO O| Aug 06 04:08:14.230 INFO STEP 440 (remove_files) COMPLETE
51722024-08-06T04:08:15.924Z[ recovery-image] Aug 06 04:08:14.230 INFO O| Aug 06 04:08:14.230 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-08-06T04:08:15.931Z[ recovery-image] Aug 06 04:08:14.240 INFO O| Aug 06 04:08:14.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
51742024-08-06T04:08:15.931Z[ recovery-image] Aug 06 04:08:14.240 INFO O| Aug 06 04:08:14.240 INFO STEP 441 (remove_files) COMPLETE
51752024-08-06T04:08:15.934Z[ recovery-image] Aug 06 04:08:14.240 INFO O| Aug 06 04:08:14.240 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-08-06T04:08:15.941Z[ recovery-image] Aug 06 04:08:14.249 INFO O| Aug 06 04:08:14.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
51772024-08-06T04:08:15.941Z[ recovery-image] Aug 06 04:08:14.250 INFO O| Aug 06 04:08:14.250 INFO STEP 442 (remove_files) COMPLETE
51782024-08-06T04:08:15.943Z[ recovery-image] Aug 06 04:08:14.250 INFO O| Aug 06 04:08:14.250 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-08-06T04:08:15.951Z[ recovery-image] Aug 06 04:08:14.259 INFO O| Aug 06 04:08:14.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
51802024-08-06T04:08:15.951Z[ recovery-image] Aug 06 04:08:14.259 INFO O| Aug 06 04:08:14.259 INFO STEP 443 (remove_files) COMPLETE
51812024-08-06T04:08:15.953Z[ recovery-image] Aug 06 04:08:14.259 INFO O| Aug 06 04:08:14.259 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-08-06T04:08:15.960Z[ recovery-image] Aug 06 04:08:14.269 INFO O| Aug 06 04:08:14.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
51832024-08-06T04:08:15.963Z[ recovery-image] Aug 06 04:08:14.269 INFO O| Aug 06 04:08:14.269 INFO STEP 444 (remove_files) COMPLETE
51842024-08-06T04:08:15.963Z[ recovery-image] Aug 06 04:08:14.269 INFO O| Aug 06 04:08:14.269 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-08-06T04:08:15.970Z[ recovery-image] Aug 06 04:08:14.279 INFO O| Aug 06 04:08:14.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
51862024-08-06T04:08:15.970Z[ recovery-image] Aug 06 04:08:14.279 INFO O| Aug 06 04:08:14.279 INFO STEP 445 (remove_files) COMPLETE
51872024-08-06T04:08:15.973Z[ recovery-image] Aug 06 04:08:14.279 INFO O| Aug 06 04:08:14.279 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-08-06T04:08:15.979Z[ recovery-image] Aug 06 04:08:14.288 INFO O| Aug 06 04:08:14.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
51892024-08-06T04:08:15.982Z[ recovery-image] Aug 06 04:08:14.288 INFO O| Aug 06 04:08:14.288 INFO STEP 446 (remove_files) COMPLETE
51902024-08-06T04:08:15.982Z[ recovery-image] Aug 06 04:08:14.288 INFO O| Aug 06 04:08:14.288 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-08-06T04:08:15.988Z[ recovery-image] Aug 06 04:08:14.297 INFO O| Aug 06 04:08:14.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
51922024-08-06T04:08:15.988Z[ recovery-image] Aug 06 04:08:14.297 INFO O| Aug 06 04:08:14.297 INFO STEP 447 (remove_files) COMPLETE
51932024-08-06T04:08:15.991Z[ recovery-image] Aug 06 04:08:14.297 INFO O| Aug 06 04:08:14.297 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-08-06T04:08:15.998Z[ recovery-image] Aug 06 04:08:14.306 INFO O| Aug 06 04:08:14.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
51952024-08-06T04:08:16.000Z[ recovery-image] Aug 06 04:08:14.306 INFO O| Aug 06 04:08:14.306 INFO STEP 448 (remove_files) COMPLETE
51962024-08-06T04:08:16.000Z[ recovery-image] Aug 06 04:08:14.306 INFO O| Aug 06 04:08:14.306 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-08-06T04:08:16.007Z[ recovery-image] Aug 06 04:08:14.316 INFO O| Aug 06 04:08:14.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
51982024-08-06T04:08:16.007Z[ recovery-image] Aug 06 04:08:14.316 INFO O| Aug 06 04:08:14.316 INFO STEP 449 (remove_files) COMPLETE
51992024-08-06T04:08:16.010Z[ recovery-image] Aug 06 04:08:14.316 INFO O| Aug 06 04:08:14.316 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-08-06T04:08:16.016Z[ recovery-image] Aug 06 04:08:14.325 INFO O| Aug 06 04:08:14.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52012024-08-06T04:08:16.016Z[ recovery-image] Aug 06 04:08:14.325 INFO O| Aug 06 04:08:14.325 INFO STEP 450 (remove_files) COMPLETE
52022024-08-06T04:08:16.017Z[ recovery-image] Aug 06 04:08:14.325 INFO O| Aug 06 04:08:14.325 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-08-06T04:08:16.026Z[ recovery-image] Aug 06 04:08:14.335 INFO O| Aug 06 04:08:14.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52042024-08-06T04:08:16.026Z[ recovery-image] Aug 06 04:08:14.335 INFO O| Aug 06 04:08:14.335 INFO STEP 451 (remove_files) COMPLETE
52052024-08-06T04:08:16.026Z[ recovery-image] Aug 06 04:08:14.335 INFO O| Aug 06 04:08:14.335 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-08-06T04:08:16.035Z[ recovery-image] Aug 06 04:08:14.344 INFO O| Aug 06 04:08:14.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52072024-08-06T04:08:16.038Z[ recovery-image] Aug 06 04:08:14.344 INFO O| Aug 06 04:08:14.344 INFO STEP 452 (remove_files) COMPLETE
52082024-08-06T04:08:16.038Z[ recovery-image] Aug 06 04:08:14.344 INFO O| Aug 06 04:08:14.344 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-08-06T04:08:16.045Z[ recovery-image] Aug 06 04:08:14.354 INFO O| Aug 06 04:08:14.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52102024-08-06T04:08:16.045Z[ recovery-image] Aug 06 04:08:14.354 INFO O| Aug 06 04:08:14.354 INFO STEP 453 (remove_files) COMPLETE
52112024-08-06T04:08:16.048Z[ recovery-image] Aug 06 04:08:14.354 INFO O| Aug 06 04:08:14.354 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-08-06T04:08:16.055Z[ recovery-image] Aug 06 04:08:14.364 INFO O| Aug 06 04:08:14.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52132024-08-06T04:08:16.055Z[ recovery-image] Aug 06 04:08:14.364 INFO O| Aug 06 04:08:14.364 INFO STEP 454 (remove_files) COMPLETE
52142024-08-06T04:08:16.058Z[ recovery-image] Aug 06 04:08:14.364 INFO O| Aug 06 04:08:14.364 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-08-06T04:08:16.065Z[ recovery-image] Aug 06 04:08:14.373 INFO O| Aug 06 04:08:14.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52162024-08-06T04:08:16.065Z[ recovery-image] Aug 06 04:08:14.373 INFO O| Aug 06 04:08:14.373 INFO STEP 455 (remove_files) COMPLETE
52172024-08-06T04:08:16.067Z[ recovery-image] Aug 06 04:08:14.373 INFO O| Aug 06 04:08:14.373 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-08-06T04:08:16.075Z[ recovery-image] Aug 06 04:08:14.383 INFO O| Aug 06 04:08:14.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52192024-08-06T04:08:16.078Z[ recovery-image] Aug 06 04:08:14.384 INFO O| Aug 06 04:08:14.384 INFO STEP 456 (remove_files) COMPLETE
52202024-08-06T04:08:16.078Z[ recovery-image] Aug 06 04:08:14.384 INFO O| Aug 06 04:08:14.384 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-08-06T04:08:16.085Z[ recovery-image] Aug 06 04:08:14.393 INFO O| Aug 06 04:08:14.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52222024-08-06T04:08:16.087Z[ recovery-image] Aug 06 04:08:14.393 INFO O| Aug 06 04:08:14.393 INFO STEP 457 (remove_files) COMPLETE
52232024-08-06T04:08:16.087Z[ recovery-image] Aug 06 04:08:14.394 INFO O| Aug 06 04:08:14.393 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-08-06T04:08:16.094Z[ recovery-image] Aug 06 04:08:14.403 INFO O| Aug 06 04:08:14.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52252024-08-06T04:08:16.097Z[ recovery-image] Aug 06 04:08:14.403 INFO O| Aug 06 04:08:14.403 INFO STEP 458 (remove_files) COMPLETE
52262024-08-06T04:08:16.097Z[ recovery-image] Aug 06 04:08:14.403 INFO O| Aug 06 04:08:14.403 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-08-06T04:08:16.104Z[ recovery-image] Aug 06 04:08:14.413 INFO O| Aug 06 04:08:14.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52282024-08-06T04:08:16.107Z[ recovery-image] Aug 06 04:08:14.413 INFO O| Aug 06 04:08:14.413 INFO STEP 459 (remove_files) COMPLETE
52292024-08-06T04:08:16.107Z[ recovery-image] Aug 06 04:08:14.413 INFO O| Aug 06 04:08:14.413 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-08-06T04:08:16.114Z[ recovery-image] Aug 06 04:08:14.423 INFO O| Aug 06 04:08:14.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52312024-08-06T04:08:16.114Z[ recovery-image] Aug 06 04:08:14.423 INFO O| Aug 06 04:08:14.423 INFO STEP 460 (remove_files) COMPLETE
52322024-08-06T04:08:16.117Z[ recovery-image] Aug 06 04:08:14.423 INFO O| Aug 06 04:08:14.423 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-08-06T04:08:16.124Z[ recovery-image] Aug 06 04:08:14.432 INFO O| Aug 06 04:08:14.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52342024-08-06T04:08:16.124Z[ recovery-image] Aug 06 04:08:14.432 INFO O| Aug 06 04:08:14.432 INFO STEP 461 (remove_files) COMPLETE
52352024-08-06T04:08:16.127Z[ recovery-image] Aug 06 04:08:14.433 INFO O| Aug 06 04:08:14.432 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-08-06T04:08:16.133Z[ recovery-image] Aug 06 04:08:14.442 INFO O| Aug 06 04:08:14.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52372024-08-06T04:08:16.133Z[ recovery-image] Aug 06 04:08:14.442 INFO O| Aug 06 04:08:14.442 INFO STEP 462 (remove_files) COMPLETE
52382024-08-06T04:08:16.136Z[ recovery-image] Aug 06 04:08:14.442 INFO O| Aug 06 04:08:14.442 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-08-06T04:08:16.143Z[ recovery-image] Aug 06 04:08:14.452 INFO O| Aug 06 04:08:14.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52402024-08-06T04:08:16.143Z[ recovery-image] Aug 06 04:08:14.452 INFO O| Aug 06 04:08:14.452 INFO STEP 463 (remove_files) COMPLETE
52412024-08-06T04:08:16.143Z[ recovery-image] Aug 06 04:08:14.452 INFO O| Aug 06 04:08:14.452 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-08-06T04:08:16.153Z[ recovery-image] Aug 06 04:08:14.462 INFO O| Aug 06 04:08:14.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52432024-08-06T04:08:16.153Z[ recovery-image] Aug 06 04:08:14.462 INFO O| Aug 06 04:08:14.462 INFO STEP 464 (remove_files) COMPLETE
52442024-08-06T04:08:16.156Z[ recovery-image] Aug 06 04:08:14.462 INFO O| Aug 06 04:08:14.462 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-08-06T04:08:16.163Z[ recovery-image] Aug 06 04:08:14.471 INFO O| Aug 06 04:08:14.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52462024-08-06T04:08:16.163Z[ recovery-image] Aug 06 04:08:14.471 INFO O| Aug 06 04:08:14.471 INFO STEP 465 (remove_files) COMPLETE
52472024-08-06T04:08:16.165Z[ recovery-image] Aug 06 04:08:14.471 INFO O| Aug 06 04:08:14.471 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-08-06T04:08:16.172Z[ recovery-image] Aug 06 04:08:14.481 INFO O| Aug 06 04:08:14.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52492024-08-06T04:08:16.172Z[ recovery-image] Aug 06 04:08:14.481 INFO O| Aug 06 04:08:14.481 INFO STEP 466 (remove_files) COMPLETE
52502024-08-06T04:08:16.172Z[ recovery-image] Aug 06 04:08:14.481 INFO O| Aug 06 04:08:14.481 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-08-06T04:08:16.182Z[ recovery-image] Aug 06 04:08:14.490 INFO O| Aug 06 04:08:14.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52522024-08-06T04:08:16.182Z[ recovery-image] Aug 06 04:08:14.490 INFO O| Aug 06 04:08:14.490 INFO STEP 467 (remove_files) COMPLETE
52532024-08-06T04:08:16.184Z[ recovery-image] Aug 06 04:08:14.490 INFO O| Aug 06 04:08:14.490 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-08-06T04:08:16.192Z[ recovery-image] Aug 06 04:08:14.500 INFO O| Aug 06 04:08:14.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52552024-08-06T04:08:16.192Z[ recovery-image] Aug 06 04:08:14.500 INFO O| Aug 06 04:08:14.500 INFO STEP 468 (remove_files) COMPLETE
52562024-08-06T04:08:16.194Z[ recovery-image] Aug 06 04:08:14.500 INFO O| Aug 06 04:08:14.500 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-08-06T04:08:16.201Z[ recovery-image] Aug 06 04:08:14.510 INFO O| Aug 06 04:08:14.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
52582024-08-06T04:08:16.202Z[ recovery-image] Aug 06 04:08:14.510 INFO O| Aug 06 04:08:14.510 INFO STEP 469 (remove_files) COMPLETE
52592024-08-06T04:08:16.202Z[ recovery-image] Aug 06 04:08:14.510 INFO O| Aug 06 04:08:14.510 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-08-06T04:08:16.211Z[ recovery-image] Aug 06 04:08:14.520 INFO O| Aug 06 04:08:14.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
52612024-08-06T04:08:16.211Z[ recovery-image] Aug 06 04:08:14.520 INFO O| Aug 06 04:08:14.520 INFO STEP 470 (remove_files) COMPLETE
52622024-08-06T04:08:16.211Z[ recovery-image] Aug 06 04:08:14.520 INFO O| Aug 06 04:08:14.520 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-08-06T04:08:16.221Z[ recovery-image] Aug 06 04:08:14.529 INFO O| Aug 06 04:08:14.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
52642024-08-06T04:08:16.221Z[ recovery-image] Aug 06 04:08:14.530 INFO O| Aug 06 04:08:14.529 INFO STEP 471 (remove_files) COMPLETE
52652024-08-06T04:08:16.221Z[ recovery-image] Aug 06 04:08:14.530 INFO O| Aug 06 04:08:14.529 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-08-06T04:08:16.230Z[ recovery-image] Aug 06 04:08:14.539 INFO O| Aug 06 04:08:14.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
52672024-08-06T04:08:16.230Z[ recovery-image] Aug 06 04:08:14.539 INFO O| Aug 06 04:08:14.539 INFO STEP 472 (remove_files) COMPLETE
52682024-08-06T04:08:16.233Z[ recovery-image] Aug 06 04:08:14.539 INFO O| Aug 06 04:08:14.539 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-08-06T04:08:16.240Z[ recovery-image] Aug 06 04:08:14.549 INFO O| Aug 06 04:08:14.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
52702024-08-06T04:08:16.240Z[ recovery-image] Aug 06 04:08:14.549 INFO O| Aug 06 04:08:14.549 INFO STEP 473 (remove_files) COMPLETE
52712024-08-06T04:08:16.243Z[ recovery-image] Aug 06 04:08:14.549 INFO O| Aug 06 04:08:14.549 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-08-06T04:08:16.250Z[ recovery-image] Aug 06 04:08:14.559 INFO O| Aug 06 04:08:14.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
52732024-08-06T04:08:16.250Z[ recovery-image] Aug 06 04:08:14.559 INFO O| Aug 06 04:08:14.559 INFO STEP 474 (remove_files) COMPLETE
52742024-08-06T04:08:16.251Z[ recovery-image] Aug 06 04:08:14.559 INFO O| Aug 06 04:08:14.559 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-08-06T04:08:16.260Z[ recovery-image] Aug 06 04:08:14.569 INFO O| Aug 06 04:08:14.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
52762024-08-06T04:08:16.260Z[ recovery-image] Aug 06 04:08:14.569 INFO O| Aug 06 04:08:14.569 INFO STEP 475 (remove_files) COMPLETE
52772024-08-06T04:08:16.263Z[ recovery-image] Aug 06 04:08:14.569 INFO O| Aug 06 04:08:14.569 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-08-06T04:08:16.270Z[ recovery-image] Aug 06 04:08:14.579 INFO O| Aug 06 04:08:14.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
52792024-08-06T04:08:16.270Z[ recovery-image] Aug 06 04:08:14.579 INFO O| Aug 06 04:08:14.579 INFO STEP 476 (remove_files) COMPLETE
52802024-08-06T04:08:16.273Z[ recovery-image] Aug 06 04:08:14.579 INFO O| Aug 06 04:08:14.579 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-08-06T04:08:16.280Z[ recovery-image] Aug 06 04:08:14.589 INFO O| Aug 06 04:08:14.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
52822024-08-06T04:08:16.280Z[ recovery-image] Aug 06 04:08:14.589 INFO O| Aug 06 04:08:14.589 INFO STEP 477 (remove_files) COMPLETE
52832024-08-06T04:08:16.280Z[ recovery-image] Aug 06 04:08:14.589 INFO O| Aug 06 04:08:14.589 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-08-06T04:08:16.290Z[ recovery-image] Aug 06 04:08:14.598 INFO O| Aug 06 04:08:14.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
52852024-08-06T04:08:16.290Z[ recovery-image] Aug 06 04:08:14.598 INFO O| Aug 06 04:08:14.598 INFO STEP 478 (remove_files) COMPLETE
52862024-08-06T04:08:16.290Z[ recovery-image] Aug 06 04:08:14.598 INFO O| Aug 06 04:08:14.598 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-08-06T04:08:16.299Z[ recovery-image] Aug 06 04:08:14.608 INFO O| Aug 06 04:08:14.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
52882024-08-06T04:08:16.299Z[ recovery-image] Aug 06 04:08:14.608 INFO O| Aug 06 04:08:14.608 INFO STEP 479 (remove_files) COMPLETE
52892024-08-06T04:08:16.299Z[ recovery-image] Aug 06 04:08:14.608 INFO O| Aug 06 04:08:14.608 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-08-06T04:08:16.308Z[ recovery-image] Aug 06 04:08:14.617 INFO O| Aug 06 04:08:14.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
52912024-08-06T04:08:16.309Z[ recovery-image] Aug 06 04:08:14.617 INFO O| Aug 06 04:08:14.617 INFO STEP 480 (remove_files) COMPLETE
52922024-08-06T04:08:16.311Z[ recovery-image] Aug 06 04:08:14.617 INFO O| Aug 06 04:08:14.617 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-08-06T04:08:16.318Z[ recovery-image] Aug 06 04:08:14.627 INFO O| Aug 06 04:08:14.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
52942024-08-06T04:08:16.320Z[ recovery-image] Aug 06 04:08:14.627 INFO O| Aug 06 04:08:14.627 INFO STEP 481 (remove_files) COMPLETE
52952024-08-06T04:08:16.321Z[ recovery-image] Aug 06 04:08:14.627 INFO O| Aug 06 04:08:14.627 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-08-06T04:08:16.327Z[ recovery-image] Aug 06 04:08:14.636 INFO O| Aug 06 04:08:14.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
52972024-08-06T04:08:16.330Z[ recovery-image] Aug 06 04:08:14.636 INFO O| Aug 06 04:08:14.636 INFO STEP 482 (remove_files) COMPLETE
52982024-08-06T04:08:16.330Z[ recovery-image] Aug 06 04:08:14.636 INFO O| Aug 06 04:08:14.636 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-08-06T04:08:16.337Z[ recovery-image] Aug 06 04:08:14.645 INFO O| Aug 06 04:08:14.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53002024-08-06T04:08:16.340Z[ recovery-image] Aug 06 04:08:14.646 INFO O| Aug 06 04:08:14.646 INFO STEP 483 (remove_files) COMPLETE
53012024-08-06T04:08:16.340Z[ recovery-image] Aug 06 04:08:14.646 INFO O| Aug 06 04:08:14.646 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-08-06T04:08:16.346Z[ recovery-image] Aug 06 04:08:14.655 INFO O| Aug 06 04:08:14.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53032024-08-06T04:08:16.347Z[ recovery-image] Aug 06 04:08:14.655 INFO O| Aug 06 04:08:14.655 INFO STEP 484 (remove_files) COMPLETE
53042024-08-06T04:08:16.349Z[ recovery-image] Aug 06 04:08:14.655 INFO O| Aug 06 04:08:14.655 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-08-06T04:08:16.356Z[ recovery-image] Aug 06 04:08:14.665 INFO O| Aug 06 04:08:14.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53062024-08-06T04:08:16.359Z[ recovery-image] Aug 06 04:08:14.665 INFO O| Aug 06 04:08:14.665 INFO STEP 485 (remove_files) COMPLETE
53072024-08-06T04:08:16.359Z[ recovery-image] Aug 06 04:08:14.665 INFO O| Aug 06 04:08:14.665 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-08-06T04:08:16.365Z[ recovery-image] Aug 06 04:08:14.674 INFO O| Aug 06 04:08:14.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53092024-08-06T04:08:16.365Z[ recovery-image] Aug 06 04:08:14.674 INFO O| Aug 06 04:08:14.674 INFO STEP 486 (remove_files) COMPLETE
53102024-08-06T04:08:16.368Z[ recovery-image] Aug 06 04:08:14.674 INFO O| Aug 06 04:08:14.674 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-08-06T04:08:16.375Z[ recovery-image] Aug 06 04:08:14.683 INFO O| Aug 06 04:08:14.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53122024-08-06T04:08:16.375Z[ recovery-image] Aug 06 04:08:14.683 INFO O| Aug 06 04:08:14.683 INFO STEP 487 (remove_files) COMPLETE
53132024-08-06T04:08:16.377Z[ recovery-image] Aug 06 04:08:14.683 INFO O| Aug 06 04:08:14.683 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-08-06T04:08:16.384Z[ recovery-image] Aug 06 04:08:14.693 INFO O| Aug 06 04:08:14.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53152024-08-06T04:08:16.388Z[ recovery-image] Aug 06 04:08:14.693 INFO O| Aug 06 04:08:14.693 INFO STEP 488 (remove_files) COMPLETE
53162024-08-06T04:08:16.388Z[ recovery-image] Aug 06 04:08:14.693 INFO O| Aug 06 04:08:14.693 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-08-06T04:08:16.393Z[ recovery-image] Aug 06 04:08:14.702 INFO O| Aug 06 04:08:14.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53182024-08-06T04:08:16.393Z[ recovery-image] Aug 06 04:08:14.702 INFO O| Aug 06 04:08:14.702 INFO STEP 489 (remove_files) COMPLETE
53192024-08-06T04:08:16.396Z[ recovery-image] Aug 06 04:08:14.702 INFO O| Aug 06 04:08:14.702 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-08-06T04:08:16.403Z[ recovery-image] Aug 06 04:08:14.711 INFO O| Aug 06 04:08:14.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53212024-08-06T04:08:16.403Z[ recovery-image] Aug 06 04:08:14.711 INFO O| Aug 06 04:08:14.711 INFO STEP 490 (remove_files) COMPLETE
53222024-08-06T04:08:16.405Z[ recovery-image] Aug 06 04:08:14.711 INFO O| Aug 06 04:08:14.711 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-08-06T04:08:16.413Z[ recovery-image] Aug 06 04:08:14.721 INFO O| Aug 06 04:08:14.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53242024-08-06T04:08:16.415Z[ recovery-image] Aug 06 04:08:14.722 INFO O| Aug 06 04:08:14.721 INFO STEP 491 (remove_files) COMPLETE
53252024-08-06T04:08:16.415Z[ recovery-image] Aug 06 04:08:14.722 INFO O| Aug 06 04:08:14.722 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-08-06T04:08:16.422Z[ recovery-image] Aug 06 04:08:14.731 INFO O| Aug 06 04:08:14.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53272024-08-06T04:08:16.425Z[ recovery-image] Aug 06 04:08:14.731 INFO O| Aug 06 04:08:14.731 INFO STEP 492 (remove_files) COMPLETE
53282024-08-06T04:08:16.425Z[ recovery-image] Aug 06 04:08:14.731 INFO O| Aug 06 04:08:14.731 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-08-06T04:08:16.432Z[ recovery-image] Aug 06 04:08:14.741 INFO O| Aug 06 04:08:14.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53302024-08-06T04:08:16.435Z[ recovery-image] Aug 06 04:08:14.741 INFO O| Aug 06 04:08:14.741 INFO STEP 493 (remove_files) COMPLETE
53312024-08-06T04:08:16.435Z[ recovery-image] Aug 06 04:08:14.741 INFO O| Aug 06 04:08:14.741 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-08-06T04:08:16.441Z[ recovery-image] Aug 06 04:08:14.750 INFO O| Aug 06 04:08:14.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53332024-08-06T04:08:16.441Z[ recovery-image] Aug 06 04:08:14.750 INFO O| Aug 06 04:08:14.750 INFO STEP 494 (remove_files) COMPLETE
53342024-08-06T04:08:16.444Z[ recovery-image] Aug 06 04:08:14.750 INFO O| Aug 06 04:08:14.750 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-08-06T04:08:16.451Z[ recovery-image] Aug 06 04:08:14.760 INFO O| Aug 06 04:08:14.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53362024-08-06T04:08:16.451Z[ recovery-image] Aug 06 04:08:14.760 INFO O| Aug 06 04:08:14.760 INFO STEP 495 (remove_files) COMPLETE
53372024-08-06T04:08:16.454Z[ recovery-image] Aug 06 04:08:14.760 INFO O| Aug 06 04:08:14.760 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-08-06T04:08:16.461Z[ recovery-image] Aug 06 04:08:14.769 INFO O| Aug 06 04:08:14.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53392024-08-06T04:08:16.461Z[ recovery-image] Aug 06 04:08:14.769 INFO O| Aug 06 04:08:14.769 INFO STEP 496 (remove_files) COMPLETE
53402024-08-06T04:08:16.463Z[ recovery-image] Aug 06 04:08:14.769 INFO O| Aug 06 04:08:14.769 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-08-06T04:08:16.470Z[ recovery-image] Aug 06 04:08:14.779 INFO O| Aug 06 04:08:14.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53422024-08-06T04:08:16.471Z[ recovery-image] Aug 06 04:08:14.779 INFO O| Aug 06 04:08:14.779 INFO STEP 497 (remove_files) COMPLETE
53432024-08-06T04:08:16.474Z[ recovery-image] Aug 06 04:08:14.779 INFO O| Aug 06 04:08:14.779 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-08-06T04:08:16.481Z[ recovery-image] Aug 06 04:08:14.789 INFO O| Aug 06 04:08:14.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53452024-08-06T04:08:16.483Z[ recovery-image] Aug 06 04:08:14.789 INFO O| Aug 06 04:08:14.789 INFO STEP 498 (remove_files) COMPLETE
53462024-08-06T04:08:16.483Z[ recovery-image] Aug 06 04:08:14.789 INFO O| Aug 06 04:08:14.789 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-08-06T04:08:16.491Z[ recovery-image] Aug 06 04:08:14.799 INFO O| Aug 06 04:08:14.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53482024-08-06T04:08:16.491Z[ recovery-image] Aug 06 04:08:14.800 INFO O| Aug 06 04:08:14.800 INFO STEP 499 (remove_files) COMPLETE
53492024-08-06T04:08:16.494Z[ recovery-image] Aug 06 04:08:14.800 INFO O| Aug 06 04:08:14.800 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-08-06T04:08:16.502Z[ recovery-image] Aug 06 04:08:14.810 INFO O| Aug 06 04:08:14.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53512024-08-06T04:08:16.502Z[ recovery-image] Aug 06 04:08:14.810 INFO O| Aug 06 04:08:14.810 INFO STEP 500 (remove_files) COMPLETE
53522024-08-06T04:08:16.504Z[ recovery-image] Aug 06 04:08:14.810 INFO O| Aug 06 04:08:14.810 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-08-06T04:08:16.512Z[ recovery-image] Aug 06 04:08:14.820 INFO O| Aug 06 04:08:14.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53542024-08-06T04:08:16.514Z[ recovery-image] Aug 06 04:08:14.820 INFO O| Aug 06 04:08:14.820 INFO STEP 501 (remove_files) COMPLETE
53552024-08-06T04:08:16.514Z[ recovery-image] Aug 06 04:08:14.820 INFO O| Aug 06 04:08:14.820 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-08-06T04:08:16.521Z[ recovery-image] Aug 06 04:08:14.830 INFO O| Aug 06 04:08:14.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
53572024-08-06T04:08:16.521Z[ recovery-image] Aug 06 04:08:14.830 INFO O| Aug 06 04:08:14.830 INFO STEP 502 (remove_files) COMPLETE
53582024-08-06T04:08:16.524Z[ recovery-image] Aug 06 04:08:14.830 INFO O| Aug 06 04:08:14.830 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-08-06T04:08:16.532Z[ recovery-image] Aug 06 04:08:14.840 INFO O| Aug 06 04:08:14.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
53602024-08-06T04:08:16.534Z[ recovery-image] Aug 06 04:08:14.840 INFO O| Aug 06 04:08:14.840 INFO STEP 503 (remove_files) COMPLETE
53612024-08-06T04:08:16.534Z[ recovery-image] Aug 06 04:08:14.840 INFO O| Aug 06 04:08:14.840 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-08-06T04:08:16.541Z[ recovery-image] Aug 06 04:08:14.850 INFO O| Aug 06 04:08:14.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
53632024-08-06T04:08:16.541Z[ recovery-image] Aug 06 04:08:14.850 INFO O| Aug 06 04:08:14.850 INFO STEP 504 (remove_files) COMPLETE
53642024-08-06T04:08:16.542Z[ recovery-image] Aug 06 04:08:14.850 INFO O| Aug 06 04:08:14.850 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-08-06T04:08:16.551Z[ recovery-image] Aug 06 04:08:14.860 INFO O| Aug 06 04:08:14.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
53662024-08-06T04:08:16.551Z[ recovery-image] Aug 06 04:08:14.860 INFO O| Aug 06 04:08:14.860 INFO STEP 505 (remove_files) COMPLETE
53672024-08-06T04:08:16.554Z[ recovery-image] Aug 06 04:08:14.860 INFO O| Aug 06 04:08:14.860 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-08-06T04:08:16.561Z[ recovery-image] Aug 06 04:08:14.869 INFO O| Aug 06 04:08:14.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
53692024-08-06T04:08:16.563Z[ recovery-image] Aug 06 04:08:14.869 INFO O| Aug 06 04:08:14.869 INFO STEP 506 (remove_files) COMPLETE
53702024-08-06T04:08:16.563Z[ recovery-image] Aug 06 04:08:14.869 INFO O| Aug 06 04:08:14.869 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-08-06T04:08:16.571Z[ recovery-image] Aug 06 04:08:14.879 INFO O| Aug 06 04:08:14.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
53722024-08-06T04:08:16.573Z[ recovery-image] Aug 06 04:08:14.879 INFO O| Aug 06 04:08:14.879 INFO STEP 507 (remove_files) COMPLETE
53732024-08-06T04:08:16.573Z[ recovery-image] Aug 06 04:08:14.879 INFO O| Aug 06 04:08:14.879 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-08-06T04:08:16.581Z[ recovery-image] Aug 06 04:08:14.889 INFO O| Aug 06 04:08:14.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
53752024-08-06T04:08:16.581Z[ recovery-image] Aug 06 04:08:14.889 INFO O| Aug 06 04:08:14.889 INFO STEP 508 (remove_files) COMPLETE
53762024-08-06T04:08:16.583Z[ recovery-image] Aug 06 04:08:14.889 INFO O| Aug 06 04:08:14.889 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-08-06T04:08:16.590Z[ recovery-image] Aug 06 04:08:14.899 INFO O| Aug 06 04:08:14.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
53782024-08-06T04:08:16.590Z[ recovery-image] Aug 06 04:08:14.899 INFO O| Aug 06 04:08:14.899 INFO STEP 509 (remove_files) COMPLETE
53792024-08-06T04:08:16.590Z[ recovery-image] Aug 06 04:08:14.899 INFO O| Aug 06 04:08:14.899 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-08-06T04:08:16.600Z[ recovery-image] Aug 06 04:08:14.909 INFO O| Aug 06 04:08:14.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
53812024-08-06T04:08:16.603Z[ recovery-image] Aug 06 04:08:14.909 INFO O| Aug 06 04:08:14.909 INFO STEP 510 (remove_files) COMPLETE
53822024-08-06T04:08:16.603Z[ recovery-image] Aug 06 04:08:14.909 INFO O| Aug 06 04:08:14.909 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-08-06T04:08:16.610Z[ recovery-image] Aug 06 04:08:14.918 INFO O| Aug 06 04:08:14.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
53842024-08-06T04:08:16.610Z[ recovery-image] Aug 06 04:08:14.918 INFO O| Aug 06 04:08:14.918 INFO STEP 511 (remove_files) COMPLETE
53852024-08-06T04:08:16.613Z[ recovery-image] Aug 06 04:08:14.918 INFO O| Aug 06 04:08:14.918 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-08-06T04:08:16.619Z[ recovery-image] Aug 06 04:08:14.928 INFO O| Aug 06 04:08:14.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
53872024-08-06T04:08:16.619Z[ recovery-image] Aug 06 04:08:14.928 INFO O| Aug 06 04:08:14.928 INFO STEP 512 (remove_files) COMPLETE
53882024-08-06T04:08:16.622Z[ recovery-image] Aug 06 04:08:14.928 INFO O| Aug 06 04:08:14.928 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-08-06T04:08:16.629Z[ recovery-image] Aug 06 04:08:14.937 INFO O| Aug 06 04:08:14.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
53902024-08-06T04:08:16.629Z[ recovery-image] Aug 06 04:08:14.938 INFO O| Aug 06 04:08:14.938 INFO STEP 513 (remove_files) COMPLETE
53912024-08-06T04:08:16.632Z[ recovery-image] Aug 06 04:08:14.938 INFO O| Aug 06 04:08:14.938 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-08-06T04:08:16.638Z[ recovery-image] Aug 06 04:08:14.947 INFO O| Aug 06 04:08:14.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
53932024-08-06T04:08:16.641Z[ recovery-image] Aug 06 04:08:14.947 INFO O| Aug 06 04:08:14.947 INFO STEP 514 (remove_files) COMPLETE
53942024-08-06T04:08:16.641Z[ recovery-image] Aug 06 04:08:14.947 INFO O| Aug 06 04:08:14.947 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-08-06T04:08:16.648Z[ recovery-image] Aug 06 04:08:14.957 INFO O| Aug 06 04:08:14.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
53962024-08-06T04:08:16.651Z[ recovery-image] Aug 06 04:08:14.957 INFO O| Aug 06 04:08:14.957 INFO STEP 515 (remove_files) COMPLETE
53972024-08-06T04:08:16.651Z[ recovery-image] Aug 06 04:08:14.957 INFO O| Aug 06 04:08:14.957 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-08-06T04:08:16.658Z[ recovery-image] Aug 06 04:08:14.966 INFO O| Aug 06 04:08:14.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
53992024-08-06T04:08:16.658Z[ recovery-image] Aug 06 04:08:14.967 INFO O| Aug 06 04:08:14.967 INFO STEP 516 (remove_files) COMPLETE
54002024-08-06T04:08:16.661Z[ recovery-image] Aug 06 04:08:14.967 INFO O| Aug 06 04:08:14.967 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-08-06T04:08:16.667Z[ recovery-image] Aug 06 04:08:14.976 INFO O| Aug 06 04:08:14.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54022024-08-06T04:08:16.668Z[ recovery-image] Aug 06 04:08:14.976 INFO O| Aug 06 04:08:14.976 INFO STEP 517 (remove_files) COMPLETE
54032024-08-06T04:08:16.670Z[ recovery-image] Aug 06 04:08:14.976 INFO O| Aug 06 04:08:14.976 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-08-06T04:08:16.677Z[ recovery-image] Aug 06 04:08:14.986 INFO O| Aug 06 04:08:14.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54052024-08-06T04:08:16.678Z[ recovery-image] Aug 06 04:08:14.986 INFO O| Aug 06 04:08:14.986 INFO STEP 518 (remove_files) COMPLETE
54062024-08-06T04:08:16.678Z[ recovery-image] Aug 06 04:08:14.986 INFO O| Aug 06 04:08:14.986 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-08-06T04:08:16.688Z[ recovery-image] Aug 06 04:08:14.996 INFO O| Aug 06 04:08:14.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54082024-08-06T04:08:16.688Z[ recovery-image] Aug 06 04:08:14.996 INFO O| Aug 06 04:08:14.996 INFO STEP 519 (remove_files) COMPLETE
54092024-08-06T04:08:16.690Z[ recovery-image] Aug 06 04:08:14.996 INFO O| Aug 06 04:08:14.996 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-08-06T04:08:16.698Z[ recovery-image] Aug 06 04:08:15.006 INFO O| Aug 06 04:08:15.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54112024-08-06T04:08:16.700Z[ recovery-image] Aug 06 04:08:15.007 INFO O| Aug 06 04:08:15.007 INFO STEP 520 (remove_files) COMPLETE
54122024-08-06T04:08:16.700Z[ recovery-image] Aug 06 04:08:15.007 INFO O| Aug 06 04:08:15.007 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-08-06T04:08:16.707Z[ recovery-image] Aug 06 04:08:15.016 INFO O| Aug 06 04:08:15.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54142024-08-06T04:08:16.708Z[ recovery-image] Aug 06 04:08:15.016 INFO O| Aug 06 04:08:15.016 INFO STEP 521 (remove_files) COMPLETE
54152024-08-06T04:08:16.711Z[ recovery-image] Aug 06 04:08:15.016 INFO O| Aug 06 04:08:15.016 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-08-06T04:08:16.717Z[ recovery-image] Aug 06 04:08:15.026 INFO O| Aug 06 04:08:15.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54172024-08-06T04:08:16.717Z[ recovery-image] Aug 06 04:08:15.026 INFO O| Aug 06 04:08:15.026 INFO STEP 522 (remove_files) COMPLETE
54182024-08-06T04:08:16.720Z[ recovery-image] Aug 06 04:08:15.026 INFO O| Aug 06 04:08:15.026 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-08-06T04:08:16.727Z[ recovery-image] Aug 06 04:08:15.036 INFO O| Aug 06 04:08:15.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54202024-08-06T04:08:16.727Z[ recovery-image] Aug 06 04:08:15.036 INFO O| Aug 06 04:08:15.036 INFO STEP 523 (remove_files) COMPLETE
54212024-08-06T04:08:16.727Z[ recovery-image] Aug 06 04:08:15.036 INFO O| Aug 06 04:08:15.036 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-08-06T04:08:16.737Z[ recovery-image] Aug 06 04:08:15.045 INFO O| Aug 06 04:08:15.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54232024-08-06T04:08:16.740Z[ recovery-image] Aug 06 04:08:15.045 INFO O| Aug 06 04:08:15.045 INFO STEP 524 (remove_files) COMPLETE
54242024-08-06T04:08:16.740Z[ recovery-image] Aug 06 04:08:15.045 INFO O| Aug 06 04:08:15.045 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-08-06T04:08:16.747Z[ recovery-image] Aug 06 04:08:15.055 INFO O| Aug 06 04:08:15.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54262024-08-06T04:08:16.747Z[ recovery-image] Aug 06 04:08:15.056 INFO O| Aug 06 04:08:15.055 INFO STEP 525 (remove_files) COMPLETE
54272024-08-06T04:08:16.749Z[ recovery-image] Aug 06 04:08:15.056 INFO O| Aug 06 04:08:15.056 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-08-06T04:08:16.757Z[ recovery-image] Aug 06 04:08:15.065 INFO O| Aug 06 04:08:15.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54292024-08-06T04:08:16.757Z[ recovery-image] Aug 06 04:08:15.065 INFO O| Aug 06 04:08:15.065 INFO STEP 526 (remove_files) COMPLETE
54302024-08-06T04:08:16.759Z[ recovery-image] Aug 06 04:08:15.065 INFO O| Aug 06 04:08:15.065 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-08-06T04:08:16.767Z[ recovery-image] Aug 06 04:08:15.076 INFO O| Aug 06 04:08:15.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54322024-08-06T04:08:16.770Z[ recovery-image] Aug 06 04:08:15.076 INFO O| Aug 06 04:08:15.076 INFO STEP 527 (remove_files) COMPLETE
54332024-08-06T04:08:16.770Z[ recovery-image] Aug 06 04:08:15.076 INFO O| Aug 06 04:08:15.076 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-08-06T04:08:16.777Z[ recovery-image] Aug 06 04:08:15.086 INFO O| Aug 06 04:08:15.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54352024-08-06T04:08:16.781Z[ recovery-image] Aug 06 04:08:15.086 INFO O| Aug 06 04:08:15.086 INFO STEP 528 (remove_files) COMPLETE
54362024-08-06T04:08:16.781Z[ recovery-image] Aug 06 04:08:15.086 INFO O| Aug 06 04:08:15.086 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-08-06T04:08:16.787Z[ recovery-image] Aug 06 04:08:15.095 INFO O| Aug 06 04:08:15.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54382024-08-06T04:08:16.787Z[ recovery-image] Aug 06 04:08:15.096 INFO O| Aug 06 04:08:15.095 INFO STEP 529 (remove_files) COMPLETE
54392024-08-06T04:08:16.789Z[ recovery-image] Aug 06 04:08:15.096 INFO O| Aug 06 04:08:15.095 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-08-06T04:08:16.797Z[ recovery-image] Aug 06 04:08:15.105 INFO O| Aug 06 04:08:15.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54412024-08-06T04:08:16.797Z[ recovery-image] Aug 06 04:08:15.106 INFO O| Aug 06 04:08:15.105 INFO STEP 530 (remove_files) COMPLETE
54422024-08-06T04:08:16.799Z[ recovery-image] Aug 06 04:08:15.106 INFO O| Aug 06 04:08:15.105 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-08-06T04:08:16.807Z[ recovery-image] Aug 06 04:08:15.115 INFO O| Aug 06 04:08:15.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54442024-08-06T04:08:16.807Z[ recovery-image] Aug 06 04:08:15.115 INFO O| Aug 06 04:08:15.115 INFO STEP 531 (remove_files) COMPLETE
54452024-08-06T04:08:16.810Z[ recovery-image] Aug 06 04:08:15.116 INFO O| Aug 06 04:08:15.115 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-08-06T04:08:16.816Z[ recovery-image] Aug 06 04:08:15.125 INFO O| Aug 06 04:08:15.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54472024-08-06T04:08:16.816Z[ recovery-image] Aug 06 04:08:15.125 INFO O| Aug 06 04:08:15.125 INFO STEP 532 (remove_files) COMPLETE
54482024-08-06T04:08:16.819Z[ recovery-image] Aug 06 04:08:15.125 INFO O| Aug 06 04:08:15.125 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-08-06T04:08:16.826Z[ recovery-image] Aug 06 04:08:15.135 INFO O| Aug 06 04:08:15.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54502024-08-06T04:08:16.829Z[ recovery-image] Aug 06 04:08:15.135 INFO O| Aug 06 04:08:15.135 INFO STEP 533 (remove_files) COMPLETE
54512024-08-06T04:08:16.829Z[ recovery-image] Aug 06 04:08:15.135 INFO O| Aug 06 04:08:15.135 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-08-06T04:08:16.837Z[ recovery-image] Aug 06 04:08:15.144 INFO O| Aug 06 04:08:15.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54532024-08-06T04:08:16.837Z[ recovery-image] Aug 06 04:08:15.144 INFO O| Aug 06 04:08:15.144 INFO STEP 534 (remove_files) COMPLETE
54542024-08-06T04:08:16.837Z[ recovery-image] Aug 06 04:08:15.144 INFO O| Aug 06 04:08:15.144 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-08-06T04:08:16.845Z[ recovery-image] Aug 06 04:08:15.154 INFO O| Aug 06 04:08:15.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54562024-08-06T04:08:16.848Z[ recovery-image] Aug 06 04:08:15.154 INFO O| Aug 06 04:08:15.154 INFO STEP 535 (remove_files) COMPLETE
54572024-08-06T04:08:16.848Z[ recovery-image] Aug 06 04:08:15.154 INFO O| Aug 06 04:08:15.154 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-08-06T04:08:16.855Z[ recovery-image] Aug 06 04:08:15.164 INFO O| Aug 06 04:08:15.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54592024-08-06T04:08:16.858Z[ recovery-image] Aug 06 04:08:15.164 INFO O| Aug 06 04:08:15.164 INFO STEP 536 (remove_files) COMPLETE
54602024-08-06T04:08:16.858Z[ recovery-image] Aug 06 04:08:15.164 INFO O| Aug 06 04:08:15.164 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-08-06T04:08:16.865Z[ recovery-image] Aug 06 04:08:15.174 INFO O| Aug 06 04:08:15.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
54622024-08-06T04:08:16.868Z[ recovery-image] Aug 06 04:08:15.174 INFO O| Aug 06 04:08:15.174 INFO STEP 537 (remove_files) COMPLETE
54632024-08-06T04:08:16.868Z[ recovery-image] Aug 06 04:08:15.174 INFO O| Aug 06 04:08:15.174 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-08-06T04:08:16.875Z[ recovery-image] Aug 06 04:08:15.183 INFO O| Aug 06 04:08:15.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
54652024-08-06T04:08:16.875Z[ recovery-image] Aug 06 04:08:15.184 INFO O| Aug 06 04:08:15.184 INFO STEP 538 (remove_files) COMPLETE
54662024-08-06T04:08:16.875Z[ recovery-image] Aug 06 04:08:15.184 INFO O| Aug 06 04:08:15.184 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-08-06T04:08:16.884Z[ recovery-image] Aug 06 04:08:15.193 INFO O| Aug 06 04:08:15.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
54682024-08-06T04:08:16.887Z[ recovery-image] Aug 06 04:08:15.193 INFO O| Aug 06 04:08:15.193 INFO STEP 539 (remove_files) COMPLETE
54692024-08-06T04:08:16.887Z[ recovery-image] Aug 06 04:08:15.193 INFO O| Aug 06 04:08:15.193 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-08-06T04:08:16.894Z[ recovery-image] Aug 06 04:08:15.203 INFO O| Aug 06 04:08:15.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
54712024-08-06T04:08:16.894Z[ recovery-image] Aug 06 04:08:15.203 INFO O| Aug 06 04:08:15.203 INFO STEP 540 (remove_files) COMPLETE
54722024-08-06T04:08:16.897Z[ recovery-image] Aug 06 04:08:15.203 INFO O| Aug 06 04:08:15.203 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-08-06T04:08:16.904Z[ recovery-image] Aug 06 04:08:15.213 INFO O| Aug 06 04:08:15.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
54742024-08-06T04:08:16.904Z[ recovery-image] Aug 06 04:08:15.213 INFO O| Aug 06 04:08:15.213 INFO STEP 541 (remove_files) COMPLETE
54752024-08-06T04:08:16.907Z[ recovery-image] Aug 06 04:08:15.213 INFO O| Aug 06 04:08:15.213 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-08-06T04:08:16.914Z[ recovery-image] Aug 06 04:08:15.222 INFO O| Aug 06 04:08:15.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
54772024-08-06T04:08:16.914Z[ recovery-image] Aug 06 04:08:15.222 INFO O| Aug 06 04:08:15.222 INFO STEP 542 (remove_files) COMPLETE
54782024-08-06T04:08:16.916Z[ recovery-image] Aug 06 04:08:15.222 INFO O| Aug 06 04:08:15.222 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-08-06T04:08:16.923Z[ recovery-image] Aug 06 04:08:15.232 INFO O| Aug 06 04:08:15.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
54802024-08-06T04:08:16.926Z[ recovery-image] Aug 06 04:08:15.232 INFO O| Aug 06 04:08:15.232 INFO STEP 543 (remove_files) COMPLETE
54812024-08-06T04:08:16.926Z[ recovery-image] Aug 06 04:08:15.232 INFO O| Aug 06 04:08:15.232 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-08-06T04:08:16.933Z[ recovery-image] Aug 06 04:08:15.241 INFO O| Aug 06 04:08:15.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
54832024-08-06T04:08:16.936Z[ recovery-image] Aug 06 04:08:15.241 INFO O| Aug 06 04:08:15.241 INFO STEP 544 (remove_files) COMPLETE
54842024-08-06T04:08:16.936Z[ recovery-image] Aug 06 04:08:15.242 INFO O| Aug 06 04:08:15.241 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-08-06T04:08:16.943Z[ recovery-image] Aug 06 04:08:15.251 INFO O| Aug 06 04:08:15.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
54862024-08-06T04:08:16.943Z[ recovery-image] Aug 06 04:08:15.251 INFO O| Aug 06 04:08:15.251 INFO STEP 545 (remove_files) COMPLETE
54872024-08-06T04:08:16.943Z[ recovery-image] Aug 06 04:08:15.251 INFO O| Aug 06 04:08:15.251 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-08-06T04:08:16.952Z[ recovery-image] Aug 06 04:08:15.261 INFO O| Aug 06 04:08:15.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
54892024-08-06T04:08:16.952Z[ recovery-image] Aug 06 04:08:15.261 INFO O| Aug 06 04:08:15.261 INFO STEP 546 (remove_files) COMPLETE
54902024-08-06T04:08:16.952Z[ recovery-image] Aug 06 04:08:15.261 INFO O| Aug 06 04:08:15.261 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-08-06T04:08:16.962Z[ recovery-image] Aug 06 04:08:15.270 INFO O| Aug 06 04:08:15.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
54922024-08-06T04:08:16.962Z[ recovery-image] Aug 06 04:08:15.271 INFO O| Aug 06 04:08:15.271 INFO STEP 547 (remove_files) COMPLETE
54932024-08-06T04:08:16.965Z[ recovery-image] Aug 06 04:08:15.271 INFO O| Aug 06 04:08:15.271 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-08-06T04:08:16.971Z[ recovery-image] Aug 06 04:08:15.280 INFO O| Aug 06 04:08:15.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
54952024-08-06T04:08:16.971Z[ recovery-image] Aug 06 04:08:15.280 INFO O| Aug 06 04:08:15.280 INFO STEP 548 (remove_files) COMPLETE
54962024-08-06T04:08:16.974Z[ recovery-image] Aug 06 04:08:15.280 INFO O| Aug 06 04:08:15.280 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-08-06T04:08:16.981Z[ recovery-image] Aug 06 04:08:15.290 INFO O| Aug 06 04:08:15.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
54982024-08-06T04:08:16.984Z[ recovery-image] Aug 06 04:08:15.290 INFO O| Aug 06 04:08:15.290 INFO STEP 549 (remove_files) COMPLETE
54992024-08-06T04:08:16.984Z[ recovery-image] Aug 06 04:08:15.290 INFO O| Aug 06 04:08:15.290 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-08-06T04:08:16.991Z[ recovery-image] Aug 06 04:08:15.299 INFO O| Aug 06 04:08:15.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55012024-08-06T04:08:16.991Z[ recovery-image] Aug 06 04:08:15.299 INFO O| Aug 06 04:08:15.299 INFO STEP 550 (remove_files) COMPLETE
55022024-08-06T04:08:16.994Z[ recovery-image] Aug 06 04:08:15.299 INFO O| Aug 06 04:08:15.299 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-08-06T04:08:17.002Z[ recovery-image] Aug 06 04:08:15.309 INFO O| Aug 06 04:08:15.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55042024-08-06T04:08:17.002Z[ recovery-image] Aug 06 04:08:15.309 INFO O| Aug 06 04:08:15.309 INFO STEP 551 (remove_files) COMPLETE
55052024-08-06T04:08:17.005Z[ recovery-image] Aug 06 04:08:15.309 INFO O| Aug 06 04:08:15.309 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-08-06T04:08:17.011Z[ recovery-image] Aug 06 04:08:15.319 INFO O| Aug 06 04:08:15.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55072024-08-06T04:08:17.014Z[ recovery-image] Aug 06 04:08:15.319 INFO O| Aug 06 04:08:15.319 INFO STEP 552 (remove_files) COMPLETE
55082024-08-06T04:08:17.014Z[ recovery-image] Aug 06 04:08:15.319 INFO O| Aug 06 04:08:15.319 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-08-06T04:08:17.020Z[ recovery-image] Aug 06 04:08:15.329 INFO O| Aug 06 04:08:15.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55102024-08-06T04:08:17.020Z[ recovery-image] Aug 06 04:08:15.329 INFO O| Aug 06 04:08:15.329 INFO STEP 553 (remove_files) COMPLETE
55112024-08-06T04:08:17.023Z[ recovery-image] Aug 06 04:08:15.329 INFO O| Aug 06 04:08:15.329 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-08-06T04:08:17.030Z[ recovery-image] Aug 06 04:08:15.339 INFO O| Aug 06 04:08:15.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55132024-08-06T04:08:17.030Z[ recovery-image] Aug 06 04:08:15.339 INFO O| Aug 06 04:08:15.339 INFO STEP 554 (remove_files) COMPLETE
55142024-08-06T04:08:17.030Z[ recovery-image] Aug 06 04:08:15.339 INFO O| Aug 06 04:08:15.339 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-08-06T04:08:17.040Z[ recovery-image] Aug 06 04:08:15.348 INFO O| Aug 06 04:08:15.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55162024-08-06T04:08:17.043Z[ recovery-image] Aug 06 04:08:15.349 INFO O| Aug 06 04:08:15.349 INFO STEP 555 (remove_files) COMPLETE
55172024-08-06T04:08:17.043Z[ recovery-image] Aug 06 04:08:15.349 INFO O| Aug 06 04:08:15.349 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-08-06T04:08:17.051Z[ recovery-image] Aug 06 04:08:15.359 INFO O| Aug 06 04:08:15.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55192024-08-06T04:08:17.051Z[ recovery-image] Aug 06 04:08:15.359 INFO O| Aug 06 04:08:15.359 INFO STEP 556 (remove_files) COMPLETE
55202024-08-06T04:08:17.053Z[ recovery-image] Aug 06 04:08:15.359 INFO O| Aug 06 04:08:15.359 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-08-06T04:08:17.060Z[ recovery-image] Aug 06 04:08:15.369 INFO O| Aug 06 04:08:15.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55222024-08-06T04:08:17.060Z[ recovery-image] Aug 06 04:08:15.369 INFO O| Aug 06 04:08:15.369 INFO STEP 557 (remove_files) COMPLETE
55232024-08-06T04:08:17.060Z[ recovery-image] Aug 06 04:08:15.369 INFO O| Aug 06 04:08:15.369 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-08-06T04:08:17.071Z[ recovery-image] Aug 06 04:08:15.379 INFO O| Aug 06 04:08:15.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55252024-08-06T04:08:17.074Z[ recovery-image] Aug 06 04:08:15.379 INFO O| Aug 06 04:08:15.379 INFO STEP 558 (remove_files) COMPLETE
55262024-08-06T04:08:17.074Z[ recovery-image] Aug 06 04:08:15.379 INFO O| Aug 06 04:08:15.379 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-08-06T04:08:17.081Z[ recovery-image] Aug 06 04:08:15.390 INFO O| Aug 06 04:08:15.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55282024-08-06T04:08:17.081Z[ recovery-image] Aug 06 04:08:15.390 INFO O| Aug 06 04:08:15.390 INFO STEP 559 (remove_files) COMPLETE
55292024-08-06T04:08:17.084Z[ recovery-image] Aug 06 04:08:15.390 INFO O| Aug 06 04:08:15.390 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-08-06T04:08:17.091Z[ recovery-image] Aug 06 04:08:15.399 INFO O| Aug 06 04:08:15.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55312024-08-06T04:08:17.091Z[ recovery-image] Aug 06 04:08:15.399 INFO O| Aug 06 04:08:15.399 INFO STEP 560 (remove_files) COMPLETE
55322024-08-06T04:08:17.093Z[ recovery-image] Aug 06 04:08:15.399 INFO O| Aug 06 04:08:15.399 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-08-06T04:08:17.101Z[ recovery-image] Aug 06 04:08:15.410 INFO O| Aug 06 04:08:15.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55342024-08-06T04:08:17.101Z[ recovery-image] Aug 06 04:08:15.410 INFO O| Aug 06 04:08:15.410 INFO STEP 561 (remove_files) COMPLETE
55352024-08-06T04:08:17.101Z[ recovery-image] Aug 06 04:08:15.410 INFO O| Aug 06 04:08:15.410 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-08-06T04:08:17.110Z[ recovery-image] Aug 06 04:08:15.419 INFO O| Aug 06 04:08:15.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55372024-08-06T04:08:17.111Z[ recovery-image] Aug 06 04:08:15.419 INFO O| Aug 06 04:08:15.419 INFO STEP 562 (remove_files) COMPLETE
55382024-08-06T04:08:17.113Z[ recovery-image] Aug 06 04:08:15.419 INFO O| Aug 06 04:08:15.419 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-08-06T04:08:17.121Z[ recovery-image] Aug 06 04:08:15.429 INFO O| Aug 06 04:08:15.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55402024-08-06T04:08:17.121Z[ recovery-image] Aug 06 04:08:15.429 INFO O| Aug 06 04:08:15.429 INFO STEP 563 (remove_files) COMPLETE
55412024-08-06T04:08:17.123Z[ recovery-image] Aug 06 04:08:15.429 INFO O| Aug 06 04:08:15.429 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-08-06T04:08:17.131Z[ recovery-image] Aug 06 04:08:15.439 INFO O| Aug 06 04:08:15.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55432024-08-06T04:08:17.131Z[ recovery-image] Aug 06 04:08:15.439 INFO O| Aug 06 04:08:15.439 INFO STEP 564 (remove_files) COMPLETE
55442024-08-06T04:08:17.133Z[ recovery-image] Aug 06 04:08:15.439 INFO O| Aug 06 04:08:15.439 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-08-06T04:08:17.141Z[ recovery-image] Aug 06 04:08:15.449 INFO O| Aug 06 04:08:15.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55462024-08-06T04:08:17.141Z[ recovery-image] Aug 06 04:08:15.449 INFO O| Aug 06 04:08:15.449 INFO STEP 565 (remove_files) COMPLETE
55472024-08-06T04:08:17.143Z[ recovery-image] Aug 06 04:08:15.449 INFO O| Aug 06 04:08:15.449 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-08-06T04:08:17.150Z[ recovery-image] Aug 06 04:08:15.459 INFO O| Aug 06 04:08:15.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55492024-08-06T04:08:17.150Z[ recovery-image] Aug 06 04:08:15.459 INFO O| Aug 06 04:08:15.459 INFO STEP 566 (remove_files) COMPLETE
55502024-08-06T04:08:17.153Z[ recovery-image] Aug 06 04:08:15.459 INFO O| Aug 06 04:08:15.459 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-08-06T04:08:17.160Z[ recovery-image] Aug 06 04:08:15.469 INFO O| Aug 06 04:08:15.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55522024-08-06T04:08:17.160Z[ recovery-image] Aug 06 04:08:15.469 INFO O| Aug 06 04:08:15.469 INFO STEP 567 (remove_files) COMPLETE
55532024-08-06T04:08:17.160Z[ recovery-image] Aug 06 04:08:15.469 INFO O| Aug 06 04:08:15.469 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-08-06T04:08:17.170Z[ recovery-image] Aug 06 04:08:15.478 INFO O| Aug 06 04:08:15.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55552024-08-06T04:08:17.170Z[ recovery-image] Aug 06 04:08:15.478 INFO O| Aug 06 04:08:15.478 INFO STEP 568 (remove_files) COMPLETE
55562024-08-06T04:08:17.172Z[ recovery-image] Aug 06 04:08:15.478 INFO O| Aug 06 04:08:15.478 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-08-06T04:08:17.180Z[ recovery-image] Aug 06 04:08:15.489 INFO O| Aug 06 04:08:15.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55582024-08-06T04:08:17.183Z[ recovery-image] Aug 06 04:08:15.489 INFO O| Aug 06 04:08:15.489 INFO STEP 569 (remove_files) COMPLETE
55592024-08-06T04:08:17.183Z[ recovery-image] Aug 06 04:08:15.489 INFO O| Aug 06 04:08:15.489 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-08-06T04:08:17.191Z[ recovery-image] Aug 06 04:08:15.499 INFO O| Aug 06 04:08:15.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
55612024-08-06T04:08:17.193Z[ recovery-image] Aug 06 04:08:15.499 INFO O| Aug 06 04:08:15.499 INFO STEP 570 (remove_files) COMPLETE
55622024-08-06T04:08:17.193Z[ recovery-image] Aug 06 04:08:15.499 INFO O| Aug 06 04:08:15.499 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-08-06T04:08:17.201Z[ recovery-image] Aug 06 04:08:15.510 INFO O| Aug 06 04:08:15.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
55642024-08-06T04:08:17.201Z[ recovery-image] Aug 06 04:08:15.510 INFO O| Aug 06 04:08:15.510 INFO STEP 571 (remove_files) COMPLETE
55652024-08-06T04:08:17.204Z[ recovery-image] Aug 06 04:08:15.510 INFO O| Aug 06 04:08:15.510 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-08-06T04:08:17.212Z[ recovery-image] Aug 06 04:08:15.520 INFO O| Aug 06 04:08:15.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
55672024-08-06T04:08:17.212Z[ recovery-image] Aug 06 04:08:15.521 INFO O| Aug 06 04:08:15.521 INFO STEP 572 (remove_files) COMPLETE
55682024-08-06T04:08:17.212Z[ recovery-image] Aug 06 04:08:15.521 INFO O| Aug 06 04:08:15.521 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-08-06T04:08:17.222Z[ recovery-image] Aug 06 04:08:15.531 INFO O| Aug 06 04:08:15.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
55702024-08-06T04:08:17.226Z[ recovery-image] Aug 06 04:08:15.531 INFO O| Aug 06 04:08:15.531 INFO STEP 573 (remove_files) COMPLETE
55712024-08-06T04:08:17.226Z[ recovery-image] Aug 06 04:08:15.531 INFO O| Aug 06 04:08:15.531 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-08-06T04:08:17.232Z[ recovery-image] Aug 06 04:08:15.541 INFO O| Aug 06 04:08:15.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
55732024-08-06T04:08:17.232Z[ recovery-image] Aug 06 04:08:15.541 INFO O| Aug 06 04:08:15.541 INFO STEP 574 (remove_files) COMPLETE
55742024-08-06T04:08:17.232Z[ recovery-image] Aug 06 04:08:15.541 INFO O| Aug 06 04:08:15.541 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-08-06T04:08:17.242Z[ recovery-image] Aug 06 04:08:15.551 INFO O| Aug 06 04:08:15.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
55762024-08-06T04:08:17.242Z[ recovery-image] Aug 06 04:08:15.551 INFO O| Aug 06 04:08:15.551 INFO STEP 575 (remove_files) COMPLETE
55772024-08-06T04:08:17.245Z[ recovery-image] Aug 06 04:08:15.551 INFO O| Aug 06 04:08:15.551 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-08-06T04:08:17.252Z[ recovery-image] Aug 06 04:08:15.560 INFO O| Aug 06 04:08:15.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
55792024-08-06T04:08:17.255Z[ recovery-image] Aug 06 04:08:15.560 INFO O| Aug 06 04:08:15.560 INFO STEP 576 (remove_files) COMPLETE
55802024-08-06T04:08:17.255Z[ recovery-image] Aug 06 04:08:15.560 INFO O| Aug 06 04:08:15.560 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-08-06T04:08:17.262Z[ recovery-image] Aug 06 04:08:15.570 INFO O| Aug 06 04:08:15.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
55822024-08-06T04:08:17.262Z[ recovery-image] Aug 06 04:08:15.570 INFO O| Aug 06 04:08:15.570 INFO STEP 577 (remove_files) COMPLETE
55832024-08-06T04:08:17.264Z[ recovery-image] Aug 06 04:08:15.570 INFO O| Aug 06 04:08:15.570 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-08-06T04:08:17.272Z[ recovery-image] Aug 06 04:08:15.580 INFO O| Aug 06 04:08:15.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
55852024-08-06T04:08:17.272Z[ recovery-image] Aug 06 04:08:15.580 INFO O| Aug 06 04:08:15.580 INFO STEP 578 (remove_files) COMPLETE
55862024-08-06T04:08:17.274Z[ recovery-image] Aug 06 04:08:15.580 INFO O| Aug 06 04:08:15.580 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-08-06T04:08:17.282Z[ recovery-image] Aug 06 04:08:15.590 INFO O| Aug 06 04:08:15.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
55882024-08-06T04:08:17.282Z[ recovery-image] Aug 06 04:08:15.591 INFO O| Aug 06 04:08:15.591 INFO STEP 579 (remove_files) COMPLETE
55892024-08-06T04:08:17.285Z[ recovery-image] Aug 06 04:08:15.591 INFO O| Aug 06 04:08:15.591 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-08-06T04:08:17.292Z[ recovery-image] Aug 06 04:08:15.601 INFO O| Aug 06 04:08:15.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
55912024-08-06T04:08:17.292Z[ recovery-image] Aug 06 04:08:15.601 INFO O| Aug 06 04:08:15.601 INFO STEP 580 (remove_files) COMPLETE
55922024-08-06T04:08:17.295Z[ recovery-image] Aug 06 04:08:15.601 INFO O| Aug 06 04:08:15.601 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-08-06T04:08:17.303Z[ recovery-image] Aug 06 04:08:15.610 INFO O| Aug 06 04:08:15.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
55942024-08-06T04:08:17.303Z[ recovery-image] Aug 06 04:08:15.610 INFO O| Aug 06 04:08:15.610 INFO STEP 581 (remove_files) COMPLETE
55952024-08-06T04:08:17.305Z[ recovery-image] Aug 06 04:08:15.610 INFO O| Aug 06 04:08:15.610 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-08-06T04:08:17.311Z[ recovery-image] Aug 06 04:08:15.620 INFO O| Aug 06 04:08:15.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
55972024-08-06T04:08:17.314Z[ recovery-image] Aug 06 04:08:15.620 INFO O| Aug 06 04:08:15.620 INFO STEP 582 (remove_files) COMPLETE
55982024-08-06T04:08:17.314Z[ recovery-image] Aug 06 04:08:15.620 INFO O| Aug 06 04:08:15.620 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-08-06T04:08:17.321Z[ recovery-image] Aug 06 04:08:15.629 INFO O| Aug 06 04:08:15.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56002024-08-06T04:08:17.321Z[ recovery-image] Aug 06 04:08:15.629 INFO O| Aug 06 04:08:15.629 INFO STEP 583 (remove_files) COMPLETE
56012024-08-06T04:08:17.324Z[ recovery-image] Aug 06 04:08:15.629 INFO O| Aug 06 04:08:15.629 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-08-06T04:08:17.330Z[ recovery-image] Aug 06 04:08:15.639 INFO O| Aug 06 04:08:15.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56032024-08-06T04:08:17.330Z[ recovery-image] Aug 06 04:08:15.639 INFO O| Aug 06 04:08:15.639 INFO STEP 584 (remove_files) COMPLETE
56042024-08-06T04:08:17.333Z[ recovery-image] Aug 06 04:08:15.639 INFO O| Aug 06 04:08:15.639 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-08-06T04:08:17.339Z[ recovery-image] Aug 06 04:08:15.648 INFO O| Aug 06 04:08:15.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56062024-08-06T04:08:17.342Z[ recovery-image] Aug 06 04:08:15.648 INFO O| Aug 06 04:08:15.648 INFO STEP 585 (remove_files) COMPLETE
56072024-08-06T04:08:17.342Z[ recovery-image] Aug 06 04:08:15.648 INFO O| Aug 06 04:08:15.648 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-08-06T04:08:17.349Z[ recovery-image] Aug 06 04:08:15.657 INFO O| Aug 06 04:08:15.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56092024-08-06T04:08:17.349Z[ recovery-image] Aug 06 04:08:15.657 INFO O| Aug 06 04:08:15.657 INFO STEP 586 (remove_files) COMPLETE
56102024-08-06T04:08:17.349Z[ recovery-image] Aug 06 04:08:15.657 INFO O| Aug 06 04:08:15.657 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-08-06T04:08:17.359Z[ recovery-image] Aug 06 04:08:15.667 INFO O| Aug 06 04:08:15.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56122024-08-06T04:08:17.359Z[ recovery-image] Aug 06 04:08:15.667 INFO O| Aug 06 04:08:15.667 INFO STEP 587 (remove_files) COMPLETE
56132024-08-06T04:08:17.361Z[ recovery-image] Aug 06 04:08:15.667 INFO O| Aug 06 04:08:15.667 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-08-06T04:08:17.368Z[ recovery-image] Aug 06 04:08:15.677 INFO O| Aug 06 04:08:15.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56152024-08-06T04:08:17.371Z[ recovery-image] Aug 06 04:08:15.677 INFO O| Aug 06 04:08:15.677 INFO STEP 588 (remove_files) COMPLETE
56162024-08-06T04:08:17.371Z[ recovery-image] Aug 06 04:08:15.677 INFO O| Aug 06 04:08:15.677 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-08-06T04:08:17.378Z[ recovery-image] Aug 06 04:08:15.686 INFO O| Aug 06 04:08:15.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56182024-08-06T04:08:17.381Z[ recovery-image] Aug 06 04:08:15.686 INFO O| Aug 06 04:08:15.686 INFO STEP 589 (remove_files) COMPLETE
56192024-08-06T04:08:17.381Z[ recovery-image] Aug 06 04:08:15.686 INFO O| Aug 06 04:08:15.686 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-08-06T04:08:17.387Z[ recovery-image] Aug 06 04:08:15.696 INFO O| Aug 06 04:08:15.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56212024-08-06T04:08:17.387Z[ recovery-image] Aug 06 04:08:15.696 INFO O| Aug 06 04:08:15.696 INFO STEP 590 (remove_files) COMPLETE
56222024-08-06T04:08:17.390Z[ recovery-image] Aug 06 04:08:15.696 INFO O| Aug 06 04:08:15.696 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-08-06T04:08:17.397Z[ recovery-image] Aug 06 04:08:15.705 INFO O| Aug 06 04:08:15.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56242024-08-06T04:08:17.399Z[ recovery-image] Aug 06 04:08:15.705 INFO O| Aug 06 04:08:15.705 INFO STEP 591 (remove_files) COMPLETE
56252024-08-06T04:08:17.399Z[ recovery-image] Aug 06 04:08:15.705 INFO O| Aug 06 04:08:15.705 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-08-06T04:08:17.406Z[ recovery-image] Aug 06 04:08:15.715 INFO O| Aug 06 04:08:15.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56272024-08-06T04:08:17.406Z[ recovery-image] Aug 06 04:08:15.715 INFO O| Aug 06 04:08:15.715 INFO STEP 592 (remove_files) COMPLETE
56282024-08-06T04:08:17.406Z[ recovery-image] Aug 06 04:08:15.715 INFO O| Aug 06 04:08:15.715 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-08-06T04:08:17.416Z[ recovery-image] Aug 06 04:08:15.724 INFO O| Aug 06 04:08:15.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56302024-08-06T04:08:17.416Z[ recovery-image] Aug 06 04:08:15.724 INFO O| Aug 06 04:08:15.724 INFO STEP 593 (remove_files) COMPLETE
56312024-08-06T04:08:17.416Z[ recovery-image] Aug 06 04:08:15.724 INFO O| Aug 06 04:08:15.724 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-08-06T04:08:17.426Z[ recovery-image] Aug 06 04:08:15.734 INFO O| Aug 06 04:08:15.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56332024-08-06T04:08:17.426Z[ recovery-image] Aug 06 04:08:15.735 INFO O| Aug 06 04:08:15.734 INFO STEP 594 (remove_files) COMPLETE
56342024-08-06T04:08:17.426Z[ recovery-image] Aug 06 04:08:15.735 INFO O| Aug 06 04:08:15.735 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-08-06T04:08:17.436Z[ recovery-image] Aug 06 04:08:15.744 INFO O| Aug 06 04:08:15.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56362024-08-06T04:08:17.436Z[ recovery-image] Aug 06 04:08:15.744 INFO O| Aug 06 04:08:15.744 INFO STEP 595 (remove_files) COMPLETE
56372024-08-06T04:08:17.438Z[ recovery-image] Aug 06 04:08:15.744 INFO O| Aug 06 04:08:15.744 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-08-06T04:08:17.445Z[ recovery-image] Aug 06 04:08:15.754 INFO O| Aug 06 04:08:15.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56392024-08-06T04:08:17.445Z[ recovery-image] Aug 06 04:08:15.754 INFO O| Aug 06 04:08:15.754 INFO STEP 596 (remove_files) COMPLETE
56402024-08-06T04:08:17.448Z[ recovery-image] Aug 06 04:08:15.754 INFO O| Aug 06 04:08:15.754 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-08-06T04:08:17.455Z[ recovery-image] Aug 06 04:08:15.763 INFO O| Aug 06 04:08:15.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56422024-08-06T04:08:17.455Z[ recovery-image] Aug 06 04:08:15.763 INFO O| Aug 06 04:08:15.763 INFO STEP 597 (remove_files) COMPLETE
56432024-08-06T04:08:17.455Z[ recovery-image] Aug 06 04:08:15.763 INFO O| Aug 06 04:08:15.763 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-08-06T04:08:17.464Z[ recovery-image] Aug 06 04:08:15.773 INFO O| Aug 06 04:08:15.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56452024-08-06T04:08:17.464Z[ recovery-image] Aug 06 04:08:15.773 INFO O| Aug 06 04:08:15.773 INFO STEP 598 (remove_files) COMPLETE
56462024-08-06T04:08:17.467Z[ recovery-image] Aug 06 04:08:15.773 INFO O| Aug 06 04:08:15.773 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-08-06T04:08:17.475Z[ recovery-image] Aug 06 04:08:15.783 INFO O| Aug 06 04:08:15.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56482024-08-06T04:08:17.477Z[ recovery-image] Aug 06 04:08:15.783 INFO O| Aug 06 04:08:15.783 INFO STEP 599 (remove_files) COMPLETE
56492024-08-06T04:08:17.477Z[ recovery-image] Aug 06 04:08:15.783 INFO O| Aug 06 04:08:15.783 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-08-06T04:08:17.484Z[ recovery-image] Aug 06 04:08:15.793 INFO O| Aug 06 04:08:15.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56512024-08-06T04:08:17.484Z[ recovery-image] Aug 06 04:08:15.793 INFO O| Aug 06 04:08:15.793 INFO STEP 600 (remove_files) COMPLETE
56522024-08-06T04:08:17.484Z[ recovery-image] Aug 06 04:08:15.793 INFO O| Aug 06 04:08:15.793 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-08-06T04:08:17.494Z[ recovery-image] Aug 06 04:08:15.802 INFO O| Aug 06 04:08:15.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56542024-08-06T04:08:17.494Z[ recovery-image] Aug 06 04:08:15.802 INFO O| Aug 06 04:08:15.802 INFO STEP 601 (remove_files) COMPLETE
56552024-08-06T04:08:17.494Z[ recovery-image] Aug 06 04:08:15.802 INFO O| Aug 06 04:08:15.802 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-08-06T04:08:17.503Z[ recovery-image] Aug 06 04:08:15.812 INFO O| Aug 06 04:08:15.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56572024-08-06T04:08:17.503Z[ recovery-image] Aug 06 04:08:15.812 INFO O| Aug 06 04:08:15.812 INFO STEP 602 (remove_files) COMPLETE
56582024-08-06T04:08:17.506Z[ recovery-image] Aug 06 04:08:15.812 INFO O| Aug 06 04:08:15.812 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-08-06T04:08:17.513Z[ recovery-image] Aug 06 04:08:15.822 INFO O| Aug 06 04:08:15.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
56602024-08-06T04:08:17.513Z[ recovery-image] Aug 06 04:08:15.822 INFO O| Aug 06 04:08:15.822 INFO STEP 603 (remove_files) COMPLETE
56612024-08-06T04:08:17.513Z[ recovery-image] Aug 06 04:08:15.822 INFO O| Aug 06 04:08:15.822 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-08-06T04:08:17.523Z[ recovery-image] Aug 06 04:08:15.831 INFO O| Aug 06 04:08:15.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
56632024-08-06T04:08:17.523Z[ recovery-image] Aug 06 04:08:15.831 INFO O| Aug 06 04:08:15.831 INFO STEP 604 (remove_files) COMPLETE
56642024-08-06T04:08:17.525Z[ recovery-image] Aug 06 04:08:15.831 INFO O| Aug 06 04:08:15.831 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-08-06T04:08:17.533Z[ recovery-image] Aug 06 04:08:15.841 INFO O| Aug 06 04:08:15.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
56662024-08-06T04:08:17.533Z[ recovery-image] Aug 06 04:08:15.841 INFO O| Aug 06 04:08:15.841 INFO STEP 605 (remove_files) COMPLETE
56672024-08-06T04:08:17.533Z[ recovery-image] Aug 06 04:08:15.841 INFO O| Aug 06 04:08:15.841 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-08-06T04:08:17.542Z[ recovery-image] Aug 06 04:08:15.850 INFO O| Aug 06 04:08:15.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
56692024-08-06T04:08:17.542Z[ recovery-image] Aug 06 04:08:15.850 INFO O| Aug 06 04:08:15.850 INFO STEP 606 (remove_files) COMPLETE
56702024-08-06T04:08:17.544Z[ recovery-image] Aug 06 04:08:15.850 INFO O| Aug 06 04:08:15.850 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-08-06T04:08:17.553Z[ recovery-image] Aug 06 04:08:15.860 INFO O| Aug 06 04:08:15.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
56722024-08-06T04:08:17.555Z[ recovery-image] Aug 06 04:08:15.860 INFO O| Aug 06 04:08:15.860 INFO STEP 607 (remove_files) COMPLETE
56732024-08-06T04:08:17.555Z[ recovery-image] Aug 06 04:08:15.860 INFO O| Aug 06 04:08:15.860 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-08-06T04:08:17.562Z[ recovery-image] Aug 06 04:08:15.870 INFO O| Aug 06 04:08:15.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
56752024-08-06T04:08:17.562Z[ recovery-image] Aug 06 04:08:15.870 INFO O| Aug 06 04:08:15.870 INFO STEP 608 (remove_files) COMPLETE
56762024-08-06T04:08:17.564Z[ recovery-image] Aug 06 04:08:15.870 INFO O| Aug 06 04:08:15.870 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-08-06T04:08:17.571Z[ recovery-image] Aug 06 04:08:15.879 INFO O| Aug 06 04:08:15.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
56782024-08-06T04:08:17.571Z[ recovery-image] Aug 06 04:08:15.879 INFO O| Aug 06 04:08:15.879 INFO STEP 609 (remove_files) COMPLETE
56792024-08-06T04:08:17.575Z[ recovery-image] Aug 06 04:08:15.879 INFO O| Aug 06 04:08:15.879 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-08-06T04:08:17.580Z[ recovery-image] Aug 06 04:08:15.889 INFO O| Aug 06 04:08:15.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
56812024-08-06T04:08:17.583Z[ recovery-image] Aug 06 04:08:15.889 INFO O| Aug 06 04:08:15.889 INFO STEP 610 (remove_files) COMPLETE
56822024-08-06T04:08:17.583Z[ recovery-image] Aug 06 04:08:15.889 INFO O| Aug 06 04:08:15.889 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-08-06T04:08:17.590Z[ recovery-image] Aug 06 04:08:15.898 INFO O| Aug 06 04:08:15.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
56842024-08-06T04:08:17.590Z[ recovery-image] Aug 06 04:08:15.898 INFO O| Aug 06 04:08:15.898 INFO STEP 611 (remove_files) COMPLETE
56852024-08-06T04:08:17.594Z[ recovery-image] Aug 06 04:08:15.898 INFO O| Aug 06 04:08:15.898 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-08-06T04:08:17.599Z[ recovery-image] Aug 06 04:08:15.908 INFO O| Aug 06 04:08:15.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
56872024-08-06T04:08:17.599Z[ recovery-image] Aug 06 04:08:15.908 INFO O| Aug 06 04:08:15.908 INFO STEP 612 (remove_files) COMPLETE
56882024-08-06T04:08:17.599Z[ recovery-image] Aug 06 04:08:15.908 INFO O| Aug 06 04:08:15.908 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-08-06T04:08:17.609Z[ recovery-image] Aug 06 04:08:15.917 INFO O| Aug 06 04:08:15.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
56902024-08-06T04:08:17.609Z[ recovery-image] Aug 06 04:08:15.917 INFO O| Aug 06 04:08:15.917 INFO STEP 613 (remove_files) COMPLETE
56912024-08-06T04:08:17.609Z[ recovery-image] Aug 06 04:08:15.917 INFO O| Aug 06 04:08:15.917 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-08-06T04:08:17.618Z[ recovery-image] Aug 06 04:08:15.927 INFO O| Aug 06 04:08:15.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
56932024-08-06T04:08:17.618Z[ recovery-image] Aug 06 04:08:15.927 INFO O| Aug 06 04:08:15.927 INFO STEP 614 (remove_files) COMPLETE
56942024-08-06T04:08:17.621Z[ recovery-image] Aug 06 04:08:15.927 INFO O| Aug 06 04:08:15.927 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-08-06T04:08:17.628Z[ recovery-image] Aug 06 04:08:15.936 INFO O| Aug 06 04:08:15.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
56962024-08-06T04:08:17.631Z[ recovery-image] Aug 06 04:08:15.936 INFO O| Aug 06 04:08:15.936 INFO STEP 615 (remove_files) COMPLETE
56972024-08-06T04:08:17.631Z[ recovery-image] Aug 06 04:08:15.936 INFO O| Aug 06 04:08:15.936 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-08-06T04:08:17.639Z[ recovery-image] Aug 06 04:08:15.946 INFO O| Aug 06 04:08:15.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
56992024-08-06T04:08:17.641Z[ recovery-image] Aug 06 04:08:15.946 INFO O| Aug 06 04:08:15.946 INFO STEP 616 (remove_files) COMPLETE
57002024-08-06T04:08:17.641Z[ recovery-image] Aug 06 04:08:15.946 INFO O| Aug 06 04:08:15.946 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-08-06T04:08:17.648Z[ recovery-image] Aug 06 04:08:15.956 INFO O| Aug 06 04:08:15.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57022024-08-06T04:08:17.648Z[ recovery-image] Aug 06 04:08:15.956 INFO O| Aug 06 04:08:15.956 INFO STEP 617 (remove_files) COMPLETE
57032024-08-06T04:08:17.651Z[ recovery-image] Aug 06 04:08:15.956 INFO O| Aug 06 04:08:15.956 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-08-06T04:08:17.658Z[ recovery-image] Aug 06 04:08:15.966 INFO O| Aug 06 04:08:15.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57052024-08-06T04:08:17.658Z[ recovery-image] Aug 06 04:08:15.966 INFO O| Aug 06 04:08:15.966 INFO STEP 618 (remove_files) COMPLETE
57062024-08-06T04:08:17.661Z[ recovery-image] Aug 06 04:08:15.966 INFO O| Aug 06 04:08:15.966 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-08-06T04:08:17.667Z[ recovery-image] Aug 06 04:08:15.976 INFO O| Aug 06 04:08:15.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57082024-08-06T04:08:17.667Z[ recovery-image] Aug 06 04:08:15.976 INFO O| Aug 06 04:08:15.976 INFO STEP 619 (remove_files) COMPLETE
57092024-08-06T04:08:17.668Z[ recovery-image] Aug 06 04:08:15.976 INFO O| Aug 06 04:08:15.976 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-08-06T04:08:17.677Z[ recovery-image] Aug 06 04:08:15.986 INFO O| Aug 06 04:08:15.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57112024-08-06T04:08:17.677Z[ recovery-image] Aug 06 04:08:15.986 INFO O| Aug 06 04:08:15.986 INFO STEP 620 (remove_files) COMPLETE
57122024-08-06T04:08:17.680Z[ recovery-image] Aug 06 04:08:15.986 INFO O| Aug 06 04:08:15.986 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-08-06T04:08:17.687Z[ recovery-image] Aug 06 04:08:15.996 INFO O| Aug 06 04:08:15.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57142024-08-06T04:08:17.688Z[ recovery-image] Aug 06 04:08:15.996 INFO O| Aug 06 04:08:15.996 INFO STEP 621 (remove_files) COMPLETE
57152024-08-06T04:08:17.688Z[ recovery-image] Aug 06 04:08:15.996 INFO O| Aug 06 04:08:15.996 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-08-06T04:08:17.699Z[ recovery-image] Aug 06 04:08:16.007 INFO O| Aug 06 04:08:16.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57172024-08-06T04:08:17.699Z[ recovery-image] Aug 06 04:08:16.007 INFO O| Aug 06 04:08:16.007 INFO STEP 622 (remove_files) COMPLETE
57182024-08-06T04:08:17.702Z[ recovery-image] Aug 06 04:08:16.007 INFO O| Aug 06 04:08:16.007 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-08-06T04:08:17.709Z[ recovery-image] Aug 06 04:08:16.018 INFO O| Aug 06 04:08:16.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57202024-08-06T04:08:17.709Z[ recovery-image] Aug 06 04:08:16.018 INFO O| Aug 06 04:08:16.018 INFO STEP 623 (remove_files) COMPLETE
57212024-08-06T04:08:17.712Z[ recovery-image] Aug 06 04:08:16.018 INFO O| Aug 06 04:08:16.018 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-08-06T04:08:17.719Z[ recovery-image] Aug 06 04:08:16.028 INFO O| Aug 06 04:08:16.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57232024-08-06T04:08:17.719Z[ recovery-image] Aug 06 04:08:16.028 INFO O| Aug 06 04:08:16.028 INFO STEP 624 (remove_files) COMPLETE
57242024-08-06T04:08:17.719Z[ recovery-image] Aug 06 04:08:16.028 INFO O| Aug 06 04:08:16.028 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-08-06T04:08:17.729Z[ recovery-image] Aug 06 04:08:16.038 INFO O| Aug 06 04:08:16.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57262024-08-06T04:08:17.729Z[ recovery-image] Aug 06 04:08:16.038 INFO O| Aug 06 04:08:16.038 INFO STEP 625 (remove_files) COMPLETE
57272024-08-06T04:08:17.732Z[ recovery-image] Aug 06 04:08:16.038 INFO O| Aug 06 04:08:16.038 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-08-06T04:08:17.739Z[ recovery-image] Aug 06 04:08:16.047 INFO O| Aug 06 04:08:16.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57292024-08-06T04:08:17.739Z[ recovery-image] Aug 06 04:08:16.047 INFO O| Aug 06 04:08:16.047 INFO STEP 626 (remove_files) COMPLETE
57302024-08-06T04:08:17.741Z[ recovery-image] Aug 06 04:08:16.047 INFO O| Aug 06 04:08:16.047 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-08-06T04:08:17.749Z[ recovery-image] Aug 06 04:08:16.057 INFO O| Aug 06 04:08:16.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57322024-08-06T04:08:17.749Z[ recovery-image] Aug 06 04:08:16.057 INFO O| Aug 06 04:08:16.057 INFO STEP 627 (remove_files) COMPLETE
57332024-08-06T04:08:17.749Z[ recovery-image] Aug 06 04:08:16.057 INFO O| Aug 06 04:08:16.057 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-08-06T04:08:17.758Z[ recovery-image] Aug 06 04:08:16.067 INFO O| Aug 06 04:08:16.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57352024-08-06T04:08:17.761Z[ recovery-image] Aug 06 04:08:16.067 INFO O| Aug 06 04:08:16.067 INFO STEP 628 (remove_files) COMPLETE
57362024-08-06T04:08:17.761Z[ recovery-image] Aug 06 04:08:16.067 INFO O| Aug 06 04:08:16.067 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-08-06T04:08:17.768Z[ recovery-image] Aug 06 04:08:16.077 INFO O| Aug 06 04:08:16.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57382024-08-06T04:08:17.769Z[ recovery-image] Aug 06 04:08:16.077 INFO O| Aug 06 04:08:16.077 INFO STEP 629 (remove_files) COMPLETE
57392024-08-06T04:08:17.771Z[ recovery-image] Aug 06 04:08:16.077 INFO O| Aug 06 04:08:16.077 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-08-06T04:08:17.779Z[ recovery-image] Aug 06 04:08:16.087 INFO O| Aug 06 04:08:16.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57412024-08-06T04:08:17.779Z[ recovery-image] Aug 06 04:08:16.087 INFO O| Aug 06 04:08:16.087 INFO STEP 630 (remove_files) COMPLETE
57422024-08-06T04:08:17.779Z[ recovery-image] Aug 06 04:08:16.087 INFO O| Aug 06 04:08:16.087 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-08-06T04:08:17.788Z[ recovery-image] Aug 06 04:08:16.096 INFO O| Aug 06 04:08:16.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57442024-08-06T04:08:17.788Z[ recovery-image] Aug 06 04:08:16.097 INFO O| Aug 06 04:08:16.097 INFO STEP 631 (remove_files) COMPLETE
57452024-08-06T04:08:17.791Z[ recovery-image] Aug 06 04:08:16.097 INFO O| Aug 06 04:08:16.097 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-08-06T04:08:17.797Z[ recovery-image] Aug 06 04:08:16.106 INFO O| Aug 06 04:08:16.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57472024-08-06T04:08:17.800Z[ recovery-image] Aug 06 04:08:16.106 INFO O| Aug 06 04:08:16.106 INFO STEP 632 (remove_files) COMPLETE
57482024-08-06T04:08:17.800Z[ recovery-image] Aug 06 04:08:16.106 INFO O| Aug 06 04:08:16.106 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-08-06T04:08:17.807Z[ recovery-image] Aug 06 04:08:16.115 INFO O| Aug 06 04:08:16.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57502024-08-06T04:08:17.807Z[ recovery-image] Aug 06 04:08:16.115 INFO O| Aug 06 04:08:16.115 INFO STEP 633 (remove_files) COMPLETE
57512024-08-06T04:08:17.810Z[ recovery-image] Aug 06 04:08:16.115 INFO O| Aug 06 04:08:16.115 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-08-06T04:08:17.816Z[ recovery-image] Aug 06 04:08:16.125 INFO O| Aug 06 04:08:16.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57532024-08-06T04:08:17.819Z[ recovery-image] Aug 06 04:08:16.125 INFO O| Aug 06 04:08:16.125 INFO STEP 634 (remove_files) COMPLETE
57542024-08-06T04:08:17.819Z[ recovery-image] Aug 06 04:08:16.125 INFO O| Aug 06 04:08:16.125 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-08-06T04:08:17.826Z[ recovery-image] Aug 06 04:08:16.134 INFO O| Aug 06 04:08:16.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
57562024-08-06T04:08:17.826Z[ recovery-image] Aug 06 04:08:16.134 INFO O| Aug 06 04:08:16.134 INFO STEP 635 (remove_files) COMPLETE
57572024-08-06T04:08:17.829Z[ recovery-image] Aug 06 04:08:16.134 INFO O| Aug 06 04:08:16.134 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-08-06T04:08:17.835Z[ recovery-image] Aug 06 04:08:16.143 INFO O| Aug 06 04:08:16.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
57592024-08-06T04:08:17.838Z[ recovery-image] Aug 06 04:08:16.144 INFO O| Aug 06 04:08:16.144 INFO STEP 636 (remove_files) COMPLETE
57602024-08-06T04:08:17.838Z[ recovery-image] Aug 06 04:08:16.144 INFO O| Aug 06 04:08:16.144 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-08-06T04:08:17.845Z[ recovery-image] Aug 06 04:08:16.153 INFO O| Aug 06 04:08:16.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
57622024-08-06T04:08:17.848Z[ recovery-image] Aug 06 04:08:16.153 INFO O| Aug 06 04:08:16.153 INFO STEP 637 (remove_files) COMPLETE
57632024-08-06T04:08:17.848Z[ recovery-image] Aug 06 04:08:16.153 INFO O| Aug 06 04:08:16.153 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-08-06T04:08:17.854Z[ recovery-image] Aug 06 04:08:16.162 INFO O| Aug 06 04:08:16.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
57652024-08-06T04:08:17.854Z[ recovery-image] Aug 06 04:08:16.162 INFO O| Aug 06 04:08:16.162 INFO STEP 638 (remove_files) COMPLETE
57662024-08-06T04:08:17.857Z[ recovery-image] Aug 06 04:08:16.162 INFO O| Aug 06 04:08:16.162 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-08-06T04:08:17.863Z[ recovery-image] Aug 06 04:08:16.172 INFO O| Aug 06 04:08:16.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
57682024-08-06T04:08:17.863Z[ recovery-image] Aug 06 04:08:16.172 INFO O| Aug 06 04:08:16.172 INFO STEP 639 (remove_files) COMPLETE
57692024-08-06T04:08:17.866Z[ recovery-image] Aug 06 04:08:16.172 INFO O| Aug 06 04:08:16.172 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-08-06T04:08:17.873Z[ recovery-image] Aug 06 04:08:16.181 INFO O| Aug 06 04:08:16.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
57712024-08-06T04:08:17.873Z[ recovery-image] Aug 06 04:08:16.181 INFO O| Aug 06 04:08:16.181 INFO STEP 640 (remove_files) COMPLETE
57722024-08-06T04:08:17.873Z[ recovery-image] Aug 06 04:08:16.181 INFO O| Aug 06 04:08:16.181 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-08-06T04:08:17.882Z[ recovery-image] Aug 06 04:08:16.190 INFO O| Aug 06 04:08:16.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
57742024-08-06T04:08:17.882Z[ recovery-image] Aug 06 04:08:16.190 INFO O| Aug 06 04:08:16.190 INFO STEP 641 (remove_files) COMPLETE
57752024-08-06T04:08:17.882Z[ recovery-image] Aug 06 04:08:16.190 INFO O| Aug 06 04:08:16.190 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-08-06T04:08:17.891Z[ recovery-image] Aug 06 04:08:16.200 INFO O| Aug 06 04:08:16.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
57772024-08-06T04:08:17.891Z[ recovery-image] Aug 06 04:08:16.200 INFO O| Aug 06 04:08:16.200 INFO STEP 642 (remove_files) COMPLETE
57782024-08-06T04:08:17.894Z[ recovery-image] Aug 06 04:08:16.200 INFO O| Aug 06 04:08:16.200 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-08-06T04:08:17.900Z[ recovery-image] Aug 06 04:08:16.209 INFO O| Aug 06 04:08:16.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
57802024-08-06T04:08:17.900Z[ recovery-image] Aug 06 04:08:16.209 INFO O| Aug 06 04:08:16.209 INFO STEP 643 (remove_files) COMPLETE
57812024-08-06T04:08:17.903Z[ recovery-image] Aug 06 04:08:16.209 INFO O| Aug 06 04:08:16.209 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-08-06T04:08:17.909Z[ recovery-image] Aug 06 04:08:16.218 INFO O| Aug 06 04:08:16.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
57832024-08-06T04:08:17.909Z[ recovery-image] Aug 06 04:08:16.218 INFO O| Aug 06 04:08:16.218 INFO STEP 644 (remove_files) COMPLETE
57842024-08-06T04:08:17.913Z[ recovery-image] Aug 06 04:08:16.218 INFO O| Aug 06 04:08:16.218 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-08-06T04:08:17.919Z[ recovery-image] Aug 06 04:08:16.227 INFO O| Aug 06 04:08:16.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
57862024-08-06T04:08:17.919Z[ recovery-image] Aug 06 04:08:16.227 INFO O| Aug 06 04:08:16.227 INFO STEP 645 (remove_files) COMPLETE
57872024-08-06T04:08:17.922Z[ recovery-image] Aug 06 04:08:16.227 INFO O| Aug 06 04:08:16.227 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-08-06T04:08:17.928Z[ recovery-image] Aug 06 04:08:16.236 INFO O| Aug 06 04:08:16.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
57892024-08-06T04:08:17.931Z[ recovery-image] Aug 06 04:08:16.237 INFO O| Aug 06 04:08:16.237 INFO STEP 646 (remove_files) COMPLETE
57902024-08-06T04:08:17.931Z[ recovery-image] Aug 06 04:08:16.237 INFO O| Aug 06 04:08:16.237 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-08-06T04:08:17.937Z[ recovery-image] Aug 06 04:08:16.246 INFO O| Aug 06 04:08:16.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
57922024-08-06T04:08:17.938Z[ recovery-image] Aug 06 04:08:16.246 INFO O| Aug 06 04:08:16.246 INFO STEP 647 (remove_files) COMPLETE
57932024-08-06T04:08:17.938Z[ recovery-image] Aug 06 04:08:16.246 INFO O| Aug 06 04:08:16.246 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-08-06T04:08:17.947Z[ recovery-image] Aug 06 04:08:16.255 INFO O| Aug 06 04:08:16.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
57952024-08-06T04:08:17.947Z[ recovery-image] Aug 06 04:08:16.255 INFO O| Aug 06 04:08:16.255 INFO STEP 648 (remove_files) COMPLETE
57962024-08-06T04:08:17.950Z[ recovery-image] Aug 06 04:08:16.255 INFO O| Aug 06 04:08:16.255 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-08-06T04:08:17.956Z[ recovery-image] Aug 06 04:08:16.265 INFO O| Aug 06 04:08:16.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
57982024-08-06T04:08:17.956Z[ recovery-image] Aug 06 04:08:16.265 INFO O| Aug 06 04:08:16.265 INFO STEP 649 (remove_files) COMPLETE
57992024-08-06T04:08:17.956Z[ recovery-image] Aug 06 04:08:16.265 INFO O| Aug 06 04:08:16.265 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-08-06T04:08:17.966Z[ recovery-image] Aug 06 04:08:16.274 INFO O| Aug 06 04:08:16.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58012024-08-06T04:08:17.966Z[ recovery-image] Aug 06 04:08:16.274 INFO O| Aug 06 04:08:16.274 INFO STEP 650 (remove_files) COMPLETE
58022024-08-06T04:08:17.968Z[ recovery-image] Aug 06 04:08:16.274 INFO O| Aug 06 04:08:16.274 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-08-06T04:08:17.975Z[ recovery-image] Aug 06 04:08:16.284 INFO O| Aug 06 04:08:16.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58042024-08-06T04:08:17.975Z[ recovery-image] Aug 06 04:08:16.284 INFO O| Aug 06 04:08:16.284 INFO STEP 651 (remove_files) COMPLETE
58052024-08-06T04:08:17.978Z[ recovery-image] Aug 06 04:08:16.284 INFO O| Aug 06 04:08:16.284 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-08-06T04:08:17.985Z[ recovery-image] Aug 06 04:08:16.293 INFO O| Aug 06 04:08:16.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58072024-08-06T04:08:17.985Z[ recovery-image] Aug 06 04:08:16.293 INFO O| Aug 06 04:08:16.293 INFO STEP 652 (remove_files) COMPLETE
58082024-08-06T04:08:17.987Z[ recovery-image] Aug 06 04:08:16.293 INFO O| Aug 06 04:08:16.293 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-08-06T04:08:17.994Z[ recovery-image] Aug 06 04:08:16.303 INFO O| Aug 06 04:08:16.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58102024-08-06T04:08:17.994Z[ recovery-image] Aug 06 04:08:16.303 INFO O| Aug 06 04:08:16.303 INFO STEP 653 (remove_files) COMPLETE
58112024-08-06T04:08:17.997Z[ recovery-image] Aug 06 04:08:16.303 INFO O| Aug 06 04:08:16.303 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-08-06T04:08:18.004Z[ recovery-image] Aug 06 04:08:16.312 INFO O| Aug 06 04:08:16.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58132024-08-06T04:08:18.006Z[ recovery-image] Aug 06 04:08:16.312 INFO O| Aug 06 04:08:16.312 INFO STEP 654 (remove_files) COMPLETE
58142024-08-06T04:08:18.006Z[ recovery-image] Aug 06 04:08:16.312 INFO O| Aug 06 04:08:16.312 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-08-06T04:08:18.013Z[ recovery-image] Aug 06 04:08:16.321 INFO O| Aug 06 04:08:16.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58162024-08-06T04:08:18.015Z[ recovery-image] Aug 06 04:08:16.321 INFO O| Aug 06 04:08:16.321 INFO STEP 655 (remove_files) COMPLETE
58172024-08-06T04:08:18.016Z[ recovery-image] Aug 06 04:08:16.321 INFO O| Aug 06 04:08:16.321 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-08-06T04:08:18.022Z[ recovery-image] Aug 06 04:08:16.330 INFO O| Aug 06 04:08:16.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58192024-08-06T04:08:18.022Z[ recovery-image] Aug 06 04:08:16.330 INFO O| Aug 06 04:08:16.330 INFO STEP 656 (remove_files) COMPLETE
58202024-08-06T04:08:18.022Z[ recovery-image] Aug 06 04:08:16.330 INFO O| Aug 06 04:08:16.330 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-08-06T04:08:18.031Z[ recovery-image] Aug 06 04:08:16.340 INFO O| Aug 06 04:08:16.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58222024-08-06T04:08:18.031Z[ recovery-image] Aug 06 04:08:16.340 INFO O| Aug 06 04:08:16.340 INFO STEP 657 (remove_files) COMPLETE
58232024-08-06T04:08:18.034Z[ recovery-image] Aug 06 04:08:16.340 INFO O| Aug 06 04:08:16.340 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-08-06T04:08:18.040Z[ recovery-image] Aug 06 04:08:16.349 INFO O| Aug 06 04:08:16.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58252024-08-06T04:08:18.043Z[ recovery-image] Aug 06 04:08:16.349 INFO O| Aug 06 04:08:16.349 INFO STEP 658 (remove_files) COMPLETE
58262024-08-06T04:08:18.043Z[ recovery-image] Aug 06 04:08:16.349 INFO O| Aug 06 04:08:16.349 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-08-06T04:08:18.050Z[ recovery-image] Aug 06 04:08:16.358 INFO O| Aug 06 04:08:16.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58282024-08-06T04:08:18.050Z[ recovery-image] Aug 06 04:08:16.358 INFO O| Aug 06 04:08:16.358 INFO STEP 659 (remove_files) COMPLETE
58292024-08-06T04:08:18.050Z[ recovery-image] Aug 06 04:08:16.358 INFO O| Aug 06 04:08:16.358 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-08-06T04:08:18.059Z[ recovery-image] Aug 06 04:08:16.368 INFO O| Aug 06 04:08:16.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58312024-08-06T04:08:18.062Z[ recovery-image] Aug 06 04:08:16.368 INFO O| Aug 06 04:08:16.368 INFO STEP 660 (remove_files) COMPLETE
58322024-08-06T04:08:18.062Z[ recovery-image] Aug 06 04:08:16.368 INFO O| Aug 06 04:08:16.368 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-08-06T04:08:18.069Z[ recovery-image] Aug 06 04:08:16.377 INFO O| Aug 06 04:08:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58342024-08-06T04:08:18.072Z[ recovery-image] Aug 06 04:08:16.377 INFO O| Aug 06 04:08:16.377 INFO STEP 661 (remove_files) COMPLETE
58352024-08-06T04:08:18.072Z[ recovery-image] Aug 06 04:08:16.377 INFO O| Aug 06 04:08:16.377 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-08-06T04:08:18.078Z[ recovery-image] Aug 06 04:08:16.387 INFO O| Aug 06 04:08:16.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58372024-08-06T04:08:18.078Z[ recovery-image] Aug 06 04:08:16.387 INFO O| Aug 06 04:08:16.387 INFO STEP 662 (remove_files) COMPLETE
58382024-08-06T04:08:18.081Z[ recovery-image] Aug 06 04:08:16.387 INFO O| Aug 06 04:08:16.387 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-08-06T04:08:18.088Z[ recovery-image] Aug 06 04:08:16.396 INFO O| Aug 06 04:08:16.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58402024-08-06T04:08:18.088Z[ recovery-image] Aug 06 04:08:16.396 INFO O| Aug 06 04:08:16.396 INFO STEP 663 (remove_files) COMPLETE
58412024-08-06T04:08:18.090Z[ recovery-image] Aug 06 04:08:16.396 INFO O| Aug 06 04:08:16.396 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-08-06T04:08:18.097Z[ recovery-image] Aug 06 04:08:16.406 INFO O| Aug 06 04:08:16.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58432024-08-06T04:08:18.100Z[ recovery-image] Aug 06 04:08:16.406 INFO O| Aug 06 04:08:16.406 INFO STEP 664 (remove_files) COMPLETE
58442024-08-06T04:08:18.100Z[ recovery-image] Aug 06 04:08:16.406 INFO O| Aug 06 04:08:16.406 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-08-06T04:08:18.107Z[ recovery-image] Aug 06 04:08:16.415 INFO O| Aug 06 04:08:16.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58462024-08-06T04:08:18.107Z[ recovery-image] Aug 06 04:08:16.415 INFO O| Aug 06 04:08:16.415 INFO STEP 665 (remove_files) COMPLETE
58472024-08-06T04:08:18.109Z[ recovery-image] Aug 06 04:08:16.415 INFO O| Aug 06 04:08:16.415 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-08-06T04:08:18.116Z[ recovery-image] Aug 06 04:08:16.424 INFO O| Aug 06 04:08:16.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58492024-08-06T04:08:18.116Z[ recovery-image] Aug 06 04:08:16.424 INFO O| Aug 06 04:08:16.424 INFO STEP 666 (remove_files) COMPLETE
58502024-08-06T04:08:18.119Z[ recovery-image] Aug 06 04:08:16.424 INFO O| Aug 06 04:08:16.424 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-08-06T04:08:18.125Z[ recovery-image] Aug 06 04:08:16.434 INFO O| Aug 06 04:08:16.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58522024-08-06T04:08:18.125Z[ recovery-image] Aug 06 04:08:16.434 INFO O| Aug 06 04:08:16.434 INFO STEP 667 (remove_files) COMPLETE
58532024-08-06T04:08:18.128Z[ recovery-image] Aug 06 04:08:16.434 INFO O| Aug 06 04:08:16.434 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-08-06T04:08:18.135Z[ recovery-image] Aug 06 04:08:16.443 INFO O| Aug 06 04:08:16.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
58552024-08-06T04:08:18.137Z[ recovery-image] Aug 06 04:08:16.443 INFO O| Aug 06 04:08:16.443 INFO STEP 668 (remove_files) COMPLETE
58562024-08-06T04:08:18.137Z[ recovery-image] Aug 06 04:08:16.443 INFO O| Aug 06 04:08:16.443 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-08-06T04:08:18.144Z[ recovery-image] Aug 06 04:08:16.452 INFO O| Aug 06 04:08:16.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
58582024-08-06T04:08:18.147Z[ recovery-image] Aug 06 04:08:16.452 INFO O| Aug 06 04:08:16.452 INFO STEP 669 (remove_files) COMPLETE
58592024-08-06T04:08:18.147Z[ recovery-image] Aug 06 04:08:16.452 INFO O| Aug 06 04:08:16.452 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-08-06T04:08:18.153Z[ recovery-image] Aug 06 04:08:16.462 INFO O| Aug 06 04:08:16.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
58612024-08-06T04:08:18.153Z[ recovery-image] Aug 06 04:08:16.462 INFO O| Aug 06 04:08:16.462 INFO STEP 670 (remove_files) COMPLETE
58622024-08-06T04:08:18.156Z[ recovery-image] Aug 06 04:08:16.462 INFO O| Aug 06 04:08:16.462 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-08-06T04:08:18.163Z[ recovery-image] Aug 06 04:08:16.471 INFO O| Aug 06 04:08:16.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
58642024-08-06T04:08:18.163Z[ recovery-image] Aug 06 04:08:16.471 INFO O| Aug 06 04:08:16.471 INFO STEP 671 (remove_files) COMPLETE
58652024-08-06T04:08:18.165Z[ recovery-image] Aug 06 04:08:16.471 INFO O| Aug 06 04:08:16.471 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-08-06T04:08:18.173Z[ recovery-image] Aug 06 04:08:16.481 INFO O| Aug 06 04:08:16.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
58672024-08-06T04:08:18.173Z[ recovery-image] Aug 06 04:08:16.481 INFO O| Aug 06 04:08:16.481 INFO STEP 672 (remove_files) COMPLETE
58682024-08-06T04:08:18.173Z[ recovery-image] Aug 06 04:08:16.481 INFO O| Aug 06 04:08:16.481 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-08-06T04:08:18.182Z[ recovery-image] Aug 06 04:08:16.491 INFO O| Aug 06 04:08:16.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
58702024-08-06T04:08:18.185Z[ recovery-image] Aug 06 04:08:16.491 INFO O| Aug 06 04:08:16.491 INFO STEP 673 (remove_files) COMPLETE
58712024-08-06T04:08:18.185Z[ recovery-image] Aug 06 04:08:16.491 INFO O| Aug 06 04:08:16.491 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-08-06T04:08:18.192Z[ recovery-image] Aug 06 04:08:16.500 INFO O| Aug 06 04:08:16.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
58732024-08-06T04:08:18.192Z[ recovery-image] Aug 06 04:08:16.500 INFO O| Aug 06 04:08:16.500 INFO STEP 674 (remove_files) COMPLETE
58742024-08-06T04:08:18.195Z[ recovery-image] Aug 06 04:08:16.500 INFO O| Aug 06 04:08:16.500 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-08-06T04:08:18.201Z[ recovery-image] Aug 06 04:08:16.510 INFO O| Aug 06 04:08:16.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
58762024-08-06T04:08:18.201Z[ recovery-image] Aug 06 04:08:16.510 INFO O| Aug 06 04:08:16.510 INFO STEP 675 (remove_files) COMPLETE
58772024-08-06T04:08:18.204Z[ recovery-image] Aug 06 04:08:16.510 INFO O| Aug 06 04:08:16.510 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-08-06T04:08:18.211Z[ recovery-image] Aug 06 04:08:16.519 INFO O| Aug 06 04:08:16.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
58792024-08-06T04:08:18.211Z[ recovery-image] Aug 06 04:08:16.519 INFO O| Aug 06 04:08:16.519 INFO STEP 676 (remove_files) COMPLETE
58802024-08-06T04:08:18.211Z[ recovery-image] Aug 06 04:08:16.519 INFO O| Aug 06 04:08:16.519 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-08-06T04:08:18.220Z[ recovery-image] Aug 06 04:08:16.528 INFO O| Aug 06 04:08:16.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
58822024-08-06T04:08:18.220Z[ recovery-image] Aug 06 04:08:16.529 INFO O| Aug 06 04:08:16.529 INFO STEP 677 (remove_files) COMPLETE
58832024-08-06T04:08:18.223Z[ recovery-image] Aug 06 04:08:16.529 INFO O| Aug 06 04:08:16.529 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-08-06T04:08:18.230Z[ recovery-image] Aug 06 04:08:16.538 INFO O| Aug 06 04:08:16.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
58852024-08-06T04:08:18.230Z[ recovery-image] Aug 06 04:08:16.538 INFO O| Aug 06 04:08:16.538 INFO STEP 678 (remove_files) COMPLETE
58862024-08-06T04:08:18.232Z[ recovery-image] Aug 06 04:08:16.538 INFO O| Aug 06 04:08:16.538 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-08-06T04:08:18.239Z[ recovery-image] Aug 06 04:08:16.548 INFO O| Aug 06 04:08:16.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
58882024-08-06T04:08:18.239Z[ recovery-image] Aug 06 04:08:16.548 INFO O| Aug 06 04:08:16.548 INFO STEP 679 (remove_files) COMPLETE
58892024-08-06T04:08:18.242Z[ recovery-image] Aug 06 04:08:16.548 INFO O| Aug 06 04:08:16.548 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-08-06T04:08:18.249Z[ recovery-image] Aug 06 04:08:16.557 INFO O| Aug 06 04:08:16.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
58912024-08-06T04:08:18.249Z[ recovery-image] Aug 06 04:08:16.557 INFO O| Aug 06 04:08:16.557 INFO STEP 680 (remove_files) COMPLETE
58922024-08-06T04:08:18.251Z[ recovery-image] Aug 06 04:08:16.557 INFO O| Aug 06 04:08:16.557 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-08-06T04:08:18.258Z[ recovery-image] Aug 06 04:08:16.566 INFO O| Aug 06 04:08:16.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
58942024-08-06T04:08:18.258Z[ recovery-image] Aug 06 04:08:16.567 INFO O| Aug 06 04:08:16.566 INFO STEP 681 (remove_files) COMPLETE
58952024-08-06T04:08:18.261Z[ recovery-image] Aug 06 04:08:16.567 INFO O| Aug 06 04:08:16.567 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-08-06T04:08:18.268Z[ recovery-image] Aug 06 04:08:16.576 INFO O| Aug 06 04:08:16.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
58972024-08-06T04:08:18.268Z[ recovery-image] Aug 06 04:08:16.576 INFO O| Aug 06 04:08:16.576 INFO STEP 682 (remove_files) COMPLETE
58982024-08-06T04:08:18.268Z[ recovery-image] Aug 06 04:08:16.576 INFO O| Aug 06 04:08:16.576 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-08-06T04:08:18.277Z[ recovery-image] Aug 06 04:08:16.585 INFO O| Aug 06 04:08:16.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59002024-08-06T04:08:18.280Z[ recovery-image] Aug 06 04:08:16.586 INFO O| Aug 06 04:08:16.585 INFO STEP 683 (remove_files) COMPLETE
59012024-08-06T04:08:18.280Z[ recovery-image] Aug 06 04:08:16.586 INFO O| Aug 06 04:08:16.585 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-08-06T04:08:18.286Z[ recovery-image] Aug 06 04:08:16.595 INFO O| Aug 06 04:08:16.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59032024-08-06T04:08:18.286Z[ recovery-image] Aug 06 04:08:16.595 INFO O| Aug 06 04:08:16.595 INFO STEP 684 (remove_files) COMPLETE
59042024-08-06T04:08:18.286Z[ recovery-image] Aug 06 04:08:16.595 INFO O| Aug 06 04:08:16.595 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-08-06T04:08:18.296Z[ recovery-image] Aug 06 04:08:16.604 INFO O| Aug 06 04:08:16.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59062024-08-06T04:08:18.298Z[ recovery-image] Aug 06 04:08:16.604 INFO O| Aug 06 04:08:16.604 INFO STEP 685 (remove_files) COMPLETE
59072024-08-06T04:08:18.298Z[ recovery-image] Aug 06 04:08:16.604 INFO O| Aug 06 04:08:16.604 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-08-06T04:08:18.305Z[ recovery-image] Aug 06 04:08:16.614 INFO O| Aug 06 04:08:16.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59092024-08-06T04:08:18.305Z[ recovery-image] Aug 06 04:08:16.614 INFO O| Aug 06 04:08:16.614 INFO STEP 686 (remove_files) COMPLETE
59102024-08-06T04:08:18.308Z[ recovery-image] Aug 06 04:08:16.614 INFO O| Aug 06 04:08:16.614 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-08-06T04:08:18.315Z[ recovery-image] Aug 06 04:08:16.623 INFO O| Aug 06 04:08:16.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59122024-08-06T04:08:18.315Z[ recovery-image] Aug 06 04:08:16.623 INFO O| Aug 06 04:08:16.623 INFO STEP 687 (remove_files) COMPLETE
59132024-08-06T04:08:18.318Z[ recovery-image] Aug 06 04:08:16.623 INFO O| Aug 06 04:08:16.623 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-08-06T04:08:18.324Z[ recovery-image] Aug 06 04:08:16.633 INFO O| Aug 06 04:08:16.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59152024-08-06T04:08:18.324Z[ recovery-image] Aug 06 04:08:16.633 INFO O| Aug 06 04:08:16.633 INFO STEP 688 (remove_files) COMPLETE
59162024-08-06T04:08:18.327Z[ recovery-image] Aug 06 04:08:16.633 INFO O| Aug 06 04:08:16.633 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-08-06T04:08:18.334Z[ recovery-image] Aug 06 04:08:16.642 INFO O| Aug 06 04:08:16.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59182024-08-06T04:08:18.334Z[ recovery-image] Aug 06 04:08:16.642 INFO O| Aug 06 04:08:16.642 INFO STEP 689 (remove_files) COMPLETE
59192024-08-06T04:08:18.334Z[ recovery-image] Aug 06 04:08:16.642 INFO O| Aug 06 04:08:16.642 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-08-06T04:08:18.343Z[ recovery-image] Aug 06 04:08:16.651 INFO O| Aug 06 04:08:16.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59212024-08-06T04:08:18.346Z[ recovery-image] Aug 06 04:08:16.651 INFO O| Aug 06 04:08:16.651 INFO STEP 690 (remove_files) COMPLETE
59222024-08-06T04:08:18.346Z[ recovery-image] Aug 06 04:08:16.651 INFO O| Aug 06 04:08:16.651 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-08-06T04:08:18.352Z[ recovery-image] Aug 06 04:08:16.660 INFO O| Aug 06 04:08:16.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59242024-08-06T04:08:18.355Z[ recovery-image] Aug 06 04:08:16.661 INFO O| Aug 06 04:08:16.661 INFO STEP 691 (remove_files) COMPLETE
59252024-08-06T04:08:18.355Z[ recovery-image] Aug 06 04:08:16.661 INFO O| Aug 06 04:08:16.661 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-08-06T04:08:18.361Z[ recovery-image] Aug 06 04:08:16.670 INFO O| Aug 06 04:08:16.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59272024-08-06T04:08:18.361Z[ recovery-image] Aug 06 04:08:16.670 INFO O| Aug 06 04:08:16.670 INFO STEP 692 (remove_files) COMPLETE
59282024-08-06T04:08:18.364Z[ recovery-image] Aug 06 04:08:16.670 INFO O| Aug 06 04:08:16.670 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-08-06T04:08:18.370Z[ recovery-image] Aug 06 04:08:16.679 INFO O| Aug 06 04:08:16.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59302024-08-06T04:08:18.370Z[ recovery-image] Aug 06 04:08:16.679 INFO O| Aug 06 04:08:16.679 INFO STEP 693 (remove_files) COMPLETE
59312024-08-06T04:08:18.370Z[ recovery-image] Aug 06 04:08:16.679 INFO O| Aug 06 04:08:16.679 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-08-06T04:08:18.379Z[ recovery-image] Aug 06 04:08:16.688 INFO O| Aug 06 04:08:16.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59332024-08-06T04:08:18.379Z[ recovery-image] Aug 06 04:08:16.688 INFO O| Aug 06 04:08:16.688 INFO STEP 694 (remove_files) COMPLETE
59342024-08-06T04:08:18.379Z[ recovery-image] Aug 06 04:08:16.688 INFO O| Aug 06 04:08:16.688 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-08-06T04:08:18.389Z[ recovery-image] Aug 06 04:08:16.697 INFO O| Aug 06 04:08:16.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59362024-08-06T04:08:18.391Z[ recovery-image] Aug 06 04:08:16.697 INFO O| Aug 06 04:08:16.697 INFO STEP 695 (remove_files) COMPLETE
59372024-08-06T04:08:18.391Z[ recovery-image] Aug 06 04:08:16.697 INFO O| Aug 06 04:08:16.697 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-08-06T04:08:18.398Z[ recovery-image] Aug 06 04:08:16.706 INFO O| Aug 06 04:08:16.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59392024-08-06T04:08:18.398Z[ recovery-image] Aug 06 04:08:16.706 INFO O| Aug 06 04:08:16.706 INFO STEP 696 (remove_files) COMPLETE
59402024-08-06T04:08:18.398Z[ recovery-image] Aug 06 04:08:16.707 INFO O| Aug 06 04:08:16.706 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-08-06T04:08:18.407Z[ recovery-image] Aug 06 04:08:16.716 INFO O| Aug 06 04:08:16.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59422024-08-06T04:08:18.410Z[ recovery-image] Aug 06 04:08:16.716 INFO O| Aug 06 04:08:16.716 INFO STEP 697 (remove_files) COMPLETE
59432024-08-06T04:08:18.410Z[ recovery-image] Aug 06 04:08:16.716 INFO O| Aug 06 04:08:16.716 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-08-06T04:08:18.417Z[ recovery-image] Aug 06 04:08:16.725 INFO O| Aug 06 04:08:16.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59452024-08-06T04:08:18.417Z[ recovery-image] Aug 06 04:08:16.725 INFO O| Aug 06 04:08:16.725 INFO STEP 698 (remove_files) COMPLETE
59462024-08-06T04:08:18.420Z[ recovery-image] Aug 06 04:08:16.725 INFO O| Aug 06 04:08:16.725 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-08-06T04:08:18.426Z[ recovery-image] Aug 06 04:08:16.735 INFO O| Aug 06 04:08:16.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59482024-08-06T04:08:18.426Z[ recovery-image] Aug 06 04:08:16.735 INFO O| Aug 06 04:08:16.735 INFO STEP 699 (remove_files) COMPLETE
59492024-08-06T04:08:18.429Z[ recovery-image] Aug 06 04:08:16.735 INFO O| Aug 06 04:08:16.735 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-08-06T04:08:18.435Z[ recovery-image] Aug 06 04:08:16.744 INFO O| Aug 06 04:08:16.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59512024-08-06T04:08:18.435Z[ recovery-image] Aug 06 04:08:16.744 INFO O| Aug 06 04:08:16.744 INFO STEP 700 (remove_files) COMPLETE
59522024-08-06T04:08:18.439Z[ recovery-image] Aug 06 04:08:16.744 INFO O| Aug 06 04:08:16.744 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-08-06T04:08:18.444Z[ recovery-image] Aug 06 04:08:16.753 INFO O| Aug 06 04:08:16.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
59542024-08-06T04:08:18.445Z[ recovery-image] Aug 06 04:08:16.753 INFO O| Aug 06 04:08:16.753 INFO STEP 701 (remove_files) COMPLETE
59552024-08-06T04:08:18.447Z[ recovery-image] Aug 06 04:08:16.753 INFO O| Aug 06 04:08:16.753 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-08-06T04:08:18.454Z[ recovery-image] Aug 06 04:08:16.762 INFO O| Aug 06 04:08:16.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
59572024-08-06T04:08:18.454Z[ recovery-image] Aug 06 04:08:16.762 INFO O| Aug 06 04:08:16.762 INFO STEP 702 (remove_files) COMPLETE
59582024-08-06T04:08:18.454Z[ recovery-image] Aug 06 04:08:16.762 INFO O| Aug 06 04:08:16.762 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-08-06T04:08:18.463Z[ recovery-image] Aug 06 04:08:16.772 INFO O| Aug 06 04:08:16.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
59602024-08-06T04:08:18.464Z[ recovery-image] Aug 06 04:08:16.772 INFO O| Aug 06 04:08:16.772 INFO STEP 703 (remove_files) COMPLETE
59612024-08-06T04:08:18.466Z[ recovery-image] Aug 06 04:08:16.772 INFO O| Aug 06 04:08:16.772 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-08-06T04:08:18.473Z[ recovery-image] Aug 06 04:08:16.781 INFO O| Aug 06 04:08:16.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
59632024-08-06T04:08:18.476Z[ recovery-image] Aug 06 04:08:16.781 INFO O| Aug 06 04:08:16.781 INFO STEP 704 (remove_files) COMPLETE
59642024-08-06T04:08:18.476Z[ recovery-image] Aug 06 04:08:16.781 INFO O| Aug 06 04:08:16.781 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-08-06T04:08:18.482Z[ recovery-image] Aug 06 04:08:16.790 INFO O| Aug 06 04:08:16.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
59662024-08-06T04:08:18.485Z[ recovery-image] Aug 06 04:08:16.790 INFO O| Aug 06 04:08:16.790 INFO STEP 705 (remove_files) COMPLETE
59672024-08-06T04:08:18.485Z[ recovery-image] Aug 06 04:08:16.790 INFO O| Aug 06 04:08:16.790 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-08-06T04:08:18.491Z[ recovery-image] Aug 06 04:08:16.800 INFO O| Aug 06 04:08:16.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
59692024-08-06T04:08:18.494Z[ recovery-image] Aug 06 04:08:16.800 INFO O| Aug 06 04:08:16.800 INFO STEP 706 (remove_files) COMPLETE
59702024-08-06T04:08:18.494Z[ recovery-image] Aug 06 04:08:16.800 INFO O| Aug 06 04:08:16.800 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-08-06T04:08:18.501Z[ recovery-image] Aug 06 04:08:16.809 INFO O| Aug 06 04:08:16.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
59722024-08-06T04:08:18.501Z[ recovery-image] Aug 06 04:08:16.809 INFO O| Aug 06 04:08:16.809 INFO STEP 707 (remove_files) COMPLETE
59732024-08-06T04:08:18.504Z[ recovery-image] Aug 06 04:08:16.809 INFO O| Aug 06 04:08:16.809 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-08-06T04:08:18.510Z[ recovery-image] Aug 06 04:08:16.818 INFO O| Aug 06 04:08:16.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
59752024-08-06T04:08:18.510Z[ recovery-image] Aug 06 04:08:16.819 INFO O| Aug 06 04:08:16.818 INFO STEP 708 (remove_files) COMPLETE
59762024-08-06T04:08:18.513Z[ recovery-image] Aug 06 04:08:16.819 INFO O| Aug 06 04:08:16.818 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-08-06T04:08:18.520Z[ recovery-image] Aug 06 04:08:16.828 INFO O| Aug 06 04:08:16.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
59782024-08-06T04:08:18.522Z[ recovery-image] Aug 06 04:08:16.828 INFO O| Aug 06 04:08:16.828 INFO STEP 709 (remove_files) COMPLETE
59792024-08-06T04:08:18.522Z[ recovery-image] Aug 06 04:08:16.828 INFO O| Aug 06 04:08:16.828 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-08-06T04:08:18.529Z[ recovery-image] Aug 06 04:08:16.837 INFO O| Aug 06 04:08:16.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
59812024-08-06T04:08:18.529Z[ recovery-image] Aug 06 04:08:16.837 INFO O| Aug 06 04:08:16.837 INFO STEP 710 (remove_files) COMPLETE
59822024-08-06T04:08:18.529Z[ recovery-image] Aug 06 04:08:16.837 INFO O| Aug 06 04:08:16.837 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-08-06T04:08:18.538Z[ recovery-image] Aug 06 04:08:16.846 INFO O| Aug 06 04:08:16.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
59842024-08-06T04:08:18.538Z[ recovery-image] Aug 06 04:08:16.846 INFO O| Aug 06 04:08:16.846 INFO STEP 711 (remove_files) COMPLETE
59852024-08-06T04:08:18.541Z[ recovery-image] Aug 06 04:08:16.846 INFO O| Aug 06 04:08:16.846 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-08-06T04:08:18.548Z[ recovery-image] Aug 06 04:08:16.856 INFO O| Aug 06 04:08:16.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
59872024-08-06T04:08:18.548Z[ recovery-image] Aug 06 04:08:16.856 INFO O| Aug 06 04:08:16.856 INFO STEP 712 (remove_files) COMPLETE
59882024-08-06T04:08:18.548Z[ recovery-image] Aug 06 04:08:16.856 INFO O| Aug 06 04:08:16.856 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-08-06T04:08:18.557Z[ recovery-image] Aug 06 04:08:16.866 INFO O| Aug 06 04:08:16.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
59902024-08-06T04:08:18.557Z[ recovery-image] Aug 06 04:08:16.866 INFO O| Aug 06 04:08:16.866 INFO STEP 713 (remove_files) COMPLETE
59912024-08-06T04:08:18.560Z[ recovery-image] Aug 06 04:08:16.866 INFO O| Aug 06 04:08:16.866 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-08-06T04:08:18.567Z[ recovery-image] Aug 06 04:08:16.875 INFO O| Aug 06 04:08:16.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
59932024-08-06T04:08:18.567Z[ recovery-image] Aug 06 04:08:16.875 INFO O| Aug 06 04:08:16.875 INFO STEP 714 (remove_files) COMPLETE
59942024-08-06T04:08:18.567Z[ recovery-image] Aug 06 04:08:16.875 INFO O| Aug 06 04:08:16.875 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-08-06T04:08:18.576Z[ recovery-image] Aug 06 04:08:16.884 INFO O| Aug 06 04:08:16.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
59962024-08-06T04:08:18.579Z[ recovery-image] Aug 06 04:08:16.884 INFO O| Aug 06 04:08:16.884 INFO STEP 715 (remove_files) COMPLETE
59972024-08-06T04:08:18.579Z[ recovery-image] Aug 06 04:08:16.884 INFO O| Aug 06 04:08:16.884 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-08-06T04:08:18.585Z[ recovery-image] Aug 06 04:08:16.893 INFO O| Aug 06 04:08:16.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
59992024-08-06T04:08:18.588Z[ recovery-image] Aug 06 04:08:16.894 INFO O| Aug 06 04:08:16.894 INFO STEP 716 (remove_files) COMPLETE
60002024-08-06T04:08:18.588Z[ recovery-image] Aug 06 04:08:16.894 INFO O| Aug 06 04:08:16.894 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-08-06T04:08:18.595Z[ recovery-image] Aug 06 04:08:16.903 INFO O| Aug 06 04:08:16.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60022024-08-06T04:08:18.595Z[ recovery-image] Aug 06 04:08:16.903 INFO O| Aug 06 04:08:16.903 INFO STEP 717 (remove_files) COMPLETE
60032024-08-06T04:08:18.595Z[ recovery-image] Aug 06 04:08:16.903 INFO O| Aug 06 04:08:16.903 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-08-06T04:08:18.604Z[ recovery-image] Aug 06 04:08:16.912 INFO O| Aug 06 04:08:16.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60052024-08-06T04:08:18.604Z[ recovery-image] Aug 06 04:08:16.912 INFO O| Aug 06 04:08:16.912 INFO STEP 718 (remove_files) COMPLETE
60062024-08-06T04:08:18.604Z[ recovery-image] Aug 06 04:08:16.912 INFO O| Aug 06 04:08:16.912 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-08-06T04:08:18.613Z[ recovery-image] Aug 06 04:08:16.922 INFO O| Aug 06 04:08:16.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60082024-08-06T04:08:18.613Z[ recovery-image] Aug 06 04:08:16.922 INFO O| Aug 06 04:08:16.922 INFO STEP 719 (remove_files) COMPLETE
60092024-08-06T04:08:18.613Z[ recovery-image] Aug 06 04:08:16.922 INFO O| Aug 06 04:08:16.922 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-08-06T04:08:18.622Z[ recovery-image] Aug 06 04:08:16.931 INFO O| Aug 06 04:08:16.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60112024-08-06T04:08:18.622Z[ recovery-image] Aug 06 04:08:16.931 INFO O| Aug 06 04:08:16.931 INFO STEP 720 (remove_files) COMPLETE
60122024-08-06T04:08:18.625Z[ recovery-image] Aug 06 04:08:16.931 INFO O| Aug 06 04:08:16.931 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-08-06T04:08:18.631Z[ recovery-image] Aug 06 04:08:16.940 INFO O| Aug 06 04:08:16.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60142024-08-06T04:08:18.631Z[ recovery-image] Aug 06 04:08:16.940 INFO O| Aug 06 04:08:16.940 INFO STEP 721 (remove_files) COMPLETE
60152024-08-06T04:08:18.631Z[ recovery-image] Aug 06 04:08:16.940 INFO O| Aug 06 04:08:16.940 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-08-06T04:08:18.641Z[ recovery-image] Aug 06 04:08:16.949 INFO O| Aug 06 04:08:16.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60172024-08-06T04:08:18.641Z[ recovery-image] Aug 06 04:08:16.949 INFO O| Aug 06 04:08:16.949 INFO STEP 722 (remove_files) COMPLETE
60182024-08-06T04:08:18.643Z[ recovery-image] Aug 06 04:08:16.949 INFO O| Aug 06 04:08:16.949 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-08-06T04:08:18.650Z[ recovery-image] Aug 06 04:08:16.958 INFO O| Aug 06 04:08:16.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60202024-08-06T04:08:18.653Z[ recovery-image] Aug 06 04:08:16.959 INFO O| Aug 06 04:08:16.959 INFO STEP 723 (remove_files) COMPLETE
60212024-08-06T04:08:18.653Z[ recovery-image] Aug 06 04:08:16.959 INFO O| Aug 06 04:08:16.959 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-08-06T04:08:18.660Z[ recovery-image] Aug 06 04:08:16.968 INFO O| Aug 06 04:08:16.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60232024-08-06T04:08:18.662Z[ recovery-image] Aug 06 04:08:16.968 INFO O| Aug 06 04:08:16.968 INFO STEP 724 (remove_files) COMPLETE
60242024-08-06T04:08:18.662Z[ recovery-image] Aug 06 04:08:16.968 INFO O| Aug 06 04:08:16.968 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-08-06T04:08:18.669Z[ recovery-image] Aug 06 04:08:16.977 INFO O| Aug 06 04:08:16.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60262024-08-06T04:08:18.669Z[ recovery-image] Aug 06 04:08:16.977 INFO O| Aug 06 04:08:16.977 INFO STEP 725 (remove_files) COMPLETE
60272024-08-06T04:08:18.669Z[ recovery-image] Aug 06 04:08:16.977 INFO O| Aug 06 04:08:16.977 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-08-06T04:08:18.678Z[ recovery-image] Aug 06 04:08:16.987 INFO O| Aug 06 04:08:16.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60292024-08-06T04:08:18.678Z[ recovery-image] Aug 06 04:08:16.987 INFO O| Aug 06 04:08:16.987 INFO STEP 726 (remove_files) COMPLETE
60302024-08-06T04:08:18.682Z[ recovery-image] Aug 06 04:08:16.987 INFO O| Aug 06 04:08:16.987 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-08-06T04:08:18.688Z[ recovery-image] Aug 06 04:08:16.996 INFO O| Aug 06 04:08:16.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60322024-08-06T04:08:18.688Z[ recovery-image] Aug 06 04:08:16.996 INFO O| Aug 06 04:08:16.996 INFO STEP 727 (remove_files) COMPLETE
60332024-08-06T04:08:18.688Z[ recovery-image] Aug 06 04:08:16.996 INFO O| Aug 06 04:08:16.996 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-08-06T04:08:18.699Z[ recovery-image] Aug 06 04:08:17.007 INFO O| Aug 06 04:08:17.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60352024-08-06T04:08:18.699Z[ recovery-image] Aug 06 04:08:17.007 INFO O| Aug 06 04:08:17.007 INFO STEP 728 (remove_files) COMPLETE
60362024-08-06T04:08:18.699Z[ recovery-image] Aug 06 04:08:17.007 INFO O| Aug 06 04:08:17.007 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-08-06T04:08:18.708Z[ recovery-image] Aug 06 04:08:17.017 INFO O| Aug 06 04:08:17.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60382024-08-06T04:08:18.711Z[ recovery-image] Aug 06 04:08:17.017 INFO O| Aug 06 04:08:17.017 INFO STEP 729 (remove_files) COMPLETE
60392024-08-06T04:08:18.711Z[ recovery-image] Aug 06 04:08:17.017 INFO O| Aug 06 04:08:17.017 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-08-06T04:08:18.718Z[ recovery-image] Aug 06 04:08:17.026 INFO O| Aug 06 04:08:17.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60412024-08-06T04:08:18.718Z[ recovery-image] Aug 06 04:08:17.026 INFO O| Aug 06 04:08:17.026 INFO STEP 730 (remove_files) COMPLETE
60422024-08-06T04:08:18.721Z[ recovery-image] Aug 06 04:08:17.026 INFO O| Aug 06 04:08:17.026 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-08-06T04:08:18.728Z[ recovery-image] Aug 06 04:08:17.036 INFO O| Aug 06 04:08:17.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60442024-08-06T04:08:18.731Z[ recovery-image] Aug 06 04:08:17.036 INFO O| Aug 06 04:08:17.036 INFO STEP 731 (remove_files) COMPLETE
60452024-08-06T04:08:18.731Z[ recovery-image] Aug 06 04:08:17.036 INFO O| Aug 06 04:08:17.036 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-08-06T04:08:18.737Z[ recovery-image] Aug 06 04:08:17.046 INFO O| Aug 06 04:08:17.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60472024-08-06T04:08:18.740Z[ recovery-image] Aug 06 04:08:17.046 INFO O| Aug 06 04:08:17.046 INFO STEP 732 (remove_files) COMPLETE
60482024-08-06T04:08:18.740Z[ recovery-image] Aug 06 04:08:17.046 INFO O| Aug 06 04:08:17.046 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-08-06T04:08:18.747Z[ recovery-image] Aug 06 04:08:17.055 INFO O| Aug 06 04:08:17.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60502024-08-06T04:08:18.747Z[ recovery-image] Aug 06 04:08:17.056 INFO O| Aug 06 04:08:17.056 INFO STEP 733 (remove_files) COMPLETE
60512024-08-06T04:08:18.750Z[ recovery-image] Aug 06 04:08:17.056 INFO O| Aug 06 04:08:17.056 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-08-06T04:08:18.757Z[ recovery-image] Aug 06 04:08:17.065 INFO O| Aug 06 04:08:17.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
60532024-08-06T04:08:18.757Z[ recovery-image] Aug 06 04:08:17.065 INFO O| Aug 06 04:08:17.065 INFO STEP 734 (remove_files) COMPLETE
60542024-08-06T04:08:18.757Z[ recovery-image] Aug 06 04:08:17.065 INFO O| Aug 06 04:08:17.065 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-08-06T04:08:18.766Z[ recovery-image] Aug 06 04:08:17.074 INFO O| Aug 06 04:08:17.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
60562024-08-06T04:08:18.766Z[ recovery-image] Aug 06 04:08:17.075 INFO O| Aug 06 04:08:17.074 INFO STEP 735 (remove_files) COMPLETE
60572024-08-06T04:08:18.769Z[ recovery-image] Aug 06 04:08:17.075 INFO O| Aug 06 04:08:17.075 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-08-06T04:08:18.776Z[ recovery-image] Aug 06 04:08:17.084 INFO O| Aug 06 04:08:17.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
60592024-08-06T04:08:18.778Z[ recovery-image] Aug 06 04:08:17.084 INFO O| Aug 06 04:08:17.084 INFO STEP 736 (remove_files) COMPLETE
60602024-08-06T04:08:18.778Z[ recovery-image] Aug 06 04:08:17.084 INFO O| Aug 06 04:08:17.084 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-08-06T04:08:18.786Z[ recovery-image] Aug 06 04:08:17.094 INFO O| Aug 06 04:08:17.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
60622024-08-06T04:08:18.786Z[ recovery-image] Aug 06 04:08:17.094 INFO O| Aug 06 04:08:17.094 INFO STEP 737 (remove_files) COMPLETE
60632024-08-06T04:08:18.788Z[ recovery-image] Aug 06 04:08:17.094 INFO O| Aug 06 04:08:17.094 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-08-06T04:08:18.795Z[ recovery-image] Aug 06 04:08:17.103 INFO O| Aug 06 04:08:17.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
60652024-08-06T04:08:18.795Z[ recovery-image] Aug 06 04:08:17.103 INFO O| Aug 06 04:08:17.103 INFO STEP 738 (remove_files) COMPLETE
60662024-08-06T04:08:18.795Z[ recovery-image] Aug 06 04:08:17.103 INFO O| Aug 06 04:08:17.103 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-08-06T04:08:18.805Z[ recovery-image] Aug 06 04:08:17.113 INFO O| Aug 06 04:08:17.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
60682024-08-06T04:08:18.805Z[ recovery-image] Aug 06 04:08:17.113 INFO O| Aug 06 04:08:17.113 INFO STEP 739 (remove_files) COMPLETE
60692024-08-06T04:08:18.805Z[ recovery-image] Aug 06 04:08:17.113 INFO O| Aug 06 04:08:17.113 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-08-06T04:08:18.814Z[ recovery-image] Aug 06 04:08:17.123 INFO O| Aug 06 04:08:17.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
60712024-08-06T04:08:18.814Z[ recovery-image] Aug 06 04:08:17.123 INFO O| Aug 06 04:08:17.123 INFO STEP 740 (remove_files) COMPLETE
60722024-08-06T04:08:18.815Z[ recovery-image] Aug 06 04:08:17.123 INFO O| Aug 06 04:08:17.123 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-08-06T04:08:18.824Z[ recovery-image] Aug 06 04:08:17.132 INFO O| Aug 06 04:08:17.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
60742024-08-06T04:08:18.827Z[ recovery-image] Aug 06 04:08:17.132 INFO O| Aug 06 04:08:17.132 INFO STEP 741 (remove_files) COMPLETE
60752024-08-06T04:08:18.827Z[ recovery-image] Aug 06 04:08:17.133 INFO O| Aug 06 04:08:17.132 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-08-06T04:08:18.834Z[ recovery-image] Aug 06 04:08:17.142 INFO O| Aug 06 04:08:17.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
60772024-08-06T04:08:18.836Z[ recovery-image] Aug 06 04:08:17.142 INFO O| Aug 06 04:08:17.142 INFO STEP 742 (remove_files) COMPLETE
60782024-08-06T04:08:18.837Z[ recovery-image] Aug 06 04:08:17.142 INFO O| Aug 06 04:08:17.142 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-08-06T04:08:18.843Z[ recovery-image] Aug 06 04:08:17.151 INFO O| Aug 06 04:08:17.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
60802024-08-06T04:08:18.843Z[ recovery-image] Aug 06 04:08:17.152 INFO O| Aug 06 04:08:17.151 INFO STEP 743 (remove_files) COMPLETE
60812024-08-06T04:08:18.846Z[ recovery-image] Aug 06 04:08:17.152 INFO O| Aug 06 04:08:17.152 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-08-06T04:08:18.853Z[ recovery-image] Aug 06 04:08:17.161 INFO O| Aug 06 04:08:17.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
60832024-08-06T04:08:18.853Z[ recovery-image] Aug 06 04:08:17.161 INFO O| Aug 06 04:08:17.161 INFO STEP 744 (remove_files) COMPLETE
60842024-08-06T04:08:18.855Z[ recovery-image] Aug 06 04:08:17.161 INFO O| Aug 06 04:08:17.161 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-08-06T04:08:18.862Z[ recovery-image] Aug 06 04:08:17.170 INFO O| Aug 06 04:08:17.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
60862024-08-06T04:08:18.865Z[ recovery-image] Aug 06 04:08:17.170 INFO O| Aug 06 04:08:17.170 INFO STEP 745 (remove_files) COMPLETE
60872024-08-06T04:08:18.865Z[ recovery-image] Aug 06 04:08:17.170 INFO O| Aug 06 04:08:17.170 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-08-06T04:08:18.871Z[ recovery-image] Aug 06 04:08:17.180 INFO O| Aug 06 04:08:17.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
60892024-08-06T04:08:18.871Z[ recovery-image] Aug 06 04:08:17.180 INFO O| Aug 06 04:08:17.180 INFO STEP 746 (remove_files) COMPLETE
60902024-08-06T04:08:18.874Z[ recovery-image] Aug 06 04:08:17.180 INFO O| Aug 06 04:08:17.180 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-08-06T04:08:18.881Z[ recovery-image] Aug 06 04:08:17.189 INFO O| Aug 06 04:08:17.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
60922024-08-06T04:08:18.881Z[ recovery-image] Aug 06 04:08:17.189 INFO O| Aug 06 04:08:17.189 INFO STEP 747 (remove_files) COMPLETE
60932024-08-06T04:08:18.883Z[ recovery-image] Aug 06 04:08:17.189 INFO O| Aug 06 04:08:17.189 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-08-06T04:08:18.890Z[ recovery-image] Aug 06 04:08:17.199 INFO O| Aug 06 04:08:17.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
60952024-08-06T04:08:18.893Z[ recovery-image] Aug 06 04:08:17.199 INFO O| Aug 06 04:08:17.199 INFO STEP 748 (remove_files) COMPLETE
60962024-08-06T04:08:18.893Z[ recovery-image] Aug 06 04:08:17.199 INFO O| Aug 06 04:08:17.199 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-08-06T04:08:18.900Z[ recovery-image] Aug 06 04:08:17.208 INFO O| Aug 06 04:08:17.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
60982024-08-06T04:08:18.902Z[ recovery-image] Aug 06 04:08:17.208 INFO O| Aug 06 04:08:17.208 INFO STEP 749 (remove_files) COMPLETE
60992024-08-06T04:08:18.902Z[ recovery-image] Aug 06 04:08:17.208 INFO O| Aug 06 04:08:17.208 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-08-06T04:08:18.909Z[ recovery-image] Aug 06 04:08:17.218 INFO O| Aug 06 04:08:17.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61012024-08-06T04:08:18.909Z[ recovery-image] Aug 06 04:08:17.218 INFO O| Aug 06 04:08:17.218 INFO STEP 750 (remove_files) COMPLETE
61022024-08-06T04:08:18.912Z[ recovery-image] Aug 06 04:08:17.218 INFO O| Aug 06 04:08:17.218 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-08-06T04:08:18.919Z[ recovery-image] Aug 06 04:08:17.227 INFO O| Aug 06 04:08:17.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61042024-08-06T04:08:18.919Z[ recovery-image] Aug 06 04:08:17.227 INFO O| Aug 06 04:08:17.227 INFO STEP 751 (remove_files) COMPLETE
61052024-08-06T04:08:18.919Z[ recovery-image] Aug 06 04:08:17.227 INFO O| Aug 06 04:08:17.227 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-08-06T04:08:18.928Z[ recovery-image] Aug 06 04:08:17.237 INFO O| Aug 06 04:08:17.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61072024-08-06T04:08:18.928Z[ recovery-image] Aug 06 04:08:17.237 INFO O| Aug 06 04:08:17.237 INFO STEP 752 (remove_files) COMPLETE
61082024-08-06T04:08:18.928Z[ recovery-image] Aug 06 04:08:17.237 INFO O| Aug 06 04:08:17.237 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-08-06T04:08:18.938Z[ recovery-image] Aug 06 04:08:17.246 INFO O| Aug 06 04:08:17.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61102024-08-06T04:08:18.938Z[ recovery-image] Aug 06 04:08:17.246 INFO O| Aug 06 04:08:17.246 INFO STEP 753 (remove_files) COMPLETE
61112024-08-06T04:08:18.938Z[ recovery-image] Aug 06 04:08:17.246 INFO O| Aug 06 04:08:17.246 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-08-06T04:08:18.947Z[ recovery-image] Aug 06 04:08:17.255 INFO O| Aug 06 04:08:17.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61132024-08-06T04:08:18.950Z[ recovery-image] Aug 06 04:08:17.256 INFO O| Aug 06 04:08:17.256 INFO STEP 754 (remove_files) COMPLETE
61142024-08-06T04:08:18.950Z[ recovery-image] Aug 06 04:08:17.256 INFO O| Aug 06 04:08:17.256 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-08-06T04:08:18.958Z[ recovery-image] Aug 06 04:08:17.266 INFO O| Aug 06 04:08:17.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61162024-08-06T04:08:18.958Z[ recovery-image] Aug 06 04:08:17.266 INFO O| Aug 06 04:08:17.266 INFO STEP 755 (remove_files) COMPLETE
61172024-08-06T04:08:18.961Z[ recovery-image] Aug 06 04:08:17.266 INFO O| Aug 06 04:08:17.266 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-08-06T04:08:18.968Z[ recovery-image] Aug 06 04:08:17.276 INFO O| Aug 06 04:08:17.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61192024-08-06T04:08:18.968Z[ recovery-image] Aug 06 04:08:17.276 INFO O| Aug 06 04:08:17.276 INFO STEP 756 (remove_files) COMPLETE
61202024-08-06T04:08:18.970Z[ recovery-image] Aug 06 04:08:17.276 INFO O| Aug 06 04:08:17.276 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-08-06T04:08:18.977Z[ recovery-image] Aug 06 04:08:17.286 INFO O| Aug 06 04:08:17.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61222024-08-06T04:08:18.980Z[ recovery-image] Aug 06 04:08:17.286 INFO O| Aug 06 04:08:17.286 INFO STEP 757 (remove_files) COMPLETE
61232024-08-06T04:08:18.980Z[ recovery-image] Aug 06 04:08:17.286 INFO O| Aug 06 04:08:17.286 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-08-06T04:08:18.988Z[ recovery-image] Aug 06 04:08:17.296 INFO O| Aug 06 04:08:17.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61252024-08-06T04:08:18.988Z[ recovery-image] Aug 06 04:08:17.296 INFO O| Aug 06 04:08:17.296 INFO STEP 758 (remove_files) COMPLETE
61262024-08-06T04:08:18.988Z[ recovery-image] Aug 06 04:08:17.296 INFO O| Aug 06 04:08:17.296 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-08-06T04:08:18.998Z[ recovery-image] Aug 06 04:08:17.306 INFO O| Aug 06 04:08:17.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61282024-08-06T04:08:19.001Z[ recovery-image] Aug 06 04:08:17.306 INFO O| Aug 06 04:08:17.306 INFO STEP 759 (remove_files) COMPLETE
61292024-08-06T04:08:19.001Z[ recovery-image] Aug 06 04:08:17.306 INFO O| Aug 06 04:08:17.306 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-08-06T04:08:19.007Z[ recovery-image] Aug 06 04:08:17.316 INFO O| Aug 06 04:08:17.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61312024-08-06T04:08:19.010Z[ recovery-image] Aug 06 04:08:17.316 INFO O| Aug 06 04:08:17.316 INFO STEP 760 (remove_files) COMPLETE
61322024-08-06T04:08:19.010Z[ recovery-image] Aug 06 04:08:17.316 INFO O| Aug 06 04:08:17.316 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-08-06T04:08:19.018Z[ recovery-image] Aug 06 04:08:17.326 INFO O| Aug 06 04:08:17.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61342024-08-06T04:08:19.018Z[ recovery-image] Aug 06 04:08:17.326 INFO O| Aug 06 04:08:17.326 INFO STEP 761 (remove_files) COMPLETE
61352024-08-06T04:08:19.021Z[ recovery-image] Aug 06 04:08:17.326 INFO O| Aug 06 04:08:17.326 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-08-06T04:08:19.028Z[ recovery-image] Aug 06 04:08:17.336 INFO O| Aug 06 04:08:17.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61372024-08-06T04:08:19.031Z[ recovery-image] Aug 06 04:08:17.336 INFO O| Aug 06 04:08:17.336 INFO STEP 762 (remove_files) COMPLETE
61382024-08-06T04:08:19.031Z[ recovery-image] Aug 06 04:08:17.336 INFO O| Aug 06 04:08:17.336 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-08-06T04:08:19.037Z[ recovery-image] Aug 06 04:08:17.346 INFO O| Aug 06 04:08:17.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61402024-08-06T04:08:19.038Z[ recovery-image] Aug 06 04:08:17.346 INFO O| Aug 06 04:08:17.346 INFO STEP 763 (remove_files) COMPLETE
61412024-08-06T04:08:19.040Z[ recovery-image] Aug 06 04:08:17.346 INFO O| Aug 06 04:08:17.346 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-08-06T04:08:19.047Z[ recovery-image] Aug 06 04:08:17.355 INFO O| Aug 06 04:08:17.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61432024-08-06T04:08:19.047Z[ recovery-image] Aug 06 04:08:17.356 INFO O| Aug 06 04:08:17.356 INFO STEP 764 (remove_files) COMPLETE
61442024-08-06T04:08:19.050Z[ recovery-image] Aug 06 04:08:17.356 INFO O| Aug 06 04:08:17.356 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-08-06T04:08:19.060Z[ recovery-image] Aug 06 04:08:17.368 INFO O| Aug 06 04:08:17.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61462024-08-06T04:08:19.060Z[ recovery-image] Aug 06 04:08:17.368 INFO O| Aug 06 04:08:17.368 INFO STEP 765 (remove_files) COMPLETE
61472024-08-06T04:08:19.063Z[ recovery-image] Aug 06 04:08:17.368 INFO O| Aug 06 04:08:17.368 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-08-06T04:08:19.071Z[ recovery-image] Aug 06 04:08:17.379 INFO O| Aug 06 04:08:17.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61492024-08-06T04:08:19.071Z[ host-image] Aug 06 04:08:17.379 INFO O| Aug 06 04:08:17.379 INFO O| Download: Completed 8.42 MB in 4.07 seconds (2.1M/s)
61502024-08-06T04:08:19.074Z[ recovery-image] Aug 06 04:08:17.379 INFO O| Aug 06 04:08:17.379 INFO STEP 766 (remove_files) COMPLETE
61512024-08-06T04:08:19.074Z[ recovery-image] Aug 06 04:08:17.379 INFO O| Aug 06 04:08:17.379 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-08-06T04:08:19.081Z[ recovery-image] Aug 06 04:08:17.389 INFO O| Aug 06 04:08:17.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
61532024-08-06T04:08:19.081Z[ recovery-image] Aug 06 04:08:17.390 INFO O| Aug 06 04:08:17.390 INFO STEP 767 (remove_files) COMPLETE
61542024-08-06T04:08:19.081Z[ recovery-image] Aug 06 04:08:17.390 INFO O| Aug 06 04:08:17.390 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-08-06T04:08:19.091Z[ recovery-image] Aug 06 04:08:17.399 INFO O| Aug 06 04:08:17.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
61562024-08-06T04:08:19.094Z[ recovery-image] Aug 06 04:08:17.399 INFO O| Aug 06 04:08:17.399 INFO STEP 768 (remove_files) COMPLETE
61572024-08-06T04:08:19.094Z[ recovery-image] Aug 06 04:08:17.399 INFO O| Aug 06 04:08:17.399 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-08-06T04:08:19.101Z[ recovery-image] Aug 06 04:08:17.409 INFO O| Aug 06 04:08:17.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
61592024-08-06T04:08:19.101Z[ recovery-image] Aug 06 04:08:17.409 INFO O| Aug 06 04:08:17.409 INFO STEP 769 (remove_files) COMPLETE
61602024-08-06T04:08:19.101Z[ recovery-image] Aug 06 04:08:17.409 INFO O| Aug 06 04:08:17.409 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-08-06T04:08:19.110Z[ recovery-image] Aug 06 04:08:17.418 INFO O| Aug 06 04:08:17.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
61622024-08-06T04:08:19.110Z[ recovery-image] Aug 06 04:08:17.418 INFO O| Aug 06 04:08:17.418 INFO STEP 770 (remove_files) COMPLETE
61632024-08-06T04:08:19.113Z[ recovery-image] Aug 06 04:08:17.418 INFO O| Aug 06 04:08:17.418 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-08-06T04:08:19.119Z[ recovery-image] Aug 06 04:08:17.428 INFO O| Aug 06 04:08:17.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
61652024-08-06T04:08:20.125Z[ recovery-image] Aug 06 04:08:17.428 INFO O| Aug 06 04:08:17.428 INFO STEP 771 (remove_files) COMPLETE
61662024-08-06T04:08:20.125Z[ recovery-image] Aug 06 04:08:17.428 INFO O| Aug 06 04:08:17.428 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-08-06T04:08:20.125Z[ host-image] Aug 06 04:08:17.429 INFO O| Aug 06 04:08:17.429 INFO O| Actions: 1/1361 actions (Installing new actions)
61682024-08-06T04:08:20.129Z[ recovery-image] Aug 06 04:08:17.437 INFO O| Aug 06 04:08:17.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
61692024-08-06T04:08:20.129Z[ recovery-image] Aug 06 04:08:17.437 INFO O| Aug 06 04:08:17.437 INFO STEP 772 (remove_files) COMPLETE
61702024-08-06T04:08:20.129Z[ recovery-image] Aug 06 04:08:17.437 INFO O| Aug 06 04:08:17.437 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-08-06T04:08:20.129Z[ recovery-image] Aug 06 04:08:17.447 INFO O| Aug 06 04:08:17.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
61722024-08-06T04:08:20.129Z[ recovery-image] Aug 06 04:08:17.447 INFO O| Aug 06 04:08:17.447 INFO STEP 773 (remove_files) COMPLETE
61732024-08-06T04:08:20.129Z[ recovery-image] Aug 06 04:08:17.447 INFO O| Aug 06 04:08:17.447 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.456 INFO O| Aug 06 04:08:17.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
61752024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.456 INFO O| Aug 06 04:08:17.456 INFO STEP 774 (remove_files) COMPLETE
61762024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.456 INFO O| Aug 06 04:08:17.456 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.465 INFO O| Aug 06 04:08:17.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
61782024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.465 INFO O| Aug 06 04:08:17.465 INFO STEP 775 (remove_files) COMPLETE
61792024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.465 INFO O| Aug 06 04:08:17.465 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.475 INFO O| Aug 06 04:08:17.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
61812024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.475 INFO O| Aug 06 04:08:17.475 INFO STEP 776 (remove_files) COMPLETE
61822024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.475 INFO O| Aug 06 04:08:17.475 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.484 INFO O| Aug 06 04:08:17.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
61842024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.484 INFO O| Aug 06 04:08:17.484 INFO STEP 777 (remove_files) COMPLETE
61852024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.484 INFO O| Aug 06 04:08:17.484 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.494 INFO O| Aug 06 04:08:17.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
61872024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.494 INFO O| Aug 06 04:08:17.494 INFO STEP 778 (remove_files) COMPLETE
61882024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.494 INFO O| Aug 06 04:08:17.494 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.504 INFO O| Aug 06 04:08:17.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
61902024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.504 INFO O| Aug 06 04:08:17.504 INFO STEP 779 (remove_files) COMPLETE
61912024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.504 INFO O| Aug 06 04:08:17.504 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.514 INFO O| Aug 06 04:08:17.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
61932024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.514 INFO O| Aug 06 04:08:17.514 INFO STEP 780 (remove_files) COMPLETE
61942024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.514 INFO O| Aug 06 04:08:17.514 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.524 INFO O| Aug 06 04:08:17.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
61962024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.524 INFO O| Aug 06 04:08:17.524 INFO STEP 781 (remove_files) COMPLETE
61972024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.524 INFO O| Aug 06 04:08:17.524 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.533 INFO O| Aug 06 04:08:17.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
61992024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.533 INFO O| Aug 06 04:08:17.533 INFO STEP 782 (remove_files) COMPLETE
62002024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.533 INFO O| Aug 06 04:08:17.533 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.542 INFO O| Aug 06 04:08:17.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62022024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.543 INFO O| Aug 06 04:08:17.542 INFO STEP 783 (remove_files) COMPLETE
62032024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.543 INFO O| Aug 06 04:08:17.542 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.552 INFO O| Aug 06 04:08:17.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62052024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.552 INFO O| Aug 06 04:08:17.552 INFO STEP 784 (remove_files) COMPLETE
62062024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.552 INFO O| Aug 06 04:08:17.552 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.562 INFO O| Aug 06 04:08:17.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62082024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.562 INFO O| Aug 06 04:08:17.562 INFO STEP 785 (remove_files) COMPLETE
62092024-08-06T04:08:20.130Z[ recovery-image] Aug 06 04:08:17.562 INFO O| Aug 06 04:08:17.562 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.571 INFO O| Aug 06 04:08:17.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62112024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.571 INFO O| Aug 06 04:08:17.571 INFO STEP 786 (remove_files) COMPLETE
62122024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.571 INFO O| Aug 06 04:08:17.571 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.580 INFO O| Aug 06 04:08:17.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62142024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.581 INFO O| Aug 06 04:08:17.580 INFO STEP 787 (remove_files) COMPLETE
62152024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.581 INFO O| Aug 06 04:08:17.580 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.590 INFO O| Aug 06 04:08:17.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62172024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.590 INFO O| Aug 06 04:08:17.590 INFO STEP 788 (remove_files) COMPLETE
62182024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.590 INFO O| Aug 06 04:08:17.590 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.599 INFO O| Aug 06 04:08:17.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62202024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.599 INFO O| Aug 06 04:08:17.599 INFO STEP 789 (remove_files) COMPLETE
62212024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.599 INFO O| Aug 06 04:08:17.599 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.608 INFO O| Aug 06 04:08:17.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62232024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.609 INFO O| Aug 06 04:08:17.609 INFO STEP 790 (remove_files) COMPLETE
62242024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.609 INFO O| Aug 06 04:08:17.609 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.618 INFO O| Aug 06 04:08:17.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62262024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.618 INFO O| Aug 06 04:08:17.618 INFO STEP 791 (remove_files) COMPLETE
62272024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.618 INFO O| Aug 06 04:08:17.618 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.628 INFO O| Aug 06 04:08:17.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62292024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.628 INFO O| Aug 06 04:08:17.628 INFO STEP 792 (remove_files) COMPLETE
62302024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.628 INFO O| Aug 06 04:08:17.628 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.637 INFO O| Aug 06 04:08:17.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62322024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.637 INFO O| Aug 06 04:08:17.637 INFO STEP 793 (remove_files) COMPLETE
62332024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.637 INFO O| Aug 06 04:08:17.637 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.646 INFO O| Aug 06 04:08:17.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62352024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.646 INFO O| Aug 06 04:08:17.646 INFO STEP 794 (remove_files) COMPLETE
62362024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.646 INFO O| Aug 06 04:08:17.646 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.655 INFO O| Aug 06 04:08:17.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62382024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.655 INFO O| Aug 06 04:08:17.655 INFO STEP 795 (remove_files) COMPLETE
62392024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.655 INFO O| Aug 06 04:08:17.655 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.664 INFO O| Aug 06 04:08:17.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62412024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.665 INFO O| Aug 06 04:08:17.665 INFO STEP 796 (remove_files) COMPLETE
62422024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.665 INFO O| Aug 06 04:08:17.665 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.674 INFO O| Aug 06 04:08:17.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62442024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.674 INFO O| Aug 06 04:08:17.674 INFO STEP 797 (remove_files) COMPLETE
62452024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.674 INFO O| Aug 06 04:08:17.674 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.683 INFO O| Aug 06 04:08:17.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62472024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.683 INFO O| Aug 06 04:08:17.683 INFO STEP 798 (remove_files) COMPLETE
62482024-08-06T04:08:20.131Z[ recovery-image] Aug 06 04:08:17.683 INFO O| Aug 06 04:08:17.683 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.693 INFO O| Aug 06 04:08:17.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62502024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.693 INFO O| Aug 06 04:08:17.693 INFO STEP 799 (remove_files) COMPLETE
62512024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.693 INFO O| Aug 06 04:08:17.693 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.702 INFO O| Aug 06 04:08:17.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62532024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.702 INFO O| Aug 06 04:08:17.702 INFO STEP 800 (remove_files) COMPLETE
62542024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.702 INFO O| Aug 06 04:08:17.702 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.712 INFO O| Aug 06 04:08:17.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
62562024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.712 INFO O| Aug 06 04:08:17.712 INFO STEP 801 (remove_files) COMPLETE
62572024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.712 INFO O| Aug 06 04:08:17.712 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.721 INFO O| Aug 06 04:08:17.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
62592024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.721 INFO O| Aug 06 04:08:17.721 INFO STEP 802 (remove_files) COMPLETE
62602024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.721 INFO O| Aug 06 04:08:17.721 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.731 INFO O| Aug 06 04:08:17.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
62622024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.731 INFO O| Aug 06 04:08:17.731 INFO STEP 803 (remove_files) COMPLETE
62632024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.731 INFO O| Aug 06 04:08:17.731 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.740 INFO O| Aug 06 04:08:17.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
62652024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.740 INFO O| Aug 06 04:08:17.740 INFO STEP 804 (remove_files) COMPLETE
62662024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.740 INFO O| Aug 06 04:08:17.740 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-08-06T04:08:20.132Z[ recovery-image] Aug 06 04:08:17.750 INFO O| Aug 06 04:08:17.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
62682024-08-06T04:08:20.136Z[ recovery-image] Aug 06 04:08:17.750 INFO O| Aug 06 04:08:17.750 INFO STEP 805 (remove_files) COMPLETE
62692024-08-06T04:08:20.136Z[ recovery-image] Aug 06 04:08:17.750 INFO O| Aug 06 04:08:17.750 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-08-06T04:08:20.136Z[ recovery-image] Aug 06 04:08:17.759 INFO O| Aug 06 04:08:17.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
62712024-08-06T04:08:20.136Z[ recovery-image] Aug 06 04:08:17.760 INFO O| Aug 06 04:08:17.759 INFO STEP 806 (remove_files) COMPLETE
62722024-08-06T04:08:20.136Z[ recovery-image] Aug 06 04:08:17.760 INFO O| Aug 06 04:08:17.760 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.769 INFO O| Aug 06 04:08:17.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
62742024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.769 INFO O| Aug 06 04:08:17.769 INFO STEP 807 (remove_files) COMPLETE
62752024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.769 INFO O| Aug 06 04:08:17.769 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.779 INFO O| Aug 06 04:08:17.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
62772024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.779 INFO O| Aug 06 04:08:17.779 INFO STEP 808 (remove_files) COMPLETE
62782024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.779 INFO O| Aug 06 04:08:17.779 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.789 INFO O| Aug 06 04:08:17.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
62802024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.789 INFO O| Aug 06 04:08:17.789 INFO STEP 809 (remove_files) COMPLETE
62812024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.789 INFO O| Aug 06 04:08:17.789 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.799 INFO O| Aug 06 04:08:17.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
62832024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.799 INFO O| Aug 06 04:08:17.799 INFO STEP 810 (remove_files) COMPLETE
62842024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.799 INFO O| Aug 06 04:08:17.799 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.808 INFO O| Aug 06 04:08:17.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
62862024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.808 INFO O| Aug 06 04:08:17.808 INFO STEP 811 (remove_files) COMPLETE
62872024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.808 INFO O| Aug 06 04:08:17.808 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.818 INFO O| Aug 06 04:08:17.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
62892024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.818 INFO O| Aug 06 04:08:17.818 INFO STEP 812 (remove_files) COMPLETE
62902024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.818 INFO O| Aug 06 04:08:17.818 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.827 INFO O| Aug 06 04:08:17.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
62922024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.828 INFO O| Aug 06 04:08:17.828 INFO STEP 813 (remove_files) COMPLETE
62932024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.828 INFO O| Aug 06 04:08:17.828 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.837 INFO O| Aug 06 04:08:17.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
62952024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.837 INFO O| Aug 06 04:08:17.837 INFO STEP 814 (remove_files) COMPLETE
62962024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.837 INFO O| Aug 06 04:08:17.837 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-08-06T04:08:20.137Z[ host-image] Aug 06 04:08:17.842 INFO O| Aug 06 04:08:17.842 INFO O| Actions: Completed 1361 actions in 0.41 seconds.
62982024-08-06T04:08:20.137Z[ recovery-image] Aug 06 04:08:17.846 INFO O| Aug 06 04:08:17.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
62992024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.846 INFO O| Aug 06 04:08:17.846 INFO STEP 815 (remove_files) COMPLETE
63002024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.846 INFO O| Aug 06 04:08:17.846 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.856 INFO O| Aug 06 04:08:17.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63022024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.856 INFO O| Aug 06 04:08:17.856 INFO STEP 816 (remove_files) COMPLETE
63032024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.856 INFO O| Aug 06 04:08:17.856 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.866 INFO O| Aug 06 04:08:17.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63052024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.866 INFO O| Aug 06 04:08:17.866 INFO STEP 817 (remove_files) COMPLETE
63062024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.866 INFO O| Aug 06 04:08:17.866 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.876 INFO O| Aug 06 04:08:17.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63082024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.876 INFO O| Aug 06 04:08:17.876 INFO STEP 818 (remove_files) COMPLETE
63092024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.876 INFO O| Aug 06 04:08:17.876 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.886 INFO O| Aug 06 04:08:17.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63112024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.886 INFO O| Aug 06 04:08:17.886 INFO STEP 819 (remove_files) COMPLETE
63122024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.886 INFO O| Aug 06 04:08:17.886 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.896 INFO O| Aug 06 04:08:17.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63142024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.896 INFO O| Aug 06 04:08:17.896 INFO STEP 820 (remove_files) COMPLETE
63152024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.896 INFO O| Aug 06 04:08:17.896 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-08-06T04:08:20.138Z[ recovery-image] Aug 06 04:08:17.906 INFO O| Aug 06 04:08:17.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63172024-08-06T04:08:20.139Z[ recovery-image] Aug 06 04:08:17.906 INFO O| Aug 06 04:08:17.906 INFO STEP 821 (remove_files) COMPLETE
63182024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.906 INFO O| Aug 06 04:08:17.906 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.916 INFO O| Aug 06 04:08:17.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63202024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.916 INFO O| Aug 06 04:08:17.916 INFO STEP 822 (remove_files) COMPLETE
63212024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.916 INFO O| Aug 06 04:08:17.916 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.926 INFO O| Aug 06 04:08:17.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63232024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.926 INFO O| Aug 06 04:08:17.926 INFO STEP 823 (remove_files) COMPLETE
63242024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.926 INFO O| Aug 06 04:08:17.926 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.936 INFO O| Aug 06 04:08:17.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63262024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.937 INFO O| Aug 06 04:08:17.937 INFO STEP 824 (remove_files) COMPLETE
63272024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.937 INFO O| Aug 06 04:08:17.937 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.947 INFO O| Aug 06 04:08:17.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63292024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.947 INFO O| Aug 06 04:08:17.947 INFO STEP 825 (remove_files) COMPLETE
63302024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.947 INFO O| Aug 06 04:08:17.947 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.957 INFO O| Aug 06 04:08:17.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63322024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.957 INFO O| Aug 06 04:08:17.957 INFO STEP 826 (remove_files) COMPLETE
63332024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.957 INFO O| Aug 06 04:08:17.957 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.969 INFO O| Aug 06 04:08:17.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63352024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.969 INFO O| Aug 06 04:08:17.969 INFO STEP 827 (remove_files) COMPLETE
63362024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.969 INFO O| Aug 06 04:08:17.969 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.980 INFO O| Aug 06 04:08:17.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63382024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.980 INFO O| Aug 06 04:08:17.980 INFO STEP 828 (remove_files) COMPLETE
63392024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.980 INFO O| Aug 06 04:08:17.980 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-08-06T04:08:20.140Z[ recovery-image] Aug 06 04:08:17.991 INFO O| Aug 06 04:08:17.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63412024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:17.991 INFO O| Aug 06 04:08:17.991 INFO STEP 829 (remove_files) COMPLETE
63422024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:17.991 INFO O| Aug 06 04:08:17.991 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.002 INFO O| Aug 06 04:08:18.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63442024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.002 INFO O| Aug 06 04:08:18.002 INFO STEP 830 (remove_files) COMPLETE
63452024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.002 INFO O| Aug 06 04:08:18.002 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.015 INFO O| Aug 06 04:08:18.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63472024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.015 INFO O| Aug 06 04:08:18.015 INFO STEP 831 (remove_files) COMPLETE
63482024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.015 INFO O| Aug 06 04:08:18.015 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.027 INFO O| Aug 06 04:08:18.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63502024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.027 INFO O| Aug 06 04:08:18.027 INFO STEP 832 (remove_files) COMPLETE
63512024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.027 INFO O| Aug 06 04:08:18.027 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.039 INFO O| Aug 06 04:08:18.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63532024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.039 INFO O| Aug 06 04:08:18.039 INFO STEP 833 (remove_files) COMPLETE
63542024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.039 INFO O| Aug 06 04:08:18.039 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.049 INFO O| Aug 06 04:08:18.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
63562024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.050 INFO O| Aug 06 04:08:18.049 INFO STEP 834 (remove_files) COMPLETE
63572024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.050 INFO O| Aug 06 04:08:18.050 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.060 INFO O| Aug 06 04:08:18.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
63592024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.060 INFO O| Aug 06 04:08:18.060 INFO STEP 835 (remove_files) COMPLETE
63602024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.060 INFO O| Aug 06 04:08:18.060 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-08-06T04:08:20.141Z[ host-image] Aug 06 04:08:18.068 INFO O| Aug 06 04:08:18.068 INFO O| Done
63622024-08-06T04:08:20.141Z[ host-image] Aug 06 04:08:18.068 INFO O| Aug 06 04:08:18.068 INFO O| Done
63632024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.071 INFO O| Aug 06 04:08:18.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
63642024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.071 INFO O| Aug 06 04:08:18.071 INFO STEP 836 (remove_files) COMPLETE
63652024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.071 INFO O| Aug 06 04:08:18.071 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-08-06T04:08:20.141Z[ recovery-image] Aug 06 04:08:18.082 INFO O| Aug 06 04:08:18.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
63672024-08-06T04:08:20.142Z[ recovery-image] Aug 06 04:08:18.082 INFO O| Aug 06 04:08:18.082 INFO STEP 837 (remove_files) COMPLETE
63682024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.082 INFO O| Aug 06 04:08:18.082 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.092 INFO O| Aug 06 04:08:18.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
63702024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.092 INFO O| Aug 06 04:08:18.092 INFO STEP 838 (remove_files) COMPLETE
63712024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.092 INFO O| Aug 06 04:08:18.092 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.102 INFO O| Aug 06 04:08:18.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
63732024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.102 INFO O| Aug 06 04:08:18.102 INFO STEP 839 (remove_files) COMPLETE
63742024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.102 INFO O| Aug 06 04:08:18.102 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.111 INFO O| Aug 06 04:08:18.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
63762024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.111 INFO O| Aug 06 04:08:18.111 INFO STEP 840 (remove_files) COMPLETE
63772024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.111 INFO O| Aug 06 04:08:18.111 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.121 INFO O| Aug 06 04:08:18.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
63792024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.121 INFO O| Aug 06 04:08:18.121 INFO STEP 841 (remove_files) COMPLETE
63802024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.121 INFO O| Aug 06 04:08:18.121 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.131 INFO O| Aug 06 04:08:18.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
63822024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.131 INFO O| Aug 06 04:08:18.131 INFO STEP 842 (remove_files) COMPLETE
63832024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.131 INFO O| Aug 06 04:08:18.131 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.140 INFO O| Aug 06 04:08:18.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
63852024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.140 INFO O| Aug 06 04:08:18.140 INFO STEP 843 (remove_files) COMPLETE
63862024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.140 INFO O| Aug 06 04:08:18.140 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.150 INFO O| Aug 06 04:08:18.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
63882024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.150 INFO O| Aug 06 04:08:18.150 INFO STEP 844 (remove_files) COMPLETE
63892024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.150 INFO O| Aug 06 04:08:18.150 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.159 INFO O| Aug 06 04:08:18.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
63912024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.159 INFO O| Aug 06 04:08:18.159 INFO STEP 845 (remove_files) COMPLETE
63922024-08-06T04:08:20.147Z[ recovery-image] Aug 06 04:08:18.159 INFO O| Aug 06 04:08:18.159 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.168 INFO O| Aug 06 04:08:18.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
63942024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.169 INFO O| Aug 06 04:08:18.168 INFO STEP 846 (remove_files) COMPLETE
63952024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.169 INFO O| Aug 06 04:08:18.169 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.178 INFO O| Aug 06 04:08:18.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
63972024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.178 INFO O| Aug 06 04:08:18.178 INFO STEP 847 (remove_files) COMPLETE
63982024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.178 INFO O| Aug 06 04:08:18.178 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.187 INFO O| Aug 06 04:08:18.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64002024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.187 INFO O| Aug 06 04:08:18.187 INFO STEP 848 (remove_files) COMPLETE
64012024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.187 INFO O| Aug 06 04:08:18.187 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.197 INFO O| Aug 06 04:08:18.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64032024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.197 INFO O| Aug 06 04:08:18.197 INFO STEP 849 (remove_files) COMPLETE
64042024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.197 INFO O| Aug 06 04:08:18.197 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.207 INFO O| Aug 06 04:08:18.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64062024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.207 INFO O| Aug 06 04:08:18.207 INFO STEP 850 (remove_files) COMPLETE
64072024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.207 INFO O| Aug 06 04:08:18.207 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.216 INFO O| Aug 06 04:08:18.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64092024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.216 INFO O| Aug 06 04:08:18.216 INFO STEP 851 (remove_files) COMPLETE
64102024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.216 INFO O| Aug 06 04:08:18.216 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.226 INFO O| Aug 06 04:08:18.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64122024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.226 INFO O| Aug 06 04:08:18.226 INFO STEP 852 (remove_files) COMPLETE
64132024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.226 INFO O| Aug 06 04:08:18.226 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.235 INFO O| Aug 06 04:08:18.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64152024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.236 INFO O| Aug 06 04:08:18.236 INFO STEP 853 (remove_files) COMPLETE
64162024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.236 INFO O| Aug 06 04:08:18.236 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.245 INFO O| Aug 06 04:08:18.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64182024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.245 INFO O| Aug 06 04:08:18.245 INFO STEP 854 (remove_files) COMPLETE
64192024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.245 INFO O| Aug 06 04:08:18.245 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.255 INFO O| Aug 06 04:08:18.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64212024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.255 INFO O| Aug 06 04:08:18.255 INFO STEP 855 (remove_files) COMPLETE
64222024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.255 INFO O| Aug 06 04:08:18.255 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.264 INFO O| Aug 06 04:08:18.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64242024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.264 INFO O| Aug 06 04:08:18.264 INFO STEP 856 (remove_files) COMPLETE
64252024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.264 INFO O| Aug 06 04:08:18.264 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.274 INFO O| Aug 06 04:08:18.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64272024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.274 INFO O| Aug 06 04:08:18.274 INFO STEP 857 (remove_files) COMPLETE
64282024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.274 INFO O| Aug 06 04:08:18.274 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.283 INFO O| Aug 06 04:08:18.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64302024-08-06T04:08:20.148Z[ recovery-image] Aug 06 04:08:18.283 INFO O| Aug 06 04:08:18.283 INFO STEP 858 (remove_files) COMPLETE
64312024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.283 INFO O| Aug 06 04:08:18.283 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.293 INFO O| Aug 06 04:08:18.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64332024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.293 INFO O| Aug 06 04:08:18.293 INFO STEP 859 (remove_files) COMPLETE
64342024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.293 INFO O| Aug 06 04:08:18.293 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.302 INFO O| Aug 06 04:08:18.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64362024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.302 INFO O| Aug 06 04:08:18.302 INFO STEP 860 (remove_files) COMPLETE
64372024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.302 INFO O| Aug 06 04:08:18.302 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.312 INFO O| Aug 06 04:08:18.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64392024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.312 INFO O| Aug 06 04:08:18.312 INFO STEP 861 (remove_files) COMPLETE
64402024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.312 INFO O| Aug 06 04:08:18.312 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.321 INFO O| Aug 06 04:08:18.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64422024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.321 INFO O| Aug 06 04:08:18.321 INFO STEP 862 (remove_files) COMPLETE
64432024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.321 INFO O| Aug 06 04:08:18.321 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.330 INFO O| Aug 06 04:08:18.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64452024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.330 INFO O| Aug 06 04:08:18.330 INFO STEP 863 (remove_files) COMPLETE
64462024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.330 INFO O| Aug 06 04:08:18.330 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.340 INFO O| Aug 06 04:08:18.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64482024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.340 INFO O| Aug 06 04:08:18.340 INFO STEP 864 (remove_files) COMPLETE
64492024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.340 INFO O| Aug 06 04:08:18.340 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.349 INFO O| Aug 06 04:08:18.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64512024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.349 INFO O| Aug 06 04:08:18.349 INFO STEP 865 (remove_files) COMPLETE
64522024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.349 INFO O| Aug 06 04:08:18.349 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.359 INFO O| Aug 06 04:08:18.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
64542024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.359 INFO O| Aug 06 04:08:18.359 INFO STEP 866 (remove_files) COMPLETE
64552024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.359 INFO O| Aug 06 04:08:18.359 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.369 INFO O| Aug 06 04:08:18.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
64572024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.369 INFO O| Aug 06 04:08:18.369 INFO STEP 867 (remove_files) COMPLETE
64582024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.369 INFO O| Aug 06 04:08:18.369 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.379 INFO O| Aug 06 04:08:18.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
64602024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.379 INFO O| Aug 06 04:08:18.379 INFO STEP 868 (remove_files) COMPLETE
64612024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.379 INFO O| Aug 06 04:08:18.379 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.389 INFO O| Aug 06 04:08:18.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
64632024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.389 INFO O| Aug 06 04:08:18.389 INFO STEP 869 (remove_files) COMPLETE
64642024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.389 INFO O| Aug 06 04:08:18.389 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-08-06T04:08:20.149Z[ host-image] Aug 06 04:08:18.396 INFO O| Aug 06 04:08:18.396 INFO O| Done
64662024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.398 INFO O| Aug 06 04:08:18.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
64672024-08-06T04:08:20.149Z[ recovery-image] Aug 06 04:08:18.398 INFO O| Aug 06 04:08:18.398 INFO STEP 870 (remove_files) COMPLETE
64682024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.398 INFO O| Aug 06 04:08:18.398 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.409 INFO O| Aug 06 04:08:18.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
64702024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.409 INFO O| Aug 06 04:08:18.409 INFO STEP 871 (remove_files) COMPLETE
64712024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.409 INFO O| Aug 06 04:08:18.409 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.419 INFO O| Aug 06 04:08:18.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
64732024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.419 INFO O| Aug 06 04:08:18.419 INFO STEP 872 (remove_files) COMPLETE
64742024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.419 INFO O| Aug 06 04:08:18.419 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.429 INFO O| Aug 06 04:08:18.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
64762024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.429 INFO O| Aug 06 04:08:18.429 INFO STEP 873 (remove_files) COMPLETE
64772024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.429 INFO O| Aug 06 04:08:18.429 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.439 INFO O| Aug 06 04:08:18.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
64792024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.439 INFO O| Aug 06 04:08:18.439 INFO STEP 874 (remove_files) COMPLETE
64802024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.439 INFO O| Aug 06 04:08:18.439 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.448 INFO O| Aug 06 04:08:18.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
64822024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.448 INFO O| Aug 06 04:08:18.448 INFO STEP 875 (remove_files) COMPLETE
64832024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.448 INFO O| Aug 06 04:08:18.448 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-08-06T04:08:20.153Z[ recovery-image] Aug 06 04:08:18.458 INFO O| Aug 06 04:08:18.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
64852024-08-06T04:08:20.154Z[ recovery-image] Aug 06 04:08:18.458 INFO O| Aug 06 04:08:18.458 INFO STEP 876 (remove_files) COMPLETE
64862024-08-06T04:08:20.154Z[ recovery-image] Aug 06 04:08:18.458 INFO O| Aug 06 04:08:18.458 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-08-06T04:08:20.160Z[ recovery-image] Aug 06 04:08:18.468 INFO O| Aug 06 04:08:18.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
64882024-08-06T04:08:20.160Z[ recovery-image] Aug 06 04:08:18.468 INFO O| Aug 06 04:08:18.468 INFO STEP 877 (remove_files) COMPLETE
64892024-08-06T04:08:20.160Z[ recovery-image] Aug 06 04:08:18.468 INFO O| Aug 06 04:08:18.468 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-08-06T04:08:20.170Z[ recovery-image] Aug 06 04:08:18.478 INFO O| Aug 06 04:08:18.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
64912024-08-06T04:08:20.170Z[ recovery-image] Aug 06 04:08:18.478 INFO O| Aug 06 04:08:18.478 INFO STEP 878 (remove_files) COMPLETE
64922024-08-06T04:08:20.170Z[ recovery-image] Aug 06 04:08:18.478 INFO O| Aug 06 04:08:18.478 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-08-06T04:08:20.180Z[ recovery-image] Aug 06 04:08:18.488 INFO O| Aug 06 04:08:18.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
64942024-08-06T04:08:20.180Z[ recovery-image] Aug 06 04:08:18.488 INFO O| Aug 06 04:08:18.488 INFO STEP 879 (remove_files) COMPLETE
64952024-08-06T04:08:20.180Z[ recovery-image] Aug 06 04:08:18.488 INFO O| Aug 06 04:08:18.488 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-08-06T04:08:20.190Z[ recovery-image] Aug 06 04:08:18.498 INFO O| Aug 06 04:08:18.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
64972024-08-06T04:08:20.190Z[ recovery-image] Aug 06 04:08:18.498 INFO O| Aug 06 04:08:18.498 INFO STEP 880 (remove_files) COMPLETE
64982024-08-06T04:08:20.190Z[ recovery-image] Aug 06 04:08:18.498 INFO O| Aug 06 04:08:18.498 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-08-06T04:08:20.200Z[ recovery-image] Aug 06 04:08:18.508 INFO O| Aug 06 04:08:18.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65002024-08-06T04:08:20.200Z[ recovery-image] Aug 06 04:08:18.508 INFO O| Aug 06 04:08:18.508 INFO STEP 881 (remove_files) COMPLETE
65012024-08-06T04:08:20.203Z[ recovery-image] Aug 06 04:08:18.508 INFO O| Aug 06 04:08:18.508 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-08-06T04:08:20.210Z[ recovery-image] Aug 06 04:08:18.518 INFO O| Aug 06 04:08:18.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65032024-08-06T04:08:20.210Z[ recovery-image] Aug 06 04:08:18.518 INFO O| Aug 06 04:08:18.518 INFO STEP 882 (remove_files) COMPLETE
65042024-08-06T04:08:20.210Z[ recovery-image] Aug 06 04:08:18.518 INFO O| Aug 06 04:08:18.518 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-08-06T04:08:20.220Z[ recovery-image] Aug 06 04:08:18.528 INFO O| Aug 06 04:08:18.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65062024-08-06T04:08:20.220Z[ recovery-image] Aug 06 04:08:18.528 INFO O| Aug 06 04:08:18.528 INFO STEP 883 (remove_files) COMPLETE
65072024-08-06T04:08:20.223Z[ recovery-image] Aug 06 04:08:18.528 INFO O| Aug 06 04:08:18.528 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-08-06T04:08:20.230Z[ recovery-image] Aug 06 04:08:18.538 INFO O| Aug 06 04:08:18.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65092024-08-06T04:08:20.230Z[ recovery-image] Aug 06 04:08:18.538 INFO O| Aug 06 04:08:18.538 INFO STEP 884 (remove_files) COMPLETE
65102024-08-06T04:08:20.233Z[ recovery-image] Aug 06 04:08:18.538 INFO O| Aug 06 04:08:18.538 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-08-06T04:08:20.240Z[ recovery-image] Aug 06 04:08:18.548 INFO O| Aug 06 04:08:18.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65122024-08-06T04:08:20.243Z[ recovery-image] Aug 06 04:08:18.548 INFO O| Aug 06 04:08:18.548 INFO STEP 885 (remove_files) COMPLETE
65132024-08-06T04:08:20.243Z[ recovery-image] Aug 06 04:08:18.548 INFO O| Aug 06 04:08:18.548 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-08-06T04:08:20.250Z[ recovery-image] Aug 06 04:08:18.558 INFO O| Aug 06 04:08:18.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65152024-08-06T04:08:20.250Z[ recovery-image] Aug 06 04:08:18.558 INFO O| Aug 06 04:08:18.558 INFO STEP 886 (remove_files) COMPLETE
65162024-08-06T04:08:20.250Z[ recovery-image] Aug 06 04:08:18.558 INFO O| Aug 06 04:08:18.558 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-08-06T04:08:20.260Z[ recovery-image] Aug 06 04:08:18.568 INFO O| Aug 06 04:08:18.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65182024-08-06T04:08:20.260Z[ recovery-image] Aug 06 04:08:18.568 INFO O| Aug 06 04:08:18.568 INFO STEP 887 (remove_files) COMPLETE
65192024-08-06T04:08:20.260Z[ recovery-image] Aug 06 04:08:18.568 INFO O| Aug 06 04:08:18.568 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-08-06T04:08:20.270Z[ recovery-image] Aug 06 04:08:18.579 INFO O| Aug 06 04:08:18.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65212024-08-06T04:08:20.273Z[ recovery-image] Aug 06 04:08:18.579 INFO O| Aug 06 04:08:18.579 INFO STEP 888 (remove_files) COMPLETE
65222024-08-06T04:08:20.273Z[ recovery-image] Aug 06 04:08:18.579 INFO O| Aug 06 04:08:18.579 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-08-06T04:08:20.280Z[ recovery-image] Aug 06 04:08:18.588 INFO O| Aug 06 04:08:18.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65242024-08-06T04:08:20.280Z[ recovery-image] Aug 06 04:08:18.589 INFO O| Aug 06 04:08:18.589 INFO STEP 889 (remove_files) COMPLETE
65252024-08-06T04:08:20.280Z[ recovery-image] Aug 06 04:08:18.589 INFO O| Aug 06 04:08:18.589 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-08-06T04:08:20.290Z[ recovery-image] Aug 06 04:08:18.598 INFO O| Aug 06 04:08:18.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65272024-08-06T04:08:20.293Z[ recovery-image] Aug 06 04:08:18.598 INFO O| Aug 06 04:08:18.598 INFO STEP 890 (remove_files) COMPLETE
65282024-08-06T04:08:20.293Z[ recovery-image] Aug 06 04:08:18.598 INFO O| Aug 06 04:08:18.598 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-08-06T04:08:20.300Z[ recovery-image] Aug 06 04:08:18.608 INFO O| Aug 06 04:08:18.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65302024-08-06T04:08:20.300Z[ recovery-image] Aug 06 04:08:18.608 INFO O| Aug 06 04:08:18.608 INFO STEP 891 (remove_files) COMPLETE
65312024-08-06T04:08:20.303Z[ recovery-image] Aug 06 04:08:18.608 INFO O| Aug 06 04:08:18.608 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-08-06T04:08:20.309Z[ recovery-image] Aug 06 04:08:18.617 INFO O| Aug 06 04:08:18.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65332024-08-06T04:08:20.309Z[ recovery-image] Aug 06 04:08:18.617 INFO O| Aug 06 04:08:18.617 INFO STEP 892 (remove_files) COMPLETE
65342024-08-06T04:08:20.312Z[ recovery-image] Aug 06 04:08:18.617 INFO O| Aug 06 04:08:18.617 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-08-06T04:08:20.319Z[ recovery-image] Aug 06 04:08:18.627 INFO O| Aug 06 04:08:18.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65362024-08-06T04:08:20.322Z[ recovery-image] Aug 06 04:08:18.627 INFO O| Aug 06 04:08:18.627 INFO STEP 893 (remove_files) COMPLETE
65372024-08-06T04:08:20.322Z[ recovery-image] Aug 06 04:08:18.627 INFO O| Aug 06 04:08:18.627 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-08-06T04:08:20.329Z[ recovery-image] Aug 06 04:08:18.637 INFO O| Aug 06 04:08:18.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65392024-08-06T04:08:20.329Z[ recovery-image] Aug 06 04:08:18.637 INFO O| Aug 06 04:08:18.637 INFO STEP 894 (remove_files) COMPLETE
65402024-08-06T04:08:20.332Z[ recovery-image] Aug 06 04:08:18.637 INFO O| Aug 06 04:08:18.637 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-08-06T04:08:20.339Z[ recovery-image] Aug 06 04:08:18.647 INFO O| Aug 06 04:08:18.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65422024-08-06T04:08:20.339Z[ recovery-image] Aug 06 04:08:18.647 INFO O| Aug 06 04:08:18.647 INFO STEP 895 (remove_files) COMPLETE
65432024-08-06T04:08:20.339Z[ recovery-image] Aug 06 04:08:18.647 INFO O| Aug 06 04:08:18.647 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-08-06T04:08:20.348Z[ recovery-image] Aug 06 04:08:18.656 INFO O| Aug 06 04:08:18.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65452024-08-06T04:08:20.351Z[ recovery-image] Aug 06 04:08:18.656 INFO O| Aug 06 04:08:18.656 INFO STEP 896 (remove_files) COMPLETE
65462024-08-06T04:08:20.351Z[ recovery-image] Aug 06 04:08:18.657 INFO O| Aug 06 04:08:18.656 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-08-06T04:08:20.358Z[ recovery-image] Aug 06 04:08:18.666 INFO O| Aug 06 04:08:18.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65482024-08-06T04:08:20.358Z[ recovery-image] Aug 06 04:08:18.666 INFO O| Aug 06 04:08:18.666 INFO STEP 897 (remove_files) COMPLETE
65492024-08-06T04:08:20.358Z[ recovery-image] Aug 06 04:08:18.666 INFO O| Aug 06 04:08:18.666 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-08-06T04:08:20.367Z[ recovery-image] Aug 06 04:08:18.675 INFO O| Aug 06 04:08:18.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65512024-08-06T04:08:20.367Z[ recovery-image] Aug 06 04:08:18.675 INFO O| Aug 06 04:08:18.675 INFO STEP 898 (remove_files) COMPLETE
65522024-08-06T04:08:20.370Z[ recovery-image] Aug 06 04:08:18.675 INFO O| Aug 06 04:08:18.675 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-08-06T04:08:20.377Z[ recovery-image] Aug 06 04:08:18.685 INFO O| Aug 06 04:08:18.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
65542024-08-06T04:08:20.377Z[ recovery-image] Aug 06 04:08:18.685 INFO O| Aug 06 04:08:18.685 INFO STEP 899 (remove_files) COMPLETE
65552024-08-06T04:08:20.379Z[ recovery-image] Aug 06 04:08:18.685 INFO O| Aug 06 04:08:18.685 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-08-06T04:08:20.386Z[ recovery-image] Aug 06 04:08:18.694 INFO O| Aug 06 04:08:18.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
65572024-08-06T04:08:20.389Z[ recovery-image] Aug 06 04:08:18.694 INFO O| Aug 06 04:08:18.694 INFO STEP 900 (remove_files) COMPLETE
65582024-08-06T04:08:20.389Z[ recovery-image] Aug 06 04:08:18.694 INFO O| Aug 06 04:08:18.694 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-08-06T04:08:20.396Z[ recovery-image] Aug 06 04:08:18.704 INFO O| Aug 06 04:08:18.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
65602024-08-06T04:08:20.399Z[ recovery-image] Aug 06 04:08:18.704 INFO O| Aug 06 04:08:18.704 INFO STEP 901 (remove_files) COMPLETE
65612024-08-06T04:08:20.399Z[ recovery-image] Aug 06 04:08:18.704 INFO O| Aug 06 04:08:18.704 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-08-06T04:08:20.405Z[ recovery-image] Aug 06 04:08:18.713 INFO O| Aug 06 04:08:18.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
65632024-08-06T04:08:20.408Z[ recovery-image] Aug 06 04:08:18.714 INFO O| Aug 06 04:08:18.714 INFO STEP 902 (remove_files) COMPLETE
65642024-08-06T04:08:20.408Z[ recovery-image] Aug 06 04:08:18.714 INFO O| Aug 06 04:08:18.714 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-08-06T04:08:20.415Z[ recovery-image] Aug 06 04:08:18.723 INFO O| Aug 06 04:08:18.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
65662024-08-06T04:08:20.418Z[ recovery-image] Aug 06 04:08:18.724 INFO O| Aug 06 04:08:18.724 INFO STEP 903 (remove_files) COMPLETE
65672024-08-06T04:08:20.418Z[ recovery-image] Aug 06 04:08:18.724 INFO O| Aug 06 04:08:18.724 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-08-06T04:08:20.426Z[ recovery-image] Aug 06 04:08:18.734 INFO O| Aug 06 04:08:18.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
65692024-08-06T04:08:20.428Z[ recovery-image] Aug 06 04:08:18.734 INFO O| Aug 06 04:08:18.734 INFO STEP 904 (remove_files) COMPLETE
65702024-08-06T04:08:20.428Z[ recovery-image] Aug 06 04:08:18.734 INFO O| Aug 06 04:08:18.734 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-08-06T04:08:20.435Z[ recovery-image] Aug 06 04:08:18.743 INFO O| Aug 06 04:08:18.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
65722024-08-06T04:08:20.435Z[ recovery-image] Aug 06 04:08:18.744 INFO O| Aug 06 04:08:18.744 INFO STEP 905 (remove_files) COMPLETE
65732024-08-06T04:08:20.435Z[ recovery-image] Aug 06 04:08:18.744 INFO O| Aug 06 04:08:18.744 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-08-06T04:08:20.445Z[ recovery-image] Aug 06 04:08:18.753 INFO O| Aug 06 04:08:18.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
65752024-08-06T04:08:20.445Z[ recovery-image] Aug 06 04:08:18.753 INFO O| Aug 06 04:08:18.753 INFO STEP 906 (remove_files) COMPLETE
65762024-08-06T04:08:20.447Z[ recovery-image] Aug 06 04:08:18.753 INFO O| Aug 06 04:08:18.753 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-08-06T04:08:20.455Z[ recovery-image] Aug 06 04:08:18.763 INFO O| Aug 06 04:08:18.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
65782024-08-06T04:08:20.455Z[ recovery-image] Aug 06 04:08:18.763 INFO O| Aug 06 04:08:18.763 INFO STEP 907 (remove_files) COMPLETE
65792024-08-06T04:08:20.457Z[ recovery-image] Aug 06 04:08:18.763 INFO O| Aug 06 04:08:18.763 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-08-06T04:08:20.465Z[ recovery-image] Aug 06 04:08:18.773 INFO O| Aug 06 04:08:18.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
65812024-08-06T04:08:20.465Z[ recovery-image] Aug 06 04:08:18.773 INFO O| Aug 06 04:08:18.773 INFO STEP 908 (remove_files) COMPLETE
65822024-08-06T04:08:20.467Z[ recovery-image] Aug 06 04:08:18.773 INFO O| Aug 06 04:08:18.773 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-08-06T04:08:20.474Z[ recovery-image] Aug 06 04:08:18.782 INFO O| Aug 06 04:08:18.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
65842024-08-06T04:08:20.474Z[ recovery-image] Aug 06 04:08:18.783 INFO O| Aug 06 04:08:18.783 INFO STEP 909 (remove_files) COMPLETE
65852024-08-06T04:08:20.474Z[ recovery-image] Aug 06 04:08:18.783 INFO O| Aug 06 04:08:18.783 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-08-06T04:08:20.484Z[ recovery-image] Aug 06 04:08:18.792 INFO O| Aug 06 04:08:18.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
65872024-08-06T04:08:20.488Z[ recovery-image] Aug 06 04:08:18.792 INFO O| Aug 06 04:08:18.792 INFO STEP 910 (remove_files) COMPLETE
65882024-08-06T04:08:20.488Z[ recovery-image] Aug 06 04:08:18.792 INFO O| Aug 06 04:08:18.792 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-08-06T04:08:20.494Z[ recovery-image] Aug 06 04:08:18.802 INFO O| Aug 06 04:08:18.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
65902024-08-06T04:08:20.494Z[ recovery-image] Aug 06 04:08:18.802 INFO O| Aug 06 04:08:18.802 INFO STEP 911 (remove_files) COMPLETE
65912024-08-06T04:08:20.497Z[ recovery-image] Aug 06 04:08:18.802 INFO O| Aug 06 04:08:18.802 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-08-06T04:08:20.506Z[ recovery-image] Aug 06 04:08:18.814 INFO O| Aug 06 04:08:18.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
65932024-08-06T04:08:20.506Z[ recovery-image] Aug 06 04:08:18.814 INFO O| Aug 06 04:08:18.814 INFO STEP 912 (remove_files) COMPLETE
65942024-08-06T04:08:20.506Z[ recovery-image] Aug 06 04:08:18.814 INFO O| Aug 06 04:08:18.814 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-08-06T04:08:20.517Z[ recovery-image] Aug 06 04:08:18.825 INFO O| Aug 06 04:08:18.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
65962024-08-06T04:08:20.517Z[ recovery-image] Aug 06 04:08:18.825 INFO O| Aug 06 04:08:18.825 INFO STEP 913 (remove_files) COMPLETE
65972024-08-06T04:08:20.517Z[ recovery-image] Aug 06 04:08:18.825 INFO O| Aug 06 04:08:18.825 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-08-06T04:08:20.527Z[ recovery-image] Aug 06 04:08:18.835 INFO O| Aug 06 04:08:18.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
65992024-08-06T04:08:20.527Z[ recovery-image] Aug 06 04:08:18.835 INFO O| Aug 06 04:08:18.835 INFO STEP 914 (remove_files) COMPLETE
66002024-08-06T04:08:20.530Z[ recovery-image] Aug 06 04:08:18.835 INFO O| Aug 06 04:08:18.835 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-08-06T04:08:20.537Z[ recovery-image] Aug 06 04:08:18.845 INFO O| Aug 06 04:08:18.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66022024-08-06T04:08:20.540Z[ recovery-image] Aug 06 04:08:18.845 INFO O| Aug 06 04:08:18.845 INFO STEP 915 (remove_files) COMPLETE
66032024-08-06T04:08:20.540Z[ recovery-image] Aug 06 04:08:18.845 INFO O| Aug 06 04:08:18.845 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-08-06T04:08:20.547Z[ recovery-image] Aug 06 04:08:18.855 INFO O| Aug 06 04:08:18.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66052024-08-06T04:08:20.547Z[ recovery-image] Aug 06 04:08:18.855 INFO O| Aug 06 04:08:18.855 INFO STEP 916 (remove_files) COMPLETE
66062024-08-06T04:08:20.547Z[ recovery-image] Aug 06 04:08:18.855 INFO O| Aug 06 04:08:18.855 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-08-06T04:08:20.557Z[ recovery-image] Aug 06 04:08:18.864 INFO O| Aug 06 04:08:18.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66082024-08-06T04:08:20.557Z[ recovery-image] Aug 06 04:08:18.865 INFO O| Aug 06 04:08:18.865 INFO STEP 917 (remove_files) COMPLETE
66092024-08-06T04:08:20.557Z[ recovery-image] Aug 06 04:08:18.865 INFO O| Aug 06 04:08:18.865 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-08-06T04:08:20.566Z[ recovery-image] Aug 06 04:08:18.874 INFO O| Aug 06 04:08:18.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66112024-08-06T04:08:20.566Z[ recovery-image] Aug 06 04:08:18.874 INFO O| Aug 06 04:08:18.874 INFO STEP 918 (remove_files) COMPLETE
66122024-08-06T04:08:20.566Z[ recovery-image] Aug 06 04:08:18.874 INFO O| Aug 06 04:08:18.874 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-08-06T04:08:20.576Z[ recovery-image] Aug 06 04:08:18.884 INFO O| Aug 06 04:08:18.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66142024-08-06T04:08:20.576Z[ recovery-image] Aug 06 04:08:18.884 INFO O| Aug 06 04:08:18.884 INFO STEP 919 (remove_files) COMPLETE
66152024-08-06T04:08:20.576Z[ recovery-image] Aug 06 04:08:18.884 INFO O| Aug 06 04:08:18.884 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-08-06T04:08:20.585Z[ recovery-image] Aug 06 04:08:18.893 INFO O| Aug 06 04:08:18.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66172024-08-06T04:08:20.585Z[ recovery-image] Aug 06 04:08:18.893 INFO O| Aug 06 04:08:18.893 INFO STEP 920 (remove_files) COMPLETE
66182024-08-06T04:08:20.588Z[ recovery-image] Aug 06 04:08:18.893 INFO O| Aug 06 04:08:18.893 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-08-06T04:08:20.594Z[ recovery-image] Aug 06 04:08:18.903 INFO O| Aug 06 04:08:18.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66202024-08-06T04:08:20.595Z[ recovery-image] Aug 06 04:08:18.903 INFO O| Aug 06 04:08:18.903 INFO STEP 921 (remove_files) COMPLETE
66212024-08-06T04:08:20.597Z[ recovery-image] Aug 06 04:08:18.903 INFO O| Aug 06 04:08:18.903 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-08-06T04:08:20.604Z[ recovery-image] Aug 06 04:08:18.912 INFO O| Aug 06 04:08:18.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66232024-08-06T04:08:20.604Z[ recovery-image] Aug 06 04:08:18.912 INFO O| Aug 06 04:08:18.912 INFO STEP 922 (remove_files) COMPLETE
66242024-08-06T04:08:20.604Z[ recovery-image] Aug 06 04:08:18.912 INFO O| Aug 06 04:08:18.912 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-08-06T04:08:20.613Z[ recovery-image] Aug 06 04:08:18.921 INFO O| Aug 06 04:08:18.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66262024-08-06T04:08:20.613Z[ recovery-image] Aug 06 04:08:18.921 INFO O| Aug 06 04:08:18.921 INFO STEP 923 (remove_files) COMPLETE
66272024-08-06T04:08:20.613Z[ recovery-image] Aug 06 04:08:18.921 INFO O| Aug 06 04:08:18.921 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-08-06T04:08:20.623Z[ recovery-image] Aug 06 04:08:18.931 INFO O| Aug 06 04:08:18.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66292024-08-06T04:08:20.623Z[ recovery-image] Aug 06 04:08:18.931 INFO O| Aug 06 04:08:18.931 INFO STEP 924 (remove_files) COMPLETE
66302024-08-06T04:08:20.626Z[ recovery-image] Aug 06 04:08:18.931 INFO O| Aug 06 04:08:18.931 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-08-06T04:08:20.632Z[ recovery-image] Aug 06 04:08:18.941 INFO O| Aug 06 04:08:18.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66322024-08-06T04:08:20.635Z[ recovery-image] Aug 06 04:08:18.941 INFO O| Aug 06 04:08:18.941 INFO STEP 925 (remove_files) COMPLETE
66332024-08-06T04:08:20.635Z[ recovery-image] Aug 06 04:08:18.941 INFO O| Aug 06 04:08:18.941 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-08-06T04:08:20.642Z[ recovery-image] Aug 06 04:08:18.951 INFO O| Aug 06 04:08:18.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66352024-08-06T04:08:20.643Z[ recovery-image] Aug 06 04:08:18.951 INFO O| Aug 06 04:08:18.951 INFO STEP 926 (remove_files) COMPLETE
66362024-08-06T04:08:20.645Z[ recovery-image] Aug 06 04:08:18.951 INFO O| Aug 06 04:08:18.951 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-08-06T04:08:20.652Z[ recovery-image] Aug 06 04:08:18.961 INFO O| Aug 06 04:08:18.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66382024-08-06T04:08:20.653Z[ recovery-image] Aug 06 04:08:18.961 INFO O| Aug 06 04:08:18.961 INFO STEP 927 (remove_files) COMPLETE
66392024-08-06T04:08:20.655Z[ recovery-image] Aug 06 04:08:18.961 INFO O| Aug 06 04:08:18.961 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-08-06T04:08:20.662Z[ recovery-image] Aug 06 04:08:18.970 INFO O| Aug 06 04:08:18.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66412024-08-06T04:08:20.662Z[ recovery-image] Aug 06 04:08:18.970 INFO O| Aug 06 04:08:18.970 INFO STEP 928 (remove_files) COMPLETE
66422024-08-06T04:08:20.662Z[ recovery-image] Aug 06 04:08:18.970 INFO O| Aug 06 04:08:18.970 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-08-06T04:08:20.672Z[ recovery-image] Aug 06 04:08:18.980 INFO O| Aug 06 04:08:18.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66442024-08-06T04:08:20.674Z[ recovery-image] Aug 06 04:08:18.980 INFO O| Aug 06 04:08:18.980 INFO STEP 929 (remove_files) COMPLETE
66452024-08-06T04:08:20.674Z[ recovery-image] Aug 06 04:08:18.980 INFO O| Aug 06 04:08:18.980 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-08-06T04:08:20.682Z[ recovery-image] Aug 06 04:08:18.990 INFO O| Aug 06 04:08:18.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
66472024-08-06T04:08:20.684Z[ recovery-image] Aug 06 04:08:18.990 INFO O| Aug 06 04:08:18.990 INFO STEP 930 (remove_files) COMPLETE
66482024-08-06T04:08:20.684Z[ recovery-image] Aug 06 04:08:18.990 INFO O| Aug 06 04:08:18.990 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-08-06T04:08:20.691Z[ recovery-image] Aug 06 04:08:18.999 INFO O| Aug 06 04:08:18.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
66502024-08-06T04:08:20.691Z[ recovery-image] Aug 06 04:08:18.999 INFO O| Aug 06 04:08:18.999 INFO STEP 931 (remove_files) COMPLETE
66512024-08-06T04:08:20.694Z[ recovery-image] Aug 06 04:08:18.999 INFO O| Aug 06 04:08:18.999 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-08-06T04:08:20.703Z[ recovery-image] Aug 06 04:08:19.011 INFO O| Aug 06 04:08:19.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
66532024-08-06T04:08:20.703Z[ recovery-image] Aug 06 04:08:19.011 INFO O| Aug 06 04:08:19.011 INFO STEP 932 (remove_files) COMPLETE
66542024-08-06T04:08:20.705Z[ recovery-image] Aug 06 04:08:19.011 INFO O| Aug 06 04:08:19.011 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-08-06T04:08:20.713Z[ recovery-image] Aug 06 04:08:19.021 INFO O| Aug 06 04:08:19.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
66562024-08-06T04:08:20.713Z[ recovery-image] Aug 06 04:08:19.021 INFO O| Aug 06 04:08:19.021 INFO STEP 933 (remove_files) COMPLETE
66572024-08-06T04:08:20.715Z[ recovery-image] Aug 06 04:08:19.021 INFO O| Aug 06 04:08:19.021 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-08-06T04:08:20.723Z[ recovery-image] Aug 06 04:08:19.031 INFO O| Aug 06 04:08:19.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
66592024-08-06T04:08:20.723Z[ recovery-image] Aug 06 04:08:19.031 INFO O| Aug 06 04:08:19.031 INFO STEP 934 (remove_files) COMPLETE
66602024-08-06T04:08:20.725Z[ recovery-image] Aug 06 04:08:19.031 INFO O| Aug 06 04:08:19.031 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-08-06T04:08:20.732Z[ recovery-image] Aug 06 04:08:19.040 INFO O| Aug 06 04:08:19.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
66622024-08-06T04:08:20.733Z[ recovery-image] Aug 06 04:08:19.041 INFO O| Aug 06 04:08:19.041 INFO STEP 935 (remove_files) COMPLETE
66632024-08-06T04:08:20.733Z[ recovery-image] Aug 06 04:08:19.041 INFO O| Aug 06 04:08:19.041 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-08-06T04:08:20.742Z[ recovery-image] Aug 06 04:08:19.050 INFO O| Aug 06 04:08:19.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
66652024-08-06T04:08:20.742Z[ recovery-image] Aug 06 04:08:19.050 INFO O| Aug 06 04:08:19.050 INFO STEP 936 (remove_files) COMPLETE
66662024-08-06T04:08:20.742Z[ recovery-image] Aug 06 04:08:19.050 INFO O| Aug 06 04:08:19.050 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-08-06T04:08:20.752Z[ recovery-image] Aug 06 04:08:19.060 INFO O| Aug 06 04:08:19.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
66682024-08-06T04:08:20.752Z[ recovery-image] Aug 06 04:08:19.060 INFO O| Aug 06 04:08:19.060 INFO STEP 937 (remove_files) COMPLETE
66692024-08-06T04:08:20.752Z[ recovery-image] Aug 06 04:08:19.060 INFO O| Aug 06 04:08:19.060 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-08-06T04:08:20.770Z[ recovery-image] Aug 06 04:08:19.076 INFO O| Aug 06 04:08:19.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
66712024-08-06T04:08:20.770Z[ recovery-image] Aug 06 04:08:19.076 INFO O| Aug 06 04:08:19.075 INFO STEP 938 (remove_files) COMPLETE
66722024-08-06T04:08:20.770Z[ recovery-image] Aug 06 04:08:19.076 INFO O| Aug 06 04:08:19.075 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-08-06T04:08:20.795Z[ recovery-image] Aug 06 04:08:19.103 INFO O| Aug 06 04:08:19.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
66742024-08-06T04:08:20.796Z[ recovery-image] Aug 06 04:08:19.103 INFO O| Aug 06 04:08:19.103 INFO STEP 939 (remove_files) COMPLETE
66752024-08-06T04:08:20.799Z[ recovery-image] Aug 06 04:08:19.103 INFO O| Aug 06 04:08:19.103 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-08-06T04:08:20.811Z[ recovery-image] Aug 06 04:08:19.119 INFO O| Aug 06 04:08:19.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
66772024-08-06T04:08:20.811Z[ recovery-image] Aug 06 04:08:19.119 INFO O| Aug 06 04:08:19.119 INFO STEP 940 (remove_files) COMPLETE
66782024-08-06T04:08:20.811Z[ recovery-image] Aug 06 04:08:19.119 INFO O| Aug 06 04:08:19.119 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-08-06T04:08:20.825Z[ recovery-image] Aug 06 04:08:19.133 INFO O| Aug 06 04:08:19.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
66802024-08-06T04:08:20.825Z[ recovery-image] Aug 06 04:08:19.133 INFO O| Aug 06 04:08:19.133 INFO STEP 941 (remove_files) COMPLETE
66812024-08-06T04:08:20.828Z[ recovery-image] Aug 06 04:08:19.133 INFO O| Aug 06 04:08:19.133 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-08-06T04:08:20.840Z[ recovery-image] Aug 06 04:08:19.148 INFO O| Aug 06 04:08:19.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
66832024-08-06T04:08:20.840Z[ recovery-image] Aug 06 04:08:19.148 INFO O| Aug 06 04:08:19.148 INFO STEP 942 (remove_files) COMPLETE
66842024-08-06T04:08:20.842Z[ recovery-image] Aug 06 04:08:19.148 INFO O| Aug 06 04:08:19.148 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-08-06T04:08:20.850Z[ recovery-image] Aug 06 04:08:19.158 INFO O| Aug 06 04:08:19.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
66862024-08-06T04:08:20.851Z[ recovery-image] Aug 06 04:08:19.158 INFO O| Aug 06 04:08:19.158 INFO STEP 943 (remove_files) COMPLETE
66872024-08-06T04:08:20.851Z[ recovery-image] Aug 06 04:08:19.158 INFO O| Aug 06 04:08:19.158 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-08-06T04:08:20.861Z[ recovery-image] Aug 06 04:08:19.169 INFO O| Aug 06 04:08:19.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
66892024-08-06T04:08:20.861Z[ recovery-image] Aug 06 04:08:19.169 INFO O| Aug 06 04:08:19.169 INFO STEP 944 (remove_files) COMPLETE
66902024-08-06T04:08:20.861Z[ recovery-image] Aug 06 04:08:19.169 INFO O| Aug 06 04:08:19.169 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-08-06T04:08:20.871Z[ recovery-image] Aug 06 04:08:19.179 INFO O| Aug 06 04:08:19.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
66922024-08-06T04:08:20.871Z[ recovery-image] Aug 06 04:08:19.179 INFO O| Aug 06 04:08:19.179 INFO STEP 945 (remove_files) COMPLETE
66932024-08-06T04:08:20.871Z[ recovery-image] Aug 06 04:08:19.179 INFO O| Aug 06 04:08:19.179 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-08-06T04:08:20.881Z[ recovery-image] Aug 06 04:08:19.189 INFO O| Aug 06 04:08:19.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
66952024-08-06T04:08:20.881Z[ recovery-image] Aug 06 04:08:19.189 INFO O| Aug 06 04:08:19.189 INFO STEP 946 (remove_files) COMPLETE
66962024-08-06T04:08:20.884Z[ recovery-image] Aug 06 04:08:19.189 INFO O| Aug 06 04:08:19.189 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-08-06T04:08:20.891Z[ recovery-image] Aug 06 04:08:19.199 INFO O| Aug 06 04:08:19.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
66982024-08-06T04:08:20.891Z[ recovery-image] Aug 06 04:08:19.199 INFO O| Aug 06 04:08:19.199 INFO STEP 947 (remove_files) COMPLETE
66992024-08-06T04:08:20.891Z[ recovery-image] Aug 06 04:08:19.199 INFO O| Aug 06 04:08:19.199 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-08-06T04:08:20.901Z[ recovery-image] Aug 06 04:08:19.209 INFO O| Aug 06 04:08:19.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67012024-08-06T04:08:20.901Z[ recovery-image] Aug 06 04:08:19.209 INFO O| Aug 06 04:08:19.209 INFO STEP 948 (remove_files) COMPLETE
67022024-08-06T04:08:20.904Z[ recovery-image] Aug 06 04:08:19.209 INFO O| Aug 06 04:08:19.209 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-08-06T04:08:20.913Z[ recovery-image] Aug 06 04:08:19.221 INFO O| Aug 06 04:08:19.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67042024-08-06T04:08:20.913Z[ recovery-image] Aug 06 04:08:19.221 INFO O| Aug 06 04:08:19.221 INFO STEP 949 (remove_files) COMPLETE
67052024-08-06T04:08:20.916Z[ recovery-image] Aug 06 04:08:19.221 INFO O| Aug 06 04:08:19.221 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-08-06T04:08:20.924Z[ recovery-image] Aug 06 04:08:19.232 INFO O| Aug 06 04:08:19.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67072024-08-06T04:08:20.924Z[ recovery-image] Aug 06 04:08:19.232 INFO O| Aug 06 04:08:19.232 INFO STEP 950 (remove_files) COMPLETE
67082024-08-06T04:08:20.926Z[ recovery-image] Aug 06 04:08:19.232 INFO O| Aug 06 04:08:19.232 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-08-06T04:08:20.935Z[ recovery-image] Aug 06 04:08:19.243 INFO O| Aug 06 04:08:19.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67102024-08-06T04:08:20.935Z[ recovery-image] Aug 06 04:08:19.244 INFO O| Aug 06 04:08:19.244 INFO STEP 951 (remove_files) COMPLETE
67112024-08-06T04:08:20.938Z[ recovery-image] Aug 06 04:08:19.244 INFO O| Aug 06 04:08:19.244 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-08-06T04:08:20.947Z[ recovery-image] Aug 06 04:08:19.255 INFO O| Aug 06 04:08:19.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67132024-08-06T04:08:20.950Z[ recovery-image] Aug 06 04:08:19.255 INFO O| Aug 06 04:08:19.255 INFO STEP 952 (remove_files) COMPLETE
67142024-08-06T04:08:20.950Z[ recovery-image] Aug 06 04:08:19.255 INFO O| Aug 06 04:08:19.255 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-08-06T04:08:20.957Z[ recovery-image] Aug 06 04:08:19.265 INFO O| Aug 06 04:08:19.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67162024-08-06T04:08:20.957Z[ recovery-image] Aug 06 04:08:19.265 INFO O| Aug 06 04:08:19.265 INFO STEP 953 (remove_files) COMPLETE
67172024-08-06T04:08:20.960Z[ recovery-image] Aug 06 04:08:19.265 INFO O| Aug 06 04:08:19.265 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-08-06T04:08:20.967Z[ recovery-image] Aug 06 04:08:19.275 INFO O| Aug 06 04:08:19.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67192024-08-06T04:08:20.970Z[ recovery-image] Aug 06 04:08:19.275 INFO O| Aug 06 04:08:19.275 INFO STEP 954 (remove_files) COMPLETE
67202024-08-06T04:08:20.970Z[ recovery-image] Aug 06 04:08:19.275 INFO O| Aug 06 04:08:19.275 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-08-06T04:08:20.977Z[ recovery-image] Aug 06 04:08:19.285 INFO O| Aug 06 04:08:19.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67222024-08-06T04:08:20.979Z[ recovery-image] Aug 06 04:08:19.285 INFO O| Aug 06 04:08:19.285 INFO STEP 955 (remove_files) COMPLETE
67232024-08-06T04:08:20.979Z[ recovery-image] Aug 06 04:08:19.285 INFO O| Aug 06 04:08:19.285 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-08-06T04:08:20.986Z[ recovery-image] Aug 06 04:08:19.294 INFO O| Aug 06 04:08:19.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67252024-08-06T04:08:20.986Z[ recovery-image] Aug 06 04:08:19.294 INFO O| Aug 06 04:08:19.294 INFO STEP 956 (remove_files) COMPLETE
67262024-08-06T04:08:20.989Z[ recovery-image] Aug 06 04:08:19.294 INFO O| Aug 06 04:08:19.294 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-08-06T04:08:20.996Z[ recovery-image] Aug 06 04:08:19.304 INFO O| Aug 06 04:08:19.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67282024-08-06T04:08:20.999Z[ recovery-image] Aug 06 04:08:19.304 INFO O| Aug 06 04:08:19.304 INFO STEP 957 (remove_files) COMPLETE
67292024-08-06T04:08:20.999Z[ recovery-image] Aug 06 04:08:19.304 INFO O| Aug 06 04:08:19.304 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-08-06T04:08:21.006Z[ recovery-image] Aug 06 04:08:19.314 INFO O| Aug 06 04:08:19.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67312024-08-06T04:08:21.009Z[ recovery-image] Aug 06 04:08:19.314 INFO O| Aug 06 04:08:19.314 INFO STEP 958 (remove_files) COMPLETE
67322024-08-06T04:08:21.009Z[ recovery-image] Aug 06 04:08:19.314 INFO O| Aug 06 04:08:19.314 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-08-06T04:08:21.016Z[ recovery-image] Aug 06 04:08:19.324 INFO O| Aug 06 04:08:19.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67342024-08-06T04:08:21.016Z[ recovery-image] Aug 06 04:08:19.324 INFO O| Aug 06 04:08:19.324 INFO STEP 959 (remove_files) COMPLETE
67352024-08-06T04:08:21.016Z[ recovery-image] Aug 06 04:08:19.324 INFO O| Aug 06 04:08:19.324 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-08-06T04:08:21.026Z[ recovery-image] Aug 06 04:08:19.334 INFO O| Aug 06 04:08:19.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67372024-08-06T04:08:21.026Z[ recovery-image] Aug 06 04:08:19.334 INFO O| Aug 06 04:08:19.334 INFO STEP 960 (remove_files) COMPLETE
67382024-08-06T04:08:21.026Z[ recovery-image] Aug 06 04:08:19.334 INFO O| Aug 06 04:08:19.334 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-08-06T04:08:21.036Z[ recovery-image] Aug 06 04:08:19.344 INFO O| Aug 06 04:08:19.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67402024-08-06T04:08:21.036Z[ recovery-image] Aug 06 04:08:19.344 INFO O| Aug 06 04:08:19.344 INFO STEP 961 (remove_files) COMPLETE
67412024-08-06T04:08:21.038Z[ recovery-image] Aug 06 04:08:19.344 INFO O| Aug 06 04:08:19.344 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-08-06T04:08:21.046Z[ recovery-image] Aug 06 04:08:19.354 INFO O| Aug 06 04:08:19.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67432024-08-06T04:08:21.046Z[ recovery-image] Aug 06 04:08:19.354 INFO O| Aug 06 04:08:19.354 INFO STEP 962 (remove_files) COMPLETE
67442024-08-06T04:08:21.046Z[ recovery-image] Aug 06 04:08:19.354 INFO O| Aug 06 04:08:19.354 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-08-06T04:08:21.056Z[ recovery-image] Aug 06 04:08:19.364 INFO O| Aug 06 04:08:19.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67462024-08-06T04:08:21.056Z[ recovery-image] Aug 06 04:08:19.364 INFO O| Aug 06 04:08:19.364 INFO STEP 963 (remove_files) COMPLETE
67472024-08-06T04:08:21.056Z[ recovery-image] Aug 06 04:08:19.364 INFO O| Aug 06 04:08:19.364 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-08-06T04:08:21.066Z[ recovery-image] Aug 06 04:08:19.374 INFO O| Aug 06 04:08:19.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
67492024-08-06T04:08:21.066Z[ recovery-image] Aug 06 04:08:19.374 INFO O| Aug 06 04:08:19.374 INFO STEP 964 (remove_files) COMPLETE
67502024-08-06T04:08:21.068Z[ recovery-image] Aug 06 04:08:19.374 INFO O| Aug 06 04:08:19.374 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-06T04:08:21.075Z[ recovery-image] Aug 06 04:08:19.383 INFO O| Aug 06 04:08:19.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
67522024-08-06T04:08:21.078Z[ recovery-image] Aug 06 04:08:19.384 INFO O| Aug 06 04:08:19.384 INFO STEP 965 (remove_files) COMPLETE
67532024-08-06T04:08:21.078Z[ recovery-image] Aug 06 04:08:19.384 INFO O| Aug 06 04:08:19.384 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-06T04:08:21.085Z[ recovery-image] Aug 06 04:08:19.393 INFO O| Aug 06 04:08:19.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
67552024-08-06T04:08:21.085Z[ recovery-image] Aug 06 04:08:19.394 INFO O| Aug 06 04:08:19.394 INFO STEP 966 (remove_files) COMPLETE
67562024-08-06T04:08:21.088Z[ recovery-image] Aug 06 04:08:19.394 INFO O| Aug 06 04:08:19.394 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-06T04:08:21.095Z[ recovery-image] Aug 06 04:08:19.403 INFO O| Aug 06 04:08:19.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
67582024-08-06T04:08:21.095Z[ recovery-image] Aug 06 04:08:19.403 INFO O| Aug 06 04:08:19.403 INFO STEP 967 (remove_files) COMPLETE
67592024-08-06T04:08:21.095Z[ recovery-image] Aug 06 04:08:19.404 INFO O| Aug 06 04:08:19.403 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-08-06T04:08:21.105Z[ recovery-image] Aug 06 04:08:19.413 INFO O| Aug 06 04:08:19.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
67612024-08-06T04:08:21.105Z[ recovery-image] Aug 06 04:08:19.413 INFO O| Aug 06 04:08:19.413 INFO STEP 968 (remove_files) COMPLETE
67622024-08-06T04:08:21.108Z[ recovery-image] Aug 06 04:08:19.413 INFO O| Aug 06 04:08:19.413 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-08-06T04:08:21.115Z[ recovery-image] Aug 06 04:08:19.423 INFO O| Aug 06 04:08:19.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
67642024-08-06T04:08:21.115Z[ recovery-image] Aug 06 04:08:19.423 INFO O| Aug 06 04:08:19.423 INFO STEP 969 (remove_files) COMPLETE
67652024-08-06T04:08:21.117Z[ recovery-image] Aug 06 04:08:19.423 INFO O| Aug 06 04:08:19.423 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-08-06T04:08:21.125Z[ recovery-image] Aug 06 04:08:19.433 INFO O| Aug 06 04:08:19.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
67672024-08-06T04:08:21.125Z[ recovery-image] Aug 06 04:08:19.433 INFO O| Aug 06 04:08:19.433 INFO STEP 970 (remove_files) COMPLETE
67682024-08-06T04:08:21.125Z[ recovery-image] Aug 06 04:08:19.433 INFO O| Aug 06 04:08:19.433 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-08-06T04:08:21.134Z[ recovery-image] Aug 06 04:08:19.442 INFO O| Aug 06 04:08:19.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
67702024-08-06T04:08:21.134Z[ recovery-image] Aug 06 04:08:19.442 INFO O| Aug 06 04:08:19.442 INFO STEP 971 (remove_files) COMPLETE
67712024-08-06T04:08:21.137Z[ recovery-image] Aug 06 04:08:19.442 INFO O| Aug 06 04:08:19.442 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-08-06T04:08:21.144Z[ recovery-image] Aug 06 04:08:19.452 INFO O| Aug 06 04:08:19.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
67732024-08-06T04:08:21.144Z[ recovery-image] Aug 06 04:08:19.452 INFO O| Aug 06 04:08:19.452 INFO STEP 972 (remove_files) COMPLETE
67742024-08-06T04:08:21.147Z[ recovery-image] Aug 06 04:08:19.452 INFO O| Aug 06 04:08:19.452 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-08-06T04:08:21.153Z[ recovery-image] Aug 06 04:08:19.461 INFO O| Aug 06 04:08:19.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
67762024-08-06T04:08:21.156Z[ recovery-image] Aug 06 04:08:19.462 INFO O| Aug 06 04:08:19.462 INFO STEP 973 (remove_files) COMPLETE
67772024-08-06T04:08:21.156Z[ recovery-image] Aug 06 04:08:19.462 INFO O| Aug 06 04:08:19.462 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-08-06T04:08:21.163Z[ recovery-image] Aug 06 04:08:19.471 INFO O| Aug 06 04:08:19.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
67792024-08-06T04:08:21.167Z[ recovery-image] Aug 06 04:08:19.471 INFO O| Aug 06 04:08:19.471 INFO STEP 974 (remove_files) COMPLETE
67802024-08-06T04:08:21.167Z[ recovery-image] Aug 06 04:08:19.471 INFO O| Aug 06 04:08:19.471 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-08-06T04:08:21.173Z[ recovery-image] Aug 06 04:08:19.481 INFO O| Aug 06 04:08:19.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
67822024-08-06T04:08:21.173Z[ recovery-image] Aug 06 04:08:19.481 INFO O| Aug 06 04:08:19.481 INFO STEP 975 (remove_files) COMPLETE
67832024-08-06T04:08:21.173Z[ recovery-image] Aug 06 04:08:19.481 INFO O| Aug 06 04:08:19.481 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-08-06T04:08:21.183Z[ recovery-image] Aug 06 04:08:19.491 INFO O| Aug 06 04:08:19.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
67852024-08-06T04:08:21.183Z[ recovery-image] Aug 06 04:08:19.491 INFO O| Aug 06 04:08:19.491 INFO STEP 976 (remove_files) COMPLETE
67862024-08-06T04:08:21.185Z[ recovery-image] Aug 06 04:08:19.491 INFO O| Aug 06 04:08:19.491 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-08-06T04:08:21.192Z[ recovery-image] Aug 06 04:08:19.500 INFO O| Aug 06 04:08:19.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
67882024-08-06T04:08:21.192Z[ recovery-image] Aug 06 04:08:19.500 INFO O| Aug 06 04:08:19.500 INFO STEP 977 (remove_files) COMPLETE
67892024-08-06T04:08:21.195Z[ recovery-image] Aug 06 04:08:19.500 INFO O| Aug 06 04:08:19.500 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-08-06T04:08:21.203Z[ recovery-image] Aug 06 04:08:19.511 INFO O| Aug 06 04:08:19.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
67912024-08-06T04:08:21.203Z[ recovery-image] Aug 06 04:08:19.511 INFO O| Aug 06 04:08:19.511 INFO STEP 978 (remove_files) COMPLETE
67922024-08-06T04:08:21.205Z[ recovery-image] Aug 06 04:08:19.511 INFO O| Aug 06 04:08:19.511 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-08-06T04:08:21.213Z[ recovery-image] Aug 06 04:08:19.521 INFO O| Aug 06 04:08:19.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
67942024-08-06T04:08:21.216Z[ recovery-image] Aug 06 04:08:19.521 INFO O| Aug 06 04:08:19.521 INFO STEP 979 (remove_files) COMPLETE
67952024-08-06T04:08:21.216Z[ recovery-image] Aug 06 04:08:19.521 INFO O| Aug 06 04:08:19.521 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-08-06T04:08:21.223Z[ recovery-image] Aug 06 04:08:19.531 INFO O| Aug 06 04:08:19.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
67972024-08-06T04:08:21.225Z[ recovery-image] Aug 06 04:08:19.531 INFO O| Aug 06 04:08:19.531 INFO STEP 980 (remove_files) COMPLETE
67982024-08-06T04:08:21.225Z[ recovery-image] Aug 06 04:08:19.531 INFO O| Aug 06 04:08:19.531 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-08-06T04:08:21.233Z[ recovery-image] Aug 06 04:08:19.541 INFO O| Aug 06 04:08:19.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68002024-08-06T04:08:21.236Z[ recovery-image] Aug 06 04:08:19.541 INFO O| Aug 06 04:08:19.541 INFO STEP 981 (remove_files) COMPLETE
68012024-08-06T04:08:21.236Z[ recovery-image] Aug 06 04:08:19.541 INFO O| Aug 06 04:08:19.541 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-08-06T04:08:21.244Z[ recovery-image] Aug 06 04:08:19.552 INFO O| Aug 06 04:08:19.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68032024-08-06T04:08:21.244Z[ recovery-image] Aug 06 04:08:19.552 INFO O| Aug 06 04:08:19.552 INFO STEP 982 (remove_files) COMPLETE
68042024-08-06T04:08:21.246Z[ recovery-image] Aug 06 04:08:19.552 INFO O| Aug 06 04:08:19.552 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-08-06T04:08:21.254Z[ recovery-image] Aug 06 04:08:19.562 INFO O| Aug 06 04:08:19.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68062024-08-06T04:08:21.257Z[ recovery-image] Aug 06 04:08:19.562 INFO O| Aug 06 04:08:19.562 INFO STEP 983 (remove_files) COMPLETE
68072024-08-06T04:08:21.257Z[ recovery-image] Aug 06 04:08:19.562 INFO O| Aug 06 04:08:19.562 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-08-06T04:08:21.264Z[ recovery-image] Aug 06 04:08:19.572 INFO O| Aug 06 04:08:19.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68092024-08-06T04:08:21.265Z[ recovery-image] Aug 06 04:08:19.572 INFO O| Aug 06 04:08:19.572 INFO STEP 984 (remove_files) COMPLETE
68102024-08-06T04:08:21.267Z[ recovery-image] Aug 06 04:08:19.572 INFO O| Aug 06 04:08:19.572 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-08-06T04:08:21.276Z[ recovery-image] Aug 06 04:08:19.584 INFO O| Aug 06 04:08:19.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68122024-08-06T04:08:21.276Z[ recovery-image] Aug 06 04:08:19.584 INFO O| Aug 06 04:08:19.584 INFO STEP 985 (remove_files) COMPLETE
68132024-08-06T04:08:21.276Z[ recovery-image] Aug 06 04:08:19.584 INFO O| Aug 06 04:08:19.584 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-08-06T04:08:21.287Z[ recovery-image] Aug 06 04:08:19.595 INFO O| Aug 06 04:08:19.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68152024-08-06T04:08:21.287Z[ recovery-image] Aug 06 04:08:19.595 INFO O| Aug 06 04:08:19.595 INFO STEP 986 (remove_files) COMPLETE
68162024-08-06T04:08:21.290Z[ recovery-image] Aug 06 04:08:19.595 INFO O| Aug 06 04:08:19.595 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-08-06T04:08:21.299Z[ recovery-image] Aug 06 04:08:19.607 INFO O| Aug 06 04:08:19.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68182024-08-06T04:08:21.299Z[ recovery-image] Aug 06 04:08:19.607 INFO O| Aug 06 04:08:19.607 INFO STEP 987 (remove_files) COMPLETE
68192024-08-06T04:08:21.301Z[ recovery-image] Aug 06 04:08:19.607 INFO O| Aug 06 04:08:19.607 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-08-06T04:08:21.310Z[ recovery-image] Aug 06 04:08:19.617 INFO O| Aug 06 04:08:19.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68212024-08-06T04:08:21.312Z[ recovery-image] Aug 06 04:08:19.617 INFO O| Aug 06 04:08:19.617 INFO STEP 988 (remove_files) COMPLETE
68222024-08-06T04:08:21.312Z[ recovery-image] Aug 06 04:08:19.617 INFO O| Aug 06 04:08:19.617 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-08-06T04:08:21.319Z[ recovery-image] Aug 06 04:08:19.627 INFO O| Aug 06 04:08:19.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68242024-08-06T04:08:21.319Z[ recovery-image] Aug 06 04:08:19.627 INFO O| Aug 06 04:08:19.627 INFO STEP 989 (remove_files) COMPLETE
68252024-08-06T04:08:21.325Z[ recovery-image] Aug 06 04:08:19.627 INFO O| Aug 06 04:08:19.627 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-08-06T04:08:21.330Z[ recovery-image] Aug 06 04:08:19.637 INFO O| Aug 06 04:08:19.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68272024-08-06T04:08:21.330Z[ recovery-image] Aug 06 04:08:19.637 INFO O| Aug 06 04:08:19.637 INFO STEP 990 (remove_files) COMPLETE
68282024-08-06T04:08:21.333Z[ recovery-image] Aug 06 04:08:19.637 INFO O| Aug 06 04:08:19.637 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-08-06T04:08:21.339Z[ recovery-image] Aug 06 04:08:19.646 INFO O| Aug 06 04:08:19.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68302024-08-06T04:08:21.339Z[ recovery-image] Aug 06 04:08:19.647 INFO O| Aug 06 04:08:19.647 INFO STEP 991 (remove_files) COMPLETE
68312024-08-06T04:08:21.341Z[ recovery-image] Aug 06 04:08:19.647 INFO O| Aug 06 04:08:19.647 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-08-06T04:08:21.349Z[ recovery-image] Aug 06 04:08:19.656 INFO O| Aug 06 04:08:19.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68332024-08-06T04:08:21.349Z[ recovery-image] Aug 06 04:08:19.657 INFO O| Aug 06 04:08:19.657 INFO STEP 992 (remove_files) COMPLETE
68342024-08-06T04:08:21.351Z[ recovery-image] Aug 06 04:08:19.657 INFO O| Aug 06 04:08:19.657 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-08-06T04:08:21.358Z[ recovery-image] Aug 06 04:08:19.666 INFO O| Aug 06 04:08:19.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68362024-08-06T04:08:21.361Z[ recovery-image] Aug 06 04:08:19.666 INFO O| Aug 06 04:08:19.666 INFO STEP 993 (remove_files) COMPLETE
68372024-08-06T04:08:21.361Z[ recovery-image] Aug 06 04:08:19.666 INFO O| Aug 06 04:08:19.666 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-08-06T04:08:21.368Z[ host-image] Aug 06 04:08:19.676 INFO O| Aug 06 04:08:19.676 INFO O| Done
68392024-08-06T04:08:21.370Z[ recovery-image] Aug 06 04:08:19.676 INFO O| Aug 06 04:08:19.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68402024-08-06T04:08:21.370Z[ recovery-image] Aug 06 04:08:19.676 INFO O| Aug 06 04:08:19.676 INFO STEP 994 (remove_files) COMPLETE
68412024-08-06T04:08:21.370Z[ recovery-image] Aug 06 04:08:19.676 INFO O| Aug 06 04:08:19.676 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-08-06T04:08:21.379Z[ recovery-image] Aug 06 04:08:19.687 INFO O| Aug 06 04:08:19.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68432024-08-06T04:08:21.379Z[ recovery-image] Aug 06 04:08:19.687 INFO O| Aug 06 04:08:19.687 INFO STEP 995 (remove_files) COMPLETE
68442024-08-06T04:08:21.379Z[ recovery-image] Aug 06 04:08:19.687 INFO O| Aug 06 04:08:19.687 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-08-06T04:08:21.389Z[ recovery-image] Aug 06 04:08:19.697 INFO O| Aug 06 04:08:19.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68462024-08-06T04:08:21.389Z[ recovery-image] Aug 06 04:08:19.697 INFO O| Aug 06 04:08:19.697 INFO STEP 996 (remove_files) COMPLETE
68472024-08-06T04:08:21.392Z[ recovery-image] Aug 06 04:08:19.697 INFO O| Aug 06 04:08:19.697 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-08-06T04:08:21.394Z[ host-image] Aug 06 04:08:19.702 INFO O| Aug 06 04:08:19.702 INFO O| Done
68492024-08-06T04:08:21.394Z[ host-image] Aug 06 04:08:19.702 INFO O| Aug 06 04:08:19.702 INFO O| Done
68502024-08-06T04:08:21.399Z[ recovery-image] Aug 06 04:08:19.707 INFO O| Aug 06 04:08:19.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
68512024-08-06T04:08:21.399Z[ recovery-image] Aug 06 04:08:19.707 INFO O| Aug 06 04:08:19.707 INFO STEP 997 (remove_files) COMPLETE
68522024-08-06T04:08:21.402Z[ recovery-image] Aug 06 04:08:19.707 INFO O| Aug 06 04:08:19.707 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-08-06T04:08:21.409Z[ recovery-image] Aug 06 04:08:19.717 INFO O| Aug 06 04:08:19.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
68542024-08-06T04:08:21.409Z[ recovery-image] Aug 06 04:08:19.717 INFO O| Aug 06 04:08:19.717 INFO STEP 998 (remove_files) COMPLETE
68552024-08-06T04:08:21.411Z[ recovery-image] Aug 06 04:08:19.717 INFO O| Aug 06 04:08:19.717 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-08-06T04:08:21.420Z[ recovery-image] Aug 06 04:08:19.726 INFO O| Aug 06 04:08:19.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
68572024-08-06T04:08:21.420Z[ recovery-image] Aug 06 04:08:19.726 INFO O| Aug 06 04:08:19.726 INFO STEP 999 (remove_files) COMPLETE
68582024-08-06T04:08:21.420Z[ recovery-image] Aug 06 04:08:19.726 INFO O| Aug 06 04:08:19.726 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-08-06T04:08:21.428Z[ recovery-image] Aug 06 04:08:19.736 INFO O| Aug 06 04:08:19.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
68602024-08-06T04:08:21.433Z[ recovery-image] Aug 06 04:08:19.736 INFO O| Aug 06 04:08:19.736 INFO STEP 1000 (remove_files) COMPLETE
68612024-08-06T04:08:21.433Z[ recovery-image] Aug 06 04:08:19.736 INFO O| Aug 06 04:08:19.736 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-08-06T04:08:21.433Z[ host-image] Aug 06 04:08:19.739 INFO O| Aug 06 04:08:19.739 INFO O| Done
68632024-08-06T04:08:21.439Z[ recovery-image] Aug 06 04:08:19.747 INFO O| Aug 06 04:08:19.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
68642024-08-06T04:08:21.439Z[ recovery-image] Aug 06 04:08:19.747 INFO O| Aug 06 04:08:19.747 INFO STEP 1001 (remove_files) COMPLETE
68652024-08-06T04:08:21.442Z[ recovery-image] Aug 06 04:08:19.747 INFO O| Aug 06 04:08:19.747 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-08-06T04:08:21.450Z[ recovery-image] Aug 06 04:08:19.758 INFO O| Aug 06 04:08:19.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
68672024-08-06T04:08:21.450Z[ recovery-image] Aug 06 04:08:19.758 INFO O| Aug 06 04:08:19.758 INFO STEP 1002 (remove_files) COMPLETE
68682024-08-06T04:08:21.450Z[ recovery-image] Aug 06 04:08:19.758 INFO O| Aug 06 04:08:19.758 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-08-06T04:08:21.462Z[ recovery-image] Aug 06 04:08:19.770 INFO O| Aug 06 04:08:19.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
68702024-08-06T04:08:21.463Z[ recovery-image] Aug 06 04:08:19.770 INFO O| Aug 06 04:08:19.770 INFO STEP 1003 (remove_files) COMPLETE
68712024-08-06T04:08:21.468Z[ recovery-image] Aug 06 04:08:19.770 INFO O| Aug 06 04:08:19.770 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-08-06T04:08:21.474Z[ recovery-image] Aug 06 04:08:19.781 INFO O| Aug 06 04:08:19.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
68732024-08-06T04:08:21.474Z[ recovery-image] Aug 06 04:08:19.782 INFO O| Aug 06 04:08:19.781 INFO STEP 1004 (remove_files) COMPLETE
68742024-08-06T04:08:21.476Z[ recovery-image] Aug 06 04:08:19.782 INFO O| Aug 06 04:08:19.782 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-08-06T04:08:21.485Z[ recovery-image] Aug 06 04:08:19.792 INFO O| Aug 06 04:08:19.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
68762024-08-06T04:08:21.487Z[ recovery-image] Aug 06 04:08:19.792 INFO O| Aug 06 04:08:19.792 INFO STEP 1005 (remove_files) COMPLETE
68772024-08-06T04:08:21.487Z[ recovery-image] Aug 06 04:08:19.792 INFO O| Aug 06 04:08:19.792 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-08-06T04:08:21.495Z[ recovery-image] Aug 06 04:08:19.803 INFO O| Aug 06 04:08:19.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
68792024-08-06T04:08:21.495Z[ recovery-image] Aug 06 04:08:19.803 INFO O| Aug 06 04:08:19.803 INFO STEP 1006 (remove_files) COMPLETE
68802024-08-06T04:08:21.498Z[ recovery-image] Aug 06 04:08:19.803 INFO O| Aug 06 04:08:19.803 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-08-06T04:08:21.507Z[ recovery-image] Aug 06 04:08:19.814 INFO O| Aug 06 04:08:19.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
68822024-08-06T04:08:21.507Z[ recovery-image] Aug 06 04:08:19.814 INFO O| Aug 06 04:08:19.814 INFO STEP 1007 (remove_files) COMPLETE
68832024-08-06T04:08:21.507Z[ recovery-image] Aug 06 04:08:19.814 INFO O| Aug 06 04:08:19.814 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-08-06T04:08:21.517Z[ recovery-image] Aug 06 04:08:19.825 INFO O| Aug 06 04:08:19.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
68852024-08-06T04:08:21.520Z[ recovery-image] Aug 06 04:08:19.825 INFO O| Aug 06 04:08:19.825 INFO STEP 1008 (remove_files) COMPLETE
68862024-08-06T04:08:21.520Z[ recovery-image] Aug 06 04:08:19.825 INFO O| Aug 06 04:08:19.825 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-08-06T04:08:21.528Z[ recovery-image] Aug 06 04:08:19.836 INFO O| Aug 06 04:08:19.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
68882024-08-06T04:08:21.528Z[ recovery-image] Aug 06 04:08:19.836 INFO O| Aug 06 04:08:19.836 INFO STEP 1009 (remove_files) COMPLETE
68892024-08-06T04:08:21.532Z[ recovery-image] Aug 06 04:08:19.836 INFO O| Aug 06 04:08:19.836 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-08-06T04:08:21.537Z[ host-image] Aug 06 04:08:19.845 INFO O| Aug 06 04:08:19.845 INFO STEP 13 (pkg_install) COMPLETE
68912024-08-06T04:08:21.538Z[ host-image] Aug 06 04:08:19.845 INFO O| Aug 06 04:08:19.845 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68922024-08-06T04:08:21.542Z[ recovery-image] Aug 06 04:08:19.846 INFO O| Aug 06 04:08:19.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
68932024-08-06T04:08:21.542Z[ recovery-image] Aug 06 04:08:19.846 INFO O| Aug 06 04:08:19.846 INFO STEP 1010 (remove_files) COMPLETE
68942024-08-06T04:08:21.542Z[ recovery-image] Aug 06 04:08:19.846 INFO O| Aug 06 04:08:19.846 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-08-06T04:08:21.548Z[ host-image] Aug 06 04:08:19.855 INFO O| Aug 06 04:08:19.855 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
68962024-08-06T04:08:21.550Z[ recovery-image] Aug 06 04:08:19.856 INFO O| Aug 06 04:08:19.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
68972024-08-06T04:08:21.550Z[ recovery-image] Aug 06 04:08:19.856 INFO O| Aug 06 04:08:19.856 INFO STEP 1011 (remove_files) COMPLETE
68982024-08-06T04:08:21.550Z[ recovery-image] Aug 06 04:08:19.856 INFO O| Aug 06 04:08:19.856 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-08-06T04:08:21.558Z[ recovery-image] Aug 06 04:08:19.865 INFO O| Aug 06 04:08:19.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69002024-08-06T04:08:21.558Z[ recovery-image] Aug 06 04:08:19.866 INFO O| Aug 06 04:08:19.866 INFO STEP 1012 (remove_files) COMPLETE
69012024-08-06T04:08:21.561Z[ recovery-image] Aug 06 04:08:19.866 INFO O| Aug 06 04:08:19.866 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-08-06T04:08:21.567Z[ recovery-image] Aug 06 04:08:19.875 INFO O| Aug 06 04:08:19.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69032024-08-06T04:08:21.570Z[ recovery-image] Aug 06 04:08:19.875 INFO O| Aug 06 04:08:19.875 INFO STEP 1013 (remove_files) COMPLETE
69042024-08-06T04:08:21.570Z[ recovery-image] Aug 06 04:08:19.875 INFO O| Aug 06 04:08:19.875 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-08-06T04:08:21.577Z[ recovery-image] Aug 06 04:08:19.885 INFO O| Aug 06 04:08:19.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69062024-08-06T04:08:21.580Z[ recovery-image] Aug 06 04:08:19.885 INFO O| Aug 06 04:08:19.885 INFO STEP 1014 (remove_files) COMPLETE
69072024-08-06T04:08:21.580Z[ recovery-image] Aug 06 04:08:19.885 INFO O| Aug 06 04:08:19.885 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-08-06T04:08:21.587Z[ recovery-image] Aug 06 04:08:19.895 INFO O| Aug 06 04:08:19.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69092024-08-06T04:08:21.587Z[ recovery-image] Aug 06 04:08:19.895 INFO O| Aug 06 04:08:19.895 INFO STEP 1015 (remove_files) COMPLETE
69102024-08-06T04:08:21.589Z[ recovery-image] Aug 06 04:08:19.895 INFO O| Aug 06 04:08:19.895 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-08-06T04:08:21.597Z[ recovery-image] Aug 06 04:08:19.905 INFO O| Aug 06 04:08:19.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69122024-08-06T04:08:21.599Z[ recovery-image] Aug 06 04:08:19.905 INFO O| Aug 06 04:08:19.905 INFO STEP 1016 (remove_files) COMPLETE
69132024-08-06T04:08:21.599Z[ recovery-image] Aug 06 04:08:19.905 INFO O| Aug 06 04:08:19.905 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-08-06T04:08:21.607Z[ recovery-image] Aug 06 04:08:19.915 INFO O| Aug 06 04:08:19.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69152024-08-06T04:08:21.607Z[ recovery-image] Aug 06 04:08:19.915 INFO O| Aug 06 04:08:19.915 INFO STEP 1017 (remove_files) COMPLETE
69162024-08-06T04:08:21.610Z[ recovery-image] Aug 06 04:08:19.915 INFO O| Aug 06 04:08:19.915 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-08-06T04:08:21.617Z[ recovery-image] Aug 06 04:08:19.925 INFO O| Aug 06 04:08:19.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69182024-08-06T04:08:21.617Z[ recovery-image] Aug 06 04:08:19.925 INFO O| Aug 06 04:08:19.925 INFO STEP 1018 (remove_files) COMPLETE
69192024-08-06T04:08:21.617Z[ recovery-image] Aug 06 04:08:19.925 INFO O| Aug 06 04:08:19.925 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-08-06T04:08:21.627Z[ recovery-image] Aug 06 04:08:19.935 INFO O| Aug 06 04:08:19.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69212024-08-06T04:08:21.629Z[ recovery-image] Aug 06 04:08:19.935 INFO O| Aug 06 04:08:19.935 INFO STEP 1019 (remove_files) COMPLETE
69222024-08-06T04:08:21.629Z[ recovery-image] Aug 06 04:08:19.935 INFO O| Aug 06 04:08:19.935 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-08-06T04:08:21.637Z[ recovery-image] Aug 06 04:08:19.945 INFO O| Aug 06 04:08:19.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69242024-08-06T04:08:21.637Z[ recovery-image] Aug 06 04:08:19.945 INFO O| Aug 06 04:08:19.945 INFO STEP 1020 (remove_files) COMPLETE
69252024-08-06T04:08:21.640Z[ recovery-image] Aug 06 04:08:19.945 INFO O| Aug 06 04:08:19.945 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-08-06T04:08:21.648Z[ recovery-image] Aug 06 04:08:19.956 INFO O| Aug 06 04:08:19.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69272024-08-06T04:08:21.650Z[ recovery-image] Aug 06 04:08:19.956 INFO O| Aug 06 04:08:19.956 INFO STEP 1021 (remove_files) COMPLETE
69282024-08-06T04:08:21.650Z[ recovery-image] Aug 06 04:08:19.956 INFO O| Aug 06 04:08:19.956 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-08-06T04:08:21.658Z[ recovery-image] Aug 06 04:08:19.966 INFO O| Aug 06 04:08:19.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69302024-08-06T04:08:21.658Z[ recovery-image] Aug 06 04:08:19.966 INFO O| Aug 06 04:08:19.966 INFO STEP 1022 (remove_files) COMPLETE
69312024-08-06T04:08:21.658Z[ recovery-image] Aug 06 04:08:19.966 INFO O| Aug 06 04:08:19.966 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-08-06T04:08:21.671Z[ recovery-image] Aug 06 04:08:19.978 INFO O| Aug 06 04:08:19.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69332024-08-06T04:08:21.673Z[ recovery-image] Aug 06 04:08:19.978 INFO O| Aug 06 04:08:19.978 INFO STEP 1023 (remove_files) COMPLETE
69342024-08-06T04:08:21.673Z[ recovery-image] Aug 06 04:08:19.979 INFO O| Aug 06 04:08:19.978 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-08-06T04:08:21.682Z[ recovery-image] Aug 06 04:08:19.989 INFO O| Aug 06 04:08:19.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69362024-08-06T04:08:21.682Z[ recovery-image] Aug 06 04:08:19.990 INFO O| Aug 06 04:08:19.989 INFO STEP 1024 (remove_files) COMPLETE
69372024-08-06T04:08:21.682Z[ recovery-image] Aug 06 04:08:19.990 INFO O| Aug 06 04:08:19.990 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-08-06T04:08:21.692Z[ recovery-image] Aug 06 04:08:20.000 INFO O| Aug 06 04:08:20.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69392024-08-06T04:08:21.692Z[ recovery-image] Aug 06 04:08:20.000 INFO O| Aug 06 04:08:20.000 INFO STEP 1025 (remove_files) COMPLETE
69402024-08-06T04:08:21.695Z[ recovery-image] Aug 06 04:08:20.000 INFO O| Aug 06 04:08:20.000 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-08-06T04:08:21.706Z[ recovery-image] Aug 06 04:08:20.013 INFO O| Aug 06 04:08:20.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69422024-08-06T04:08:21.706Z[ recovery-image] Aug 06 04:08:20.013 INFO O| Aug 06 04:08:20.013 INFO STEP 1026 (remove_files) COMPLETE
69432024-08-06T04:08:21.706Z[ recovery-image] Aug 06 04:08:20.013 INFO O| Aug 06 04:08:20.013 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-08-06T04:08:21.718Z[ recovery-image] Aug 06 04:08:20.026 INFO O| Aug 06 04:08:20.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69452024-08-06T04:08:21.721Z[ recovery-image] Aug 06 04:08:20.027 INFO O| Aug 06 04:08:20.026 INFO STEP 1027 (remove_files) COMPLETE
69462024-08-06T04:08:21.721Z[ recovery-image] Aug 06 04:08:20.027 INFO O| Aug 06 04:08:20.027 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-08-06T04:08:21.729Z[ recovery-image] Aug 06 04:08:20.037 INFO O| Aug 06 04:08:20.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69482024-08-06T04:08:21.729Z[ recovery-image] Aug 06 04:08:20.037 INFO O| Aug 06 04:08:20.037 INFO STEP 1028 (remove_files) COMPLETE
69492024-08-06T04:08:21.729Z[ recovery-image] Aug 06 04:08:20.037 INFO O| Aug 06 04:08:20.037 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-08-06T04:08:21.740Z[ recovery-image] Aug 06 04:08:20.047 INFO O| Aug 06 04:08:20.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69512024-08-06T04:08:21.740Z[ recovery-image] Aug 06 04:08:20.048 INFO O| Aug 06 04:08:20.047 INFO STEP 1029 (remove_files) COMPLETE
69522024-08-06T04:08:21.740Z[ recovery-image] Aug 06 04:08:20.048 INFO O| Aug 06 04:08:20.048 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-08-06T04:08:21.752Z[ recovery-image] Aug 06 04:08:20.060 INFO O| Aug 06 04:08:20.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
69542024-08-06T04:08:21.752Z[ recovery-image] Aug 06 04:08:20.060 INFO O| Aug 06 04:08:20.060 INFO STEP 1030 (remove_files) COMPLETE
69552024-08-06T04:08:21.755Z[ recovery-image] Aug 06 04:08:20.060 INFO O| Aug 06 04:08:20.060 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-08-06T04:08:21.763Z[ recovery-image] Aug 06 04:08:20.071 INFO O| Aug 06 04:08:20.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
69572024-08-06T04:08:21.763Z[ recovery-image] Aug 06 04:08:20.071 INFO O| Aug 06 04:08:20.071 INFO STEP 1031 (remove_files) COMPLETE
69582024-08-06T04:08:21.765Z[ recovery-image] Aug 06 04:08:20.071 INFO O| Aug 06 04:08:20.071 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-08-06T04:08:21.773Z[ recovery-image] Aug 06 04:08:20.081 INFO O| Aug 06 04:08:20.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
69602024-08-06T04:08:21.776Z[ recovery-image] Aug 06 04:08:20.081 INFO O| Aug 06 04:08:20.081 INFO STEP 1032 (remove_files) COMPLETE
69612024-08-06T04:08:21.776Z[ recovery-image] Aug 06 04:08:20.081 INFO O| Aug 06 04:08:20.081 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-08-06T04:08:21.783Z[ recovery-image] Aug 06 04:08:20.091 INFO O| Aug 06 04:08:20.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
69632024-08-06T04:08:21.784Z[ recovery-image] Aug 06 04:08:20.091 INFO O| Aug 06 04:08:20.091 INFO STEP 1033 (remove_files) COMPLETE
69642024-08-06T04:08:21.784Z[ recovery-image] Aug 06 04:08:20.091 INFO O| Aug 06 04:08:20.091 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-08-06T04:08:21.794Z[ recovery-image] Aug 06 04:08:20.102 INFO O| Aug 06 04:08:20.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
69662024-08-06T04:08:21.794Z[ recovery-image] Aug 06 04:08:20.102 INFO O| Aug 06 04:08:20.102 INFO STEP 1034 (remove_files) COMPLETE
69672024-08-06T04:08:21.794Z[ recovery-image] Aug 06 04:08:20.102 INFO O| Aug 06 04:08:20.102 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-08-06T04:08:21.804Z[ recovery-image] Aug 06 04:08:20.112 INFO O| Aug 06 04:08:20.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
69692024-08-06T04:08:21.804Z[ recovery-image] Aug 06 04:08:20.112 INFO O| Aug 06 04:08:20.112 INFO STEP 1035 (remove_files) COMPLETE
69702024-08-06T04:08:21.804Z[ recovery-image] Aug 06 04:08:20.112 INFO O| Aug 06 04:08:20.112 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-08-06T04:08:21.814Z[ recovery-image] Aug 06 04:08:20.122 INFO O| Aug 06 04:08:20.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
69722024-08-06T04:08:21.814Z[ recovery-image] Aug 06 04:08:20.122 INFO O| Aug 06 04:08:20.122 INFO STEP 1036 (remove_files) COMPLETE
69732024-08-06T04:08:21.814Z[ recovery-image] Aug 06 04:08:20.122 INFO O| Aug 06 04:08:20.122 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-08-06T04:08:21.824Z[ recovery-image] Aug 06 04:08:20.132 INFO O| Aug 06 04:08:20.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
69752024-08-06T04:08:21.824Z[ recovery-image] Aug 06 04:08:20.132 INFO O| Aug 06 04:08:20.132 INFO STEP 1037 (remove_files) COMPLETE
69762024-08-06T04:08:21.827Z[ recovery-image] Aug 06 04:08:20.132 INFO O| Aug 06 04:08:20.132 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-08-06T04:08:21.834Z[ recovery-image] Aug 06 04:08:20.142 INFO O| Aug 06 04:08:20.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
69782024-08-06T04:08:21.835Z[ recovery-image] Aug 06 04:08:20.142 INFO O| Aug 06 04:08:20.142 INFO STEP 1038 (remove_files) COMPLETE
69792024-08-06T04:08:21.835Z[ recovery-image] Aug 06 04:08:20.142 INFO O| Aug 06 04:08:20.142 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-08-06T04:08:21.845Z[ recovery-image] Aug 06 04:08:20.153 INFO O| Aug 06 04:08:20.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
69812024-08-06T04:08:21.845Z[ recovery-image] Aug 06 04:08:20.153 INFO O| Aug 06 04:08:20.153 INFO STEP 1039 (remove_files) COMPLETE
69822024-08-06T04:08:21.845Z[ recovery-image] Aug 06 04:08:20.153 INFO O| Aug 06 04:08:20.153 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-08-06T04:08:21.856Z[ recovery-image] Aug 06 04:08:20.163 INFO O| Aug 06 04:08:20.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
69842024-08-06T04:08:21.856Z[ recovery-image] Aug 06 04:08:20.163 INFO O| Aug 06 04:08:20.163 INFO STEP 1040 (remove_files) COMPLETE
69852024-08-06T04:08:21.858Z[ recovery-image] Aug 06 04:08:20.164 INFO O| Aug 06 04:08:20.163 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-08-06T04:08:21.866Z[ recovery-image] Aug 06 04:08:20.174 INFO O| Aug 06 04:08:20.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
69872024-08-06T04:08:21.869Z[ recovery-image] Aug 06 04:08:20.174 INFO O| Aug 06 04:08:20.174 INFO STEP 1041 (remove_files) COMPLETE
69882024-08-06T04:08:21.869Z[ recovery-image] Aug 06 04:08:20.174 INFO O| Aug 06 04:08:20.174 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-08-06T04:08:21.876Z[ recovery-image] Aug 06 04:08:20.184 INFO O| Aug 06 04:08:20.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
69902024-08-06T04:08:21.876Z[ recovery-image] Aug 06 04:08:20.184 INFO O| Aug 06 04:08:20.184 INFO STEP 1042 (remove_files) COMPLETE
69912024-08-06T04:08:21.878Z[ recovery-image] Aug 06 04:08:20.184 INFO O| Aug 06 04:08:20.184 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-08-06T04:08:21.886Z[ recovery-image] Aug 06 04:08:20.193 INFO O| Aug 06 04:08:20.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
69932024-08-06T04:08:21.886Z[ recovery-image] Aug 06 04:08:20.194 INFO O| Aug 06 04:08:20.193 INFO STEP 1043 (remove_files) COMPLETE
69942024-08-06T04:08:21.888Z[ recovery-image] Aug 06 04:08:20.194 INFO O| Aug 06 04:08:20.194 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-08-06T04:08:21.896Z[ recovery-image] Aug 06 04:08:20.203 INFO O| Aug 06 04:08:20.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
69962024-08-06T04:08:21.896Z[ recovery-image] Aug 06 04:08:20.204 INFO O| Aug 06 04:08:20.203 INFO STEP 1044 (remove_files) COMPLETE
69972024-08-06T04:08:21.898Z[ recovery-image] Aug 06 04:08:20.204 INFO O| Aug 06 04:08:20.204 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-08-06T04:08:21.905Z[ recovery-image] Aug 06 04:08:20.213 INFO O| Aug 06 04:08:20.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
69992024-08-06T04:08:21.905Z[ recovery-image] Aug 06 04:08:20.213 INFO O| Aug 06 04:08:20.213 INFO STEP 1045 (remove_files) COMPLETE
70002024-08-06T04:08:21.905Z[ recovery-image] Aug 06 04:08:20.213 INFO O| Aug 06 04:08:20.213 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-08-06T04:08:21.917Z[ recovery-image] Aug 06 04:08:20.225 INFO O| Aug 06 04:08:20.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70022024-08-06T04:08:21.917Z[ recovery-image] Aug 06 04:08:20.225 INFO O| Aug 06 04:08:20.225 INFO STEP 1046 (remove_files) COMPLETE
70032024-08-06T04:08:21.920Z[ recovery-image] Aug 06 04:08:20.225 INFO O| Aug 06 04:08:20.225 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-08-06T04:08:21.928Z[ recovery-image] Aug 06 04:08:20.235 INFO O| Aug 06 04:08:20.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70052024-08-06T04:08:21.928Z[ recovery-image] Aug 06 04:08:20.235 INFO O| Aug 06 04:08:20.235 INFO STEP 1047 (remove_files) COMPLETE
70062024-08-06T04:08:21.928Z[ recovery-image] Aug 06 04:08:20.235 INFO O| Aug 06 04:08:20.235 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-08-06T04:08:21.938Z[ recovery-image] Aug 06 04:08:20.246 INFO O| Aug 06 04:08:20.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70082024-08-06T04:08:21.941Z[ recovery-image] Aug 06 04:08:20.246 INFO O| Aug 06 04:08:20.246 INFO STEP 1048 (remove_files) COMPLETE
70092024-08-06T04:08:21.941Z[ recovery-image] Aug 06 04:08:20.246 INFO O| Aug 06 04:08:20.246 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-08-06T04:08:21.950Z[ recovery-image] Aug 06 04:08:20.258 INFO O| Aug 06 04:08:20.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70112024-08-06T04:08:21.950Z[ recovery-image] Aug 06 04:08:20.258 INFO O| Aug 06 04:08:20.258 INFO STEP 1049 (remove_files) COMPLETE
70122024-08-06T04:08:21.950Z[ recovery-image] Aug 06 04:08:20.258 INFO O| Aug 06 04:08:20.258 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-08-06T04:08:21.960Z[ recovery-image] Aug 06 04:08:20.268 INFO O| Aug 06 04:08:20.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70142024-08-06T04:08:21.960Z[ recovery-image] Aug 06 04:08:20.268 INFO O| Aug 06 04:08:20.268 INFO STEP 1050 (remove_files) COMPLETE
70152024-08-06T04:08:21.960Z[ recovery-image] Aug 06 04:08:20.268 INFO O| Aug 06 04:08:20.268 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-08-06T04:08:21.972Z[ recovery-image] Aug 06 04:08:20.280 INFO O| Aug 06 04:08:20.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70172024-08-06T04:08:21.972Z[ recovery-image] Aug 06 04:08:20.280 INFO O| Aug 06 04:08:20.280 INFO STEP 1051 (remove_files) COMPLETE
70182024-08-06T04:08:21.972Z[ recovery-image] Aug 06 04:08:20.280 INFO O| Aug 06 04:08:20.280 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-08-06T04:08:21.982Z[ recovery-image] Aug 06 04:08:20.290 INFO O| Aug 06 04:08:20.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70202024-08-06T04:08:21.985Z[ recovery-image] Aug 06 04:08:20.290 INFO O| Aug 06 04:08:20.290 INFO STEP 1052 (remove_files) COMPLETE
70212024-08-06T04:08:21.985Z[ recovery-image] Aug 06 04:08:20.290 INFO O| Aug 06 04:08:20.290 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-08-06T04:08:21.992Z[ recovery-image] Aug 06 04:08:20.300 INFO O| Aug 06 04:08:20.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70232024-08-06T04:08:21.992Z[ recovery-image] Aug 06 04:08:20.300 INFO O| Aug 06 04:08:20.300 INFO STEP 1053 (remove_files) COMPLETE
70242024-08-06T04:08:21.995Z[ recovery-image] Aug 06 04:08:20.300 INFO O| Aug 06 04:08:20.300 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-08-06T04:08:22.004Z[ recovery-image] Aug 06 04:08:20.312 INFO O| Aug 06 04:08:20.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70262024-08-06T04:08:22.004Z[ recovery-image] Aug 06 04:08:20.312 INFO O| Aug 06 04:08:20.312 INFO STEP 1054 (remove_files) COMPLETE
70272024-08-06T04:08:22.007Z[ recovery-image] Aug 06 04:08:20.312 INFO O| Aug 06 04:08:20.312 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-08-06T04:08:22.007Z[ host-image] Aug 06 04:08:20.313 INFO O| Aug 06 04:08:20.313 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
70292024-08-06T04:08:22.014Z[ recovery-image] Aug 06 04:08:20.322 INFO O| Aug 06 04:08:20.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70302024-08-06T04:08:22.014Z[ recovery-image] Aug 06 04:08:20.322 INFO O| Aug 06 04:08:20.322 INFO STEP 1055 (remove_files) COMPLETE
70312024-08-06T04:08:22.017Z[ recovery-image] Aug 06 04:08:20.322 INFO O| Aug 06 04:08:20.322 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-08-06T04:08:22.024Z[ recovery-image] Aug 06 04:08:20.332 INFO O| Aug 06 04:08:20.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70332024-08-06T04:08:22.024Z[ recovery-image] Aug 06 04:08:20.332 INFO O| Aug 06 04:08:20.332 INFO STEP 1056 (remove_files) COMPLETE
70342024-08-06T04:08:22.026Z[ recovery-image] Aug 06 04:08:20.332 INFO O| Aug 06 04:08:20.332 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-08-06T04:08:22.034Z[ recovery-image] Aug 06 04:08:20.341 INFO O| Aug 06 04:08:20.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70362024-08-06T04:08:22.034Z[ recovery-image] Aug 06 04:08:20.342 INFO O| Aug 06 04:08:20.342 INFO STEP 1057 (remove_files) COMPLETE
70372024-08-06T04:08:22.034Z[ recovery-image] Aug 06 04:08:20.342 INFO O| Aug 06 04:08:20.342 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-08-06T04:08:22.045Z[ recovery-image] Aug 06 04:08:20.353 INFO O| Aug 06 04:08:20.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70392024-08-06T04:08:22.045Z[ recovery-image] Aug 06 04:08:20.353 INFO O| Aug 06 04:08:20.353 INFO STEP 1058 (remove_files) COMPLETE
70402024-08-06T04:08:22.048Z[ recovery-image] Aug 06 04:08:20.353 INFO O| Aug 06 04:08:20.353 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-08-06T04:08:22.056Z[ recovery-image] Aug 06 04:08:20.363 INFO O| Aug 06 04:08:20.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70422024-08-06T04:08:22.056Z[ recovery-image] Aug 06 04:08:20.363 INFO O| Aug 06 04:08:20.363 INFO STEP 1059 (remove_files) COMPLETE
70432024-08-06T04:08:22.056Z[ recovery-image] Aug 06 04:08:20.363 INFO O| Aug 06 04:08:20.363 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-08-06T04:08:22.065Z[ recovery-image] Aug 06 04:08:20.373 INFO O| Aug 06 04:08:20.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70452024-08-06T04:08:22.065Z[ recovery-image] Aug 06 04:08:20.373 INFO O| Aug 06 04:08:20.373 INFO STEP 1060 (remove_files) COMPLETE
70462024-08-06T04:08:22.068Z[ recovery-image] Aug 06 04:08:20.373 INFO O| Aug 06 04:08:20.373 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-08-06T04:08:22.075Z[ recovery-image] Aug 06 04:08:20.383 INFO O| Aug 06 04:08:20.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70482024-08-06T04:08:22.075Z[ recovery-image] Aug 06 04:08:20.383 INFO O| Aug 06 04:08:20.383 INFO STEP 1061 (remove_files) COMPLETE
70492024-08-06T04:08:22.078Z[ recovery-image] Aug 06 04:08:20.383 INFO O| Aug 06 04:08:20.383 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-08-06T04:08:22.085Z[ recovery-image] Aug 06 04:08:20.392 INFO O| Aug 06 04:08:20.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70512024-08-06T04:08:22.085Z[ recovery-image] Aug 06 04:08:20.393 INFO O| Aug 06 04:08:20.393 INFO STEP 1062 (remove_files) COMPLETE
70522024-08-06T04:08:22.085Z[ recovery-image] Aug 06 04:08:20.393 INFO O| Aug 06 04:08:20.393 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-08-06T04:08:22.094Z[ recovery-image] Aug 06 04:08:20.402 INFO O| Aug 06 04:08:20.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70542024-08-06T04:08:22.097Z[ recovery-image] Aug 06 04:08:20.402 INFO O| Aug 06 04:08:20.402 INFO STEP 1063 (remove_files) COMPLETE
70552024-08-06T04:08:22.097Z[ recovery-image] Aug 06 04:08:20.402 INFO O| Aug 06 04:08:20.402 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-08-06T04:08:22.105Z[ recovery-image] Aug 06 04:08:20.413 INFO O| Aug 06 04:08:20.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
70572024-08-06T04:08:22.105Z[ recovery-image] Aug 06 04:08:20.413 INFO O| Aug 06 04:08:20.413 INFO STEP 1064 (remove_files) COMPLETE
70582024-08-06T04:08:22.105Z[ recovery-image] Aug 06 04:08:20.413 INFO O| Aug 06 04:08:20.413 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-08-06T04:08:22.116Z[ recovery-image] Aug 06 04:08:20.424 INFO O| Aug 06 04:08:20.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
70602024-08-06T04:08:22.116Z[ recovery-image] Aug 06 04:08:20.424 INFO O| Aug 06 04:08:20.424 INFO STEP 1065 (remove_files) COMPLETE
70612024-08-06T04:08:22.116Z[ recovery-image] Aug 06 04:08:20.424 INFO O| Aug 06 04:08:20.424 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-08-06T04:08:22.127Z[ recovery-image] Aug 06 04:08:20.434 INFO O| Aug 06 04:08:20.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
70632024-08-06T04:08:22.127Z[ recovery-image] Aug 06 04:08:20.434 INFO O| Aug 06 04:08:20.434 INFO STEP 1066 (remove_files) COMPLETE
70642024-08-06T04:08:22.129Z[ recovery-image] Aug 06 04:08:20.434 INFO O| Aug 06 04:08:20.434 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-08-06T04:08:22.137Z[ recovery-image] Aug 06 04:08:20.444 INFO O| Aug 06 04:08:20.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
70662024-08-06T04:08:22.137Z[ recovery-image] Aug 06 04:08:20.445 INFO O| Aug 06 04:08:20.445 INFO STEP 1067 (remove_files) COMPLETE
70672024-08-06T04:08:22.139Z[ recovery-image] Aug 06 04:08:20.445 INFO O| Aug 06 04:08:20.445 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-08-06T04:08:22.147Z[ recovery-image] Aug 06 04:08:20.455 INFO O| Aug 06 04:08:20.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
70692024-08-06T04:08:22.147Z[ recovery-image] Aug 06 04:08:20.455 INFO O| Aug 06 04:08:20.455 INFO STEP 1068 (remove_files) COMPLETE
70702024-08-06T04:08:22.147Z[ recovery-image] Aug 06 04:08:20.455 INFO O| Aug 06 04:08:20.455 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-08-06T04:08:22.157Z[ recovery-image] Aug 06 04:08:20.465 INFO O| Aug 06 04:08:20.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
70722024-08-06T04:08:22.160Z[ recovery-image] Aug 06 04:08:20.465 INFO O| Aug 06 04:08:20.465 INFO STEP 1069 (remove_files) COMPLETE
70732024-08-06T04:08:22.160Z[ recovery-image] Aug 06 04:08:20.465 INFO O| Aug 06 04:08:20.465 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-08-06T04:08:22.168Z[ recovery-image] Aug 06 04:08:20.475 INFO O| Aug 06 04:08:20.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
70752024-08-06T04:08:22.168Z[ recovery-image] Aug 06 04:08:20.475 INFO O| Aug 06 04:08:20.475 INFO STEP 1070 (remove_files) COMPLETE
70762024-08-06T04:08:22.168Z[ recovery-image] Aug 06 04:08:20.475 INFO O| Aug 06 04:08:20.475 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-08-06T04:08:22.178Z[ recovery-image] Aug 06 04:08:20.486 INFO O| Aug 06 04:08:20.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
70782024-08-06T04:08:22.178Z[ recovery-image] Aug 06 04:08:20.486 INFO O| Aug 06 04:08:20.486 INFO STEP 1071 (remove_files) COMPLETE
70792024-08-06T04:08:22.178Z[ recovery-image] Aug 06 04:08:20.486 INFO O| Aug 06 04:08:20.486 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-08-06T04:08:22.188Z[ recovery-image] Aug 06 04:08:20.496 INFO O| Aug 06 04:08:20.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
70812024-08-06T04:08:22.191Z[ recovery-image] Aug 06 04:08:20.496 INFO O| Aug 06 04:08:20.496 INFO STEP 1072 (remove_files) COMPLETE
70822024-08-06T04:08:22.191Z[ recovery-image] Aug 06 04:08:20.496 INFO O| Aug 06 04:08:20.496 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-08-06T04:08:22.199Z[ recovery-image] Aug 06 04:08:20.507 INFO O| Aug 06 04:08:20.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
70842024-08-06T04:08:22.199Z[ recovery-image] Aug 06 04:08:20.507 INFO O| Aug 06 04:08:20.507 INFO STEP 1073 (remove_files) COMPLETE
70852024-08-06T04:08:22.202Z[ recovery-image] Aug 06 04:08:20.507 INFO O| Aug 06 04:08:20.507 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-08-06T04:08:22.210Z[ recovery-image] Aug 06 04:08:20.518 INFO O| Aug 06 04:08:20.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
70872024-08-06T04:08:22.210Z[ recovery-image] Aug 06 04:08:20.518 INFO O| Aug 06 04:08:20.518 INFO STEP 1074 (remove_files) COMPLETE
70882024-08-06T04:08:22.210Z[ recovery-image] Aug 06 04:08:20.518 INFO O| Aug 06 04:08:20.518 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-08-06T04:08:22.220Z[ recovery-image] Aug 06 04:08:20.528 INFO O| Aug 06 04:08:20.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
70902024-08-06T04:08:22.220Z[ recovery-image] Aug 06 04:08:20.528 INFO O| Aug 06 04:08:20.528 INFO STEP 1075 (remove_files) COMPLETE
70912024-08-06T04:08:22.221Z[ recovery-image] Aug 06 04:08:20.528 INFO O| Aug 06 04:08:20.528 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-08-06T04:08:22.231Z[ recovery-image] Aug 06 04:08:20.539 INFO O| Aug 06 04:08:20.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
70932024-08-06T04:08:22.231Z[ recovery-image] Aug 06 04:08:20.539 INFO O| Aug 06 04:08:20.539 INFO STEP 1076 (remove_files) COMPLETE
70942024-08-06T04:08:22.231Z[ recovery-image] Aug 06 04:08:20.539 INFO O| Aug 06 04:08:20.539 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-08-06T04:08:22.241Z[ recovery-image] Aug 06 04:08:20.549 INFO O| Aug 06 04:08:20.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
70962024-08-06T04:08:22.241Z[ recovery-image] Aug 06 04:08:20.549 INFO O| Aug 06 04:08:20.549 INFO STEP 1077 (remove_files) COMPLETE
70972024-08-06T04:08:22.241Z[ recovery-image] Aug 06 04:08:20.549 INFO O| Aug 06 04:08:20.549 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-08-06T04:08:22.252Z[ recovery-image] Aug 06 04:08:20.560 INFO O| Aug 06 04:08:20.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
70992024-08-06T04:08:22.255Z[ recovery-image] Aug 06 04:08:20.560 INFO O| Aug 06 04:08:20.560 INFO STEP 1078 (remove_files) COMPLETE
71002024-08-06T04:08:22.255Z[ recovery-image] Aug 06 04:08:20.560 INFO O| Aug 06 04:08:20.560 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-08-06T04:08:22.263Z[ recovery-image] Aug 06 04:08:20.571 INFO O| Aug 06 04:08:20.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71022024-08-06T04:08:22.266Z[ recovery-image] Aug 06 04:08:20.571 INFO O| Aug 06 04:08:20.571 INFO STEP 1079 (remove_files) COMPLETE
71032024-08-06T04:08:22.266Z[ recovery-image] Aug 06 04:08:20.571 INFO O| Aug 06 04:08:20.571 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-08-06T04:08:22.277Z[ recovery-image] Aug 06 04:08:20.584 INFO O| Aug 06 04:08:20.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71052024-08-06T04:08:22.277Z[ recovery-image] Aug 06 04:08:20.584 INFO O| Aug 06 04:08:20.584 INFO STEP 1080 (remove_files) COMPLETE
71062024-08-06T04:08:22.279Z[ recovery-image] Aug 06 04:08:20.584 INFO O| Aug 06 04:08:20.584 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-08-06T04:08:22.289Z[ recovery-image] Aug 06 04:08:20.596 INFO O| Aug 06 04:08:20.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71082024-08-06T04:08:22.291Z[ recovery-image] Aug 06 04:08:20.596 INFO O| Aug 06 04:08:20.596 INFO STEP 1081 (remove_files) COMPLETE
71092024-08-06T04:08:22.291Z[ recovery-image] Aug 06 04:08:20.596 INFO O| Aug 06 04:08:20.596 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-08-06T04:08:22.299Z[ recovery-image] Aug 06 04:08:20.607 INFO O| Aug 06 04:08:20.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71112024-08-06T04:08:22.302Z[ recovery-image] Aug 06 04:08:20.607 INFO O| Aug 06 04:08:20.607 INFO STEP 1082 (remove_files) COMPLETE
71122024-08-06T04:08:22.302Z[ recovery-image] Aug 06 04:08:20.607 INFO O| Aug 06 04:08:20.607 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-08-06T04:08:22.310Z[ recovery-image] Aug 06 04:08:20.617 INFO O| Aug 06 04:08:20.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71142024-08-06T04:08:22.312Z[ recovery-image] Aug 06 04:08:20.618 INFO O| Aug 06 04:08:20.617 INFO STEP 1083 (remove_files) COMPLETE
71152024-08-06T04:08:22.312Z[ recovery-image] Aug 06 04:08:20.618 INFO O| Aug 06 04:08:20.618 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-08-06T04:08:22.320Z[ recovery-image] Aug 06 04:08:20.628 INFO O| Aug 06 04:08:20.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71172024-08-06T04:08:22.320Z[ recovery-image] Aug 06 04:08:20.628 INFO O| Aug 06 04:08:20.628 INFO STEP 1084 (remove_files) COMPLETE
71182024-08-06T04:08:22.320Z[ recovery-image] Aug 06 04:08:20.628 INFO O| Aug 06 04:08:20.628 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-08-06T04:08:22.331Z[ recovery-image] Aug 06 04:08:20.639 INFO O| Aug 06 04:08:20.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71202024-08-06T04:08:22.331Z[ recovery-image] Aug 06 04:08:20.639 INFO O| Aug 06 04:08:20.639 INFO STEP 1085 (remove_files) COMPLETE
71212024-08-06T04:08:22.331Z[ recovery-image] Aug 06 04:08:20.639 INFO O| Aug 06 04:08:20.639 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-08-06T04:08:22.342Z[ recovery-image] Aug 06 04:08:20.649 INFO O| Aug 06 04:08:20.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71232024-08-06T04:08:22.344Z[ recovery-image] Aug 06 04:08:20.650 INFO O| Aug 06 04:08:20.650 INFO STEP 1086 (remove_files) COMPLETE
71242024-08-06T04:08:22.345Z[ recovery-image] Aug 06 04:08:20.650 INFO O| Aug 06 04:08:20.650 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-08-06T04:08:22.353Z[ recovery-image] Aug 06 04:08:20.660 INFO O| Aug 06 04:08:20.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71262024-08-06T04:08:22.353Z[ recovery-image] Aug 06 04:08:20.660 INFO O| Aug 06 04:08:20.660 INFO STEP 1087 (remove_files) COMPLETE
71272024-08-06T04:08:22.353Z[ recovery-image] Aug 06 04:08:20.660 INFO O| Aug 06 04:08:20.660 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-08-06T04:08:22.363Z[ recovery-image] Aug 06 04:08:20.671 INFO O| Aug 06 04:08:20.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71292024-08-06T04:08:22.365Z[ recovery-image] Aug 06 04:08:20.671 INFO O| Aug 06 04:08:20.671 INFO STEP 1088 (remove_files) COMPLETE
71302024-08-06T04:08:22.365Z[ recovery-image] Aug 06 04:08:20.671 INFO O| Aug 06 04:08:20.671 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-08-06T04:08:22.373Z[ recovery-image] Aug 06 04:08:20.681 INFO O| Aug 06 04:08:20.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71322024-08-06T04:08:22.373Z[ recovery-image] Aug 06 04:08:20.681 INFO O| Aug 06 04:08:20.681 INFO STEP 1089 (remove_files) COMPLETE
71332024-08-06T04:08:22.373Z[ recovery-image] Aug 06 04:08:20.681 INFO O| Aug 06 04:08:20.681 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-08-06T04:08:22.384Z[ recovery-image] Aug 06 04:08:20.691 INFO O| Aug 06 04:08:20.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71352024-08-06T04:08:22.384Z[ recovery-image] Aug 06 04:08:20.691 INFO O| Aug 06 04:08:20.691 INFO STEP 1090 (remove_files) COMPLETE
71362024-08-06T04:08:22.384Z[ recovery-image] Aug 06 04:08:20.691 INFO O| Aug 06 04:08:20.691 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-08-06T04:08:22.394Z[ recovery-image] Aug 06 04:08:20.701 INFO O| Aug 06 04:08:20.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71382024-08-06T04:08:22.396Z[ recovery-image] Aug 06 04:08:20.702 INFO O| Aug 06 04:08:20.702 INFO STEP 1091 (remove_files) COMPLETE
71392024-08-06T04:08:22.396Z[ recovery-image] Aug 06 04:08:20.702 INFO O| Aug 06 04:08:20.702 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-08-06T04:08:22.408Z[ recovery-image] Aug 06 04:08:20.716 INFO O| Aug 06 04:08:20.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71412024-08-06T04:08:22.408Z[ recovery-image] Aug 06 04:08:20.716 INFO O| Aug 06 04:08:20.716 INFO STEP 1092 (remove_files) COMPLETE
71422024-08-06T04:08:22.408Z[ recovery-image] Aug 06 04:08:20.716 INFO O| Aug 06 04:08:20.716 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-08-06T04:08:22.421Z[ recovery-image] Aug 06 04:08:20.729 INFO O| Aug 06 04:08:20.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71442024-08-06T04:08:22.421Z[ recovery-image] Aug 06 04:08:20.729 INFO O| Aug 06 04:08:20.729 INFO STEP 1093 (remove_files) COMPLETE
71452024-08-06T04:08:22.424Z[ recovery-image] Aug 06 04:08:20.729 INFO O| Aug 06 04:08:20.729 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-08-06T04:08:22.433Z[ recovery-image] Aug 06 04:08:20.740 INFO O| Aug 06 04:08:20.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71472024-08-06T04:08:22.433Z[ recovery-image] Aug 06 04:08:20.740 INFO O| Aug 06 04:08:20.740 INFO STEP 1094 (remove_files) COMPLETE
71482024-08-06T04:08:22.435Z[ recovery-image] Aug 06 04:08:20.740 INFO O| Aug 06 04:08:20.740 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-08-06T04:08:22.446Z[ recovery-image] Aug 06 04:08:20.754 INFO O| Aug 06 04:08:20.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71502024-08-06T04:08:22.446Z[ recovery-image] Aug 06 04:08:20.754 INFO O| Aug 06 04:08:20.754 INFO STEP 1095 (remove_files) COMPLETE
71512024-08-06T04:08:22.446Z[ recovery-image] Aug 06 04:08:20.754 INFO O| Aug 06 04:08:20.754 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-08-06T04:08:22.459Z[ recovery-image] Aug 06 04:08:20.767 INFO O| Aug 06 04:08:20.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71532024-08-06T04:08:22.459Z[ recovery-image] Aug 06 04:08:20.767 INFO O| Aug 06 04:08:20.767 INFO STEP 1096 (remove_files) COMPLETE
71542024-08-06T04:08:22.462Z[ recovery-image] Aug 06 04:08:20.767 INFO O| Aug 06 04:08:20.767 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-08-06T04:08:22.471Z[ recovery-image] Aug 06 04:08:20.779 INFO O| Aug 06 04:08:20.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
71562024-08-06T04:08:22.471Z[ recovery-image] Aug 06 04:08:20.779 INFO O| Aug 06 04:08:20.779 INFO STEP 1097 (remove_files) COMPLETE
71572024-08-06T04:08:22.474Z[ recovery-image] Aug 06 04:08:20.779 INFO O| Aug 06 04:08:20.779 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-08-06T04:08:22.484Z[ recovery-image] Aug 06 04:08:20.792 INFO O| Aug 06 04:08:20.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
71592024-08-06T04:08:22.484Z[ recovery-image] Aug 06 04:08:20.792 INFO O| Aug 06 04:08:20.792 INFO STEP 1098 (remove_files) COMPLETE
71602024-08-06T04:08:22.487Z[ recovery-image] Aug 06 04:08:20.792 INFO O| Aug 06 04:08:20.792 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-08-06T04:08:22.496Z[ recovery-image] Aug 06 04:08:20.804 INFO O| Aug 06 04:08:20.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
71622024-08-06T04:08:22.496Z[ recovery-image] Aug 06 04:08:20.804 INFO O| Aug 06 04:08:20.804 INFO STEP 1099 (remove_files) COMPLETE
71632024-08-06T04:08:22.499Z[ recovery-image] Aug 06 04:08:20.804 INFO O| Aug 06 04:08:20.804 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-08-06T04:08:22.507Z[ recovery-image] Aug 06 04:08:20.815 INFO O| Aug 06 04:08:20.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
71652024-08-06T04:08:22.507Z[ recovery-image] Aug 06 04:08:20.815 INFO O| Aug 06 04:08:20.815 INFO STEP 1100 (remove_files) COMPLETE
71662024-08-06T04:08:22.510Z[ recovery-image] Aug 06 04:08:20.815 INFO O| Aug 06 04:08:20.815 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-08-06T04:08:22.520Z[ recovery-image] Aug 06 04:08:20.828 INFO O| Aug 06 04:08:20.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
71682024-08-06T04:08:22.523Z[ recovery-image] Aug 06 04:08:20.828 INFO O| Aug 06 04:08:20.828 INFO STEP 1101 (remove_files) COMPLETE
71692024-08-06T04:08:22.523Z[ recovery-image] Aug 06 04:08:20.828 INFO O| Aug 06 04:08:20.828 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-08-06T04:08:22.531Z[ recovery-image] Aug 06 04:08:20.839 INFO O| Aug 06 04:08:20.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
71712024-08-06T04:08:22.533Z[ recovery-image] Aug 06 04:08:20.839 INFO O| Aug 06 04:08:20.839 INFO STEP 1102 (remove_files) COMPLETE
71722024-08-06T04:08:22.534Z[ recovery-image] Aug 06 04:08:20.839 INFO O| Aug 06 04:08:20.839 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-08-06T04:08:22.541Z[ recovery-image] Aug 06 04:08:20.849 INFO O| Aug 06 04:08:20.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
71742024-08-06T04:08:22.545Z[ recovery-image] Aug 06 04:08:20.849 INFO O| Aug 06 04:08:20.849 INFO STEP 1103 (remove_files) COMPLETE
71752024-08-06T04:08:22.545Z[ recovery-image] Aug 06 04:08:20.849 INFO O| Aug 06 04:08:20.849 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-08-06T04:08:22.553Z[ recovery-image] Aug 06 04:08:20.861 INFO O| Aug 06 04:08:20.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
71772024-08-06T04:08:22.556Z[ recovery-image] Aug 06 04:08:20.861 INFO O| Aug 06 04:08:20.861 INFO STEP 1104 (remove_files) COMPLETE
71782024-08-06T04:08:22.556Z[ recovery-image] Aug 06 04:08:20.861 INFO O| Aug 06 04:08:20.861 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-08-06T04:08:22.564Z[ recovery-image] Aug 06 04:08:20.872 INFO O| Aug 06 04:08:20.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
71802024-08-06T04:08:22.564Z[ recovery-image] Aug 06 04:08:20.872 INFO O| Aug 06 04:08:20.872 INFO STEP 1105 (remove_files) COMPLETE
71812024-08-06T04:08:22.567Z[ recovery-image] Aug 06 04:08:20.872 INFO O| Aug 06 04:08:20.872 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-08-06T04:08:22.576Z[ recovery-image] Aug 06 04:08:20.884 INFO O| Aug 06 04:08:20.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
71832024-08-06T04:08:22.576Z[ recovery-image] Aug 06 04:08:20.884 INFO O| Aug 06 04:08:20.884 INFO STEP 1106 (remove_files) COMPLETE
71842024-08-06T04:08:22.579Z[ recovery-image] Aug 06 04:08:20.884 INFO O| Aug 06 04:08:20.884 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-08-06T04:08:22.586Z[ recovery-image] Aug 06 04:08:20.894 INFO O| Aug 06 04:08:20.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
71862024-08-06T04:08:22.589Z[ recovery-image] Aug 06 04:08:20.894 INFO O| Aug 06 04:08:20.894 INFO STEP 1107 (remove_files) COMPLETE
71872024-08-06T04:08:22.589Z[ recovery-image] Aug 06 04:08:20.894 INFO O| Aug 06 04:08:20.894 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-08-06T04:08:22.599Z[ recovery-image] Aug 06 04:08:20.906 INFO O| Aug 06 04:08:20.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
71892024-08-06T04:08:22.599Z[ recovery-image] Aug 06 04:08:20.906 INFO O| Aug 06 04:08:20.906 INFO STEP 1108 (remove_files) COMPLETE
71902024-08-06T04:08:22.602Z[ recovery-image] Aug 06 04:08:20.906 INFO O| Aug 06 04:08:20.906 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-08-06T04:08:22.611Z[ recovery-image] Aug 06 04:08:20.918 INFO O| Aug 06 04:08:20.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
71922024-08-06T04:08:22.611Z[ recovery-image] Aug 06 04:08:20.919 INFO O| Aug 06 04:08:20.919 INFO STEP 1109 (remove_files) COMPLETE
71932024-08-06T04:08:22.611Z[ recovery-image] Aug 06 04:08:20.919 INFO O| Aug 06 04:08:20.919 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-08-06T04:08:22.621Z[ recovery-image] Aug 06 04:08:20.929 INFO O| Aug 06 04:08:20.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
71952024-08-06T04:08:22.621Z[ recovery-image] Aug 06 04:08:20.929 INFO O| Aug 06 04:08:20.929 INFO STEP 1110 (remove_files) COMPLETE
71962024-08-06T04:08:22.621Z[ recovery-image] Aug 06 04:08:20.929 INFO O| Aug 06 04:08:20.929 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-08-06T04:08:22.631Z[ recovery-image] Aug 06 04:08:20.939 INFO O| Aug 06 04:08:20.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
71982024-08-06T04:08:22.631Z[ recovery-image] Aug 06 04:08:20.939 INFO O| Aug 06 04:08:20.939 INFO STEP 1111 (remove_files) COMPLETE
71992024-08-06T04:08:22.631Z[ recovery-image] Aug 06 04:08:20.939 INFO O| Aug 06 04:08:20.939 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-08-06T04:08:22.641Z[ recovery-image] Aug 06 04:08:20.949 INFO O| Aug 06 04:08:20.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72012024-08-06T04:08:22.641Z[ recovery-image] Aug 06 04:08:20.949 INFO O| Aug 06 04:08:20.949 INFO STEP 1112 (remove_files) COMPLETE
72022024-08-06T04:08:22.644Z[ recovery-image] Aug 06 04:08:20.949 INFO O| Aug 06 04:08:20.949 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-08-06T04:08:22.651Z[ recovery-image] Aug 06 04:08:20.959 INFO O| Aug 06 04:08:20.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72042024-08-06T04:08:22.651Z[ recovery-image] Aug 06 04:08:20.959 INFO O| Aug 06 04:08:20.959 INFO STEP 1113 (remove_files) COMPLETE
72052024-08-06T04:08:22.651Z[ recovery-image] Aug 06 04:08:20.959 INFO O| Aug 06 04:08:20.959 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-08-06T04:08:22.662Z[ recovery-image] Aug 06 04:08:20.969 INFO O| Aug 06 04:08:20.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72072024-08-06T04:08:22.662Z[ recovery-image] Aug 06 04:08:20.970 INFO O| Aug 06 04:08:20.969 INFO STEP 1114 (remove_files) COMPLETE
72082024-08-06T04:08:22.668Z[ recovery-image] Aug 06 04:08:20.970 INFO O| Aug 06 04:08:20.970 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-08-06T04:08:22.673Z[ recovery-image] Aug 06 04:08:20.981 INFO O| Aug 06 04:08:20.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72102024-08-06T04:08:22.673Z[ recovery-image] Aug 06 04:08:20.981 INFO O| Aug 06 04:08:20.981 INFO STEP 1115 (remove_files) COMPLETE
72112024-08-06T04:08:22.673Z[ recovery-image] Aug 06 04:08:20.981 INFO O| Aug 06 04:08:20.981 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-08-06T04:08:22.685Z[ recovery-image] Aug 06 04:08:20.993 INFO O| Aug 06 04:08:20.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72132024-08-06T04:08:22.685Z[ recovery-image] Aug 06 04:08:20.993 INFO O| Aug 06 04:08:20.993 INFO STEP 1116 (remove_files) COMPLETE
72142024-08-06T04:08:22.687Z[ recovery-image] Aug 06 04:08:20.993 INFO O| Aug 06 04:08:20.993 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-08-06T04:08:22.697Z[ recovery-image] Aug 06 04:08:21.005 INFO O| Aug 06 04:08:21.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72162024-08-06T04:08:22.697Z[ recovery-image] Aug 06 04:08:21.005 INFO O| Aug 06 04:08:21.005 INFO STEP 1117 (remove_files) COMPLETE
72172024-08-06T04:08:22.700Z[ recovery-image] Aug 06 04:08:21.005 INFO O| Aug 06 04:08:21.005 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-08-06T04:08:22.709Z[ recovery-image] Aug 06 04:08:21.016 INFO O| Aug 06 04:08:21.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72192024-08-06T04:08:22.709Z[ recovery-image] Aug 06 04:08:21.017 INFO O| Aug 06 04:08:21.017 INFO STEP 1118 (remove_files) COMPLETE
72202024-08-06T04:08:22.712Z[ recovery-image] Aug 06 04:08:21.017 INFO O| Aug 06 04:08:21.017 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-08-06T04:08:22.721Z[ recovery-image] Aug 06 04:08:21.029 INFO O| Aug 06 04:08:21.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72222024-08-06T04:08:22.721Z[ recovery-image] Aug 06 04:08:21.029 INFO O| Aug 06 04:08:21.029 INFO STEP 1119 (remove_files) COMPLETE
72232024-08-06T04:08:22.721Z[ recovery-image] Aug 06 04:08:21.029 INFO O| Aug 06 04:08:21.029 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-08-06T04:08:22.733Z[ recovery-image] Aug 06 04:08:21.040 INFO O| Aug 06 04:08:21.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72252024-08-06T04:08:22.735Z[ recovery-image] Aug 06 04:08:21.040 INFO O| Aug 06 04:08:21.040 INFO STEP 1120 (remove_files) COMPLETE
72262024-08-06T04:08:22.735Z[ recovery-image] Aug 06 04:08:21.040 INFO O| Aug 06 04:08:21.040 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-08-06T04:08:22.744Z[ recovery-image] Aug 06 04:08:21.052 INFO O| Aug 06 04:08:21.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72282024-08-06T04:08:22.744Z[ recovery-image] Aug 06 04:08:21.052 INFO O| Aug 06 04:08:21.052 INFO STEP 1121 (remove_files) COMPLETE
72292024-08-06T04:08:22.746Z[ recovery-image] Aug 06 04:08:21.052 INFO O| Aug 06 04:08:21.052 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-08-06T04:08:22.755Z[ recovery-image] Aug 06 04:08:21.062 INFO O| Aug 06 04:08:21.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72312024-08-06T04:08:22.755Z[ recovery-image] Aug 06 04:08:21.063 INFO O| Aug 06 04:08:21.062 INFO STEP 1122 (remove_files) COMPLETE
72322024-08-06T04:08:22.755Z[ recovery-image] Aug 06 04:08:21.063 INFO O| Aug 06 04:08:21.062 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-08-06T04:08:22.765Z[ recovery-image] Aug 06 04:08:21.073 INFO O| Aug 06 04:08:21.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72342024-08-06T04:08:22.771Z[ recovery-image] Aug 06 04:08:21.073 INFO O| Aug 06 04:08:21.073 INFO STEP 1123 (remove_files) COMPLETE
72352024-08-06T04:08:22.771Z[ recovery-image] Aug 06 04:08:21.073 INFO O| Aug 06 04:08:21.073 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-08-06T04:08:22.776Z[ recovery-image] Aug 06 04:08:21.083 INFO O| Aug 06 04:08:21.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72372024-08-06T04:08:22.778Z[ recovery-image] Aug 06 04:08:21.084 INFO O| Aug 06 04:08:21.084 INFO STEP 1124 (remove_files) COMPLETE
72382024-08-06T04:08:22.778Z[ recovery-image] Aug 06 04:08:21.084 INFO O| Aug 06 04:08:21.084 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-08-06T04:08:22.786Z[ recovery-image] Aug 06 04:08:21.094 INFO O| Aug 06 04:08:21.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72402024-08-06T04:08:22.786Z[ recovery-image] Aug 06 04:08:21.094 INFO O| Aug 06 04:08:21.094 INFO STEP 1125 (remove_files) COMPLETE
72412024-08-06T04:08:22.786Z[ recovery-image] Aug 06 04:08:21.094 INFO O| Aug 06 04:08:21.094 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-08-06T04:08:22.796Z[ recovery-image] Aug 06 04:08:21.104 INFO O| Aug 06 04:08:21.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72432024-08-06T04:08:22.796Z[ recovery-image] Aug 06 04:08:21.104 INFO O| Aug 06 04:08:21.104 INFO STEP 1126 (remove_files) COMPLETE
72442024-08-06T04:08:22.799Z[ recovery-image] Aug 06 04:08:21.104 INFO O| Aug 06 04:08:21.104 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-08-06T04:08:22.806Z[ recovery-image] Aug 06 04:08:21.114 INFO O| Aug 06 04:08:21.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72462024-08-06T04:08:22.806Z[ recovery-image] Aug 06 04:08:21.114 INFO O| Aug 06 04:08:21.114 INFO STEP 1127 (remove_files) COMPLETE
72472024-08-06T04:08:22.806Z[ recovery-image] Aug 06 04:08:21.114 INFO O| Aug 06 04:08:21.114 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-08-06T04:08:22.817Z[ recovery-image] Aug 06 04:08:21.124 INFO O| Aug 06 04:08:21.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72492024-08-06T04:08:22.817Z[ recovery-image] Aug 06 04:08:21.125 INFO O| Aug 06 04:08:21.125 INFO STEP 1128 (remove_files) COMPLETE
72502024-08-06T04:08:22.817Z[ recovery-image] Aug 06 04:08:21.125 INFO O| Aug 06 04:08:21.125 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-08-06T04:08:22.827Z[ recovery-image] Aug 06 04:08:21.135 INFO O| Aug 06 04:08:21.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72522024-08-06T04:08:22.827Z[ recovery-image] Aug 06 04:08:21.135 INFO O| Aug 06 04:08:21.135 INFO STEP 1129 (remove_files) COMPLETE
72532024-08-06T04:08:22.827Z[ recovery-image] Aug 06 04:08:21.135 INFO O| Aug 06 04:08:21.135 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-08-06T04:08:22.837Z[ recovery-image] Aug 06 04:08:21.145 INFO O| Aug 06 04:08:21.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
72552024-08-06T04:08:22.837Z[ recovery-image] Aug 06 04:08:21.145 INFO O| Aug 06 04:08:21.145 INFO STEP 1130 (remove_files) COMPLETE
72562024-08-06T04:08:22.840Z[ recovery-image] Aug 06 04:08:21.145 INFO O| Aug 06 04:08:21.145 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-08-06T04:08:22.847Z[ recovery-image] Aug 06 04:08:21.155 INFO O| Aug 06 04:08:21.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
72582024-08-06T04:08:22.850Z[ recovery-image] Aug 06 04:08:21.155 INFO O| Aug 06 04:08:21.155 INFO STEP 1131 (remove_files) COMPLETE
72592024-08-06T04:08:22.850Z[ recovery-image] Aug 06 04:08:21.155 INFO O| Aug 06 04:08:21.155 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-08-06T04:08:22.857Z[ recovery-image] Aug 06 04:08:21.165 INFO O| Aug 06 04:08:21.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
72612024-08-06T04:08:22.857Z[ recovery-image] Aug 06 04:08:21.165 INFO O| Aug 06 04:08:21.165 INFO STEP 1132 (remove_files) COMPLETE
72622024-08-06T04:08:22.860Z[ recovery-image] Aug 06 04:08:21.165 INFO O| Aug 06 04:08:21.165 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-08-06T04:08:22.867Z[ recovery-image] Aug 06 04:08:21.175 INFO O| Aug 06 04:08:21.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
72642024-08-06T04:08:22.867Z[ recovery-image] Aug 06 04:08:21.175 INFO O| Aug 06 04:08:21.175 INFO STEP 1133 (remove_files) COMPLETE
72652024-08-06T04:08:22.867Z[ recovery-image] Aug 06 04:08:21.175 INFO O| Aug 06 04:08:21.175 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-08-06T04:08:22.877Z[ recovery-image] Aug 06 04:08:21.184 INFO O| Aug 06 04:08:21.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
72672024-08-06T04:08:22.877Z[ recovery-image] Aug 06 04:08:21.185 INFO O| Aug 06 04:08:21.185 INFO STEP 1134 (remove_files) COMPLETE
72682024-08-06T04:08:22.879Z[ recovery-image] Aug 06 04:08:21.185 INFO O| Aug 06 04:08:21.185 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-08-06T04:08:22.887Z[ recovery-image] Aug 06 04:08:21.194 INFO O| Aug 06 04:08:21.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
72702024-08-06T04:08:22.887Z[ recovery-image] Aug 06 04:08:21.194 INFO O| Aug 06 04:08:21.194 INFO STEP 1135 (remove_files) COMPLETE
72712024-08-06T04:08:22.889Z[ recovery-image] Aug 06 04:08:21.194 INFO O| Aug 06 04:08:21.194 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-08-06T04:08:22.896Z[ recovery-image] Aug 06 04:08:21.204 INFO O| Aug 06 04:08:21.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
72732024-08-06T04:08:22.896Z[ recovery-image] Aug 06 04:08:21.204 INFO O| Aug 06 04:08:21.204 INFO STEP 1136 (remove_files) COMPLETE
72742024-08-06T04:08:22.897Z[ recovery-image] Aug 06 04:08:21.204 INFO O| Aug 06 04:08:21.204 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-08-06T04:08:22.906Z[ recovery-image] Aug 06 04:08:21.214 INFO O| Aug 06 04:08:21.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
72762024-08-06T04:08:22.908Z[ recovery-image] Aug 06 04:08:21.214 INFO O| Aug 06 04:08:21.214 INFO STEP 1137 (remove_files) COMPLETE
72772024-08-06T04:08:22.909Z[ recovery-image] Aug 06 04:08:21.214 INFO O| Aug 06 04:08:21.214 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-08-06T04:08:22.916Z[ recovery-image] Aug 06 04:08:21.223 INFO O| Aug 06 04:08:21.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
72792024-08-06T04:08:22.916Z[ recovery-image] Aug 06 04:08:21.224 INFO O| Aug 06 04:08:21.224 INFO STEP 1138 (remove_files) COMPLETE
72802024-08-06T04:08:22.918Z[ recovery-image] Aug 06 04:08:21.224 INFO O| Aug 06 04:08:21.224 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-08-06T04:08:22.926Z[ recovery-image] Aug 06 04:08:21.233 INFO O| Aug 06 04:08:21.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
72822024-08-06T04:08:22.926Z[ recovery-image] Aug 06 04:08:21.233 INFO O| Aug 06 04:08:21.233 INFO STEP 1139 (remove_files) COMPLETE
72832024-08-06T04:08:22.928Z[ recovery-image] Aug 06 04:08:21.233 INFO O| Aug 06 04:08:21.233 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-08-06T04:08:22.936Z[ recovery-image] Aug 06 04:08:21.243 INFO O| Aug 06 04:08:21.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
72852024-08-06T04:08:22.936Z[ recovery-image] Aug 06 04:08:21.243 INFO O| Aug 06 04:08:21.243 INFO STEP 1140 (remove_files) COMPLETE
72862024-08-06T04:08:22.936Z[ recovery-image] Aug 06 04:08:21.243 INFO O| Aug 06 04:08:21.243 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-08-06T04:08:22.947Z[ recovery-image] Aug 06 04:08:21.255 INFO O| Aug 06 04:08:21.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
72882024-08-06T04:08:22.947Z[ recovery-image] Aug 06 04:08:21.255 INFO O| Aug 06 04:08:21.255 INFO STEP 1141 (remove_files) COMPLETE
72892024-08-06T04:08:22.950Z[ recovery-image] Aug 06 04:08:21.255 INFO O| Aug 06 04:08:21.255 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-08-06T04:08:22.960Z[ recovery-image] Aug 06 04:08:21.267 INFO O| Aug 06 04:08:21.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
72912024-08-06T04:08:22.960Z[ recovery-image] Aug 06 04:08:21.267 INFO O| Aug 06 04:08:21.267 INFO STEP 1142 (remove_files) COMPLETE
72922024-08-06T04:08:22.960Z[ recovery-image] Aug 06 04:08:21.267 INFO O| Aug 06 04:08:21.267 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-08-06T04:08:22.972Z[ recovery-image] Aug 06 04:08:21.279 INFO O| Aug 06 04:08:21.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
72942024-08-06T04:08:22.972Z[ recovery-image] Aug 06 04:08:21.279 INFO O| Aug 06 04:08:21.279 INFO STEP 1143 (remove_files) COMPLETE
72952024-08-06T04:08:22.972Z[ recovery-image] Aug 06 04:08:21.279 INFO O| Aug 06 04:08:21.279 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-08-06T04:08:22.983Z[ recovery-image] Aug 06 04:08:21.291 INFO O| Aug 06 04:08:21.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
72972024-08-06T04:08:22.983Z[ recovery-image] Aug 06 04:08:21.291 INFO O| Aug 06 04:08:21.291 INFO STEP 1144 (remove_files) COMPLETE
72982024-08-06T04:08:22.983Z[ recovery-image] Aug 06 04:08:21.291 INFO O| Aug 06 04:08:21.291 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-08-06T04:08:22.997Z[ recovery-image] Aug 06 04:08:21.304 INFO O| Aug 06 04:08:21.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73002024-08-06T04:08:22.997Z[ recovery-image] Aug 06 04:08:21.304 INFO O| Aug 06 04:08:21.304 INFO STEP 1145 (remove_files) COMPLETE
73012024-08-06T04:08:22.997Z[ recovery-image] Aug 06 04:08:21.304 INFO O| Aug 06 04:08:21.304 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-08-06T04:08:23.010Z[ recovery-image] Aug 06 04:08:21.318 INFO O| Aug 06 04:08:21.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73032024-08-06T04:08:23.010Z[ recovery-image] Aug 06 04:08:21.318 INFO O| Aug 06 04:08:21.318 INFO STEP 1146 (remove_files) COMPLETE
73042024-08-06T04:08:23.013Z[ recovery-image] Aug 06 04:08:21.318 INFO O| Aug 06 04:08:21.318 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-08-06T04:08:23.023Z[ recovery-image] Aug 06 04:08:21.331 INFO O| Aug 06 04:08:21.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73062024-08-06T04:08:23.023Z[ recovery-image] Aug 06 04:08:21.331 INFO O| Aug 06 04:08:21.331 INFO STEP 1147 (remove_files) COMPLETE
73072024-08-06T04:08:23.026Z[ recovery-image] Aug 06 04:08:21.331 INFO O| Aug 06 04:08:21.331 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-08-06T04:08:23.034Z[ recovery-image] Aug 06 04:08:21.342 INFO O| Aug 06 04:08:21.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73092024-08-06T04:08:23.037Z[ recovery-image] Aug 06 04:08:21.342 INFO O| Aug 06 04:08:21.342 INFO STEP 1148 (remove_files) COMPLETE
73102024-08-06T04:08:23.037Z[ recovery-image] Aug 06 04:08:21.342 INFO O| Aug 06 04:08:21.342 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-08-06T04:08:23.044Z[ recovery-image] Aug 06 04:08:21.352 INFO O| Aug 06 04:08:21.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73122024-08-06T04:08:23.047Z[ recovery-image] Aug 06 04:08:21.352 INFO O| Aug 06 04:08:21.352 INFO STEP 1149 (remove_files) COMPLETE
73132024-08-06T04:08:23.047Z[ recovery-image] Aug 06 04:08:21.352 INFO O| Aug 06 04:08:21.352 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-08-06T04:08:23.055Z[ recovery-image] Aug 06 04:08:21.362 INFO O| Aug 06 04:08:21.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73152024-08-06T04:08:23.055Z[ recovery-image] Aug 06 04:08:21.362 INFO O| Aug 06 04:08:21.362 INFO STEP 1150 (remove_files) COMPLETE
73162024-08-06T04:08:23.055Z[ recovery-image] Aug 06 04:08:21.362 INFO O| Aug 06 04:08:21.362 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-08-06T04:08:23.065Z[ recovery-image] Aug 06 04:08:21.372 INFO O| Aug 06 04:08:21.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73182024-08-06T04:08:23.065Z[ recovery-image] Aug 06 04:08:21.373 INFO O| Aug 06 04:08:21.372 INFO STEP 1151 (remove_files) COMPLETE
73192024-08-06T04:08:23.065Z[ recovery-image] Aug 06 04:08:21.373 INFO O| Aug 06 04:08:21.373 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-08-06T04:08:23.075Z[ recovery-image] Aug 06 04:08:21.383 INFO O| Aug 06 04:08:21.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73212024-08-06T04:08:23.078Z[ recovery-image] Aug 06 04:08:21.383 INFO O| Aug 06 04:08:21.383 INFO STEP 1152 (remove_files) COMPLETE
73222024-08-06T04:08:23.078Z[ recovery-image] Aug 06 04:08:21.383 INFO O| Aug 06 04:08:21.383 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-08-06T04:08:23.085Z[ recovery-image] Aug 06 04:08:21.393 INFO O| Aug 06 04:08:21.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73242024-08-06T04:08:23.085Z[ recovery-image] Aug 06 04:08:21.393 INFO O| Aug 06 04:08:21.393 INFO STEP 1153 (remove_files) COMPLETE
73252024-08-06T04:08:23.086Z[ recovery-image] Aug 06 04:08:21.393 INFO O| Aug 06 04:08:21.393 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-08-06T04:08:23.095Z[ recovery-image] Aug 06 04:08:21.403 INFO O| Aug 06 04:08:21.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73272024-08-06T04:08:23.095Z[ recovery-image] Aug 06 04:08:21.403 INFO O| Aug 06 04:08:21.403 INFO STEP 1154 (remove_files) COMPLETE
73282024-08-06T04:08:23.098Z[ recovery-image] Aug 06 04:08:21.403 INFO O| Aug 06 04:08:21.403 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-08-06T04:08:23.105Z[ recovery-image] Aug 06 04:08:21.413 INFO O| Aug 06 04:08:21.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73302024-08-06T04:08:23.105Z[ recovery-image] Aug 06 04:08:21.413 INFO O| Aug 06 04:08:21.413 INFO STEP 1155 (remove_files) COMPLETE
73312024-08-06T04:08:23.108Z[ recovery-image] Aug 06 04:08:21.413 INFO O| Aug 06 04:08:21.413 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-08-06T04:08:23.115Z[ recovery-image] Aug 06 04:08:21.422 INFO O| Aug 06 04:08:21.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73332024-08-06T04:08:23.115Z[ recovery-image] Aug 06 04:08:21.422 INFO O| Aug 06 04:08:21.422 INFO STEP 1156 (remove_files) COMPLETE
73342024-08-06T04:08:23.117Z[ recovery-image] Aug 06 04:08:21.422 INFO O| Aug 06 04:08:21.422 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-08-06T04:08:23.125Z[ recovery-image] Aug 06 04:08:21.432 INFO O| Aug 06 04:08:21.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73362024-08-06T04:08:23.127Z[ recovery-image] Aug 06 04:08:21.432 INFO O| Aug 06 04:08:21.432 INFO STEP 1157 (remove_files) COMPLETE
73372024-08-06T04:08:23.127Z[ recovery-image] Aug 06 04:08:21.433 INFO O| Aug 06 04:08:21.432 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-08-06T04:08:23.135Z[ recovery-image] Aug 06 04:08:21.442 INFO O| Aug 06 04:08:21.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73392024-08-06T04:08:23.135Z[ recovery-image] Aug 06 04:08:21.442 INFO O| Aug 06 04:08:21.442 INFO STEP 1158 (remove_files) COMPLETE
73402024-08-06T04:08:23.135Z[ recovery-image] Aug 06 04:08:21.442 INFO O| Aug 06 04:08:21.442 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-08-06T04:08:23.145Z[ recovery-image] Aug 06 04:08:21.452 INFO O| Aug 06 04:08:21.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73422024-08-06T04:08:23.145Z[ recovery-image] Aug 06 04:08:21.452 INFO O| Aug 06 04:08:21.452 INFO STEP 1159 (remove_files) COMPLETE
73432024-08-06T04:08:23.148Z[ recovery-image] Aug 06 04:08:21.453 INFO O| Aug 06 04:08:21.452 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-08-06T04:08:23.154Z[ recovery-image] Aug 06 04:08:21.462 INFO O| Aug 06 04:08:21.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73452024-08-06T04:08:23.155Z[ recovery-image] Aug 06 04:08:21.462 INFO O| Aug 06 04:08:21.462 INFO STEP 1160 (remove_files) COMPLETE
73462024-08-06T04:08:23.158Z[ recovery-image] Aug 06 04:08:21.462 INFO O| Aug 06 04:08:21.462 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-08-06T04:08:23.164Z[ recovery-image] Aug 06 04:08:21.472 INFO O| Aug 06 04:08:21.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73482024-08-06T04:08:23.167Z[ recovery-image] Aug 06 04:08:21.472 INFO O| Aug 06 04:08:21.472 INFO STEP 1161 (remove_files) COMPLETE
73492024-08-06T04:08:23.167Z[ recovery-image] Aug 06 04:08:21.472 INFO O| Aug 06 04:08:21.472 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-08-06T04:08:23.176Z[ recovery-image] Aug 06 04:08:21.483 INFO O| Aug 06 04:08:21.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73512024-08-06T04:08:23.176Z[ recovery-image] Aug 06 04:08:21.483 INFO O| Aug 06 04:08:21.483 INFO STEP 1162 (remove_files) COMPLETE
73522024-08-06T04:08:23.176Z[ recovery-image] Aug 06 04:08:21.483 INFO O| Aug 06 04:08:21.483 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-08-06T04:08:23.186Z[ recovery-image] Aug 06 04:08:21.494 INFO O| Aug 06 04:08:21.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73542024-08-06T04:08:23.186Z[ recovery-image] Aug 06 04:08:21.494 INFO O| Aug 06 04:08:21.494 INFO STEP 1163 (remove_files) COMPLETE
73552024-08-06T04:08:23.186Z[ recovery-image] Aug 06 04:08:21.494 INFO O| Aug 06 04:08:21.494 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-08-06T04:08:23.197Z[ recovery-image] Aug 06 04:08:21.504 INFO O| Aug 06 04:08:21.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
73572024-08-06T04:08:23.199Z[ recovery-image] Aug 06 04:08:21.504 INFO O| Aug 06 04:08:21.504 INFO STEP 1164 (remove_files) COMPLETE
73582024-08-06T04:08:23.199Z[ recovery-image] Aug 06 04:08:21.504 INFO O| Aug 06 04:08:21.504 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-08-06T04:08:23.207Z[ recovery-image] Aug 06 04:08:21.515 INFO O| Aug 06 04:08:21.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
73602024-08-06T04:08:23.207Z[ recovery-image] Aug 06 04:08:21.515 INFO O| Aug 06 04:08:21.515 INFO STEP 1165 (remove_files) COMPLETE
73612024-08-06T04:08:23.207Z[ recovery-image] Aug 06 04:08:21.515 INFO O| Aug 06 04:08:21.515 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-08-06T04:08:23.217Z[ recovery-image] Aug 06 04:08:21.525 INFO O| Aug 06 04:08:21.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
73632024-08-06T04:08:23.218Z[ recovery-image] Aug 06 04:08:21.525 INFO O| Aug 06 04:08:21.525 INFO STEP 1166 (remove_files) COMPLETE
73642024-08-06T04:08:23.220Z[ recovery-image] Aug 06 04:08:21.525 INFO O| Aug 06 04:08:21.525 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-08-06T04:08:23.228Z[ recovery-image] Aug 06 04:08:21.535 INFO O| Aug 06 04:08:21.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
73662024-08-06T04:08:23.228Z[ recovery-image] Aug 06 04:08:21.536 INFO O| Aug 06 04:08:21.535 INFO STEP 1167 (remove_files) COMPLETE
73672024-08-06T04:08:23.231Z[ recovery-image] Aug 06 04:08:21.536 INFO O| Aug 06 04:08:21.535 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-08-06T04:08:23.239Z[ recovery-image] Aug 06 04:08:21.546 INFO O| Aug 06 04:08:21.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
73692024-08-06T04:08:23.239Z[ recovery-image] Aug 06 04:08:21.546 INFO O| Aug 06 04:08:21.546 INFO STEP 1168 (remove_files) COMPLETE
73702024-08-06T04:08:23.239Z[ recovery-image] Aug 06 04:08:21.546 INFO O| Aug 06 04:08:21.546 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-08-06T04:08:23.250Z[ recovery-image] Aug 06 04:08:21.557 INFO O| Aug 06 04:08:21.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
73722024-08-06T04:08:23.250Z[ recovery-image] Aug 06 04:08:21.557 INFO O| Aug 06 04:08:21.557 INFO STEP 1169 (remove_files) COMPLETE
73732024-08-06T04:08:23.250Z[ recovery-image] Aug 06 04:08:21.557 INFO O| Aug 06 04:08:21.557 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-08-06T04:08:23.260Z[ recovery-image] Aug 06 04:08:21.568 INFO O| Aug 06 04:08:21.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
73752024-08-06T04:08:23.260Z[ recovery-image] Aug 06 04:08:21.568 INFO O| Aug 06 04:08:21.568 INFO STEP 1170 (remove_files) COMPLETE
73762024-08-06T04:08:23.260Z[ recovery-image] Aug 06 04:08:21.568 INFO O| Aug 06 04:08:21.568 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-08-06T04:08:23.271Z[ recovery-image] Aug 06 04:08:21.578 INFO O| Aug 06 04:08:21.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
73782024-08-06T04:08:23.271Z[ recovery-image] Aug 06 04:08:21.578 INFO O| Aug 06 04:08:21.578 INFO STEP 1171 (remove_files) COMPLETE
73792024-08-06T04:08:23.273Z[ recovery-image] Aug 06 04:08:21.578 INFO O| Aug 06 04:08:21.578 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-08-06T04:08:23.281Z[ recovery-image] Aug 06 04:08:21.589 INFO O| Aug 06 04:08:21.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
73812024-08-06T04:08:23.284Z[ recovery-image] Aug 06 04:08:21.589 INFO O| Aug 06 04:08:21.589 INFO STEP 1172 (remove_files) COMPLETE
73822024-08-06T04:08:23.284Z[ recovery-image] Aug 06 04:08:21.589 INFO O| Aug 06 04:08:21.589 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-08-06T04:08:23.291Z[ recovery-image] Aug 06 04:08:21.599 INFO O| Aug 06 04:08:21.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
73842024-08-06T04:08:23.291Z[ recovery-image] Aug 06 04:08:21.599 INFO O| Aug 06 04:08:21.599 INFO STEP 1173 (remove_files) COMPLETE
73852024-08-06T04:08:23.291Z[ recovery-image] Aug 06 04:08:21.599 INFO O| Aug 06 04:08:21.599 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-08-06T04:08:23.301Z[ recovery-image] Aug 06 04:08:21.609 INFO O| Aug 06 04:08:21.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
73872024-08-06T04:08:23.301Z[ recovery-image] Aug 06 04:08:21.609 INFO O| Aug 06 04:08:21.609 INFO STEP 1174 (remove_files) COMPLETE
73882024-08-06T04:08:23.304Z[ recovery-image] Aug 06 04:08:21.609 INFO O| Aug 06 04:08:21.609 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-08-06T04:08:23.311Z[ recovery-image] Aug 06 04:08:21.619 INFO O| Aug 06 04:08:21.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
73902024-08-06T04:08:23.311Z[ recovery-image] Aug 06 04:08:21.619 INFO O| Aug 06 04:08:21.619 INFO STEP 1175 (remove_files) COMPLETE
73912024-08-06T04:08:23.314Z[ recovery-image] Aug 06 04:08:21.619 INFO O| Aug 06 04:08:21.619 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-08-06T04:08:23.321Z[ recovery-image] Aug 06 04:08:21.629 INFO O| Aug 06 04:08:21.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
73932024-08-06T04:08:23.324Z[ recovery-image] Aug 06 04:08:21.629 INFO O| Aug 06 04:08:21.629 INFO STEP 1176 (remove_files) COMPLETE
73942024-08-06T04:08:23.324Z[ recovery-image] Aug 06 04:08:21.629 INFO O| Aug 06 04:08:21.629 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-08-06T04:08:23.331Z[ recovery-image] Aug 06 04:08:21.639 INFO O| Aug 06 04:08:21.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
73962024-08-06T04:08:23.331Z[ recovery-image] Aug 06 04:08:21.639 INFO O| Aug 06 04:08:21.639 INFO STEP 1177 (remove_files) COMPLETE
73972024-08-06T04:08:23.334Z[ recovery-image] Aug 06 04:08:21.639 INFO O| Aug 06 04:08:21.639 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-08-06T04:08:23.341Z[ recovery-image] Aug 06 04:08:21.648 INFO O| Aug 06 04:08:21.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
73992024-08-06T04:08:23.341Z[ recovery-image] Aug 06 04:08:21.648 INFO O| Aug 06 04:08:21.648 INFO STEP 1178 (remove_files) COMPLETE
74002024-08-06T04:08:23.344Z[ recovery-image] Aug 06 04:08:21.648 INFO O| Aug 06 04:08:21.648 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-08-06T04:08:23.351Z[ recovery-image] Aug 06 04:08:21.658 INFO O| Aug 06 04:08:21.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74022024-08-06T04:08:23.351Z[ recovery-image] Aug 06 04:08:21.658 INFO O| Aug 06 04:08:21.658 INFO STEP 1179 (remove_files) COMPLETE
74032024-08-06T04:08:23.351Z[ recovery-image] Aug 06 04:08:21.658 INFO O| Aug 06 04:08:21.658 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-08-06T04:08:23.361Z[ recovery-image] Aug 06 04:08:21.668 INFO O| Aug 06 04:08:21.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74052024-08-06T04:08:23.361Z[ recovery-image] Aug 06 04:08:21.668 INFO O| Aug 06 04:08:21.668 INFO STEP 1180 (remove_files) COMPLETE
74062024-08-06T04:08:23.363Z[ recovery-image] Aug 06 04:08:21.668 INFO O| Aug 06 04:08:21.668 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-08-06T04:08:23.363Z[ host-image] Aug 06 04:08:21.670 INFO O| Aug 06 04:08:21.670 INFO O| Planning: Solver setup ... Done
74082024-08-06T04:08:23.366Z[ host-image] Aug 06 04:08:21.674 INFO O| Aug 06 04:08:21.674 INFO O| Planning: Running solver ... Done
74092024-08-06T04:08:23.371Z[ recovery-image] Aug 06 04:08:21.678 INFO O| Aug 06 04:08:21.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74102024-08-06T04:08:23.371Z[ recovery-image] Aug 06 04:08:21.678 INFO O| Aug 06 04:08:21.678 INFO STEP 1181 (remove_files) COMPLETE
74112024-08-06T04:08:23.373Z[ recovery-image] Aug 06 04:08:21.678 INFO O| Aug 06 04:08:21.678 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-08-06T04:08:23.381Z[ recovery-image] Aug 06 04:08:21.688 INFO O| Aug 06 04:08:21.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74132024-08-06T04:08:23.383Z[ recovery-image] Aug 06 04:08:21.688 INFO O| Aug 06 04:08:21.688 INFO STEP 1182 (remove_files) COMPLETE
74142024-08-06T04:08:23.383Z[ recovery-image] Aug 06 04:08:21.688 INFO O| Aug 06 04:08:21.688 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-08-06T04:08:23.391Z[ recovery-image] Aug 06 04:08:21.698 INFO O| Aug 06 04:08:21.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74162024-08-06T04:08:23.391Z[ recovery-image] Aug 06 04:08:21.698 INFO O| Aug 06 04:08:21.698 INFO STEP 1183 (remove_files) COMPLETE
74172024-08-06T04:08:23.394Z[ recovery-image] Aug 06 04:08:21.698 INFO O| Aug 06 04:08:21.698 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-08-06T04:08:23.401Z[ recovery-image] Aug 06 04:08:21.708 INFO O| Aug 06 04:08:21.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74192024-08-06T04:08:23.401Z[ recovery-image] Aug 06 04:08:21.708 INFO O| Aug 06 04:08:21.708 INFO STEP 1184 (remove_files) COMPLETE
74202024-08-06T04:08:23.404Z[ recovery-image] Aug 06 04:08:21.708 INFO O| Aug 06 04:08:21.708 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-08-06T04:08:23.404Z[ host-image] Aug 06 04:08:21.711 INFO O| Aug 06 04:08:21.711 INFO O| Planning: Finding local manifests ... Done
74222024-08-06T04:08:23.406Z[ host-image] Aug 06 04:08:21.712 INFO O| Aug 06 04:08:21.712 INFO O| Planning: Fetching manifests: 0/1 0% complete
74232024-08-06T04:08:23.412Z[ recovery-image] Aug 06 04:08:21.719 INFO O| Aug 06 04:08:21.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74242024-08-06T04:08:23.412Z[ recovery-image] Aug 06 04:08:21.719 INFO O| Aug 06 04:08:21.719 INFO STEP 1185 (remove_files) COMPLETE
74252024-08-06T04:08:23.412Z[ recovery-image] Aug 06 04:08:21.719 INFO O| Aug 06 04:08:21.719 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-08-06T04:08:23.422Z[ recovery-image] Aug 06 04:08:21.730 INFO O| Aug 06 04:08:21.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74272024-08-06T04:08:23.423Z[ recovery-image] Aug 06 04:08:21.730 INFO O| Aug 06 04:08:21.730 INFO STEP 1186 (remove_files) COMPLETE
74282024-08-06T04:08:23.425Z[ recovery-image] Aug 06 04:08:21.730 INFO O| Aug 06 04:08:21.730 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-08-06T04:08:23.433Z[ recovery-image] Aug 06 04:08:21.740 INFO O| Aug 06 04:08:21.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74302024-08-06T04:08:23.433Z[ recovery-image] Aug 06 04:08:21.740 INFO O| Aug 06 04:08:21.740 INFO STEP 1187 (remove_files) COMPLETE
74312024-08-06T04:08:23.433Z[ recovery-image] Aug 06 04:08:21.740 INFO O| Aug 06 04:08:21.740 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-08-06T04:08:23.443Z[ recovery-image] Aug 06 04:08:21.751 INFO O| Aug 06 04:08:21.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74332024-08-06T04:08:23.443Z[ recovery-image] Aug 06 04:08:21.751 INFO O| Aug 06 04:08:21.751 INFO STEP 1188 (remove_files) COMPLETE
74342024-08-06T04:08:23.443Z[ recovery-image] Aug 06 04:08:21.751 INFO O| Aug 06 04:08:21.751 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-08-06T04:08:23.453Z[ recovery-image] Aug 06 04:08:21.761 INFO O| Aug 06 04:08:21.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74362024-08-06T04:08:23.453Z[ recovery-image] Aug 06 04:08:21.761 INFO O| Aug 06 04:08:21.761 INFO STEP 1189 (remove_files) COMPLETE
74372024-08-06T04:08:23.453Z[ recovery-image] Aug 06 04:08:21.761 INFO O| Aug 06 04:08:21.761 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-08-06T04:08:23.464Z[ recovery-image] Aug 06 04:08:21.772 INFO O| Aug 06 04:08:21.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74392024-08-06T04:08:23.464Z[ recovery-image] Aug 06 04:08:21.772 INFO O| Aug 06 04:08:21.772 INFO STEP 1190 (remove_files) COMPLETE
74402024-08-06T04:08:23.467Z[ recovery-image] Aug 06 04:08:21.772 INFO O| Aug 06 04:08:21.772 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-08-06T04:08:23.467Z[ host-image] Aug 06 04:08:21.772 INFO O| Aug 06 04:08:21.772 INFO O| Planning: Fetching manifests: 1/1 100% complete
74422024-08-06T04:08:23.474Z[ recovery-image] Aug 06 04:08:21.782 INFO O| Aug 06 04:08:21.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74432024-08-06T04:08:23.477Z[ recovery-image] Aug 06 04:08:21.782 INFO O| Aug 06 04:08:21.782 INFO STEP 1191 (remove_files) COMPLETE
74442024-08-06T04:08:23.477Z[ recovery-image] Aug 06 04:08:21.782 INFO O| Aug 06 04:08:21.782 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-08-06T04:08:23.484Z[ host-image] Aug 06 04:08:21.792 INFO O| Aug 06 04:08:21.792 INFO O| Planning: Package planning ... Done
74462024-08-06T04:08:23.487Z[ host-image] Aug 06 04:08:21.792 INFO O| Aug 06 04:08:21.792 INFO O| Planning: Merging actions ... Done
74472024-08-06T04:08:23.487Z[ recovery-image] Aug 06 04:08:21.793 INFO O| Aug 06 04:08:21.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74482024-08-06T04:08:23.487Z[ recovery-image] Aug 06 04:08:21.793 INFO O| Aug 06 04:08:21.793 INFO STEP 1192 (remove_files) COMPLETE
74492024-08-06T04:08:23.487Z[ recovery-image] Aug 06 04:08:21.793 INFO O| Aug 06 04:08:21.793 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-08-06T04:08:23.496Z[ recovery-image] Aug 06 04:08:21.804 INFO O| Aug 06 04:08:21.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74512024-08-06T04:08:23.496Z[ recovery-image] Aug 06 04:08:21.804 INFO O| Aug 06 04:08:21.804 INFO STEP 1193 (remove_files) COMPLETE
74522024-08-06T04:08:23.496Z[ recovery-image] Aug 06 04:08:21.804 INFO O| Aug 06 04:08:21.804 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-08-06T04:08:23.507Z[ recovery-image] Aug 06 04:08:21.814 INFO O| Aug 06 04:08:21.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74542024-08-06T04:08:23.507Z[ recovery-image] Aug 06 04:08:21.814 INFO O| Aug 06 04:08:21.814 INFO STEP 1194 (remove_files) COMPLETE
74552024-08-06T04:08:23.507Z[ recovery-image] Aug 06 04:08:21.814 INFO O| Aug 06 04:08:21.814 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-08-06T04:08:23.517Z[ recovery-image] Aug 06 04:08:21.825 INFO O| Aug 06 04:08:21.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74572024-08-06T04:08:23.517Z[ recovery-image] Aug 06 04:08:21.825 INFO O| Aug 06 04:08:21.825 INFO STEP 1195 (remove_files) COMPLETE
74582024-08-06T04:08:23.517Z[ recovery-image] Aug 06 04:08:21.825 INFO O| Aug 06 04:08:21.825 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-08-06T04:08:23.527Z[ recovery-image] Aug 06 04:08:21.835 INFO O| Aug 06 04:08:21.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74602024-08-06T04:08:23.527Z[ recovery-image] Aug 06 04:08:21.835 INFO O| Aug 06 04:08:21.835 INFO STEP 1196 (remove_files) COMPLETE
74612024-08-06T04:08:23.530Z[ recovery-image] Aug 06 04:08:21.835 INFO O| Aug 06 04:08:21.835 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-08-06T04:08:23.537Z[ recovery-image] Aug 06 04:08:21.845 INFO O| Aug 06 04:08:21.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
74632024-08-06T04:08:23.537Z[ recovery-image] Aug 06 04:08:21.845 INFO O| Aug 06 04:08:21.845 INFO STEP 1197 (remove_files) COMPLETE
74642024-08-06T04:08:23.537Z[ recovery-image] Aug 06 04:08:21.845 INFO O| Aug 06 04:08:21.845 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-08-06T04:08:23.545Z[ host-image] Aug 06 04:08:21.852 INFO O| Aug 06 04:08:21.852 INFO O| Planning: Checking for conflicting actions ... Done
74662024-08-06T04:08:23.548Z[ host-image] Aug 06 04:08:21.853 INFO O| Aug 06 04:08:21.853 INFO O| Planning: Consolidating action changes ... Done
74672024-08-06T04:08:23.548Z[ recovery-image] Aug 06 04:08:21.855 INFO O| Aug 06 04:08:21.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
74682024-08-06T04:08:23.548Z[ recovery-image] Aug 06 04:08:21.855 INFO O| Aug 06 04:08:21.855 INFO STEP 1198 (remove_files) COMPLETE
74692024-08-06T04:08:23.548Z[ recovery-image] Aug 06 04:08:21.855 INFO O| Aug 06 04:08:21.855 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-08-06T04:08:23.556Z[ recovery-image] Aug 06 04:08:21.864 INFO O| Aug 06 04:08:21.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
74712024-08-06T04:08:23.559Z[ recovery-image] Aug 06 04:08:21.864 INFO O| Aug 06 04:08:21.864 INFO STEP 1199 (remove_files) COMPLETE
74722024-08-06T04:08:23.559Z[ recovery-image] Aug 06 04:08:21.864 INFO O| Aug 06 04:08:21.864 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-08-06T04:08:23.567Z[ recovery-image] Aug 06 04:08:21.874 INFO O| Aug 06 04:08:21.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
74742024-08-06T04:08:23.567Z[ recovery-image] Aug 06 04:08:21.874 INFO O| Aug 06 04:08:21.874 INFO STEP 1200 (remove_files) COMPLETE
74752024-08-06T04:08:23.569Z[ recovery-image] Aug 06 04:08:21.874 INFO O| Aug 06 04:08:21.874 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-08-06T04:08:23.577Z[ recovery-image] Aug 06 04:08:21.884 INFO O| Aug 06 04:08:21.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
74772024-08-06T04:08:23.579Z[ recovery-image] Aug 06 04:08:21.884 INFO O| Aug 06 04:08:21.884 INFO STEP 1201 (remove_files) COMPLETE
74782024-08-06T04:08:23.579Z[ recovery-image] Aug 06 04:08:21.884 INFO O| Aug 06 04:08:21.884 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-08-06T04:08:23.587Z[ recovery-image] Aug 06 04:08:21.894 INFO O| Aug 06 04:08:21.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
74802024-08-06T04:08:23.589Z[ recovery-image] Aug 06 04:08:21.894 INFO O| Aug 06 04:08:21.894 INFO STEP 1202 (remove_files) COMPLETE
74812024-08-06T04:08:23.590Z[ recovery-image] Aug 06 04:08:21.894 INFO O| Aug 06 04:08:21.894 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-08-06T04:08:23.597Z[ recovery-image] Aug 06 04:08:21.904 INFO O| Aug 06 04:08:21.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
74832024-08-06T04:08:23.597Z[ recovery-image] Aug 06 04:08:21.904 INFO O| Aug 06 04:08:21.904 INFO STEP 1203 (remove_files) COMPLETE
74842024-08-06T04:08:23.600Z[ recovery-image] Aug 06 04:08:21.905 INFO O| Aug 06 04:08:21.904 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-08-06T04:08:23.607Z[ recovery-image] Aug 06 04:08:21.914 INFO O| Aug 06 04:08:21.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
74862024-08-06T04:08:23.607Z[ recovery-image] Aug 06 04:08:21.914 INFO O| Aug 06 04:08:21.914 INFO STEP 1204 (remove_files) COMPLETE
74872024-08-06T04:08:23.607Z[ recovery-image] Aug 06 04:08:21.914 INFO O| Aug 06 04:08:21.914 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-08-06T04:08:23.618Z[ recovery-image] Aug 06 04:08:21.924 INFO O| Aug 06 04:08:21.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
74892024-08-06T04:08:23.618Z[ recovery-image] Aug 06 04:08:21.924 INFO O| Aug 06 04:08:21.924 INFO STEP 1205 (remove_files) COMPLETE
74902024-08-06T04:08:23.620Z[ recovery-image] Aug 06 04:08:21.924 INFO O| Aug 06 04:08:21.924 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-08-06T04:08:23.626Z[ recovery-image] Aug 06 04:08:21.933 INFO O| Aug 06 04:08:21.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
74922024-08-06T04:08:23.626Z[ recovery-image] Aug 06 04:08:21.933 INFO O| Aug 06 04:08:21.933 INFO STEP 1206 (remove_files) COMPLETE
74932024-08-06T04:08:23.628Z[ recovery-image] Aug 06 04:08:21.933 INFO O| Aug 06 04:08:21.933 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
74942024-08-06T04:08:23.640Z[ recovery-image] Aug 06 04:08:21.948 INFO O| Aug 06 04:08:21.948 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
74952024-08-06T04:08:23.640Z[ recovery-image] Aug 06 04:08:21.948 INFO O| Aug 06 04:08:21.948 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
74962024-08-06T04:08:23.796Z[ host-image] Aug 06 04:08:22.104 INFO O| Aug 06 04:08:22.104 INFO O| Planning: Evaluating mediators ... Done
74972024-08-06T04:08:23.799Z[ host-image] Aug 06 04:08:22.104 INFO O| Aug 06 04:08:22.104 INFO O| Planning: Planning completed in 1.79 seconds
74982024-08-06T04:08:23.799Z[ host-image] Aug 06 04:08:22.106 INFO O| Aug 06 04:08:22.106 INFO O| Packages to install: 1
74992024-08-06T04:08:23.809Z[ host-image] Aug 06 04:08:22.117 INFO O| Aug 06 04:08:22.116 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
75002024-08-06T04:08:24.157Z[ host-image] Aug 06 04:08:22.464 INFO O| Aug 06 04:08:22.464 INFO O| Download: Completed 20.86 MB in 0.35 seconds (60.0M/s)
75012024-08-06T04:08:24.179Z[ host-image] Aug 06 04:08:22.486 INFO O| Aug 06 04:08:22.486 INFO O| Actions: 1/22 actions (Installing new actions)
75022024-08-06T04:08:24.417Z[ recovery-image] Aug 06 04:08:22.724 INFO O| Aug 06 04:08:22.724 INFO STEP 1207 (pack_tar) COMPLETE
75032024-08-06T04:08:24.417Z[ recovery-image] Aug 06 04:08:22.724 INFO O| Aug 06 04:08:22.724 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75042024-08-06T04:08:24.420Z[ recovery-image] Aug 06 04:08:22.724 INFO O| Aug 06 04:08:22.724 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75052024-08-06T04:08:24.891Z[ host-image] Aug 06 04:08:23.198 INFO O| Aug 06 04:08:23.198 INFO O| Actions: Completed 22 actions in 0.71 seconds.
75062024-08-06T04:08:24.939Z[ recovery-image] Aug 06 04:08:23.246 INFO O| Aug 06 04:08:23.246 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75072024-08-06T04:08:25.014Z[ recovery-image] Aug 06 04:08:23.321 INFO O| Aug 06 04:08:23.321 INFO completed processing gimlet/ramdisk-03-recovery-trim
75082024-08-06T04:08:25.021Z[ recovery-image] Aug 06 04:08:23.328 INFO image builder template: zfs-recovery...
75092024-08-06T04:08:25.021Z[ recovery-image] Aug 06 04:08:23.328 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/.tmptRARGf/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "zfs-recovery"], pwd: None
75102024-08-06T04:08:25.054Z[ recovery-image] Aug 06 04:08:23.361 INFO O| Aug 06 04:08:23.361 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75112024-08-06T04:08:25.058Z[ recovery-image] Aug 06 04:08:23.365 INFO O| Aug 06 04:08:23.365 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75122024-08-06T04:08:25.116Z[ host-image] Aug 06 04:08:23.423 INFO O| Aug 06 04:08:23.423 INFO O| Done
75132024-08-06T04:08:25.116Z[ host-image] Aug 06 04:08:23.423 INFO O| Aug 06 04:08:23.423 INFO O| Done
75142024-08-06T04:08:25.128Z[ recovery-image] Aug 06 04:08:23.435 INFO O| Aug 06 04:08:23.435 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75152024-08-06T04:08:25.208Z[ recovery-image] Aug 06 04:08:23.515 INFO O| Aug 06 04:08:23.515 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75162024-08-06T04:08:25.208Z[ recovery-image] Aug 06 04:08:23.515 INFO O| Aug 06 04:08:23.515 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75172024-08-06T04:08:25.212Z[ recovery-image] Aug 06 04:08:23.520 INFO O| Aug 06 04:08:23.520 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75182024-08-06T04:08:25.290Z[ recovery-image] Aug 06 04:08:23.597 INFO O| Aug 06 04:08:23.597 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75192024-08-06T04:08:25.386Z[ recovery-image] Aug 06 04:08:23.693 INFO O| Aug 06 04:08:23.693 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75202024-08-06T04:08:25.396Z[ recovery-image] Aug 06 04:08:23.703 INFO O| Aug 06 04:08:23.703 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75212024-08-06T04:08:25.401Z[ recovery-image] Aug 06 04:08:23.708 INFO O| Aug 06 04:08:23.708 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75222024-08-06T04:08:25.404Z[ recovery-image] Aug 06 04:08:23.709 INFO O| Aug 06 04:08:23.709 INFO no lofi found
75232024-08-06T04:08:25.404Z[ recovery-image] Aug 06 04:08:23.710 INFO O| Aug 06 04:08:23.709 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75242024-08-06T04:08:25.404Z[ recovery-image] Aug 06 04:08:23.710 INFO O| Aug 06 04:08:23.710 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75252024-08-06T04:08:25.457Z[ host-image] Aug 06 04:08:23.764 INFO O| Aug 06 04:08:23.764 INFO O| Done
75262024-08-06T04:08:26.722Z[ host-image] Aug 06 04:08:25.029 INFO O| Aug 06 04:08:25.028 INFO O| Done
75272024-08-06T04:08:26.748Z[ host-image] Aug 06 04:08:25.055 INFO O| Aug 06 04:08:25.055 INFO O| Done
75282024-08-06T04:08:26.748Z[ host-image] Aug 06 04:08:25.055 INFO O| Aug 06 04:08:25.055 INFO O| Done
75292024-08-06T04:08:26.758Z[ host-image] Aug 06 04:08:25.065 INFO O| Aug 06 04:08:25.064 INFO O| Done
75302024-08-06T04:08:26.854Z[ host-image] Aug 06 04:08:25.161 INFO O| Aug 06 04:08:25.161 INFO STEP 14 (pkg_install) COMPLETE
75312024-08-06T04:08:26.854Z[ host-image] Aug 06 04:08:25.161 INFO O| Aug 06 04:08:25.161 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75322024-08-06T04:08:26.857Z[ host-image] Aug 06 04:08:25.161 INFO O| Aug 06 04:08:25.161 INFO skip step because feature "mfg" is not enabled
75332024-08-06T04:08:26.857Z[ host-image] Aug 06 04:08:25.161 INFO O| Aug 06 04:08:25.161 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75342024-08-06T04:08:26.857Z[ host-image] Aug 06 04:08:25.161 INFO O| Aug 06 04:08:25.161 INFO skip step because feature "compliance" is not enabled
75352024-08-06T04:08:26.857Z[ host-image] Aug 06 04:08:25.161 INFO O| Aug 06 04:08:25.161 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75362024-08-06T04:08:26.857Z[ host-image] Aug 06 04:08:25.161 INFO O| Aug 06 04:08:25.161 INFO skip step because feature "stress" is not enabled
75372024-08-06T04:08:26.857Z[ host-image] Aug 06 04:08:25.161 INFO O| Aug 06 04:08:25.161 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75382024-08-06T04:08:26.857Z[ host-image] Aug 06 04:08:25.161 INFO O| Aug 06 04:08:25.161 INFO skip step because feature "nfs" is not enabled
75392024-08-06T04:08:26.857Z[ host-image] Aug 06 04:08:25.161 INFO O| Aug 06 04:08:25.161 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
75402024-08-06T04:08:26.857Z[ host-image] Aug 06 04:08:25.161 INFO O| Aug 06 04:08:25.161 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
75412024-08-06T04:08:26.917Z[ host-image] Aug 06 04:08:25.224 INFO O| Aug 06 04:08:25.224 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
75422024-08-06T04:08:26.981Z[ host-image] Aug 06 04:08:25.288 INFO O| Aug 06 04:08:25.288 INFO completed processing gimlet/ramdisk-01-os
75432024-08-06T04:08:26.984Z[ host-image] Aug 06 04:08:25.290 INFO omicron1 baseline generation...
75442024-08-06T04:08:26.984Z[ host-image] Aug 06 04:08:25.290 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
75452024-08-06T04:08:27.378Z[ host-image] Aug 06 04:08:25.684 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22799:20240802T172233Z
75462024-08-06T04:08:27.702Z[ recovery-image] Aug 06 04:08:26.009 INFO O| Aug 06 04:08:26.009 INFO lofi device = /dev/dsk/c2t1d0p0
75472024-08-06T04:08:27.705Z[ recovery-image] Aug 06 04:08:26.009 INFO O| Aug 06 04:08:26.009 INFO pool device = /dev/dsk/c2t1d0p0
75482024-08-06T04:08:27.705Z[ recovery-image] Aug 06 04:08:26.009 INFO O| Aug 06 04:08:26.009 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"]
75492024-08-06T04:08:27.774Z[ recovery-image] Aug 06 04:08:26.081 INFO O| Aug 06 04:08:26.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75502024-08-06T04:08:27.774Z[ recovery-image] Aug 06 04:08:26.081 INFO O| Aug 06 04:08:26.081 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75512024-08-06T04:08:27.794Z[ recovery-image] Aug 06 04:08:26.101 INFO O| Aug 06 04:08:26.101 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75522024-08-06T04:08:27.855Z[ recovery-image] Aug 06 04:08:26.162 INFO O| Aug 06 04:08:26.162 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75532024-08-06T04:08:27.895Z[ recovery-image] Aug 06 04:08:26.201 INFO O| Aug 06 04:08:26.201 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75542024-08-06T04:08:27.909Z[ recovery-image] Aug 06 04:08:26.216 INFO O| Aug 06 04:08:26.216 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75552024-08-06T04:08:27.921Z[ recovery-image] Aug 06 04:08:26.228 INFO O| Aug 06 04:08:26.228 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75562024-08-06T04:08:27.968Z[ recovery-image] Aug 06 04:08:26.275 INFO O| Aug 06 04:08:26.274 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75572024-08-06T04:08:27.968Z[ recovery-image] Aug 06 04:08:26.275 INFO O| Aug 06 04:08:26.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75582024-08-06T04:08:27.971Z[ recovery-image] Aug 06 04:08:26.275 INFO O| Aug 06 04:08:26.275 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75592024-08-06T04:08:27.978Z[ recovery-image] Aug 06 04:08:26.285 INFO O| Aug 06 04:08:26.285 INFO boot environment UUID: 05c3216f-4b1a-44b6-b2b4-a18e8b1163b0
75602024-08-06T04:08:27.978Z[ recovery-image] Aug 06 04:08:26.285 INFO O| Aug 06 04:08:26.285 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 05c3216f-4b1a-44b6-b2b4-a18e8b1163b0
75612024-08-06T04:08:27.990Z[ recovery-image] Aug 06 04:08:26.296 INFO O| Aug 06 04:08:26.296 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75622024-08-06T04:08:28.000Z[ recovery-image] Aug 06 04:08:26.307 INFO O| Aug 06 04:08:26.307 INFO STEP 0 (create_be) COMPLETE
75632024-08-06T04:08:28.000Z[ recovery-image] Aug 06 04:08:26.307 INFO O| Aug 06 04:08:26.307 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75642024-08-06T04:08:28.015Z[ recovery-image] Aug 06 04:08:26.322 INFO O| Aug 06 04:08:26.322 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"]
75652024-08-06T04:08:30.120Z[ recovery-image] Aug 06 04:08:28.427 INFO O| Aug 06 04:08:28.427 INFO STEP 1 (unpack_tar) COMPLETE
75662024-08-06T04:08:30.120Z[ recovery-image] Aug 06 04:08:28.427 INFO O| Aug 06 04:08:28.427 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75672024-08-06T04:08:30.132Z[ recovery-image] Aug 06 04:08:28.439 INFO O| Aug 06 04:08:28.439 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75682024-08-06T04:08:30.524Z[ recovery-image] Aug 06 04:08:28.830 INFO O| Aug 06 04:08:28.830 INFO STEP 2 (devfsadm) COMPLETE
75692024-08-06T04:08:30.524Z[ recovery-image] Aug 06 04:08:28.831 INFO O| Aug 06 04:08:28.830 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75702024-08-06T04:08:30.536Z[ recovery-image] Aug 06 04:08:28.842 INFO O| Aug 06 04:08:28.842 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75712024-08-06T04:08:30.536Z[ recovery-image] Aug 06 04:08:28.842 INFO O| Aug 06 04:08:28.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75722024-08-06T04:08:30.539Z[ recovery-image] Aug 06 04:08:28.842 INFO O| Aug 06 04:08:28.842 INFO STEP 3 (ensure_dir) COMPLETE
75732024-08-06T04:08:30.539Z[ recovery-image] Aug 06 04:08:28.842 INFO O| Aug 06 04:08:28.842 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75742024-08-06T04:08:30.547Z[ recovery-image] Aug 06 04:08:28.853 INFO O| Aug 06 04:08:28.853 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75752024-08-06T04:08:30.547Z[ recovery-image] Aug 06 04:08:28.853 INFO O| Aug 06 04:08:28.853 INFO STEP 4 (ensure_dir) COMPLETE
75762024-08-06T04:08:30.549Z[ recovery-image] Aug 06 04:08:28.853 INFO O| Aug 06 04:08:28.853 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75772024-08-06T04:08:30.557Z[ recovery-image] Aug 06 04:08:28.863 INFO O| Aug 06 04:08:28.863 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75782024-08-06T04:08:30.557Z[ recovery-image] Aug 06 04:08:28.863 INFO O| Aug 06 04:08:28.863 INFO STEP 5 (ensure_dir) COMPLETE
75792024-08-06T04:08:30.557Z[ recovery-image] Aug 06 04:08:28.863 INFO O| Aug 06 04:08:28.863 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75802024-08-06T04:08:30.567Z[ recovery-image] Aug 06 04:08:28.873 INFO O| Aug 06 04:08:28.873 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75812024-08-06T04:08:30.567Z[ recovery-image] Aug 06 04:08:28.873 INFO O| Aug 06 04:08:28.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75822024-08-06T04:08:30.567Z[ recovery-image] Aug 06 04:08:28.873 INFO O| Aug 06 04:08:28.873 INFO STEP 6 (ensure_dir) COMPLETE
75832024-08-06T04:08:30.569Z[ recovery-image] Aug 06 04:08:28.873 INFO O| Aug 06 04:08:28.873 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75842024-08-06T04:08:30.577Z[ recovery-image] Aug 06 04:08:28.883 INFO O| Aug 06 04:08:28.883 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75852024-08-06T04:08:30.577Z[ recovery-image] Aug 06 04:08:28.883 INFO O| Aug 06 04:08:28.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75862024-08-06T04:08:30.579Z[ recovery-image] Aug 06 04:08:28.883 INFO O| Aug 06 04:08:28.883 INFO STEP 7 (ensure_dir) COMPLETE
75872024-08-06T04:08:30.580Z[ recovery-image] Aug 06 04:08:28.883 INFO O| Aug 06 04:08:28.883 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75882024-08-06T04:08:30.588Z[ recovery-image] Aug 06 04:08:28.894 INFO O| Aug 06 04:08:28.894 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
75892024-08-06T04:08:30.590Z[ recovery-image] Aug 06 04:08:28.894 INFO O| Aug 06 04:08:28.894 INFO STEP 8 (remove_files) COMPLETE
75902024-08-06T04:08:30.590Z[ recovery-image] Aug 06 04:08:28.894 INFO O| Aug 06 04:08:28.894 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75912024-08-06T04:08:30.599Z[ recovery-image] Aug 06 04:08:28.906 INFO O| Aug 06 04:08:28.906 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
75922024-08-06T04:08:30.602Z[ recovery-image] Aug 06 04:08:28.906 INFO O| Aug 06 04:08:28.906 INFO STEP 9 (remove_files) COMPLETE
75932024-08-06T04:08:30.602Z[ recovery-image] Aug 06 04:08:28.907 INFO O| Aug 06 04:08:28.906 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75942024-08-06T04:08:30.612Z[ recovery-image] Aug 06 04:08:28.918 INFO O| Aug 06 04:08:28.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
75952024-08-06T04:08:30.615Z[ recovery-image] Aug 06 04:08:28.919 INFO O| Aug 06 04:08:28.919 INFO STEP 10 (remove_files) COMPLETE
75962024-08-06T04:08:30.615Z[ recovery-image] Aug 06 04:08:28.919 INFO O| Aug 06 04:08:28.919 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75972024-08-06T04:08:30.624Z[ recovery-image] Aug 06 04:08:28.930 INFO O| Aug 06 04:08:28.930 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
75982024-08-06T04:08:30.624Z[ recovery-image] Aug 06 04:08:28.930 INFO O| Aug 06 04:08:28.930 INFO STEP 11 (remove_files) COMPLETE
75992024-08-06T04:08:30.624Z[ recovery-image] Aug 06 04:08:28.930 INFO O| Aug 06 04:08:28.930 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76002024-08-06T04:08:30.635Z[ recovery-image] Aug 06 04:08:28.941 INFO O| Aug 06 04:08:28.941 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76012024-08-06T04:08:30.637Z[ recovery-image] Aug 06 04:08:28.941 INFO O| Aug 06 04:08:28.941 INFO STEP 12 (remove_files) COMPLETE
76022024-08-06T04:08:30.637Z[ recovery-image] Aug 06 04:08:28.941 INFO O| Aug 06 04:08:28.941 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76032024-08-06T04:08:30.645Z[ recovery-image] Aug 06 04:08:28.951 INFO O| Aug 06 04:08:28.951 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76042024-08-06T04:08:30.645Z[ recovery-image] Aug 06 04:08:28.952 INFO O| Aug 06 04:08:28.952 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76052024-08-06T04:08:30.648Z[ recovery-image] Aug 06 04:08:28.952 INFO O| Aug 06 04:08:28.952 INFO STEP 13 (ensure_dir) COMPLETE
76062024-08-06T04:08:30.648Z[ recovery-image] Aug 06 04:08:28.952 INFO O| Aug 06 04:08:28.952 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76072024-08-06T04:08:30.656Z[ recovery-image] Aug 06 04:08:28.962 INFO O| Aug 06 04:08:28.962 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76082024-08-06T04:08:30.656Z[ recovery-image] Aug 06 04:08:28.962 INFO O| Aug 06 04:08:28.962 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76092024-08-06T04:08:30.656Z[ recovery-image] Aug 06 04:08:28.962 INFO O| Aug 06 04:08:28.962 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76102024-08-06T04:08:30.659Z[ recovery-image] Aug 06 04:08:28.962 INFO O| Aug 06 04:08:28.962 INFO STEP 14 (ensure_dir) COMPLETE
76112024-08-06T04:08:30.659Z[ recovery-image] Aug 06 04:08:28.962 INFO O| Aug 06 04:08:28.962 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76122024-08-06T04:08:30.666Z[ recovery-image] Aug 06 04:08:28.973 INFO O| Aug 06 04:08:28.973 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76132024-08-06T04:08:30.666Z[ recovery-image] Aug 06 04:08:28.973 INFO O| Aug 06 04:08:28.973 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76142024-08-06T04:08:30.666Z[ recovery-image] Aug 06 04:08:28.973 INFO O| Aug 06 04:08:28.973 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76152024-08-06T04:08:30.669Z[ recovery-image] Aug 06 04:08:28.973 INFO O| Aug 06 04:08:28.973 INFO STEP 15 (ensure_dir) COMPLETE
76162024-08-06T04:08:30.669Z[ recovery-image] Aug 06 04:08:28.973 INFO O| Aug 06 04:08:28.973 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76172024-08-06T04:08:30.677Z[ recovery-image] Aug 06 04:08:28.983 INFO O| Aug 06 04:08:28.983 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76182024-08-06T04:08:30.677Z[ recovery-image] Aug 06 04:08:28.984 INFO O| Aug 06 04:08:28.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76192024-08-06T04:08:30.681Z[ recovery-image] Aug 06 04:08:28.984 INFO O| Aug 06 04:08:28.983 INFO STEP 16 (ensure_dir) COMPLETE
76202024-08-06T04:08:30.681Z[ recovery-image] Aug 06 04:08:28.984 INFO O| Aug 06 04:08:28.984 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76212024-08-06T04:08:30.687Z[ recovery-image] Aug 06 04:08:28.994 INFO O| Aug 06 04:08:28.994 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76222024-08-06T04:08:30.690Z[ recovery-image] Aug 06 04:08:28.994 INFO O| Aug 06 04:08:28.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76232024-08-06T04:08:30.690Z[ recovery-image] Aug 06 04:08:28.994 INFO O| Aug 06 04:08:28.994 INFO STEP 17 (ensure_dir) COMPLETE
76242024-08-06T04:08:30.690Z[ recovery-image] Aug 06 04:08:28.994 INFO O| Aug 06 04:08:28.994 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76252024-08-06T04:08:30.699Z[ recovery-image] Aug 06 04:08:29.005 INFO O| Aug 06 04:08:29.005 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76262024-08-06T04:08:30.699Z[ recovery-image] Aug 06 04:08:29.005 INFO O| Aug 06 04:08:29.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76272024-08-06T04:08:30.702Z[ recovery-image] Aug 06 04:08:29.005 INFO O| Aug 06 04:08:29.005 INFO ok!
76282024-08-06T04:08:30.702Z[ recovery-image] Aug 06 04:08:29.005 INFO O| Aug 06 04:08:29.005 INFO STEP 18 (ensure_symlink) COMPLETE
76292024-08-06T04:08:30.702Z[ recovery-image] Aug 06 04:08:29.005 INFO O| Aug 06 04:08:29.005 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76302024-08-06T04:08:30.710Z[ recovery-image] Aug 06 04:08:29.016 INFO O| Aug 06 04:08:29.016 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76312024-08-06T04:08:30.710Z[ recovery-image] Aug 06 04:08:29.016 INFO O| Aug 06 04:08:29.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76322024-08-06T04:08:30.713Z[ recovery-image] Aug 06 04:08:29.016 INFO O| Aug 06 04:08:29.016 INFO ok!
76332024-08-06T04:08:30.713Z[ recovery-image] Aug 06 04:08:29.016 INFO O| Aug 06 04:08:29.016 INFO STEP 19 (ensure_file) COMPLETE
76342024-08-06T04:08:30.713Z[ recovery-image] Aug 06 04:08:29.016 INFO O| Aug 06 04:08:29.016 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76352024-08-06T04:08:30.723Z[ recovery-image] Aug 06 04:08:29.029 INFO O| Aug 06 04:08:29.029 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76362024-08-06T04:08:30.726Z[ recovery-image] Aug 06 04:08:29.029 INFO O| Aug 06 04:08:29.029 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76372024-08-06T04:08:30.726Z[ recovery-image] Aug 06 04:08:29.029 INFO O| Aug 06 04:08:29.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76382024-08-06T04:08:30.726Z[ recovery-image] Aug 06 04:08:29.029 INFO O| Aug 06 04:08:29.029 INFO ok!
76392024-08-06T04:08:30.726Z[ recovery-image] Aug 06 04:08:29.029 INFO O| Aug 06 04:08:29.029 INFO STEP 20 (ensure_symlink) COMPLETE
76402024-08-06T04:08:30.726Z[ recovery-image] Aug 06 04:08:29.029 INFO O| Aug 06 04:08:29.029 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76412024-08-06T04:08:30.734Z[ recovery-image] Aug 06 04:08:29.040 INFO O| Aug 06 04:08:29.040 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76422024-08-06T04:08:30.734Z[ recovery-image] Aug 06 04:08:29.040 INFO O| Aug 06 04:08:29.040 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76432024-08-06T04:08:30.734Z[ recovery-image] Aug 06 04:08:29.040 INFO O| Aug 06 04:08:29.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76442024-08-06T04:08:30.737Z[ recovery-image] Aug 06 04:08:29.040 INFO O| Aug 06 04:08:29.040 INFO ok!
76452024-08-06T04:08:30.737Z[ recovery-image] Aug 06 04:08:29.040 INFO O| Aug 06 04:08:29.040 INFO STEP 21 (ensure_symlink) COMPLETE
76462024-08-06T04:08:30.737Z[ recovery-image] Aug 06 04:08:29.040 INFO O| Aug 06 04:08:29.040 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76472024-08-06T04:08:30.746Z[ recovery-image] Aug 06 04:08:29.052 INFO O| Aug 06 04:08:29.052 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76482024-08-06T04:08:30.746Z[ recovery-image] Aug 06 04:08:29.052 INFO O| Aug 06 04:08:29.052 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76492024-08-06T04:08:30.749Z[ recovery-image] Aug 06 04:08:29.052 INFO O| Aug 06 04:08:29.052 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76502024-08-06T04:08:30.749Z[ recovery-image] Aug 06 04:08:29.052 INFO O| Aug 06 04:08:29.052 INFO ok!
76512024-08-06T04:08:30.749Z[ recovery-image] Aug 06 04:08:29.052 INFO O| Aug 06 04:08:29.052 INFO STEP 22 (ensure_symlink) COMPLETE
76522024-08-06T04:08:30.749Z[ recovery-image] Aug 06 04:08:29.052 INFO O| Aug 06 04:08:29.052 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76532024-08-06T04:08:30.757Z[ recovery-image] Aug 06 04:08:29.063 INFO O| Aug 06 04:08:29.063 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76542024-08-06T04:08:30.757Z[ recovery-image] Aug 06 04:08:29.063 INFO O| Aug 06 04:08:29.063 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76552024-08-06T04:08:30.757Z[ recovery-image] Aug 06 04:08:29.063 INFO O| Aug 06 04:08:29.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76562024-08-06T04:08:30.759Z[ recovery-image] Aug 06 04:08:29.063 INFO O| Aug 06 04:08:29.063 INFO ok!
76572024-08-06T04:08:30.760Z[ recovery-image] Aug 06 04:08:29.063 INFO O| Aug 06 04:08:29.063 INFO STEP 23 (ensure_symlink) COMPLETE
76582024-08-06T04:08:30.760Z[ recovery-image] Aug 06 04:08:29.063 INFO O| Aug 06 04:08:29.063 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76592024-08-06T04:08:30.768Z[ recovery-image] Aug 06 04:08:29.074 INFO O| Aug 06 04:08:29.074 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76602024-08-06T04:08:30.768Z[ recovery-image] Aug 06 04:08:29.074 INFO O| Aug 06 04:08:29.074 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 ...
76612024-08-06T04:08:30.770Z[ recovery-image] Aug 06 04:08:29.074 INFO O| Aug 06 04:08:29.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76622024-08-06T04:08:30.770Z[ recovery-image] Aug 06 04:08:29.074 INFO O| Aug 06 04:08:29.074 INFO ok!
76632024-08-06T04:08:30.771Z[ recovery-image] Aug 06 04:08:29.074 INFO O| Aug 06 04:08:29.074 INFO STEP 24 (ensure_file) COMPLETE
76642024-08-06T04:08:30.771Z[ recovery-image] Aug 06 04:08:29.074 INFO O| Aug 06 04:08:29.074 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76652024-08-06T04:08:30.779Z[ recovery-image] Aug 06 04:08:29.085 INFO O| Aug 06 04:08:29.085 INFO updating shadow file
76662024-08-06T04:08:30.782Z[ recovery-image] Aug 06 04:08:29.086 INFO O| Aug 06 04:08:29.085 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76672024-08-06T04:08:30.782Z[ recovery-image] Aug 06 04:08:29.086 INFO O| Aug 06 04:08:29.086 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76682024-08-06T04:08:30.782Z[ recovery-image] Aug 06 04:08:29.086 INFO O| Aug 06 04:08:29.086 INFO STEP 25 (shadow) COMPLETE
76692024-08-06T04:08:30.782Z[ recovery-image] Aug 06 04:08:29.086 INFO O| Aug 06 04:08:29.086 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76702024-08-06T04:08:30.790Z[ recovery-image] Aug 06 04:08:29.096 INFO O| Aug 06 04:08:29.096 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76712024-08-06T04:08:30.790Z[ recovery-image] Aug 06 04:08:29.096 INFO O| Aug 06 04:08:29.096 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76722024-08-06T04:08:30.793Z[ recovery-image] Aug 06 04:08:29.097 INFO O| Aug 06 04:08:29.096 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76732024-08-06T04:08:30.793Z[ recovery-image] Aug 06 04:08:29.097 INFO O| Aug 06 04:08:29.097 INFO ok!
76742024-08-06T04:08:30.793Z[ recovery-image] Aug 06 04:08:29.097 INFO O| Aug 06 04:08:29.097 INFO STEP 26 (ensure_file) COMPLETE
76752024-08-06T04:08:30.793Z[ recovery-image] Aug 06 04:08:29.097 INFO O| Aug 06 04:08:29.097 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76762024-08-06T04:08:30.800Z[ recovery-image] Aug 06 04:08:29.107 INFO O| Aug 06 04:08:29.106 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76772024-08-06T04:08:30.800Z[ recovery-image] Aug 06 04:08:29.107 INFO O| Aug 06 04:08:29.106 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76782024-08-06T04:08:30.803Z[ recovery-image] Aug 06 04:08:29.107 INFO O| Aug 06 04:08:29.107 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76792024-08-06T04:08:30.803Z[ recovery-image] Aug 06 04:08:29.107 INFO O| Aug 06 04:08:29.107 INFO ok!
76802024-08-06T04:08:30.803Z[ recovery-image] Aug 06 04:08:29.107 INFO O| Aug 06 04:08:29.107 INFO STEP 27 (ensure_file) COMPLETE
76812024-08-06T04:08:30.803Z[ recovery-image] Aug 06 04:08:29.107 INFO O| Aug 06 04:08:29.107 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76822024-08-06T04:08:30.811Z[ recovery-image] Aug 06 04:08:29.117 INFO O| Aug 06 04:08:29.117 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
76832024-08-06T04:08:30.814Z[ recovery-image] Aug 06 04:08:29.117 INFO O| Aug 06 04:08:29.117 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
76842024-08-06T04:08:30.814Z[ recovery-image] Aug 06 04:08:29.118 INFO O| Aug 06 04:08:29.118 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76852024-08-06T04:08:30.814Z[ recovery-image] Aug 06 04:08:29.118 INFO O| Aug 06 04:08:29.118 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76862024-08-06T04:08:30.814Z[ recovery-image] Aug 06 04:08:29.118 INFO O| Aug 06 04:08:29.118 INFO ok!
76872024-08-06T04:08:30.814Z[ recovery-image] Aug 06 04:08:29.118 INFO O| Aug 06 04:08:29.118 INFO STEP 28 (ensure_file) COMPLETE
76882024-08-06T04:08:30.814Z[ recovery-image] Aug 06 04:08:29.118 INFO O| Aug 06 04:08:29.118 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76892024-08-06T04:08:30.822Z[ recovery-image] Aug 06 04:08:29.128 INFO O| Aug 06 04:08:29.128 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
76902024-08-06T04:08:30.822Z[ recovery-image] Aug 06 04:08:29.128 INFO O| Aug 06 04:08:29.128 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
76912024-08-06T04:08:30.824Z[ recovery-image] Aug 06 04:08:29.128 INFO O| Aug 06 04:08:29.128 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
76922024-08-06T04:08:30.824Z[ recovery-image] Aug 06 04:08:29.128 INFO O| Aug 06 04:08:29.128 INFO ok!
76932024-08-06T04:08:30.824Z[ recovery-image] Aug 06 04:08:29.128 INFO O| Aug 06 04:08:29.128 INFO STEP 29 (ensure_file) COMPLETE
76942024-08-06T04:08:30.824Z[ recovery-image] Aug 06 04:08:29.128 INFO O| Aug 06 04:08:29.128 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76952024-08-06T04:08:30.835Z[ recovery-image] Aug 06 04:08:29.142 INFO O| Aug 06 04:08:29.142 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
76962024-08-06T04:08:30.835Z[ recovery-image] Aug 06 04:08:29.142 INFO O| Aug 06 04:08:29.142 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
76972024-08-06T04:08:30.838Z[ recovery-image] Aug 06 04:08:29.142 INFO O| Aug 06 04:08:29.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
76982024-08-06T04:08:30.838Z[ recovery-image] Aug 06 04:08:29.142 INFO O| Aug 06 04:08:29.142 INFO ok!
76992024-08-06T04:08:30.838Z[ recovery-image] Aug 06 04:08:29.142 INFO O| Aug 06 04:08:29.142 INFO STEP 30 (ensure_file) COMPLETE
77002024-08-06T04:08:30.838Z[ recovery-image] Aug 06 04:08:29.142 INFO O| Aug 06 04:08:29.142 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77012024-08-06T04:08:30.847Z[ recovery-image] Aug 06 04:08:29.153 INFO O| Aug 06 04:08:29.153 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77022024-08-06T04:08:30.847Z[ recovery-image] Aug 06 04:08:29.153 INFO O| Aug 06 04:08:29.153 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77032024-08-06T04:08:30.849Z[ recovery-image] Aug 06 04:08:29.153 INFO O| Aug 06 04:08:29.153 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77042024-08-06T04:08:30.849Z[ recovery-image] Aug 06 04:08:29.153 INFO O| Aug 06 04:08:29.153 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77052024-08-06T04:08:30.849Z[ recovery-image] Aug 06 04:08:29.153 INFO O| Aug 06 04:08:29.153 INFO ok!
77062024-08-06T04:08:30.849Z[ recovery-image] Aug 06 04:08:29.153 INFO O| Aug 06 04:08:29.153 INFO STEP 31 (ensure_file) COMPLETE
77072024-08-06T04:08:30.849Z[ recovery-image] Aug 06 04:08:29.153 INFO O| Aug 06 04:08:29.153 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77082024-08-06T04:08:30.857Z[ recovery-image] Aug 06 04:08:29.163 INFO O| Aug 06 04:08:29.163 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77092024-08-06T04:08:30.857Z[ recovery-image] Aug 06 04:08:29.163 INFO O| Aug 06 04:08:29.163 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77102024-08-06T04:08:30.857Z[ recovery-image] Aug 06 04:08:29.164 INFO O| Aug 06 04:08:29.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77112024-08-06T04:08:30.860Z[ recovery-image] Aug 06 04:08:29.164 INFO O| Aug 06 04:08:29.164 INFO ok!
77122024-08-06T04:08:30.860Z[ recovery-image] Aug 06 04:08:29.164 INFO O| Aug 06 04:08:29.164 INFO STEP 32 (ensure_file) COMPLETE
77132024-08-06T04:08:30.860Z[ recovery-image] Aug 06 04:08:29.164 INFO O| Aug 06 04:08:29.164 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77142024-08-06T04:08:30.868Z[ recovery-image] Aug 06 04:08:29.174 INFO O| Aug 06 04:08:29.174 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77152024-08-06T04:08:30.868Z[ recovery-image] Aug 06 04:08:29.174 INFO O| Aug 06 04:08:29.174 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77162024-08-06T04:08:30.870Z[ recovery-image] Aug 06 04:08:29.174 INFO O| Aug 06 04:08:29.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77172024-08-06T04:08:30.871Z[ recovery-image] Aug 06 04:08:29.174 INFO O| Aug 06 04:08:29.174 INFO ok!
77182024-08-06T04:08:30.871Z[ recovery-image] Aug 06 04:08:29.174 INFO O| Aug 06 04:08:29.174 INFO STEP 33 (ensure_file) COMPLETE
77192024-08-06T04:08:30.871Z[ recovery-image] Aug 06 04:08:29.174 INFO O| Aug 06 04:08:29.174 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77202024-08-06T04:08:30.878Z[ recovery-image] Aug 06 04:08:29.184 INFO O| Aug 06 04:08:29.184 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77212024-08-06T04:08:30.878Z[ recovery-image] Aug 06 04:08:29.184 INFO O| Aug 06 04:08:29.184 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77222024-08-06T04:08:30.881Z[ recovery-image] Aug 06 04:08:29.184 INFO O| Aug 06 04:08:29.184 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77232024-08-06T04:08:30.881Z[ recovery-image] Aug 06 04:08:29.185 INFO O| Aug 06 04:08:29.185 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77242024-08-06T04:08:30.881Z[ recovery-image] Aug 06 04:08:29.185 INFO O| Aug 06 04:08:29.185 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77252024-08-06T04:08:30.881Z[ recovery-image] Aug 06 04:08:29.185 INFO O| Aug 06 04:08:29.185 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77262024-08-06T04:08:30.881Z[ recovery-image] Aug 06 04:08:29.185 INFO O| Aug 06 04:08:29.185 INFO ok!
77272024-08-06T04:08:30.881Z[ recovery-image] Aug 06 04:08:29.185 INFO O| Aug 06 04:08:29.185 INFO STEP 34 (ensure_file) COMPLETE
77282024-08-06T04:08:30.881Z[ recovery-image] Aug 06 04:08:29.185 INFO O| Aug 06 04:08:29.185 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77292024-08-06T04:08:30.889Z[ recovery-image] Aug 06 04:08:29.195 INFO O| Aug 06 04:08:29.195 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77302024-08-06T04:08:30.889Z[ recovery-image] Aug 06 04:08:29.195 INFO O| Aug 06 04:08:29.195 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77312024-08-06T04:08:30.889Z[ recovery-image] Aug 06 04:08:29.195 INFO O| Aug 06 04:08:29.195 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77322024-08-06T04:08:30.892Z[ recovery-image] Aug 06 04:08:29.195 INFO O| Aug 06 04:08:29.195 INFO STEP 35 (ensure_dir) COMPLETE
77332024-08-06T04:08:30.892Z[ recovery-image] Aug 06 04:08:29.195 INFO O| Aug 06 04:08:29.195 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77342024-08-06T04:08:30.900Z[ recovery-image] Aug 06 04:08:29.206 INFO O| Aug 06 04:08:29.206 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
77352024-08-06T04:08:30.900Z[ recovery-image] Aug 06 04:08:29.207 INFO O| Aug 06 04:08:29.206 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 ...
77362024-08-06T04:08:30.903Z[ recovery-image] Aug 06 04:08:29.207 INFO O| Aug 06 04:08:29.207 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
77372024-08-06T04:08:30.903Z[ recovery-image] Aug 06 04:08:29.207 INFO O| Aug 06 04:08:29.207 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
77382024-08-06T04:08:30.903Z[ recovery-image] Aug 06 04:08:29.207 INFO O| Aug 06 04:08:29.207 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
77392024-08-06T04:08:30.903Z[ recovery-image] Aug 06 04:08:29.207 INFO O| Aug 06 04:08:29.207 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
77402024-08-06T04:08:30.903Z[ recovery-image] Aug 06 04:08:29.207 INFO O| Aug 06 04:08:29.207 INFO ok!
77412024-08-06T04:08:30.903Z[ recovery-image] Aug 06 04:08:29.207 INFO O| Aug 06 04:08:29.207 INFO STEP 36 (ensure_file) COMPLETE
77422024-08-06T04:08:30.903Z[ recovery-image] Aug 06 04:08:29.207 INFO O| Aug 06 04:08:29.207 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77432024-08-06T04:08:30.912Z[ recovery-image] Aug 06 04:08:29.218 INFO O| Aug 06 04:08:29.218 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77442024-08-06T04:08:30.912Z[ recovery-image] Aug 06 04:08:29.218 INFO O| Aug 06 04:08:29.218 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 ...
77452024-08-06T04:08:30.915Z[ recovery-image] Aug 06 04:08:29.218 INFO O| Aug 06 04:08:29.218 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77462024-08-06T04:08:30.915Z[ recovery-image] Aug 06 04:08:29.218 INFO O| Aug 06 04:08:29.218 INFO ok!
77472024-08-06T04:08:30.915Z[ recovery-image] Aug 06 04:08:29.218 INFO O| Aug 06 04:08:29.218 INFO STEP 37 (ensure_symlink) COMPLETE
77482024-08-06T04:08:30.915Z[ recovery-image] Aug 06 04:08:29.218 INFO O| Aug 06 04:08:29.218 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77492024-08-06T04:08:30.923Z[ recovery-image] Aug 06 04:08:29.230 INFO O| Aug 06 04:08:29.230 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77502024-08-06T04:08:30.924Z[ recovery-image] Aug 06 04:08:29.230 INFO O| Aug 06 04:08:29.230 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77512024-08-06T04:08:30.926Z[ recovery-image] Aug 06 04:08:29.230 INFO O| Aug 06 04:08:29.230 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77522024-08-06T04:08:30.926Z[ recovery-image] Aug 06 04:08:29.230 INFO O| Aug 06 04:08:29.230 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77532024-08-06T04:08:30.926Z[ recovery-image] Aug 06 04:08:29.230 INFO O| Aug 06 04:08:29.230 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77542024-08-06T04:08:30.926Z[ recovery-image] Aug 06 04:08:29.230 INFO O| Aug 06 04:08:29.230 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77552024-08-06T04:08:30.926Z[ recovery-image] Aug 06 04:08:29.230 INFO O| Aug 06 04:08:29.230 INFO ok!
77562024-08-06T04:08:30.926Z[ recovery-image] Aug 06 04:08:29.230 INFO O| Aug 06 04:08:29.230 INFO STEP 38 (ensure_file) COMPLETE
77572024-08-06T04:08:30.926Z[ recovery-image] Aug 06 04:08:29.230 INFO O| Aug 06 04:08:29.230 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77582024-08-06T04:08:30.935Z[ recovery-image] Aug 06 04:08:29.242 INFO O| Aug 06 04:08:29.241 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77592024-08-06T04:08:30.935Z[ recovery-image] Aug 06 04:08:29.242 INFO O| Aug 06 04:08:29.242 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 ...
77602024-08-06T04:08:30.938Z[ recovery-image] Aug 06 04:08:29.242 INFO O| Aug 06 04:08:29.242 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
77612024-08-06T04:08:30.938Z[ recovery-image] Aug 06 04:08:29.242 INFO O| Aug 06 04:08:29.242 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77622024-08-06T04:08:30.938Z[ recovery-image] Aug 06 04:08:29.242 INFO O| Aug 06 04:08:29.242 INFO ok!
77632024-08-06T04:08:30.938Z[ recovery-image] Aug 06 04:08:29.242 INFO O| Aug 06 04:08:29.242 INFO STEP 39 (ensure_file) COMPLETE
77642024-08-06T04:08:30.938Z[ recovery-image] Aug 06 04:08:29.242 INFO O| Aug 06 04:08:29.242 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77652024-08-06T04:08:30.947Z[ recovery-image] Aug 06 04:08:29.253 INFO O| Aug 06 04:08:29.253 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77662024-08-06T04:08:30.947Z[ recovery-image] Aug 06 04:08:29.253 INFO O| Aug 06 04:08:29.253 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77672024-08-06T04:08:30.949Z[ recovery-image] Aug 06 04:08:29.253 INFO O| Aug 06 04:08:29.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77682024-08-06T04:08:30.949Z[ recovery-image] Aug 06 04:08:29.253 INFO O| Aug 06 04:08:29.253 INFO ok!
77692024-08-06T04:08:30.949Z[ recovery-image] Aug 06 04:08:29.253 INFO O| Aug 06 04:08:29.253 INFO STEP 40 (ensure_file) COMPLETE
77702024-08-06T04:08:30.949Z[ recovery-image] Aug 06 04:08:29.253 INFO O| Aug 06 04:08:29.253 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77712024-08-06T04:08:30.959Z[ recovery-image] Aug 06 04:08:29.265 INFO O| Aug 06 04:08:29.265 INFO updating shadow file
77722024-08-06T04:08:30.959Z[ recovery-image] Aug 06 04:08:29.265 INFO O| Aug 06 04:08:29.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77732024-08-06T04:08:30.962Z[ recovery-image] Aug 06 04:08:29.265 INFO O| Aug 06 04:08:29.265 INFO STEP 41 (shadow) COMPLETE
77742024-08-06T04:08:30.962Z[ recovery-image] Aug 06 04:08:29.265 INFO O| Aug 06 04:08:29.265 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77752024-08-06T04:08:30.970Z[ recovery-image] Aug 06 04:08:29.276 INFO O| Aug 06 04:08:29.276 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77762024-08-06T04:08:30.970Z[ recovery-image] Aug 06 04:08:29.276 INFO O| Aug 06 04:08:29.276 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77772024-08-06T04:08:30.973Z[ recovery-image] Aug 06 04:08:29.276 INFO O| Aug 06 04:08:29.276 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77782024-08-06T04:08:30.973Z[ recovery-image] Aug 06 04:08:29.276 INFO O| Aug 06 04:08:29.276 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77792024-08-06T04:08:30.973Z[ recovery-image] Aug 06 04:08:29.276 INFO O| Aug 06 04:08:29.276 INFO ok!
77802024-08-06T04:08:30.973Z[ recovery-image] Aug 06 04:08:29.276 INFO O| Aug 06 04:08:29.276 INFO STEP 42 (ensure_file) COMPLETE
77812024-08-06T04:08:30.973Z[ recovery-image] Aug 06 04:08:29.276 INFO O| Aug 06 04:08:29.276 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77822024-08-06T04:08:30.982Z[ recovery-image] Aug 06 04:08:29.288 INFO O| Aug 06 04:08:29.288 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
77832024-08-06T04:08:30.982Z[ recovery-image] Aug 06 04:08:29.288 INFO O| Aug 06 04:08:29.288 INFO STEP 43 (ensure_dir) COMPLETE
77842024-08-06T04:08:30.984Z[ recovery-image] Aug 06 04:08:29.288 INFO O| Aug 06 04:08:29.288 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77852024-08-06T04:08:30.992Z[ recovery-image] Aug 06 04:08:29.299 INFO O| Aug 06 04:08:29.298 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77862024-08-06T04:08:30.992Z[ recovery-image] Aug 06 04:08:29.299 INFO O| Aug 06 04:08:29.299 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77872024-08-06T04:08:30.992Z[ recovery-image] Aug 06 04:08:29.299 INFO O| Aug 06 04:08:29.299 INFO STEP 44 (ensure_dir) COMPLETE
77882024-08-06T04:08:30.995Z[ recovery-image] Aug 06 04:08:29.299 INFO O| Aug 06 04:08:29.299 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77892024-08-06T04:08:31.003Z[ recovery-image] Aug 06 04:08:29.309 INFO O| Aug 06 04:08:29.309 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77902024-08-06T04:08:31.003Z[ recovery-image] Aug 06 04:08:29.309 INFO O| Aug 06 04:08:29.309 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77912024-08-06T04:08:31.003Z[ recovery-image] Aug 06 04:08:29.309 INFO O| Aug 06 04:08:29.309 INFO STEP 45 (ensure_dir) COMPLETE
77922024-08-06T04:08:31.006Z[ recovery-image] Aug 06 04:08:29.309 INFO O| Aug 06 04:08:29.309 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77932024-08-06T04:08:31.013Z[ recovery-image] Aug 06 04:08:29.319 INFO O| Aug 06 04:08:29.319 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
77942024-08-06T04:08:31.013Z[ recovery-image] Aug 06 04:08:29.320 INFO O| Aug 06 04:08:29.319 INFO copying /tmp/.tmptRARGf/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
77952024-08-06T04:08:31.042Z[ recovery-image] Aug 06 04:08:29.348 INFO O| Aug 06 04:08:29.348 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
77962024-08-06T04:08:31.042Z[ recovery-image] Aug 06 04:08:29.348 INFO O| Aug 06 04:08:29.348 INFO ok!
77972024-08-06T04:08:31.045Z[ recovery-image] Aug 06 04:08:29.348 INFO O| Aug 06 04:08:29.348 INFO STEP 46 (ensure_file) COMPLETE
77982024-08-06T04:08:31.045Z[ recovery-image] Aug 06 04:08:29.348 INFO O| Aug 06 04:08:29.348 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77992024-08-06T04:08:31.053Z[ recovery-image] Aug 06 04:08:29.359 INFO O| Aug 06 04:08:29.359 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78002024-08-06T04:08:31.053Z[ recovery-image] Aug 06 04:08:29.359 INFO O| Aug 06 04:08:29.359 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78012024-08-06T04:08:31.053Z[ recovery-image] Aug 06 04:08:29.359 INFO O| Aug 06 04:08:29.359 INFO STEP 47 (ensure_dir) COMPLETE
78022024-08-06T04:08:31.056Z[ recovery-image] Aug 06 04:08:29.359 INFO O| Aug 06 04:08:29.359 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78032024-08-06T04:08:31.064Z[ recovery-image] Aug 06 04:08:29.370 INFO O| Aug 06 04:08:29.370 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78042024-08-06T04:08:31.064Z[ recovery-image] Aug 06 04:08:29.370 INFO O| Aug 06 04:08:29.370 INFO copying /tmp/.tmptRARGf/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78052024-08-06T04:08:31.067Z[ recovery-image] Aug 06 04:08:29.371 INFO O| Aug 06 04:08:29.371 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78062024-08-06T04:08:31.067Z[ recovery-image] Aug 06 04:08:29.371 INFO O| Aug 06 04:08:29.371 INFO ok!
78072024-08-06T04:08:31.067Z[ recovery-image] Aug 06 04:08:29.371 INFO O| Aug 06 04:08:29.371 INFO STEP 48 (ensure_file) COMPLETE
78082024-08-06T04:08:31.067Z[ recovery-image] Aug 06 04:08:29.371 INFO O| Aug 06 04:08:29.371 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78092024-08-06T04:08:31.075Z[ recovery-image] Aug 06 04:08:29.382 INFO O| Aug 06 04:08:29.382 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78102024-08-06T04:08:31.076Z[ recovery-image] Aug 06 04:08:29.382 INFO O| Aug 06 04:08:29.382 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78112024-08-06T04:08:31.076Z[ recovery-image] Aug 06 04:08:29.382 INFO O| Aug 06 04:08:29.382 INFO STEP 49 (ensure_dir) COMPLETE
78122024-08-06T04:08:31.078Z[ recovery-image] Aug 06 04:08:29.382 INFO O| Aug 06 04:08:29.382 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78132024-08-06T04:08:31.086Z[ recovery-image] Aug 06 04:08:29.393 INFO O| Aug 06 04:08:29.393 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78142024-08-06T04:08:31.086Z[ recovery-image] Aug 06 04:08:29.393 INFO O| Aug 06 04:08:29.393 INFO copying /tmp/.tmptRARGf/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78152024-08-06T04:08:31.100Z[ recovery-image] Aug 06 04:08:29.406 INFO O| Aug 06 04:08:29.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78162024-08-06T04:08:31.100Z[ recovery-image] Aug 06 04:08:29.407 INFO O| Aug 06 04:08:29.406 INFO ok!
78172024-08-06T04:08:31.103Z[ recovery-image] Aug 06 04:08:29.407 INFO O| Aug 06 04:08:29.406 INFO STEP 50 (ensure_file) COMPLETE
78182024-08-06T04:08:31.103Z[ recovery-image] Aug 06 04:08:29.407 INFO O| Aug 06 04:08:29.406 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78192024-08-06T04:08:31.113Z[ recovery-image] Aug 06 04:08:29.419 INFO O| Aug 06 04:08:29.419 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78202024-08-06T04:08:31.115Z[ recovery-image] Aug 06 04:08:29.419 INFO O| Aug 06 04:08:29.419 INFO copying /tmp/.tmptRARGf/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78212024-08-06T04:08:31.627Z[ recovery-image] Aug 06 04:08:29.933 INFO O| Aug 06 04:08:29.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78222024-08-06T04:08:31.627Z[ recovery-image] Aug 06 04:08:29.933 INFO O| Aug 06 04:08:29.933 INFO ok!
78232024-08-06T04:08:31.630Z[ recovery-image] Aug 06 04:08:29.933 INFO O| Aug 06 04:08:29.933 INFO STEP 51 (ensure_file) COMPLETE
78242024-08-06T04:08:31.630Z[ recovery-image] Aug 06 04:08:29.933 INFO O| Aug 06 04:08:29.933 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78252024-08-06T04:08:31.639Z[ recovery-image] Aug 06 04:08:29.945 INFO O| Aug 06 04:08:29.945 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78262024-08-06T04:08:31.639Z[ recovery-image] Aug 06 04:08:29.945 INFO O| Aug 06 04:08:29.945 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78272024-08-06T04:08:31.639Z[ recovery-image] Aug 06 04:08:29.945 INFO O| Aug 06 04:08:29.945 INFO STEP 52 (ensure_dir) COMPLETE
78282024-08-06T04:08:31.639Z[ recovery-image] Aug 06 04:08:29.945 INFO O| Aug 06 04:08:29.945 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78292024-08-06T04:08:31.649Z[ recovery-image] Aug 06 04:08:29.955 INFO O| Aug 06 04:08:29.955 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78302024-08-06T04:08:31.649Z[ recovery-image] Aug 06 04:08:29.955 INFO O| Aug 06 04:08:29.955 INFO copying /tmp/.tmptRARGf/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 ...
78312024-08-06T04:08:31.652Z[ recovery-image] Aug 06 04:08:29.955 INFO O| Aug 06 04:08:29.955 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
78322024-08-06T04:08:31.652Z[ recovery-image] Aug 06 04:08:29.955 INFO O| Aug 06 04:08:29.955 INFO ok!
78332024-08-06T04:08:31.652Z[ recovery-image] Aug 06 04:08:29.955 INFO O| Aug 06 04:08:29.955 INFO STEP 53 (ensure_file) COMPLETE
78342024-08-06T04:08:31.652Z[ recovery-image] Aug 06 04:08:29.955 INFO O| Aug 06 04:08:29.955 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78352024-08-06T04:08:31.660Z[ recovery-image] Aug 06 04:08:29.966 INFO O| Aug 06 04:08:29.966 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78362024-08-06T04:08:31.660Z[ recovery-image] Aug 06 04:08:29.966 INFO O| Aug 06 04:08:29.966 INFO copying /tmp/.tmptRARGf/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 ...
78372024-08-06T04:08:31.662Z[ recovery-image] Aug 06 04:08:29.966 INFO O| Aug 06 04:08:29.966 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
78382024-08-06T04:08:31.662Z[ recovery-image] Aug 06 04:08:29.966 INFO O| Aug 06 04:08:29.966 INFO ok!
78392024-08-06T04:08:31.662Z[ recovery-image] Aug 06 04:08:29.966 INFO O| Aug 06 04:08:29.966 INFO STEP 54 (ensure_file) COMPLETE
78402024-08-06T04:08:31.662Z[ recovery-image] Aug 06 04:08:29.966 INFO O| Aug 06 04:08:29.966 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78412024-08-06T04:08:31.670Z[ recovery-image] Aug 06 04:08:29.976 INFO O| Aug 06 04:08:29.976 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78422024-08-06T04:08:31.670Z[ recovery-image] Aug 06 04:08:29.976 INFO O| Aug 06 04:08:29.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78432024-08-06T04:08:31.670Z[ recovery-image] Aug 06 04:08:29.976 INFO O| Aug 06 04:08:29.976 INFO STEP 55 (ensure_dir) COMPLETE
78442024-08-06T04:08:31.673Z[ recovery-image] Aug 06 04:08:29.976 INFO O| Aug 06 04:08:29.976 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78452024-08-06T04:08:31.681Z[ recovery-image] Aug 06 04:08:29.987 INFO O| Aug 06 04:08:29.987 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78462024-08-06T04:08:31.681Z[ recovery-image] Aug 06 04:08:29.987 INFO O| Aug 06 04:08:29.987 INFO copying /tmp/.tmptRARGf/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 ...
78472024-08-06T04:08:31.684Z[ recovery-image] Aug 06 04:08:29.987 INFO O| Aug 06 04:08:29.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78482024-08-06T04:08:31.684Z[ recovery-image] Aug 06 04:08:29.987 INFO O| Aug 06 04:08:29.987 INFO ok!
78492024-08-06T04:08:31.684Z[ recovery-image] Aug 06 04:08:29.987 INFO O| Aug 06 04:08:29.987 INFO STEP 56 (ensure_file) COMPLETE
78502024-08-06T04:08:31.684Z[ recovery-image] Aug 06 04:08:29.987 INFO O| Aug 06 04:08:29.987 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78512024-08-06T04:08:31.695Z[ recovery-image] Aug 06 04:08:30.001 INFO O| Aug 06 04:08:30.001 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78522024-08-06T04:08:31.695Z[ recovery-image] Aug 06 04:08:30.001 INFO O| Aug 06 04:08:30.001 INFO copying /tmp/.tmptRARGf/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 ...
78532024-08-06T04:08:31.695Z[ recovery-image] Aug 06 04:08:30.002 INFO O| Aug 06 04:08:30.001 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
78542024-08-06T04:08:31.699Z[ recovery-image] Aug 06 04:08:30.002 INFO O| Aug 06 04:08:30.002 INFO ok!
78552024-08-06T04:08:31.699Z[ recovery-image] Aug 06 04:08:30.002 INFO O| Aug 06 04:08:30.002 INFO STEP 57 (ensure_file) COMPLETE
78562024-08-06T04:08:31.699Z[ recovery-image] Aug 06 04:08:30.002 INFO O| Aug 06 04:08:30.002 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78572024-08-06T04:08:31.706Z[ recovery-image] Aug 06 04:08:30.012 INFO O| Aug 06 04:08:30.012 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78582024-08-06T04:08:31.706Z[ recovery-image] Aug 06 04:08:30.013 INFO O| Aug 06 04:08:30.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78592024-08-06T04:08:31.706Z[ recovery-image] Aug 06 04:08:30.013 INFO O| Aug 06 04:08:30.013 INFO STEP 58 (ensure_dir) COMPLETE
78602024-08-06T04:08:31.709Z[ recovery-image] Aug 06 04:08:30.013 INFO O| Aug 06 04:08:30.013 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78612024-08-06T04:08:31.720Z[ recovery-image] Aug 06 04:08:30.027 INFO O| Aug 06 04:08:30.026 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78622024-08-06T04:08:31.720Z[ recovery-image] Aug 06 04:08:30.027 INFO O| Aug 06 04:08:30.026 INFO copying /tmp/.tmptRARGf/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 ...
78632024-08-06T04:08:31.723Z[ recovery-image] Aug 06 04:08:30.027 INFO O| Aug 06 04:08:30.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78642024-08-06T04:08:31.723Z[ recovery-image] Aug 06 04:08:30.027 INFO O| Aug 06 04:08:30.027 INFO ok!
78652024-08-06T04:08:31.723Z[ recovery-image] Aug 06 04:08:30.027 INFO O| Aug 06 04:08:30.027 INFO STEP 59 (ensure_file) COMPLETE
78662024-08-06T04:08:31.723Z[ recovery-image] Aug 06 04:08:30.027 INFO O| Aug 06 04:08:30.027 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78672024-08-06T04:08:31.731Z[ recovery-image] Aug 06 04:08:30.037 INFO O| Aug 06 04:08:30.037 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78682024-08-06T04:08:31.731Z[ recovery-image] Aug 06 04:08:30.037 INFO O| Aug 06 04:08:30.037 INFO copying /tmp/.tmptRARGf/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78692024-08-06T04:08:31.734Z[ recovery-image] Aug 06 04:08:30.037 INFO O| Aug 06 04:08:30.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78702024-08-06T04:08:31.734Z[ recovery-image] Aug 06 04:08:30.037 INFO O| Aug 06 04:08:30.037 INFO ok!
78712024-08-06T04:08:31.734Z[ recovery-image] Aug 06 04:08:30.037 INFO O| Aug 06 04:08:30.037 INFO STEP 60 (ensure_file) COMPLETE
78722024-08-06T04:08:31.734Z[ recovery-image] Aug 06 04:08:30.037 INFO O| Aug 06 04:08:30.037 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78732024-08-06T04:08:31.741Z[ recovery-image] Aug 06 04:08:30.047 INFO O| Aug 06 04:08:30.047 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78742024-08-06T04:08:31.741Z[ recovery-image] Aug 06 04:08:30.047 INFO O| Aug 06 04:08:30.047 INFO STEP 61 (ensure_dir) COMPLETE
78752024-08-06T04:08:31.744Z[ recovery-image] Aug 06 04:08:30.047 INFO O| Aug 06 04:08:30.047 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78762024-08-06T04:08:31.753Z[ recovery-image] Aug 06 04:08:30.060 INFO O| Aug 06 04:08:30.059 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78772024-08-06T04:08:31.756Z[ recovery-image] Aug 06 04:08:30.060 INFO O| Aug 06 04:08:30.060 INFO STEP 62 (ensure_dir) COMPLETE
78782024-08-06T04:08:31.756Z[ recovery-image] Aug 06 04:08:30.060 INFO O| Aug 06 04:08:30.060 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78792024-08-06T04:08:31.764Z[ recovery-image] Aug 06 04:08:30.070 INFO O| Aug 06 04:08:30.070 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
78802024-08-06T04:08:31.764Z[ recovery-image] Aug 06 04:08:30.070 INFO O| Aug 06 04:08:30.070 INFO STEP 63 (ensure_dir) COMPLETE
78812024-08-06T04:08:31.764Z[ recovery-image] Aug 06 04:08:30.070 INFO O| Aug 06 04:08:30.070 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78822024-08-06T04:08:31.776Z[ recovery-image] Aug 06 04:08:30.082 INFO O| Aug 06 04:08:30.082 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
78832024-08-06T04:08:31.776Z[ recovery-image] Aug 06 04:08:30.082 INFO O| Aug 06 04:08:30.082 INFO STEP 64 (ensure_dir) COMPLETE
78842024-08-06T04:08:31.779Z[ recovery-image] Aug 06 04:08:30.082 INFO O| Aug 06 04:08:30.082 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78852024-08-06T04:08:31.787Z[ recovery-image] Aug 06 04:08:30.093 INFO O| Aug 06 04:08:30.093 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
78862024-08-06T04:08:31.789Z[ recovery-image] Aug 06 04:08:30.093 INFO O| Aug 06 04:08:30.093 INFO copying /tmp/.tmptRARGf/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
78872024-08-06T04:08:31.789Z[ recovery-image] Aug 06 04:08:30.093 INFO O| Aug 06 04:08:30.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
78882024-08-06T04:08:31.789Z[ recovery-image] Aug 06 04:08:30.093 INFO O| Aug 06 04:08:30.093 INFO ok!
78892024-08-06T04:08:31.789Z[ recovery-image] Aug 06 04:08:30.093 INFO O| Aug 06 04:08:30.093 INFO STEP 65 (ensure_file) COMPLETE
78902024-08-06T04:08:31.789Z[ recovery-image] Aug 06 04:08:30.093 INFO O| Aug 06 04:08:30.093 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78912024-08-06T04:08:31.798Z[ recovery-image] Aug 06 04:08:30.104 INFO O| Aug 06 04:08:30.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
78922024-08-06T04:08:31.800Z[ recovery-image] Aug 06 04:08:30.104 INFO O| Aug 06 04:08:30.104 INFO STEP 66 (remove_files) COMPLETE
78932024-08-06T04:08:31.800Z[ recovery-image] Aug 06 04:08:30.104 INFO O| Aug 06 04:08:30.104 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78942024-08-06T04:08:31.808Z[ recovery-image] Aug 06 04:08:30.114 INFO O| Aug 06 04:08:30.114 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
78952024-08-06T04:08:31.808Z[ recovery-image] Aug 06 04:08:30.114 INFO O| Aug 06 04:08:30.114 INFO STEP 67 (remove_files) COMPLETE
78962024-08-06T04:08:31.808Z[ recovery-image] Aug 06 04:08:30.114 INFO O| Aug 06 04:08:30.114 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78972024-08-06T04:08:31.818Z[ recovery-image] Aug 06 04:08:30.124 INFO O| Aug 06 04:08:30.124 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
78982024-08-06T04:08:31.821Z[ recovery-image] Aug 06 04:08:30.124 INFO O| Aug 06 04:08:30.124 INFO STEP 68 (remove_files) COMPLETE
78992024-08-06T04:08:31.821Z[ recovery-image] Aug 06 04:08:30.124 INFO O| Aug 06 04:08:30.124 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79002024-08-06T04:08:31.828Z[ recovery-image] Aug 06 04:08:30.134 INFO O| Aug 06 04:08:30.134 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79012024-08-06T04:08:31.831Z[ recovery-image] Aug 06 04:08:30.135 INFO O| Aug 06 04:08:30.135 INFO STEP 69 (remove_files) COMPLETE
79022024-08-06T04:08:31.831Z[ recovery-image] Aug 06 04:08:30.135 INFO O| Aug 06 04:08:30.135 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79032024-08-06T04:08:31.839Z[ recovery-image] Aug 06 04:08:30.146 INFO O| Aug 06 04:08:30.145 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79042024-08-06T04:08:31.842Z[ recovery-image] Aug 06 04:08:30.146 INFO O| Aug 06 04:08:30.146 INFO STEP 70 (remove_files) COMPLETE
79052024-08-06T04:08:31.842Z[ recovery-image] Aug 06 04:08:30.146 INFO O| Aug 06 04:08:30.146 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79062024-08-06T04:08:31.851Z[ recovery-image] Aug 06 04:08:30.157 INFO O| Aug 06 04:08:30.157 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79072024-08-06T04:08:31.854Z[ recovery-image] Aug 06 04:08:30.157 INFO O| Aug 06 04:08:30.157 INFO STEP 71 (remove_files) COMPLETE
79082024-08-06T04:08:31.854Z[ recovery-image] Aug 06 04:08:30.158 INFO O| Aug 06 04:08:30.157 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79092024-08-06T04:08:31.862Z[ recovery-image] Aug 06 04:08:30.168 INFO O| Aug 06 04:08:30.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79102024-08-06T04:08:31.862Z[ recovery-image] Aug 06 04:08:30.169 INFO O| Aug 06 04:08:30.169 INFO STEP 72 (remove_files) COMPLETE
79112024-08-06T04:08:31.862Z[ recovery-image] Aug 06 04:08:30.169 INFO O| Aug 06 04:08:30.169 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79122024-08-06T04:08:31.873Z[ recovery-image] Aug 06 04:08:30.179 INFO O| Aug 06 04:08:30.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79132024-08-06T04:08:31.873Z[ recovery-image] Aug 06 04:08:30.180 INFO O| Aug 06 04:08:30.179 INFO STEP 73 (remove_files) COMPLETE
79142024-08-06T04:08:31.876Z[ recovery-image] Aug 06 04:08:30.180 INFO O| Aug 06 04:08:30.179 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79152024-08-06T04:08:31.884Z[ recovery-image] Aug 06 04:08:30.190 INFO O| Aug 06 04:08:30.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79162024-08-06T04:08:31.887Z[ recovery-image] Aug 06 04:08:30.190 INFO O| Aug 06 04:08:30.190 INFO STEP 74 (remove_files) COMPLETE
79172024-08-06T04:08:31.887Z[ recovery-image] Aug 06 04:08:30.190 INFO O| Aug 06 04:08:30.190 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79182024-08-06T04:08:31.894Z[ recovery-image] Aug 06 04:08:30.200 INFO O| Aug 06 04:08:30.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79192024-08-06T04:08:31.894Z[ recovery-image] Aug 06 04:08:30.200 INFO O| Aug 06 04:08:30.200 INFO STEP 75 (remove_files) COMPLETE
79202024-08-06T04:08:31.894Z[ recovery-image] Aug 06 04:08:30.200 INFO O| Aug 06 04:08:30.200 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79212024-08-06T04:08:31.906Z[ recovery-image] Aug 06 04:08:30.212 INFO O| Aug 06 04:08:30.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79222024-08-06T04:08:31.909Z[ recovery-image] Aug 06 04:08:30.212 INFO O| Aug 06 04:08:30.212 INFO STEP 76 (remove_files) COMPLETE
79232024-08-06T04:08:31.909Z[ recovery-image] Aug 06 04:08:30.212 INFO O| Aug 06 04:08:30.212 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79242024-08-06T04:08:31.919Z[ recovery-image] Aug 06 04:08:30.225 INFO O| Aug 06 04:08:30.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79252024-08-06T04:08:31.919Z[ recovery-image] Aug 06 04:08:30.225 INFO O| Aug 06 04:08:30.225 INFO STEP 77 (remove_files) COMPLETE
79262024-08-06T04:08:31.922Z[ recovery-image] Aug 06 04:08:30.225 INFO O| Aug 06 04:08:30.225 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79272024-08-06T04:08:31.931Z[ recovery-image] Aug 06 04:08:30.237 INFO O| Aug 06 04:08:30.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79282024-08-06T04:08:31.931Z[ recovery-image] Aug 06 04:08:30.237 INFO O| Aug 06 04:08:30.237 INFO STEP 78 (remove_files) COMPLETE
79292024-08-06T04:08:31.934Z[ recovery-image] Aug 06 04:08:30.237 INFO O| Aug 06 04:08:30.237 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79302024-08-06T04:08:31.947Z[ recovery-image] Aug 06 04:08:30.253 INFO O| Aug 06 04:08:30.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79312024-08-06T04:08:31.957Z[ recovery-image] Aug 06 04:08:30.253 INFO O| Aug 06 04:08:30.253 INFO STEP 79 (remove_files) COMPLETE
79322024-08-06T04:08:31.960Z[ recovery-image] Aug 06 04:08:30.253 INFO O| Aug 06 04:08:30.253 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79332024-08-06T04:08:31.970Z[ recovery-image] Aug 06 04:08:30.274 INFO O| Aug 06 04:08:30.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79342024-08-06T04:08:31.972Z[ recovery-image] Aug 06 04:08:30.274 INFO O| Aug 06 04:08:30.274 INFO STEP 80 (remove_files) COMPLETE
79352024-08-06T04:08:31.972Z[ recovery-image] Aug 06 04:08:30.275 INFO O| Aug 06 04:08:30.274 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79362024-08-06T04:08:31.991Z[ recovery-image] Aug 06 04:08:30.295 INFO O| Aug 06 04:08:30.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79372024-08-06T04:08:31.994Z[ recovery-image] Aug 06 04:08:30.295 INFO O| Aug 06 04:08:30.295 INFO STEP 81 (remove_files) COMPLETE
79382024-08-06T04:08:31.994Z[ recovery-image] Aug 06 04:08:30.296 INFO O| Aug 06 04:08:30.295 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79392024-08-06T04:08:32.013Z[ recovery-image] Aug 06 04:08:30.317 INFO O| Aug 06 04:08:30.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79402024-08-06T04:08:32.013Z[ recovery-image] Aug 06 04:08:30.317 INFO O| Aug 06 04:08:30.317 INFO STEP 82 (remove_files) COMPLETE
79412024-08-06T04:08:32.013Z[ recovery-image] Aug 06 04:08:30.317 INFO O| Aug 06 04:08:30.317 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79422024-08-06T04:08:32.034Z[ recovery-image] Aug 06 04:08:30.339 INFO O| Aug 06 04:08:30.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79432024-08-06T04:08:32.034Z[ recovery-image] Aug 06 04:08:30.339 INFO O| Aug 06 04:08:30.338 INFO STEP 83 (remove_files) COMPLETE
79442024-08-06T04:08:32.034Z[ recovery-image] Aug 06 04:08:30.339 INFO O| Aug 06 04:08:30.338 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79452024-08-06T04:08:32.059Z[ recovery-image] Aug 06 04:08:30.361 INFO O| Aug 06 04:08:30.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79462024-08-06T04:08:32.059Z[ recovery-image] Aug 06 04:08:30.361 INFO O| Aug 06 04:08:30.360 INFO STEP 84 (remove_files) COMPLETE
79472024-08-06T04:08:32.061Z[ recovery-image] Aug 06 04:08:30.361 INFO O| Aug 06 04:08:30.360 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79482024-08-06T04:08:32.078Z[ recovery-image] Aug 06 04:08:30.383 INFO O| Aug 06 04:08:30.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79492024-08-06T04:08:32.078Z[ recovery-image] Aug 06 04:08:30.383 INFO O| Aug 06 04:08:30.381 INFO STEP 85 (remove_files) COMPLETE
79502024-08-06T04:08:32.078Z[ recovery-image] Aug 06 04:08:30.383 INFO O| Aug 06 04:08:30.381 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79512024-08-06T04:08:32.090Z[ recovery-image] Aug 06 04:08:30.396 INFO O| Aug 06 04:08:30.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79522024-08-06T04:08:32.090Z[ recovery-image] Aug 06 04:08:30.396 INFO O| Aug 06 04:08:30.396 INFO STEP 86 (remove_files) COMPLETE
79532024-08-06T04:08:32.094Z[ recovery-image] Aug 06 04:08:30.397 INFO O| Aug 06 04:08:30.396 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79542024-08-06T04:08:32.105Z[ recovery-image] Aug 06 04:08:30.411 INFO O| Aug 06 04:08:30.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79552024-08-06T04:08:32.105Z[ recovery-image] Aug 06 04:08:30.411 INFO O| Aug 06 04:08:30.411 INFO STEP 87 (remove_files) COMPLETE
79562024-08-06T04:08:32.105Z[ recovery-image] Aug 06 04:08:30.411 INFO O| Aug 06 04:08:30.411 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79572024-08-06T04:08:32.119Z[ recovery-image] Aug 06 04:08:30.425 INFO O| Aug 06 04:08:30.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79582024-08-06T04:08:32.119Z[ recovery-image] Aug 06 04:08:30.425 INFO O| Aug 06 04:08:30.425 INFO STEP 88 (remove_files) COMPLETE
79592024-08-06T04:08:32.121Z[ recovery-image] Aug 06 04:08:30.425 INFO O| Aug 06 04:08:30.425 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79602024-08-06T04:08:32.132Z[ recovery-image] Aug 06 04:08:30.438 INFO O| Aug 06 04:08:30.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79612024-08-06T04:08:32.132Z[ recovery-image] Aug 06 04:08:30.438 INFO O| Aug 06 04:08:30.438 INFO STEP 89 (remove_files) COMPLETE
79622024-08-06T04:08:32.134Z[ recovery-image] Aug 06 04:08:30.438 INFO O| Aug 06 04:08:30.438 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79632024-08-06T04:08:32.143Z[ recovery-image] Aug 06 04:08:30.449 INFO O| Aug 06 04:08:30.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79642024-08-06T04:08:32.143Z[ recovery-image] Aug 06 04:08:30.449 INFO O| Aug 06 04:08:30.449 INFO STEP 90 (remove_files) COMPLETE
79652024-08-06T04:08:32.143Z[ recovery-image] Aug 06 04:08:30.449 INFO O| Aug 06 04:08:30.449 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79662024-08-06T04:08:32.155Z[ recovery-image] Aug 06 04:08:30.461 INFO O| Aug 06 04:08:30.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79672024-08-06T04:08:32.155Z[ recovery-image] Aug 06 04:08:30.461 INFO O| Aug 06 04:08:30.461 INFO STEP 91 (remove_files) COMPLETE
79682024-08-06T04:08:32.158Z[ recovery-image] Aug 06 04:08:30.461 INFO O| Aug 06 04:08:30.461 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79692024-08-06T04:08:32.168Z[ recovery-image] Aug 06 04:08:30.474 INFO O| Aug 06 04:08:30.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79702024-08-06T04:08:32.168Z[ recovery-image] Aug 06 04:08:30.474 INFO O| Aug 06 04:08:30.474 INFO STEP 92 (remove_files) COMPLETE
79712024-08-06T04:08:32.171Z[ recovery-image] Aug 06 04:08:30.474 INFO O| Aug 06 04:08:30.474 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79722024-08-06T04:08:32.180Z[ recovery-image] Aug 06 04:08:30.486 INFO O| Aug 06 04:08:30.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79732024-08-06T04:08:32.180Z[ recovery-image] Aug 06 04:08:30.486 INFO O| Aug 06 04:08:30.486 INFO STEP 93 (remove_files) COMPLETE
79742024-08-06T04:08:32.182Z[ recovery-image] Aug 06 04:08:30.486 INFO O| Aug 06 04:08:30.486 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79752024-08-06T04:08:32.191Z[ recovery-image] Aug 06 04:08:30.497 INFO O| Aug 06 04:08:30.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79762024-08-06T04:08:32.194Z[ recovery-image] Aug 06 04:08:30.497 INFO O| Aug 06 04:08:30.497 INFO STEP 94 (remove_files) COMPLETE
79772024-08-06T04:08:32.194Z[ recovery-image] Aug 06 04:08:30.497 INFO O| Aug 06 04:08:30.497 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79782024-08-06T04:08:32.208Z[ recovery-image] Aug 06 04:08:30.514 INFO O| Aug 06 04:08:30.514 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79792024-08-06T04:08:32.211Z[ recovery-image] Aug 06 04:08:30.515 INFO O| Aug 06 04:08:30.515 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
79802024-08-06T04:08:37.530Z[ recovery-image] Aug 06 04:08:35.834 INFO O| Aug 06 04:08:35.834 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
79812024-08-06T04:08:37.530Z[ recovery-image] Aug 06 04:08:35.835 INFO O| Aug 06 04:08:35.834 INFO E| svccfg: Loaded 67 smf(7) service descriptions
79822024-08-06T04:08:37.541Z[ recovery-image] Aug 06 04:08:35.846 INFO O| Aug 06 04:08:35.846 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "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", "SVCCFG_CHECKHASH": "1"}
79832024-08-06T04:08:37.616Z[ recovery-image] Aug 06 04:08:35.921 INFO O| Aug 06 04:08:35.921 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
79842024-08-06T04:08:37.616Z[ recovery-image] Aug 06 04:08:35.921 INFO O| Aug 06 04:08:35.921 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 ...
79852024-08-06T04:08:37.619Z[ recovery-image] Aug 06 04:08:35.923 INFO O| Aug 06 04:08:35.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
79862024-08-06T04:08:37.619Z[ recovery-image] Aug 06 04:08:35.923 INFO O| Aug 06 04:08:35.923 INFO ok!
79872024-08-06T04:08:37.619Z[ recovery-image] Aug 06 04:08:35.923 INFO O| Aug 06 04:08:35.923 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
79882024-08-06T04:08:37.619Z[ recovery-image] Aug 06 04:08:35.923 INFO O| Aug 06 04:08:35.923 INFO STEP 95 (seed_smf) COMPLETE
79892024-08-06T04:08:37.619Z[ recovery-image] Aug 06 04:08:35.923 INFO O| Aug 06 04:08:35.923 INFO steps complete; finalising image!
79902024-08-06T04:08:37.619Z[ recovery-image] Aug 06 04:08:35.923 INFO O| Aug 06 04:08:35.923 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
79912024-08-06T04:08:37.651Z[ recovery-image] Aug 06 04:08:35.956 INFO O| Aug 06 04:08:35.956 INFO trim TEMPORARY-gimlet-zfs-recovery: (9% trimmed, started at Tue Aug 6 04:08:35 2024)
79922024-08-06T04:08:37.874Z[ recovery-image] Aug 06 04:08:36.179 INFO O| Aug 06 04:08:36.179 INFO temporary pool has 396M used, 1.36G avail, 1.00x compressratio
79932024-08-06T04:08:37.874Z[ recovery-image] Aug 06 04:08:36.179 INFO O| Aug 06 04:08:36.179 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
79942024-08-06T04:08:38.127Z[ recovery-image] Aug 06 04:08:36.431 INFO O| Aug 06 04:08:36.431 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
79952024-08-06T04:08:38.127Z[ recovery-image] Aug 06 04:08:36.432 INFO O| Aug 06 04:08:36.431 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
79962024-08-06T04:08:41.202Z[ recovery-image] Aug 06 04:08:39.507 INFO O| Aug 06 04:08:39.507 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
79972024-08-06T04:08:41.202Z[ recovery-image] Aug 06 04:08:39.507 INFO O| Aug 06 04:08:39.507 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
79982024-08-06T04:08:41.205Z[ recovery-image] Aug 06 04:08:39.507 INFO O| Aug 06 04:08:39.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
79992024-08-06T04:08:41.205Z[ recovery-image] Aug 06 04:08:39.507 INFO O| Aug 06 04:08:39.507 INFO completed processing gimlet/zfs-recovery
80002024-08-06T04:08:41.205Z[ recovery-image] Aug 06 04:08:39.507 INFO O| Aug 06 04:08:39.507 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80012024-08-06T04:08:41.614Z[ recovery-image] Aug 06 04:08:39.919 INFO O| Aug 06 04:08:39.918 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80022024-08-06T04:08:41.687Z[ recovery-image] Aug 06 04:08:39.992 INFO BUILD STRING "heads/stlouis-0-g795571e95f\n"
80032024-08-06T04:08:41.687Z[ recovery-image] Aug 06 04:08:39.992 INFO expanded image name: "recovery ed12f2b/${os_short_commit} 2024-08-06 03:43" -> "recovery ed12f2b/795571e 2024-08-06 03:43"
80042024-08-06T04:08:41.690Z[ recovery-image] Aug 06 04:08:39.992 INFO output artefacts stored in: "/work/os-recovery"
80052024-08-06T04:08:41.690Z[ recovery-image] Aug 06 04:08:39.992 INFO collecting git info from project "bootserver"...
80062024-08-06T04:08:41.694Z[ recovery-image] Aug 06 04:08:39.999 INFO collecting git info from project "image-builder"...
80072024-08-06T04:08:41.700Z[ recovery-image] Aug 06 04:08:40.005 INFO collecting git info from project "amd-host-image-builder"...
80082024-08-06T04:08:41.943Z[ recovery-image] Aug 06 04:08:40.247 INFO collecting git info from project "pinprick"...
80092024-08-06T04:08:41.949Z[ recovery-image] Aug 06 04:08:40.253 INFO collecting git info from project "pilot"...
80102024-08-06T04:08:41.960Z[ recovery-image] Aug 06 04:08:40.264 INFO collecting git info from project "phbl"...
80112024-08-06T04:08:41.966Z[ recovery-image] Aug 06 04:08:40.270 INFO collecting git info from project "chelsio-t6-roms"...
80122024-08-06T04:08:41.986Z[ recovery-image] Aug 06 04:08:40.291 INFO collecting git info from project "amd-firmware"...
80132024-08-06T04:08:42.210Z[ recovery-image] Aug 06 04:08:40.515 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80142024-08-06T04:08:42.571Z[ recovery-image] Aug 06 04:08:40.875 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80152024-08-06T04:08:42.928Z[ recovery-image] Aug 06 04:08:41.232 INFO creating Oxide boot image...
80162024-08-06T04:08:42.928Z[ recovery-image] Aug 06 04:08:41.232 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery ed12f2b/795571e 2024-08-06 03:43", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80172024-08-06T04:09:16.899Z[ host-image] Aug 06 04:09:15.197 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22799:20240802T172305Z
80182024-08-06T04:09:16.899Z[ host-image] Aug 06 04:09:15.197 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22799:20240802T172305Z
80192024-08-06T04:09:16.902Z[ host-image] Aug 06 04:09:15.197 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80202024-08-06T04:09:16.902Z[ host-image] Aug 06 04:09:15.198 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80212024-08-06T04:09:16.902Z[ host-image] Aug 06 04:09:15.198 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80222024-08-06T04:09:16.902Z[ host-image] Aug 06 04:09:15.198 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80232024-08-06T04:09:16.902Z[ host-image] Aug 06 04:09:15.199 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80242024-08-06T04:09:16.902Z[ host-image] Aug 06 04:09:15.199 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80252024-08-06T04:09:16.902Z[ host-image] Aug 06 04:09:15.199 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80262024-08-06T04:09:16.902Z[ host-image] Aug 06 04:09:15.199 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
80272024-08-06T04:09:16.902Z[ host-image] Aug 06 04:09:15.199 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22799:20240802T172305Z
80282024-08-06T04:09:16.905Z[ host-image] Aug 06 04:09:15.201 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22799:20240802T172306Z
80292024-08-06T04:09:16.905Z[ host-image] Aug 06 04:09:15.202 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22799:20240802T172306Z
80302024-08-06T04:09:16.905Z[ host-image] Aug 06 04:09:15.202 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22799:20240802T172306Z
80312024-08-06T04:09:16.905Z[ host-image] Aug 06 04:09:15.202 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
80322024-08-06T04:09:16.905Z[ host-image] Aug 06 04:09:15.203 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22799:20240802T172306Z
80332024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.204 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22799:20240802T172306Z
80342024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.204 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22799:20240802T172306Z
80352024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.204 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22799:20240802T172307Z
80362024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.204 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22799:20240802T172307Z
80372024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.204 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22799:20240802T172308Z
80382024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.205 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22799:20240802T172308Z
80392024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.205 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22799:20240802T172308Z
80402024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.205 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22799:20240802T172309Z
80412024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.205 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22799:20240802T172310Z
80422024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.205 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22799:20240802T172310Z
80432024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.205 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22799:20240802T172311Z
80442024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.205 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22799:20240802T172312Z
80452024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.206 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
80462024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.206 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22799:20240802T172313Z
80472024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.206 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22799:20240802T172315Z
80482024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.206 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22799:20240802T172316Z
80492024-08-06T04:09:16.908Z[ host-image] Aug 06 04:09:15.206 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22799:20240802T172317Z
80502024-08-06T04:09:16.911Z[ host-image] Aug 06 04:09:15.207 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22799:20240802T172318Z
80512024-08-06T04:09:16.911Z[ host-image] Aug 06 04:09:15.207 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22799:20240802T172318Z
80522024-08-06T04:09:16.918Z[ host-image] Aug 06 04:09:15.217 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
80532024-08-06T04:09:16.921Z[ host-image] Aug 06 04:09:15.217 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22799:20240802T172318Z
80542024-08-06T04:09:16.921Z[ host-image] Aug 06 04:09:15.217 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
80552024-08-06T04:09:16.921Z[ host-image] Aug 06 04:09:15.217 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
80562024-08-06T04:09:16.921Z[ host-image] Aug 06 04:09:15.218 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
80572024-08-06T04:09:16.921Z[ host-image] Aug 06 04:09:15.218 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22799:20240802T172318Z
80582024-08-06T04:09:16.921Z[ host-image] Aug 06 04:09:15.218 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
80592024-08-06T04:09:16.921Z[ host-image] Aug 06 04:09:15.219 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
80602024-08-06T04:09:16.923Z[ host-image] Aug 06 04:09:15.220 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
80612024-08-06T04:09:16.924Z[ host-image] Aug 06 04:09:15.220 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
80622024-08-06T04:09:16.934Z[ host-image] Aug 06 04:09:15.232 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
80632024-08-06T04:09:16.934Z[ host-image] Aug 06 04:09:15.233 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
80642024-08-06T04:09:16.936Z[ host-image] Aug 06 04:09:15.233 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
80652024-08-06T04:09:16.936Z[ host-image] Aug 06 04:09:15.233 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
80662024-08-06T04:09:16.936Z[ host-image] Aug 06 04:09:15.234 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
80672024-08-06T04:09:16.936Z[ host-image] Aug 06 04:09:15.234 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
80682024-08-06T04:09:16.972Z[ host-image] Aug 06 04:09:15.271 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
80692024-08-06T04:09:16.974Z[ host-image] Aug 06 04:09:15.271 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
80702024-08-06T04:09:16.975Z[ host-image] Aug 06 04:09:15.271 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
80712024-08-06T04:09:16.975Z[ host-image] Aug 06 04:09:15.272 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22799:20240802T172320Z
80722024-08-06T04:09:16.975Z[ host-image] Aug 06 04:09:15.272 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22799:20240802T172326Z
80732024-08-06T04:09:16.975Z[ host-image] Aug 06 04:09:15.273 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
80742024-08-06T04:09:16.975Z[ host-image] Aug 06 04:09:15.273 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22799:20240802T172326Z
80752024-08-06T04:09:16.975Z[ host-image] Aug 06 04:09:15.273 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
80762024-08-06T04:09:16.975Z[ host-image] Aug 06 04:09:15.273 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
80772024-08-06T04:09:16.975Z[ host-image] Aug 06 04:09:15.273 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
80782024-08-06T04:09:16.975Z[ host-image] Aug 06 04:09:15.273 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22799:20240802T172326Z
80792024-08-06T04:09:16.975Z[ host-image] Aug 06 04:09:15.273 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
80802024-08-06T04:09:16.979Z[ host-image] Aug 06 04:09:15.278 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
80812024-08-06T04:09:16.982Z[ host-image] Aug 06 04:09:15.278 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
80822024-08-06T04:09:16.982Z[ host-image] Aug 06 04:09:15.278 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
80832024-08-06T04:09:16.982Z[ host-image] Aug 06 04:09:15.279 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22799:20240802T172327Z
80842024-08-06T04:09:16.982Z[ host-image] Aug 06 04:09:15.279 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
80852024-08-06T04:09:16.995Z[ host-image] Aug 06 04:09:15.294 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
80862024-08-06T04:09:16.998Z[ host-image] Aug 06 04:09:15.294 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22799:20240802T172327Z
80872024-08-06T04:09:16.998Z[ host-image] Aug 06 04:09:15.296 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22799:20240802T172327Z
80882024-08-06T04:09:16.998Z[ host-image] Aug 06 04:09:15.297 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22799:20240802T172327Z
80892024-08-06T04:09:17.001Z[ host-image] Aug 06 04:09:15.297 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
80902024-08-06T04:09:17.001Z[ host-image] Aug 06 04:09:15.297 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22799:20240802T172329Z
80912024-08-06T04:09:17.001Z[ host-image] Aug 06 04:09:15.298 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22799:20240802T172329Z
80922024-08-06T04:09:17.001Z[ host-image] Aug 06 04:09:15.298 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22799:20240802T172329Z
80932024-08-06T04:09:17.001Z[ host-image] Aug 06 04:09:15.298 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22799:20240802T172329Z
80942024-08-06T04:09:17.004Z[ host-image] Aug 06 04:09:15.302 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
80952024-08-06T04:09:17.004Z[ host-image] Aug 06 04:09:15.302 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22799:20240802T172330Z
80962024-08-06T04:09:17.007Z[ host-image] Aug 06 04:09:15.303 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22799:20240802T172331Z
80972024-08-06T04:09:17.007Z[ host-image] Aug 06 04:09:15.303 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
80982024-08-06T04:09:17.007Z[ host-image] Aug 06 04:09:15.304 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22799:20240802T172331Z
80992024-08-06T04:09:17.007Z[ host-image] Aug 06 04:09:15.304 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22799:20240802T172331Z
81002024-08-06T04:09:17.007Z[ host-image] Aug 06 04:09:15.304 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22799:20240802T172331Z
81012024-08-06T04:09:17.007Z[ host-image] Aug 06 04:09:15.304 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22799:20240802T172331Z
81022024-08-06T04:09:17.014Z[ host-image] Aug 06 04:09:15.313 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22799:20240802T172331Z
81032024-08-06T04:09:17.017Z[ host-image] Aug 06 04:09:15.313 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81042024-08-06T04:09:17.017Z[ host-image] Aug 06 04:09:15.315 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22799:20240802T172332Z
81052024-08-06T04:09:17.019Z[ host-image] Aug 06 04:09:15.316 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22799:20240802T172332Z
81062024-08-06T04:09:17.019Z[ host-image] Aug 06 04:09:15.316 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22799:20240802T172332Z
81072024-08-06T04:09:17.019Z[ host-image] Aug 06 04:09:15.317 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22799:20240802T172332Z
81082024-08-06T04:09:17.019Z[ host-image] Aug 06 04:09:15.317 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22799:20240802T172332Z
81092024-08-06T04:09:17.019Z[ host-image] Aug 06 04:09:15.318 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22799:20240802T172333Z
81102024-08-06T04:09:17.029Z[ host-image] Aug 06 04:09:15.328 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22799:20240802T172334Z
81112024-08-06T04:09:17.032Z[ host-image] Aug 06 04:09:15.328 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22799:20240802T172333Z
81122024-08-06T04:09:17.032Z[ host-image] Aug 06 04:09:15.329 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22799:20240802T172333Z
81132024-08-06T04:09:17.032Z[ host-image] Aug 06 04:09:15.330 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22799:20240802T172333Z
81142024-08-06T04:09:17.032Z[ host-image] Aug 06 04:09:15.330 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22799:20240802T172334Z
81152024-08-06T04:09:17.053Z[ host-image] Aug 06 04:09:15.352 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22799:20240802T172337Z
81162024-08-06T04:09:17.056Z[ host-image] Aug 06 04:09:15.352 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22799:20240802T172334Z
81172024-08-06T04:09:17.056Z[ host-image] Aug 06 04:09:15.352 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22799:20240802T172334Z
81182024-08-06T04:09:17.056Z[ host-image] Aug 06 04:09:15.353 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81192024-08-06T04:09:17.056Z[ host-image] Aug 06 04:09:15.353 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81202024-08-06T04:09:17.084Z[ host-image] Aug 06 04:09:15.383 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22799:20240802T172334Z
81212024-08-06T04:09:17.087Z[ host-image] Aug 06 04:09:15.383 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81222024-08-06T04:09:17.087Z[ host-image] Aug 06 04:09:15.383 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22799:20240802T172335Z
81232024-08-06T04:09:17.087Z[ host-image] Aug 06 04:09:15.383 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22799:20240802T172335Z
81242024-08-06T04:09:17.087Z[ host-image] Aug 06 04:09:15.384 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22799:20240802T172335Z
81252024-08-06T04:09:17.087Z[ host-image] Aug 06 04:09:15.385 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81262024-08-06T04:09:17.087Z[ host-image] Aug 06 04:09:15.385 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
81272024-08-06T04:09:17.089Z[ host-image] Aug 06 04:09:15.386 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22799:20240802T172336Z
81282024-08-06T04:09:17.090Z[ host-image] Aug 06 04:09:15.386 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22799:20240802T172336Z
81292024-08-06T04:09:17.090Z[ host-image] Aug 06 04:09:15.386 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22799:20240802T172336Z
81302024-08-06T04:09:17.090Z[ host-image] Aug 06 04:09:15.386 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22799:20240802T172336Z
81312024-08-06T04:09:17.090Z[ host-image] Aug 06 04:09:15.387 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22799:20240802T172337Z
81322024-08-06T04:09:17.090Z[ host-image] Aug 06 04:09:15.387 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22799:20240802T172337Z
81332024-08-06T04:09:17.092Z[ host-image] Aug 06 04:09:15.390 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
81342024-08-06T04:09:17.092Z[ host-image] Aug 06 04:09:15.390 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22799:20240802T172337Z
81352024-08-06T04:09:17.095Z[ host-image] Aug 06 04:09:15.392 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22799:20240802T172337Z
81362024-08-06T04:09:17.095Z[ host-image] Aug 06 04:09:15.392 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22799:20240802T172337Z
81372024-08-06T04:09:17.095Z[ host-image] Aug 06 04:09:15.392 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22799:20240802T172339Z
81382024-08-06T04:09:17.095Z[ host-image] Aug 06 04:09:15.392 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22799:20240802T172338Z
81392024-08-06T04:09:17.095Z[ host-image] Aug 06 04:09:15.392 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22799:20240802T172338Z
81402024-08-06T04:09:17.095Z[ host-image] Aug 06 04:09:15.393 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
81412024-08-06T04:09:17.095Z[ host-image] Aug 06 04:09:15.393 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
81422024-08-06T04:09:17.095Z[ host-image] Aug 06 04:09:15.393 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22799:20240802T172340Z
81432024-08-06T04:09:17.095Z[ host-image] Aug 06 04:09:15.393 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22799:20240802T172341Z
81442024-08-06T04:09:17.095Z[ host-image] Aug 06 04:09:15.394 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
81452024-08-06T04:09:17.096Z[ host-image] Aug 06 04:09:15.394 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
81462024-08-06T04:09:17.096Z[ host-image] Aug 06 04:09:15.394 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
81472024-08-06T04:09:17.096Z[ host-image] Aug 06 04:09:15.394 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
81482024-08-06T04:09:17.096Z[ host-image] Aug 06 04:09:15.394 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
81492024-08-06T04:09:17.098Z[ host-image] Aug 06 04:09:15.395 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
81502024-08-06T04:09:17.098Z[ host-image] Aug 06 04:09:15.396 INFO O| install = pkg://helios-dev/web/curl@8.7.1-2.0:20240418T211240Z
81512024-08-06T04:09:17.098Z[ host-image] Aug 06 04:09:15.396 INFO O| tempdir @ "/tmp/.tmp010mbH/tmp"
81522024-08-06T04:09:17.098Z[ host-image] Aug 06 04:09:15.396 INFO O| image root @ "/tmp/.tmp010mbH/tmp/root"
81532024-08-06T04:09:17.098Z[ host-image] Aug 06 04:09:15.396 INFO O| creating image...
81542024-08-06T04:09:17.603Z[ host-image] Aug 06 04:09:15.901 INFO O| copying publishers...
81552024-08-06T04:09:23.595Z[ host-image] Aug 06 04:09:21.892 INFO O| adding properties...
81562024-08-06T04:09:24.619Z[ host-image] Aug 06 04:09:22.916 INFO O| installing packages...
81572024-08-06T04:09:36.225Z[ recovery-image] Aug 06 04:09:34.520 INFO O| ok, image written!
81582024-08-06T04:09:36.227Z[ recovery-image] Aug 06 04:09:34.520 INFO O| ok, boot_image_csum file written!
81592024-08-06T04:09:36.230Z[ recovery-image] Aug 06 04:09:34.523 INFO creating boot archive (CPIO)...
81602024-08-06T04:09:36.230Z[ recovery-image] Aug 06 04:09:34.523 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
81612024-08-06T04:09:36.235Z[ recovery-image] Aug 06 04:09:34.530 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
81622024-08-06T04:09:36.237Z[ recovery-image] Aug 06 04:09:34.531 INFO E| + outfile=/work/os-recovery/cpio
81632024-08-06T04:09:36.237Z[ recovery-image] Aug 06 04:09:34.531 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
81642024-08-06T04:09:36.237Z[ recovery-image] Aug 06 04:09:34.532 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
81652024-08-06T04:09:36.237Z[ recovery-image] Aug 06 04:09:34.533 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
81662024-08-06T04:09:36.269Z[ recovery-image] Aug 06 04:09:34.565 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
81672024-08-06T04:09:36.269Z[ recovery-image] Aug 06 04:09:34.565 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
81682024-08-06T04:09:36.277Z[ recovery-image] Aug 06 04:09:34.573 INFO creating compressed cpio/unix for nanobl-rs...
81692024-08-06T04:09:36.277Z[ recovery-image] Aug 06 04:09:34.573 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
81702024-08-06T04:09:36.563Z[ recovery-image] Aug 06 04:09:34.858 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
81712024-08-06T04:09:39.499Z[ host-image] Aug 06 04:09:37.794 INFO O| seeding SMF database...
81722024-08-06T04:09:40.922Z[ recovery-image] Aug 06 04:09:39.217 INFO creating reset image...
81732024-08-06T04:09:40.922Z[ recovery-image] Aug 06 04:09:39.217 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
81742024-08-06T04:09:41.144Z[ recovery-image] Aug 06 04:09:39.438 INFO E| Updating crates.io index
81752024-08-06T04:09:41.240Z[ recovery-image] Aug 06 04:09:39.534 INFO E| Downloading crates ...
81762024-08-06T04:09:41.311Z[ recovery-image] Aug 06 04:09:39.606 INFO E| Downloaded duct v0.13.7
81772024-08-06T04:09:41.314Z[ recovery-image] Aug 06 04:09:39.609 INFO E| Downloaded shared_child v1.0.0
81782024-08-06T04:09:41.317Z[ recovery-image] Aug 06 04:09:39.612 INFO E| Downloaded anstream v0.6.13
81792024-08-06T04:09:41.323Z[ recovery-image] Aug 06 04:09:39.617 INFO E| Downloaded os_pipe v1.1.5
81802024-08-06T04:09:41.325Z[ recovery-image] Aug 06 04:09:39.619 INFO E| Downloaded anstyle-parse v0.2.3
81812024-08-06T04:09:41.328Z[ recovery-image] Aug 06 04:09:39.621 INFO E| Downloaded clap_derive v4.5.3
81822024-08-06T04:09:41.340Z[ recovery-image] Aug 06 04:09:39.635 INFO E| Downloaded syn v2.0.53
81832024-08-06T04:09:41.351Z[ recovery-image] Aug 06 04:09:39.646 INFO E| Downloaded clap v4.5.3
81842024-08-06T04:09:41.360Z[ recovery-image] Aug 06 04:09:39.655 INFO E| Downloaded proc-macro2 v1.0.79
81852024-08-06T04:09:41.363Z[ recovery-image] Aug 06 04:09:39.657 INFO E| Downloaded strsim v0.11.0
81862024-08-06T04:09:41.365Z[ recovery-image] Aug 06 04:09:39.658 INFO E| Downloaded clap_builder v4.5.2
81872024-08-06T04:09:41.370Z[ recovery-image] Aug 06 04:09:39.665 INFO E| Downloaded anstyle v1.0.6
81882024-08-06T04:09:41.373Z[ recovery-image] Aug 06 04:09:39.667 INFO E| Downloaded colorchoice v1.0.0
81892024-08-06T04:09:41.373Z[ recovery-image] Aug 06 04:09:39.667 INFO E| Downloaded anstyle-query v1.0.2
81902024-08-06T04:09:41.397Z[ recovery-image] Aug 06 04:09:39.692 INFO E| Downloaded libc v0.2.153
81912024-08-06T04:09:41.469Z[ recovery-image] Aug 06 04:09:39.763 INFO E| Compiling proc-macro2 v1.0.79
81922024-08-06T04:09:41.469Z[ recovery-image] Aug 06 04:09:39.763 INFO E| Compiling unicode-ident v1.0.12
81932024-08-06T04:09:41.471Z[ recovery-image] Aug 06 04:09:39.763 INFO E| Compiling libc v0.2.153
81942024-08-06T04:09:41.471Z[ recovery-image] Aug 06 04:09:39.763 INFO E| Compiling utf8parse v0.2.1
81952024-08-06T04:09:41.471Z[ recovery-image] Aug 06 04:09:39.764 INFO E| Compiling anstyle-query v1.0.2
81962024-08-06T04:09:41.471Z[ recovery-image] Aug 06 04:09:39.764 INFO E| Compiling anstyle v1.0.6
81972024-08-06T04:09:41.471Z[ recovery-image] Aug 06 04:09:39.764 INFO E| Compiling colorchoice v1.0.0
81982024-08-06T04:09:41.474Z[ recovery-image] Aug 06 04:09:39.767 INFO E| Compiling heck v0.5.0
81992024-08-06T04:09:41.696Z[ recovery-image] Aug 06 04:09:39.991 INFO E| Compiling anstyle-parse v0.2.3
82002024-08-06T04:09:41.770Z[ recovery-image] Aug 06 04:09:40.064 INFO E| Compiling clap_lex v0.7.0
82012024-08-06T04:09:41.770Z[ recovery-image] Aug 06 04:09:40.064 INFO E| Compiling strsim v0.11.0
82022024-08-06T04:09:41.772Z[ recovery-image] Aug 06 04:09:40.064 INFO E| Compiling once_cell v1.19.0
82032024-08-06T04:09:42.032Z[ recovery-image] Aug 06 04:09:40.326 INFO E| Compiling anstream v0.6.13
82042024-08-06T04:09:42.466Z[ recovery-image] Aug 06 04:09:40.760 INFO E| Compiling clap_builder v4.5.2
82052024-08-06T04:09:43.024Z[ recovery-image] Aug 06 04:09:41.318 INFO E| Compiling quote v1.0.35
82062024-08-06T04:09:43.049Z[ recovery-image] Aug 06 04:09:41.343 INFO E| Compiling os_pipe v1.1.5
82072024-08-06T04:09:43.049Z[ recovery-image] Aug 06 04:09:41.344 INFO E| Compiling shared_child v1.0.0
82082024-08-06T04:09:43.205Z[ recovery-image] Aug 06 04:09:41.499 INFO E| Compiling duct v0.13.7
82092024-08-06T04:09:43.355Z[ recovery-image] Aug 06 04:09:41.649 INFO E| Compiling syn v2.0.53
82102024-08-06T04:09:48.387Z[ recovery-image] Aug 06 04:09:46.680 INFO E| Compiling clap_derive v4.5.3
82112024-08-06T04:09:48.822Z[ host-image] Aug 06 04:09:47.115 INFO O| configuring SMF profile...
82122024-08-06T04:09:48.825Z[ host-image] Aug 06 04:09:47.115 INFO O| modifying shadow(5)...
82132024-08-06T04:09:48.825Z[ host-image] Aug 06 04:09:47.116 INFO O| loading user and group database...
82142024-08-06T04:09:48.825Z[ host-image] Aug 06 04:09:47.116 INFO O| assessing packaged files...
82152024-08-06T04:09:50.542Z[ recovery-image] Aug 06 04:09:48.835 INFO E| Compiling clap v4.5.3
82162024-08-06T04:09:50.600Z[ recovery-image] Aug 06 04:09:48.893 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82172024-08-06T04:09:51.232Z[ host-image] Aug 06 04:09:49.524 INFO O| creating archive...
82182024-08-06T04:09:51.265Z[ host-image] Aug 06 04:09:49.557 INFO O| missing from packaging:
82192024-08-06T04:09:51.265Z[ host-image] Aug 06 04:09:49.557 INFO O| "etc/.pwd.lock"
82202024-08-06T04:09:51.267Z[ host-image] Aug 06 04:09:49.557 INFO O| "etc/bash"
82212024-08-06T04:09:51.270Z[ host-image] Aug 06 04:09:49.563 INFO O| "etc/svc/profile/generic.xml"
82222024-08-06T04:09:51.270Z[ host-image] Aug 06 04:09:49.563 INFO O| "etc/svc/profile/inetd_services.xml"
82232024-08-06T04:09:51.270Z[ host-image] Aug 06 04:09:49.563 INFO O| "etc/svc/profile/name_service.xml"
82242024-08-06T04:09:51.270Z[ host-image] Aug 06 04:09:49.563 INFO O| "etc/svc/profile/platform.xml"
82252024-08-06T04:09:51.270Z[ host-image] Aug 06 04:09:49.563 INFO O| "etc/svc/profile/platform_omicron1.xml"
82262024-08-06T04:09:51.270Z[ host-image] Aug 06 04:09:49.563 INFO O| "etc/svc/repository.db"
82272024-08-06T04:09:51.279Z[ host-image] Aug 06 04:09:49.572 INFO O| "opt/ooce/share"
82282024-08-06T04:09:51.279Z[ host-image] Aug 06 04:09:49.572 INFO O| "opt/ooce/share/man"
82292024-08-06T04:09:51.279Z[ host-image] Aug 06 04:09:49.572 INFO O| "opt/ooce/share/man/man1"
82302024-08-06T04:09:51.288Z[ host-image] Aug 06 04:09:49.581 INFO O| finishing archive...
82312024-08-06T04:09:51.823Z[ recovery-image] Aug 06 04:09:50.116 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s
82322024-08-06T04:09:51.832Z[ recovery-image] Aug 06 04:09:50.125 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82332024-08-06T04:09:51.955Z[ recovery-image] Aug 06 04:09:50.248 INFO E| Updating crates.io index
82342024-08-06T04:09:52.139Z[ recovery-image] Aug 06 04:09:50.431 INFO E| Downloading crates ...
82352024-08-06T04:09:52.185Z[ recovery-image] Aug 06 04:09:50.478 INFO E| Downloaded cpio_reader v0.1.1
82362024-08-06T04:09:52.188Z[ recovery-image] Aug 06 04:09:50.480 INFO E| Downloaded seq-macro v0.3.5
82372024-08-06T04:09:52.200Z[ recovery-image] Aug 06 04:09:50.492 INFO E| Downloaded bit_field v0.10.2
82382024-08-06T04:09:52.207Z[ recovery-image] Aug 06 04:09:50.500 INFO E| Downloaded goblin v0.8.0
82392024-08-06T04:09:52.213Z[ recovery-image] Aug 06 04:09:50.505 INFO E| Downloaded raw-cpuid v10.7.0
82402024-08-06T04:09:52.319Z[ recovery-image] Aug 06 04:09:50.611 INFO E| Downloaded x86 v0.52.0
82412024-08-06T04:09:52.388Z[ recovery-image] Aug 06 04:09:50.681 INFO E| Updating crates.io index
82422024-08-06T04:09:52.437Z[ recovery-image] Aug 06 04:09:50.730 INFO E| Downloading crates ...
82432024-08-06T04:09:52.511Z[ recovery-image] Aug 06 04:09:50.803 INFO E| Downloaded rustc-demangle v0.1.23
82442024-08-06T04:09:52.516Z[ recovery-image] Aug 06 04:09:50.809 INFO E| Downloaded compiler_builtins v0.1.108
82452024-08-06T04:09:52.527Z[ recovery-image] Aug 06 04:09:50.819 INFO E| Downloaded allocator-api2 v0.2.16
82462024-08-06T04:09:52.587Z[ recovery-image] Aug 06 04:09:50.880 INFO E| Compiling compiler_builtins v0.1.108
82472024-08-06T04:09:52.587Z[ recovery-image] Aug 06 04:09:50.880 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
82482024-08-06T04:09:52.590Z[ recovery-image] Aug 06 04:09:50.880 INFO E| Compiling proc-macro2 v1.0.79
82492024-08-06T04:09:52.590Z[ recovery-image] Aug 06 04:09:50.880 INFO E| Compiling unicode-ident v1.0.12
82502024-08-06T04:09:52.590Z[ recovery-image] Aug 06 04:09:50.880 INFO E| Compiling syn v1.0.109
82512024-08-06T04:09:52.590Z[ recovery-image] Aug 06 04:09:50.880 INFO E| Compiling x86 v0.52.0
82522024-08-06T04:09:52.590Z[ recovery-image] Aug 06 04:09:50.880 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
82532024-08-06T04:09:52.594Z[ recovery-image] Aug 06 04:09:50.887 INFO E| Compiling seq-macro v0.3.5
82542024-08-06T04:09:53.729Z[ recovery-image] Aug 06 04:09:52.022 INFO E| Compiling quote v1.0.35
82552024-08-06T04:09:54.052Z[ recovery-image] Aug 06 04:09:52.344 INFO E| Compiling syn v2.0.53
82562024-08-06T04:09:54.323Z[ host-image] Aug 06 04:09:52.615 INFO O| creating gzonly manifest...
82572024-08-06T04:09:54.335Z[ host-image] Aug 06 04:09:52.627 INFO O| ok
82582024-08-06T04:09:54.443Z[ host-image] Aug 06 04:09:52.735 INFO image builder template: ramdisk-02-trim...
82592024-08-06T04:09:54.443Z[ host-image] Aug 06 04:09:52.735 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/.tmptRARGf/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
82602024-08-06T04:09:54.471Z[ host-image] Aug 06 04:09:52.763 INFO O| Aug 06 04:09:52.763 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82612024-08-06T04:09:54.476Z[ host-image] Aug 06 04:09:52.768 INFO O| Aug 06 04:09:52.768 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82622024-08-06T04:09:54.613Z[ host-image] Aug 06 04:09:52.905 INFO O| Aug 06 04:09:52.905 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
82632024-08-06T04:09:54.679Z[ host-image] Aug 06 04:09:52.972 INFO O| Aug 06 04:09:52.971 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82642024-08-06T04:09:54.682Z[ host-image] Aug 06 04:09:52.972 INFO O| Aug 06 04:09:52.972 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
82652024-08-06T04:09:54.688Z[ host-image] Aug 06 04:09:52.980 INFO O| Aug 06 04:09:52.980 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
82662024-08-06T04:09:54.695Z[ host-image] Aug 06 04:09:52.988 INFO O| Aug 06 04:09:52.988 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82672024-08-06T04:09:54.704Z[ host-image] Aug 06 04:09:52.996 INFO O| Aug 06 04:09:52.996 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82682024-08-06T04:09:54.904Z[ host-image] Aug 06 04:09:53.196 INFO O| Aug 06 04:09:53.196 INFO rolled back to input snapshot; work may begin
82692024-08-06T04:09:54.904Z[ host-image] Aug 06 04:09:53.196 INFO O| Aug 06 04:09:53.196 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
82702024-08-06T04:09:54.911Z[ host-image] Aug 06 04:09:53.203 INFO O| Aug 06 04:09:53.203 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82712024-08-06T04:09:54.923Z[ host-image] Aug 06 04:09:53.215 INFO O| Aug 06 04:09:53.215 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
82722024-08-06T04:09:54.973Z[ host-image] Aug 06 04:09:53.265 INFO O| Aug 06 04:09:53.265 INFO STEP 0 (remove_files) COMPLETE
82732024-08-06T04:09:54.973Z[ host-image] Aug 06 04:09:53.265 INFO O| Aug 06 04:09:53.265 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82742024-08-06T04:09:54.992Z[ host-image] Aug 06 04:09:53.284 INFO O| Aug 06 04:09:53.284 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
82752024-08-06T04:09:54.995Z[ host-image] Aug 06 04:09:53.286 INFO O| Aug 06 04:09:53.286 INFO STEP 1 (remove_files) COMPLETE
82762024-08-06T04:09:54.995Z[ host-image] Aug 06 04:09:53.286 INFO O| Aug 06 04:09:53.286 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82772024-08-06T04:09:55.012Z[ host-image] Aug 06 04:09:53.304 INFO O| Aug 06 04:09:53.304 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
82782024-08-06T04:09:55.026Z[ host-image] Aug 06 04:09:53.318 INFO O| Aug 06 04:09:53.318 INFO STEP 2 (remove_files) COMPLETE
82792024-08-06T04:09:55.026Z[ host-image] Aug 06 04:09:53.318 INFO O| Aug 06 04:09:53.318 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82802024-08-06T04:09:55.045Z[ host-image] Aug 06 04:09:53.337 INFO O| Aug 06 04:09:53.337 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
82812024-08-06T04:09:55.048Z[ host-image] Aug 06 04:09:53.339 INFO O| Aug 06 04:09:53.339 INFO STEP 3 (remove_files) COMPLETE
82822024-08-06T04:09:55.048Z[ host-image] Aug 06 04:09:53.339 INFO O| Aug 06 04:09:53.339 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82832024-08-06T04:09:55.064Z[ host-image] Aug 06 04:09:53.356 INFO O| Aug 06 04:09:53.356 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
82842024-08-06T04:09:55.068Z[ host-image] Aug 06 04:09:53.360 INFO O| Aug 06 04:09:53.360 INFO STEP 4 (remove_files) COMPLETE
82852024-08-06T04:09:55.068Z[ host-image] Aug 06 04:09:53.360 INFO O| Aug 06 04:09:53.360 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82862024-08-06T04:09:55.081Z[ host-image] Aug 06 04:09:53.373 INFO O| Aug 06 04:09:53.373 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
82872024-08-06T04:09:55.086Z[ host-image] Aug 06 04:09:53.378 INFO O| Aug 06 04:09:53.378 INFO STEP 5 (remove_files) COMPLETE
82882024-08-06T04:09:55.086Z[ host-image] Aug 06 04:09:53.378 INFO O| Aug 06 04:09:53.378 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82892024-08-06T04:09:55.100Z[ host-image] Aug 06 04:09:53.392 INFO O| Aug 06 04:09:53.392 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
82902024-08-06T04:09:55.111Z[ host-image] Aug 06 04:09:53.403 INFO O| Aug 06 04:09:53.403 INFO STEP 6 (remove_files) COMPLETE
82912024-08-06T04:09:55.111Z[ host-image] Aug 06 04:09:53.403 INFO O| Aug 06 04:09:53.403 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82922024-08-06T04:09:55.128Z[ host-image] Aug 06 04:09:53.421 INFO O| Aug 06 04:09:53.421 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
82932024-08-06T04:09:55.141Z[ host-image] Aug 06 04:09:53.433 INFO O| Aug 06 04:09:53.433 INFO STEP 7 (remove_files) COMPLETE
82942024-08-06T04:09:55.144Z[ host-image] Aug 06 04:09:53.433 INFO O| Aug 06 04:09:53.433 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82952024-08-06T04:09:55.153Z[ host-image] Aug 06 04:09:53.446 INFO O| Aug 06 04:09:53.446 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
82962024-08-06T04:09:55.225Z[ host-image] Aug 06 04:09:53.517 INFO O| Aug 06 04:09:53.517 INFO STEP 8 (remove_files) COMPLETE
82972024-08-06T04:09:55.225Z[ host-image] Aug 06 04:09:53.517 INFO O| Aug 06 04:09:53.517 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82982024-08-06T04:09:55.238Z[ host-image] Aug 06 04:09:53.530 INFO O| Aug 06 04:09:53.530 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
82992024-08-06T04:09:55.327Z[ host-image] Aug 06 04:09:53.619 INFO O| Aug 06 04:09:53.619 INFO STEP 9 (remove_files) COMPLETE
83002024-08-06T04:09:55.327Z[ host-image] Aug 06 04:09:53.620 INFO O| Aug 06 04:09:53.619 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83012024-08-06T04:09:55.346Z[ host-image] Aug 06 04:09:53.637 INFO O| Aug 06 04:09:53.637 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83022024-08-06T04:09:55.349Z[ host-image] Aug 06 04:09:53.641 INFO O| Aug 06 04:09:53.641 INFO STEP 10 (remove_files) COMPLETE
83032024-08-06T04:09:55.349Z[ host-image] Aug 06 04:09:53.641 INFO O| Aug 06 04:09:53.641 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83042024-08-06T04:09:55.366Z[ host-image] Aug 06 04:09:53.658 INFO O| Aug 06 04:09:53.658 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83052024-08-06T04:09:55.369Z[ host-image] Aug 06 04:09:53.659 INFO O| Aug 06 04:09:53.659 INFO STEP 11 (remove_files) COMPLETE
83062024-08-06T04:09:55.369Z[ host-image] Aug 06 04:09:53.659 INFO O| Aug 06 04:09:53.659 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83072024-08-06T04:09:55.382Z[ host-image] Aug 06 04:09:53.675 INFO O| Aug 06 04:09:53.674 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83082024-08-06T04:09:55.385Z[ host-image] Aug 06 04:09:53.676 INFO O| Aug 06 04:09:53.676 INFO STEP 12 (remove_files) COMPLETE
83092024-08-06T04:09:55.385Z[ host-image] Aug 06 04:09:53.676 INFO O| Aug 06 04:09:53.676 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83102024-08-06T04:09:55.406Z[ host-image] Aug 06 04:09:53.699 INFO O| Aug 06 04:09:53.698 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83112024-08-06T04:09:55.409Z[ host-image] Aug 06 04:09:53.699 INFO O| Aug 06 04:09:53.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83122024-08-06T04:09:55.409Z[ host-image] Aug 06 04:09:53.699 INFO O| Aug 06 04:09:53.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83132024-08-06T04:09:55.409Z[ host-image] Aug 06 04:09:53.700 INFO O| Aug 06 04:09:53.700 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83142024-08-06T04:09:55.409Z[ host-image] Aug 06 04:09:53.700 INFO O| Aug 06 04:09:53.700 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83152024-08-06T04:09:55.409Z[ host-image] Aug 06 04:09:53.700 INFO O| Aug 06 04:09:53.700 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83162024-08-06T04:09:55.409Z[ host-image] Aug 06 04:09:53.700 INFO O| Aug 06 04:09:53.700 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83172024-08-06T04:09:55.409Z[ host-image] Aug 06 04:09:53.700 INFO O| Aug 06 04:09:53.700 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83182024-08-06T04:09:55.409Z[ host-image] Aug 06 04:09:53.701 INFO O| Aug 06 04:09:53.701 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83192024-08-06T04:09:55.409Z[ host-image] Aug 06 04:09:53.701 INFO O| Aug 06 04:09:53.701 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83202024-08-06T04:09:55.410Z[ host-image] Aug 06 04:09:53.701 INFO O| Aug 06 04:09:53.701 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83212024-08-06T04:09:55.410Z[ host-image] Aug 06 04:09:53.701 INFO O| Aug 06 04:09:53.701 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83222024-08-06T04:09:55.410Z[ host-image] Aug 06 04:09:53.701 INFO O| Aug 06 04:09:53.701 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83232024-08-06T04:09:55.410Z[ host-image] Aug 06 04:09:53.701 INFO O| Aug 06 04:09:53.701 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83242024-08-06T04:09:55.410Z[ host-image] Aug 06 04:09:53.701 INFO O| Aug 06 04:09:53.701 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83252024-08-06T04:09:55.410Z[ host-image] Aug 06 04:09:53.702 INFO O| Aug 06 04:09:53.702 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83262024-08-06T04:09:55.413Z[ host-image] Aug 06 04:09:53.702 INFO O| Aug 06 04:09:53.702 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83272024-08-06T04:09:55.444Z[ host-image] Aug 06 04:09:53.736 INFO O| Aug 06 04:09:53.736 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83282024-08-06T04:09:55.447Z[ host-image] Aug 06 04:09:53.740 INFO O| Aug 06 04:09:53.740 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83292024-08-06T04:09:55.463Z[ host-image] Aug 06 04:09:53.755 INFO O| Aug 06 04:09:53.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83302024-08-06T04:09:55.466Z[ host-image] Aug 06 04:09:53.758 INFO O| Aug 06 04:09:53.758 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83312024-08-06T04:09:55.809Z[ host-image] Aug 06 04:09:54.101 INFO O| Aug 06 04:09:54.101 INFO STEP 13 (remove_files) COMPLETE
83322024-08-06T04:09:55.809Z[ host-image] Aug 06 04:09:54.101 INFO O| Aug 06 04:09:54.101 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83332024-08-06T04:09:55.822Z[ host-image] Aug 06 04:09:54.114 INFO O| Aug 06 04:09:54.114 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
83342024-08-06T04:09:55.825Z[ host-image] Aug 06 04:09:54.115 INFO O| Aug 06 04:09:54.115 INFO STEP 14 (remove_files) COMPLETE
83352024-08-06T04:09:55.825Z[ host-image] Aug 06 04:09:54.116 INFO O| Aug 06 04:09:54.115 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83362024-08-06T04:09:55.835Z[ host-image] Aug 06 04:09:54.127 INFO O| Aug 06 04:09:54.127 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
83372024-08-06T04:09:55.842Z[ host-image] Aug 06 04:09:54.134 INFO O| Aug 06 04:09:54.134 INFO STEP 15 (remove_files) COMPLETE
83382024-08-06T04:09:55.842Z[ host-image] Aug 06 04:09:54.134 INFO O| Aug 06 04:09:54.134 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83392024-08-06T04:09:55.853Z[ host-image] Aug 06 04:09:54.146 INFO O| Aug 06 04:09:54.145 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
83402024-08-06T04:09:55.856Z[ host-image] Aug 06 04:09:54.146 INFO O| Aug 06 04:09:54.146 INFO STEP 16 (remove_files) COMPLETE
83412024-08-06T04:09:55.856Z[ host-image] Aug 06 04:09:54.146 INFO O| Aug 06 04:09:54.146 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83422024-08-06T04:09:55.864Z[ host-image] Aug 06 04:09:54.157 INFO O| Aug 06 04:09:54.157 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
83432024-08-06T04:09:55.867Z[ host-image] Aug 06 04:09:54.158 INFO O| Aug 06 04:09:54.158 INFO STEP 17 (remove_files) COMPLETE
83442024-08-06T04:09:55.867Z[ host-image] Aug 06 04:09:54.158 INFO O| Aug 06 04:09:54.158 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83452024-08-06T04:09:55.876Z[ host-image] Aug 06 04:09:54.169 INFO O| Aug 06 04:09:54.168 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
83462024-08-06T04:09:55.879Z[ host-image] Aug 06 04:09:54.169 INFO O| Aug 06 04:09:54.169 INFO STEP 18 (remove_files) COMPLETE
83472024-08-06T04:09:55.879Z[ host-image] Aug 06 04:09:54.169 INFO O| Aug 06 04:09:54.169 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83482024-08-06T04:09:55.887Z[ host-image] Aug 06 04:09:54.179 INFO O| Aug 06 04:09:54.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
83492024-08-06T04:09:55.887Z[ host-image] Aug 06 04:09:54.179 INFO O| Aug 06 04:09:54.179 INFO STEP 19 (remove_files) COMPLETE
83502024-08-06T04:09:55.887Z[ host-image] Aug 06 04:09:54.180 INFO O| Aug 06 04:09:54.179 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83512024-08-06T04:09:55.898Z[ host-image] Aug 06 04:09:54.190 INFO O| Aug 06 04:09:54.190 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
83522024-08-06T04:09:55.898Z[ host-image] Aug 06 04:09:54.190 INFO O| Aug 06 04:09:54.190 INFO STEP 20 (remove_files) COMPLETE
83532024-08-06T04:09:55.901Z[ host-image] Aug 06 04:09:54.190 INFO O| Aug 06 04:09:54.190 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83542024-08-06T04:09:55.909Z[ host-image] Aug 06 04:09:54.201 INFO O| Aug 06 04:09:54.201 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
83552024-08-06T04:09:55.909Z[ host-image] Aug 06 04:09:54.201 INFO O| Aug 06 04:09:54.201 INFO STEP 21 (remove_files) COMPLETE
83562024-08-06T04:09:55.909Z[ host-image] Aug 06 04:09:54.201 INFO O| Aug 06 04:09:54.201 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83572024-08-06T04:09:55.926Z[ host-image] Aug 06 04:09:54.212 INFO O| Aug 06 04:09:54.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
83582024-08-06T04:09:55.926Z[ host-image] Aug 06 04:09:54.212 INFO O| Aug 06 04:09:54.212 INFO STEP 22 (remove_files) COMPLETE
83592024-08-06T04:09:55.929Z[ host-image] Aug 06 04:09:54.212 INFO O| Aug 06 04:09:54.212 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83602024-08-06T04:09:55.934Z[ host-image] Aug 06 04:09:54.226 INFO O| Aug 06 04:09:54.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
83612024-08-06T04:09:55.934Z[ host-image] Aug 06 04:09:54.226 INFO O| Aug 06 04:09:54.226 INFO STEP 23 (remove_files) COMPLETE
83622024-08-06T04:09:55.934Z[ host-image] Aug 06 04:09:54.226 INFO O| Aug 06 04:09:54.226 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83632024-08-06T04:09:55.947Z[ host-image] Aug 06 04:09:54.239 INFO O| Aug 06 04:09:54.239 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
83642024-08-06T04:09:55.947Z[ host-image] Aug 06 04:09:54.239 INFO O| Aug 06 04:09:54.239 INFO STEP 24 (remove_files) COMPLETE
83652024-08-06T04:09:55.950Z[ host-image] Aug 06 04:09:54.239 INFO O| Aug 06 04:09:54.239 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83662024-08-06T04:09:55.960Z[ host-image] Aug 06 04:09:54.252 INFO O| Aug 06 04:09:54.252 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
83672024-08-06T04:09:55.960Z[ host-image] Aug 06 04:09:54.252 INFO O| Aug 06 04:09:54.252 INFO STEP 25 (remove_files) COMPLETE
83682024-08-06T04:09:55.965Z[ host-image] Aug 06 04:09:54.252 INFO O| Aug 06 04:09:54.252 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83692024-08-06T04:09:55.976Z[ host-image] Aug 06 04:09:54.268 INFO O| Aug 06 04:09:54.268 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
83702024-08-06T04:09:55.976Z[ host-image] Aug 06 04:09:54.268 INFO O| Aug 06 04:09:54.268 INFO STEP 26 (remove_files) COMPLETE
83712024-08-06T04:09:55.979Z[ host-image] Aug 06 04:09:54.268 INFO O| Aug 06 04:09:54.268 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83722024-08-06T04:09:55.992Z[ host-image] Aug 06 04:09:54.284 INFO O| Aug 06 04:09:54.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
83732024-08-06T04:09:55.992Z[ host-image] Aug 06 04:09:54.284 INFO O| Aug 06 04:09:54.284 INFO STEP 27 (remove_files) COMPLETE
83742024-08-06T04:09:55.995Z[ host-image] Aug 06 04:09:54.284 INFO O| Aug 06 04:09:54.284 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83752024-08-06T04:09:56.005Z[ host-image] Aug 06 04:09:54.297 INFO O| Aug 06 04:09:54.297 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
83762024-08-06T04:09:56.005Z[ host-image] Aug 06 04:09:54.297 INFO O| Aug 06 04:09:54.297 INFO STEP 28 (remove_files) COMPLETE
83772024-08-06T04:09:56.008Z[ host-image] Aug 06 04:09:54.297 INFO O| Aug 06 04:09:54.297 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83782024-08-06T04:09:56.018Z[ host-image] Aug 06 04:09:54.310 INFO O| Aug 06 04:09:54.310 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
83792024-08-06T04:09:56.018Z[ host-image] Aug 06 04:09:54.310 INFO O| Aug 06 04:09:54.310 INFO STEP 29 (remove_files) COMPLETE
83802024-08-06T04:09:56.021Z[ host-image] Aug 06 04:09:54.310 INFO O| Aug 06 04:09:54.310 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83812024-08-06T04:09:56.032Z[ host-image] Aug 06 04:09:54.324 INFO O| Aug 06 04:09:54.324 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
83822024-08-06T04:09:56.033Z[ host-image] Aug 06 04:09:54.325 INFO O| Aug 06 04:09:54.325 INFO STEP 30 (remove_files) COMPLETE
83832024-08-06T04:09:56.035Z[ host-image] Aug 06 04:09:54.325 INFO O| Aug 06 04:09:54.325 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83842024-08-06T04:09:56.047Z[ host-image] Aug 06 04:09:54.339 INFO O| Aug 06 04:09:54.339 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
83852024-08-06T04:09:56.047Z[ host-image] Aug 06 04:09:54.339 INFO O| Aug 06 04:09:54.339 INFO STEP 31 (remove_files) COMPLETE
83862024-08-06T04:09:56.050Z[ host-image] Aug 06 04:09:54.339 INFO O| Aug 06 04:09:54.339 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83872024-08-06T04:09:56.058Z[ host-image] Aug 06 04:09:54.350 INFO O| Aug 06 04:09:54.350 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
83882024-08-06T04:09:56.059Z[ host-image] Aug 06 04:09:54.351 INFO O| Aug 06 04:09:54.351 INFO STEP 32 (remove_files) COMPLETE
83892024-08-06T04:09:56.059Z[ host-image] Aug 06 04:09:54.351 INFO O| Aug 06 04:09:54.351 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83902024-08-06T04:09:56.075Z[ host-image] Aug 06 04:09:54.367 INFO O| Aug 06 04:09:54.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
83912024-08-06T04:09:56.075Z[ host-image] Aug 06 04:09:54.367 INFO O| Aug 06 04:09:54.367 INFO STEP 33 (remove_files) COMPLETE
83922024-08-06T04:09:56.078Z[ host-image] Aug 06 04:09:54.367 INFO O| Aug 06 04:09:54.367 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83932024-08-06T04:09:56.092Z[ host-image] Aug 06 04:09:54.384 INFO O| Aug 06 04:09:54.384 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
83942024-08-06T04:09:56.092Z[ host-image] Aug 06 04:09:54.384 INFO O| Aug 06 04:09:54.384 INFO STEP 34 (remove_files) COMPLETE
83952024-08-06T04:09:56.095Z[ host-image] Aug 06 04:09:54.384 INFO O| Aug 06 04:09:54.384 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83962024-08-06T04:09:56.110Z[ host-image] Aug 06 04:09:54.402 INFO O| Aug 06 04:09:54.401 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
83972024-08-06T04:09:56.110Z[ host-image] Aug 06 04:09:54.402 INFO O| Aug 06 04:09:54.402 INFO STEP 35 (remove_files) COMPLETE
83982024-08-06T04:09:56.112Z[ host-image] Aug 06 04:09:54.402 INFO O| Aug 06 04:09:54.402 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83992024-08-06T04:09:56.127Z[ host-image] Aug 06 04:09:54.419 INFO O| Aug 06 04:09:54.419 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84002024-08-06T04:09:56.130Z[ host-image] Aug 06 04:09:54.419 INFO O| Aug 06 04:09:54.419 INFO STEP 36 (remove_files) COMPLETE
84012024-08-06T04:09:56.130Z[ host-image] Aug 06 04:09:54.419 INFO O| Aug 06 04:09:54.419 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84022024-08-06T04:09:56.141Z[ host-image] Aug 06 04:09:54.433 INFO O| Aug 06 04:09:54.433 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84032024-08-06T04:09:56.141Z[ host-image] Aug 06 04:09:54.433 INFO O| Aug 06 04:09:54.433 INFO STEP 37 (remove_files) COMPLETE
84042024-08-06T04:09:56.144Z[ host-image] Aug 06 04:09:54.433 INFO O| Aug 06 04:09:54.433 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84052024-08-06T04:09:56.155Z[ host-image] Aug 06 04:09:54.447 INFO O| Aug 06 04:09:54.447 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84062024-08-06T04:09:56.155Z[ host-image] Aug 06 04:09:54.447 INFO O| Aug 06 04:09:54.447 INFO STEP 38 (remove_files) COMPLETE
84072024-08-06T04:09:56.167Z[ host-image] Aug 06 04:09:54.447 INFO O| Aug 06 04:09:54.447 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84082024-08-06T04:09:56.172Z[ host-image] Aug 06 04:09:54.463 INFO O| Aug 06 04:09:54.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84092024-08-06T04:09:56.172Z[ host-image] Aug 06 04:09:54.463 INFO O| Aug 06 04:09:54.463 INFO STEP 39 (remove_files) COMPLETE
84102024-08-06T04:09:56.172Z[ host-image] Aug 06 04:09:54.463 INFO O| Aug 06 04:09:54.463 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84112024-08-06T04:09:56.186Z[ host-image] Aug 06 04:09:54.478 INFO O| Aug 06 04:09:54.478 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84122024-08-06T04:09:56.186Z[ host-image] Aug 06 04:09:54.478 INFO O| Aug 06 04:09:54.478 INFO STEP 40 (remove_files) COMPLETE
84132024-08-06T04:09:56.189Z[ host-image] Aug 06 04:09:54.478 INFO O| Aug 06 04:09:54.478 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84142024-08-06T04:09:56.203Z[ host-image] Aug 06 04:09:54.495 INFO O| Aug 06 04:09:54.495 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84152024-08-06T04:09:56.203Z[ host-image] Aug 06 04:09:54.495 INFO O| Aug 06 04:09:54.495 INFO STEP 41 (remove_files) COMPLETE
84162024-08-06T04:09:56.206Z[ host-image] Aug 06 04:09:54.495 INFO O| Aug 06 04:09:54.495 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84172024-08-06T04:09:56.218Z[ host-image] Aug 06 04:09:54.509 INFO O| Aug 06 04:09:54.509 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84182024-08-06T04:09:56.218Z[ host-image] Aug 06 04:09:54.509 INFO O| Aug 06 04:09:54.509 INFO STEP 42 (remove_files) COMPLETE
84192024-08-06T04:09:56.221Z[ host-image] Aug 06 04:09:54.509 INFO O| Aug 06 04:09:54.509 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84202024-08-06T04:09:56.232Z[ host-image] Aug 06 04:09:54.524 INFO O| Aug 06 04:09:54.524 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84212024-08-06T04:09:56.232Z[ host-image] Aug 06 04:09:54.525 INFO O| Aug 06 04:09:54.524 INFO STEP 43 (remove_files) COMPLETE
84222024-08-06T04:09:56.233Z[ host-image] Aug 06 04:09:54.525 INFO O| Aug 06 04:09:54.525 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84232024-08-06T04:09:56.249Z[ host-image] Aug 06 04:09:54.540 INFO O| Aug 06 04:09:54.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84242024-08-06T04:09:56.249Z[ host-image] Aug 06 04:09:54.541 INFO O| Aug 06 04:09:54.541 INFO STEP 44 (remove_files) COMPLETE
84252024-08-06T04:09:56.252Z[ host-image] Aug 06 04:09:54.541 INFO O| Aug 06 04:09:54.541 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84262024-08-06T04:09:56.263Z[ host-image] Aug 06 04:09:54.555 INFO O| Aug 06 04:09:54.555 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84272024-08-06T04:09:56.263Z[ host-image] Aug 06 04:09:54.555 INFO O| Aug 06 04:09:54.555 INFO STEP 45 (remove_files) COMPLETE
84282024-08-06T04:09:56.265Z[ host-image] Aug 06 04:09:54.555 INFO O| Aug 06 04:09:54.555 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84292024-08-06T04:09:56.278Z[ host-image] Aug 06 04:09:54.570 INFO O| Aug 06 04:09:54.570 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84302024-08-06T04:09:56.278Z[ host-image] Aug 06 04:09:54.570 INFO O| Aug 06 04:09:54.570 INFO STEP 46 (remove_files) COMPLETE
84312024-08-06T04:09:56.281Z[ host-image] Aug 06 04:09:54.570 INFO O| Aug 06 04:09:54.570 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84322024-08-06T04:09:56.295Z[ host-image] Aug 06 04:09:54.587 INFO O| Aug 06 04:09:54.587 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
84332024-08-06T04:09:56.295Z[ host-image] Aug 06 04:09:54.587 INFO O| Aug 06 04:09:54.587 INFO STEP 47 (remove_files) COMPLETE
84342024-08-06T04:09:56.298Z[ host-image] Aug 06 04:09:54.587 INFO O| Aug 06 04:09:54.587 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84352024-08-06T04:09:56.308Z[ host-image] Aug 06 04:09:54.600 INFO O| Aug 06 04:09:54.600 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
84362024-08-06T04:09:56.308Z[ host-image] Aug 06 04:09:54.600 INFO O| Aug 06 04:09:54.600 INFO STEP 48 (remove_files) COMPLETE
84372024-08-06T04:09:56.308Z[ host-image] Aug 06 04:09:54.600 INFO O| Aug 06 04:09:54.600 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84382024-08-06T04:09:56.320Z[ host-image] Aug 06 04:09:54.612 INFO O| Aug 06 04:09:54.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
84392024-08-06T04:09:56.320Z[ host-image] Aug 06 04:09:54.612 INFO O| Aug 06 04:09:54.612 INFO STEP 49 (remove_files) COMPLETE
84402024-08-06T04:09:56.320Z[ host-image] Aug 06 04:09:54.612 INFO O| Aug 06 04:09:54.612 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84412024-08-06T04:09:56.336Z[ host-image] Aug 06 04:09:54.628 INFO O| Aug 06 04:09:54.628 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
84422024-08-06T04:09:56.336Z[ host-image] Aug 06 04:09:54.628 INFO O| Aug 06 04:09:54.628 INFO STEP 50 (remove_files) COMPLETE
84432024-08-06T04:09:56.339Z[ host-image] Aug 06 04:09:54.628 INFO O| Aug 06 04:09:54.628 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84442024-08-06T04:09:56.354Z[ host-image] Aug 06 04:09:54.646 INFO O| Aug 06 04:09:54.646 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
84452024-08-06T04:09:56.354Z[ host-image] Aug 06 04:09:54.646 INFO O| Aug 06 04:09:54.646 INFO STEP 51 (remove_files) COMPLETE
84462024-08-06T04:09:56.354Z[ host-image] Aug 06 04:09:54.646 INFO O| Aug 06 04:09:54.646 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84472024-08-06T04:09:56.371Z[ host-image] Aug 06 04:09:54.663 INFO O| Aug 06 04:09:54.663 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
84482024-08-06T04:09:56.371Z[ host-image] Aug 06 04:09:54.663 INFO O| Aug 06 04:09:54.663 INFO STEP 52 (remove_files) COMPLETE
84492024-08-06T04:09:56.374Z[ host-image] Aug 06 04:09:54.663 INFO O| Aug 06 04:09:54.663 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84502024-08-06T04:09:56.388Z[ host-image] Aug 06 04:09:54.680 INFO O| Aug 06 04:09:54.680 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
84512024-08-06T04:09:56.388Z[ host-image] Aug 06 04:09:54.680 INFO O| Aug 06 04:09:54.680 INFO STEP 53 (remove_files) COMPLETE
84522024-08-06T04:09:56.391Z[ host-image] Aug 06 04:09:54.680 INFO O| Aug 06 04:09:54.680 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84532024-08-06T04:09:56.406Z[ host-image] Aug 06 04:09:54.698 INFO O| Aug 06 04:09:54.698 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
84542024-08-06T04:09:56.406Z[ host-image] Aug 06 04:09:54.698 INFO O| Aug 06 04:09:54.698 INFO STEP 54 (remove_files) COMPLETE
84552024-08-06T04:09:56.409Z[ host-image] Aug 06 04:09:54.698 INFO O| Aug 06 04:09:54.698 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84562024-08-06T04:09:56.423Z[ host-image] Aug 06 04:09:54.715 INFO O| Aug 06 04:09:54.715 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
84572024-08-06T04:09:56.423Z[ host-image] Aug 06 04:09:54.715 INFO O| Aug 06 04:09:54.715 INFO STEP 55 (remove_files) COMPLETE
84582024-08-06T04:09:56.423Z[ host-image] Aug 06 04:09:54.715 INFO O| Aug 06 04:09:54.715 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84592024-08-06T04:09:56.439Z[ host-image] Aug 06 04:09:54.731 INFO O| Aug 06 04:09:54.730 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
84602024-08-06T04:09:56.439Z[ host-image] Aug 06 04:09:54.731 INFO O| Aug 06 04:09:54.731 INFO STEP 56 (remove_files) COMPLETE
84612024-08-06T04:09:56.441Z[ host-image] Aug 06 04:09:54.731 INFO O| Aug 06 04:09:54.731 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84622024-08-06T04:09:56.452Z[ host-image] Aug 06 04:09:54.744 INFO O| Aug 06 04:09:54.744 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
84632024-08-06T04:09:56.452Z[ host-image] Aug 06 04:09:54.744 INFO O| Aug 06 04:09:54.744 INFO STEP 57 (remove_files) COMPLETE
84642024-08-06T04:09:56.455Z[ host-image] Aug 06 04:09:54.744 INFO O| Aug 06 04:09:54.744 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84652024-08-06T04:09:56.470Z[ host-image] Aug 06 04:09:54.762 INFO O| Aug 06 04:09:54.762 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
84662024-08-06T04:09:56.470Z[ host-image] Aug 06 04:09:54.762 INFO O| Aug 06 04:09:54.762 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
84672024-08-06T04:09:56.472Z[ host-image] Aug 06 04:09:54.762 INFO O| Aug 06 04:09:54.762 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84682024-08-06T04:09:56.472Z[ host-image] Aug 06 04:09:54.762 INFO O| Aug 06 04:09:54.762 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84692024-08-06T04:09:56.472Z[ host-image] Aug 06 04:09:54.762 INFO O| Aug 06 04:09:54.762 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84702024-08-06T04:09:56.473Z[ host-image] Aug 06 04:09:54.762 INFO O| Aug 06 04:09:54.762 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84712024-08-06T04:09:56.473Z[ host-image] Aug 06 04:09:54.762 INFO O| Aug 06 04:09:54.762 INFO ok!
84722024-08-06T04:09:56.473Z[ host-image] Aug 06 04:09:54.762 INFO O| Aug 06 04:09:54.762 INFO STEP 58 (ensure_file) COMPLETE
84732024-08-06T04:09:56.473Z[ host-image] Aug 06 04:09:54.762 INFO O| Aug 06 04:09:54.762 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84742024-08-06T04:09:56.484Z[ host-image] Aug 06 04:09:54.776 INFO O| Aug 06 04:09:54.776 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
84752024-08-06T04:09:56.487Z[ host-image] Aug 06 04:09:54.776 INFO O| Aug 06 04:09:54.776 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
84762024-08-06T04:09:56.487Z[ host-image] Aug 06 04:09:54.776 INFO O| Aug 06 04:09:54.776 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84772024-08-06T04:09:56.487Z[ host-image] Aug 06 04:09:54.776 INFO O| Aug 06 04:09:54.776 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84782024-08-06T04:09:56.487Z[ host-image] Aug 06 04:09:54.776 INFO O| Aug 06 04:09:54.776 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84792024-08-06T04:09:56.487Z[ host-image] Aug 06 04:09:54.776 INFO O| Aug 06 04:09:54.776 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84802024-08-06T04:09:56.488Z[ host-image] Aug 06 04:09:54.776 INFO O| Aug 06 04:09:54.776 INFO ok!
84812024-08-06T04:09:56.488Z[ host-image] Aug 06 04:09:54.776 INFO O| Aug 06 04:09:54.776 INFO STEP 59 (ensure_file) COMPLETE
84822024-08-06T04:09:56.488Z[ host-image] Aug 06 04:09:54.776 INFO O| Aug 06 04:09:54.776 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84832024-08-06T04:09:56.502Z[ host-image] Aug 06 04:09:54.794 INFO O| Aug 06 04:09:54.794 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
84842024-08-06T04:09:56.502Z[ host-image] Aug 06 04:09:54.794 INFO O| Aug 06 04:09:54.794 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
84852024-08-06T04:09:56.505Z[ host-image] Aug 06 04:09:54.794 INFO O| Aug 06 04:09:54.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
84862024-08-06T04:09:56.505Z[ host-image] Aug 06 04:09:54.794 INFO O| Aug 06 04:09:54.794 INFO ok!
84872024-08-06T04:09:56.505Z[ host-image] Aug 06 04:09:54.794 INFO O| Aug 06 04:09:54.794 INFO STEP 60 (ensure_file) COMPLETE
84882024-08-06T04:09:56.505Z[ host-image] Aug 06 04:09:54.794 INFO O| Aug 06 04:09:54.794 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84892024-08-06T04:09:56.521Z[ host-image] Aug 06 04:09:54.812 INFO O| Aug 06 04:09:54.812 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
84902024-08-06T04:09:56.521Z[ host-image] Aug 06 04:09:54.812 INFO O| Aug 06 04:09:54.812 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
84912024-08-06T04:09:56.523Z[ host-image] Aug 06 04:09:54.813 INFO O| Aug 06 04:09:54.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
84922024-08-06T04:09:56.523Z[ host-image] Aug 06 04:09:54.813 INFO O| Aug 06 04:09:54.813 INFO ok!
84932024-08-06T04:09:56.523Z[ host-image] Aug 06 04:09:54.813 INFO O| Aug 06 04:09:54.813 INFO STEP 61 (ensure_file) COMPLETE
84942024-08-06T04:09:56.523Z[ host-image] Aug 06 04:09:54.813 INFO O| Aug 06 04:09:54.813 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-08-06T04:09:56.534Z[ host-image] Aug 06 04:09:54.826 INFO O| Aug 06 04:09:54.826 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
84962024-08-06T04:09:56.534Z[ host-image] Aug 06 04:09:54.826 INFO O| Aug 06 04:09:54.826 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
84972024-08-06T04:09:56.537Z[ host-image] Aug 06 04:09:54.826 INFO O| Aug 06 04:09:54.826 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
84982024-08-06T04:09:56.537Z[ host-image] Aug 06 04:09:54.826 INFO O| Aug 06 04:09:54.826 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
84992024-08-06T04:09:56.537Z[ host-image] Aug 06 04:09:54.826 INFO O| Aug 06 04:09:54.826 INFO ok!
85002024-08-06T04:09:56.537Z[ host-image] Aug 06 04:09:54.826 INFO O| Aug 06 04:09:54.826 INFO STEP 62 (ensure_file) COMPLETE
85012024-08-06T04:09:56.537Z[ host-image] Aug 06 04:09:54.826 INFO O| Aug 06 04:09:54.826 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85022024-08-06T04:09:56.547Z[ host-image] Aug 06 04:09:54.839 INFO O| Aug 06 04:09:54.839 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85032024-08-06T04:09:56.547Z[ host-image] Aug 06 04:09:54.839 INFO O| Aug 06 04:09:54.839 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85042024-08-06T04:09:56.550Z[ host-image] Aug 06 04:09:54.839 INFO O| Aug 06 04:09:54.839 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85052024-08-06T04:09:56.550Z[ host-image] Aug 06 04:09:54.839 INFO O| Aug 06 04:09:54.839 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85062024-08-06T04:09:56.550Z[ host-image] Aug 06 04:09:54.839 INFO O| Aug 06 04:09:54.839 INFO ok!
85072024-08-06T04:09:56.550Z[ host-image] Aug 06 04:09:54.839 INFO O| Aug 06 04:09:54.839 INFO STEP 63 (ensure_file) COMPLETE
85082024-08-06T04:09:56.550Z[ host-image] Aug 06 04:09:54.839 INFO O| Aug 06 04:09:54.839 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85092024-08-06T04:09:56.564Z[ host-image] Aug 06 04:09:54.856 INFO O| Aug 06 04:09:54.856 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme does not exist
85102024-08-06T04:09:56.566Z[ host-image] Aug 06 04:09:54.856 INFO O| Aug 06 04:09:54.856 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme ...
85112024-08-06T04:09:56.566Z[ host-image] Aug 06 04:09:54.856 INFO O| Aug 06 04:09:54.856 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme
85122024-08-06T04:09:56.566Z[ host-image] Aug 06 04:09:54.856 INFO O| Aug 06 04:09:54.856 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme
85132024-08-06T04:09:56.566Z[ host-image] Aug 06 04:09:54.856 INFO O| Aug 06 04:09:54.856 INFO ok!
85142024-08-06T04:09:56.566Z[ host-image] Aug 06 04:09:54.856 INFO O| Aug 06 04:09:54.856 INFO STEP 64 (ensure_file) COMPLETE
85152024-08-06T04:09:56.566Z[ host-image] Aug 06 04:09:54.856 INFO O| Aug 06 04:09:54.856 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-08-06T04:09:56.577Z[ host-image] Aug 06 04:09:54.868 INFO O| Aug 06 04:09:54.868 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85172024-08-06T04:09:56.577Z[ host-image] Aug 06 04:09:54.869 INFO O| Aug 06 04:09:54.868 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85182024-08-06T04:09:56.579Z[ host-image] Aug 06 04:09:54.869 INFO O| Aug 06 04:09:54.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85192024-08-06T04:09:56.579Z[ host-image] Aug 06 04:09:54.869 INFO O| Aug 06 04:09:54.869 INFO ok!
85202024-08-06T04:09:56.579Z[ host-image] Aug 06 04:09:54.869 INFO O| Aug 06 04:09:54.869 INFO STEP 65 (assemble_files) COMPLETE
85212024-08-06T04:09:56.579Z[ host-image] Aug 06 04:09:54.869 INFO O| Aug 06 04:09:54.869 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-08-06T04:09:56.595Z[ host-image] Aug 06 04:09:54.886 INFO O| Aug 06 04:09:54.886 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85232024-08-06T04:09:56.595Z[ host-image] Aug 06 04:09:54.886 INFO O| Aug 06 04:09:54.886 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85242024-08-06T04:09:56.597Z[ host-image] Aug 06 04:09:54.887 INFO O| Aug 06 04:09:54.887 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85252024-08-06T04:09:56.597Z[ host-image] Aug 06 04:09:54.887 INFO O| Aug 06 04:09:54.887 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85262024-08-06T04:09:56.597Z[ host-image] Aug 06 04:09:54.887 INFO O| Aug 06 04:09:54.887 INFO ok!
85272024-08-06T04:09:56.598Z[ host-image] Aug 06 04:09:54.887 INFO O| Aug 06 04:09:54.887 INFO STEP 66 (ensure_file) COMPLETE
85282024-08-06T04:09:56.598Z[ host-image] Aug 06 04:09:54.887 INFO O| Aug 06 04:09:54.887 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85292024-08-06T04:09:56.613Z[ host-image] Aug 06 04:09:54.905 INFO O| Aug 06 04:09:54.905 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85302024-08-06T04:09:56.616Z[ host-image] Aug 06 04:09:54.905 INFO O| Aug 06 04:09:54.905 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85312024-08-06T04:09:56.616Z[ host-image] Aug 06 04:09:54.905 INFO O| Aug 06 04:09:54.905 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85322024-08-06T04:09:56.616Z[ host-image] Aug 06 04:09:54.905 INFO O| Aug 06 04:09:54.905 INFO STEP 67 (ensure_dir) COMPLETE
85332024-08-06T04:09:56.616Z[ host-image] Aug 06 04:09:54.905 INFO O| Aug 06 04:09:54.905 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85342024-08-06T04:09:56.627Z[ host-image] Aug 06 04:09:54.919 INFO O| Aug 06 04:09:54.919 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85352024-08-06T04:09:56.627Z[ host-image] Aug 06 04:09:54.919 INFO O| Aug 06 04:09:54.919 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 ...
85362024-08-06T04:09:56.637Z[ host-image] Aug 06 04:09:54.929 INFO O| Aug 06 04:09:54.929 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
85372024-08-06T04:09:56.637Z[ host-image] Aug 06 04:09:54.929 INFO O| Aug 06 04:09:54.929 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85382024-08-06T04:09:56.639Z[ host-image] Aug 06 04:09:54.929 INFO O| Aug 06 04:09:54.929 INFO ok!
85392024-08-06T04:09:56.639Z[ host-image] Aug 06 04:09:54.929 INFO O| Aug 06 04:09:54.929 INFO STEP 68 (ensure_file) COMPLETE
85402024-08-06T04:09:56.639Z[ host-image] Aug 06 04:09:54.929 INFO O| Aug 06 04:09:54.929 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85412024-08-06T04:09:56.655Z[ host-image] Aug 06 04:09:54.947 INFO O| Aug 06 04:09:54.947 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
85422024-08-06T04:09:56.655Z[ host-image] Aug 06 04:09:54.947 INFO O| Aug 06 04:09:54.947 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 ...
85432024-08-06T04:09:56.659Z[ host-image] Aug 06 04:09:54.948 INFO O| Aug 06 04:09:54.947 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
85442024-08-06T04:09:56.659Z[ host-image] Aug 06 04:09:54.948 INFO O| Aug 06 04:09:54.948 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85452024-08-06T04:09:56.659Z[ host-image] Aug 06 04:09:54.948 INFO O| Aug 06 04:09:54.948 INFO ok!
85462024-08-06T04:09:56.659Z[ host-image] Aug 06 04:09:54.948 INFO O| Aug 06 04:09:54.948 INFO STEP 69 (ensure_file) COMPLETE
85472024-08-06T04:09:56.659Z[ host-image] Aug 06 04:09:54.948 INFO O| Aug 06 04:09:54.948 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85482024-08-06T04:09:56.682Z[ host-image] Aug 06 04:09:54.974 INFO O| Aug 06 04:09:54.974 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
85492024-08-06T04:09:56.682Z[ host-image] Aug 06 04:09:54.974 INFO O| Aug 06 04:09:54.974 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
85502024-08-06T04:09:57.458Z[ recovery-image] Aug 06 04:09:55.750 INFO E| Compiling scroll_derive v0.12.0
85512024-08-06T04:09:59.003Z[ host-image] Aug 06 04:09:57.295 INFO O| Aug 06 04:09:57.295 INFO STEP 70 (pack_tar) COMPLETE
85522024-08-06T04:09:59.003Z[ host-image] Aug 06 04:09:57.295 INFO O| Aug 06 04:09:57.295 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85532024-08-06T04:09:59.006Z[ host-image] Aug 06 04:09:57.295 INFO O| Aug 06 04:09:57.295 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
85542024-08-06T04:09:59.228Z[ host-image] Aug 06 04:09:57.519 INFO O| Aug 06 04:09:57.519 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85552024-08-06T04:09:59.302Z[ host-image] Aug 06 04:09:57.594 INFO O| Aug 06 04:09:57.593 INFO completed processing gimlet/ramdisk-02-trim
85562024-08-06T04:09:59.305Z[ host-image] Aug 06 04:09:57.596 INFO image builder template: zfs...
85572024-08-06T04:09:59.305Z[ host-image] Aug 06 04:09:57.596 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmptRARGf/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "zfs"], pwd: None
85582024-08-06T04:09:59.322Z[ host-image] Aug 06 04:09:57.613 INFO O| Aug 06 04:09:57.613 INFO skip include "stress" because feature "stress" is not enabled
85592024-08-06T04:09:59.374Z[ host-image] Aug 06 04:09:57.666 INFO O| Aug 06 04:09:57.666 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
85602024-08-06T04:09:59.381Z[ host-image] Aug 06 04:09:57.673 INFO O| Aug 06 04:09:57.673 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
85612024-08-06T04:09:59.450Z[ host-image] Aug 06 04:09:57.741 INFO O| Aug 06 04:09:57.741 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
85622024-08-06T04:09:59.510Z[ host-image] Aug 06 04:09:57.801 INFO O| Aug 06 04:09:57.801 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
85632024-08-06T04:09:59.510Z[ host-image] Aug 06 04:09:57.801 INFO O| Aug 06 04:09:57.801 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
85642024-08-06T04:09:59.518Z[ host-image] Aug 06 04:09:57.810 INFO O| Aug 06 04:09:57.809 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
85652024-08-06T04:09:59.594Z[ host-image] Aug 06 04:09:57.885 INFO O| Aug 06 04:09:57.885 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
85662024-08-06T04:09:59.680Z[ host-image] Aug 06 04:09:57.971 INFO O| Aug 06 04:09:57.971 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
85672024-08-06T04:09:59.695Z[ host-image] Aug 06 04:09:57.987 INFO O| Aug 06 04:09:57.987 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85682024-08-06T04:09:59.704Z[ host-image] Aug 06 04:09:57.995 INFO O| Aug 06 04:09:57.995 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
85692024-08-06T04:09:59.704Z[ host-image] Aug 06 04:09:57.995 INFO O| Aug 06 04:09:57.995 INFO no lofi found
85702024-08-06T04:09:59.706Z[ host-image] Aug 06 04:09:57.995 INFO O| Aug 06 04:09:57.995 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
85712024-08-06T04:09:59.706Z[ host-image] Aug 06 04:09:57.995 INFO O| Aug 06 04:09:57.995 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85722024-08-06T04:10:01.007Z[ recovery-image] Aug 06 04:09:59.298 INFO E| Compiling bitstruct_derive v0.1.0
85732024-08-06T04:10:01.719Z[ host-image] Aug 06 04:10:00.010 INFO O| Aug 06 04:10:00.010 INFO lofi device = /dev/dsk/c2t1d0p0
85742024-08-06T04:10:01.719Z[ host-image] Aug 06 04:10:00.010 INFO O| Aug 06 04:10:00.010 INFO pool device = /dev/dsk/c2t1d0p0
85752024-08-06T04:10:01.719Z[ host-image] Aug 06 04:10:00.010 INFO O| Aug 06 04:10:00.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
85762024-08-06T04:10:01.802Z[ host-image] Aug 06 04:10:00.093 INFO O| Aug 06 04:10:00.093 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85772024-08-06T04:10:01.802Z[ host-image] Aug 06 04:10:00.093 INFO O| Aug 06 04:10:00.093 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
85782024-08-06T04:10:01.821Z[ host-image] Aug 06 04:10:00.112 INFO O| Aug 06 04:10:00.112 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
85792024-08-06T04:10:01.883Z[ host-image] Aug 06 04:10:00.174 INFO O| Aug 06 04:10:00.174 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
85802024-08-06T04:10:01.922Z[ host-image] Aug 06 04:10:00.213 INFO O| Aug 06 04:10:00.213 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
85812024-08-06T04:10:01.937Z[ host-image] Aug 06 04:10:00.228 INFO O| Aug 06 04:10:00.228 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
85822024-08-06T04:10:01.948Z[ host-image] Aug 06 04:10:00.239 INFO O| Aug 06 04:10:00.239 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
85832024-08-06T04:10:01.997Z[ host-image] Aug 06 04:10:00.288 INFO O| Aug 06 04:10:00.287 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
85842024-08-06T04:10:01.997Z[ host-image] Aug 06 04:10:00.288 INFO O| Aug 06 04:10:00.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
85852024-08-06T04:10:01.997Z[ host-image] Aug 06 04:10:00.288 INFO O| Aug 06 04:10:00.288 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
85862024-08-06T04:10:02.006Z[ host-image] Aug 06 04:10:00.297 INFO O| Aug 06 04:10:00.297 INFO boot environment UUID: 03608124-c40d-4be3-bcaf-2325c8b5cfb1
85872024-08-06T04:10:02.008Z[ host-image] Aug 06 04:10:00.297 INFO O| Aug 06 04:10:00.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 03608124-c40d-4be3-bcaf-2325c8b5cfb1
85882024-08-06T04:10:02.017Z[ host-image] Aug 06 04:10:00.308 INFO O| Aug 06 04:10:00.308 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
85892024-08-06T04:10:02.028Z[ host-image] Aug 06 04:10:00.319 INFO O| Aug 06 04:10:00.319 INFO STEP 0 (create_be) COMPLETE
85902024-08-06T04:10:02.031Z[ host-image] Aug 06 04:10:00.319 INFO O| Aug 06 04:10:00.319 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85912024-08-06T04:10:02.044Z[ host-image] Aug 06 04:10:00.335 INFO O| Aug 06 04:10:00.335 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
85922024-08-06T04:10:18.245Z[ recovery-image] Aug 06 04:10:16.529 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
85932024-08-06T04:10:21.237Z[ recovery-image] Aug 06 04:10:19.520 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
85942024-08-06T04:10:22.629Z[ host-image] Aug 06 04:10:20.916 INFO O| Aug 06 04:10:20.916 INFO STEP 1 (unpack_tar) COMPLETE
85952024-08-06T04:10:22.629Z[ host-image] Aug 06 04:10:20.916 INFO O| Aug 06 04:10:20.916 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85962024-08-06T04:10:22.641Z[ host-image] Aug 06 04:10:20.928 INFO O| Aug 06 04:10:20.928 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
85972024-08-06T04:10:22.806Z[ host-image] Aug 06 04:10:21.091 INFO O| Aug 06 04:10:21.091 INFO STEP 2 (devfsadm) COMPLETE
85982024-08-06T04:10:22.806Z[ host-image] Aug 06 04:10:21.091 INFO O| Aug 06 04:10:21.091 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85992024-08-06T04:10:22.816Z[ host-image] Aug 06 04:10:21.103 INFO O| Aug 06 04:10:21.103 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86002024-08-06T04:10:22.816Z[ host-image] Aug 06 04:10:21.103 INFO O| Aug 06 04:10:21.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86012024-08-06T04:10:22.819Z[ host-image] Aug 06 04:10:21.103 INFO O| Aug 06 04:10:21.103 INFO STEP 3 (ensure_dir) COMPLETE
86022024-08-06T04:10:22.819Z[ host-image] Aug 06 04:10:21.103 INFO O| Aug 06 04:10:21.103 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86032024-08-06T04:10:22.827Z[ host-image] Aug 06 04:10:21.114 INFO O| Aug 06 04:10:21.114 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86042024-08-06T04:10:22.827Z[ host-image] Aug 06 04:10:21.114 INFO O| Aug 06 04:10:21.114 INFO STEP 4 (ensure_dir) COMPLETE
86052024-08-06T04:10:22.829Z[ host-image] Aug 06 04:10:21.114 INFO O| Aug 06 04:10:21.114 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86062024-08-06T04:10:22.837Z[ host-image] Aug 06 04:10:21.125 INFO O| Aug 06 04:10:21.125 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86072024-08-06T04:10:22.837Z[ host-image] Aug 06 04:10:21.125 INFO O| Aug 06 04:10:21.125 INFO STEP 5 (ensure_dir) COMPLETE
86082024-08-06T04:10:22.840Z[ host-image] Aug 06 04:10:21.125 INFO O| Aug 06 04:10:21.125 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86092024-08-06T04:10:22.848Z[ host-image] Aug 06 04:10:21.136 INFO O| Aug 06 04:10:21.136 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86102024-08-06T04:10:22.851Z[ host-image] Aug 06 04:10:21.136 INFO O| Aug 06 04:10:21.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86112024-08-06T04:10:22.851Z[ host-image] Aug 06 04:10:21.136 INFO O| Aug 06 04:10:21.136 INFO STEP 6 (ensure_dir) COMPLETE
86122024-08-06T04:10:22.851Z[ host-image] Aug 06 04:10:21.136 INFO O| Aug 06 04:10:21.136 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86132024-08-06T04:10:22.862Z[ host-image] Aug 06 04:10:21.149 INFO O| Aug 06 04:10:21.149 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86142024-08-06T04:10:22.862Z[ host-image] Aug 06 04:10:21.149 INFO O| Aug 06 04:10:21.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86152024-08-06T04:10:22.865Z[ host-image] Aug 06 04:10:21.149 INFO O| Aug 06 04:10:21.149 INFO STEP 7 (ensure_dir) COMPLETE
86162024-08-06T04:10:22.865Z[ host-image] Aug 06 04:10:21.149 INFO O| Aug 06 04:10:21.149 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86172024-08-06T04:10:22.873Z[ host-image] Aug 06 04:10:21.160 INFO O| Aug 06 04:10:21.160 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86182024-08-06T04:10:22.875Z[ host-image] Aug 06 04:10:21.161 INFO O| Aug 06 04:10:21.160 INFO STEP 8 (remove_files) COMPLETE
86192024-08-06T04:10:22.875Z[ host-image] Aug 06 04:10:21.161 INFO O| Aug 06 04:10:21.160 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86202024-08-06T04:10:22.884Z[ host-image] Aug 06 04:10:21.172 INFO O| Aug 06 04:10:21.172 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86212024-08-06T04:10:22.887Z[ host-image] Aug 06 04:10:21.173 INFO O| Aug 06 04:10:21.173 INFO STEP 9 (remove_files) COMPLETE
86222024-08-06T04:10:22.887Z[ host-image] Aug 06 04:10:21.173 INFO O| Aug 06 04:10:21.173 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86232024-08-06T04:10:22.898Z[ host-image] Aug 06 04:10:21.186 INFO O| Aug 06 04:10:21.186 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86242024-08-06T04:10:22.901Z[ host-image] Aug 06 04:10:21.187 INFO O| Aug 06 04:10:21.187 INFO STEP 10 (remove_files) COMPLETE
86252024-08-06T04:10:22.901Z[ host-image] Aug 06 04:10:21.187 INFO O| Aug 06 04:10:21.187 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86262024-08-06T04:10:22.912Z[ host-image] Aug 06 04:10:21.200 INFO O| Aug 06 04:10:21.200 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86272024-08-06T04:10:22.912Z[ host-image] Aug 06 04:10:21.200 INFO O| Aug 06 04:10:21.200 INFO STEP 11 (remove_files) COMPLETE
86282024-08-06T04:10:22.916Z[ host-image] Aug 06 04:10:21.200 INFO O| Aug 06 04:10:21.200 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86292024-08-06T04:10:22.923Z[ host-image] Aug 06 04:10:21.211 INFO O| Aug 06 04:10:21.211 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
86302024-08-06T04:10:22.926Z[ host-image] Aug 06 04:10:21.211 INFO O| Aug 06 04:10:21.211 INFO STEP 12 (remove_files) COMPLETE
86312024-08-06T04:10:22.926Z[ host-image] Aug 06 04:10:21.211 INFO O| Aug 06 04:10:21.211 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86322024-08-06T04:10:22.935Z[ host-image] Aug 06 04:10:21.222 INFO O| Aug 06 04:10:21.222 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86332024-08-06T04:10:22.935Z[ host-image] Aug 06 04:10:21.222 INFO O| Aug 06 04:10:21.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86342024-08-06T04:10:22.935Z[ host-image] Aug 06 04:10:21.222 INFO O| Aug 06 04:10:21.222 INFO STEP 13 (ensure_dir) COMPLETE
86352024-08-06T04:10:22.938Z[ host-image] Aug 06 04:10:21.222 INFO O| Aug 06 04:10:21.222 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86362024-08-06T04:10:22.946Z[ host-image] Aug 06 04:10:21.234 INFO O| Aug 06 04:10:21.234 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86372024-08-06T04:10:22.949Z[ host-image] Aug 06 04:10:21.234 INFO O| Aug 06 04:10:21.234 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86382024-08-06T04:10:22.949Z[ host-image] Aug 06 04:10:21.234 INFO O| Aug 06 04:10:21.234 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86392024-08-06T04:10:22.949Z[ host-image] Aug 06 04:10:21.234 INFO O| Aug 06 04:10:21.234 INFO STEP 14 (ensure_dir) COMPLETE
86402024-08-06T04:10:22.949Z[ host-image] Aug 06 04:10:21.234 INFO O| Aug 06 04:10:21.234 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86412024-08-06T04:10:22.958Z[ host-image] Aug 06 04:10:21.245 INFO O| Aug 06 04:10:21.245 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86422024-08-06T04:10:22.961Z[ host-image] Aug 06 04:10:21.245 INFO O| Aug 06 04:10:21.245 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86432024-08-06T04:10:22.961Z[ host-image] Aug 06 04:10:21.245 INFO O| Aug 06 04:10:21.245 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86442024-08-06T04:10:22.961Z[ host-image] Aug 06 04:10:21.245 INFO O| Aug 06 04:10:21.245 INFO STEP 15 (ensure_dir) COMPLETE
86452024-08-06T04:10:22.961Z[ host-image] Aug 06 04:10:21.245 INFO O| Aug 06 04:10:21.245 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86462024-08-06T04:10:22.969Z[ host-image] Aug 06 04:10:21.256 INFO O| Aug 06 04:10:21.256 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86472024-08-06T04:10:22.969Z[ host-image] Aug 06 04:10:21.256 INFO O| Aug 06 04:10:21.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86482024-08-06T04:10:22.973Z[ host-image] Aug 06 04:10:21.256 INFO O| Aug 06 04:10:21.256 INFO STEP 16 (ensure_dir) COMPLETE
86492024-08-06T04:10:22.974Z[ host-image] Aug 06 04:10:21.256 INFO O| Aug 06 04:10:21.256 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86502024-08-06T04:10:22.983Z[ host-image] Aug 06 04:10:21.267 INFO O| Aug 06 04:10:21.267 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86512024-08-06T04:10:22.983Z[ host-image] Aug 06 04:10:21.267 INFO O| Aug 06 04:10:21.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86522024-08-06T04:10:22.983Z[ host-image] Aug 06 04:10:21.268 INFO O| Aug 06 04:10:21.267 INFO STEP 17 (ensure_dir) COMPLETE
86532024-08-06T04:10:22.986Z[ host-image] Aug 06 04:10:21.268 INFO O| Aug 06 04:10:21.268 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86542024-08-06T04:10:22.992Z[ host-image] Aug 06 04:10:21.278 INFO O| Aug 06 04:10:21.278 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
86552024-08-06T04:10:22.992Z[ host-image] Aug 06 04:10:21.278 INFO O| Aug 06 04:10:21.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
86562024-08-06T04:10:22.995Z[ host-image] Aug 06 04:10:21.278 INFO O| Aug 06 04:10:21.278 INFO ok!
86572024-08-06T04:10:22.995Z[ host-image] Aug 06 04:10:21.279 INFO O| Aug 06 04:10:21.278 INFO STEP 18 (ensure_symlink) COMPLETE
86582024-08-06T04:10:22.995Z[ host-image] Aug 06 04:10:21.279 INFO O| Aug 06 04:10:21.278 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86592024-08-06T04:10:23.003Z[ host-image] Aug 06 04:10:21.290 INFO O| Aug 06 04:10:21.290 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
86602024-08-06T04:10:23.003Z[ host-image] Aug 06 04:10:21.290 INFO O| Aug 06 04:10:21.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
86612024-08-06T04:10:23.003Z[ host-image] Aug 06 04:10:21.290 INFO O| Aug 06 04:10:21.290 INFO ok!
86622024-08-06T04:10:23.003Z[ host-image] Aug 06 04:10:21.290 INFO O| Aug 06 04:10:21.290 INFO STEP 19 (ensure_file) COMPLETE
86632024-08-06T04:10:23.006Z[ host-image] Aug 06 04:10:21.290 INFO O| Aug 06 04:10:21.290 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86642024-08-06T04:10:23.014Z[ host-image] Aug 06 04:10:21.302 INFO O| Aug 06 04:10:21.302 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
86652024-08-06T04:10:23.014Z[ host-image] Aug 06 04:10:21.302 INFO O| Aug 06 04:10:21.302 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
86662024-08-06T04:10:23.017Z[ host-image] Aug 06 04:10:21.302 INFO O| Aug 06 04:10:21.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
86672024-08-06T04:10:23.017Z[ host-image] Aug 06 04:10:21.302 INFO O| Aug 06 04:10:21.302 INFO ok!
86682024-08-06T04:10:23.017Z[ host-image] Aug 06 04:10:21.302 INFO O| Aug 06 04:10:21.302 INFO STEP 20 (ensure_symlink) COMPLETE
86692024-08-06T04:10:23.017Z[ host-image] Aug 06 04:10:21.302 INFO O| Aug 06 04:10:21.302 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86702024-08-06T04:10:23.027Z[ host-image] Aug 06 04:10:21.315 INFO O| Aug 06 04:10:21.314 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
86712024-08-06T04:10:23.027Z[ host-image] Aug 06 04:10:21.315 INFO O| Aug 06 04:10:21.315 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
86722024-08-06T04:10:23.030Z[ host-image] Aug 06 04:10:21.315 INFO O| Aug 06 04:10:21.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
86732024-08-06T04:10:23.030Z[ host-image] Aug 06 04:10:21.315 INFO O| Aug 06 04:10:21.315 INFO ok!
86742024-08-06T04:10:23.030Z[ host-image] Aug 06 04:10:21.315 INFO O| Aug 06 04:10:21.315 INFO STEP 21 (ensure_symlink) COMPLETE
86752024-08-06T04:10:23.030Z[ host-image] Aug 06 04:10:21.315 INFO O| Aug 06 04:10:21.315 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86762024-08-06T04:10:23.038Z[ host-image] Aug 06 04:10:21.325 INFO O| Aug 06 04:10:21.325 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
86772024-08-06T04:10:23.041Z[ host-image] Aug 06 04:10:21.325 INFO O| Aug 06 04:10:21.325 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
86782024-08-06T04:10:23.041Z[ host-image] Aug 06 04:10:21.325 INFO O| Aug 06 04:10:21.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
86792024-08-06T04:10:23.041Z[ host-image] Aug 06 04:10:21.325 INFO O| Aug 06 04:10:21.325 INFO ok!
86802024-08-06T04:10:23.041Z[ host-image] Aug 06 04:10:21.325 INFO O| Aug 06 04:10:21.325 INFO STEP 22 (ensure_symlink) COMPLETE
86812024-08-06T04:10:23.041Z[ host-image] Aug 06 04:10:21.325 INFO O| Aug 06 04:10:21.325 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86822024-08-06T04:10:23.049Z[ host-image] Aug 06 04:10:21.336 INFO O| Aug 06 04:10:21.336 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
86832024-08-06T04:10:23.052Z[ host-image] Aug 06 04:10:21.336 INFO O| Aug 06 04:10:21.336 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
86842024-08-06T04:10:23.052Z[ host-image] Aug 06 04:10:21.336 INFO O| Aug 06 04:10:21.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
86852024-08-06T04:10:23.052Z[ host-image] Aug 06 04:10:21.337 INFO O| Aug 06 04:10:21.336 INFO ok!
86862024-08-06T04:10:23.052Z[ host-image] Aug 06 04:10:21.337 INFO O| Aug 06 04:10:21.337 INFO STEP 23 (ensure_symlink) COMPLETE
86872024-08-06T04:10:23.052Z[ host-image] Aug 06 04:10:21.337 INFO O| Aug 06 04:10:21.337 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86882024-08-06T04:10:23.060Z[ host-image] Aug 06 04:10:21.347 INFO O| Aug 06 04:10:21.347 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
86892024-08-06T04:10:23.060Z[ host-image] Aug 06 04:10:21.348 INFO O| Aug 06 04:10:21.348 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
86902024-08-06T04:10:23.063Z[ host-image] Aug 06 04:10:21.348 INFO O| Aug 06 04:10:21.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
86912024-08-06T04:10:23.063Z[ host-image] Aug 06 04:10:21.348 INFO O| Aug 06 04:10:21.348 INFO ok!
86922024-08-06T04:10:23.063Z[ host-image] Aug 06 04:10:21.348 INFO O| Aug 06 04:10:21.348 INFO STEP 24 (ensure_file) COMPLETE
86932024-08-06T04:10:23.063Z[ host-image] Aug 06 04:10:21.348 INFO O| Aug 06 04:10:21.348 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
86942024-08-06T04:10:23.071Z[ host-image] Aug 06 04:10:21.359 INFO O| Aug 06 04:10:21.359 INFO updating shadow file
86952024-08-06T04:10:23.074Z[ host-image] Aug 06 04:10:21.359 INFO O| Aug 06 04:10:21.359 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86962024-08-06T04:10:23.074Z[ host-image] Aug 06 04:10:21.359 INFO O| Aug 06 04:10:21.359 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86972024-08-06T04:10:23.074Z[ host-image] Aug 06 04:10:21.359 INFO O| Aug 06 04:10:21.359 INFO STEP 25 (shadow) COMPLETE
86982024-08-06T04:10:23.074Z[ host-image] Aug 06 04:10:21.359 INFO O| Aug 06 04:10:21.359 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86992024-08-06T04:10:23.083Z[ host-image] Aug 06 04:10:21.370 INFO O| Aug 06 04:10:21.370 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87002024-08-06T04:10:23.083Z[ host-image] Aug 06 04:10:21.370 INFO O| Aug 06 04:10:21.370 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87012024-08-06T04:10:23.086Z[ host-image] Aug 06 04:10:21.370 INFO O| Aug 06 04:10:21.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87022024-08-06T04:10:23.086Z[ host-image] Aug 06 04:10:21.370 INFO O| Aug 06 04:10:21.370 INFO ok!
87032024-08-06T04:10:23.086Z[ host-image] Aug 06 04:10:21.370 INFO O| Aug 06 04:10:21.370 INFO STEP 26 (ensure_file) COMPLETE
87042024-08-06T04:10:23.086Z[ host-image] Aug 06 04:10:21.370 INFO O| Aug 06 04:10:21.370 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87052024-08-06T04:10:23.094Z[ host-image] Aug 06 04:10:21.381 INFO O| Aug 06 04:10:21.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87062024-08-06T04:10:23.097Z[ host-image] Aug 06 04:10:21.382 INFO O| Aug 06 04:10:21.381 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87072024-08-06T04:10:23.097Z[ host-image] Aug 06 04:10:21.382 INFO O| Aug 06 04:10:21.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87082024-08-06T04:10:23.097Z[ host-image] Aug 06 04:10:21.382 INFO O| Aug 06 04:10:21.382 INFO ok!
87092024-08-06T04:10:23.097Z[ host-image] Aug 06 04:10:21.382 INFO O| Aug 06 04:10:21.382 INFO STEP 27 (ensure_file) COMPLETE
87102024-08-06T04:10:23.097Z[ host-image] Aug 06 04:10:21.382 INFO O| Aug 06 04:10:21.382 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87112024-08-06T04:10:23.105Z[ host-image] Aug 06 04:10:21.393 INFO O| Aug 06 04:10:21.393 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87122024-08-06T04:10:23.105Z[ host-image] Aug 06 04:10:21.393 INFO O| Aug 06 04:10:21.393 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87132024-08-06T04:10:23.108Z[ host-image] Aug 06 04:10:21.393 INFO O| Aug 06 04:10:21.393 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87142024-08-06T04:10:23.108Z[ host-image] Aug 06 04:10:21.393 INFO O| Aug 06 04:10:21.393 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87152024-08-06T04:10:23.108Z[ host-image] Aug 06 04:10:21.393 INFO O| Aug 06 04:10:21.393 INFO ok!
87162024-08-06T04:10:23.108Z[ host-image] Aug 06 04:10:21.393 INFO O| Aug 06 04:10:21.393 INFO STEP 28 (ensure_file) COMPLETE
87172024-08-06T04:10:23.108Z[ host-image] Aug 06 04:10:21.393 INFO O| Aug 06 04:10:21.393 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87182024-08-06T04:10:23.116Z[ host-image] Aug 06 04:10:21.403 INFO O| Aug 06 04:10:21.403 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87192024-08-06T04:10:23.119Z[ host-image] Aug 06 04:10:21.404 INFO O| Aug 06 04:10:21.403 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87202024-08-06T04:10:23.119Z[ host-image] Aug 06 04:10:21.404 INFO O| Aug 06 04:10:21.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87212024-08-06T04:10:23.119Z[ host-image] Aug 06 04:10:21.404 INFO O| Aug 06 04:10:21.404 INFO ok!
87222024-08-06T04:10:23.119Z[ host-image] Aug 06 04:10:21.404 INFO O| Aug 06 04:10:21.404 INFO STEP 29 (ensure_file) COMPLETE
87232024-08-06T04:10:23.119Z[ host-image] Aug 06 04:10:21.404 INFO O| Aug 06 04:10:21.404 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87242024-08-06T04:10:23.126Z[ host-image] Aug 06 04:10:21.414 INFO O| Aug 06 04:10:21.414 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87252024-08-06T04:10:23.126Z[ host-image] Aug 06 04:10:21.414 INFO O| Aug 06 04:10:21.414 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87262024-08-06T04:10:23.129Z[ host-image] Aug 06 04:10:21.414 INFO O| Aug 06 04:10:21.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87272024-08-06T04:10:23.129Z[ host-image] Aug 06 04:10:21.414 INFO O| Aug 06 04:10:21.414 INFO ok!
87282024-08-06T04:10:23.129Z[ host-image] Aug 06 04:10:21.414 INFO O| Aug 06 04:10:21.414 INFO STEP 30 (ensure_file) COMPLETE
87292024-08-06T04:10:23.129Z[ host-image] Aug 06 04:10:21.414 INFO O| Aug 06 04:10:21.414 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87302024-08-06T04:10:23.137Z[ host-image] Aug 06 04:10:21.425 INFO O| Aug 06 04:10:21.425 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
87312024-08-06T04:10:23.137Z[ host-image] Aug 06 04:10:21.425 INFO O| Aug 06 04:10:21.425 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
87322024-08-06T04:10:23.140Z[ host-image] Aug 06 04:10:21.425 INFO O| Aug 06 04:10:21.425 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87332024-08-06T04:10:23.140Z[ host-image] Aug 06 04:10:21.425 INFO O| Aug 06 04:10:21.425 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87342024-08-06T04:10:23.140Z[ host-image] Aug 06 04:10:21.425 INFO O| Aug 06 04:10:21.425 INFO ok!
87352024-08-06T04:10:23.140Z[ host-image] Aug 06 04:10:21.425 INFO O| Aug 06 04:10:21.425 INFO STEP 31 (ensure_file) COMPLETE
87362024-08-06T04:10:23.140Z[ host-image] Aug 06 04:10:21.425 INFO O| Aug 06 04:10:21.425 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87372024-08-06T04:10:23.149Z[ host-image] Aug 06 04:10:21.437 INFO O| Aug 06 04:10:21.436 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
87382024-08-06T04:10:23.149Z[ host-image] Aug 06 04:10:21.437 INFO O| Aug 06 04:10:21.437 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
87392024-08-06T04:10:23.152Z[ host-image] Aug 06 04:10:21.437 INFO O| Aug 06 04:10:21.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
87402024-08-06T04:10:23.152Z[ host-image] Aug 06 04:10:21.437 INFO O| Aug 06 04:10:21.437 INFO ok!
87412024-08-06T04:10:23.152Z[ host-image] Aug 06 04:10:21.437 INFO O| Aug 06 04:10:21.437 INFO STEP 32 (ensure_file) COMPLETE
87422024-08-06T04:10:23.152Z[ host-image] Aug 06 04:10:21.437 INFO O| Aug 06 04:10:21.437 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87432024-08-06T04:10:23.161Z[ host-image] Aug 06 04:10:21.448 INFO O| Aug 06 04:10:21.448 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87442024-08-06T04:10:23.161Z[ host-image] Aug 06 04:10:21.448 INFO O| Aug 06 04:10:21.448 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
87452024-08-06T04:10:23.163Z[ host-image] Aug 06 04:10:21.448 INFO O| Aug 06 04:10:21.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
87462024-08-06T04:10:23.163Z[ host-image] Aug 06 04:10:21.448 INFO O| Aug 06 04:10:21.448 INFO ok!
87472024-08-06T04:10:23.163Z[ host-image] Aug 06 04:10:21.448 INFO O| Aug 06 04:10:21.448 INFO STEP 33 (ensure_file) COMPLETE
87482024-08-06T04:10:23.163Z[ host-image] Aug 06 04:10:21.448 INFO O| Aug 06 04:10:21.448 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87492024-08-06T04:10:23.172Z[ host-image] Aug 06 04:10:21.459 INFO O| Aug 06 04:10:21.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
87502024-08-06T04:10:23.175Z[ host-image] Aug 06 04:10:21.459 INFO O| Aug 06 04:10:21.459 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
87512024-08-06T04:10:23.175Z[ host-image] Aug 06 04:10:21.460 INFO O| Aug 06 04:10:21.459 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87522024-08-06T04:10:23.175Z[ host-image] Aug 06 04:10:21.460 INFO O| Aug 06 04:10:21.460 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87532024-08-06T04:10:23.175Z[ host-image] Aug 06 04:10:21.460 INFO O| Aug 06 04:10:21.460 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87542024-08-06T04:10:23.175Z[ host-image] Aug 06 04:10:21.460 INFO O| Aug 06 04:10:21.460 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87552024-08-06T04:10:23.175Z[ host-image] Aug 06 04:10:21.460 INFO O| Aug 06 04:10:21.460 INFO ok!
87562024-08-06T04:10:23.175Z[ host-image] Aug 06 04:10:21.460 INFO O| Aug 06 04:10:21.460 INFO STEP 34 (ensure_file) COMPLETE
87572024-08-06T04:10:23.175Z[ host-image] Aug 06 04:10:21.460 INFO O| Aug 06 04:10:21.460 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87582024-08-06T04:10:23.183Z[ host-image] Aug 06 04:10:21.471 INFO O| Aug 06 04:10:21.471 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87592024-08-06T04:10:23.183Z[ host-image] Aug 06 04:10:21.471 INFO O| Aug 06 04:10:21.471 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87602024-08-06T04:10:23.186Z[ host-image] Aug 06 04:10:21.471 INFO O| Aug 06 04:10:21.471 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87612024-08-06T04:10:23.186Z[ host-image] Aug 06 04:10:21.471 INFO O| Aug 06 04:10:21.471 INFO STEP 35 (ensure_dir) COMPLETE
87622024-08-06T04:10:23.186Z[ host-image] Aug 06 04:10:21.471 INFO O| Aug 06 04:10:21.471 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87632024-08-06T04:10:23.197Z[ host-image] Aug 06 04:10:21.484 INFO O| Aug 06 04:10:21.484 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
87642024-08-06T04:10:23.197Z[ host-image] Aug 06 04:10:21.484 INFO O| Aug 06 04:10:21.484 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 ...
87652024-08-06T04:10:23.200Z[ host-image] Aug 06 04:10:21.485 INFO O| Aug 06 04:10:21.485 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
87662024-08-06T04:10:23.200Z[ host-image] Aug 06 04:10:21.485 INFO O| Aug 06 04:10:21.485 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
87672024-08-06T04:10:23.200Z[ host-image] Aug 06 04:10:21.485 INFO O| Aug 06 04:10:21.485 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
87682024-08-06T04:10:23.200Z[ host-image] Aug 06 04:10:21.485 INFO O| Aug 06 04:10:21.485 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
87692024-08-06T04:10:23.200Z[ host-image] Aug 06 04:10:21.485 INFO O| Aug 06 04:10:21.485 INFO ok!
87702024-08-06T04:10:23.200Z[ host-image] Aug 06 04:10:21.485 INFO O| Aug 06 04:10:21.485 INFO STEP 36 (ensure_file) COMPLETE
87712024-08-06T04:10:23.200Z[ host-image] Aug 06 04:10:21.485 INFO O| Aug 06 04:10:21.485 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87722024-08-06T04:10:23.209Z[ host-image] Aug 06 04:10:21.496 INFO O| Aug 06 04:10:21.496 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
87732024-08-06T04:10:23.209Z[ host-image] Aug 06 04:10:21.496 INFO O| Aug 06 04:10:21.496 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 ...
87742024-08-06T04:10:23.212Z[ host-image] Aug 06 04:10:21.497 INFO O| Aug 06 04:10:21.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87752024-08-06T04:10:23.212Z[ host-image] Aug 06 04:10:21.497 INFO O| Aug 06 04:10:21.497 INFO ok!
87762024-08-06T04:10:23.212Z[ host-image] Aug 06 04:10:21.497 INFO O| Aug 06 04:10:21.497 INFO STEP 37 (ensure_symlink) COMPLETE
87772024-08-06T04:10:23.212Z[ host-image] Aug 06 04:10:21.497 INFO O| Aug 06 04:10:21.497 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87782024-08-06T04:10:23.220Z[ host-image] Aug 06 04:10:21.507 INFO O| Aug 06 04:10:21.507 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
87792024-08-06T04:10:23.220Z[ host-image] Aug 06 04:10:21.507 INFO O| Aug 06 04:10:21.507 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
87802024-08-06T04:10:23.223Z[ host-image] Aug 06 04:10:21.507 INFO O| Aug 06 04:10:21.507 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87812024-08-06T04:10:23.223Z[ host-image] Aug 06 04:10:21.508 INFO O| Aug 06 04:10:21.507 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87822024-08-06T04:10:23.223Z[ host-image] Aug 06 04:10:21.508 INFO O| Aug 06 04:10:21.508 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87832024-08-06T04:10:23.223Z[ host-image] Aug 06 04:10:21.508 INFO O| Aug 06 04:10:21.508 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87842024-08-06T04:10:23.223Z[ host-image] Aug 06 04:10:21.508 INFO O| Aug 06 04:10:21.508 INFO ok!
87852024-08-06T04:10:23.223Z[ host-image] Aug 06 04:10:21.508 INFO O| Aug 06 04:10:21.508 INFO STEP 38 (ensure_file) COMPLETE
87862024-08-06T04:10:23.223Z[ host-image] Aug 06 04:10:21.508 INFO O| Aug 06 04:10:21.508 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87872024-08-06T04:10:23.234Z[ host-image] Aug 06 04:10:21.521 INFO O| Aug 06 04:10:21.521 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
87882024-08-06T04:10:23.237Z[ host-image] Aug 06 04:10:21.521 INFO O| Aug 06 04:10:21.521 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 ...
87892024-08-06T04:10:23.237Z[ host-image] Aug 06 04:10:21.521 INFO O| Aug 06 04:10:21.521 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
87902024-08-06T04:10:23.237Z[ host-image] Aug 06 04:10:21.521 INFO O| Aug 06 04:10:21.521 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
87912024-08-06T04:10:23.237Z[ host-image] Aug 06 04:10:21.521 INFO O| Aug 06 04:10:21.521 INFO ok!
87922024-08-06T04:10:23.237Z[ host-image] Aug 06 04:10:21.522 INFO O| Aug 06 04:10:21.521 INFO STEP 39 (ensure_file) COMPLETE
87932024-08-06T04:10:23.237Z[ host-image] Aug 06 04:10:21.522 INFO O| Aug 06 04:10:21.522 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87942024-08-06T04:10:23.246Z[ host-image] Aug 06 04:10:21.532 INFO O| Aug 06 04:10:21.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
87952024-08-06T04:10:23.249Z[ host-image] Aug 06 04:10:21.532 INFO O| Aug 06 04:10:21.532 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
87962024-08-06T04:10:23.249Z[ host-image] Aug 06 04:10:21.532 INFO O| Aug 06 04:10:21.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
87972024-08-06T04:10:23.249Z[ host-image] Aug 06 04:10:21.532 INFO O| Aug 06 04:10:21.532 INFO ok!
87982024-08-06T04:10:23.249Z[ host-image] Aug 06 04:10:21.532 INFO O| Aug 06 04:10:21.532 INFO STEP 40 (ensure_file) COMPLETE
87992024-08-06T04:10:23.249Z[ host-image] Aug 06 04:10:21.532 INFO O| Aug 06 04:10:21.532 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88002024-08-06T04:10:23.258Z[ host-image] Aug 06 04:10:21.545 INFO O| Aug 06 04:10:21.545 INFO updating shadow file
88012024-08-06T04:10:23.258Z[ host-image] Aug 06 04:10:21.546 INFO O| Aug 06 04:10:21.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88022024-08-06T04:10:23.261Z[ host-image] Aug 06 04:10:21.546 INFO O| Aug 06 04:10:21.546 INFO STEP 41 (shadow) COMPLETE
88032024-08-06T04:10:23.261Z[ host-image] Aug 06 04:10:21.546 INFO O| Aug 06 04:10:21.546 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88042024-08-06T04:10:23.269Z[ host-image] Aug 06 04:10:21.556 INFO O| Aug 06 04:10:21.556 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88052024-08-06T04:10:23.272Z[ host-image] Aug 06 04:10:21.556 INFO O| Aug 06 04:10:21.556 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88062024-08-06T04:10:23.272Z[ host-image] Aug 06 04:10:21.556 INFO O| Aug 06 04:10:21.556 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88072024-08-06T04:10:23.272Z[ host-image] Aug 06 04:10:21.556 INFO O| Aug 06 04:10:21.556 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88082024-08-06T04:10:23.272Z[ host-image] Aug 06 04:10:21.556 INFO O| Aug 06 04:10:21.556 INFO ok!
88092024-08-06T04:10:23.272Z[ host-image] Aug 06 04:10:21.556 INFO O| Aug 06 04:10:21.556 INFO STEP 42 (ensure_file) COMPLETE
88102024-08-06T04:10:23.272Z[ host-image] Aug 06 04:10:21.556 INFO O| Aug 06 04:10:21.556 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88112024-08-06T04:10:23.272Z[ host-image] Aug 06 04:10:21.556 INFO O| Aug 06 04:10:21.556 INFO skip step because feature "mfg" is not enabled
88122024-08-06T04:10:23.272Z[ host-image] Aug 06 04:10:21.556 INFO O| Aug 06 04:10:21.556 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88132024-08-06T04:10:23.272Z[ host-image] Aug 06 04:10:21.556 INFO O| Aug 06 04:10:21.556 INFO skip step because feature "mfg" is not enabled
88142024-08-06T04:10:23.272Z[ host-image] Aug 06 04:10:21.556 INFO O| Aug 06 04:10:21.556 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88152024-08-06T04:10:23.279Z[ host-image] Aug 06 04:10:21.566 INFO O| Aug 06 04:10:21.566 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88162024-08-06T04:10:23.279Z[ host-image] Aug 06 04:10:21.567 INFO O| Aug 06 04:10:21.566 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88172024-08-06T04:10:23.933Z[ host-image] Aug 06 04:10:22.220 INFO O| Aug 06 04:10:22.220 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88182024-08-06T04:10:23.933Z[ host-image] Aug 06 04:10:22.220 INFO O| Aug 06 04:10:22.220 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88192024-08-06T04:10:23.933Z[ host-image] Aug 06 04:10:22.220 INFO O| Aug 06 04:10:22.220 INFO ok!
88202024-08-06T04:10:23.936Z[ host-image] Aug 06 04:10:22.220 INFO O| Aug 06 04:10:22.220 INFO STEP 45 (ensure_file) COMPLETE
88212024-08-06T04:10:23.936Z[ host-image] Aug 06 04:10:22.220 INFO O| Aug 06 04:10:22.220 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88222024-08-06T04:10:23.945Z[ host-image] Aug 06 04:10:22.232 INFO O| Aug 06 04:10:22.232 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88232024-08-06T04:10:23.945Z[ host-image] Aug 06 04:10:22.232 INFO O| Aug 06 04:10:22.232 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88242024-08-06T04:10:23.948Z[ host-image] Aug 06 04:10:22.232 INFO O| Aug 06 04:10:22.232 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88252024-08-06T04:10:23.948Z[ host-image] Aug 06 04:10:22.232 INFO O| Aug 06 04:10:22.232 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88262024-08-06T04:10:23.948Z[ host-image] Aug 06 04:10:22.232 INFO O| Aug 06 04:10:22.232 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88272024-08-06T04:10:23.948Z[ host-image] Aug 06 04:10:22.232 INFO O| Aug 06 04:10:22.232 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88282024-08-06T04:10:23.948Z[ host-image] Aug 06 04:10:22.232 INFO O| Aug 06 04:10:22.232 INFO ok!
88292024-08-06T04:10:23.948Z[ host-image] Aug 06 04:10:22.232 INFO O| Aug 06 04:10:22.232 INFO STEP 46 (ensure_file) COMPLETE
88302024-08-06T04:10:23.948Z[ host-image] Aug 06 04:10:22.232 INFO O| Aug 06 04:10:22.232 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88312024-08-06T04:10:23.956Z[ host-image] Aug 06 04:10:22.244 INFO O| Aug 06 04:10:22.244 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
88322024-08-06T04:10:23.956Z[ host-image] Aug 06 04:10:22.244 INFO O| Aug 06 04:10:22.244 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 ...
88332024-08-06T04:10:23.959Z[ host-image] Aug 06 04:10:22.244 INFO O| Aug 06 04:10:22.244 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
88342024-08-06T04:10:23.959Z[ host-image] Aug 06 04:10:22.244 INFO O| Aug 06 04:10:22.244 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88352024-08-06T04:10:23.959Z[ host-image] Aug 06 04:10:22.244 INFO O| Aug 06 04:10:22.244 INFO ok!
88362024-08-06T04:10:23.959Z[ host-image] Aug 06 04:10:22.244 INFO O| Aug 06 04:10:22.244 INFO STEP 47 (ensure_file) COMPLETE
88372024-08-06T04:10:23.959Z[ host-image] Aug 06 04:10:22.244 INFO O| Aug 06 04:10:22.244 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88382024-08-06T04:10:23.967Z[ host-image] Aug 06 04:10:22.255 INFO O| Aug 06 04:10:22.255 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
88392024-08-06T04:10:23.968Z[ host-image] Aug 06 04:10:22.255 INFO O| Aug 06 04:10:22.255 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
88402024-08-06T04:10:23.968Z[ host-image] Aug 06 04:10:22.255 INFO O| Aug 06 04:10:22.255 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88412024-08-06T04:10:23.970Z[ host-image] Aug 06 04:10:22.255 INFO O| Aug 06 04:10:22.255 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88422024-08-06T04:10:23.971Z[ host-image] Aug 06 04:10:22.255 INFO O| Aug 06 04:10:22.255 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88432024-08-06T04:10:23.971Z[ host-image] Aug 06 04:10:22.255 INFO O| Aug 06 04:10:22.255 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88442024-08-06T04:10:23.971Z[ host-image] Aug 06 04:10:22.255 INFO O| Aug 06 04:10:22.255 INFO ok!
88452024-08-06T04:10:23.971Z[ host-image] Aug 06 04:10:22.255 INFO O| Aug 06 04:10:22.255 INFO STEP 48 (ensure_file) COMPLETE
88462024-08-06T04:10:23.971Z[ host-image] Aug 06 04:10:22.255 INFO O| Aug 06 04:10:22.255 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88472024-08-06T04:10:23.979Z[ host-image] Aug 06 04:10:22.266 INFO O| Aug 06 04:10:22.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
88482024-08-06T04:10:23.979Z[ host-image] Aug 06 04:10:22.266 INFO O| Aug 06 04:10:22.266 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 ...
88492024-08-06T04:10:23.981Z[ host-image] Aug 06 04:10:22.266 INFO O| Aug 06 04:10:22.266 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
88502024-08-06T04:10:23.981Z[ host-image] Aug 06 04:10:22.266 INFO O| Aug 06 04:10:22.266 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
88512024-08-06T04:10:23.981Z[ host-image] Aug 06 04:10:22.266 INFO O| Aug 06 04:10:22.266 INFO ok!
88522024-08-06T04:10:23.981Z[ host-image] Aug 06 04:10:22.266 INFO O| Aug 06 04:10:22.266 INFO STEP 49 (ensure_file) COMPLETE
88532024-08-06T04:10:23.981Z[ host-image] Aug 06 04:10:22.266 INFO O| Aug 06 04:10:22.266 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88542024-08-06T04:10:23.993Z[ host-image] Aug 06 04:10:22.280 INFO O| Aug 06 04:10:22.280 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
88552024-08-06T04:10:23.993Z[ host-image] Aug 06 04:10:22.280 INFO O| Aug 06 04:10:22.280 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
88562024-08-06T04:10:23.993Z[ host-image] Aug 06 04:10:22.280 INFO O| Aug 06 04:10:22.280 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88572024-08-06T04:10:23.996Z[ host-image] Aug 06 04:10:22.280 INFO O| Aug 06 04:10:22.280 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88582024-08-06T04:10:23.996Z[ host-image] Aug 06 04:10:22.280 INFO O| Aug 06 04:10:22.280 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88592024-08-06T04:10:23.996Z[ host-image] Aug 06 04:10:22.280 INFO O| Aug 06 04:10:22.280 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88602024-08-06T04:10:23.996Z[ host-image] Aug 06 04:10:22.280 INFO O| Aug 06 04:10:22.280 INFO ok!
88612024-08-06T04:10:23.996Z[ host-image] Aug 06 04:10:22.280 INFO O| Aug 06 04:10:22.280 INFO STEP 50 (ensure_file) COMPLETE
88622024-08-06T04:10:23.996Z[ host-image] Aug 06 04:10:22.281 INFO O| Aug 06 04:10:22.280 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88632024-08-06T04:10:24.006Z[ host-image] Aug 06 04:10:22.293 INFO O| Aug 06 04:10:22.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
88642024-08-06T04:10:24.006Z[ host-image] Aug 06 04:10:22.293 INFO O| Aug 06 04:10:22.293 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 ...
88652024-08-06T04:10:24.006Z[ host-image] Aug 06 04:10:22.293 INFO O| Aug 06 04:10:22.293 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
88662024-08-06T04:10:24.009Z[ host-image] Aug 06 04:10:22.293 INFO O| Aug 06 04:10:22.293 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
88672024-08-06T04:10:24.009Z[ host-image] Aug 06 04:10:22.293 INFO O| Aug 06 04:10:22.293 INFO ok!
88682024-08-06T04:10:24.009Z[ host-image] Aug 06 04:10:22.293 INFO O| Aug 06 04:10:22.293 INFO STEP 51 (ensure_file) COMPLETE
88692024-08-06T04:10:24.009Z[ host-image] Aug 06 04:10:22.294 INFO O| Aug 06 04:10:22.293 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88702024-08-06T04:10:24.017Z[ host-image] Aug 06 04:10:22.305 INFO O| Aug 06 04:10:22.305 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
88712024-08-06T04:10:24.020Z[ host-image] Aug 06 04:10:22.305 INFO O| Aug 06 04:10:22.305 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 ...
88722024-08-06T04:10:24.020Z[ host-image] Aug 06 04:10:22.305 INFO O| Aug 06 04:10:22.305 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
88732024-08-06T04:10:24.020Z[ host-image] Aug 06 04:10:22.305 INFO O| Aug 06 04:10:22.305 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
88742024-08-06T04:10:24.020Z[ host-image] Aug 06 04:10:22.305 INFO O| Aug 06 04:10:22.305 INFO ok!
88752024-08-06T04:10:24.020Z[ host-image] Aug 06 04:10:22.305 INFO O| Aug 06 04:10:22.305 INFO STEP 52 (ensure_file) COMPLETE
88762024-08-06T04:10:24.020Z[ host-image] Aug 06 04:10:22.305 INFO O| Aug 06 04:10:22.305 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88772024-08-06T04:10:24.028Z[ host-image] Aug 06 04:10:22.316 INFO O| Aug 06 04:10:22.316 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
88782024-08-06T04:10:24.028Z[ host-image] Aug 06 04:10:22.316 INFO O| Aug 06 04:10:22.316 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 ...
88792024-08-06T04:10:24.031Z[ host-image] Aug 06 04:10:22.316 INFO O| Aug 06 04:10:22.316 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
88802024-08-06T04:10:24.031Z[ host-image] Aug 06 04:10:22.316 INFO O| Aug 06 04:10:22.316 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
88812024-08-06T04:10:24.031Z[ host-image] Aug 06 04:10:22.316 INFO O| Aug 06 04:10:22.316 INFO ok!
88822024-08-06T04:10:24.031Z[ host-image] Aug 06 04:10:22.316 INFO O| Aug 06 04:10:22.316 INFO STEP 53 (ensure_file) COMPLETE
88832024-08-06T04:10:24.031Z[ host-image] Aug 06 04:10:22.316 INFO O| Aug 06 04:10:22.316 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88842024-08-06T04:10:24.039Z[ host-image] Aug 06 04:10:22.326 INFO O| Aug 06 04:10:22.326 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
88852024-08-06T04:10:24.039Z[ host-image] Aug 06 04:10:22.326 INFO O| Aug 06 04:10:22.326 INFO STEP 54 (ensure_dir) COMPLETE
88862024-08-06T04:10:24.042Z[ host-image] Aug 06 04:10:22.326 INFO O| Aug 06 04:10:22.326 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88872024-08-06T04:10:24.049Z[ host-image] Aug 06 04:10:22.337 INFO O| Aug 06 04:10:22.337 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88882024-08-06T04:10:24.049Z[ host-image] Aug 06 04:10:22.337 INFO O| Aug 06 04:10:22.337 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88892024-08-06T04:10:24.052Z[ host-image] Aug 06 04:10:22.337 INFO O| Aug 06 04:10:22.337 INFO STEP 55 (ensure_dir) COMPLETE
88902024-08-06T04:10:24.052Z[ host-image] Aug 06 04:10:22.337 INFO O| Aug 06 04:10:22.337 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88912024-08-06T04:10:24.060Z[ host-image] Aug 06 04:10:22.347 INFO O| Aug 06 04:10:22.347 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
88922024-08-06T04:10:24.060Z[ host-image] Aug 06 04:10:22.347 INFO O| Aug 06 04:10:22.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
88932024-08-06T04:10:24.065Z[ host-image] Aug 06 04:10:22.347 INFO O| Aug 06 04:10:22.347 INFO STEP 56 (ensure_dir) COMPLETE
88942024-08-06T04:10:24.065Z[ host-image] Aug 06 04:10:22.347 INFO O| Aug 06 04:10:22.347 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88952024-08-06T04:10:24.071Z[ host-image] Aug 06 04:10:22.358 INFO O| Aug 06 04:10:22.358 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
88962024-08-06T04:10:24.071Z[ host-image] Aug 06 04:10:22.358 INFO O| Aug 06 04:10:22.358 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
88972024-08-06T04:10:24.084Z[ host-image] Aug 06 04:10:22.372 INFO O| Aug 06 04:10:22.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
88982024-08-06T04:10:24.084Z[ host-image] Aug 06 04:10:22.372 INFO O| Aug 06 04:10:22.372 INFO ok!
88992024-08-06T04:10:24.085Z[ host-image] Aug 06 04:10:22.372 INFO O| Aug 06 04:10:22.372 INFO STEP 57 (ensure_file) COMPLETE
89002024-08-06T04:10:24.087Z[ host-image] Aug 06 04:10:22.372 INFO O| Aug 06 04:10:22.372 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89012024-08-06T04:10:24.096Z[ host-image] Aug 06 04:10:22.384 INFO O| Aug 06 04:10:22.384 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89022024-08-06T04:10:24.100Z[ host-image] Aug 06 04:10:22.384 INFO O| Aug 06 04:10:22.384 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89032024-08-06T04:10:25.203Z[ host-image] Aug 06 04:10:23.490 INFO O| Aug 06 04:10:23.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89042024-08-06T04:10:25.203Z[ host-image] Aug 06 04:10:23.490 INFO O| Aug 06 04:10:23.490 INFO ok!
89052024-08-06T04:10:25.206Z[ host-image] Aug 06 04:10:23.490 INFO O| Aug 06 04:10:23.490 INFO STEP 58 (ensure_file) COMPLETE
89062024-08-06T04:10:25.206Z[ host-image] Aug 06 04:10:23.490 INFO O| Aug 06 04:10:23.490 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89072024-08-06T04:10:25.216Z[ host-image] Aug 06 04:10:23.504 INFO O| Aug 06 04:10:23.503 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89082024-08-06T04:10:25.217Z[ host-image] Aug 06 04:10:23.504 INFO O| Aug 06 04:10:23.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89092024-08-06T04:10:25.217Z[ host-image] Aug 06 04:10:23.504 INFO O| Aug 06 04:10:23.504 INFO STEP 59 (ensure_dir) COMPLETE
89102024-08-06T04:10:25.219Z[ host-image] Aug 06 04:10:23.504 INFO O| Aug 06 04:10:23.504 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89112024-08-06T04:10:25.229Z[ host-image] Aug 06 04:10:23.516 INFO O| Aug 06 04:10:23.516 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89122024-08-06T04:10:25.229Z[ host-image] Aug 06 04:10:23.516 INFO O| Aug 06 04:10:23.516 INFO copying /tmp/.tmptRARGf/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 ...
89132024-08-06T04:10:25.229Z[ host-image] Aug 06 04:10:23.516 INFO O| Aug 06 04:10:23.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89142024-08-06T04:10:25.229Z[ host-image] Aug 06 04:10:23.516 INFO O| Aug 06 04:10:23.516 INFO ok!
89152024-08-06T04:10:25.232Z[ host-image] Aug 06 04:10:23.516 INFO O| Aug 06 04:10:23.516 INFO STEP 60 (ensure_file) COMPLETE
89162024-08-06T04:10:25.232Z[ host-image] Aug 06 04:10:23.516 INFO O| Aug 06 04:10:23.516 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89172024-08-06T04:10:25.240Z[ host-image] Aug 06 04:10:23.528 INFO O| Aug 06 04:10:23.528 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89182024-08-06T04:10:25.241Z[ host-image] Aug 06 04:10:23.528 INFO O| Aug 06 04:10:23.528 INFO copying /tmp/.tmptRARGf/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 ...
89192024-08-06T04:10:25.243Z[ host-image] Aug 06 04:10:23.528 INFO O| Aug 06 04:10:23.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89202024-08-06T04:10:25.243Z[ host-image] Aug 06 04:10:23.528 INFO O| Aug 06 04:10:23.528 INFO ok!
89212024-08-06T04:10:25.244Z[ host-image] Aug 06 04:10:23.528 INFO O| Aug 06 04:10:23.528 INFO STEP 61 (ensure_file) COMPLETE
89222024-08-06T04:10:25.244Z[ host-image] Aug 06 04:10:23.528 INFO O| Aug 06 04:10:23.528 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89232024-08-06T04:10:25.254Z[ host-image] Aug 06 04:10:23.541 INFO O| Aug 06 04:10:23.541 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89242024-08-06T04:10:25.254Z[ host-image] Aug 06 04:10:23.541 INFO O| Aug 06 04:10:23.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89252024-08-06T04:10:25.257Z[ host-image] Aug 06 04:10:23.541 INFO O| Aug 06 04:10:23.541 INFO STEP 62 (ensure_dir) COMPLETE
89262024-08-06T04:10:25.257Z[ host-image] Aug 06 04:10:23.541 INFO O| Aug 06 04:10:23.541 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89272024-08-06T04:10:25.266Z[ host-image] Aug 06 04:10:23.554 INFO O| Aug 06 04:10:23.554 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89282024-08-06T04:10:25.269Z[ host-image] Aug 06 04:10:23.554 INFO O| Aug 06 04:10:23.554 INFO copying /tmp/.tmptRARGf/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 ...
89292024-08-06T04:10:25.269Z[ host-image] Aug 06 04:10:23.554 INFO O| Aug 06 04:10:23.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89302024-08-06T04:10:25.269Z[ host-image] Aug 06 04:10:23.554 INFO O| Aug 06 04:10:23.554 INFO ok!
89312024-08-06T04:10:25.269Z[ host-image] Aug 06 04:10:23.554 INFO O| Aug 06 04:10:23.554 INFO STEP 63 (ensure_file) COMPLETE
89322024-08-06T04:10:25.269Z[ host-image] Aug 06 04:10:23.554 INFO O| Aug 06 04:10:23.554 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89332024-08-06T04:10:25.278Z[ host-image] Aug 06 04:10:23.565 INFO O| Aug 06 04:10:23.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
89342024-08-06T04:10:25.278Z[ host-image] Aug 06 04:10:23.565 INFO O| Aug 06 04:10:23.565 INFO copying /tmp/.tmptRARGf/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 ...
89352024-08-06T04:10:25.278Z[ host-image] Aug 06 04:10:23.565 INFO O| Aug 06 04:10:23.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
89362024-08-06T04:10:25.281Z[ host-image] Aug 06 04:10:23.565 INFO O| Aug 06 04:10:23.565 INFO ok!
89372024-08-06T04:10:25.281Z[ host-image] Aug 06 04:10:23.565 INFO O| Aug 06 04:10:23.565 INFO STEP 64 (ensure_file) COMPLETE
89382024-08-06T04:10:25.281Z[ host-image] Aug 06 04:10:23.565 INFO O| Aug 06 04:10:23.565 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89392024-08-06T04:10:25.289Z[ host-image] Aug 06 04:10:23.577 INFO O| Aug 06 04:10:23.577 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89402024-08-06T04:10:25.289Z[ host-image] Aug 06 04:10:23.577 INFO O| Aug 06 04:10:23.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89412024-08-06T04:10:25.289Z[ host-image] Aug 06 04:10:23.577 INFO O| Aug 06 04:10:23.577 INFO STEP 65 (ensure_dir) COMPLETE
89422024-08-06T04:10:25.292Z[ host-image] Aug 06 04:10:23.577 INFO O| Aug 06 04:10:23.577 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89432024-08-06T04:10:25.300Z[ host-image] Aug 06 04:10:23.587 INFO O| Aug 06 04:10:23.587 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
89442024-08-06T04:10:25.300Z[ host-image] Aug 06 04:10:23.587 INFO O| Aug 06 04:10:23.587 INFO copying /tmp/.tmptRARGf/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 ...
89452024-08-06T04:10:25.300Z[ host-image] Aug 06 04:10:23.588 INFO O| Aug 06 04:10:23.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
89462024-08-06T04:10:25.303Z[ host-image] Aug 06 04:10:23.588 INFO O| Aug 06 04:10:23.588 INFO ok!
89472024-08-06T04:10:25.303Z[ host-image] Aug 06 04:10:23.588 INFO O| Aug 06 04:10:23.588 INFO STEP 66 (ensure_file) COMPLETE
89482024-08-06T04:10:25.303Z[ host-image] Aug 06 04:10:23.588 INFO O| Aug 06 04:10:23.588 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89492024-08-06T04:10:25.312Z[ host-image] Aug 06 04:10:23.599 INFO O| Aug 06 04:10:23.599 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
89502024-08-06T04:10:25.315Z[ host-image] Aug 06 04:10:23.599 INFO O| Aug 06 04:10:23.599 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
89512024-08-06T04:10:25.315Z[ host-image] Aug 06 04:10:23.599 INFO O| Aug 06 04:10:23.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
89522024-08-06T04:10:25.315Z[ host-image] Aug 06 04:10:23.599 INFO O| Aug 06 04:10:23.599 INFO ok!
89532024-08-06T04:10:25.315Z[ host-image] Aug 06 04:10:23.599 INFO O| Aug 06 04:10:23.599 INFO STEP 67 (ensure_file) COMPLETE
89542024-08-06T04:10:25.315Z[ host-image] Aug 06 04:10:23.599 INFO O| Aug 06 04:10:23.599 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89552024-08-06T04:10:25.323Z[ host-image] Aug 06 04:10:23.610 INFO O| Aug 06 04:10:23.610 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89562024-08-06T04:10:25.331Z[ host-image] Aug 06 04:10:23.611 INFO O| Aug 06 04:10:23.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89572024-08-06T04:10:25.331Z[ host-image] Aug 06 04:10:23.611 INFO O| Aug 06 04:10:23.611 INFO STEP 68 (ensure_dir) COMPLETE
89582024-08-06T04:10:25.331Z[ host-image] Aug 06 04:10:23.611 INFO O| Aug 06 04:10:23.611 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89592024-08-06T04:10:25.335Z[ host-image] Aug 06 04:10:23.621 INFO O| Aug 06 04:10:23.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
89602024-08-06T04:10:25.335Z[ host-image] Aug 06 04:10:23.621 INFO O| Aug 06 04:10:23.621 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
89612024-08-06T04:10:25.789Z[ recovery-image] Aug 06 04:10:24.075 INFO E| Compiling bitflags v1.3.2
89622024-08-06T04:10:25.789Z[ recovery-image] Aug 06 04:10:24.075 INFO E| Compiling bit_field v0.10.2
89632024-08-06T04:10:25.789Z[ recovery-image] Aug 06 04:10:24.076 INFO E| Compiling log v0.4.21
89642024-08-06T04:10:25.789Z[ recovery-image] Aug 06 04:10:24.076 INFO E| Compiling adler v1.0.2
89652024-08-06T04:10:25.789Z[ recovery-image] Aug 06 04:10:24.076 INFO E| Compiling scroll v0.12.0
89662024-08-06T04:10:25.789Z[ recovery-image] Aug 06 04:10:24.076 INFO E| Compiling plain v0.2.3
89672024-08-06T04:10:25.789Z[ recovery-image] Aug 06 04:10:24.076 INFO E| Compiling bitstruct v0.1.1
89682024-08-06T04:10:25.937Z[ recovery-image] Aug 06 04:10:24.224 INFO E| Compiling raw-cpuid v10.7.0
89692024-08-06T04:10:25.953Z[ recovery-image] Aug 06 04:10:24.240 INFO E| Compiling cpio_reader v0.1.1
89702024-08-06T04:10:26.009Z[ recovery-image] Aug 06 04:10:24.296 INFO E| Compiling miniz_oxide v0.7.2
89712024-08-06T04:10:26.028Z[ host-image] Aug 06 04:10:24.315 INFO O| Aug 06 04:10:24.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
89722024-08-06T04:10:26.028Z[ host-image] Aug 06 04:10:24.315 INFO O| Aug 06 04:10:24.315 INFO ok!
89732024-08-06T04:10:26.028Z[ host-image] Aug 06 04:10:24.315 INFO O| Aug 06 04:10:24.315 INFO STEP 69 (ensure_file) COMPLETE
89742024-08-06T04:10:26.028Z[ host-image] Aug 06 04:10:24.315 INFO O| Aug 06 04:10:24.315 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89752024-08-06T04:10:26.075Z[ host-image] Aug 06 04:10:24.362 INFO O| Aug 06 04:10:24.362 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
89762024-08-06T04:10:26.075Z[ host-image] Aug 06 04:10:24.362 INFO O| Aug 06 04:10:24.362 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
89772024-08-06T04:10:26.096Z[ recovery-image] Aug 06 04:10:24.383 INFO E| Compiling static_assertions v1.1.0
89782024-08-06T04:10:27.056Z[ recovery-image] Aug 06 04:10:25.342 INFO E| Compiling goblin v0.8.0
89792024-08-06T04:10:27.900Z[ host-image] Aug 06 04:10:26.186 INFO O| Aug 06 04:10:26.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
89802024-08-06T04:10:27.900Z[ host-image] Aug 06 04:10:26.186 INFO O| Aug 06 04:10:26.186 INFO ok!
89812024-08-06T04:10:27.903Z[ host-image] Aug 06 04:10:26.186 INFO O| Aug 06 04:10:26.186 INFO STEP 70 (ensure_file) COMPLETE
89822024-08-06T04:10:27.903Z[ host-image] Aug 06 04:10:26.186 INFO O| Aug 06 04:10:26.186 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89832024-08-06T04:10:27.917Z[ host-image] Aug 06 04:10:26.204 INFO O| Aug 06 04:10:26.204 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89842024-08-06T04:10:27.917Z[ host-image] Aug 06 04:10:26.204 INFO O| Aug 06 04:10:26.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89852024-08-06T04:10:27.920Z[ host-image] Aug 06 04:10:26.204 INFO O| Aug 06 04:10:26.204 INFO STEP 71 (ensure_dir) COMPLETE
89862024-08-06T04:10:27.920Z[ host-image] Aug 06 04:10:26.204 INFO O| Aug 06 04:10:26.204 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89872024-08-06T04:10:27.936Z[ host-image] Aug 06 04:10:26.223 INFO O| Aug 06 04:10:26.223 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
89882024-08-06T04:10:27.936Z[ host-image] Aug 06 04:10:26.223 INFO O| Aug 06 04:10:26.223 INFO copying /tmp/.tmptRARGf/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 ...
89892024-08-06T04:10:27.941Z[ host-image] Aug 06 04:10:26.223 INFO O| Aug 06 04:10:26.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
89902024-08-06T04:10:27.941Z[ host-image] Aug 06 04:10:26.223 INFO O| Aug 06 04:10:26.223 INFO ok!
89912024-08-06T04:10:27.941Z[ host-image] Aug 06 04:10:26.223 INFO O| Aug 06 04:10:26.223 INFO STEP 72 (ensure_file) COMPLETE
89922024-08-06T04:10:27.941Z[ host-image] Aug 06 04:10:26.224 INFO O| Aug 06 04:10:26.223 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89932024-08-06T04:10:27.953Z[ host-image] Aug 06 04:10:26.240 INFO O| Aug 06 04:10:26.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
89942024-08-06T04:10:27.953Z[ host-image] Aug 06 04:10:26.240 INFO O| Aug 06 04:10:26.240 INFO copying /tmp/.tmptRARGf/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 ...
89952024-08-06T04:10:27.956Z[ host-image] Aug 06 04:10:26.240 INFO O| Aug 06 04:10:26.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
89962024-08-06T04:10:27.956Z[ host-image] Aug 06 04:10:26.240 INFO O| Aug 06 04:10:26.240 INFO ok!
89972024-08-06T04:10:27.956Z[ host-image] Aug 06 04:10:26.240 INFO O| Aug 06 04:10:26.240 INFO STEP 73 (ensure_file) COMPLETE
89982024-08-06T04:10:27.956Z[ host-image] Aug 06 04:10:26.240 INFO O| Aug 06 04:10:26.240 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89992024-08-06T04:10:27.973Z[ host-image] Aug 06 04:10:26.259 INFO O| Aug 06 04:10:26.259 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90002024-08-06T04:10:27.973Z[ host-image] Aug 06 04:10:26.259 INFO O| Aug 06 04:10:26.259 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90012024-08-06T04:10:27.976Z[ host-image] Aug 06 04:10:26.260 INFO O| Aug 06 04:10:26.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90022024-08-06T04:10:27.976Z[ host-image] Aug 06 04:10:26.260 INFO O| Aug 06 04:10:26.260 INFO ok!
90032024-08-06T04:10:27.976Z[ host-image] Aug 06 04:10:26.260 INFO O| Aug 06 04:10:26.260 INFO STEP 74 (ensure_file) COMPLETE
90042024-08-06T04:10:27.976Z[ host-image] Aug 06 04:10:26.260 INFO O| Aug 06 04:10:26.260 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90052024-08-06T04:10:27.993Z[ host-image] Aug 06 04:10:26.279 INFO O| Aug 06 04:10:26.279 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90062024-08-06T04:10:27.993Z[ host-image] Aug 06 04:10:26.279 INFO O| Aug 06 04:10:26.279 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90072024-08-06T04:10:27.996Z[ host-image] Aug 06 04:10:26.279 INFO O| Aug 06 04:10:26.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90082024-08-06T04:10:27.996Z[ host-image] Aug 06 04:10:26.279 INFO O| Aug 06 04:10:26.279 INFO ok!
90092024-08-06T04:10:27.996Z[ host-image] Aug 06 04:10:26.280 INFO O| Aug 06 04:10:26.279 INFO STEP 75 (ensure_file) COMPLETE
90102024-08-06T04:10:27.996Z[ host-image] Aug 06 04:10:26.280 INFO O| Aug 06 04:10:26.280 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90112024-08-06T04:10:28.011Z[ host-image] Aug 06 04:10:26.298 INFO O| Aug 06 04:10:26.298 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90122024-08-06T04:10:28.011Z[ host-image] Aug 06 04:10:26.298 INFO O| Aug 06 04:10:26.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90132024-08-06T04:10:28.014Z[ host-image] Aug 06 04:10:26.298 INFO O| Aug 06 04:10:26.298 INFO STEP 76 (ensure_dir) COMPLETE
90142024-08-06T04:10:28.014Z[ host-image] Aug 06 04:10:26.298 INFO O| Aug 06 04:10:26.298 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90152024-08-06T04:10:28.030Z[ host-image] Aug 06 04:10:26.317 INFO O| Aug 06 04:10:26.317 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90162024-08-06T04:10:28.030Z[ host-image] Aug 06 04:10:26.317 INFO O| Aug 06 04:10:26.317 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90172024-08-06T04:10:28.034Z[ host-image] Aug 06 04:10:26.320 INFO O| Aug 06 04:10:26.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90182024-08-06T04:10:28.034Z[ host-image] Aug 06 04:10:26.321 INFO O| Aug 06 04:10:26.320 INFO ok!
90192024-08-06T04:10:28.036Z[ host-image] Aug 06 04:10:26.321 INFO O| Aug 06 04:10:26.320 INFO STEP 77 (ensure_file) COMPLETE
90202024-08-06T04:10:28.037Z[ host-image] Aug 06 04:10:26.321 INFO O| Aug 06 04:10:26.320 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90212024-08-06T04:10:28.051Z[ host-image] Aug 06 04:10:26.337 INFO O| Aug 06 04:10:26.337 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90222024-08-06T04:10:28.051Z[ host-image] Aug 06 04:10:26.337 INFO O| Aug 06 04:10:26.337 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90232024-08-06T04:10:28.054Z[ host-image] Aug 06 04:10:26.337 INFO O| Aug 06 04:10:26.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90242024-08-06T04:10:28.054Z[ host-image] Aug 06 04:10:26.338 INFO O| Aug 06 04:10:26.337 INFO ok!
90252024-08-06T04:10:28.054Z[ host-image] Aug 06 04:10:26.338 INFO O| Aug 06 04:10:26.337 INFO STEP 78 (ensure_file) COMPLETE
90262024-08-06T04:10:28.054Z[ host-image] Aug 06 04:10:26.338 INFO O| Aug 06 04:10:26.337 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90272024-08-06T04:10:28.071Z[ host-image] Aug 06 04:10:26.358 INFO O| Aug 06 04:10:26.358 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90282024-08-06T04:10:28.071Z[ host-image] Aug 06 04:10:26.358 INFO O| Aug 06 04:10:26.358 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90292024-08-06T04:10:29.769Z[ host-image] Aug 06 04:10:28.055 INFO O| Aug 06 04:10:28.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90302024-08-06T04:10:29.769Z[ host-image] Aug 06 04:10:28.055 INFO O| Aug 06 04:10:28.055 INFO ok!
90312024-08-06T04:10:29.769Z[ host-image] Aug 06 04:10:28.055 INFO O| Aug 06 04:10:28.055 INFO STEP 79 (ensure_file) COMPLETE
90322024-08-06T04:10:29.772Z[ host-image] Aug 06 04:10:28.055 INFO O| Aug 06 04:10:28.055 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90332024-08-06T04:10:29.787Z[ host-image] Aug 06 04:10:28.073 INFO O| Aug 06 04:10:28.073 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90342024-08-06T04:10:29.787Z[ host-image] Aug 06 04:10:28.074 INFO O| Aug 06 04:10:28.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90352024-08-06T04:10:29.787Z[ host-image] Aug 06 04:10:28.074 INFO O| Aug 06 04:10:28.074 INFO STEP 80 (ensure_dir) COMPLETE
90362024-08-06T04:10:29.790Z[ host-image] Aug 06 04:10:28.074 INFO O| Aug 06 04:10:28.074 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90372024-08-06T04:10:29.807Z[ host-image] Aug 06 04:10:28.092 INFO O| Aug 06 04:10:28.092 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90382024-08-06T04:10:29.807Z[ host-image] Aug 06 04:10:28.093 INFO O| Aug 06 04:10:28.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90392024-08-06T04:10:29.810Z[ host-image] Aug 06 04:10:28.093 INFO O| Aug 06 04:10:28.093 INFO STEP 81 (ensure_dir) COMPLETE
90402024-08-06T04:10:29.810Z[ host-image] Aug 06 04:10:28.093 INFO O| Aug 06 04:10:28.093 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90412024-08-06T04:10:29.826Z[ host-image] Aug 06 04:10:28.112 INFO O| Aug 06 04:10:28.112 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90422024-08-06T04:10:29.826Z[ host-image] Aug 06 04:10:28.112 INFO O| Aug 06 04:10:28.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90432024-08-06T04:10:29.829Z[ host-image] Aug 06 04:10:28.112 INFO O| Aug 06 04:10:28.112 INFO STEP 82 (ensure_dir) COMPLETE
90442024-08-06T04:10:29.829Z[ host-image] Aug 06 04:10:28.112 INFO O| Aug 06 04:10:28.112 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90452024-08-06T04:10:29.847Z[ host-image] Aug 06 04:10:28.133 INFO O| Aug 06 04:10:28.133 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90462024-08-06T04:10:29.847Z[ host-image] Aug 06 04:10:28.133 INFO O| Aug 06 04:10:28.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90472024-08-06T04:10:29.847Z[ host-image] Aug 06 04:10:28.133 INFO O| Aug 06 04:10:28.133 INFO STEP 83 (ensure_dir) COMPLETE
90482024-08-06T04:10:29.847Z[ host-image] Aug 06 04:10:28.133 INFO O| Aug 06 04:10:28.133 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90492024-08-06T04:10:29.866Z[ host-image] Aug 06 04:10:28.152 INFO O| Aug 06 04:10:28.152 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90502024-08-06T04:10:29.866Z[ host-image] Aug 06 04:10:28.152 INFO O| Aug 06 04:10:28.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90512024-08-06T04:10:29.868Z[ host-image] Aug 06 04:10:28.152 INFO O| Aug 06 04:10:28.152 INFO STEP 84 (ensure_dir) COMPLETE
90522024-08-06T04:10:29.868Z[ host-image] Aug 06 04:10:28.152 INFO O| Aug 06 04:10:28.152 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90532024-08-06T04:10:29.884Z[ host-image] Aug 06 04:10:28.171 INFO O| Aug 06 04:10:28.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
90542024-08-06T04:10:29.884Z[ host-image] Aug 06 04:10:28.171 INFO O| Aug 06 04:10:28.170 INFO copying /tmp/.tmptRARGf/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 ...
90552024-08-06T04:10:29.887Z[ host-image] Aug 06 04:10:28.171 INFO O| Aug 06 04:10:28.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
90562024-08-06T04:10:29.887Z[ host-image] Aug 06 04:10:28.171 INFO O| Aug 06 04:10:28.171 INFO ok!
90572024-08-06T04:10:29.887Z[ host-image] Aug 06 04:10:28.171 INFO O| Aug 06 04:10:28.171 INFO STEP 85 (ensure_file) COMPLETE
90582024-08-06T04:10:29.887Z[ host-image] Aug 06 04:10:28.171 INFO O| Aug 06 04:10:28.171 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90592024-08-06T04:10:29.903Z[ host-image] Aug 06 04:10:28.189 INFO O| Aug 06 04:10:28.188 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90602024-08-06T04:10:29.903Z[ host-image] Aug 06 04:10:28.189 INFO O| Aug 06 04:10:28.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90612024-08-06T04:10:29.903Z[ host-image] Aug 06 04:10:28.189 INFO O| Aug 06 04:10:28.189 INFO STEP 86 (ensure_dir) COMPLETE
90622024-08-06T04:10:29.903Z[ host-image] Aug 06 04:10:28.189 INFO O| Aug 06 04:10:28.189 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90632024-08-06T04:10:29.922Z[ host-image] Aug 06 04:10:28.208 INFO O| Aug 06 04:10:28.208 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
90642024-08-06T04:10:29.922Z[ host-image] Aug 06 04:10:28.209 INFO O| Aug 06 04:10:28.208 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
90652024-08-06T04:10:29.922Z[ host-image] Aug 06 04:10:28.209 INFO O| Aug 06 04:10:28.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
90662024-08-06T04:10:29.922Z[ host-image] Aug 06 04:10:28.209 INFO O| Aug 06 04:10:28.209 INFO ok!
90672024-08-06T04:10:29.925Z[ host-image] Aug 06 04:10:28.209 INFO O| Aug 06 04:10:28.209 INFO STEP 87 (ensure_file) COMPLETE
90682024-08-06T04:10:29.925Z[ host-image] Aug 06 04:10:28.209 INFO O| Aug 06 04:10:28.209 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90692024-08-06T04:10:29.943Z[ host-image] Aug 06 04:10:28.229 INFO O| Aug 06 04:10:28.229 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
90702024-08-06T04:10:29.943Z[ host-image] Aug 06 04:10:28.229 INFO O| Aug 06 04:10:28.229 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
90712024-08-06T04:10:30.572Z[ host-image] Aug 06 04:10:28.858 INFO O| Aug 06 04:10:28.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
90722024-08-06T04:10:30.572Z[ host-image] Aug 06 04:10:28.858 INFO O| Aug 06 04:10:28.858 INFO ok!
90732024-08-06T04:10:30.574Z[ host-image] Aug 06 04:10:28.858 INFO O| Aug 06 04:10:28.858 INFO STEP 88 (ensure_file) COMPLETE
90742024-08-06T04:10:30.575Z[ host-image] Aug 06 04:10:28.858 INFO O| Aug 06 04:10:28.858 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90752024-08-06T04:10:30.594Z[ host-image] Aug 06 04:10:28.880 INFO O| Aug 06 04:10:28.880 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
90762024-08-06T04:10:30.594Z[ host-image] Aug 06 04:10:28.880 INFO O| Aug 06 04:10:28.880 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
90772024-08-06T04:10:31.219Z[ host-image] Aug 06 04:10:29.505 INFO O| Aug 06 04:10:29.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
90782024-08-06T04:10:31.219Z[ host-image] Aug 06 04:10:29.505 INFO O| Aug 06 04:10:29.505 INFO ok!
90792024-08-06T04:10:31.222Z[ host-image] Aug 06 04:10:29.505 INFO O| Aug 06 04:10:29.505 INFO STEP 89 (ensure_file) COMPLETE
90802024-08-06T04:10:31.222Z[ host-image] Aug 06 04:10:29.505 INFO O| Aug 06 04:10:29.505 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90812024-08-06T04:10:31.235Z[ host-image] Aug 06 04:10:29.521 INFO O| Aug 06 04:10:29.521 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
90822024-08-06T04:10:31.235Z[ host-image] Aug 06 04:10:29.521 INFO O| Aug 06 04:10:29.521 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
90832024-08-06T04:10:31.235Z[ host-image] Aug 06 04:10:29.521 INFO O| Aug 06 04:10:29.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
90842024-08-06T04:10:31.238Z[ host-image] Aug 06 04:10:29.521 INFO O| Aug 06 04:10:29.521 INFO ok!
90852024-08-06T04:10:31.238Z[ host-image] Aug 06 04:10:29.521 INFO O| Aug 06 04:10:29.521 INFO STEP 90 (ensure_file) COMPLETE
90862024-08-06T04:10:31.238Z[ host-image] Aug 06 04:10:29.521 INFO O| Aug 06 04:10:29.521 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90872024-08-06T04:10:31.248Z[ host-image] Aug 06 04:10:29.534 INFO O| Aug 06 04:10:29.534 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90882024-08-06T04:10:31.248Z[ host-image] Aug 06 04:10:29.534 INFO O| Aug 06 04:10:29.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90892024-08-06T04:10:31.248Z[ host-image] Aug 06 04:10:29.534 INFO O| Aug 06 04:10:29.534 INFO STEP 91 (ensure_dir) COMPLETE
90902024-08-06T04:10:31.250Z[ host-image] Aug 06 04:10:29.534 INFO O| Aug 06 04:10:29.534 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90912024-08-06T04:10:31.261Z[ host-image] Aug 06 04:10:29.547 INFO O| Aug 06 04:10:29.547 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
90922024-08-06T04:10:31.261Z[ host-image] Aug 06 04:10:29.547 INFO O| Aug 06 04:10:29.547 INFO copying /tmp/.tmptRARGf/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 ...
90932024-08-06T04:10:31.263Z[ host-image] Aug 06 04:10:29.547 INFO O| Aug 06 04:10:29.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
90942024-08-06T04:10:31.263Z[ host-image] Aug 06 04:10:29.547 INFO O| Aug 06 04:10:29.547 INFO ok!
90952024-08-06T04:10:31.263Z[ host-image] Aug 06 04:10:29.547 INFO O| Aug 06 04:10:29.547 INFO STEP 92 (ensure_file) COMPLETE
90962024-08-06T04:10:31.263Z[ host-image] Aug 06 04:10:29.547 INFO O| Aug 06 04:10:29.547 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90972024-08-06T04:10:31.274Z[ host-image] Aug 06 04:10:29.560 INFO O| Aug 06 04:10:29.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
90982024-08-06T04:10:31.274Z[ host-image] Aug 06 04:10:29.560 INFO O| Aug 06 04:10:29.560 INFO copying /tmp/.tmptRARGf/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 ...
90992024-08-06T04:10:31.274Z[ host-image] Aug 06 04:10:29.560 INFO O| Aug 06 04:10:29.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91002024-08-06T04:10:31.277Z[ host-image] Aug 06 04:10:29.560 INFO O| Aug 06 04:10:29.560 INFO ok!
91012024-08-06T04:10:31.277Z[ host-image] Aug 06 04:10:29.560 INFO O| Aug 06 04:10:29.560 INFO STEP 93 (ensure_file) COMPLETE
91022024-08-06T04:10:31.277Z[ host-image] Aug 06 04:10:29.560 INFO O| Aug 06 04:10:29.560 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91032024-08-06T04:10:31.293Z[ host-image] Aug 06 04:10:29.579 INFO O| Aug 06 04:10:29.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91042024-08-06T04:10:31.293Z[ host-image] Aug 06 04:10:29.579 INFO O| Aug 06 04:10:29.579 INFO copying /tmp/.tmptRARGf/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 ...
91052024-08-06T04:10:31.295Z[ host-image] Aug 06 04:10:29.579 INFO O| Aug 06 04:10:29.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91062024-08-06T04:10:31.295Z[ host-image] Aug 06 04:10:29.579 INFO O| Aug 06 04:10:29.579 INFO ok!
91072024-08-06T04:10:31.295Z[ host-image] Aug 06 04:10:29.579 INFO O| Aug 06 04:10:29.579 INFO STEP 94 (ensure_file) COMPLETE
91082024-08-06T04:10:31.295Z[ host-image] Aug 06 04:10:29.579 INFO O| Aug 06 04:10:29.579 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91092024-08-06T04:10:31.305Z[ host-image] Aug 06 04:10:29.591 INFO O| Aug 06 04:10:29.591 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91102024-08-06T04:10:31.305Z[ host-image] Aug 06 04:10:29.591 INFO O| Aug 06 04:10:29.591 INFO copying /tmp/.tmptRARGf/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 ...
91112024-08-06T04:10:31.305Z[ host-image] Aug 06 04:10:29.591 INFO O| Aug 06 04:10:29.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91122024-08-06T04:10:31.308Z[ host-image] Aug 06 04:10:29.591 INFO O| Aug 06 04:10:29.591 INFO ok!
91132024-08-06T04:10:31.308Z[ host-image] Aug 06 04:10:29.591 INFO O| Aug 06 04:10:29.591 INFO STEP 95 (ensure_file) COMPLETE
91142024-08-06T04:10:31.308Z[ host-image] Aug 06 04:10:29.591 INFO O| Aug 06 04:10:29.591 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91152024-08-06T04:10:31.319Z[ host-image] Aug 06 04:10:29.605 INFO O| Aug 06 04:10:29.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91162024-08-06T04:10:31.319Z[ host-image] Aug 06 04:10:29.606 INFO O| Aug 06 04:10:29.605 INFO copying /tmp/.tmptRARGf/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 ...
91172024-08-06T04:10:31.322Z[ host-image] Aug 06 04:10:29.606 INFO O| Aug 06 04:10:29.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91182024-08-06T04:10:31.322Z[ host-image] Aug 06 04:10:29.606 INFO O| Aug 06 04:10:29.606 INFO ok!
91192024-08-06T04:10:31.322Z[ host-image] Aug 06 04:10:29.606 INFO O| Aug 06 04:10:29.606 INFO STEP 96 (ensure_file) COMPLETE
91202024-08-06T04:10:31.322Z[ host-image] Aug 06 04:10:29.606 INFO O| Aug 06 04:10:29.606 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91212024-08-06T04:10:31.333Z[ host-image] Aug 06 04:10:29.619 INFO O| Aug 06 04:10:29.619 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91222024-08-06T04:10:31.333Z[ host-image] Aug 06 04:10:29.619 INFO O| Aug 06 04:10:29.619 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91232024-08-06T04:10:31.336Z[ host-image] Aug 06 04:10:29.619 INFO O| Aug 06 04:10:29.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91242024-08-06T04:10:31.336Z[ host-image] Aug 06 04:10:29.619 INFO O| Aug 06 04:10:29.619 INFO ok!
91252024-08-06T04:10:31.336Z[ host-image] Aug 06 04:10:29.619 INFO O| Aug 06 04:10:29.619 INFO STEP 97 (ensure_file) COMPLETE
91262024-08-06T04:10:31.336Z[ host-image] Aug 06 04:10:29.619 INFO O| Aug 06 04:10:29.619 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91272024-08-06T04:10:31.344Z[ host-image] Aug 06 04:10:29.630 INFO O| Aug 06 04:10:29.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91282024-08-06T04:10:31.344Z[ host-image] Aug 06 04:10:29.631 INFO O| Aug 06 04:10:29.630 INFO copying /tmp/.tmptRARGf/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 ...
91292024-08-06T04:10:31.347Z[ host-image] Aug 06 04:10:29.631 INFO O| Aug 06 04:10:29.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
91302024-08-06T04:10:31.347Z[ host-image] Aug 06 04:10:29.631 INFO O| Aug 06 04:10:29.631 INFO ok!
91312024-08-06T04:10:31.347Z[ host-image] Aug 06 04:10:29.631 INFO O| Aug 06 04:10:29.631 INFO STEP 98 (ensure_file) COMPLETE
91322024-08-06T04:10:31.347Z[ host-image] Aug 06 04:10:29.631 INFO O| Aug 06 04:10:29.631 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91332024-08-06T04:10:31.355Z[ host-image] Aug 06 04:10:29.641 INFO O| Aug 06 04:10:29.641 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
91342024-08-06T04:10:31.355Z[ host-image] Aug 06 04:10:29.642 INFO O| Aug 06 04:10:29.641 INFO copying /tmp/.tmptRARGf/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 ...
91352024-08-06T04:10:31.358Z[ host-image] Aug 06 04:10:29.642 INFO O| Aug 06 04:10:29.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
91362024-08-06T04:10:31.358Z[ host-image] Aug 06 04:10:29.642 INFO O| Aug 06 04:10:29.642 INFO ok!
91372024-08-06T04:10:31.358Z[ host-image] Aug 06 04:10:29.642 INFO O| Aug 06 04:10:29.642 INFO STEP 99 (ensure_file) COMPLETE
91382024-08-06T04:10:31.358Z[ host-image] Aug 06 04:10:29.642 INFO O| Aug 06 04:10:29.642 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91392024-08-06T04:10:31.368Z[ host-image] Aug 06 04:10:29.654 INFO O| Aug 06 04:10:29.654 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
91402024-08-06T04:10:31.370Z[ host-image] Aug 06 04:10:29.654 INFO O| Aug 06 04:10:29.654 INFO copying /tmp/.tmptRARGf/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 ...
91412024-08-06T04:10:31.370Z[ host-image] Aug 06 04:10:29.654 INFO O| Aug 06 04:10:29.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
91422024-08-06T04:10:31.370Z[ host-image] Aug 06 04:10:29.654 INFO O| Aug 06 04:10:29.654 INFO ok!
91432024-08-06T04:10:31.370Z[ host-image] Aug 06 04:10:29.654 INFO O| Aug 06 04:10:29.654 INFO STEP 100 (ensure_file) COMPLETE
91442024-08-06T04:10:31.370Z[ host-image] Aug 06 04:10:29.654 INFO O| Aug 06 04:10:29.654 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91452024-08-06T04:10:31.386Z[ host-image] Aug 06 04:10:29.672 INFO O| Aug 06 04:10:29.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
91462024-08-06T04:10:31.386Z[ host-image] Aug 06 04:10:29.672 INFO O| Aug 06 04:10:29.672 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
91472024-08-06T04:10:31.388Z[ host-image] Aug 06 04:10:29.672 INFO O| Aug 06 04:10:29.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
91482024-08-06T04:10:31.388Z[ host-image] Aug 06 04:10:29.672 INFO O| Aug 06 04:10:29.672 INFO ok!
91492024-08-06T04:10:31.388Z[ host-image] Aug 06 04:10:29.672 INFO O| Aug 06 04:10:29.672 INFO STEP 101 (ensure_file) COMPLETE
91502024-08-06T04:10:31.388Z[ host-image] Aug 06 04:10:29.672 INFO O| Aug 06 04:10:29.672 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91512024-08-06T04:10:31.401Z[ host-image] Aug 06 04:10:29.687 INFO O| Aug 06 04:10:29.687 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
91522024-08-06T04:10:31.401Z[ host-image] Aug 06 04:10:29.687 INFO O| Aug 06 04:10:29.687 INFO copying /tmp/.tmptRARGf/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 ...
91532024-08-06T04:10:31.403Z[ host-image] Aug 06 04:10:29.687 INFO O| Aug 06 04:10:29.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
91542024-08-06T04:10:31.403Z[ host-image] Aug 06 04:10:29.687 INFO O| Aug 06 04:10:29.687 INFO ok!
91552024-08-06T04:10:31.404Z[ host-image] Aug 06 04:10:29.687 INFO O| Aug 06 04:10:29.687 INFO STEP 102 (ensure_file) COMPLETE
91562024-08-06T04:10:31.404Z[ host-image] Aug 06 04:10:29.687 INFO O| Aug 06 04:10:29.687 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91572024-08-06T04:10:31.416Z[ host-image] Aug 06 04:10:29.702 INFO O| Aug 06 04:10:29.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
91582024-08-06T04:10:31.419Z[ host-image] Aug 06 04:10:29.702 INFO O| Aug 06 04:10:29.702 INFO copying /tmp/.tmptRARGf/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 ...
91592024-08-06T04:10:31.419Z[ host-image] Aug 06 04:10:29.703 INFO O| Aug 06 04:10:29.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
91602024-08-06T04:10:31.419Z[ host-image] Aug 06 04:10:29.703 INFO O| Aug 06 04:10:29.702 INFO ok!
91612024-08-06T04:10:31.419Z[ host-image] Aug 06 04:10:29.703 INFO O| Aug 06 04:10:29.703 INFO STEP 103 (ensure_file) COMPLETE
91622024-08-06T04:10:31.419Z[ host-image] Aug 06 04:10:29.703 INFO O| Aug 06 04:10:29.703 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91632024-08-06T04:10:31.431Z[ host-image] Aug 06 04:10:29.717 INFO O| Aug 06 04:10:29.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
91642024-08-06T04:10:31.431Z[ host-image] Aug 06 04:10:29.717 INFO O| Aug 06 04:10:29.717 INFO copying /tmp/.tmptRARGf/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 ...
91652024-08-06T04:10:31.433Z[ host-image] Aug 06 04:10:29.717 INFO O| Aug 06 04:10:29.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
91662024-08-06T04:10:31.433Z[ host-image] Aug 06 04:10:29.717 INFO O| Aug 06 04:10:29.717 INFO ok!
91672024-08-06T04:10:31.434Z[ host-image] Aug 06 04:10:29.717 INFO O| Aug 06 04:10:29.717 INFO STEP 104 (ensure_file) COMPLETE
91682024-08-06T04:10:31.434Z[ host-image] Aug 06 04:10:29.717 INFO O| Aug 06 04:10:29.717 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91692024-08-06T04:10:31.443Z[ host-image] Aug 06 04:10:29.729 INFO O| Aug 06 04:10:29.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
91702024-08-06T04:10:31.443Z[ host-image] Aug 06 04:10:29.729 INFO O| Aug 06 04:10:29.729 INFO copying /tmp/.tmptRARGf/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 ...
91712024-08-06T04:10:31.446Z[ host-image] Aug 06 04:10:29.730 INFO O| Aug 06 04:10:29.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
91722024-08-06T04:10:31.446Z[ host-image] Aug 06 04:10:29.730 INFO O| Aug 06 04:10:29.730 INFO ok!
91732024-08-06T04:10:31.446Z[ host-image] Aug 06 04:10:29.730 INFO O| Aug 06 04:10:29.730 INFO STEP 105 (ensure_file) COMPLETE
91742024-08-06T04:10:31.446Z[ host-image] Aug 06 04:10:29.730 INFO O| Aug 06 04:10:29.730 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-08-06T04:10:31.456Z[ host-image] Aug 06 04:10:29.742 INFO O| Aug 06 04:10:29.742 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
91762024-08-06T04:10:31.459Z[ host-image] Aug 06 04:10:29.742 INFO O| Aug 06 04:10:29.742 INFO copying /tmp/.tmptRARGf/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 ...
91772024-08-06T04:10:31.459Z[ host-image] Aug 06 04:10:29.742 INFO O| Aug 06 04:10:29.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
91782024-08-06T04:10:31.459Z[ host-image] Aug 06 04:10:29.742 INFO O| Aug 06 04:10:29.742 INFO ok!
91792024-08-06T04:10:31.459Z[ host-image] Aug 06 04:10:29.742 INFO O| Aug 06 04:10:29.742 INFO STEP 106 (ensure_file) COMPLETE
91802024-08-06T04:10:31.459Z[ host-image] Aug 06 04:10:29.742 INFO O| Aug 06 04:10:29.742 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-08-06T04:10:31.468Z[ host-image] Aug 06 04:10:29.754 INFO O| Aug 06 04:10:29.754 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
91822024-08-06T04:10:31.471Z[ host-image] Aug 06 04:10:29.754 INFO O| Aug 06 04:10:29.754 INFO copying /tmp/.tmptRARGf/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 ...
91832024-08-06T04:10:31.471Z[ host-image] Aug 06 04:10:29.754 INFO O| Aug 06 04:10:29.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
91842024-08-06T04:10:31.471Z[ host-image] Aug 06 04:10:29.754 INFO O| Aug 06 04:10:29.754 INFO ok!
91852024-08-06T04:10:31.471Z[ host-image] Aug 06 04:10:29.754 INFO O| Aug 06 04:10:29.754 INFO STEP 107 (ensure_file) COMPLETE
91862024-08-06T04:10:31.471Z[ host-image] Aug 06 04:10:29.754 INFO O| Aug 06 04:10:29.754 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-08-06T04:10:31.480Z[ host-image] Aug 06 04:10:29.766 INFO O| Aug 06 04:10:29.766 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
91882024-08-06T04:10:31.482Z[ host-image] Aug 06 04:10:29.766 INFO O| Aug 06 04:10:29.766 INFO copying /tmp/.tmptRARGf/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 ...
91892024-08-06T04:10:31.482Z[ host-image] Aug 06 04:10:29.766 INFO O| Aug 06 04:10:29.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
91902024-08-06T04:10:31.482Z[ host-image] Aug 06 04:10:29.766 INFO O| Aug 06 04:10:29.766 INFO ok!
91912024-08-06T04:10:31.482Z[ host-image] Aug 06 04:10:29.766 INFO O| Aug 06 04:10:29.766 INFO STEP 108 (ensure_file) COMPLETE
91922024-08-06T04:10:31.482Z[ host-image] Aug 06 04:10:29.766 INFO O| Aug 06 04:10:29.766 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-08-06T04:10:31.491Z[ host-image] Aug 06 04:10:29.777 INFO O| Aug 06 04:10:29.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
91942024-08-06T04:10:31.491Z[ host-image] Aug 06 04:10:29.777 INFO O| Aug 06 04:10:29.777 INFO copying /tmp/.tmptRARGf/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 ...
91952024-08-06T04:10:31.494Z[ host-image] Aug 06 04:10:29.778 INFO O| Aug 06 04:10:29.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
91962024-08-06T04:10:31.494Z[ host-image] Aug 06 04:10:29.778 INFO O| Aug 06 04:10:29.778 INFO ok!
91972024-08-06T04:10:31.494Z[ host-image] Aug 06 04:10:29.778 INFO O| Aug 06 04:10:29.778 INFO STEP 109 (ensure_file) COMPLETE
91982024-08-06T04:10:31.494Z[ host-image] Aug 06 04:10:29.778 INFO O| Aug 06 04:10:29.778 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-08-06T04:10:31.503Z[ host-image] Aug 06 04:10:29.789 INFO O| Aug 06 04:10:29.789 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92002024-08-06T04:10:31.503Z[ host-image] Aug 06 04:10:29.789 INFO O| Aug 06 04:10:29.789 INFO copying /tmp/.tmptRARGf/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 ...
92012024-08-06T04:10:31.505Z[ host-image] Aug 06 04:10:29.789 INFO O| Aug 06 04:10:29.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92022024-08-06T04:10:31.505Z[ host-image] Aug 06 04:10:29.789 INFO O| Aug 06 04:10:29.789 INFO ok!
92032024-08-06T04:10:31.505Z[ host-image] Aug 06 04:10:29.789 INFO O| Aug 06 04:10:29.789 INFO STEP 110 (ensure_file) COMPLETE
92042024-08-06T04:10:31.505Z[ host-image] Aug 06 04:10:29.789 INFO O| Aug 06 04:10:29.789 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-08-06T04:10:31.518Z[ host-image] Aug 06 04:10:29.804 INFO O| Aug 06 04:10:29.804 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92062024-08-06T04:10:31.518Z[ host-image] Aug 06 04:10:29.804 INFO O| Aug 06 04:10:29.804 INFO copying /tmp/.tmptRARGf/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 ...
92072024-08-06T04:10:31.521Z[ host-image] Aug 06 04:10:29.804 INFO O| Aug 06 04:10:29.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92082024-08-06T04:10:31.521Z[ host-image] Aug 06 04:10:29.804 INFO O| Aug 06 04:10:29.804 INFO ok!
92092024-08-06T04:10:31.521Z[ host-image] Aug 06 04:10:29.804 INFO O| Aug 06 04:10:29.804 INFO STEP 111 (ensure_file) COMPLETE
92102024-08-06T04:10:31.521Z[ host-image] Aug 06 04:10:29.804 INFO O| Aug 06 04:10:29.804 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-08-06T04:10:31.534Z[ host-image] Aug 06 04:10:29.821 INFO O| Aug 06 04:10:29.821 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92122024-08-06T04:10:31.534Z[ host-image] Aug 06 04:10:29.821 INFO O| Aug 06 04:10:29.821 INFO copying /tmp/.tmptRARGf/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 ...
92132024-08-06T04:10:31.534Z[ host-image] Aug 06 04:10:29.821 INFO O| Aug 06 04:10:29.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92142024-08-06T04:10:31.537Z[ host-image] Aug 06 04:10:29.821 INFO O| Aug 06 04:10:29.821 INFO ok!
92152024-08-06T04:10:31.537Z[ host-image] Aug 06 04:10:29.821 INFO O| Aug 06 04:10:29.821 INFO STEP 112 (ensure_file) COMPLETE
92162024-08-06T04:10:31.537Z[ host-image] Aug 06 04:10:29.821 INFO O| Aug 06 04:10:29.821 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-08-06T04:10:31.549Z[ host-image] Aug 06 04:10:29.835 INFO O| Aug 06 04:10:29.835 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92182024-08-06T04:10:31.549Z[ host-image] Aug 06 04:10:29.835 INFO O| Aug 06 04:10:29.835 INFO copying /tmp/.tmptRARGf/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 ...
92192024-08-06T04:10:31.552Z[ host-image] Aug 06 04:10:29.835 INFO O| Aug 06 04:10:29.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92202024-08-06T04:10:31.552Z[ host-image] Aug 06 04:10:29.836 INFO O| Aug 06 04:10:29.835 INFO ok!
92212024-08-06T04:10:31.552Z[ host-image] Aug 06 04:10:29.836 INFO O| Aug 06 04:10:29.835 INFO STEP 113 (ensure_file) COMPLETE
92222024-08-06T04:10:31.552Z[ host-image] Aug 06 04:10:29.836 INFO O| Aug 06 04:10:29.836 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-08-06T04:10:31.563Z[ host-image] Aug 06 04:10:29.849 INFO O| Aug 06 04:10:29.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92242024-08-06T04:10:31.563Z[ host-image] Aug 06 04:10:29.849 INFO O| Aug 06 04:10:29.849 INFO copying /tmp/.tmptRARGf/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 ...
92252024-08-06T04:10:31.566Z[ host-image] Aug 06 04:10:29.849 INFO O| Aug 06 04:10:29.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92262024-08-06T04:10:31.566Z[ host-image] Aug 06 04:10:29.849 INFO O| Aug 06 04:10:29.849 INFO ok!
92272024-08-06T04:10:31.566Z[ host-image] Aug 06 04:10:29.849 INFO O| Aug 06 04:10:29.849 INFO STEP 114 (ensure_file) COMPLETE
92282024-08-06T04:10:31.566Z[ host-image] Aug 06 04:10:29.849 INFO O| Aug 06 04:10:29.849 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-08-06T04:10:31.580Z[ host-image] Aug 06 04:10:29.866 INFO O| Aug 06 04:10:29.866 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
92302024-08-06T04:10:31.580Z[ host-image] Aug 06 04:10:29.866 INFO O| Aug 06 04:10:29.866 INFO copying /tmp/.tmptRARGf/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 ...
92312024-08-06T04:10:31.582Z[ host-image] Aug 06 04:10:29.866 INFO O| Aug 06 04:10:29.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
92322024-08-06T04:10:31.582Z[ host-image] Aug 06 04:10:29.866 INFO O| Aug 06 04:10:29.866 INFO ok!
92332024-08-06T04:10:31.582Z[ host-image] Aug 06 04:10:29.866 INFO O| Aug 06 04:10:29.866 INFO STEP 115 (ensure_file) COMPLETE
92342024-08-06T04:10:31.582Z[ host-image] Aug 06 04:10:29.866 INFO O| Aug 06 04:10:29.866 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-08-06T04:10:31.592Z[ host-image] Aug 06 04:10:29.878 INFO O| Aug 06 04:10:29.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
92362024-08-06T04:10:31.592Z[ host-image] Aug 06 04:10:29.878 INFO O| Aug 06 04:10:29.878 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
92372024-08-06T04:10:31.595Z[ host-image] Aug 06 04:10:29.879 INFO O| Aug 06 04:10:29.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
92382024-08-06T04:10:31.595Z[ host-image] Aug 06 04:10:29.879 INFO O| Aug 06 04:10:29.879 INFO ok!
92392024-08-06T04:10:31.595Z[ host-image] Aug 06 04:10:29.879 INFO O| Aug 06 04:10:29.879 INFO STEP 116 (ensure_file) COMPLETE
92402024-08-06T04:10:31.595Z[ host-image] Aug 06 04:10:29.879 INFO O| Aug 06 04:10:29.879 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-08-06T04:10:31.604Z[ host-image] Aug 06 04:10:29.890 INFO O| Aug 06 04:10:29.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
92422024-08-06T04:10:31.604Z[ host-image] Aug 06 04:10:29.890 INFO O| Aug 06 04:10:29.890 INFO copying /tmp/.tmptRARGf/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 ...
92432024-08-06T04:10:31.606Z[ host-image] Aug 06 04:10:29.890 INFO O| Aug 06 04:10:29.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
92442024-08-06T04:10:31.606Z[ host-image] Aug 06 04:10:29.890 INFO O| Aug 06 04:10:29.890 INFO ok!
92452024-08-06T04:10:31.606Z[ host-image] Aug 06 04:10:29.890 INFO O| Aug 06 04:10:29.890 INFO STEP 117 (ensure_file) COMPLETE
92462024-08-06T04:10:31.606Z[ host-image] Aug 06 04:10:29.890 INFO O| Aug 06 04:10:29.890 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-08-06T04:10:31.619Z[ host-image] Aug 06 04:10:29.905 INFO O| Aug 06 04:10:29.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
92482024-08-06T04:10:31.619Z[ host-image] Aug 06 04:10:29.905 INFO O| Aug 06 04:10:29.905 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
92492024-08-06T04:10:31.621Z[ host-image] Aug 06 04:10:29.905 INFO O| Aug 06 04:10:29.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
92502024-08-06T04:10:31.621Z[ host-image] Aug 06 04:10:29.905 INFO O| Aug 06 04:10:29.905 INFO ok!
92512024-08-06T04:10:31.621Z[ host-image] Aug 06 04:10:29.905 INFO O| Aug 06 04:10:29.905 INFO STEP 118 (ensure_file) COMPLETE
92522024-08-06T04:10:31.621Z[ host-image] Aug 06 04:10:29.905 INFO O| Aug 06 04:10:29.905 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-08-06T04:10:31.630Z[ host-image] Aug 06 04:10:29.916 INFO O| Aug 06 04:10:29.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
92542024-08-06T04:10:31.630Z[ host-image] Aug 06 04:10:29.916 INFO O| Aug 06 04:10:29.916 INFO copying /tmp/.tmptRARGf/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
92552024-08-06T04:10:36.347Z[ host-image] Aug 06 04:10:34.633 INFO O| Aug 06 04:10:34.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
92562024-08-06T04:10:36.347Z[ host-image] Aug 06 04:10:34.633 INFO O| Aug 06 04:10:34.633 INFO ok!
92572024-08-06T04:10:36.350Z[ host-image] Aug 06 04:10:34.633 INFO O| Aug 06 04:10:34.633 INFO STEP 119 (ensure_file) COMPLETE
92582024-08-06T04:10:36.350Z[ host-image] Aug 06 04:10:34.633 INFO O| Aug 06 04:10:34.633 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-08-06T04:10:36.359Z[ host-image] Aug 06 04:10:34.644 INFO O| Aug 06 04:10:34.644 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
92602024-08-06T04:10:36.359Z[ host-image] Aug 06 04:10:34.644 INFO O| Aug 06 04:10:34.644 INFO STEP 120 (ensure_dir) COMPLETE
92612024-08-06T04:10:36.359Z[ host-image] Aug 06 04:10:34.644 INFO O| Aug 06 04:10:34.644 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92622024-08-06T04:10:36.369Z[ host-image] Aug 06 04:10:34.654 INFO O| Aug 06 04:10:34.654 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
92632024-08-06T04:10:36.371Z[ host-image] Aug 06 04:10:34.654 INFO O| Aug 06 04:10:34.654 INFO STEP 121 (ensure_dir) COMPLETE
92642024-08-06T04:10:36.371Z[ host-image] Aug 06 04:10:34.654 INFO O| Aug 06 04:10:34.654 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-08-06T04:10:36.378Z[ host-image] Aug 06 04:10:34.664 INFO O| Aug 06 04:10:34.664 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
92662024-08-06T04:10:36.378Z[ host-image] Aug 06 04:10:34.664 INFO O| Aug 06 04:10:34.664 INFO STEP 122 (ensure_dir) COMPLETE
92672024-08-06T04:10:36.378Z[ host-image] Aug 06 04:10:34.664 INFO O| Aug 06 04:10:34.664 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92682024-08-06T04:10:36.387Z[ host-image] Aug 06 04:10:34.673 INFO O| Aug 06 04:10:34.673 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
92692024-08-06T04:10:36.388Z[ host-image] Aug 06 04:10:34.673 INFO O| Aug 06 04:10:34.673 INFO STEP 123 (ensure_dir) COMPLETE
92702024-08-06T04:10:36.388Z[ host-image] Aug 06 04:10:34.673 INFO O| Aug 06 04:10:34.673 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-08-06T04:10:36.397Z[ host-image] Aug 06 04:10:34.683 INFO O| Aug 06 04:10:34.683 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
92722024-08-06T04:10:36.397Z[ host-image] Aug 06 04:10:34.683 INFO O| Aug 06 04:10:34.683 INFO copying /tmp/.tmptRARGf/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 ...
92732024-08-06T04:10:36.400Z[ host-image] Aug 06 04:10:34.683 INFO O| Aug 06 04:10:34.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
92742024-08-06T04:10:36.400Z[ host-image] Aug 06 04:10:34.683 INFO O| Aug 06 04:10:34.683 INFO ok!
92752024-08-06T04:10:36.400Z[ host-image] Aug 06 04:10:34.683 INFO O| Aug 06 04:10:34.683 INFO STEP 124 (ensure_file) COMPLETE
92762024-08-06T04:10:36.400Z[ host-image] Aug 06 04:10:34.683 INFO O| Aug 06 04:10:34.683 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-08-06T04:10:36.407Z[ host-image] Aug 06 04:10:34.693 INFO O| Aug 06 04:10:34.693 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92782024-08-06T04:10:36.410Z[ host-image] Aug 06 04:10:34.693 INFO O| Aug 06 04:10:34.693 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92792024-08-06T04:10:36.410Z[ host-image] Aug 06 04:10:34.693 INFO O| Aug 06 04:10:34.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
92802024-08-06T04:10:36.410Z[ host-image] Aug 06 04:10:34.693 INFO O| Aug 06 04:10:34.693 INFO STEP 125 (ensure_dir) COMPLETE
92812024-08-06T04:10:36.410Z[ host-image] Aug 06 04:10:34.693 INFO O| Aug 06 04:10:34.693 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822024-08-06T04:10:36.418Z[ host-image] Aug 06 04:10:34.703 INFO O| Aug 06 04:10:34.703 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
92832024-08-06T04:10:36.418Z[ host-image] Aug 06 04:10:34.703 INFO O| Aug 06 04:10:34.703 INFO copying /tmp/.tmptRARGf/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
92842024-08-06T04:10:36.421Z[ host-image] Aug 06 04:10:34.703 INFO O| Aug 06 04:10:34.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
92852024-08-06T04:10:36.421Z[ host-image] Aug 06 04:10:34.703 INFO O| Aug 06 04:10:34.703 INFO ok!
92862024-08-06T04:10:36.421Z[ host-image] Aug 06 04:10:34.703 INFO O| Aug 06 04:10:34.703 INFO STEP 126 (ensure_file) COMPLETE
92872024-08-06T04:10:36.421Z[ host-image] Aug 06 04:10:34.703 INFO O| Aug 06 04:10:34.703 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92882024-08-06T04:10:36.428Z[ host-image] Aug 06 04:10:34.714 INFO O| Aug 06 04:10:34.714 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
92892024-08-06T04:10:36.431Z[ host-image] Aug 06 04:10:34.714 INFO O| Aug 06 04:10:34.714 INFO STEP 127 (remove_files) COMPLETE
92902024-08-06T04:10:36.431Z[ host-image] Aug 06 04:10:34.714 INFO O| Aug 06 04:10:34.714 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92912024-08-06T04:10:36.438Z[ host-image] Aug 06 04:10:34.724 INFO O| Aug 06 04:10:34.724 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
92922024-08-06T04:10:36.441Z[ host-image] Aug 06 04:10:34.724 INFO O| Aug 06 04:10:34.724 INFO STEP 128 (remove_files) COMPLETE
92932024-08-06T04:10:36.441Z[ host-image] Aug 06 04:10:34.724 INFO O| Aug 06 04:10:34.724 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92942024-08-06T04:10:36.449Z[ host-image] Aug 06 04:10:34.734 INFO O| Aug 06 04:10:34.734 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
92952024-08-06T04:10:36.451Z[ host-image] Aug 06 04:10:34.734 INFO O| Aug 06 04:10:34.734 INFO STEP 129 (remove_files) COMPLETE
92962024-08-06T04:10:36.451Z[ host-image] Aug 06 04:10:34.734 INFO O| Aug 06 04:10:34.734 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92972024-08-06T04:10:36.459Z[ host-image] Aug 06 04:10:34.744 INFO O| Aug 06 04:10:34.744 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
92982024-08-06T04:10:36.461Z[ host-image] Aug 06 04:10:34.744 INFO O| Aug 06 04:10:34.744 INFO STEP 130 (remove_files) COMPLETE
92992024-08-06T04:10:36.461Z[ host-image] Aug 06 04:10:34.744 INFO O| Aug 06 04:10:34.744 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93002024-08-06T04:10:36.469Z[ host-image] Aug 06 04:10:34.754 INFO O| Aug 06 04:10:34.754 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93012024-08-06T04:10:36.471Z[ host-image] Aug 06 04:10:34.755 INFO O| Aug 06 04:10:34.755 INFO STEP 131 (remove_files) COMPLETE
93022024-08-06T04:10:36.471Z[ host-image] Aug 06 04:10:34.755 INFO O| Aug 06 04:10:34.755 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93032024-08-06T04:10:36.479Z[ host-image] Aug 06 04:10:34.764 INFO O| Aug 06 04:10:34.764 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93042024-08-06T04:10:36.481Z[ host-image] Aug 06 04:10:34.764 INFO O| Aug 06 04:10:34.764 INFO STEP 132 (remove_files) COMPLETE
93052024-08-06T04:10:36.481Z[ host-image] Aug 06 04:10:34.764 INFO O| Aug 06 04:10:34.764 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93062024-08-06T04:10:36.489Z[ host-image] Aug 06 04:10:34.774 INFO O| Aug 06 04:10:34.774 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93072024-08-06T04:10:36.489Z[ host-image] Aug 06 04:10:34.774 INFO O| Aug 06 04:10:34.774 INFO STEP 133 (remove_files) COMPLETE
93082024-08-06T04:10:36.491Z[ host-image] Aug 06 04:10:34.774 INFO O| Aug 06 04:10:34.774 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93092024-08-06T04:10:36.499Z[ host-image] Aug 06 04:10:34.784 INFO O| Aug 06 04:10:34.784 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93102024-08-06T04:10:36.499Z[ host-image] Aug 06 04:10:34.785 INFO O| Aug 06 04:10:34.785 INFO STEP 134 (remove_files) COMPLETE
93112024-08-06T04:10:36.502Z[ host-image] Aug 06 04:10:34.785 INFO O| Aug 06 04:10:34.785 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93122024-08-06T04:10:36.509Z[ host-image] Aug 06 04:10:34.795 INFO O| Aug 06 04:10:34.794 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93132024-08-06T04:10:36.509Z[ host-image] Aug 06 04:10:34.795 INFO O| Aug 06 04:10:34.795 INFO STEP 135 (remove_files) COMPLETE
93142024-08-06T04:10:36.511Z[ host-image] Aug 06 04:10:34.795 INFO O| Aug 06 04:10:34.795 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93152024-08-06T04:10:36.519Z[ host-image] Aug 06 04:10:34.805 INFO O| Aug 06 04:10:34.805 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93162024-08-06T04:10:36.519Z[ host-image] Aug 06 04:10:34.805 INFO O| Aug 06 04:10:34.805 INFO STEP 136 (remove_files) COMPLETE
93172024-08-06T04:10:36.522Z[ host-image] Aug 06 04:10:34.805 INFO O| Aug 06 04:10:34.805 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93182024-08-06T04:10:36.530Z[ host-image] Aug 06 04:10:34.815 INFO O| Aug 06 04:10:34.815 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93192024-08-06T04:10:36.530Z[ host-image] Aug 06 04:10:34.815 INFO O| Aug 06 04:10:34.815 INFO STEP 137 (remove_files) COMPLETE
93202024-08-06T04:10:36.532Z[ host-image] Aug 06 04:10:34.815 INFO O| Aug 06 04:10:34.815 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93212024-08-06T04:10:36.539Z[ host-image] Aug 06 04:10:34.825 INFO O| Aug 06 04:10:34.825 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93222024-08-06T04:10:36.542Z[ host-image] Aug 06 04:10:34.825 INFO O| Aug 06 04:10:34.825 INFO STEP 138 (remove_files) COMPLETE
93232024-08-06T04:10:36.542Z[ host-image] Aug 06 04:10:34.825 INFO O| Aug 06 04:10:34.825 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93242024-08-06T04:10:36.550Z[ host-image] Aug 06 04:10:34.835 INFO O| Aug 06 04:10:34.835 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93252024-08-06T04:10:36.550Z[ host-image] Aug 06 04:10:34.835 INFO O| Aug 06 04:10:34.835 INFO STEP 139 (remove_files) COMPLETE
93262024-08-06T04:10:36.550Z[ host-image] Aug 06 04:10:34.835 INFO O| Aug 06 04:10:34.835 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93272024-08-06T04:10:36.560Z[ host-image] Aug 06 04:10:34.845 INFO O| Aug 06 04:10:34.845 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93282024-08-06T04:10:36.560Z[ host-image] Aug 06 04:10:34.845 INFO O| Aug 06 04:10:34.845 INFO STEP 140 (remove_files) COMPLETE
93292024-08-06T04:10:36.563Z[ host-image] Aug 06 04:10:34.845 INFO O| Aug 06 04:10:34.845 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93302024-08-06T04:10:36.570Z[ host-image] Aug 06 04:10:34.855 INFO O| Aug 06 04:10:34.855 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
93312024-08-06T04:10:36.570Z[ host-image] Aug 06 04:10:34.855 INFO O| Aug 06 04:10:34.855 INFO STEP 141 (remove_files) COMPLETE
93322024-08-06T04:10:36.572Z[ host-image] Aug 06 04:10:34.855 INFO O| Aug 06 04:10:34.855 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93332024-08-06T04:10:36.580Z[ host-image] Aug 06 04:10:34.865 INFO O| Aug 06 04:10:34.865 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
93342024-08-06T04:10:36.580Z[ host-image] Aug 06 04:10:34.866 INFO O| Aug 06 04:10:34.866 INFO STEP 142 (remove_files) COMPLETE
93352024-08-06T04:10:36.583Z[ host-image] Aug 06 04:10:34.866 INFO O| Aug 06 04:10:34.866 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93362024-08-06T04:10:36.590Z[ host-image] Aug 06 04:10:34.876 INFO O| Aug 06 04:10:34.875 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
93372024-08-06T04:10:36.590Z[ host-image] Aug 06 04:10:34.876 INFO O| Aug 06 04:10:34.876 INFO STEP 143 (remove_files) COMPLETE
93382024-08-06T04:10:36.593Z[ host-image] Aug 06 04:10:34.876 INFO O| Aug 06 04:10:34.876 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93392024-08-06T04:10:36.600Z[ host-image] Aug 06 04:10:34.886 INFO O| Aug 06 04:10:34.886 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
93402024-08-06T04:10:36.600Z[ host-image] Aug 06 04:10:34.886 INFO O| Aug 06 04:10:34.886 INFO STEP 144 (remove_files) COMPLETE
93412024-08-06T04:10:36.603Z[ host-image] Aug 06 04:10:34.886 INFO O| Aug 06 04:10:34.886 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93422024-08-06T04:10:36.611Z[ host-image] Aug 06 04:10:34.897 INFO O| Aug 06 04:10:34.897 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
93432024-08-06T04:10:36.611Z[ host-image] Aug 06 04:10:34.897 INFO O| Aug 06 04:10:34.897 INFO STEP 145 (remove_files) COMPLETE
93442024-08-06T04:10:36.611Z[ host-image] Aug 06 04:10:34.897 INFO O| Aug 06 04:10:34.897 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93452024-08-06T04:10:36.621Z[ host-image] Aug 06 04:10:34.907 INFO O| Aug 06 04:10:34.907 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
93462024-08-06T04:10:36.621Z[ host-image] Aug 06 04:10:34.907 INFO O| Aug 06 04:10:34.907 INFO STEP 146 (remove_files) COMPLETE
93472024-08-06T04:10:36.624Z[ host-image] Aug 06 04:10:34.907 INFO O| Aug 06 04:10:34.907 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93482024-08-06T04:10:36.631Z[ host-image] Aug 06 04:10:34.917 INFO O| Aug 06 04:10:34.917 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93492024-08-06T04:10:36.631Z[ host-image] Aug 06 04:10:34.917 INFO O| Aug 06 04:10:34.917 INFO STEP 147 (remove_files) COMPLETE
93502024-08-06T04:10:36.634Z[ host-image] Aug 06 04:10:34.917 INFO O| Aug 06 04:10:34.917 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93512024-08-06T04:10:36.641Z[ host-image] Aug 06 04:10:34.927 INFO O| Aug 06 04:10:34.927 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
93522024-08-06T04:10:36.641Z[ host-image] Aug 06 04:10:34.927 INFO O| Aug 06 04:10:34.927 INFO STEP 148 (remove_files) COMPLETE
93532024-08-06T04:10:36.644Z[ host-image] Aug 06 04:10:34.927 INFO O| Aug 06 04:10:34.927 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93542024-08-06T04:10:36.651Z[ host-image] Aug 06 04:10:34.937 INFO O| Aug 06 04:10:34.937 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93552024-08-06T04:10:36.651Z[ host-image] Aug 06 04:10:34.937 INFO O| Aug 06 04:10:34.937 INFO STEP 149 (remove_files) COMPLETE
93562024-08-06T04:10:36.651Z[ host-image] Aug 06 04:10:34.937 INFO O| Aug 06 04:10:34.937 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93572024-08-06T04:10:36.662Z[ host-image] Aug 06 04:10:34.947 INFO O| Aug 06 04:10:34.947 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
93582024-08-06T04:10:36.662Z[ host-image] Aug 06 04:10:34.947 INFO O| Aug 06 04:10:34.947 INFO STEP 150 (remove_files) COMPLETE
93592024-08-06T04:10:36.662Z[ host-image] Aug 06 04:10:34.947 INFO O| Aug 06 04:10:34.947 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93602024-08-06T04:10:36.671Z[ host-image] Aug 06 04:10:34.957 INFO O| Aug 06 04:10:34.957 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
93612024-08-06T04:10:36.674Z[ host-image] Aug 06 04:10:34.957 INFO O| Aug 06 04:10:34.957 INFO STEP 151 (remove_files) COMPLETE
93622024-08-06T04:10:36.674Z[ host-image] Aug 06 04:10:34.957 INFO O| Aug 06 04:10:34.957 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93632024-08-06T04:10:36.681Z[ host-image] Aug 06 04:10:34.967 INFO O| Aug 06 04:10:34.967 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
93642024-08-06T04:10:36.681Z[ host-image] Aug 06 04:10:34.967 INFO O| Aug 06 04:10:34.967 INFO STEP 152 (remove_files) COMPLETE
93652024-08-06T04:10:36.684Z[ host-image] Aug 06 04:10:34.967 INFO O| Aug 06 04:10:34.967 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93662024-08-06T04:10:36.691Z[ host-image] Aug 06 04:10:34.977 INFO O| Aug 06 04:10:34.977 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
93672024-08-06T04:10:36.694Z[ host-image] Aug 06 04:10:34.977 INFO O| Aug 06 04:10:34.977 INFO STEP 153 (remove_files) COMPLETE
93682024-08-06T04:10:36.694Z[ host-image] Aug 06 04:10:34.977 INFO O| Aug 06 04:10:34.977 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93692024-08-06T04:10:36.701Z[ host-image] Aug 06 04:10:34.987 INFO O| Aug 06 04:10:34.987 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
93702024-08-06T04:10:36.701Z[ host-image] Aug 06 04:10:34.987 INFO O| Aug 06 04:10:34.987 INFO STEP 154 (remove_files) COMPLETE
93712024-08-06T04:10:36.701Z[ host-image] Aug 06 04:10:34.987 INFO O| Aug 06 04:10:34.987 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93722024-08-06T04:10:36.711Z[ host-image] Aug 06 04:10:34.997 INFO O| Aug 06 04:10:34.997 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
93732024-08-06T04:10:36.711Z[ host-image] Aug 06 04:10:34.997 INFO O| Aug 06 04:10:34.997 INFO STEP 155 (remove_files) COMPLETE
93742024-08-06T04:10:36.714Z[ host-image] Aug 06 04:10:34.997 INFO O| Aug 06 04:10:34.997 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93752024-08-06T04:10:36.726Z[ host-image] Aug 06 04:10:35.012 INFO O| Aug 06 04:10:35.012 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
93762024-08-06T04:10:36.726Z[ host-image] Aug 06 04:10:35.012 INFO O| Aug 06 04:10:35.012 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
93772024-08-06T04:10:37.740Z[ recovery-image] Aug 06 04:10:36.025 INFO E| Finished `release` profile [optimized] target(s) in 45.88s
93782024-08-06T04:10:37.761Z[ recovery-image] Aug 06 04:10:36.047 INFO building host image...
93792024-08-06T04:10:37.764Z[ recovery-image] Aug 06 04:10:36.047 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")
93802024-08-06T04:10:38.220Z[ recovery-image] Aug 06 04:10:36.505 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
93812024-08-06T04:10:39.587Z[ recovery-image] Aug 06 04:10:37.872 INFO image complete! materials are in "/work/os-recovery"
93822024-08-06T04:10:39.590Z[ recovery-image]
93832024-08-06T04:10:39.590Z[ recovery-image] real 6:53.686726653
93842024-08-06T04:10:39.590Z[ recovery-image] user 4:42.683132814
93852024-08-06T04:10:39.590Z[ recovery-image] sys 1:01.829084878
93862024-08-06T04:10:39.590Z[ recovery-image] trap 0.232567905
93872024-08-06T04:10:39.590Z[ recovery-image] tflt 0.711392292
93882024-08-06T04:10:39.590Z[ recovery-image] dflt 1.106807727
93892024-08-06T04:10:39.590Z[ recovery-image] kflt 0.000074448
93902024-08-06T04:10:39.590Z[ recovery-image] lock 16:10.978191670
93912024-08-06T04:10:39.590Z[ recovery-image] slp 40:56.363079447
93922024-08-06T04:10:39.590Z[ recovery-image] lat 1:27.040199662
93932024-08-06T04:10:39.590Z[ recovery-image] stop 4.905075523
93942024-08-06T04:10:39.590ZAug 06 04:10:37.875 INFO [recovery-image] process exited with exit status: 0 (413.702858359s)
93952024-08-06T04:10:45.636Z[ host-image] Aug 06 04:10:43.920 INFO O| Aug 06 04:10:43.920 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
93962024-08-06T04:10:45.636Z[ host-image] Aug 06 04:10:43.920 INFO O| Aug 06 04:10:43.920 INFO E| svccfg: Loaded 74 smf(7) service descriptions
93972024-08-06T04:10:45.649Z[ host-image] Aug 06 04:10:43.933 INFO O| Aug 06 04:10:43.933 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
93982024-08-06T04:10:45.728Z[ host-image] Aug 06 04:10:44.011 INFO O| Aug 06 04:10:44.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
93992024-08-06T04:10:45.728Z[ host-image] Aug 06 04:10:44.011 INFO O| Aug 06 04:10:44.011 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94002024-08-06T04:10:45.730Z[ host-image] Aug 06 04:10:44.013 INFO O| Aug 06 04:10:44.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94012024-08-06T04:10:45.730Z[ host-image] Aug 06 04:10:44.013 INFO O| Aug 06 04:10:44.013 INFO ok!
94022024-08-06T04:10:45.731Z[ host-image] Aug 06 04:10:44.013 INFO O| Aug 06 04:10:44.013 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94032024-08-06T04:10:45.731Z[ host-image] Aug 06 04:10:44.013 INFO O| Aug 06 04:10:44.013 INFO STEP 156 (seed_smf) COMPLETE
94042024-08-06T04:10:45.731Z[ host-image] Aug 06 04:10:44.013 INFO O| Aug 06 04:10:44.013 INFO steps complete; finalising image!
94052024-08-06T04:10:45.731Z[ host-image] Aug 06 04:10:44.013 INFO O| Aug 06 04:10:44.013 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94062024-08-06T04:10:45.872Z[ host-image] Aug 06 04:10:44.156 INFO O| Aug 06 04:10:44.156 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Aug 6 04:10:44 2024)
94072024-08-06T04:10:46.094Z[ host-image] Aug 06 04:10:44.377 INFO O| Aug 06 04:10:44.377 INFO temporary pool has 661M used, 171M avail, 1.88x compressratio
94082024-08-06T04:10:46.094Z[ host-image] Aug 06 04:10:44.377 INFO O| Aug 06 04:10:44.377 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94092024-08-06T04:10:46.374Z[ host-image] Aug 06 04:10:44.658 INFO O| Aug 06 04:10:44.658 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94102024-08-06T04:10:46.377Z[ host-image] Aug 06 04:10:44.658 INFO O| Aug 06 04:10:44.658 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94112024-08-06T04:10:47.420Z[ host-image] Aug 06 04:10:45.703 INFO O| Aug 06 04:10:45.703 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94122024-08-06T04:10:47.420Z[ host-image] Aug 06 04:10:45.703 INFO O| Aug 06 04:10:45.703 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94132024-08-06T04:10:47.422Z[ host-image] Aug 06 04:10:45.703 INFO O| Aug 06 04:10:45.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94142024-08-06T04:10:47.423Z[ host-image] Aug 06 04:10:45.703 INFO O| Aug 06 04:10:45.703 INFO completed processing gimlet/zfs
94152024-08-06T04:10:47.423Z[ host-image] Aug 06 04:10:45.703 INFO O| Aug 06 04:10:45.703 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94162024-08-06T04:10:53.656Z[ host-image] Aug 06 04:10:51.938 INFO O| Aug 06 04:10:51.938 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94172024-08-06T04:10:53.741Z[ host-image] Aug 06 04:10:52.023 INFO BUILD STRING "heads/stlouis-0-g795571e95f\n"
94182024-08-06T04:10:53.741Z[ host-image] Aug 06 04:10:52.024 INFO expanded image name: "ci ed12f2b/${os_short_commit} 2024-08-06 03:43" -> "ci ed12f2b/795571e 2024-08-06 03:43"
94192024-08-06T04:10:53.744Z[ host-image] Aug 06 04:10:52.024 INFO output artefacts stored in: "/work/os-host"
94202024-08-06T04:10:53.744Z[ host-image] Aug 06 04:10:52.024 INFO collecting git info from project "bootserver"...
94212024-08-06T04:10:53.747Z[ host-image] Aug 06 04:10:52.029 INFO collecting git info from project "image-builder"...
94222024-08-06T04:10:53.751Z[ host-image] Aug 06 04:10:52.034 INFO collecting git info from project "amd-host-image-builder"...
94232024-08-06T04:10:53.765Z[ host-image] Aug 06 04:10:52.048 INFO collecting git info from project "pinprick"...
94242024-08-06T04:10:53.769Z[ host-image] Aug 06 04:10:52.052 INFO collecting git info from project "pilot"...
94252024-08-06T04:10:53.774Z[ host-image] Aug 06 04:10:52.057 INFO collecting git info from project "phbl"...
94262024-08-06T04:10:53.779Z[ host-image] Aug 06 04:10:52.061 INFO collecting git info from project "chelsio-t6-roms"...
94272024-08-06T04:10:53.783Z[ host-image] Aug 06 04:10:52.066 INFO collecting git info from project "amd-firmware"...
94282024-08-06T04:10:53.791Z[ host-image] Aug 06 04:10:52.074 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94292024-08-06T04:10:54.157Z[ host-image] Aug 06 04:10:52.439 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94302024-08-06T04:10:54.512Z[ host-image] Aug 06 04:10:52.794 INFO creating Oxide boot image...
94312024-08-06T04:10:54.512Z[ host-image] Aug 06 04:10:52.794 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci ed12f2b/795571e 2024-08-06 03:43", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94322024-08-06T04:10:55.450Z[ host-image] Aug 06 04:10:53.732 INFO O| ok, image written!
94332024-08-06T04:10:55.450Z[ host-image] Aug 06 04:10:53.732 INFO O| ok, boot_image_csum file written!
94342024-08-06T04:10:55.453Z[ host-image] Aug 06 04:10:53.735 INFO creating boot archive (CPIO)...
94352024-08-06T04:10:55.453Z[ host-image] Aug 06 04:10:53.735 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
94362024-08-06T04:10:55.462Z[ host-image] Aug 06 04:10:53.745 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94372024-08-06T04:10:55.465Z[ host-image] Aug 06 04:10:53.745 INFO E| + outfile=/work/os-host/cpio
94382024-08-06T04:10:55.465Z[ host-image] Aug 06 04:10:53.745 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94392024-08-06T04:10:55.465Z[ host-image] Aug 06 04:10:53.747 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94402024-08-06T04:10:55.465Z[ host-image] Aug 06 04:10:53.747 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94412024-08-06T04:10:55.500Z[ host-image] Aug 06 04:10:53.783 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94422024-08-06T04:10:55.500Z[ host-image] Aug 06 04:10:53.783 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94432024-08-06T04:10:55.509Z[ host-image] Aug 06 04:10:53.791 INFO creating compressed cpio/unix for nanobl-rs...
94442024-08-06T04:10:55.509Z[ host-image] Aug 06 04:10:53.791 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
94452024-08-06T04:10:55.794Z[ host-image] Aug 06 04:10:54.076 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
94462024-08-06T04:11:00.161Z[ host-image] Aug 06 04:10:58.442 INFO creating reset image...
94472024-08-06T04:11:00.164Z[ host-image] Aug 06 04:10:58.442 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
94482024-08-06T04:11:00.250Z[ host-image] Aug 06 04:10:58.532 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
94492024-08-06T04:11:00.253Z[ host-image] Aug 06 04:10:58.532 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
94502024-08-06T04:11:00.318Z[ host-image] Aug 06 04:10:58.599 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94512024-08-06T04:11:02.541Z[ host-image] Aug 06 04:11:00.821 INFO E| Finished `release` profile [optimized] target(s) in 2.27s
94522024-08-06T04:11:02.552Z[ host-image] Aug 06 04:11:00.833 INFO building host image...
94532024-08-06T04:11:02.555Z[ host-image] Aug 06 04:11:00.833 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")
94542024-08-06T04:11:03.006Z[ host-image] Aug 06 04:11:01.286 INFO finishing image archive at "/work/os-host/os.tar.gz"...
94552024-08-06T04:11:48.157Z[ host-image] Aug 06 04:11:46.431 INFO image complete! materials are in "/work/os-host"
94562024-08-06T04:11:48.160Z[ host-image]
94572024-08-06T04:11:48.160Z[ host-image] real 8:15.611384650
94582024-08-06T04:11:48.160Z[ host-image] user 3:59.431930789
94592024-08-06T04:11:48.160Z[ host-image] sys 52.397853650
94602024-08-06T04:11:48.163Z[ host-image] trap 0.151127417
94612024-08-06T04:11:48.163Z[ host-image] tflt 0.013874790
94622024-08-06T04:11:48.163Z[ host-image] dflt 0.039722474
94632024-08-06T04:11:48.163Z[ host-image] kflt 0.000001969
94642024-08-06T04:11:48.163Z[ host-image] lock 5:58.961138879
94652024-08-06T04:11:48.163Z[ host-image] slp 44:53.024014718
94662024-08-06T04:11:48.163Z[ host-image] lat 1:08.890207918
94672024-08-06T04:11:48.163ZAug 06 04:11:46.434 INFO [host-image] process exited with exit status: 0 (495.624070685s)
94682024-08-06T04:11:48.163Z[ host-image] stop 0.947053321
94692024-08-06T04:11:48.163ZAug 06 04:11:46.435 INFO [tuf-repo] running task
94702024-08-06T04:11:55.151ZAug 06 04:11:53.423 INFO assembling repository in `/tmp/tufaceous6fmPQB`, component: OmicronRepoAssembler
94712024-08-06T04:11:59.685ZAug 06 04:11:57.957 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
94722024-08-06T04:11:59.870ZAug 06 04:11:58.142 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
94732024-08-06T04:12:10.874ZAug 06 04:12:09.144 INFO [tuf-repo] task succeeded (22.709331478s)
94742024-08-06T04:12:10.874ZAug 06 04:12:09.144 INFO all jobs completed in 1720.363256314s
94752024-08-06T04:12:11.404Zprocess exited: duration 2297656 ms, exit code 0
 
94762024-08-06T04:12:11.415Zfound 33 output files
94772024-08-06T04:12:11.421Zuploading: /work/manifest.toml (8404 bytes)
94782024-08-06T04:12:12.427Zuploaded: /work/manifest.toml
94792024-08-06T04:12:12.427Zuploading: /work/repo.zip (1758293738 bytes)
94802024-08-06T04:12:43.543Zuploaded: /work/repo.zip
94812024-08-06T04:12:43.543Zuploading: /work/repo.zip.sha256.txt (65 bytes)
94822024-08-06T04:12:44.555Zuploaded: /work/repo.zip.sha256.txt
94832024-08-06T04:12:44.558Zuploading: /work/helios-setup.log (51506 bytes)
94842024-08-06T04:12:45.567Zuploaded: /work/helios-setup.log
94852024-08-06T04:12:45.567Zuploading: /work/host-image.log (195303 bytes)
94862024-08-06T04:12:46.586Zuploaded: /work/host-image.log
94872024-08-06T04:12:46.586Zuploading: /work/host-package.log (17696 bytes)
94882024-08-06T04:12:47.595Zuploaded: /work/host-package.log
94892024-08-06T04:12:47.595Zuploading: /work/host-target.log (101 bytes)
94902024-08-06T04:12:48.603Zuploaded: /work/host-target.log
94912024-08-06T04:12:48.603Zuploading: /work/omicron-package.log (4520 bytes)
94922024-08-06T04:12:49.612Zuploaded: /work/omicron-package.log
94932024-08-06T04:12:49.612Zuploading: /work/phbl-toolchain.log (881 bytes)
94942024-08-06T04:12:50.620Zuploaded: /work/phbl-toolchain.log
94952024-08-06T04:12:50.620Zuploading: /work/recovery-image.log (592161 bytes)
94962024-08-06T04:12:51.649Zuploaded: /work/recovery-image.log
94972024-08-06T04:12:51.649Zuploading: /work/recovery-package.log (282 bytes)
94982024-08-06T04:12:52.657Zuploaded: /work/recovery-package.log
94992024-08-06T04:12:52.660Zuploading: /work/recovery-target.log (98 bytes)
95002024-08-06T04:12:53.665Zuploaded: /work/recovery-target.log
95012024-08-06T04:12:53.666Zuploading: /work/stamp-clickhouse.log (117 bytes)
95022024-08-06T04:12:54.673Zuploaded: /work/stamp-clickhouse.log
95032024-08-06T04:12:54.673Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95042024-08-06T04:12:55.681Zuploaded: /work/stamp-clickhouse_keeper.log
95052024-08-06T04:12:55.682Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95062024-08-06T04:12:56.690Zuploaded: /work/stamp-cockroachdb.log
95072024-08-06T04:12:56.690Zuploading: /work/stamp-crucible-dtrace.log (71 bytes)
95082024-08-06T04:12:57.698Zuploaded: /work/stamp-crucible-dtrace.log
95092024-08-06T04:12:57.698Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95102024-08-06T04:12:58.707Zuploaded: /work/stamp-crucible-pantry-zone.log
95112024-08-06T04:12:58.707Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95122024-08-06T04:12:59.715Zuploaded: /work/stamp-crucible-zone.log
95132024-08-06T04:12:59.715Zuploading: /work/stamp-external-dns.log (119 bytes)
95142024-08-06T04:13:00.723Zuploaded: /work/stamp-external-dns.log
95152024-08-06T04:13:00.723Zuploading: /work/stamp-installinator.log (103 bytes)
95162024-08-06T04:13:01.732Zuploaded: /work/stamp-installinator.log
95172024-08-06T04:13:01.732Zuploading: /work/stamp-internal-dns.log (119 bytes)
95182024-08-06T04:13:02.740Zuploaded: /work/stamp-internal-dns.log
95192024-08-06T04:13:02.740Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95202024-08-06T04:13:03.748Zuploaded: /work/stamp-mg-ddm-gz.log
95212024-08-06T04:13:03.748Zuploading: /work/stamp-nexus.log (112 bytes)
95222024-08-06T04:13:04.756Zuploaded: /work/stamp-nexus.log
95232024-08-06T04:13:04.756Zuploading: /work/stamp-ntp.log (110 bytes)
95242024-08-06T04:13:05.764Zuploaded: /work/stamp-ntp.log
95252024-08-06T04:13:05.764Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95262024-08-06T04:13:06.773Zuploaded: /work/stamp-omicron-sled-agent.log
95272024-08-06T04:13:06.773Zuploading: /work/stamp-overlay.log (114 bytes)
95282024-08-06T04:13:07.782Zuploaded: /work/stamp-overlay.log
95292024-08-06T04:13:07.782Zuploading: /work/stamp-oximeter.log (115 bytes)
95302024-08-06T04:13:08.790Zuploaded: /work/stamp-oximeter.log
95312024-08-06T04:13:08.790Zuploading: /work/stamp-oxlog.log (109 bytes)
95322024-08-06T04:13:09.799Zuploaded: /work/stamp-oxlog.log
95332024-08-06T04:13:09.799Zuploading: /work/stamp-probe.log (112 bytes)
95342024-08-06T04:13:10.808Zuploaded: /work/stamp-probe.log
95352024-08-06T04:13:10.808Zuploading: /work/stamp-propolis-server.log (122 bytes)
95362024-08-06T04:13:11.816Zuploaded: /work/stamp-propolis-server.log
95372024-08-06T04:13:11.816Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95382024-08-06T04:13:12.824Zuploaded: /work/stamp-pumpkind-gz.log
95392024-08-06T04:13:12.824Zuploading: /work/stamp-switch-asic.log (118 bytes)
95402024-08-06T04:13:13.832Zuploaded: /work/stamp-switch-asic.log
95412024-08-06T04:13:13.832Zuploading: /work/verify-libraries.log (1581 bytes)
95422024-08-06T04:13:14.840Zuploaded: /work/verify-libraries.log