01J56RT8FQAHMV6DD5AKWX60ZP: 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: 01J56RTT7QGW2DGFNZ1V8VA4HR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-13T21:04:51.638Zjob assigned to worker 01J56RTW779KSABD1JCRVET46F (queued for 1 m 32 s)
 
22024-08-13T21:05:04.620Zstarting task 0: "setup"
32024-08-13T21:05:04.959Z++ uname -s
42024-08-13T21:05:04.962Z+ kern=SunOS
52024-08-13T21:05:04.962Z+ case "$kern" in
62024-08-13T21:05:04.962Z+ groupadd -g 12345 build
72024-08-13T21:05:04.965Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-13T21:05:06.977Z+ zfs create -o mountpoint=/work rpool/work
92024-08-13T21:05:07.082Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-13T21:05:07.085Z+ home_fs=zfs
112024-08-13T21:05:07.085Z+ [[ zfs == autofs ]]
122024-08-13T21:05:07.085Z+ mkdir -p /home/build
132024-08-13T21:05:07.088Z+ chown build:build /home/build /work
142024-08-13T21:05:09.087Z+ chmod 0700 /home/build /work
152024-08-13T21:05:09.090Zprocess exited: duration 4472 ms, exit code 0
 
162024-08-13T21:05:09.096Zstarting task 1: "rust-toolchain"
172024-08-13T21:05:09.100Z+ printf ' * toolchain channel = "%s"
182024-08-13T21:05:09.100Z' 1.80.1
192024-08-13T21:05:09.100Z+ printf ' * toolchain profile = "%s"
202024-08-13T21:05:09.100Z' default
212024-08-13T21:05:09.101Z * toolchain channel = "1.80.1"
222024-08-13T21:05:09.101Z * toolchain profile = "default"
232024-08-13T21:05:09.103Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-13T21:05:09.103Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-13T21:05:09.218Zinfo: downloading installer
262024-08-13T21:05:11.896Zinfo: profile set to 'default'
272024-08-13T21:05:11.897Zinfo: default host triple is x86_64-unknown-illumos
282024-08-13T21:05:11.900Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-13T21:05:12.029Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-13T21:05:12.030Zinfo: downloading component 'cargo'
312024-08-13T21:05:12.702Zinfo: downloading component 'clippy'
322024-08-13T21:05:12.942Zinfo: downloading component 'rust-docs'
332024-08-13T21:05:13.882Zinfo: downloading component 'rust-std'
342024-08-13T21:05:15.215Zinfo: downloading component 'rustc'
352024-08-13T21:05:18.941Zinfo: downloading component 'rustfmt'
362024-08-13T21:05:19.140Zinfo: installing component 'cargo'
372024-08-13T21:05:19.956Zinfo: installing component 'clippy'
382024-08-13T21:05:20.339Zinfo: installing component 'rust-docs'
392024-08-13T21:05:21.932Zinfo: installing component 'rust-std'
402024-08-13T21:05:23.509Zinfo: installing component 'rustc'
412024-08-13T21:05:27.756Zinfo: installing component 'rustfmt'
422024-08-13T21:05:28.118Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-13T21:05:28.118Z
442024-08-13T21:05:28.369Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-13T21:05:28.369Z
462024-08-13T21:05:28.372Z
472024-08-13T21:05:28.372ZRust is installed now. Great!
482024-08-13T21:05:28.372Z
492024-08-13T21:05:28.372ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-13T21:05:28.372Zenvironment variable. This has not been done automatically.
512024-08-13T21:05:28.372Z
522024-08-13T21:05:28.372ZTo configure your current shell, you need to source
532024-08-13T21:05:28.372Zthe corresponding env file under $HOME/.cargo.
542024-08-13T21:05:28.372Z
552024-08-13T21:05:28.373ZThis is usually done by running one of the following (note the leading DOT):
562024-08-13T21:05:28.373Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-13T21:05:28.373Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-13T21:05:28.587Z+ rustc --version
592024-08-13T21:05:28.651Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-13T21:05:28.656Zprocess exited: duration 19555 ms, exit code 0
 
612024-08-13T21:05:28.662Zstarting task 2: "authentication"
622024-08-13T21:05:28.683Zprocess exited: duration 21 ms, exit code 0
 
632024-08-13T21:05:28.692Zstarting task 3: "clone repository"
642024-08-13T21:05:28.695Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-13T21:05:28.698Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-13T21:05:29.397ZCloning into '/work/oxidecomputer/omicron'...
672024-08-13T21:05:43.544Z+ cd /work/oxidecomputer/omicron
682024-08-13T21:05:43.544Z+ git fetch origin a19d8b063458a456ba22b56737c15c5953e4d5f0
692024-08-13T21:05:43.849ZFrom https://github.com/oxidecomputer/omicron
702024-08-13T21:05:43.849Z * branch a19d8b063458a456ba22b56737c15c5953e4d5f0 -> FETCH_HEAD
712024-08-13T21:05:43.858Z+ [[ -n sunshowers/spr/sled-agent-turn-api-into-a-trait ]]
722024-08-13T21:05:43.861Z++ git branch --show-current
732024-08-13T21:05:43.863Z+ current=main
742024-08-13T21:05:43.863Z+ [[ main != sunshowers/spr/sled-agent-turn-api-into-a-trait ]]
752024-08-13T21:05:43.863Z+ git branch -f sunshowers/spr/sled-agent-turn-api-into-a-trait a19d8b063458a456ba22b56737c15c5953e4d5f0
762024-08-13T21:05:43.866Z+ git checkout -f sunshowers/spr/sled-agent-turn-api-into-a-trait
772024-08-13T21:05:44.014ZSwitched to branch 'sunshowers/spr/sled-agent-turn-api-into-a-trait'
782024-08-13T21:05:44.017Z+ git reset --hard a19d8b063458a456ba22b56737c15c5953e4d5f0
792024-08-13T21:05:44.156ZHEAD is now at a19d8b063 rebase on main
802024-08-13T21:05:44.159Zprocess exited: duration 15465 ms, exit code 0
 
812024-08-13T21:05:44.166Zstarting task 4: "build"
822024-08-13T21:05:44.171Z+ cargo --version
832024-08-13T21:05:44.225Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-13T21:05:44.228Z+ rustc --version
852024-08-13T21:05:44.285Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-13T21:05:44.288Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-13T21:06:07.251Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-13T21:06:09.560Z Startup: Caching catalogs ... Done
892024-08-13T21:06:13.948ZPlanning: Solver setup ... Done (3.812s)
902024-08-13T21:06:14.015ZPlanning: Running solver ... Done (0.067s)
912024-08-13T21:06:14.071ZPlanning: Finding local manifests ... Done (0.003s)
922024-08-13T21:06:14.083ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-13T21:06:14.478ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-13T21:06:14.525ZPlanning: Package planning ... Done (0.047s)
952024-08-13T21:06:14.576ZPlanning: Merging actions ... Done (0.051s)
962024-08-13T21:06:15.950ZPlanning: Checking for conflicting actions ... Done (1.374s)
972024-08-13T21:06:15.961ZPlanning: Consolidating action changes ... Done (0.011s)
982024-08-13T21:06:23.011ZPlanning: Evaluating mediators ... Done (7.049s)
992024-08-13T21:06:23.020ZPlanning: Planning completed in 13.39 seconds
1002024-08-13T21:06:23.976Z Packages to install: 4
1012024-08-13T21:06:23.976Z Mediators to change: 2
1022024-08-13T21:06:23.978Z Services to change: 1
1032024-08-13T21:06:23.978Z Estimated space available: 155.75 GB
1042024-08-13T21:06:23.978ZEstimated space to be consumed: 1.48 GB
1052024-08-13T21:06:23.978Z Create boot environment: No
1062024-08-13T21:06:23.978ZCreate backup boot environment: No
1072024-08-13T21:06:23.978Z Rebuild boot archive: No
1082024-08-13T21:06:23.978Z
1092024-08-13T21:06:23.978ZChanged mediators:
1102024-08-13T21:06:23.978Z mediator clang:
1112024-08-13T21:06:23.978Z version: None -> 15 (system default)
1122024-08-13T21:06:23.978Z
1132024-08-13T21:06:23.979Z mediator llvm:
1142024-08-13T21:06:23.979Z version: 14 (system default) -> 15 (system default)
1152024-08-13T21:06:23.979Z
1162024-08-13T21:06:23.979ZChanged packages:
1172024-08-13T21:06:23.979Zhelios-dev
1182024-08-13T21:06:23.979Z developer/build-essential
1192024-08-13T21:06:23.979Z None -> 11-2.0
1202024-08-13T21:06:23.979Z library/libxmlsec1
1212024-08-13T21:06:23.979Z None -> 1.2.35-2.0
1222024-08-13T21:06:23.979Z ooce/developer/clang-15
1232024-08-13T21:06:23.979Z None -> 15.0.7-2.0
1242024-08-13T21:06:23.979Z ooce/developer/llvm-15
1252024-08-13T21:06:23.979Z None -> 15.0.7-2.0
1262024-08-13T21:06:23.979Z
1272024-08-13T21:06:23.979ZServices:
1282024-08-13T21:06:23.979Z restart_fmri:
1292024-08-13T21:06:23.979Z svc:/system/update-man-index:default
1302024-08-13T21:06:24.246Z
1312024-08-13T21:06:24.246ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-13T21:06:29.247ZDownload: 1266/3290 items 111.7/212.6MB 52% complete (22.3M/s)
1332024-08-13T21:06:34.248ZDownload: 3158/3290 items 147.2/212.6MB 69% complete (14.7M/s)
1342024-08-13T21:06:36.333ZDownload: Completed 212.60 MB in 12.09 seconds (17.6M/s)
1352024-08-13T21:06:36.709Z Actions: 1/3689 actions (Installing new actions)
1362024-08-13T21:06:41.720Z Actions: 3552/3689 actions (Installing new actions)
1372024-08-13T21:06:42.059Z Actions: Completed 3689 actions in 5.35 seconds.
1382024-08-13T21:06:42.333Z Done (0.269s)
1392024-08-13T21:06:42.333Z Done (0.000s)
1402024-08-13T21:06:42.699Z Done (0.366s)
1412024-08-13T21:06:47.659Z Done (4.797s)
1422024-08-13T21:06:47.854Z Done (0.131s)
1432024-08-13T21:06:47.857Z Done (0.000s)
1442024-08-13T21:06:48.048Z Done (0.000s)
1452024-08-13T21:06:48.626ZPlanning: Evaluating mediator changes ... Done
1462024-08-13T21:06:48.785ZPlanning: Checking for conflicting actions ... Done
1472024-08-13T21:06:48.788ZPlanning: Consolidating action changes ... Done
1482024-08-13T21:06:49.053ZPlanning: Evaluating mediators ... Done
1492024-08-13T21:06:49.055ZPlanning: Planning completed in 0.43 seconds
1502024-08-13T21:06:49.085Z Mediators to change: 2
1512024-08-13T21:06:49.085Z Create boot environment: No
1522024-08-13T21:06:49.088ZCreate backup boot environment: No
1532024-08-13T21:06:49.279Z Done
1542024-08-13T21:06:49.279Z Done
1552024-08-13T21:06:49.504Z Done
1562024-08-13T21:06:53.088Z Done
1572024-08-13T21:06:53.168Z Done
1582024-08-13T21:06:53.170Z Done
1592024-08-13T21:06:53.310Z Done
1602024-08-13T21:06:53.908ZPlanning: Evaluating mediator changes ... Done
1612024-08-13T21:06:53.911ZPlanning: Merging actions ... Done
1622024-08-13T21:06:54.098ZPlanning: Checking for conflicting actions ... Done
1632024-08-13T21:06:54.100ZPlanning: Consolidating action changes ... Done
1642024-08-13T21:06:54.358ZPlanning: Evaluating mediators ... Done
1652024-08-13T21:06:54.412ZPlanning: Planning completed in 0.74 seconds
1662024-08-13T21:06:54.446Z Packages to change: 1
1672024-08-13T21:06:54.446Z Mediators to change: 1
1682024-08-13T21:06:54.448Z Services to change: 1
1692024-08-13T21:06:54.448Z Create boot environment: No
1702024-08-13T21:06:54.448ZCreate backup boot environment: Yes
1712024-08-13T21:06:56.441Z Actions: 1/6 actions (Updating modified actions)
1722024-08-13T21:06:56.478Z Actions: Completed 6 actions in 0.03 seconds.
1732024-08-13T21:06:56.483Z Done
1742024-08-13T21:06:56.483Z Done
1752024-08-13T21:06:56.552Z Done
1762024-08-13T21:07:00.084Z Done
1772024-08-13T21:07:00.166Z Done
1782024-08-13T21:07:00.169Z Done
1792024-08-13T21:07:00.285Z Done
1802024-08-13T21:07:00.712ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1812024-08-13T21:07:00.712Zclang system 15 system
1822024-08-13T21:07:00.712Zcsh system system illumos
1832024-08-13T21:07:00.712Zctags system system illumos
1842024-08-13T21:07:00.712Zgcc vendor 12 vendor
1852024-08-13T21:07:00.712Zgcc system 10 system
1862024-08-13T21:07:00.712Zgcc system 7 system
1872024-08-13T21:07:00.712Zgo system 1.20 system
1882024-08-13T21:07:00.712Zgo system 1.19 system
1892024-08-13T21:07:00.712Zllvm system 15 system
1902024-08-13T21:07:00.712Zllvm system 14 system
1912024-08-13T21:07:00.712Zmariadb system 10.6 system
1922024-08-13T21:07:00.712Zmta vendor vendor dma
1932024-08-13T21:07:00.712Zopenjdk system 17 system
1942024-08-13T21:07:00.712Zopenjdk system 11 system
1952024-08-13T21:07:00.712Zopenjdk system 1.8 system
1962024-08-13T21:07:00.712Zopenssl vendor 3 vendor
1972024-08-13T21:07:00.712Zperl system 5.36 system
1982024-08-13T21:07:00.712Zpostgresql system 15 system
1992024-08-13T21:07:00.712Zpostgresql system 13 system
2002024-08-13T21:07:00.712Zpython vendor 3 vendor
2012024-08-13T21:07:00.712Zpython system 2 system
2022024-08-13T21:07:00.712Zpython3 system 3.11 system
2032024-08-13T21:07:00.712Zruby system 3.0 system
2042024-08-13T21:07:00.712Zwords vendor vendor american-english
2052024-08-13T21:07:00.712Zwords system system australian-english
2062024-08-13T21:07:00.712Zwords system system british-english
2072024-08-13T21:07:00.712Zwords system system canadian-english
2082024-08-13T21:07:00.712Zwords system system french
2092024-08-13T21:07:00.712Zwords system system italian
2102024-08-13T21:07:00.712Zwords system system ngerman
2112024-08-13T21:07:00.712Zwords system system ogerman
2122024-08-13T21:07:00.712Zwords system system spanish
2132024-08-13T21:07:01.034ZPUBLISHER TYPE STATUS P LOCATION
2142024-08-13T21:07:01.034Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2152024-08-13T21:07:02.716ZFMRI IFO
2162024-08-13T21:07:02.716Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2172024-08-13T21:07:02.716Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2182024-08-13T21:07:02.716Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2192024-08-13T21:07:02.716Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2202024-08-13T21:07:02.716Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2212024-08-13T21:07:02.717Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2222024-08-13T21:07:02.717Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2232024-08-13T21:07:02.717Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2242024-08-13T21:07:02.717Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2252024-08-13T21:07:02.717Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2262024-08-13T21:07:02.717Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2272024-08-13T21:07:02.717Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2282024-08-13T21:07:03.291Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2292024-08-13T21:07:03.559Z Updating git repository `https://github.com/oxidecomputer/zone`
2302024-08-13T21:07:03.827Z Updating crates.io index
2312024-08-13T21:07:03.830Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2322024-08-13T21:07:04.603Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2332024-08-13T21:07:05.314Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2342024-08-13T21:07:05.557Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2352024-08-13T21:07:07.053Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2362024-08-13T21:07:07.326Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2372024-08-13T21:07:07.564Z Updating git repository `https://github.com/oxidecomputer/propolis`
2382024-08-13T21:07:08.627Z Updating git repository `https://github.com/oxidecomputer/crucible`
2392024-08-13T21:07:10.529Z Updating git repository `https://github.com/oxidecomputer/opte`
2402024-08-13T21:07:11.669Z Updating git repository `https://github.com/oxidecomputer/falcon`
2412024-08-13T21:07:12.440Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422024-08-13T21:07:12.939Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432024-08-13T21:07:13.340Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2442024-08-13T21:07:13.586Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2452024-08-13T21:07:13.952Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462024-08-13T21:07:14.245Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2472024-08-13T21:07:14.517Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2482024-08-13T21:07:14.778Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2492024-08-13T21:07:15.038Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502024-08-13T21:07:15.457Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2512024-08-13T21:07:15.726Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522024-08-13T21:07:16.063Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2532024-08-13T21:07:16.413Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542024-08-13T21:07:16.879Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552024-08-13T21:07:17.165Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562024-08-13T21:07:17.542Z Updating git repository `https://github.com/oxidecomputer/typify`
2572024-08-13T21:07:19.627Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2582024-08-13T21:07:19.937Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2592024-08-13T21:07:20.192Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2602024-08-13T21:07:20.548Z Updating git repository `https://github.com/oxidecomputer/rfb`
2612024-08-13T21:07:21.684Z Downloading crates ...
2622024-08-13T21:07:21.763Z Downloaded anstream v0.6.14
2632024-08-13T21:07:21.766Z Downloaded colorchoice v1.0.1
2642024-08-13T21:07:21.768Z Downloaded cargo-platform v0.1.8
2652024-08-13T21:07:21.768Z Downloaded crypto-common v0.1.6
2662024-08-13T21:07:21.771Z Downloaded clap_derive v4.5.13
2672024-08-13T21:07:21.773Z Downloaded byteorder v1.5.0
2682024-08-13T21:07:21.776Z Downloaded is_terminal_polyfill v1.70.0
2692024-08-13T21:07:21.776Z Downloaded block-buffer v0.10.4
2702024-08-13T21:07:21.776Z Downloaded equivalent v1.0.1
2712024-08-13T21:07:21.778Z Downloaded usdt-attr-macro v0.5.0
2722024-08-13T21:07:21.782Z Downloaded usdt-macro v0.5.0
2732024-08-13T21:07:21.785Z Downloaded pretty-hex v0.4.1
2742024-08-13T21:07:21.785Z Downloaded terminal_size v0.3.0
2752024-08-13T21:07:21.787Z Downloaded anstyle-query v1.0.3
2762024-08-13T21:07:21.787Z Downloaded scroll_derive v0.12.0
2772024-08-13T21:07:21.791Z Downloaded anstyle v1.0.8
2782024-08-13T21:07:21.791Z Downloaded fnv v1.0.7
2792024-08-13T21:07:21.791Z Downloaded autocfg v1.3.0
2802024-08-13T21:07:21.794Z Downloaded proc-macro-error-attr v1.0.4
2812024-08-13T21:07:21.794Z Downloaded heck v0.5.0
2822024-08-13T21:07:21.796Z Downloaded strsim v0.11.1
2832024-08-13T21:07:21.798Z Downloaded version_check v0.9.5
2842024-08-13T21:07:21.803Z Downloaded memmap v0.7.0
2852024-08-13T21:07:21.806Z Downloaded generic-array v0.14.7
2862024-08-13T21:07:21.808Z Downloaded macaddr v1.0.1
2872024-08-13T21:07:21.808Z Downloaded dof v0.3.0
2882024-08-13T21:07:21.810Z Downloaded cargo_toml v0.20.4
2892024-08-13T21:07:21.810Z Downloaded quote v1.0.36
2902024-08-13T21:07:21.813Z Downloaded thiserror-impl v1.0.63
2912024-08-13T21:07:21.815Z Downloaded anstyle-parse v0.2.4
2922024-08-13T21:07:21.824Z Downloaded scroll v0.12.0
2932024-08-13T21:07:21.827Z Downloaded serde_tokenstream v0.2.1
2942024-08-13T21:07:21.832Z Downloaded swrite v0.1.0
2952024-08-13T21:07:21.835Z Downloaded pest_meta v2.7.10
2962024-08-13T21:07:21.837Z Downloaded bytecount v0.6.8
2972024-08-13T21:07:21.838Z Downloaded ryu v1.0.18
2982024-08-13T21:07:21.840Z Downloaded cpufeatures v0.2.12
2992024-08-13T21:07:21.842Z Downloaded clap_lex v0.7.0
3002024-08-13T21:07:21.842Z Downloaded cfg-if v1.0.0
3012024-08-13T21:07:21.845Z Downloaded dtrace-parser v0.2.0
3022024-08-13T21:07:21.851Z Downloaded clap v4.5.15
3032024-08-13T21:07:21.859Z Downloaded ucd-trie v0.1.6
3042024-08-13T21:07:21.862Z Downloaded toml v0.8.19
3052024-08-13T21:07:21.864Z Downloaded plain v0.2.3
3062024-08-13T21:07:21.867Z Downloaded errno v0.3.9
3072024-08-13T21:07:21.867Z Downloaded pest_derive v2.7.10
3082024-08-13T21:07:21.869Z Downloaded itoa v1.0.11
3092024-08-13T21:07:21.871Z Downloaded camino v1.1.7
3102024-08-13T21:07:21.872Z Downloaded bitflags v2.6.0
3112024-08-13T21:07:21.875Z Downloaded fs-err v2.11.0
3122024-08-13T21:07:21.878Z Downloaded pest_generator v2.7.10
3132024-08-13T21:07:21.880Z Downloaded thiserror v1.0.63
3142024-08-13T21:07:21.883Z Downloaded cargo_metadata v0.18.1
3152024-08-13T21:07:21.885Z Downloaded thread-id v4.2.1
3162024-08-13T21:07:21.887Z Downloaded utf8parse v0.2.1
3172024-08-13T21:07:21.887Z Downloaded usdt v0.5.0
3182024-08-13T21:07:21.890Z Downloaded toml_datetime v0.6.8
3192024-08-13T21:07:21.890Z Downloaded serde_spanned v0.6.7
3202024-08-13T21:07:21.890Z Downloaded heck v0.4.1
3212024-08-13T21:07:21.892Z Downloaded digest v0.10.7
3222024-08-13T21:07:21.895Z Downloaded sha2 v0.10.8
3232024-08-13T21:07:21.897Z Downloaded semver v1.0.23
3242024-08-13T21:07:21.897Z Downloaded serde v1.0.207
3252024-08-13T21:07:21.900Z Downloaded proc-macro-error v1.0.4
3262024-08-13T21:07:21.903Z Downloaded tabled_derive v0.7.0
3272024-08-13T21:07:21.906Z Downloaded once_cell v1.19.0
3282024-08-13T21:07:21.908Z Downloaded zerocopy-derive v0.7.34
3292024-08-13T21:07:21.911Z Downloaded usdt-impl v0.5.0
3302024-08-13T21:07:21.913Z Downloaded unicode-ident v1.0.12
3312024-08-13T21:07:21.915Z Downloaded proc-macro2 v1.0.86
3322024-08-13T21:07:21.918Z Downloaded anyhow v1.0.86
3332024-08-13T21:07:21.922Z Downloaded papergrid v0.11.0
3342024-08-13T21:07:21.926Z Downloaded serde_derive v1.0.207
3352024-08-13T21:07:21.928Z Downloaded log v0.4.21
3362024-08-13T21:07:21.931Z Downloaded typenum v1.17.0
3372024-08-13T21:07:21.933Z Downloaded toml_edit v0.22.20
3382024-08-13T21:07:21.954Z Downloaded memchr v2.7.2
3392024-08-13T21:07:21.959Z Downloaded indexmap v2.3.0
3402024-08-13T21:07:21.963Z Downloaded hashbrown v0.14.5
3412024-08-13T21:07:21.975Z Downloaded serde_json v1.0.124
3422024-08-13T21:07:21.982Z Downloaded zerocopy v0.7.34
3432024-08-13T21:07:21.997Z Downloaded tabled v0.15.0
3442024-08-13T21:07:22.012Z Downloaded pest v2.7.10
3452024-08-13T21:07:22.017Z Downloaded goblin v0.8.2
3462024-08-13T21:07:22.023Z Downloaded winnow v0.6.18
3472024-08-13T21:07:22.031Z Downloaded syn v1.0.109
3482024-08-13T21:07:22.041Z Downloaded syn v2.0.74
3492024-08-13T21:07:22.051Z Downloaded clap_builder v4.5.15
3502024-08-13T21:07:22.058Z Downloaded unicode-width v0.1.13
3512024-08-13T21:07:22.065Z Downloaded rustix v0.38.34
3522024-08-13T21:07:22.085Z Downloaded libc v0.2.155
3532024-08-13T21:07:22.377Z Compiling proc-macro2 v1.0.86
3542024-08-13T21:07:22.379Z Compiling unicode-ident v1.0.12
3552024-08-13T21:07:22.379Z Compiling version_check v0.9.5
3562024-08-13T21:07:22.379Z Compiling serde v1.0.207
3572024-08-13T21:07:22.379Z Compiling thiserror v1.0.63
3582024-08-13T21:07:22.380Z Compiling memchr v2.7.2
3592024-08-13T21:07:22.380Z Compiling libc v0.2.155
3602024-08-13T21:07:22.380Z Compiling ucd-trie v0.1.6
3612024-08-13T21:07:23.058Z Compiling ryu v1.0.18
3622024-08-13T21:07:23.103Z Compiling itoa v1.0.11
3632024-08-13T21:07:23.259Z Compiling once_cell v1.19.0
3642024-08-13T21:07:23.560Z Compiling byteorder v1.5.0
3652024-08-13T21:07:23.865Z Compiling serde_json v1.0.124
3662024-08-13T21:07:24.872Z Compiling proc-macro-error-attr v1.0.4
3672024-08-13T21:07:24.891Z Compiling usdt-impl v0.5.0
3682024-08-13T21:07:24.894Z Compiling rustix v0.38.34
3692024-08-13T21:07:24.996Z Compiling syn v1.0.109
3702024-08-13T21:07:25.051Z Compiling proc-macro-error v1.0.4
3712024-08-13T21:07:25.197Z Compiling bitflags v2.6.0
3722024-08-13T21:07:25.365Z Compiling equivalent v1.0.1
3732024-08-13T21:07:25.388Z Compiling log v0.4.21
3742024-08-13T21:07:25.472Z Compiling hashbrown v0.14.5
3752024-08-13T21:07:25.660Z Compiling thread-id v4.2.1
3762024-08-13T21:07:25.663Z Compiling plain v0.2.3
3772024-08-13T21:07:25.787Z Compiling utf8parse v0.2.1
3782024-08-13T21:07:25.856Z Compiling quote v1.0.36
3792024-08-13T21:07:25.879Z Compiling camino v1.1.7
3802024-08-13T21:07:25.928Z Compiling anstyle-parse v0.2.4
3812024-08-13T21:07:25.948Z Compiling anstyle v1.0.8
3822024-08-13T21:07:26.173Z Compiling errno v0.3.9
3832024-08-13T21:07:26.237Z Compiling syn v2.0.74
3842024-08-13T21:07:26.448Z Compiling semver v1.0.23
3852024-08-13T21:07:26.524Z Compiling anstyle-query v1.0.3
3862024-08-13T21:07:26.546Z Compiling autocfg v1.3.0
3872024-08-13T21:07:26.659Z Compiling pretty-hex v0.4.1
3882024-08-13T21:07:26.804Z Compiling indexmap v2.3.0
3892024-08-13T21:07:26.850Z Compiling colorchoice v1.0.1
3902024-08-13T21:07:26.951Z Compiling is_terminal_polyfill v1.70.0
3912024-08-13T21:07:27.001Z Compiling winnow v0.6.18
3922024-08-13T21:07:27.072Z Compiling anstream v0.6.14
3932024-08-13T21:07:27.499Z Compiling fs-err v2.11.0
3942024-08-13T21:07:27.751Z Compiling terminal_size v0.3.0
3952024-08-13T21:07:27.918Z Compiling bytecount v0.6.8
3962024-08-13T21:07:27.940Z Compiling strsim v0.11.1
3972024-08-13T21:07:27.981Z Compiling unicode-width v0.1.13
3982024-08-13T21:07:28.026Z Compiling anyhow v1.0.86
3992024-08-13T21:07:28.105Z Compiling clap_lex v0.7.0
4002024-08-13T21:07:28.141Z Compiling heck v0.4.1
4012024-08-13T21:07:28.217Z Compiling heck v0.5.0
4022024-08-13T21:07:28.618Z Compiling fnv v1.0.7
4032024-08-13T21:07:28.667Z Compiling clap_builder v4.5.15
4042024-08-13T21:07:28.727Z Compiling papergrid v0.11.0
4052024-08-13T21:07:28.821Z Compiling memmap v0.7.0
4062024-08-13T21:07:29.470Z Compiling swrite v0.1.0
4072024-08-13T21:07:31.317Z Compiling tabled_derive v0.7.0
4082024-08-13T21:07:32.686Z Compiling tabled v0.15.0
4092024-08-13T21:07:34.449Z Compiling serde_derive v1.0.207
4102024-08-13T21:07:34.449Z Compiling thiserror-impl v1.0.63
4112024-08-13T21:07:34.452Z Compiling zerocopy-derive v0.7.34
4122024-08-13T21:07:34.452Z Compiling scroll_derive v0.12.0
4132024-08-13T21:07:34.472Z Compiling clap_derive v4.5.13
4142024-08-13T21:07:35.667Z Compiling scroll v0.12.0
4152024-08-13T21:07:36.229Z Compiling goblin v0.8.2
4162024-08-13T21:07:36.284Z Compiling zerocopy v0.7.34
4172024-08-13T21:07:37.031Z Compiling pest v2.7.10
4182024-08-13T21:07:38.263Z Compiling clap v4.5.15
4192024-08-13T21:07:39.170Z Compiling pest_meta v2.7.10
4202024-08-13T21:07:39.988Z Compiling pest_generator v2.7.10
4212024-08-13T21:07:41.873Z Compiling pest_derive v2.7.10
4222024-08-13T21:07:42.549Z Compiling dtrace-parser v0.2.0
4232024-08-13T21:07:44.335Z Compiling serde_tokenstream v0.2.1
4242024-08-13T21:07:44.375Z Compiling toml_datetime v0.6.8
4252024-08-13T21:07:44.375Z Compiling serde_spanned v0.6.7
4262024-08-13T21:07:44.617Z Compiling cargo-platform v0.1.8
4272024-08-13T21:07:44.761Z Compiling toml_edit v0.22.20
4282024-08-13T21:07:44.880Z Compiling macaddr v1.0.1
4292024-08-13T21:07:45.753Z Compiling dof v0.3.0
4302024-08-13T21:07:45.784Z Compiling cargo_metadata v0.18.1
4312024-08-13T21:07:47.482Z Compiling usdt-macro v0.5.0
4322024-08-13T21:07:47.485Z Compiling usdt-attr-macro v0.5.0
4332024-08-13T21:07:47.501Z Compiling toml v0.8.19
4342024-08-13T21:07:48.273Z Compiling cargo_toml v0.20.4
4352024-08-13T21:07:48.904Z Compiling usdt v0.5.0
4362024-08-13T21:07:51.951Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4372024-08-13T21:07:55.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.63s
4382024-08-13T21:07:55.943Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4392024-08-13T21:07:56.473Z Downloading crates ...
4402024-08-13T21:07:56.585Z Downloaded atty v0.2.14
4412024-08-13T21:07:56.599Z Downloaded bitstruct v0.1.1
4422024-08-13T21:07:56.601Z Downloaded async-stream-impl v0.3.5
4432024-08-13T21:07:56.604Z Downloaded cstr-argument v0.1.2
4442024-08-13T21:07:56.604Z Downloaded crucible-workspace-hack v0.1.0
4452024-08-13T21:07:56.606Z Downloaded ciborium-io v0.2.2
4462024-08-13T21:07:56.613Z Downloaded darling_macro v0.20.9
4472024-08-13T21:07:56.616Z Downloaded bb8 v0.8.5
4482024-08-13T21:07:56.616Z Downloaded adler v1.0.2
4492024-08-13T21:07:56.618Z Downloaded instant v0.1.12
4502024-08-13T21:07:56.618Z Downloaded block-padding v0.3.3
4512024-08-13T21:07:56.621Z Downloaded bit-vec v0.6.3
4522024-08-13T21:07:56.621Z Downloaded assert_matches v1.5.0
4532024-08-13T21:07:56.623Z Downloaded atomic-waker v1.1.2
4542024-08-13T21:07:56.623Z Downloaded bitstruct_derive v0.1.0
4552024-08-13T21:07:56.626Z Downloaded bitfield-struct v0.6.1
4562024-08-13T21:07:56.626Z Downloaded ascii-canvas v3.0.0
4572024-08-13T21:07:56.628Z Downloaded aead v0.5.2
4582024-08-13T21:07:56.630Z Downloaded indicatif v0.17.8
4592024-08-13T21:07:56.633Z Downloaded camino-tempfile v1.1.1
4602024-08-13T21:07:56.635Z Downloaded num_threads v0.1.7
4612024-08-13T21:07:56.638Z Downloaded nodrop v0.1.14
4622024-08-13T21:07:56.638Z Downloaded newline-converter v0.3.0
4632024-08-13T21:07:56.640Z Downloaded crossbeam-deque v0.8.5
4642024-08-13T21:07:56.642Z Downloaded convert_case v0.4.0
4652024-08-13T21:07:56.642Z Downloaded chacha20 v0.9.1
4662024-08-13T21:07:56.645Z Downloaded cexpr v0.6.0
4672024-08-13T21:07:56.647Z Downloaded matches v0.1.10
4682024-08-13T21:07:56.648Z Downloaded num-conv v0.1.0
4692024-08-13T21:07:56.648Z Downloaded curve25519-dalek-derive v0.1.1
4702024-08-13T21:07:56.650Z Downloaded newtype_derive v0.1.6
4712024-08-13T21:07:56.652Z Downloaded defmt-macros v0.3.9
4722024-08-13T21:07:56.655Z Downloaded debug-ignore v1.0.5
4732024-08-13T21:07:56.657Z Downloaded buf-list v1.0.3
4742024-08-13T21:07:56.659Z Downloaded parse-size v1.0.0
4752024-08-13T21:07:56.659Z Downloaded openssl-probe v0.1.5
4762024-08-13T21:07:56.661Z Downloaded num-integer v0.1.46
4772024-08-13T21:07:56.661Z Downloaded opaque-debug v0.3.1
4782024-08-13T21:07:56.664Z Downloaded num-iter v0.1.45
4792024-08-13T21:07:56.664Z Downloaded mockall v0.13.0
4802024-08-13T21:07:56.666Z Downloaded num v0.4.3
4812024-08-13T21:07:56.669Z Downloaded maplit v1.0.2
4822024-08-13T21:07:56.669Z Downloaded crunchy v0.2.2
4832024-08-13T21:07:56.671Z Downloaded sigpipe v0.1.3
4842024-08-13T21:07:56.671Z Downloaded linear-map v1.2.0
4852024-08-13T21:07:56.674Z Downloaded libefi-sys v0.1.0
4862024-08-13T21:07:56.674Z Downloaded cfg_aliases v0.1.1
4872024-08-13T21:07:56.676Z Downloaded num_enum v0.5.11
4882024-08-13T21:07:56.679Z Downloaded bzip2 v0.4.4
4892024-08-13T21:07:56.681Z Downloaded md-5 v0.10.6
4902024-08-13T21:07:56.683Z Downloaded paste v1.0.15
4912024-08-13T21:07:56.686Z Downloaded parse-display-derive v0.10.0
4922024-08-13T21:07:56.688Z Downloaded libsw v3.3.1
4932024-08-13T21:07:56.691Z Downloaded blake2 v0.10.6
4942024-08-13T21:07:56.693Z Downloaded native-tls v0.2.11
4952024-08-13T21:07:56.696Z Downloaded lru-cache v0.1.2
4962024-08-13T21:07:56.696Z Downloaded olpc-cjson v0.1.3
4972024-08-13T21:07:56.698Z Downloaded cookie v0.17.0
4982024-08-13T21:07:56.701Z Downloaded addr2line v0.21.0
4992024-08-13T21:07:56.703Z Downloaded csv-core v0.1.11
5002024-08-13T21:07:56.706Z Downloaded backoff v0.4.0
5012024-08-13T21:07:56.706Z Downloaded parking_lot_core v0.9.10
5022024-08-13T21:07:56.708Z Downloaded async-trait v0.1.81
5032024-08-13T21:07:56.711Z Downloaded crc v3.2.1
5042024-08-13T21:07:56.714Z Downloaded num-traits v0.2.19
5052024-08-13T21:07:56.717Z Downloaded lock_api v0.4.12
5062024-08-13T21:07:56.720Z Downloaded try-lock v0.2.5
5072024-08-13T21:07:56.722Z Downloaded parking_lot v0.12.2
5082024-08-13T21:07:56.724Z Downloaded tower-service v0.3.2
5092024-08-13T21:07:56.724Z Downloaded defmt-parser v0.3.4
5102024-08-13T21:07:56.727Z Downloaded data-encoding v2.6.0
5112024-08-13T21:07:56.727Z Downloaded constant_time_eq v0.3.0
5122024-08-13T21:07:56.729Z Downloaded cipher v0.4.4
5132024-08-13T21:07:56.732Z Downloaded signature v2.2.0
5142024-08-13T21:07:56.732Z Downloaded crc-any v2.5.0
5152024-08-13T21:07:56.734Z Downloaded match_cfg v0.1.0
5162024-08-13T21:07:56.736Z Downloaded clang-sys v1.7.0
5172024-08-13T21:07:56.739Z Downloaded base64ct v1.6.0
5182024-08-13T21:07:56.741Z Downloaded bitflags v1.3.2
5192024-08-13T21:07:56.744Z Downloaded ahash v0.8.11
5202024-08-13T21:07:56.747Z Downloaded foreign-types-shared v0.3.1
5212024-08-13T21:07:56.747Z Downloaded float-ord v0.3.2
5222024-08-13T21:07:56.749Z Downloaded phf_shared v0.10.0
5232024-08-13T21:07:56.749Z Downloaded http-range v0.1.5
5242024-08-13T21:07:56.752Z Downloaded thread_local v1.1.8
5252024-08-13T21:07:56.755Z Downloaded path-slash v0.1.5
5262024-08-13T21:07:56.755Z Downloaded number_prefix v0.4.0
5272024-08-13T21:07:56.755Z Downloaded termios v0.3.3
5282024-08-13T21:07:56.758Z Downloaded structmeta v0.2.0
5292024-08-13T21:07:56.758Z Downloaded crc-catalog v2.4.0
5302024-08-13T21:07:56.761Z Downloaded peg-runtime v0.8.3
5312024-08-13T21:07:56.761Z Downloaded is-terminal v0.4.12
5322024-08-13T21:07:56.761Z Downloaded const-oid v0.9.6
5332024-08-13T21:07:56.764Z Downloaded openssl-macros v0.1.1
5342024-08-13T21:07:56.767Z Downloaded tui-tree-widget v0.22.0
5352024-08-13T21:07:56.767Z Downloaded cobs v0.2.3
5362024-08-13T21:07:56.769Z Downloaded ciborium v0.2.2
5372024-08-13T21:07:56.772Z Downloaded quick-error v1.2.3
5382024-08-13T21:07:56.772Z Downloaded psl-types v2.0.11
5392024-08-13T21:07:56.775Z Downloaded base64 v0.13.1
5402024-08-13T21:07:56.777Z Downloaded xattr v1.3.1
5412024-08-13T21:07:56.780Z Downloaded bcs v0.1.6
5422024-08-13T21:07:56.780Z Downloaded precomputed-hash v0.1.1
5432024-08-13T21:07:56.782Z Downloaded serde_with_macros v3.8.3
5442024-08-13T21:07:56.785Z Downloaded defmt v0.3.8
5452024-08-13T21:07:56.788Z Downloaded crc32fast v1.4.0
5462024-08-13T21:07:56.791Z Downloaded slog-envlogger v2.2.0
5472024-08-13T21:07:56.791Z Downloaded strip-ansi-escapes v0.2.0
5482024-08-13T21:07:56.793Z Downloaded ena v0.14.3
5492024-08-13T21:07:56.793Z Downloaded form_urlencoded v1.2.1
5502024-08-13T21:07:56.796Z Downloaded lazycell v1.3.0
5512024-08-13T21:07:56.796Z Downloaded dirs-sys-next v0.1.2
5522024-08-13T21:07:56.799Z Downloaded dirs-next v2.0.0
5532024-08-13T21:07:56.799Z Downloaded want v0.3.1
5542024-08-13T21:07:56.799Z Downloaded lalrpop-util v0.19.12
5552024-08-13T21:07:56.801Z Downloaded memoffset v0.9.1
5562024-08-13T21:07:56.801Z Downloaded num_cpus v1.16.0
5572024-08-13T21:07:56.804Z Downloaded managed v0.8.0
5582024-08-13T21:07:56.807Z Downloaded pin-utils v0.1.0
5592024-08-13T21:07:56.807Z Downloaded oso-derive v0.27.3
5602024-08-13T21:07:56.809Z Downloaded multimap v0.10.0
5612024-08-13T21:07:56.810Z Downloaded lru v0.12.3
5622024-08-13T21:07:56.814Z Downloaded linked-hash-map v0.5.6
5632024-08-13T21:07:56.814Z Downloaded tokio-rustls v0.24.1
5642024-08-13T21:07:56.817Z Downloaded wyz v0.5.1
5652024-08-13T21:07:56.817Z Downloaded zone_cfg_derive v0.1.2
5662024-08-13T21:07:56.817Z Downloaded num_enum_derive v0.5.11
5672024-08-13T21:07:56.819Z Downloaded nibble_vec v0.1.0
5682024-08-13T21:07:56.819Z Downloaded crossbeam-epoch v0.9.18
5692024-08-13T21:07:56.822Z Downloaded kstat-rs v0.2.4
5702024-08-13T21:07:56.824Z Downloaded allocator-api2 v0.2.18
5712024-08-13T21:07:56.827Z Downloaded smallvec v0.6.14
5722024-08-13T21:07:56.827Z Downloaded siphasher v0.3.11
5732024-08-13T21:07:56.830Z Downloaded num-derive v0.4.2
5742024-08-13T21:07:56.834Z Downloaded static_assertions v1.1.0
5752024-08-13T21:07:56.838Z Downloaded stable_deref_trait v1.2.0
5762024-08-13T21:07:56.838Z Downloaded slog-stdlog v4.1.1
5772024-08-13T21:07:56.838Z Downloaded serde_yaml v0.9.34+deprecated
5782024-08-13T21:07:56.840Z Downloaded backtrace v0.3.71
5792024-08-13T21:07:56.844Z Downloaded hubpack_derive v0.1.1
5802024-08-13T21:07:56.846Z Downloaded pretty-hex v0.2.1
5812024-08-13T21:07:56.846Z Downloaded minimal-lexical v0.2.1
5822024-08-13T21:07:56.851Z Downloaded stringprep v0.1.4
5832024-08-13T21:07:56.853Z Downloaded serde-big-array v0.5.1
5842024-08-13T21:07:56.855Z Downloaded universal-hash v0.5.1
5852024-08-13T21:07:56.855Z Downloaded fragile v2.0.0
5862024-08-13T21:07:56.858Z Downloaded tinyvec_macros v0.1.1
5872024-08-13T21:07:56.858Z Downloaded chacha20poly1305 v0.10.1
5882024-08-13T21:07:56.860Z Downloaded ppv-lite86 v0.2.17
5892024-08-13T21:07:56.863Z Downloaded http-body v0.4.6
5902024-08-13T21:07:56.865Z Downloaded secrecy v0.8.0
5912024-08-13T21:07:56.865Z Downloaded futures-core v0.3.30
5922024-08-13T21:07:56.868Z Downloaded signal-hook-tokio v0.3.1
5932024-08-13T21:07:56.868Z Downloaded diesel_table_macro_syntax v0.2.0
5942024-08-13T21:07:56.870Z Downloaded semver v0.1.20
5952024-08-13T21:07:56.870Z Downloaded sec1 v0.7.3
5962024-08-13T21:07:56.873Z Downloaded resolv-conf v0.7.0
5972024-08-13T21:07:56.876Z Downloaded slab v0.4.9
5982024-08-13T21:07:56.876Z Downloaded float-cmp v0.9.0
5992024-08-13T21:07:56.878Z Downloaded futures-channel v0.3.30
6002024-08-13T21:07:56.880Z Downloaded darling_core v0.20.9
6012024-08-13T21:07:56.883Z Downloaded num-complex v0.4.6
6022024-08-13T21:07:56.886Z Downloaded sync_wrapper v0.1.2
6032024-08-13T21:07:56.888Z Downloaded futures-macro v0.3.30
6042024-08-13T21:07:56.888Z Downloaded futures-io v0.3.30
6052024-08-13T21:07:56.891Z Downloaded password-hash v0.5.0
6062024-08-13T21:07:56.891Z Downloaded nu-ansi-term v0.50.0
6072024-08-13T21:07:56.893Z Downloaded mime_guess v2.0.4
6082024-08-13T21:07:56.896Z Downloaded humantime v2.1.0
6092024-08-13T21:07:56.898Z Downloaded parking_lot v0.11.2
6102024-08-13T21:07:56.900Z Downloaded derive_builder_macro v0.20.0
6112024-08-13T21:07:56.900Z Downloaded scopeguard v1.2.0
6122024-08-13T21:07:56.903Z Downloaded predicates-core v1.0.6
6132024-08-13T21:07:56.903Z Downloaded powerfmt v0.2.0
6142024-08-13T21:07:56.905Z Downloaded unarray v0.1.4
6152024-08-13T21:07:56.908Z Downloaded tokio-tungstenite v0.21.0
6162024-08-13T21:07:56.911Z Downloaded compact_str v0.8.0
6172024-08-13T21:07:56.913Z Downloaded tokio-rustls v0.25.0
6182024-08-13T21:07:56.915Z Downloaded toolchain_find v0.4.0
6192024-08-13T21:07:56.915Z Downloaded cc v1.0.97
6202024-08-13T21:07:56.918Z Downloaded arc-swap v1.7.1
6212024-08-13T21:07:56.922Z Downloaded tokio-tungstenite v0.20.1
6222024-08-13T21:07:56.925Z Downloaded slog-term v2.9.1
6232024-08-13T21:07:56.928Z Downloaded sha1 v0.10.6
6242024-08-13T21:07:56.930Z Downloaded highway v1.2.0
6252024-08-13T21:07:56.933Z Downloaded sct v0.7.1
6262024-08-13T21:07:56.936Z Downloaded tungstenite v0.21.0
6272024-08-13T21:07:56.938Z Downloaded supports-color v3.0.0
6282024-08-13T21:07:56.940Z Downloaded futures v0.3.30
6292024-08-13T21:07:56.945Z Downloaded unicode-linebreak v0.1.5
6302024-08-13T21:07:56.947Z Downloaded ref-cast-impl v1.0.23
6312024-08-13T21:07:56.947Z Downloaded predicates v3.1.2
6322024-08-13T21:07:56.950Z Downloaded glob v0.3.1
6332024-08-13T21:07:56.953Z Downloaded rustls-pemfile v2.1.3
6342024-08-13T21:07:56.955Z Downloaded omicron-zone-package v0.11.0
6352024-08-13T21:07:56.957Z Downloaded trust-dns-server v0.22.1
6362024-08-13T21:07:56.963Z Downloaded trust-dns-resolver v0.22.0
6372024-08-13T21:07:56.967Z Downloaded rpassword v7.3.1
6382024-08-13T21:07:56.969Z Downloaded time-core v0.1.2
6392024-08-13T21:07:56.969Z Downloaded ref-cast v1.0.23
6402024-08-13T21:07:56.973Z Downloaded peg v0.8.4
6412024-08-13T21:07:56.976Z Downloaded tokio-native-tls v0.3.1
6422024-08-13T21:07:56.979Z Downloaded topological-sort v0.2.2
6432024-08-13T21:07:56.982Z Downloaded waitgroup v0.1.2
6442024-08-13T21:07:56.982Z Downloaded fatfs v0.3.6
6452024-08-13T21:07:56.984Z Downloaded which v4.4.2
6462024-08-13T21:07:56.987Z Downloaded diff v0.1.13
6472024-08-13T21:07:56.990Z Downloaded httparse v1.8.0
6482024-08-13T21:07:56.993Z Downloaded serde_urlencoded v0.7.1
6492024-08-13T21:07:56.993Z Downloaded fd-lock v4.0.2
6502024-08-13T21:07:56.995Z Downloaded fallible-iterator v0.2.0
6512024-08-13T21:07:56.998Z Downloaded foreign-types v0.5.0
6522024-08-13T21:07:56.998Z Downloaded foreign-types v0.3.2
6532024-08-13T21:07:57.001Z Downloaded spin v0.5.2
6542024-08-13T21:07:57.001Z Downloaded smf v0.2.3
6552024-08-13T21:07:57.011Z Downloaded ff v0.13.0
6562024-08-13T21:07:57.013Z Downloaded getopts v0.2.21
6572024-08-13T21:07:57.016Z Downloaded uzers v0.11.3
6582024-08-13T21:07:57.016Z Downloaded pem v3.0.4
6592024-08-13T21:07:57.019Z Downloaded hex v0.4.3
6602024-08-13T21:07:57.021Z Downloaded unsafe-libyaml v0.2.11
6612024-08-13T21:07:57.024Z Downloaded sqlparser_derive v0.2.2
6622024-08-13T21:07:57.024Z Downloaded openssl-sys v0.9.103
6632024-08-13T21:07:57.028Z Downloaded publicsuffix v2.2.3
6642024-08-13T21:07:57.031Z Downloaded foreign-types-macros v0.2.3
6652024-08-13T21:07:57.033Z Downloaded slog-bunyan v2.5.0
6662024-08-13T21:07:57.036Z Downloaded embedded-io v0.4.0
6672024-08-13T21:07:57.036Z Downloaded smawk v0.3.2
6682024-08-13T21:07:57.041Z Downloaded similar v2.5.0
6692024-08-13T21:07:57.044Z Downloaded headers-core v0.2.0
6702024-08-13T21:07:57.044Z Downloaded futures-task v0.3.30
6712024-08-13T21:07:57.047Z Downloaded zeroize_derive v1.4.2
6722024-08-13T21:07:57.047Z Downloaded half v2.4.1
6732024-08-13T21:07:57.050Z Downloaded slog-scope v4.4.0
6742024-08-13T21:07:57.052Z Downloaded zone v0.1.8
6752024-08-13T21:07:57.052Z Downloaded strum v0.26.3
6762024-08-13T21:07:57.053Z Downloaded slog-json v2.6.1
6772024-08-13T21:07:57.055Z Downloaded spki v0.7.3
6782024-08-13T21:07:57.058Z Downloaded impl-trait-for-tuples v0.2.2
6792024-08-13T21:07:57.060Z Downloaded hostname v0.4.0
6802024-08-13T21:07:57.060Z Downloaded derive-where v1.2.7
6812024-08-13T21:07:57.065Z Downloaded samael v0.0.15
6822024-08-13T21:07:57.069Z Downloaded hash32 v0.3.1
6832024-08-13T21:07:57.072Z Downloaded indexmap v1.9.3
6842024-08-13T21:07:57.075Z Downloaded der v0.7.9
6852024-08-13T21:07:57.079Z Downloaded rayon-core v1.12.1
6862024-08-13T21:07:57.083Z Downloaded pem-rfc7468 v0.7.0
6872024-08-13T21:07:57.087Z Downloaded rusty-fork v0.3.0
6882024-08-13T21:07:57.087Z Downloaded rtoolbox v0.0.2
6892024-08-13T21:07:57.090Z Downloaded pin-project v1.1.5
6902024-08-13T21:07:57.099Z Downloaded structmeta-derive v0.3.0
6912024-08-13T21:07:57.102Z Downloaded wait-timeout v0.2.0
6922024-08-13T21:07:57.104Z Downloaded der_derive v0.7.2
6932024-08-13T21:07:57.104Z Downloaded shlex v1.3.0
6942024-08-13T21:07:57.107Z Downloaded shell-words v1.1.0
6952024-08-13T21:07:57.107Z Downloaded rand_xorshift v0.3.0
6962024-08-13T21:07:57.111Z Downloaded tracing-attributes v0.1.27
6972024-08-13T21:07:57.111Z Downloaded tokio-macros v2.3.0
6982024-08-13T21:07:57.111Z Downloaded serde_plain v1.0.2
6992024-08-13T21:07:57.114Z Downloaded rand_seeder v0.3.0
7002024-08-13T21:07:57.114Z Downloaded display-error-chain v0.2.0
7012024-08-13T21:07:57.117Z Downloaded rand_chacha v0.3.1
7022024-08-13T21:07:57.117Z Downloaded futures-executor v0.3.30
7032024-08-13T21:07:57.120Z Downloaded sqlformat v0.2.4
7042024-08-13T21:07:57.120Z Downloaded time v0.3.36
7052024-08-13T21:07:57.126Z Downloaded take_mut v0.2.2
7062024-08-13T21:07:57.130Z Downloaded serde-hex v0.1.0
7072024-08-13T21:07:57.130Z Downloaded schemars_derive v0.8.21
7082024-08-13T21:07:57.132Z Downloaded crossterm v0.27.0
7092024-08-13T21:07:57.137Z Downloaded rustfmt-wrapper v0.2.1
7102024-08-13T21:07:57.139Z Downloaded signal-hook-mio v0.2.4
7112024-08-13T21:07:57.139Z Downloaded serde_path_to_error v0.1.16
7122024-08-13T21:07:57.141Z Downloaded dyn-clone v1.0.17
7132024-08-13T21:07:57.145Z Downloaded whoami v1.5.1
7142024-08-13T21:07:57.145Z Downloaded downcast v0.11.0
7152024-08-13T21:07:57.149Z Downloaded postgres-protocol v0.6.7
7162024-08-13T21:07:57.149Z Downloaded phf v0.11.2
7172024-08-13T21:07:57.151Z Downloaded deranged v0.3.11
7182024-08-13T21:07:57.151Z Downloaded iana-time-zone v0.1.60
7192024-08-13T21:07:57.154Z Downloaded getrandom v0.2.14
7202024-08-13T21:07:57.157Z Downloaded zeroize v1.7.0
7212024-08-13T21:07:57.160Z Downloaded rustversion v1.0.17
7222024-08-13T21:07:57.160Z Downloaded either v1.13.0
7232024-08-13T21:07:57.162Z Downloaded dsl_auto_type v0.1.2
7242024-08-13T21:07:57.165Z Downloaded serde_arrays v0.1.0
7252024-08-13T21:07:57.165Z Downloaded diesel_derives v2.2.2
7262024-08-13T21:07:57.170Z Downloaded blake3 v1.5.1
7272024-08-13T21:07:57.178Z Downloaded untrusted v0.7.1
7282024-08-13T21:07:57.178Z Downloaded tap v1.0.1
7292024-08-13T21:07:57.180Z Downloaded rustc-hash v1.1.0
7302024-08-13T21:07:57.180Z Downloaded strum_macros v0.25.3
7312024-08-13T21:07:57.180Z Downloaded unicode-truncate v1.0.0
7322024-08-13T21:07:57.183Z Downloaded socket2 v0.5.7
7332024-08-13T21:07:57.186Z Downloaded tls_codec v0.4.1
7342024-08-13T21:07:57.188Z Downloaded erased-serde v0.3.31
7352024-08-13T21:07:57.190Z Downloaded snafu-derive v0.8.2
7362024-08-13T21:07:57.190Z Downloaded termtree v0.4.1
7372024-08-13T21:07:57.193Z Downloaded thiserror-impl-no-std v2.0.2
7382024-08-13T21:07:57.193Z Downloaded vte_generate_state_changes v0.1.1
7392024-08-13T21:07:57.193Z Downloaded hubpack v0.1.2
7402024-08-13T21:07:57.196Z Downloaded serde_derive_internals v0.29.1
7412024-08-13T21:07:57.196Z Downloaded tls_codec_derive v0.4.1
7422024-08-13T21:07:57.199Z Downloaded rustls-pemfile v1.0.4
7432024-08-13T21:07:57.201Z Downloaded radium v0.7.0
7442024-08-13T21:07:57.201Z Downloaded zerocopy v0.6.6
7452024-08-13T21:07:57.204Z Downloaded yasna v0.5.2
7462024-08-13T21:07:57.206Z Downloaded socket2 v0.4.10
7472024-08-13T21:07:57.209Z Downloaded rustls-pki-types v1.7.0
7482024-08-13T21:07:57.209Z Downloaded proc-macro-crate v1.3.1
7492024-08-13T21:07:57.211Z Downloaded gethostname v0.5.0
7502024-08-13T21:07:57.211Z Downloaded termcolor v1.4.1
7512024-08-13T21:07:57.213Z Downloaded strum_macros v0.24.3
7522024-08-13T21:07:57.216Z Downloaded signal-hook-registry v1.4.2
7532024-08-13T21:07:57.216Z Downloaded elliptic-curve v0.13.8
7542024-08-13T21:07:57.219Z Downloaded toml v0.7.8
7552024-08-13T21:07:57.222Z Downloaded postgres-types v0.2.7
7562024-08-13T21:07:57.225Z Downloaded postcard v1.0.8
7572024-08-13T21:07:57.228Z Downloaded strum_macros v0.26.4
7582024-08-13T21:07:57.230Z Downloaded hyper-tls v0.5.0
7592024-08-13T21:07:57.233Z Downloaded heapless v0.8.0
7602024-08-13T21:07:57.235Z Downloaded aho-corasick v1.1.3
7612024-08-13T21:07:57.241Z Downloaded pkcs8 v0.10.2
7622024-08-13T21:07:57.244Z Downloaded r2d2 v0.8.10
7632024-08-13T21:07:57.246Z Downloaded unicode-xid v0.2.4
7642024-08-13T21:07:57.249Z Downloaded untrusted v0.9.0
7652024-08-13T21:07:57.249Z Downloaded hostname v0.3.1
7662024-08-13T21:07:57.251Z Downloaded env_logger v0.9.3
7672024-08-13T21:07:57.253Z Downloaded http v1.1.0
7682024-08-13T21:07:57.256Z Downloaded poly1305 v0.8.0
7692024-08-13T21:07:57.258Z Downloaded rustc-demangle v0.1.24
7702024-08-13T21:07:57.261Z Downloaded thiserror-no-std v2.0.2
7712024-08-13T21:07:57.264Z Downloaded env_logger v0.10.2
7722024-08-13T21:07:57.266Z Downloaded derive_builder v0.20.0
7732024-08-13T21:07:57.270Z Downloaded rsa v0.9.6
7742024-08-13T21:07:57.276Z Downloaded typed-path v0.7.1
7752024-08-13T21:07:57.281Z Downloaded httpdate v1.0.3
7762024-08-13T21:07:57.283Z Downloaded home v0.5.9
7772024-08-13T21:07:57.283Z Downloaded phf_shared v0.11.2
7782024-08-13T21:07:57.286Z Downloaded libm v0.2.8
7792024-08-13T21:07:57.292Z Downloaded percent-encoding v2.3.1
7802024-08-13T21:07:57.294Z Downloaded pin-project-internal v1.1.5
7812024-08-13T21:07:57.294Z Downloaded textwrap v0.16.1
7822024-08-13T21:07:57.297Z Downloaded filetime v0.2.24
7832024-08-13T21:07:57.300Z Downloaded tracing-core v0.1.32
7842024-08-13T21:07:57.302Z Downloaded test-strategy v0.3.1
7852024-08-13T21:07:57.305Z Downloaded hmac v0.12.1
7862024-08-13T21:07:57.307Z Downloaded vte v0.11.1
7872024-08-13T21:07:57.310Z Downloaded tinyvec v1.6.0
7882024-08-13T21:07:57.313Z Downloaded toml v0.5.11
7892024-08-13T21:07:57.315Z Downloaded pin-project-lite v0.2.14
7902024-08-13T21:07:57.319Z Downloaded heapless v0.7.17
7912024-08-13T21:07:57.323Z Downloaded prettyplease v0.2.20
7922024-08-13T21:07:57.326Z Downloaded group v0.13.0
7932024-08-13T21:07:57.328Z Downloaded nom v7.1.3
7942024-08-13T21:07:57.332Z Downloaded chrono v0.4.38
7952024-08-13T21:07:57.339Z Downloaded toml_edit v0.19.15
7962024-08-13T21:07:57.355Z Downloaded bitvec v1.0.1
7972024-08-13T21:07:57.371Z Downloaded flume v0.11.0
7982024-08-13T21:07:57.374Z Downloaded rcgen v0.12.1
7992024-08-13T21:07:57.376Z Downloaded unicode_categories v0.1.1
8002024-08-13T21:07:57.378Z Downloaded unicode-normalization v0.1.23
8012024-08-13T21:07:57.382Z Downloaded portable-atomic v1.6.0
8022024-08-13T21:07:57.387Z Downloaded hashbrown v0.13.2
8032024-08-13T21:07:57.391Z Downloaded url v2.5.2
8042024-08-13T21:07:57.394Z Downloaded flate2 v1.0.31
8052024-08-13T21:07:57.399Z Downloaded lalrpop v0.19.12
8062024-08-13T21:07:57.410Z Downloaded rayon v1.10.0
8072024-08-13T21:07:57.419Z Downloaded rustyline v14.0.0
8082024-08-13T21:07:57.424Z Downloaded hyper v0.14.30
8092024-08-13T21:07:57.434Z Downloaded object v0.30.4
8102024-08-13T21:07:57.441Z Downloaded expectorate v1.1.0
8112024-08-13T21:07:57.443Z Downloaded tokio-util v0.7.11
8122024-08-13T21:07:57.450Z Downloaded tough v0.17.1
8132024-08-13T21:07:57.458Z Downloaded openssl v0.10.66
8142024-08-13T21:07:57.467Z Downloaded serde_with v3.8.3
8152024-08-13T21:07:57.475Z Downloaded hkdf v0.12.4
8162024-08-13T21:07:57.478Z Downloaded smoltcp v0.9.1
8172024-08-13T21:07:57.487Z Downloaded idna v0.3.0
8182024-08-13T21:07:57.494Z Downloaded nix v0.27.1
8192024-08-13T21:07:57.505Z Downloaded winnow v0.5.40
8202024-08-13T21:07:57.513Z Downloaded reedline v0.33.0
8212024-08-13T21:07:57.520Z Downloaded proptest v1.5.0
8222024-08-13T21:07:57.529Z Downloaded futures-util v0.3.30
8232024-08-13T21:07:57.540Z Downloaded regex v1.10.6
8242024-08-13T21:07:57.553Z Downloaded radix_trie v0.2.1
8252024-08-13T21:07:57.558Z Downloaded rustls-webpki v0.102.4
8262024-08-13T21:07:57.575Z Downloaded trust-dns-proto v0.22.0
8272024-08-13T21:07:57.586Z Downloaded regress v0.9.1
8282024-08-13T21:07:57.594Z Downloaded polar-core v0.27.3
8292024-08-13T21:07:57.603Z Downloaded regex-syntax v0.8.4
8302024-08-13T21:07:57.611Z Downloaded vcpkg v0.2.15
8312024-08-13T21:07:57.650Z Downloaded idna v0.5.0
8322024-08-13T21:07:57.657Z Downloaded gimli v0.28.1
8332024-08-13T21:07:57.666Z Downloaded rustls v0.21.12
8342024-08-13T21:07:57.677Z Downloaded idna v0.2.3
8352024-08-13T21:07:57.685Z Downloaded bstr v1.9.1
8362024-08-13T21:07:57.695Z Downloaded openapiv3 v2.0.0
8372024-08-13T21:07:57.707Z Downloaded rustls v0.22.4
8382024-08-13T21:07:57.721Z Downloaded zerocopy-derive v0.6.6
8392024-08-13T21:07:57.730Z Downloaded diesel v2.2.2
8402024-08-13T21:07:57.749Z Downloaded sled v0.34.7
8412024-08-13T21:07:57.759Z Downloaded ratatui v0.28.0
8422024-08-13T21:07:57.779Z Downloaded bzip2-sys v0.1.11+1.0.8
8432024-08-13T21:07:57.791Z Downloaded regex-automata v0.4.6
8442024-08-13T21:07:57.810Z Downloaded finl_unicode v1.2.0
8452024-08-13T21:07:57.824Z Downloaded petgraph v0.6.5
8462024-08-13T21:07:57.842Z Downloaded bstr v0.2.17
8472024-08-13T21:07:57.850Z Downloaded tokio v1.38.1
8482024-08-13T21:07:57.888Z Downloaded sha3 v0.10.8
8492024-08-13T21:07:57.892Z Downloaded csv v1.3.0
8502024-08-13T21:07:57.912Z Downloaded smoltcp v0.11.0
8512024-08-13T21:07:57.925Z Downloaded encoding_rs v0.8.34
8522024-08-13T21:07:57.946Z Downloaded object v0.32.2
8532024-08-13T21:07:57.956Z Downloaded nix v0.28.0
8542024-08-13T21:07:57.967Z Downloaded webpki-roots v0.25.4
8552024-08-13T21:07:57.971Z Downloaded regex-syntax v0.6.29
8562024-08-13T21:07:57.978Z Downloaded curve25519-dalek v4.1.3
8572024-08-13T21:07:57.986Z Downloaded rustls-webpki v0.101.7
8582024-08-13T21:07:58.001Z Downloaded quick-xml v0.31.0
8592024-08-13T21:07:58.006Z Downloaded h2 v0.3.26
8602024-08-13T21:07:58.012Z Downloaded itertools v0.13.0
8612024-08-13T21:07:58.019Z Downloaded rand v0.8.5
8622024-08-13T21:07:58.022Z Downloaded reqwest v0.11.27
8632024-08-13T21:07:58.029Z Downloaded regex-automata v0.1.10
8642024-08-13T21:07:58.034Z Downloaded bindgen v0.69.4
8652024-08-13T21:07:58.042Z Downloaded tiny-keccak v2.0.2
8662024-08-13T21:07:58.045Z Downloaded uuid v1.10.0
8672024-08-13T21:07:58.047Z Downloaded zip v0.6.6
8682024-08-13T21:07:58.051Z Downloaded snafu v0.8.2
8692024-08-13T21:07:58.057Z Downloaded libxml v0.3.3
8702024-08-13T21:07:58.064Z Downloaded itertools v0.10.5
8712024-08-13T21:07:58.068Z Downloaded globset v0.4.14
8722024-08-13T21:07:58.071Z Downloaded pkcs1 v0.7.5
8732024-08-13T21:07:58.073Z Downloaded schemars v0.8.21
8742024-08-13T21:07:58.083Z Downloaded utf-8 v0.7.6
8752024-08-13T21:07:58.085Z Downloaded headers v0.3.9
8762024-08-13T21:07:58.089Z Downloaded sqlparser v0.45.0
8772024-08-13T21:07:58.094Z Downloaded trust-dns-client v0.22.0
8782024-08-13T21:07:58.099Z Downloaded tracing v0.1.40
8792024-08-13T21:07:58.103Z Downloaded num-bigint v0.4.5
8802024-08-13T21:07:58.108Z Downloaded mio v1.0.1
8812024-08-13T21:07:58.113Z Downloaded hashbrown v0.12.3
8822024-08-13T21:07:58.117Z Downloaded steno v0.4.1
8832024-08-13T21:07:58.121Z Downloaded rustc_version v0.1.7
8842024-08-13T21:07:58.124Z Downloaded rand_core v0.6.4
8852024-08-13T21:07:58.124Z Downloaded time-macros v0.2.18
8862024-08-13T21:07:58.126Z Downloaded ron v0.8.1
8872024-08-13T21:07:58.130Z Downloaded unicase v2.7.0
8882024-08-13T21:07:58.133Z Downloaded derive_more v0.99.18
8892024-08-13T21:07:58.136Z Downloaded unicode-bidi v0.3.15
8902024-08-13T21:07:58.139Z Downloaded slog v2.7.0
8912024-08-13T21:07:58.141Z Downloaded itertools v0.12.1
8922024-08-13T21:07:58.148Z Downloaded x509-cert v0.2.5
8932024-08-13T21:07:58.154Z Downloaded http v0.2.12
8942024-08-13T21:07:58.157Z Downloaded tungstenite v0.20.1
8952024-08-13T21:07:58.160Z Downloaded fixedbitset v0.4.2
8962024-08-13T21:07:58.163Z Downloaded difflib v0.4.0
8972024-08-13T21:07:58.165Z Downloaded derive_builder_core v0.20.0
8982024-08-13T21:07:58.167Z Downloaded spin v0.9.8
8992024-08-13T21:07:58.170Z Downloaded walkdir v2.5.0
9002024-08-13T21:07:58.172Z Downloaded slog-dtrace v0.3.0
9012024-08-13T21:07:58.173Z Downloaded slog-async v2.8.0
9022024-08-13T21:07:58.175Z Downloaded same-file v1.0.6
9032024-08-13T21:07:58.175Z Downloaded subprocess v0.2.9
9042024-08-13T21:07:58.178Z Downloaded crossterm v0.28.1
9052024-08-13T21:07:58.182Z Downloaded signal-hook v0.3.17
9062024-08-13T21:07:58.185Z Downloaded ron v0.7.1
9072024-08-13T21:07:58.190Z Downloaded serde_repr v0.1.19
9082024-08-13T21:07:58.192Z Downloaded scheduled-thread-pool v0.2.7
9092024-08-13T21:07:58.195Z Downloaded hyper-rustls v0.24.2
9102024-08-13T21:07:58.195Z Downloaded tabwriter v1.4.0
9112024-08-13T21:07:58.198Z Downloaded num-bigint-dig v0.8.4
9122024-08-13T21:07:58.201Z Downloaded vsss-rs v3.3.4
9132024-08-13T21:07:58.203Z Downloaded portpicker v0.1.1
9142024-08-13T21:07:58.206Z Downloaded ident_case v1.0.1
9152024-08-13T21:07:58.206Z Downloaded peg-macros v0.8.4
9162024-08-13T21:07:58.206Z Downloaded indent_write v2.2.0
9172024-08-13T21:07:58.208Z Downloaded tokio-postgres v0.7.11
9182024-08-13T21:07:58.211Z Downloaded crossbeam-channel v0.5.12
9192024-08-13T21:07:58.215Z Downloaded miniz_oxide v0.7.2
9202024-08-13T21:07:58.218Z Downloaded fxhash v0.2.1
9212024-08-13T21:07:58.220Z Downloaded pkg-config v0.3.30
9222024-08-13T21:07:58.220Z Downloaded heck v0.3.3
9232024-08-13T21:07:58.223Z Downloaded tar v0.4.41
9242024-08-13T21:07:58.223Z Downloaded mockall_derive v0.13.0
9252024-08-13T21:07:58.226Z Downloaded subtle v2.5.0
9262024-08-13T21:07:58.228Z Downloaded structmeta-derive v0.2.0
9272024-08-13T21:07:58.228Z Downloaded smallvec v1.13.2
9282024-08-13T21:07:58.230Z Downloaded crypto-bigint v0.5.5
9292024-08-13T21:07:58.235Z Downloaded base64 v0.21.7
9302024-08-13T21:07:58.238Z Downloaded mio v0.8.11
9312024-08-13T21:07:58.244Z Downloaded hyper-staticfile v0.9.5
9322024-08-13T21:07:58.246Z Downloaded tokio-stream v0.1.15
9332024-08-13T21:07:58.249Z Downloaded parking_lot_core v0.8.6
9342024-08-13T21:07:58.252Z Downloaded owo-colors v4.0.0
9352024-08-13T21:07:58.254Z Downloaded ipnet v2.9.0
9362024-08-13T21:07:58.256Z Downloaded hash32 v0.2.1
9372024-08-13T21:07:58.256Z Downloaded futures-sink v0.3.30
9382024-08-13T21:07:58.259Z Downloaded term v0.7.0
9392024-08-13T21:07:58.262Z Downloaded tempfile v3.10.1
9402024-08-13T21:07:58.265Z Downloaded parse-display v0.10.0
9412024-08-13T21:07:58.265Z Downloaded libloading v0.8.3
9422024-08-13T21:07:58.267Z Downloaded num-rational v0.4.2
9432024-08-13T21:07:58.267Z Downloaded memmap2 v0.9.4
9442024-08-13T21:07:58.270Z Downloaded const_format v0.2.32
9452024-08-13T21:07:58.273Z Downloaded newtype-uuid v1.1.0
9462024-08-13T21:07:58.275Z Downloaded fastrand v2.1.0
9472024-08-13T21:07:58.275Z Downloaded funty v2.0.0
9482024-08-13T21:07:58.278Z Downloaded enum-as-inner v0.5.1
9492024-08-13T21:07:58.278Z Downloaded oso v0.27.3
9502024-08-13T21:07:58.280Z Downloaded bytes v1.7.1
9512024-08-13T21:07:58.284Z Downloaded predicates-tree v1.0.9
9522024-08-13T21:07:58.286Z Downloaded structmeta v0.3.0
9532024-08-13T21:07:58.286Z Downloaded instability v0.3.2
9542024-08-13T21:07:58.288Z Downloaded indoc v1.0.9
9552024-08-13T21:07:58.291Z Downloaded crossbeam-utils v0.8.19
9562024-08-13T21:07:58.293Z Downloaded cookie v0.18.1
9572024-08-13T21:07:58.295Z Downloaded base64 v0.22.1
9582024-08-13T21:07:58.298Z Downloaded maybe-uninit v2.0.0
9592024-08-13T21:07:58.300Z Downloaded string_cache v0.8.7
9602024-08-13T21:07:58.300Z Downloaded new_debug_unreachable v1.0.6
9612024-08-13T21:07:58.303Z Downloaded foreign-types-shared v0.1.1
9622024-08-13T21:07:58.303Z Downloaded endian-type v0.1.2
9632024-08-13T21:07:58.303Z Downloaded cassowary v0.3.0
9642024-08-13T21:07:58.306Z Downloaded ascii v1.1.0
9652024-08-13T21:07:58.306Z Downloaded async-stream v0.3.5
9662024-08-13T21:07:58.308Z Downloaded packed_struct_codegen v0.10.1
9672024-08-13T21:07:58.308Z Downloaded packed_struct v0.10.1
9682024-08-13T21:07:58.310Z Downloaded mime v0.3.17
9692024-08-13T21:07:58.311Z Downloaded normalize-line-endings v0.3.0
9702024-08-13T21:07:58.313Z Downloaded lazy_static v1.5.0
9712024-08-13T21:07:58.313Z Downloaded keccak v0.1.5
9722024-08-13T21:07:58.315Z Downloaded darling v0.20.9
9732024-08-13T21:07:58.318Z Downloaded cookie_store v0.20.0
9742024-08-13T21:07:58.320Z Downloaded console v0.15.8
9752024-08-13T21:07:58.322Z Downloaded cancel-safe-futures v0.1.5
9762024-08-13T21:07:58.325Z Downloaded const_format_proc_macros v0.2.32
9772024-08-13T21:07:58.327Z Downloaded arrayvec v0.7.4
9782024-08-13T21:07:58.329Z Downloaded argon2 v0.5.3
9792024-08-13T21:07:58.332Z Downloaded nanorand v0.7.0
9802024-08-13T21:07:58.335Z Downloaded is_ci v1.2.0
9812024-08-13T21:07:58.335Z Downloaded ipnetwork v0.20.0
9822024-08-13T21:07:58.335Z Downloaded inout v0.1.3
9832024-08-13T21:07:58.337Z Downloaded castaway v0.2.3
9842024-08-13T21:07:58.338Z Downloaded bit-set v0.5.3
9852024-08-13T21:07:58.338Z Downloaded bitfield v0.14.0
9862024-08-13T21:07:58.340Z Downloaded atomicwrites v0.4.3
9872024-08-13T21:07:58.340Z Downloaded arrayref v0.3.7
9882024-08-13T21:07:58.342Z Downloaded colored v2.1.0
9892024-08-13T21:07:58.345Z Downloaded ciborium-ll v0.2.2
9902024-08-13T21:07:58.345Z Downloaded array-init v0.0.4
9912024-08-13T21:07:58.345Z Downloaded base16ct v0.2.0
9922024-08-13T21:07:58.347Z Downloaded async-recursion v1.1.1
9932024-08-13T21:07:58.357Z Downloaded ring v0.17.8
9942024-08-13T21:07:58.476Z Downloaded ring v0.16.20
9952024-08-13T21:07:58.972Z Downloaded flagset v0.4.5
9962024-08-13T21:07:58.975Z Downloaded rustc_version v0.4.0
9972024-08-13T21:07:58.975Z Downloaded multer v3.1.0
9982024-08-13T21:07:58.985Z Downloaded unicode-segmentation v1.11.0
9992024-08-13T21:07:59.070Z Compiling cfg-if v1.0.0
10002024-08-13T21:07:59.070Z Compiling serde v1.0.207
10012024-08-13T21:07:59.072Z Compiling lock_api v0.4.12
10022024-08-13T21:07:59.072Z Compiling scopeguard v1.2.0
10032024-08-13T21:07:59.222Z Compiling log v0.4.21
10042024-08-13T21:07:59.224Z Compiling cc v1.0.97
10052024-08-13T21:07:59.233Z Compiling syn v2.0.74
10062024-08-13T21:07:59.259Z Compiling typenum v1.17.0
10072024-08-13T21:07:59.291Z Compiling getrandom v0.2.14
10082024-08-13T21:07:59.323Z Compiling generic-array v0.14.7
10092024-08-13T21:07:59.642Z Compiling rand_core v0.6.4
10102024-08-13T21:07:59.657Z Compiling pin-project-lite v0.2.14
10112024-08-13T21:07:59.757Z Compiling parking_lot_core v0.9.10
10122024-08-13T21:07:59.771Z Compiling smallvec v1.13.2
10132024-08-13T21:07:59.803Z Compiling signal-hook-registry v1.4.2
10142024-08-13T21:08:00.067Z Compiling spin v0.9.8
10152024-08-13T21:08:00.163Z Compiling mio v0.8.11
10162024-08-13T21:08:00.165Z Compiling ahash v0.8.11
10172024-08-13T21:08:00.552Z Compiling tinyvec_macros v0.1.1
10182024-08-13T21:08:00.656Z Compiling tinyvec v1.6.0
10192024-08-13T21:08:00.690Z Compiling parking_lot v0.12.2
10202024-08-13T21:08:00.734Z Compiling socket2 v0.5.7
10212024-08-13T21:08:00.972Z Compiling num_cpus v1.16.0
10222024-08-13T21:08:01.101Z Compiling const-oid v0.9.6
10232024-08-13T21:08:01.569Z Compiling serde_json v1.0.124
10242024-08-13T21:08:01.672Z Compiling libm v0.2.8
10252024-08-13T21:08:01.755Z Compiling futures-core v0.3.30
10262024-08-13T21:08:01.931Z Compiling subtle v2.5.0
10272024-08-13T21:08:02.058Z Compiling num-traits v0.2.19
10282024-08-13T21:08:02.075Z Compiling slab v0.4.9
10292024-08-13T21:08:02.091Z Compiling futures-sink v0.3.30
10302024-08-13T21:08:02.240Z Compiling unicode-normalization v0.1.23
10312024-08-13T21:08:02.257Z Compiling allocator-api2 v0.2.18
10322024-08-13T21:08:02.275Z Compiling unicode-bidi v0.3.15
10332024-08-13T21:08:02.837Z Compiling futures-channel v0.3.30
10342024-08-13T21:08:02.854Z Compiling futures-task v0.3.30
10352024-08-13T21:08:03.046Z Compiling pkg-config v0.3.30
10362024-08-13T21:08:03.139Z Compiling pin-utils v0.1.0
10372024-08-13T21:08:03.157Z Compiling futures-io v0.3.30
10382024-08-13T21:08:03.223Z Compiling vcpkg v0.2.15
10392024-08-13T21:08:03.226Z Compiling ring v0.17.8
10402024-08-13T21:08:03.341Z Compiling percent-encoding v2.3.1
10412024-08-13T21:08:03.475Z Compiling ppv-lite86 v0.2.17
10422024-08-13T21:08:03.724Z Compiling tracing-core v0.1.32
10432024-08-13T21:08:03.965Z Compiling powerfmt v0.2.0
10442024-08-13T21:08:04.244Z Compiling rand_chacha v0.3.1
10452024-08-13T21:08:04.348Z Compiling syn v1.0.109
10462024-08-13T21:08:04.536Z Compiling time-core v0.1.2
10472024-08-13T21:08:04.690Z Compiling num-conv v0.1.0
10482024-08-13T21:08:04.940Z Compiling untrusted v0.9.0
10492024-08-13T21:08:04.960Z Compiling rustix v0.38.34
10502024-08-13T21:08:05.093Z Compiling time-macros v0.2.18
10512024-08-13T21:08:05.111Z Compiling rand v0.8.5
10522024-08-13T21:08:05.349Z Compiling openssl-sys v0.9.103
10532024-08-13T21:08:05.644Z Compiling deranged v0.3.11
10542024-08-13T21:08:05.827Z Compiling httparse v1.8.0
10552024-08-13T21:08:06.253Z Compiling openssl v0.10.66
10562024-08-13T21:08:06.390Z Compiling foreign-types-shared v0.1.1
10572024-08-13T21:08:06.494Z Compiling num_threads v0.1.7
10582024-08-13T21:08:06.607Z Compiling rustversion v1.0.17
10592024-08-13T21:08:06.651Z Compiling base64ct v1.6.0
10602024-08-13T21:08:06.865Z Compiling foreign-types v0.3.2
10612024-08-13T21:08:07.179Z Compiling pem-rfc7468 v0.7.0
10622024-08-13T21:08:07.279Z Compiling form_urlencoded v1.2.1
10632024-08-13T21:08:07.301Z Compiling rustls v0.21.12
10642024-08-13T21:08:07.537Z Compiling siphasher v0.3.11
10652024-08-13T21:08:07.552Z Compiling native-tls v0.2.11
10662024-08-13T21:08:07.816Z Compiling crossbeam-utils v0.8.19
10672024-08-13T21:08:07.844Z Compiling try-lock v0.2.5
10682024-08-13T21:08:07.862Z Compiling flagset v0.4.5
10692024-08-13T21:08:07.957Z Compiling time v0.3.36
10702024-08-13T21:08:07.977Z Compiling want v0.3.1
10712024-08-13T21:08:08.391Z Compiling idna v0.5.0
10722024-08-13T21:08:08.889Z Compiling lazy_static v1.5.0
10732024-08-13T21:08:08.989Z Compiling aho-corasick v1.1.3
10742024-08-13T21:08:09.273Z Compiling cookie v0.17.0
10752024-08-13T21:08:09.565Z Compiling openssl-probe v0.1.5
10762024-08-13T21:08:09.849Z Compiling adler v1.0.2
10772024-08-13T21:08:09.874Z Compiling regex-syntax v0.8.4
10782024-08-13T21:08:09.897Z Compiling tower-service v0.3.2
10792024-08-13T21:08:10.015Z Compiling slog v2.7.0
10802024-08-13T21:08:10.033Z Compiling finl_unicode v1.2.0
10812024-08-13T21:08:10.519Z Compiling cpufeatures v0.2.12
10822024-08-13T21:08:10.557Z Compiling httpdate v1.0.3
10832024-08-13T21:08:10.618Z Compiling iana-time-zone v0.1.60
10842024-08-13T21:08:11.064Z Compiling stringprep v0.1.4
10852024-08-13T21:08:11.083Z Compiling miniz_oxide v0.7.2
10862024-08-13T21:08:12.279Z Compiling url v2.5.2
10872024-08-13T21:08:12.858Z Compiling num-integer v0.1.46
10882024-08-13T21:08:12.878Z Compiling serde_derive v1.0.207
10892024-08-13T21:08:13.620Z Compiling zeroize_derive v1.4.2
10902024-08-13T21:08:13.754Z Compiling zerocopy-derive v0.7.34
10912024-08-13T21:08:13.809Z Compiling tokio-macros v2.3.0
10922024-08-13T21:08:14.029Z Compiling thiserror-impl v1.0.63
10932024-08-13T21:08:14.328Z Compiling futures-macro v0.3.30
10942024-08-13T21:08:15.204Z Compiling zeroize v1.7.0
10952024-08-13T21:08:15.441Z Compiling tracing-attributes v0.1.27
10962024-08-13T21:08:15.987Z Compiling zerocopy v0.7.34
10972024-08-13T21:08:16.362Z Compiling futures-util v0.3.30
10982024-08-13T21:08:16.418Z Compiling scroll_derive v0.12.0
10992024-08-13T21:08:17.067Z Compiling crypto-common v0.1.6
11002024-08-13T21:08:17.298Z Compiling thiserror v1.0.63
11012024-08-13T21:08:17.314Z Compiling block-buffer v0.10.4
11022024-08-13T21:08:17.435Z Compiling pest v2.7.10
11032024-08-13T21:08:17.597Z Compiling digest v0.10.7
11042024-08-13T21:08:17.906Z Compiling scroll v0.12.0
11052024-08-13T21:08:18.211Z Compiling hashbrown v0.14.5
11062024-08-13T21:08:18.427Z Compiling goblin v0.8.2
11072024-08-13T21:08:19.201Z Compiling tracing v0.1.40
11082024-08-13T21:08:19.573Z Compiling hmac v0.12.1
11092024-08-13T21:08:19.706Z Compiling openssl-macros v0.1.1
11102024-08-13T21:08:19.821Z Compiling der_derive v0.7.2
11112024-08-13T21:08:20.428Z Compiling pest_meta v2.7.10
11122024-08-13T21:08:20.445Z Compiling rustls-webpki v0.101.7
11132024-08-13T21:08:20.489Z Compiling sct v0.7.1
11142024-08-13T21:08:20.825Z Compiling md-5 v0.10.6
11152024-08-13T21:08:21.081Z Compiling sha2 v0.10.8
11162024-08-13T21:08:21.870Z Compiling pest_generator v2.7.10
11172024-08-13T21:08:22.351Z Compiling der v0.7.9
11182024-08-13T21:08:22.465Z Compiling regex-automata v0.4.6
11192024-08-13T21:08:23.914Z Compiling idna v0.3.0
11202024-08-13T21:08:24.646Z Compiling spki v0.7.3
11212024-08-13T21:08:25.021Z Compiling backtrace v0.3.71
11222024-08-13T21:08:25.496Z Compiling hash32 v0.2.1
11232024-08-13T21:08:25.514Z Compiling pest_derive v2.7.10
11242024-08-13T21:08:25.534Z Compiling signal-hook v0.3.17
11252024-08-13T21:08:25.649Z Compiling crc32fast v1.4.0
11262024-08-13T21:08:25.810Z Compiling fallible-iterator v0.2.0
11272024-08-13T21:08:25.876Z Compiling psl-types v2.0.11
11282024-08-13T21:08:26.066Z Compiling smoltcp v0.9.1
11292024-08-13T21:08:26.174Z Compiling base64 v0.22.1
11302024-08-13T21:08:26.322Z Compiling dtrace-parser v0.2.0
11312024-08-13T21:08:26.486Z Compiling gimli v0.28.1
11322024-08-13T21:08:26.807Z Compiling stable_deref_trait v1.2.0
11332024-08-13T21:08:26.943Z Compiling publicsuffix v2.2.3
11342024-08-13T21:08:27.041Z Compiling bytes v1.7.1
11352024-08-13T21:08:27.183Z Compiling bitflags v2.6.0
11362024-08-13T21:08:27.610Z Compiling indexmap v2.3.0
11372024-08-13T21:08:28.317Z Compiling tokio v1.38.1
11382024-08-13T21:08:28.407Z Compiling http v0.2.12
11392024-08-13T21:08:28.589Z Compiling semver v1.0.23
11402024-08-13T21:08:29.039Z Compiling rustc_version v0.4.0
11412024-08-13T21:08:29.804Z Compiling heapless v0.7.17
11422024-08-13T21:08:30.288Z Compiling http-body v0.4.6
11432024-08-13T21:08:30.480Z Compiling dof v0.3.0
11442024-08-13T21:08:30.957Z Compiling uuid v1.10.0
11452024-08-13T21:08:31.159Z Compiling toml_datetime v0.6.8
11462024-08-13T21:08:31.483Z Compiling usdt-impl v0.5.0
11472024-08-13T21:08:31.666Z Compiling serde_tokenstream v0.2.1
11482024-08-13T21:08:32.206Z Compiling chrono v0.4.38
11492024-08-13T21:08:32.379Z Compiling serde_spanned v0.6.7
11502024-08-13T21:08:32.402Z Compiling terminal_size v0.3.0
11512024-08-13T21:08:32.587Z Compiling addr2line v0.21.0
11522024-08-13T21:08:32.695Z Compiling postgres-protocol v0.6.7
11532024-08-13T21:08:33.013Z Compiling pkcs8 v0.10.2
11542024-08-13T21:08:33.311Z Compiling hubpack_derive v0.1.1
11552024-08-13T21:08:33.571Z Compiling block-padding v0.3.3
11562024-08-13T21:08:33.747Z Compiling async-trait v0.1.81
11572024-08-13T21:08:33.826Z Compiling zerocopy-derive v0.6.6
11582024-08-13T21:08:34.993Z Compiling phf_shared v0.11.2
11592024-08-13T21:08:35.155Z Compiling serde_derive_internals v0.29.1
11602024-08-13T21:08:35.242Z Compiling ff v0.13.0
11612024-08-13T21:08:35.378Z Compiling fs-err v2.11.0
11622024-08-13T21:08:35.485Z Compiling object v0.32.2
11632024-08-13T21:08:35.673Z Compiling base64 v0.21.7
11642024-08-13T21:08:35.904Z Compiling base16ct v0.2.0
11652024-08-13T21:08:36.038Z Compiling anyhow v1.0.86
11662024-08-13T21:08:36.210Z Compiling tokio-util v0.7.11
11672024-08-13T21:08:36.382Z Compiling tokio-rustls v0.24.1
11682024-08-13T21:08:36.544Z Compiling ipnet v2.9.0
11692024-08-13T21:08:36.640Z Compiling schemars v0.8.21
11702024-08-13T21:08:37.007Z Compiling rustc-demangle v0.1.24
11712024-08-13T21:08:37.388Z Compiling h2 v0.3.26
11722024-08-13T21:08:37.574Z Compiling tokio-native-tls v0.3.1
11732024-08-13T21:08:37.708Z Compiling bit-vec v0.6.3
11742024-08-13T21:08:37.830Z Compiling either v1.13.0
11752024-08-13T21:08:37.846Z Compiling managed v0.8.0
11762024-08-13T21:08:37.974Z Compiling bitflags v1.3.2
11772024-08-13T21:08:38.078Z Compiling regex-automata v0.1.10
11782024-08-13T21:08:38.176Z Compiling matches v0.1.10
11792024-08-13T21:08:38.237Z Compiling winnow v0.5.40
11802024-08-13T21:08:38.273Z Compiling idna v0.2.3
11812024-08-13T21:08:38.573Z Compiling bstr v0.2.17
11822024-08-13T21:08:39.388Z Compiling clap_builder v4.5.15
11832024-08-13T21:08:39.869Z Compiling schemars_derive v0.8.21
11842024-08-13T21:08:40.205Z Compiling rustls-pemfile v1.0.4
11852024-08-13T21:08:40.333Z Compiling sec1 v0.7.3
11862024-08-13T21:08:40.686Z Compiling zerocopy v0.6.6
11872024-08-13T21:08:41.033Z Compiling group v0.13.0
11882024-08-13T21:08:41.352Z Compiling phf v0.11.2
11892024-08-13T21:08:41.500Z Compiling cookie_store v0.20.0
11902024-08-13T21:08:41.636Z Compiling postgres-types v0.2.7
11912024-08-13T21:08:42.604Z Compiling toml_edit v0.19.15
11922024-08-13T21:08:43.002Z Compiling hubpack v0.1.2
11932024-08-13T21:08:43.087Z Compiling inout v0.1.3
11942024-08-13T21:08:43.171Z Compiling usdt-attr-macro v0.5.0
11952024-08-13T21:08:43.229Z Compiling usdt-macro v0.5.0
11962024-08-13T21:08:43.340Z Compiling regex v1.10.6
11972024-08-13T21:08:43.464Z Compiling serde_urlencoded v0.7.1
11982024-08-13T21:08:44.417Z Compiling hyper v0.14.30
11992024-08-13T21:08:44.785Z Compiling futures-executor v0.3.30
12002024-08-13T21:08:44.958Z Compiling enum-as-inner v0.5.1
12012024-08-13T21:08:44.976Z Compiling hkdf v0.12.4
12022024-08-13T21:08:45.220Z Compiling crypto-bigint v0.5.5
12032024-08-13T21:08:45.384Z Compiling num-bigint v0.4.5
12042024-08-13T21:08:45.611Z Compiling serde_repr v0.1.19
12052024-08-13T21:08:46.008Z Compiling clap_derive v4.5.13
12062024-08-13T21:08:46.813Z Compiling strum_macros v0.25.3
12072024-08-13T21:08:47.828Z Compiling phf_shared v0.10.0
12082024-08-13T21:08:48.223Z Compiling float-cmp v0.9.0
12092024-08-13T21:08:48.442Z Compiling mio v1.0.1
12102024-08-13T21:08:48.580Z Compiling encoding_rs v0.8.34
12112024-08-13T21:08:49.645Z Compiling static_assertions v1.1.0
12122024-08-13T21:08:49.740Z Compiling normalize-line-endings v0.3.0
12132024-08-13T21:08:49.864Z Compiling fixedbitset v0.4.2
12142024-08-13T21:08:50.348Z Compiling webpki-roots v0.25.4
12152024-08-13T21:08:50.518Z Compiling minimal-lexical v0.2.1
12162024-08-13T21:08:50.576Z Compiling precomputed-hash v0.1.1
12172024-08-13T21:08:50.691Z Compiling new_debug_unreachable v1.0.6
12182024-08-13T21:08:50.786Z Compiling mime v0.3.17
12192024-08-13T21:08:50.920Z Compiling difflib v0.4.0
12202024-08-13T21:08:50.980Z Compiling data-encoding v2.6.0
12212024-08-13T21:08:50.998Z Compiling unicode-segmentation v1.11.0
12222024-08-13T21:08:51.272Z Compiling hyper-rustls v0.24.2
12232024-08-13T21:08:51.365Z Compiling hyper-tls v0.5.0
12242024-08-13T21:08:51.625Z Compiling dyn-clone v1.0.17
12252024-08-13T21:08:51.707Z Compiling whoami v1.5.1
12262024-08-13T21:08:51.846Z Compiling predicates-core v1.0.6
12272024-08-13T21:08:51.861Z Compiling sync_wrapper v0.1.2
12282024-08-13T21:08:51.990Z Compiling reqwest v0.11.27
12292024-08-13T21:08:52.238Z Compiling predicates v3.1.2
12302024-08-13T21:08:52.371Z Compiling tokio-postgres v0.7.11
12312024-08-13T21:08:53.016Z Compiling trust-dns-proto v0.22.0
12322024-08-13T21:08:53.377Z Compiling similar v2.5.0
12332024-08-13T21:08:53.932Z Compiling console v0.15.8
12342024-08-13T21:08:54.187Z Compiling clap v4.5.15
12352024-08-13T21:08:54.307Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12362024-08-13T21:08:55.459Z Compiling nom v7.1.3
12372024-08-13T21:08:55.991Z Compiling string_cache v0.8.7
12382024-08-13T21:08:56.227Z Compiling petgraph v0.6.5
12392024-08-13T21:08:56.265Z Compiling toml_edit v0.22.20
12402024-08-13T21:08:56.471Z Compiling usdt v0.5.0
12412024-08-13T21:08:56.970Z Compiling signal-hook-mio v0.2.4
12422024-08-13T21:08:57.144Z Compiling yasna v0.5.2
12432024-08-13T21:08:57.858Z Compiling elliptic-curve v0.13.8
12442024-08-13T21:08:58.654Z Compiling toml v0.7.8
12452024-08-13T21:08:59.037Z Compiling futures v0.3.30
12462024-08-13T21:08:59.148Z Compiling flate2 v1.0.31
12472024-08-13T21:08:59.166Z Compiling cipher v0.4.4
12482024-08-13T21:09:00.098Z Compiling itertools v0.12.1
12492024-08-13T21:09:00.376Z Compiling itertools v0.10.5
12502024-08-13T21:09:00.553Z Compiling bit-set v0.5.3
12512024-08-13T21:09:00.611Z Compiling tokio-stream v0.1.15
12522024-08-13T21:09:00.823Z Compiling openapiv3 v2.0.0
12532024-08-13T21:09:00.958Z Compiling bstr v1.9.1
12542024-08-13T21:09:01.535Z Compiling hex v0.4.3
12552024-08-13T21:09:01.596Z Compiling num-iter v0.1.45
12562024-08-13T21:09:01.784Z Compiling crossbeam-epoch v0.9.18
12572024-08-13T21:09:02.137Z Compiling dirs-sys-next v0.1.2
12582024-08-13T21:09:02.543Z Compiling unicode-xid v0.2.4
12592024-08-13T21:09:02.719Z Compiling peg-runtime v0.8.3
12602024-08-13T21:09:02.737Z Compiling lalrpop-util v0.19.12
12612024-08-13T21:09:02.798Z Compiling dirs-next v2.0.0
12622024-08-13T21:09:02.991Z Compiling thread_local v1.1.8
12632024-08-13T21:09:03.072Z Compiling slog-async v2.8.0
12642024-08-13T21:09:03.125Z Compiling term v0.7.0
12652024-08-13T21:09:03.228Z Compiling xattr v1.3.1
12662024-08-13T21:09:03.341Z Compiling crossbeam-channel v0.5.12
12672024-08-13T21:09:03.486Z Compiling strum_macros v0.26.4
12682024-08-13T21:09:03.530Z Compiling filetime v0.2.24
12692024-08-13T21:09:03.682Z Compiling is-terminal v0.4.12
12702024-08-13T21:09:03.808Z Compiling take_mut v0.2.2
12712024-08-13T21:09:03.827Z Compiling slog-term v2.9.1
12722024-08-13T21:09:03.965Z Compiling tar v0.4.41
12732024-08-13T21:09:04.544Z Compiling camino v1.1.7
12742024-08-13T21:09:05.898Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12752024-08-13T21:09:06.580Z Compiling strum v0.26.3
12762024-08-13T21:09:06.656Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
12772024-08-13T21:09:11.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
12782024-08-13T21:09:11.647Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12792024-08-13T21:09:11.689ZAug 13 21:09:10.396 INFO Starting download, target: Cockroach
12802024-08-13T21:09:11.689ZAug 13 21:09:10.396 INFO Starting download, target: Clickhouse
12812024-08-13T21:09:11.689ZAug 13 21:09:10.396 INFO Starting download, target: Console
12822024-08-13T21:09:11.689ZAug 13 21:09:10.396 INFO Starting download, target: DendriteOpenapi
12832024-08-13T21:09:11.691ZAug 13 21:09:10.396 INFO Starting download, target: DendriteStub
12842024-08-13T21:09:11.692ZAug 13 21:09:10.396 INFO Starting download, target: MaghemiteMgd
12852024-08-13T21:09:11.692ZAug 13 21:09:10.396 INFO Starting download, target: TransceiverControl
12862024-08-13T21:09:11.692ZAug 13 21:09:10.397 INFO Downloading out/downloads/dpd-8293f28df659c070b48e13f87a51b836238b406e.json (attempt 1/3), target: DendriteOpenapi
12872024-08-13T21:09:11.692ZAug 13 21:09:10.397 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
12882024-08-13T21:09:11.692ZAug 13 21:09:10.397 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
12892024-08-13T21:09:11.692ZAug 13 21:09:10.397 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
12902024-08-13T21:09:11.692ZAug 13 21:09:10.397 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
12912024-08-13T21:09:11.692ZAug 13 21:09:10.397 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
12922024-08-13T21:09:11.692ZAug 13 21:09:10.397 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
12932024-08-13T21:09:11.835ZAug 13 21:09:10.536 INFO Download complete, target: DendriteOpenapi
12942024-08-13T21:09:12.034ZAug 13 21:09:10.740 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
12952024-08-13T21:09:12.335ZAug 13 21:09:11.040 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
12962024-08-13T21:09:12.442ZAug 13 21:09:11.148 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
12972024-08-13T21:09:12.591ZAug 13 21:09:11.298 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
12982024-08-13T21:09:12.745ZAug 13 21:09:11.452 INFO Download complete, target: Console
12992024-08-13T21:09:12.821ZAug 13 21:09:11.528 INFO Download complete, target: TransceiverControl
13002024-08-13T21:09:13.732ZAug 13 21:09:12.439 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13012024-08-13T21:09:13.732ZAug 13 21:09:12.439 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13022024-08-13T21:09:14.039ZAug 13 21:09:12.746 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13032024-08-13T21:09:15.540ZAug 13 21:09:14.247 INFO Download complete, target: DendriteStub
13042024-08-13T21:09:15.793ZAug 13 21:09:14.500 INFO Download complete, target: MaghemiteMgd
13052024-08-13T21:09:22.031ZAug 13 21:09:20.737 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13062024-08-13T21:09:22.360ZAug 13 21:09:21.066 INFO Checking that binary works, target: Cockroach
13072024-08-13T21:09:22.520ZAug 13 21:09:21.226 INFO Download complete, target: Cockroach
13082024-08-13T21:09:27.928ZAug 13 21:09:26.631 INFO Checking that binary works, target: Clickhouse
13092024-08-13T21:09:28.221ZAug 13 21:09:26.926 INFO Download complete, target: Clickhouse
13102024-08-13T21:09:28.227ZAll prerequisites installed successfully
13112024-08-13T21:09:28.230Z
13122024-08-13T21:09:28.230Zreal 3:43.809157527
13132024-08-13T21:09:28.230Zuser 10:47.024651324
13142024-08-13T21:09:28.230Zsys 2:17.755462028
13152024-08-13T21:09:28.230Ztrap 0.385669409
13162024-08-13T21:09:28.230Ztflt 7.316293974
13172024-08-13T21:09:28.230Zdflt 6.607130994
13182024-08-13T21:09:28.231Zkflt 0.250287973
13192024-08-13T21:09:28.231Zlock 20:47.486010452
13202024-08-13T21:09:28.231Zslp 42:32.431934684
13212024-08-13T21:09:28.231Zlat 38.069970499
13222024-08-13T21:09:28.231Zstop 1:33.965303129
13232024-08-13T21:09:28.231Z+ source ./tools/include/force-git-over-https.sh
13242024-08-13T21:09:28.231Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13252024-08-13T21:09:28.231Z++ (( i = 0 ))
13262024-08-13T21:09:28.231Z++ (( i < 5 ))
13272024-08-13T21:09:28.231Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13282024-08-13T21:09:28.233Z++ (( i++ ))
13292024-08-13T21:09:28.233Z++ (( i < 5 ))
13302024-08-13T21:09:28.233Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13312024-08-13T21:09:28.236Z++ (( i++ ))
13322024-08-13T21:09:28.236Z++ (( i < 5 ))
13332024-08-13T21:09:28.236Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13342024-08-13T21:09:28.239Z++ (( i++ ))
13352024-08-13T21:09:28.239Z++ (( i < 5 ))
13362024-08-13T21:09:28.239Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13372024-08-13T21:09:28.242Z++ (( i++ ))
13382024-08-13T21:09:28.242Z++ (( i < 5 ))
13392024-08-13T21:09:28.242Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13402024-08-13T21:09:28.245Z++ (( i++ ))
13412024-08-13T21:09:28.245Z++ (( i < 5 ))
13422024-08-13T21:09:28.245Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13432024-08-13T21:09:28.245Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13442024-08-13T21:09:28.248Z+ rc=0
13452024-08-13T21:09:28.248Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13462024-08-13T21:10:03.761Z+ case $rc in
13472024-08-13T21:10:03.761Z+ pfexec zfs create -p rpool/images/build/host
13482024-08-13T21:10:03.929Z+ pfexec zfs create -p rpool/images/build/recovery
13492024-08-13T21:10:03.997Z+ cargo xtask releng --output-dir /work
13502024-08-13T21:10:04.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
13512024-08-13T21:10:04.541Z Running `target/debug/xtask releng --output-dir /work`
13522024-08-13T21:10:05.380Z Compiling proc-macro2 v1.0.86
13532024-08-13T21:10:05.380Z Compiling unicode-ident v1.0.12
13542024-08-13T21:10:05.383Z Compiling libc v0.2.155
13552024-08-13T21:10:05.384Z Compiling serde v1.0.207
13562024-08-13T21:10:05.384Z Compiling autocfg v1.3.0
13572024-08-13T21:10:05.384Z Compiling version_check v0.9.5
13582024-08-13T21:10:05.384Z Compiling cfg-if v1.0.0
13592024-08-13T21:10:05.559Z Compiling cc v1.0.97
13602024-08-13T21:10:05.595Z Compiling memchr v2.7.2
13612024-08-13T21:10:06.129Z Compiling ahash v0.8.11
13622024-08-13T21:10:06.243Z Compiling lock_api v0.4.12
13632024-08-13T21:10:06.551Z Compiling libm v0.2.8
13642024-08-13T21:10:06.624Z Compiling serde_json v1.0.124
13652024-08-13T21:10:06.996Z Compiling quote v1.0.36
13662024-08-13T21:10:07.019Z Compiling num-traits v0.2.19
13672024-08-13T21:10:07.080Z Compiling typenum v1.17.0
13682024-08-13T21:10:07.329Z Compiling once_cell v1.19.0
13692024-08-13T21:10:07.663Z Compiling syn v2.0.74
13702024-08-13T21:10:07.688Z Compiling getrandom v0.2.14
13712024-08-13T21:10:07.707Z Compiling parking_lot_core v0.9.10
13722024-08-13T21:10:07.994Z Compiling generic-array v0.14.7
13732024-08-13T21:10:08.034Z Compiling byteorder v1.5.0
13742024-08-13T21:10:08.151Z Compiling scopeguard v1.2.0
13752024-08-13T21:10:08.272Z Compiling log v0.4.21
13762024-08-13T21:10:08.326Z Compiling itoa v1.0.11
13772024-08-13T21:10:08.365Z Compiling thiserror v1.0.63
13782024-08-13T21:10:08.741Z Compiling slab v0.4.9
13792024-08-13T21:10:08.838Z Compiling pkg-config v0.3.30
13802024-08-13T21:10:08.838Z Compiling ring v0.17.8
13812024-08-13T21:10:08.974Z Compiling semver v1.0.23
13822024-08-13T21:10:09.057Z Compiling ryu v1.0.18
13832024-08-13T21:10:09.096Z Compiling spin v0.9.8
13842024-08-13T21:10:09.230Z Compiling pin-project-lite v0.2.14
13852024-08-13T21:10:09.357Z Compiling smallvec v1.13.2
13862024-08-13T21:10:09.376Z Compiling vcpkg v0.2.15
13872024-08-13T21:10:09.459Z Compiling allocator-api2 v0.2.18
13882024-08-13T21:10:09.728Z Compiling rand_core v0.6.4
13892024-08-13T21:10:10.142Z Compiling num-conv v0.1.0
13902024-08-13T21:10:10.229Z Compiling time-core v0.1.2
13912024-08-13T21:10:10.592Z Compiling time-macros v0.2.18
13922024-08-13T21:10:10.846Z Compiling signal-hook-registry v1.4.2
13932024-08-13T21:10:11.161Z Compiling openssl-sys v0.9.103
13942024-08-13T21:10:11.365Z Compiling httparse v1.8.0
13952024-08-13T21:10:11.781Z Compiling heck v0.5.0
13962024-08-13T21:10:12.237Z Compiling rustix v0.38.34
13972024-08-13T21:10:12.311Z Compiling schemars v0.8.21
13982024-08-13T21:10:12.334Z Compiling parking_lot v0.12.2
13992024-08-13T21:10:12.909Z Compiling mio v0.8.11
14002024-08-13T21:10:13.184Z Compiling futures-core v0.3.30
14012024-08-13T21:10:13.459Z Compiling socket2 v0.5.7
14022024-08-13T21:10:13.500Z Compiling num_cpus v1.16.0
14032024-08-13T21:10:13.654Z Compiling openssl v0.10.66
14042024-08-13T21:10:13.746Z Compiling fnv v1.0.7
14052024-08-13T21:10:13.878Z Compiling const-oid v0.9.6
14062024-08-13T21:10:14.342Z Compiling equivalent v1.0.1
14072024-08-13T21:10:14.365Z Compiling subtle v2.5.0
14082024-08-13T21:10:14.879Z Compiling native-tls v0.2.11
14092024-08-13T21:10:14.898Z Compiling syn v1.0.109
14102024-08-13T21:10:15.080Z Compiling serde_derive_internals v0.29.1
14112024-08-13T21:10:15.248Z Compiling tinyvec_macros v0.1.1
14122024-08-13T21:10:15.279Z Compiling rustls v0.21.12
14132024-08-13T21:10:15.397Z Compiling tinyvec v1.6.0
14142024-08-13T21:10:15.810Z Compiling futures-sink v0.3.30
14152024-08-13T21:10:16.021Z Compiling crossbeam-utils v0.8.19
14162024-08-13T21:10:16.957Z Compiling cookie v0.17.0
14172024-08-13T21:10:17.097Z Compiling unicode-normalization v0.1.23
14182024-08-13T21:10:17.608Z Compiling ucd-trie v0.1.6
14192024-08-13T21:10:17.705Z Compiling iana-time-zone v0.1.60
14202024-08-13T21:10:18.160Z Compiling futures-channel v0.3.30
14212024-08-13T21:10:18.521Z Compiling futures-io v0.3.30
14222024-08-13T21:10:18.576Z Compiling unicode-bidi v0.3.15
14232024-08-13T21:10:18.667Z Compiling slog v2.7.0
14242024-08-13T21:10:18.948Z Compiling futures-task v0.3.30
14252024-08-13T21:10:19.225Z Compiling pin-utils v0.1.0
14262024-08-13T21:10:19.474Z Compiling untrusted v0.9.0
14272024-08-13T21:10:19.965Z Compiling aho-corasick v1.1.3
14282024-08-13T21:10:20.238Z Compiling dyn-clone v1.0.17
14292024-08-13T21:10:20.523Z Compiling powerfmt v0.2.0
14302024-08-13T21:10:20.552Z Compiling crc32fast v1.4.0
14312024-08-13T21:10:20.757Z Compiling serde_derive v1.0.207
14322024-08-13T21:10:20.916Z Compiling zerocopy-derive v0.7.34
14332024-08-13T21:10:20.998Z Compiling zeroize_derive v1.4.2
14342024-08-13T21:10:21.037Z Compiling tokio-macros v2.3.0
14352024-08-13T21:10:21.552Z Compiling thiserror-impl v1.0.63
14362024-08-13T21:10:22.509Z Compiling futures-macro v0.3.30
14372024-08-13T21:10:22.641Z Compiling zeroize v1.7.0
14382024-08-13T21:10:23.098Z Compiling zerocopy v0.7.34
14392024-08-13T21:10:24.762Z Compiling tracing-attributes v0.1.27
14402024-08-13T21:10:24.882Z Compiling schemars_derive v0.8.21
14412024-08-13T21:10:25.375Z Compiling hashbrown v0.14.5
14422024-08-13T21:10:26.797Z Compiling der_derive v0.7.2
14432024-08-13T21:10:27.004Z Compiling openssl-macros v0.1.1
14442024-08-13T21:10:27.640Z Compiling scroll_derive v0.12.0
14452024-08-13T21:10:27.779Z Compiling pest v2.7.10
14462024-08-13T21:10:27.874Z Compiling crypto-common v0.1.6
14472024-08-13T21:10:28.162Z Compiling futures-util v0.3.30
14482024-08-13T21:10:28.506Z Compiling block-buffer v0.10.4
14492024-08-13T21:10:28.867Z Compiling regex-syntax v0.8.4
14502024-08-13T21:10:29.218Z Compiling digest v0.10.7
14512024-08-13T21:10:29.795Z Compiling deranged v0.3.11
14522024-08-13T21:10:30.942Z Compiling pest_meta v2.7.10
14532024-08-13T21:10:32.241Z Compiling pest_generator v2.7.10
14542024-08-13T21:10:34.328Z Compiling regex-automata v0.4.6
14552024-08-13T21:10:35.248Z Compiling pest_derive v2.7.10
14562024-08-13T21:10:35.299Z Compiling usdt-impl v0.5.0
14572024-08-13T21:10:35.697Z Compiling bytes v1.7.1
14582024-08-13T21:10:36.262Z Compiling bitflags v2.6.0
14592024-08-13T21:10:36.753Z Compiling indexmap v2.3.0
14602024-08-13T21:10:36.985Z Compiling tokio v1.38.1
14612024-08-13T21:10:37.424Z Compiling serde_tokenstream v0.2.1
14622024-08-13T21:10:37.878Z Compiling uuid v1.10.0
14632024-08-13T21:10:38.332Z Compiling chrono v0.4.38
14642024-08-13T21:10:38.875Z Compiling http v0.2.12
14652024-08-13T21:10:39.590Z Compiling rustc_version v0.4.0
14662024-08-13T21:10:42.076Z Compiling num_threads v0.1.7
14672024-08-13T21:10:42.113Z Compiling percent-encoding v2.3.1
14682024-08-13T21:10:42.759Z Compiling heck v0.4.1
14692024-08-13T21:10:42.794Z Compiling time v0.3.36
14702024-08-13T21:10:43.252Z Compiling heapless v0.7.17
14712024-08-13T21:10:44.139Z Compiling scroll v0.12.0
14722024-08-13T21:10:44.770Z Compiling zerocopy-derive v0.6.6
14732024-08-13T21:10:46.024Z Compiling tracing-core v0.1.32
14742024-08-13T21:10:46.804Z Compiling backtrace v0.3.71
14752024-08-13T21:10:47.269Z Compiling errno v0.3.9
14762024-08-13T21:10:48.011Z Compiling ppv-lite86 v0.2.17
14772024-08-13T21:10:48.441Z Compiling plain v0.2.3
14782024-08-13T21:10:48.623Z Compiling goblin v0.8.2
14792024-08-13T21:10:48.770Z Compiling rand_chacha v0.3.1
14802024-08-13T21:10:49.032Z Compiling tracing v0.1.40
14812024-08-13T21:10:49.835Z Compiling tokio-util v0.7.11
14822024-08-13T21:10:50.049Z Compiling regex v1.10.6
14832024-08-13T21:10:50.800Z Compiling async-trait v0.1.81
14842024-08-13T21:10:51.901Z Compiling pretty-hex v0.4.1
14852024-08-13T21:10:52.119Z Compiling rustversion v1.0.17
14862024-08-13T21:10:52.174Z Compiling strsim v0.11.1
14872024-08-13T21:10:53.254Z Compiling rand v0.8.5
14882024-08-13T21:10:54.001Z Compiling form_urlencoded v1.2.1
14892024-08-13T21:10:54.991Z Compiling dtrace-parser v0.2.0
14902024-08-13T21:10:55.025Z Compiling dof v0.3.0
14912024-08-13T21:10:55.286Z Compiling thread-id v4.2.1
14922024-08-13T21:10:55.571Z Compiling anyhow v1.0.86
14932024-08-13T21:10:55.930Z Compiling signal-hook v0.3.17
14942024-08-13T21:10:56.238Z Compiling foreign-types-shared v0.1.1
14952024-08-13T21:10:56.355Z Compiling try-lock v0.2.5
14962024-08-13T21:10:56.427Z Compiling smoltcp v0.9.1
14972024-08-13T21:10:56.462Z Compiling base64ct v1.6.0
14982024-08-13T21:10:56.566Z Compiling unicode-width v0.1.13
14992024-08-13T21:10:56.857Z Compiling want v0.3.1
15002024-08-13T21:10:56.897Z Compiling foreign-types v0.3.2
15012024-08-13T21:10:57.019Z Compiling pem-rfc7468 v0.7.0
15022024-08-13T21:10:58.613Z Compiling h2 v0.3.26
15032024-08-13T21:10:59.238Z Compiling http-body v0.4.6
15042024-08-13T21:10:59.311Z Compiling hmac v0.12.1
15052024-08-13T21:10:59.654Z Compiling clap_derive v4.5.13
15062024-08-13T21:11:00.248Z Compiling flagset v0.4.5
15072024-08-13T21:11:00.495Z Compiling tower-service v0.3.2
15082024-08-13T21:11:00.654Z Compiling httpdate v1.0.3
15092024-08-13T21:11:01.378Z Compiling base64 v0.21.7
15102024-08-13T21:11:02.071Z Compiling siphasher v0.3.11
15112024-08-13T21:11:02.505Z Compiling der v0.7.9
15122024-08-13T21:11:07.293Z Compiling hyper v0.14.30
15132024-08-13T21:11:15.295Z Compiling sct v0.7.1
15142024-08-13T21:11:15.626Z Compiling rustls-webpki v0.101.7
15152024-08-13T21:11:18.067Z Compiling openapiv3 v2.0.0
15162024-08-13T21:11:19.376Z Compiling hubpack_derive v0.1.1
15172024-08-13T21:11:19.964Z Compiling idna v0.5.0
15182024-08-13T21:11:21.747Z Compiling lazy_static v1.5.0
15192024-08-13T21:11:21.913Z Compiling fs-err v2.11.0
15202024-08-13T21:11:22.310Z Compiling openssl-probe v0.1.5
15212024-08-13T21:11:22.383Z Compiling utf8parse v0.2.1
15222024-08-13T21:11:22.542Z Compiling cpufeatures v0.2.12
15232024-08-13T21:11:22.821Z Compiling anstyle v1.0.8
15242024-08-13T21:11:22.837Z Compiling finl_unicode v1.2.0
15252024-08-13T21:11:22.999Z Compiling adler v1.0.2
15262024-08-13T21:11:23.336Z Compiling miniz_oxide v0.7.2
15272024-08-13T21:11:23.476Z Compiling sha2 v0.10.8
15282024-08-13T21:11:23.650Z Compiling stringprep v0.1.4
15292024-08-13T21:11:23.793Z Compiling anstyle-parse v0.2.4
15302024-08-13T21:11:24.744Z Compiling url v2.5.2
15312024-08-13T21:11:27.907Z Compiling spki v0.7.3
15322024-08-13T21:11:28.300Z Compiling usdt-macro v0.5.0
15332024-08-13T21:11:28.687Z Compiling usdt-attr-macro v0.5.0
15342024-08-13T21:11:29.861Z Compiling md-5 v0.10.6
15352024-08-13T21:11:30.244Z Compiling toml_datetime v0.6.8
15362024-08-13T21:11:30.366Z Compiling serde_spanned v0.6.7
15372024-08-13T21:11:30.601Z Compiling regress v0.9.1
15382024-08-13T21:11:30.625Z Compiling idna v0.3.0
15392024-08-13T21:11:32.330Z Compiling num-integer v0.1.46
15402024-08-13T21:11:33.257Z Compiling hash32 v0.2.1
15412024-08-13T21:11:33.635Z Compiling encoding_rs v0.8.34
15422024-08-13T21:11:34.149Z Compiling base64 v0.22.1
15432024-08-13T21:11:34.807Z Compiling colorchoice v1.0.1
15442024-08-13T21:11:34.961Z Compiling psl-types v2.0.11
15452024-08-13T21:11:34.986Z Compiling anstyle-query v1.0.3
15462024-08-13T21:11:35.007Z Compiling mime v0.3.17
15472024-08-13T21:11:35.121Z Compiling gimli v0.28.1
15482024-08-13T21:11:35.166Z Compiling stable_deref_trait v1.2.0
15492024-08-13T21:11:35.424Z Compiling is_terminal_polyfill v1.70.0
15502024-08-13T21:11:35.546Z Compiling fallible-iterator v0.2.0
15512024-08-13T21:11:36.057Z Compiling anstream v0.6.14
15522024-08-13T21:11:36.267Z Compiling postgres-protocol v0.6.7
15532024-08-13T21:11:36.710Z Compiling publicsuffix v2.2.3
15542024-08-13T21:11:37.725Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15552024-08-13T21:11:39.680Z Compiling addr2line v0.21.0
15562024-08-13T21:11:40.313Z Compiling tokio-rustls v0.24.1
15572024-08-13T21:11:40.864Z Compiling pkcs8 v0.10.2
15582024-08-13T21:11:41.144Z Compiling terminal_size v0.3.0
15592024-08-13T21:11:41.344Z Compiling tokio-native-tls v0.3.1
15602024-08-13T21:11:41.640Z Compiling phf_shared v0.11.2
15612024-08-13T21:11:41.642Z Compiling strum_macros v0.25.3
15622024-08-13T21:11:42.011Z Compiling serde_urlencoded v0.7.1
15632024-08-13T21:11:42.021Z Compiling enum-as-inner v0.5.1
15642024-08-13T21:11:42.995Z Compiling block-padding v0.3.3
15652024-08-13T21:11:43.290Z Compiling serde_repr v0.1.19
15662024-08-13T21:11:43.321Z Compiling ff v0.13.0
15672024-08-13T21:11:44.171Z Compiling object v0.32.2
15682024-08-13T21:11:44.685Z Compiling bitflags v1.3.2
15692024-08-13T21:11:44.795Z Compiling rustc-demangle v0.1.24
15702024-08-13T21:11:44.936Z Compiling matches v0.1.10
15712024-08-13T21:11:45.034Z Compiling either v1.13.0
15722024-08-13T21:11:45.183Z Compiling managed v0.8.0
15732024-08-13T21:11:45.611Z Compiling ipnet v2.9.0
15742024-08-13T21:11:45.637Z Compiling bit-vec v0.6.3
15752024-08-13T21:11:45.659Z Compiling clap_lex v0.7.0
15762024-08-13T21:11:47.081Z Compiling regex-automata v0.1.10
15772024-08-13T21:11:47.573Z Compiling winnow v0.5.40
15782024-08-13T21:11:47.814Z Compiling base16ct v0.2.0
15792024-08-13T21:11:48.087Z Compiling sec1 v0.7.3
15802024-08-13T21:11:48.123Z Compiling rustls-pemfile v1.0.4
15812024-08-13T21:11:48.493Z Compiling bstr v0.2.17
15822024-08-13T21:11:48.611Z Compiling clap_builder v4.5.15
15832024-08-13T21:11:49.398Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15842024-08-13T21:11:51.134Z Compiling toml_edit v0.19.15
15852024-08-13T21:11:51.420Z Compiling idna v0.2.3
15862024-08-13T21:11:52.463Z Compiling group v0.13.0
15872024-08-13T21:11:52.790Z Compiling inout v0.1.3
15882024-08-13T21:11:52.864Z Compiling phf v0.11.2
15892024-08-13T21:11:53.065Z Compiling hyper-tls v0.5.0
15902024-08-13T21:11:53.153Z Compiling hyper-rustls v0.24.2
15912024-08-13T21:11:53.470Z Compiling cookie_store v0.20.0
15922024-08-13T21:11:53.736Z Compiling postgres-types v0.2.7
15932024-08-13T21:11:53.803Z Compiling num-bigint v0.4.5
15942024-08-13T21:11:55.277Z Compiling hubpack v0.1.2
15952024-08-13T21:11:55.580Z Compiling phf_shared v0.10.0
15962024-08-13T21:11:55.923Z Compiling hkdf v0.12.4
15972024-08-13T21:11:56.322Z Compiling zerocopy v0.6.6
15982024-08-13T21:11:56.379Z Compiling futures-executor v0.3.30
15992024-08-13T21:11:56.459Z Compiling crypto-bigint v0.5.5
16002024-08-13T21:11:56.990Z Compiling float-cmp v0.9.0
16012024-08-13T21:11:57.155Z Compiling mio v1.0.1
16022024-08-13T21:11:57.200Z Compiling memmap v0.7.0
16032024-08-13T21:11:57.499Z Compiling precomputed-hash v0.1.1
16042024-08-13T21:11:57.602Z Compiling webpki-roots v0.25.4
16052024-08-13T21:11:57.754Z Compiling unicode-segmentation v1.11.0
16062024-08-13T21:11:57.884Z Compiling fixedbitset v0.4.2
16072024-08-13T21:11:58.059Z Compiling predicates-core v1.0.6
16082024-08-13T21:11:58.119Z Compiling sync_wrapper v0.1.2
16092024-08-13T21:11:58.251Z Compiling normalize-line-endings v0.3.0
16102024-08-13T21:11:58.271Z Compiling winnow v0.6.18
16112024-08-13T21:11:58.353Z Compiling data-encoding v2.6.0
16122024-08-13T21:11:58.380Z Compiling static_assertions v1.1.0
16132024-08-13T21:11:58.446Z Compiling new_debug_unreachable v1.0.6
16142024-08-13T21:11:58.507Z Compiling difflib v0.4.0
16152024-08-13T21:11:58.542Z Compiling whoami v1.5.1
16162024-08-13T21:11:59.088Z Compiling minimal-lexical v0.2.1
16172024-08-13T21:11:59.150Z Compiling trust-dns-proto v0.22.0
16182024-08-13T21:11:59.567Z Compiling nom v7.1.3
16192024-08-13T21:11:59.727Z Compiling reqwest v0.11.27
16202024-08-13T21:11:59.897Z Compiling elliptic-curve v0.13.8
16212024-08-13T21:12:00.002Z Compiling predicates v3.1.2
16222024-08-13T21:12:00.598Z Compiling tokio-postgres v0.7.11
16232024-08-13T21:12:00.799Z Compiling string_cache v0.8.7
16242024-08-13T21:12:01.225Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16252024-08-13T21:12:01.446Z Compiling similar v2.5.0
16262024-08-13T21:12:01.844Z Compiling toml_edit v0.22.20
16272024-08-13T21:12:03.469Z Compiling petgraph v0.6.5
16282024-08-13T21:12:06.454Z Compiling signal-hook-mio v0.2.4
16292024-08-13T21:12:06.631Z Compiling usdt v0.5.0
16302024-08-13T21:12:07.248Z Compiling futures v0.3.30
16312024-08-13T21:12:07.360Z Compiling yasna v0.5.2
16322024-08-13T21:12:07.547Z Compiling toml v0.7.8
16332024-08-13T21:12:08.101Z Compiling cipher v0.4.4
16342024-08-13T21:12:08.231Z Compiling flate2 v1.0.31
16352024-08-13T21:12:08.562Z Compiling crossbeam-epoch v0.9.18
16362024-08-13T21:12:08.858Z Compiling clap v4.5.15
16372024-08-13T21:12:08.964Z Compiling bit-set v0.5.3
16382024-08-13T21:12:08.986Z Compiling itertools v0.10.5
16392024-08-13T21:12:09.076Z Compiling itertools v0.12.1
16402024-08-13T21:12:09.165Z Compiling num-iter v0.1.45
16412024-08-13T21:12:09.252Z Compiling console v0.15.8
16422024-08-13T21:12:10.476Z Compiling tokio-stream v0.1.15
16432024-08-13T21:12:10.595Z Compiling bstr v1.9.1
16442024-08-13T21:12:11.405Z Compiling hex v0.4.3
16452024-08-13T21:12:12.067Z Compiling camino v1.1.7
16462024-08-13T21:12:12.353Z Compiling lalrpop-util v0.19.12
16472024-08-13T21:12:12.386Z Compiling peg-runtime v0.8.3
16482024-08-13T21:12:12.812Z Compiling unicode-xid v0.2.4
16492024-08-13T21:12:12.853Z Compiling radium v0.7.0
16502024-08-13T21:12:12.973Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16512024-08-13T21:12:17.904Z Compiling is-terminal v0.4.12
16522024-08-13T21:12:20.182Z Compiling rustls-pki-types v1.7.0
16532024-08-13T21:12:20.525Z Compiling tap v1.0.1
16542024-08-13T21:12:20.713Z Compiling maybe-uninit v2.0.0
16552024-08-13T21:12:21.801Z Compiling ident_case v1.0.1
16562024-08-13T21:12:21.982Z Compiling darling_core v0.20.9
16572024-08-13T21:12:24.509Z Compiling wyz v0.5.1
16582024-08-13T21:12:35.488Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16592024-08-13T21:12:35.631Z Compiling getopts v0.2.21
16602024-08-13T21:12:36.312Z Compiling bzip2-sys v0.1.11+1.0.8
16612024-08-13T21:12:36.557Z Compiling dirs-sys-next v0.1.2
16622024-08-13T21:12:36.760Z Compiling num-bigint-dig v0.8.4
16632024-08-13T21:12:37.071Z Compiling paste v1.0.15
16642024-08-13T21:12:37.470Z Compiling unsafe-libyaml v0.2.11
16652024-08-13T21:12:37.538Z Compiling rustls v0.22.4
16662024-08-13T21:12:37.554Z Compiling funty v2.0.0
16672024-08-13T21:12:37.821Z Compiling packed_struct v0.10.1
16682024-08-13T21:12:39.240Z Compiling serde_yaml v0.9.34+deprecated
16692024-08-13T21:12:39.991Z Compiling bitvec v1.0.1
16702024-08-13T21:12:41.081Z Compiling dirs-next v2.0.0
16712024-08-13T21:12:42.917Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16722024-08-13T21:12:44.607Z Compiling darling_macro v0.20.9
16732024-08-13T21:12:45.606Z Compiling rustls-webpki v0.102.4
16742024-08-13T21:12:49.727Z Compiling packed_struct_codegen v0.10.1
16752024-08-13T21:12:50.064Z Compiling structmeta-derive v0.3.0
16762024-08-13T21:12:50.430Z Compiling thread_local v1.1.8
16772024-08-13T21:12:50.974Z Compiling indexmap v1.9.3
16782024-08-13T21:12:51.109Z Compiling multer v3.1.0
16792024-08-13T21:12:51.424Z Compiling match_cfg v0.1.0
16802024-08-13T21:12:51.526Z Compiling crc-catalog v2.4.0
16812024-08-13T21:12:51.676Z Compiling slog-async v2.8.0
16822024-08-13T21:12:51.770Z Compiling rayon-core v1.12.1
16832024-08-13T21:12:52.174Z Compiling nodrop v0.1.14
16842024-08-13T21:12:52.219Z Compiling fastrand v2.1.0
16852024-08-13T21:12:52.294Z Compiling array-init v0.0.4
16862024-08-13T21:12:52.580Z Compiling tempfile v3.10.1
16872024-08-13T21:12:52.682Z Compiling structmeta v0.3.0
16882024-08-13T21:12:54.208Z Compiling crc v3.2.1
16892024-08-13T21:12:54.251Z Compiling hostname v0.3.1
16902024-08-13T21:12:55.951Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16912024-08-13T21:12:56.791Z Compiling smallvec v0.6.14
16922024-08-13T21:12:57.019Z Compiling darling v0.20.9
16932024-08-13T21:12:57.290Z Compiling term v0.7.0
16942024-08-13T21:13:02.928Z Compiling crossbeam-deque v0.8.5
16952024-08-13T21:13:02.946Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16962024-08-13T21:13:02.979Z Compiling pkcs1 v0.7.5
16972024-08-13T21:13:04.434Z Compiling slog-json v2.6.1
16982024-08-13T21:13:05.499Z Compiling crossbeam-channel v0.5.12
16992024-08-13T21:13:06.800Z Compiling http v1.1.0
17002024-08-13T21:13:07.006Z Compiling signature v2.2.0
17012024-08-13T21:13:08.624Z Compiling async-stream-impl v0.3.5
17022024-08-13T21:13:09.909Z Compiling pin-project-internal v1.1.5
17032024-08-13T21:13:11.339Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17042024-08-13T21:13:12.090Z Compiling termcolor v1.4.1
17052024-08-13T21:13:12.163Z Compiling same-file v1.0.6
17062024-08-13T21:13:12.662Z Compiling take_mut v0.2.2
17072024-08-13T21:13:13.051Z Compiling bitfield v0.14.0
17082024-08-13T21:13:13.336Z Compiling hashbrown v0.12.3
17092024-08-13T21:13:13.385Z Compiling atomic-waker v1.1.2
17102024-08-13T21:13:18.828Z Compiling waitgroup v0.1.2
17112024-08-13T21:13:20.115Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17122024-08-13T21:13:25.895Z Compiling env_logger v0.10.2
17132024-08-13T21:13:28.186Z Compiling pin-project v1.1.5
17142024-08-13T21:13:28.284Z Compiling walkdir v2.5.0
17152024-08-13T21:13:28.513Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17162024-08-13T21:13:28.754Z Compiling async-stream v0.3.5
17172024-08-13T21:13:29.062Z Compiling rsa v0.9.6
17182024-08-13T21:13:30.720Z Compiling slog-bunyan v2.5.0
17192024-08-13T21:13:31.515Z Compiling tokio-rustls v0.25.0
17202024-08-13T21:13:31.985Z Compiling slog-term v2.9.1
17212024-08-13T21:13:33.225Z Compiling bzip2 v0.4.4
17222024-08-13T21:13:33.671Z Compiling serde-hex v0.1.0
17232024-08-13T21:13:34.102Z Compiling serde_with_macros v3.8.3
17242024-08-13T21:13:34.339Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17252024-08-13T21:13:34.449Z Compiling parse-display-derive v0.10.0
17262024-08-13T21:13:34.640Z Compiling toml v0.8.19
17272024-08-13T21:13:34.643Z Compiling rustls-pemfile v2.1.3
17282024-08-13T21:13:37.766Z Compiling x509-cert v0.2.5
17292024-08-13T21:13:38.309Z Compiling sha1 v0.10.6
17302024-08-13T21:13:38.750Z Compiling ron v0.8.1
17312024-08-13T21:13:38.899Z Compiling newtype-uuid v1.1.0
17322024-08-13T21:13:38.986Z Compiling ipnetwork v0.20.0
17332024-08-13T21:13:39.103Z Compiling strum_macros v0.26.4
17342024-08-13T21:13:39.268Z Compiling xattr v1.3.1
17352024-08-13T21:13:39.558Z Compiling snafu-derive v0.8.2
17362024-08-13T21:13:40.646Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17372024-08-13T21:13:41.493Z Compiling serde_path_to_error v0.1.16
17382024-08-13T21:13:42.470Z Compiling hashbrown v0.13.2
17392024-08-13T21:13:42.902Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17402024-08-13T21:13:43.548Z Compiling blake3 v1.5.1
17412024-08-13T21:13:43.629Z Compiling ring v0.16.20
17422024-08-13T21:13:43.784Z Compiling hostname v0.4.0
17432024-08-13T21:13:44.044Z Compiling filetime v0.2.24
17442024-08-13T21:13:44.092Z Compiling instant v0.1.12
17452024-08-13T21:13:44.205Z Compiling buf-list v1.0.3
17462024-08-13T21:13:44.263Z Compiling crc-any v2.5.0
17472024-08-13T21:13:44.633Z Compiling debug-ignore v1.0.5
17482024-08-13T21:13:44.731Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17492024-08-13T21:13:44.921Z Compiling snafu v0.8.2
17502024-08-13T21:13:45.128Z Compiling tar v0.4.41
17512024-08-13T21:13:45.400Z Compiling backoff v0.4.0
17522024-08-13T21:13:46.131Z Compiling object v0.30.4
17532024-08-13T21:13:46.190Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17542024-08-13T21:13:46.397Z Compiling strum v0.26.3
17552024-08-13T21:13:46.589Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17562024-08-13T21:13:48.316Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17572024-08-13T21:13:49.151Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17582024-08-13T21:13:49.683Z Compiling parse-display v0.10.0
17592024-08-13T21:13:50.309Z Compiling serde_with v3.8.3
17602024-08-13T21:13:50.396Z Compiling zip v0.6.6
17612024-08-13T21:13:51.569Z Compiling rayon v1.10.0
17622024-08-13T21:13:51.871Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17632024-08-13T21:13:52.629Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17642024-08-13T21:13:53.116Z Compiling camino-tempfile v1.1.1
17652024-08-13T21:13:53.893Z Compiling globset v0.4.14
17662024-08-13T21:13:54.515Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17672024-08-13T21:13:54.689Z Compiling pem v3.0.4
17682024-08-13T21:13:56.176Z Compiling olpc-cjson v0.1.3
17692024-08-13T21:13:56.506Z Compiling serde_plain v1.0.2
17702024-08-13T21:13:56.989Z Compiling macaddr v1.0.1
17712024-08-13T21:13:57.227Z Compiling async-recursion v1.1.1
17722024-08-13T21:13:57.602Z Compiling memmap2 v0.9.4
17732024-08-13T21:13:58.147Z Compiling arrayref v0.3.7
17742024-08-13T21:13:58.257Z Compiling arrayvec v0.7.4
17752024-08-13T21:13:58.669Z Compiling path-slash v0.1.5
17762024-08-13T21:13:58.672Z Compiling constant_time_eq v0.3.0
17772024-08-13T21:13:58.859Z Compiling untrusted v0.7.1
17782024-08-13T21:13:58.899Z Compiling spin v0.5.2
17792024-08-13T21:13:59.046Z Compiling typed-path v0.7.1
17802024-08-13T21:13:59.049Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17812024-08-13T21:14:01.886Z Compiling tough v0.17.1
17822024-08-13T21:14:02.093Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17832024-08-13T21:14:04.797Z Compiling itertools v0.13.0
17842024-08-13T21:14:05.726Z Compiling cargo-platform v0.1.8
17852024-08-13T21:14:06.290Z Compiling parse-size v1.0.0
17862024-08-13T21:14:06.574Z Compiling topological-sort v0.2.2
17872024-08-13T21:14:06.817Z Compiling omicron-zone-package v0.11.0
17882024-08-13T21:14:06.845Z Compiling cargo_metadata v0.18.1
17892024-08-13T21:14:08.483Z Compiling shell-words v1.1.0
17902024-08-13T21:14:14.643Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
17912024-08-13T21:14:26.884Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
17922024-08-13T21:14:40.540Z Finished `release` profile [optimized] target(s) in 4m 35s
17932024-08-13T21:14:40.676Z Running `target/release/omicron-releng --output-dir /work`
17942024-08-13T21:14:40.716ZAug 13 21:14:39.385 DEBG changing working directory to /work/oxidecomputer/omicron
17952024-08-13T21:14:40.801ZAug 13 21:14:39.473 DEBG running: git rev-parse HEAD
17962024-08-13T21:14:40.807ZAug 13 21:14:39.479 DEBG process exited with exit status: 0 (6.19166ms)
17972024-08-13T21:14:40.807ZAug 13 21:14:39.479 INFO version: 10.0.0-0.ci+gita19d8b06345
17982024-08-13T21:14:40.846ZAug 13 21:14:39.518 INFO cloning helios to /work/oxidecomputer/helios
17992024-08-13T21:14:40.846ZAug 13 21:14:39.518 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18002024-08-13T21:14:40.851ZCloning into '/work/oxidecomputer/helios'...
18012024-08-13T21:14:41.331ZAug 13 21:14:40.003 DEBG process exited with exit status: 0 (485.040448ms)
18022024-08-13T21:14:41.331ZAug 13 21:14:40.003 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18032024-08-13T21:14:41.338Z# branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70
18042024-08-13T21:14:41.338Z# branch.head master
18052024-08-13T21:14:41.338Z# branch.upstream origin/master
18062024-08-13T21:14:41.338Z# branch.ab +0 -0
18072024-08-13T21:14:41.340ZAug 13 21:14:40.010 DEBG process exited with exit status: 0 (6.849692ms)
18082024-08-13T21:14:41.340ZAug 13 21:14:40.010 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18092024-08-13T21:14:42.030ZAug 13 21:14:40.701 DEBG process exited with exit status: 0 (691.031008ms)
18102024-08-13T21:14:42.030ZAug 13 21:14:40.701 DEBG running: zfs list rpool/images/build/host
18112024-08-13T21:14:42.037ZNAME USED AVAIL REFER MOUNTPOINT
18122024-08-13T21:14:42.037Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18132024-08-13T21:14:42.040ZAug 13 21:14:40.708 DEBG process exited with exit status: 0 (7.336768ms)
18142024-08-13T21:14:42.040ZAug 13 21:14:40.708 DEBG running: zfs list rpool/images/build/recovery
18152024-08-13T21:14:42.043ZNAME USED AVAIL REFER MOUNTPOINT
18162024-08-13T21:14:42.043Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18172024-08-13T21:14:42.047ZAug 13 21:14:40.715 DEBG process exited with exit status: 0 (6.373443ms)
18182024-08-13T21:14:42.047ZAug 13 21:14:40.716 INFO [hubris-staging] running task
18192024-08-13T21:14:42.047ZAug 13 21:14:40.716 INFO [hubris-production] running task
18202024-08-13T21:14:42.048ZAug 13 21:14:40.716 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
18212024-08-13T21:14:42.050ZAug 13 21:14:40.719 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18222024-08-13T21:14:42.422Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18232024-08-13T21:14:42.616Z[ omicron-package] Blocking waiting for file lock on package cache
18242024-08-13T21:14:43.344Z[ omicron-package] Blocking waiting for file lock on package cache
18252024-08-13T21:14:43.418ZAug 13 21:14:42.089 INFO [hubris-production] task succeeded (1.373252778s)
18262024-08-13T21:14:44.192Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18272024-08-13T21:14:44.195Z[ omicron-package] Compiling heapless v0.8.0
18282024-08-13T21:14:44.195Z[ omicron-package] Compiling hash32 v0.3.1
18292024-08-13T21:14:44.195Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18302024-08-13T21:14:44.195Z[ omicron-package] Compiling smoltcp v0.11.0
18312024-08-13T21:14:44.195Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18322024-08-13T21:14:44.195Z[ omicron-package] Compiling embedded-io v0.4.0
18332024-08-13T21:14:44.195Z[ omicron-package] Compiling cobs v0.2.3
18342024-08-13T21:14:45.075Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18352024-08-13T21:14:45.293Z[ omicron-package] Compiling postcard v1.0.8
18362024-08-13T21:14:45.509Z[ omicron-package] Compiling num_enum_derive v0.5.11
18372024-08-13T21:14:45.875Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18382024-08-13T21:14:45.952Z[ omicron-package] Compiling proc-macro-error v1.0.4
18392024-08-13T21:14:45.952Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18402024-08-13T21:14:45.967Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18412024-08-13T21:14:46.219Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18422024-08-13T21:14:46.753Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18432024-08-13T21:14:47.495Z[ omicron-package] Compiling tabwriter v1.4.0
18442024-08-13T21:14:47.672Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18452024-08-13T21:14:47.682Z[ omicron-package] Compiling cstr-argument v0.1.2
18462024-08-13T21:14:47.902Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18472024-08-13T21:14:48.150Z[ omicron-package] Compiling pretty-hex v0.2.1
18482024-08-13T21:14:48.500Z[ omicron-package] Compiling foreign-types v0.5.0
18492024-08-13T21:14:48.682Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18502024-08-13T21:14:48.894Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18512024-08-13T21:14:49.203Z[ omicron-package] Compiling num_enum v0.5.11
18522024-08-13T21:14:49.305Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18532024-08-13T21:14:49.705Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18542024-08-13T21:14:50.007Z[ omicron-package] Compiling colored v2.1.0
18552024-08-13T21:14:50.122Z[ omicron-package] Compiling socket2 v0.4.10
18562024-08-13T21:14:50.212Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18572024-08-13T21:14:50.719Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18582024-08-13T21:14:50.723Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18592024-08-13T21:14:50.882Z[ omicron-package] Compiling sigpipe v0.1.3
18602024-08-13T21:14:50.978Z[ omicron-package] Compiling num-derive v0.4.2
18612024-08-13T21:14:51.176Z[ omicron-package] Compiling libefi-sys v0.1.0
18622024-08-13T21:14:51.424Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18632024-08-13T21:14:51.872Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18642024-08-13T21:14:52.080Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18652024-08-13T21:14:52.146ZAug 13 21:14:50.816 INFO [hubris-staging] task succeeded (10.10054008s)
18662024-08-13T21:14:52.321Z[ omicron-package] Compiling smf v0.2.3
18672024-08-13T21:14:53.184Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18682024-08-13T21:14:53.205Z[ omicron-package] Compiling bitfield-struct v0.6.1
18692024-08-13T21:14:53.332Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18702024-08-13T21:14:53.947Z[ omicron-package] Compiling portable-atomic v1.6.0
18712024-08-13T21:14:55.453Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18722024-08-13T21:14:56.674Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18732024-08-13T21:14:56.741Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18742024-08-13T21:14:57.131Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18752024-08-13T21:14:57.771Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18762024-08-13T21:14:57.923Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18772024-08-13T21:14:58.150Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18782024-08-13T21:14:59.027Z[ omicron-package] Compiling gethostname v0.5.0
18792024-08-13T21:14:59.670Z[ omicron-package] Compiling number_prefix v0.4.0
18802024-08-13T21:14:59.903Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18812024-08-13T21:15:01.326Z[ omicron-package] Compiling indicatif v0.17.8
18822024-08-13T21:15:02.787Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18832024-08-13T21:15:05.672Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18842024-08-13T21:15:06.258Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18852024-08-13T21:15:07.762Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18862024-08-13T21:15:23.119Z[ helios-setup] Aug 13 21:15:21.786 INFO helios repository root is: /work/oxidecomputer/helios
18872024-08-13T21:15:23.122Z[ helios-setup] Aug 13 21:15:21.788 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
18882024-08-13T21:15:23.122Z[ helios-setup] Aug 13 21:15:21.788 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
18892024-08-13T21:15:23.122Z[ helios-setup] Aug 13 21:15:21.788 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
18902024-08-13T21:15:23.126Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
18912024-08-13T21:15:24.102Z[ helios-setup] Aug 13 21:15:22.769 INFO clone ok!, project: phbl
18922024-08-13T21:15:24.105Z[ helios-setup] Aug 13 21:15:22.769 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
18932024-08-13T21:15:24.105Z[ helios-setup] Aug 13 21:15:22.769 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
18942024-08-13T21:15:24.108Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
18952024-08-13T21:15:25.026Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
18962024-08-13T21:15:25.031Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
18972024-08-13T21:15:26.452Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.39s
18982024-08-13T21:15:26.660Z[ omicron-package]
18992024-08-13T21:15:26.660Z[ omicron-package] real 44.573680579
19002024-08-13T21:15:26.664Z[ omicron-package] user 2:41.587546827
19012024-08-13T21:15:26.664Z[ omicron-package] sys 21.032454410
19022024-08-13T21:15:26.664Z[ omicron-package] trap 0.173140401
19032024-08-13T21:15:26.664Z[ omicron-package] tflt 0.374590645
19042024-08-13T21:15:26.664Z[ omicron-package] dflt 0.871638421
19052024-08-13T21:15:26.664Z[ omicron-package] kflt 0.006879207
19062024-08-13T21:15:26.664Z[ omicron-package] lock 5:39.986196010
19072024-08-13T21:15:26.664Z[ omicron-package] slp 8:57.012317883
19082024-08-13T21:15:26.664Z[ omicron-package] lat 1:38.070843444
19092024-08-13T21:15:26.664ZAug 13 21:15:25.327[ omicron-package] stop 57.898489106
19102024-08-13T21:15:26.664Z INFO [omicron-package] process exited with exit status: 0 (44.610542334s)
19112024-08-13T21:15:26.664ZAug 13 21:15:25.327 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
19122024-08-13T21:15:26.699ZAug 13 21:15:25.366 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19132024-08-13T21:15:26.711Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19142024-08-13T21:15:26.714Z[ host-target] Created new build target 'host' and set it as active
19152024-08-13T21:15:26.715Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19162024-08-13T21:15:26.715Z[ recovery-target] Created new build target 'recovery' and set it as active
19172024-08-13T21:15:26.715ZAug 13 21:15:25.380 INFO [host-target] process exited with exit status: 0 (52.623385ms)
19182024-08-13T21:15:26.715ZAug 13 21:15:25.380 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19192024-08-13T21:15:26.720ZAug 13 21:15:25.385 INFO [recovery-target] process exited with exit status: 0 (19.493148ms)
19202024-08-13T21:15:26.726Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19212024-08-13T21:15:27.810Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19222024-08-13T21:15:27.810Z[ host-package] Compiling password-hash v0.5.0
19232024-08-13T21:15:27.813Z[ host-package] Compiling blake2 v0.10.6
19242024-08-13T21:15:27.813Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19252024-08-13T21:15:27.813Z[ host-package] Compiling camino v1.1.7
19262024-08-13T21:15:27.813Z[ host-package] Compiling derive-where v1.2.7
19272024-08-13T21:15:27.813Z[ host-package] Compiling humantime v2.1.0
19282024-08-13T21:15:27.959Z[ host-package] Compiling newline-converter v0.3.0
19292024-08-13T21:15:28.146Z[ host-package] Compiling toml v0.8.19
19302024-08-13T21:15:28.812Z[ host-package] Compiling argon2 v0.5.3
19312024-08-13T21:15:28.912Z[ host-package] Compiling expectorate v1.1.0
19322024-08-13T21:15:29.063Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19332024-08-13T21:15:29.193Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19342024-08-13T21:15:29.372Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19352024-08-13T21:15:29.484Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19362024-08-13T21:15:29.640Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19372024-08-13T21:15:29.719Z[ host-package] Compiling dirs-sys-next v0.1.2
19382024-08-13T21:15:29.723Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
19392024-08-13T21:15:29.731Z[ helios-setup] Aug 13 21:15:28.397 INFO clone ok!, project: amd-host-image-builder
19402024-08-13T21:15:29.734Z[ helios-setup] Aug 13 21:15:28.397 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
19412024-08-13T21:15:29.734Z[ helios-setup] Aug 13 21:15:28.398 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19422024-08-13T21:15:29.737Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19432024-08-13T21:15:30.037Z[ host-package] Compiling convert_case v0.4.0
19442024-08-13T21:15:30.206Z[ host-package] Compiling dirs-next v2.0.0
19452024-08-13T21:15:30.229Z[ host-package] Compiling prettyplease v0.2.20
19462024-08-13T21:15:30.301Z[ helios-setup] Aug 13 21:15:28.966 INFO clone ok!, project: bootserver
19472024-08-13T21:15:30.304Z[ helios-setup] Aug 13 21:15:28.966 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
19482024-08-13T21:15:30.304Z[ helios-setup] Aug 13 21:15:28.967 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19492024-08-13T21:15:30.308Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19502024-08-13T21:15:30.386Z[ host-package] Compiling term v0.7.0
19512024-08-13T21:15:30.540Z[ host-package] Compiling semver v0.1.20
19522024-08-13T21:15:30.799Z[ host-package] Compiling derive_more v0.99.18
19532024-08-13T21:15:30.907Z[ host-package] Compiling rustc_version v0.1.7
19542024-08-13T21:15:30.928Z[ helios-setup] Aug 13 21:15:29.593 INFO clone ok!, project: image-builder
19552024-08-13T21:15:30.932Z[ helios-setup] Aug 13 21:15:29.594 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
19562024-08-13T21:15:30.932Z[ helios-setup] Aug 13 21:15:29.594 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19572024-08-13T21:15:30.935Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19582024-08-13T21:15:30.950Z[ host-package] Compiling is-terminal v0.4.12
19592024-08-13T21:15:31.099Z[ host-package] Compiling home v0.5.9
19602024-08-13T21:15:31.135Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19612024-08-13T21:15:31.253Z[ host-package] Compiling rustls-pki-types v1.7.0
19622024-08-13T21:15:31.327Z[ host-package] Compiling newtype_derive v0.1.6
19632024-08-13T21:15:31.603Z[ host-package] Compiling rustls v0.22.4
19642024-08-13T21:15:31.643Z[ host-package] Compiling thread_local v1.1.8
19652024-08-13T21:15:31.901Z[ host-package] Compiling steno v0.4.1
19662024-08-13T21:15:31.927Z[ helios-setup] Aug 13 21:15:30.593 INFO clone ok!, project: pilot
19672024-08-13T21:15:31.930Z[ helios-setup] Aug 13 21:15:30.593 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19682024-08-13T21:15:31.930Z[ helios-setup] Aug 13 21:15:30.593 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19692024-08-13T21:15:31.930Z[ helios-setup] Aug 13 21:15:30.593 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
19702024-08-13T21:15:31.930Z[ helios-setup] Aug 13 21:15:30.593 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19712024-08-13T21:15:31.933Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19722024-08-13T21:15:32.046Z[ host-package] Compiling rustls-webpki v0.102.4
19732024-08-13T21:15:32.170Z[ host-package] Compiling match_cfg v0.1.0
19742024-08-13T21:15:32.275Z[ host-package] Compiling linked-hash-map v0.5.6
19752024-08-13T21:15:32.676Z[ host-package] Compiling lru-cache v0.1.2
19762024-08-13T21:15:33.815Z[ host-package] Compiling hostname v0.3.1
19772024-08-13T21:15:34.111Z[ host-package] Compiling multer v3.1.0
19782024-08-13T21:15:34.186Z[ host-package] Compiling slog-async v2.8.0
19792024-08-13T21:15:34.261Z[ host-package] Compiling slog-json v2.6.1
19802024-08-13T21:15:34.391Z[ host-package] Compiling crossbeam-channel v0.5.12
19812024-08-13T21:15:34.658Z[ host-package] Compiling http v1.1.0
19822024-08-13T21:15:35.528Z[ host-package] Compiling take_mut v0.2.2
19832024-08-13T21:15:35.557Z[ host-package] Compiling atomic-waker v1.1.2
19842024-08-13T21:15:35.766Z[ host-package] Compiling waitgroup v0.1.2
19852024-08-13T21:15:35.987Z[ host-package] Compiling slog-bunyan v2.5.0
19862024-08-13T21:15:36.222Z[ host-package] Compiling slog-term v2.9.1
19872024-08-13T21:15:37.100Z[ host-package] Compiling rustls-pemfile v2.1.3
19882024-08-13T21:15:37.422Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19892024-08-13T21:15:37.488Z[ host-package] Compiling tokio-rustls v0.25.0
19902024-08-13T21:15:37.532Z[ host-package] Compiling async-stream v0.3.5
19912024-08-13T21:15:37.670Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19922024-08-13T21:15:37.821Z[ host-package] Compiling sha1 v0.10.6
19932024-08-13T21:15:37.881Z[ host-package] Compiling newtype-uuid v1.1.0
19942024-08-13T21:15:37.968Z[ host-package] Compiling ipnetwork v0.20.0
19952024-08-13T21:15:38.005Z[ host-package] Compiling serde_path_to_error v0.1.16
19962024-08-13T21:15:38.177Z[ host-package] Compiling hostname v0.4.0
19972024-08-13T21:15:38.193Z[ host-package] Compiling slog-dtrace v0.3.0
19982024-08-13T21:15:38.423Z[ host-package] Compiling instant v0.1.12
19992024-08-13T21:15:38.600Z[ host-package] Compiling debug-ignore v1.0.5
20002024-08-13T21:15:38.707Z[ helios-setup] Aug 13 21:15:37.371 INFO clone ok!, project: amd-firmware
20012024-08-13T21:15:38.711Z[ helios-setup] Aug 13 21:15:37.371 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
20022024-08-13T21:15:38.711Z[ helios-setup] Aug 13 21:15:37.371 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20032024-08-13T21:15:38.715Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20042024-08-13T21:15:38.751Z[ host-package] Compiling backoff v0.4.0
20052024-08-13T21:15:38.802Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20062024-08-13T21:15:38.866Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20072024-08-13T21:15:39.138Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20082024-08-13T21:15:39.286Z[ host-package] Compiling parse-display v0.10.0
20092024-08-13T21:15:39.325Z[ helios-setup] Aug 13 21:15:37.989 INFO clone ok!, project: pinprick
20102024-08-13T21:15:39.327Z[ helios-setup] Aug 13 21:15:37.989 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
20112024-08-13T21:15:39.327Z[ helios-setup] Aug 13 21:15:37.989 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20122024-08-13T21:15:39.330Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20132024-08-13T21:15:39.551Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20142024-08-13T21:15:39.737Z[ host-package] Compiling serde_with v3.8.3
20152024-08-13T21:15:39.880Z[ host-package] Compiling strum v0.26.3
20162024-08-13T21:15:40.073Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20172024-08-13T21:15:40.322Z[ helios-setup] Aug 13 21:15:38.985 INFO clone ok!, project: chelsio-t6-roms
20182024-08-13T21:15:40.325Z[ helios-setup] Aug 13 21:15:38.986 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20192024-08-13T21:15:41.224Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20202024-08-13T21:15:41.314Z[ helios-setup] Aug 13 21:15:39.978 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20212024-08-13T21:15:41.419Z[ host-package] Compiling num-rational v0.4.2
20222024-08-13T21:15:41.886Z[ helios-setup] Aug 13 21:15:40.549 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20232024-08-13T21:15:41.886Z[ helios-setup] Aug 13 21:15:40.550 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20242024-08-13T21:15:42.430Z[ host-package] Compiling num-complex v0.4.6
20252024-08-13T21:15:42.452Z[ helios-setup] Aug 13 21:15:41.116 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20262024-08-13T21:15:43.012Z[ helios-setup] Aug 13 21:15:41.676 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20272024-08-13T21:15:43.017Z[ helios-setup] Aug 13 21:15:41.676 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20282024-08-13T21:15:43.216Z[ host-package] Compiling macaddr v1.0.1
20292024-08-13T21:15:43.598Z[ helios-setup] Aug 13 21:15:42.261 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20302024-08-13T21:15:43.678Z[ host-package] Compiling swrite v0.1.0
20312024-08-13T21:15:43.735Z[ host-package] Compiling num v0.4.3
20322024-08-13T21:15:44.076Z[ host-package] Compiling float-ord v0.3.2
20332024-08-13T21:15:44.118Z[ helios-setup] Aug 13 21:15:42.778 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20342024-08-13T21:15:44.118Z[ helios-setup] Aug 13 21:15:42.778 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20352024-08-13T21:15:44.118Z[ helios-setup] Aug 13 21:15:42.778 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20362024-08-13T21:15:44.126Z[ helios-setup] Aug 13 21:15:42.779 INFO ok!
20372024-08-13T21:15:44.126Z[ helios-setup] Aug 13 21:15:42.779 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20382024-08-13T21:15:44.126Z[ helios-setup] Aug 13 21:15:42.779 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20392024-08-13T21:15:44.126Z[ helios-setup] Aug 13 21:15:42.779 INFO ok!
20402024-08-13T21:15:44.126Z[ helios-setup] Aug 13 21:15:42.779 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20412024-08-13T21:15:44.126Z[ helios-setup] Aug 13 21:15:42.779 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20422024-08-13T21:15:44.126Z[ helios-setup] Aug 13 21:15:42.779 INFO ok!
20432024-08-13T21:15:44.126Z[ helios-setup] Aug 13 21:15:42.779 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
20442024-08-13T21:15:44.126Z[ helios-setup] Aug 13 21:15:42.779 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
20452024-08-13T21:15:44.126Z[ helios-setup] Aug 13 21:15:42.788 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
20462024-08-13T21:15:44.286Z[ host-package] Compiling quick-error v1.2.3
20472024-08-13T21:15:44.448Z[ helios-setup] Aug 13 21:15:43.112 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
20482024-08-13T21:15:44.448Z[ helios-setup] Aug 13 21:15:43.112 INFO E| info: downloading component 'cargo'
20492024-08-13T21:15:44.452Z[ host-package] Compiling utf-8 v0.7.6
20502024-08-13T21:15:44.817Z[ host-package] Compiling resolv-conf v0.7.0
20512024-08-13T21:15:45.378Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20522024-08-13T21:15:45.688Z[ helios-setup] Aug 13 21:15:44.351 INFO E| info: downloading component 'clippy'
20532024-08-13T21:15:49.306Z[ helios-setup] Aug 13 21:15:44.806 INFO E| info: downloading component 'rust-docs'
20542024-08-13T21:15:49.306Z[ host-package] Compiling trust-dns-resolver v0.22.0
20552024-08-13T21:15:49.306Z[ host-package] Compiling rayon-core v1.12.1
20562024-08-13T21:15:49.307Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20572024-08-13T21:15:49.307Z[ host-package] Compiling crossbeam-deque v0.8.5
20582024-08-13T21:15:49.307Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
20592024-08-13T21:15:49.307Z[ host-package] Compiling half v2.4.1
20602024-08-13T21:15:49.307Z[ helios-setup] Aug 13 21:15:45.987 INFO E| info: downloading component 'rust-src'
20612024-08-13T21:15:49.307Z[ helios-setup] Aug 13 21:15:46.173 INFO E| info: downloading component 'rust-std'
20622024-08-13T21:15:49.307Z[ host-package] Compiling same-file v1.0.6
20632024-08-13T21:15:49.307Z[ host-package] Compiling display-error-chain v0.2.0
20642024-08-13T21:15:49.307Z[ host-package] Compiling fastrand v2.1.0
20652024-08-13T21:15:49.307Z[ host-package] Compiling ciborium-io v0.2.2
20662024-08-13T21:15:49.307Z[ host-package] Compiling ciborium-ll v0.2.2
20672024-08-13T21:15:49.608Z[ helios-setup] Aug 13 21:15:48.272 INFO E| info: downloading component 'rustc'
20682024-08-13T21:15:49.663Z[ host-package] Compiling tempfile v3.10.1
20692024-08-13T21:15:50.442Z[ host-package] Compiling walkdir v2.5.0
20702024-08-13T21:15:52.718Z[ host-package] Compiling blake3 v1.5.1
20712024-08-13T21:15:52.753Z[ host-package] Compiling ring v0.16.20
20722024-08-13T21:15:53.111Z[ host-package] Compiling rayon v1.10.0
20732024-08-13T21:15:54.726Z[ host-package] Compiling ciborium v0.2.2
20742024-08-13T21:15:55.212Z[ helios-setup] Aug 13 21:15:53.875 INFO E| info: downloading component 'rustfmt'
20752024-08-13T21:15:55.552Z[ helios-setup] Aug 13 21:15:54.214 INFO E| info: installing component 'cargo'
20762024-08-13T21:15:55.663Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20772024-08-13T21:15:57.142Z[ helios-setup] Aug 13 21:15:55.805 INFO E| info: installing component 'clippy'
20782024-08-13T21:15:57.692Z[ helios-setup] Aug 13 21:15:56.354 INFO E| info: installing component 'rust-docs'
20792024-08-13T21:15:58.400Z[ host-package] Compiling xattr v1.3.1
20802024-08-13T21:15:58.691Z[ host-package] Compiling nibble_vec v0.1.0
20812024-08-13T21:15:58.965Z[ host-package] Compiling filetime v0.2.24
20822024-08-13T21:15:59.396Z[ host-package] Compiling memmap2 v0.9.4
20832024-08-13T21:15:59.882Z[ host-package] Compiling spin v0.5.2
20842024-08-13T21:16:00.342Z[ host-package] Compiling endian-type v0.1.2
20852024-08-13T21:16:00.597Z[ host-package] Compiling arrayvec v0.7.4
20862024-08-13T21:16:01.124Z[ host-package] Compiling constant_time_eq v0.3.0
20872024-08-13T21:16:01.304Z[ host-package] Compiling arrayref v0.3.7
20882024-08-13T21:16:01.421Z[ host-package] Compiling cancel-safe-futures v0.1.5
20892024-08-13T21:16:01.793Z[ host-package] Compiling untrusted v0.7.1
20902024-08-13T21:16:03.136Z[ host-package] Compiling radix_trie v0.2.1
20912024-08-13T21:16:04.297Z[ host-package] Compiling tar v0.4.41
20922024-08-13T21:16:04.599Z[ helios-setup] Aug 13 21:16:03.260 INFO E| info: installing component 'rust-src'
20932024-08-13T21:16:05.322Z[ helios-setup] Aug 13 21:16:03.984 INFO E| info: installing component 'rust-std'
20942024-08-13T21:16:06.139Z[ host-package] Compiling toolchain_find v0.4.0
20952024-08-13T21:16:06.679Z[ host-package] Compiling camino-tempfile v1.1.1
20962024-08-13T21:16:06.866Z[ host-package] Compiling topological-sort v0.2.2
20972024-08-13T21:16:07.167Z[ host-package] Compiling crunchy v0.2.2
20982024-08-13T21:16:07.192Z[ host-package] Compiling glob v0.3.1
20992024-08-13T21:16:07.730Z[ helios-setup] Aug 13 21:16:06.391 INFO E| info: installing component 'rustc'
21002024-08-13T21:16:07.755Z[ host-package] Compiling maplit v1.0.2
21012024-08-13T21:16:07.979Z[ host-package] Compiling omicron-zone-package v0.11.0
21022024-08-13T21:16:08.171Z[ host-package] Compiling clang-sys v1.7.0
21032024-08-13T21:16:09.063Z[ host-package] Compiling rustfmt-wrapper v0.2.1
21042024-08-13T21:16:09.321Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21052024-08-13T21:16:09.997Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21062024-08-13T21:16:10.142Z[ host-package] Compiling tungstenite v0.21.0
21072024-08-13T21:16:10.710Z[ host-package] Compiling tiny-keccak v2.0.2
21082024-08-13T21:16:11.386Z[ host-package] Compiling tokio-tungstenite v0.21.0
21092024-08-13T21:16:12.082Z[ host-package] Compiling dsl_auto_type v0.1.2
21102024-08-13T21:16:13.827Z[ host-package] Compiling scheduled-thread-pool v0.2.7
21112024-08-13T21:16:14.037Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21122024-08-13T21:16:14.138Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21132024-08-13T21:16:14.534Z[ helios-setup] Aug 13 21:16:13.195 INFO E| info: installing component 'rustfmt'
21142024-08-13T21:16:14.822Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
21152024-08-13T21:16:15.270Z[ host-package] Compiling arc-swap v1.7.1
21162024-08-13T21:16:15.312Z[ host-package] Compiling diesel_derives v2.2.2
21172024-08-13T21:16:15.486Z[ helios-setup] Aug 13 21:16:14.146 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
21182024-08-13T21:16:15.789Z[ host-package] Compiling r2d2 v0.8.10
21192024-08-13T21:16:16.052Z[ host-package] Compiling slog-scope v4.4.0
21202024-08-13T21:16:16.320Z[ helios-setup] Aug 13 21:16:14.981 INFO E| From https://github.com/oxidecomputer/amd-apcb
21212024-08-13T21:16:16.321Z[ helios-setup] Aug 13 21:16:14.981 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
21222024-08-13T21:16:16.321Z[ helios-setup] Aug 13 21:16:14.981 INFO E| * [new tag] v0.3.3 -> v0.3.3
21232024-08-13T21:16:16.349Z[ helios-setup] Aug 13 21:16:15.009 INFO E| * [new tag] v0.1.3 -> v0.1.3
21242024-08-13T21:16:16.349Z[ helios-setup] Aug 13 21:16:15.009 INFO E| * [new tag] v0.1.4 -> v0.1.4
21252024-08-13T21:16:16.351Z[ helios-setup] Aug 13 21:16:15.010 INFO E| * [new tag] v0.1.5 -> v0.1.5
21262024-08-13T21:16:16.351Z[ helios-setup] Aug 13 21:16:15.010 INFO E| * [new tag] v0.2.0 -> v0.2.0
21272024-08-13T21:16:16.351Z[ helios-setup] Aug 13 21:16:15.010 INFO E| * [new tag] v0.3.0 -> v0.3.0
21282024-08-13T21:16:16.351Z[ helios-setup] Aug 13 21:16:15.010 INFO E| * [new tag] v0.3.1 -> v0.3.1
21292024-08-13T21:16:16.351Z[ helios-setup] Aug 13 21:16:15.010 INFO E| * [new tag] v0.3.2 -> v0.3.2
21302024-08-13T21:16:16.383Z[ helios-setup] Aug 13 21:16:15.044 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
21312024-08-13T21:16:16.742Z[ host-package] Compiling ascii-canvas v3.0.0
21322024-08-13T21:16:16.865Z[ host-package] Compiling ena v0.14.3
21332024-08-13T21:16:17.187Z[ helios-setup] Aug 13 21:16:15.847 INFO E| From https://github.com/oxidecomputer/amd-efs
21342024-08-13T21:16:17.187Z[ helios-setup] Aug 13 21:16:15.847 INFO E| * [new branch] empty -> origin/empty
21352024-08-13T21:16:17.187Z[ helios-setup] Aug 13 21:16:15.847 INFO E| * [new branch] issue-99 -> origin/issue-99
21362024-08-13T21:16:17.189Z[ helios-setup] Aug 13 21:16:15.847 INFO E| * [new branch] main -> origin/main
21372024-08-13T21:16:17.189Z[ helios-setup] Aug 13 21:16:15.848 INFO E| * [new branch] review -> origin/review
21382024-08-13T21:16:17.189Z[ helios-setup] Aug 13 21:16:15.848 INFO E| * [new ref] -> origin/HEAD
21392024-08-13T21:16:17.189Z[ helios-setup] Aug 13 21:16:15.848 INFO E| * [new tag] v0.2.0 -> v0.2.0
21402024-08-13T21:16:17.190Z[ helios-setup] Aug 13 21:16:15.848 INFO E| * [new tag] v0.2.1 -> v0.2.1
21412024-08-13T21:16:17.190Z[ helios-setup] Aug 13 21:16:15.848 INFO E| * [new tag] v0.2.2 -> v0.2.2
21422024-08-13T21:16:17.190Z[ helios-setup] Aug 13 21:16:15.848 INFO E| * [new tag] v0.2.3 -> v0.2.3
21432024-08-13T21:16:17.190Z[ helios-setup] Aug 13 21:16:15.849 INFO E| * [new tag] v0.2.4 -> v0.2.4
21442024-08-13T21:16:17.190Z[ helios-setup] Aug 13 21:16:15.849 INFO E| * [new tag] v0.2.5 -> v0.2.5
21452024-08-13T21:16:17.190Z[ helios-setup] Aug 13 21:16:15.849 INFO E| * [new tag] v0.2.6 -> v0.2.6
21462024-08-13T21:16:17.190Z[ helios-setup] Aug 13 21:16:15.849 INFO E| * [new tag] v0.2.7 -> v0.2.7
21472024-08-13T21:16:17.190Z[ helios-setup] Aug 13 21:16:15.849 INFO E| * [new tag] v0.3.0 -> v0.3.0
21482024-08-13T21:16:17.190Z[ helios-setup] Aug 13 21:16:15.849 INFO E| * [new tag] v0.3.1 -> v0.3.1
21492024-08-13T21:16:17.190Z[ helios-setup] Aug 13 21:16:15.849 INFO E| * [new tag] v0.4.0 -> v0.4.0
21502024-08-13T21:16:17.211Z[ helios-setup] Aug 13 21:16:15.870 INFO E| Updating crates.io index
21512024-08-13T21:16:17.248Z[ host-package] Compiling libloading v0.8.3
21522024-08-13T21:16:17.318Z[ host-package] Compiling diff v0.1.13
21532024-08-13T21:16:17.586Z[ helios-setup] Aug 13 21:16:16.245 INFO E| Downloading crates ...
21542024-08-13T21:16:17.629Z[ host-package] Compiling bindgen v0.69.4
21552024-08-13T21:16:17.747Z[ helios-setup] Aug 13 21:16:16.407 INFO E| Downloaded bytesize v1.3.0
21562024-08-13T21:16:17.783Z[ helios-setup] Aug 13 21:16:16.443 INFO E| Downloaded strum v0.23.0
21572024-08-13T21:16:17.785Z[ helios-setup] Aug 13 21:16:16.445 INFO E| Downloaded scroll_derive v0.10.5
21582024-08-13T21:16:17.788Z[ helios-setup] Aug 13 21:16:16.446 INFO E| Downloaded memoffset v0.5.6
21592024-08-13T21:16:17.815Z[ helios-setup] Aug 13 21:16:16.476 INFO E| Downloaded vec_map v0.8.2
21602024-08-13T21:16:17.817Z[ helios-setup] Aug 13 21:16:16.477 INFO E| Downloaded semver-parser v0.7.0
21612024-08-13T21:16:17.821Z[ helios-setup] Aug 13 21:16:16.479 INFO E| Downloaded rustc_version v0.2.3
21622024-08-13T21:16:17.821Z[ helios-setup] Aug 13 21:16:16.480 INFO E| Downloaded pest_generator v2.7.11
21632024-08-13T21:16:17.823Z[ helios-setup] Aug 13 21:16:16.482 INFO E| Downloaded parse_int v0.6.0
21642024-08-13T21:16:17.823Z[ helios-setup] Aug 13 21:16:16.483 INFO E| Downloaded cfg-if v0.1.10
21652024-08-13T21:16:17.826Z[ helios-setup] Aug 13 21:16:16.485 INFO E| Downloaded num-derive v0.3.3
21662024-08-13T21:16:17.850Z[ helios-setup] Aug 13 21:16:16.510 INFO E| Downloaded textwrap v0.11.0
21672024-08-13T21:16:17.855Z[ helios-setup] Aug 13 21:16:16.516 INFO E| Downloaded strum_macros v0.23.1
21682024-08-13T21:16:17.855Z[ helios-setup] Aug 13 21:16:16.516 INFO E| Downloaded structopt-derive v0.4.18
21692024-08-13T21:16:17.857Z[ helios-setup] Aug 13 21:16:16.516 INFO E| Downloaded strsim v0.8.0
21702024-08-13T21:16:17.861Z[ helios-setup] Aug 13 21:16:16.518 INFO E| Downloaded semver v0.9.0
21712024-08-13T21:16:17.861Z[ helios-setup] Aug 13 21:16:16.520 INFO E| Downloaded pest_derive v2.7.11
21722024-08-13T21:16:17.863Z[ helios-setup] Aug 13 21:16:16.524 INFO E| Downloaded scroll v0.10.2
21732024-08-13T21:16:17.867Z[ helios-setup] Aug 13 21:16:16.527 INFO E| Downloaded pre v0.2.1
21742024-08-13T21:16:17.869Z[ helios-setup] Aug 13 21:16:16.529 INFO E| Downloaded log v0.4.22
21752024-08-13T21:16:17.872Z[ helios-setup] Aug 13 21:16:16.533 INFO E| Downloaded structopt v0.3.26
21762024-08-13T21:16:17.901Z[ helios-setup] Aug 13 21:16:16.546 INFO E| Downloaded serde_derive v1.0.204
21772024-08-13T21:16:17.901Z[ helios-setup] Aug 13 21:16:16.550 INFO E| Downloaded serde v1.0.204
21782024-08-13T21:16:17.904Z[ helios-setup] Aug 13 21:16:16.554 INFO E| Downloaded memchr v2.7.4
21792024-08-13T21:16:17.904Z[ helios-setup] Aug 13 21:16:16.561 INFO E| Downloaded pest v2.7.11
21802024-08-13T21:16:17.908Z[ helios-setup] Aug 13 21:16:16.568 INFO E| Downloaded serde_json v1.0.120
21812024-08-13T21:16:17.917Z[ helios-setup] Aug 13 21:16:16.578 INFO E| Downloaded syn v2.0.71
21822024-08-13T21:16:17.930Z[ helios-setup] Aug 13 21:16:16.590 INFO E| Downloaded goblin v0.4.3
21832024-08-13T21:16:17.934Z[ host-package] Compiling regex-syntax v0.6.29
21842024-08-13T21:16:17.937Z[ helios-setup] Aug 13 21:16:16.598 INFO E| Downloaded modular-bitfield v0.11.2
21852024-08-13T21:16:17.959Z[ helios-setup] Aug 13 21:16:16.619 INFO E| Downloaded clap v2.34.0
21862024-08-13T21:16:17.968Z[ helios-setup] Aug 13 21:16:16.628 INFO E| Downloaded pest_meta v2.7.11
21872024-08-13T21:16:17.971Z[ helios-setup] Aug 13 21:16:16.631 INFO E| Downloaded ansi_term v0.12.1
21882024-08-13T21:16:17.973Z[ helios-setup] Aug 13 21:16:16.634 INFO E| Downloaded proc-macro-crate v0.1.5
21892024-08-13T21:16:17.976Z[ helios-setup] Aug 13 21:16:16.635 INFO E| Downloaded pre-proc-macro v0.2.1
21902024-08-13T21:16:17.978Z[ helios-setup] Aug 13 21:16:16.637 INFO E| Downloaded modular-bitfield-impl v0.11.2
21912024-08-13T21:16:17.981Z[ helios-setup] Aug 13 21:16:16.639 INFO E| Downloaded four-cc v0.3.0
21922024-08-13T21:16:17.981Z[ helios-setup] Aug 13 21:16:16.640 INFO E| Downloaded fletcher v0.1.0
21932024-08-13T21:16:18.057Z[ helios-setup] Aug 13 21:16:16.718 INFO E| Compiling proc-macro2 v1.0.86
21942024-08-13T21:16:18.060Z[ helios-setup] Aug 13 21:16:16.718 INFO E| Compiling unicode-ident v1.0.12
21952024-08-13T21:16:18.060Z[ helios-setup] Aug 13 21:16:16.718 INFO E| Compiling syn v1.0.109
21962024-08-13T21:16:18.060Z[ helios-setup] Aug 13 21:16:16.718 INFO E| Compiling version_check v0.9.4
21972024-08-13T21:16:18.060Z[ helios-setup] Aug 13 21:16:16.719 INFO E| Compiling autocfg v1.3.0
21982024-08-13T21:16:18.060Z[ helios-setup] Aug 13 21:16:16.719 INFO E| Compiling semver-parser v0.7.0
21992024-08-13T21:16:18.060Z[ helios-setup] Aug 13 21:16:16.719 INFO E| Compiling thiserror v1.0.63
22002024-08-13T21:16:18.060Z[ helios-setup] Aug 13 21:16:16.719 INFO E| Compiling serde v1.0.204
22012024-08-13T21:16:19.435Z[ helios-setup] Aug 13 21:16:18.096 INFO E| Compiling proc-macro-error-attr v1.0.4
22022024-08-13T21:16:20.096Z[ helios-setup] Aug 13 21:16:18.754 INFO E| Compiling semver v0.9.0
22032024-08-13T21:16:20.145Z[ helios-setup] Aug 13 21:16:18.806 INFO E| Compiling proc-macro-error v1.0.4
22042024-08-13T21:16:20.204Z[ helios-setup] Aug 13 21:16:18.861 INFO E| Compiling serde_json v1.0.120
22052024-08-13T21:16:20.285Z[ helios-setup] Aug 13 21:16:18.945 INFO E| Compiling num-traits v0.2.19
22062024-08-13T21:16:20.316Z[ helios-setup] Aug 13 21:16:18.976 INFO E| Compiling unicode-segmentation v1.11.0
22072024-08-13T21:16:20.358Z[ helios-setup] Aug 13 21:16:19.018 INFO E| Compiling schemars v0.8.21
22082024-08-13T21:16:20.859Z[ helios-setup] Aug 13 21:16:19.519 INFO E| Compiling rustc_version v0.2.3
22092024-08-13T21:16:20.948Z[ helios-setup] Aug 13 21:16:19.608 INFO E| Compiling ryu v1.0.18
22102024-08-13T21:16:21.001Z[ helios-setup] Aug 13 21:16:19.661 INFO E| Compiling itoa v1.0.11
22112024-08-13T21:16:21.308Z[ helios-setup] Aug 13 21:16:19.969 INFO E| Compiling memoffset v0.5.6
22122024-08-13T21:16:21.315Z[ helios-setup] Aug 13 21:16:19.975 INFO E| Compiling dyn-clone v1.0.17
22132024-08-13T21:16:21.620Z[ helios-setup] Aug 13 21:16:20.280 INFO E| Compiling heck v0.3.3
22142024-08-13T21:16:21.669Z[ helios-setup] Aug 13 21:16:20.328 INFO E| Compiling libc v0.2.155
22152024-08-13T21:16:21.767Z[ helios-setup] Aug 13 21:16:20.427 INFO E| Compiling paste v1.0.15
22162024-08-13T21:16:21.962Z[ helios-setup] Aug 13 21:16:20.622 INFO E| Compiling pre-proc-macro v0.2.1
22172024-08-13T21:16:22.021Z[ helios-setup] Aug 13 21:16:20.681 INFO E| Compiling rustversion v1.0.17
22182024-08-13T21:16:22.141Z[ helios-setup] Aug 13 21:16:20.801 INFO E| Compiling quote v1.0.36
22192024-08-13T21:16:22.453Z[ helios-setup] Aug 13 21:16:21.113 INFO E| Compiling lazy_static v1.5.0
22202024-08-13T21:16:22.724Z[ helios-setup] Aug 13 21:16:21.384 INFO E| Compiling syn v2.0.71
22212024-08-13T21:16:22.919Z[ helios-setup] Aug 13 21:16:21.579 INFO E| Compiling memchr v2.7.4
22222024-08-13T21:16:23.019Z[ helios-setup] Aug 13 21:16:21.679 INFO E| Compiling ucd-trie v0.1.6
22232024-08-13T21:16:23.706Z[ helios-setup] Aug 13 21:16:22.366 INFO E| Compiling pre v0.2.1
22242024-08-13T21:16:24.430Z[ helios-setup] Aug 13 21:16:23.090 INFO E| Compiling static_assertions v1.1.0
22252024-08-13T21:16:24.604Z[ helios-setup] Aug 13 21:16:23.263 INFO E| Compiling cfg-if v0.1.10
22262024-08-13T21:16:24.682Z[ helios-setup] Aug 13 21:16:23.342 INFO E| Compiling once_cell v1.19.0
22272024-08-13T21:16:24.788Z[ helios-setup] Aug 13 21:16:23.448 INFO E| Compiling byteorder v1.5.0
22282024-08-13T21:16:27.338Z[ helios-setup] Aug 13 21:16:25.997 INFO E| Compiling unicode-width v0.1.13
22292024-08-13T21:16:27.401Z[ host-package] Compiling lalrpop v0.19.12
22302024-08-13T21:16:27.914Z[ helios-setup] Aug 13 21:16:26.573 INFO E| Compiling textwrap v0.11.0
22312024-08-13T21:16:27.982Z[ helios-setup] Aug 13 21:16:26.641 INFO E| Compiling atty v0.2.14
22322024-08-13T21:16:28.302Z[ helios-setup] Aug 13 21:16:26.962 INFO E| Compiling strsim v0.8.0
22332024-08-13T21:16:28.433Z[ helios-setup] Aug 13 21:16:27.093 INFO E| Compiling vec_map v0.8.2
22342024-08-13T21:16:28.497Z[ helios-setup] Aug 13 21:16:27.157 INFO E| Compiling fletcher v0.1.0
22352024-08-13T21:16:28.821Z[ helios-setup] Aug 13 21:16:27.480 INFO E| Compiling ansi_term v0.12.1
22362024-08-13T21:16:28.997Z[ helios-setup] Aug 13 21:16:27.656 INFO E| Compiling parse_int v0.6.0
22372024-08-13T21:16:29.160Z[ helios-setup] Aug 13 21:16:27.819 INFO E| Compiling strum v0.23.0
22382024-08-13T21:16:29.227Z[ helios-setup] Aug 13 21:16:27.887 INFO E| Compiling bitflags v1.3.2
22392024-08-13T21:16:29.316Z[ helios-setup] Aug 13 21:16:27.975 INFO E| Compiling clap v2.34.0
22402024-08-13T21:16:29.364Z[ helios-setup] Aug 13 21:16:28.024 INFO E| Compiling plain v0.2.3
22412024-08-13T21:16:29.457Z[ helios-setup] Aug 13 21:16:28.116 INFO E| Compiling log v0.4.22
22422024-08-13T21:16:29.581Z[ helios-setup] Aug 13 21:16:28.241 INFO E| Compiling bytesize v1.3.0
22432024-08-13T21:16:31.387Z[ helios-setup] Aug 13 21:16:30.046 INFO E| Compiling serde_derive_internals v0.29.1
22442024-08-13T21:16:32.348Z[ helios-setup] Aug 13 21:16:31.007 INFO E| Compiling toml v0.5.11
22452024-08-13T21:16:34.586Z[ host-package] Compiling diesel v2.2.2
22462024-08-13T21:16:34.896Z[ helios-setup] Aug 13 21:16:33.555 INFO E| Compiling proc-macro-crate v0.1.5
22472024-08-13T21:16:36.800Z[ host-package] Compiling slog-stdlog v4.1.1
22482024-08-13T21:16:38.148Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22492024-08-13T21:16:38.183Z[ helios-setup] Aug 13 21:16:36.841 INFO E| Compiling thiserror-impl v1.0.63
22502024-08-13T21:16:38.183Z[ helios-setup] Aug 13 21:16:36.841 INFO E| Compiling serde_derive v1.0.204
22512024-08-13T21:16:38.186Z[ helios-setup] Aug 13 21:16:36.841 INFO E| Compiling schemars_derive v0.8.21
22522024-08-13T21:16:39.254Z[ helios-setup] Aug 13 21:16:37.912 INFO E| Compiling zerocopy-derive v0.6.6
22532024-08-13T21:16:39.825Z[ host-package] Compiling which v4.4.2
22542024-08-13T21:16:40.373Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22552024-08-13T21:16:40.939Z[ host-package] Compiling cexpr v0.6.0
22562024-08-13T21:16:41.026Z[ host-package] Compiling libsw v3.3.1
22572024-08-13T21:16:42.025Z[ host-package] Compiling atty v0.2.14
22582024-08-13T21:16:42.769Z[ helios-setup] Aug 13 21:16:41.427 INFO E| Compiling zerocopy v0.6.6
22592024-08-13T21:16:42.786Z[ host-package] Compiling lazycell v1.3.0
22602024-08-13T21:16:42.927Z[ helios-setup] Aug 13 21:16:41.584 INFO E| Compiling pest v2.7.11
22612024-08-13T21:16:43.145Z[ host-package] Compiling shlex v1.3.0
22622024-08-13T21:16:43.200Z[ host-package] Compiling ref-cast v1.0.23
22632024-08-13T21:16:43.376Z[ helios-setup] Aug 13 21:16:42.033 INFO E| Compiling modular-bitfield-impl v0.11.2
22642024-08-13T21:16:43.853Z[ host-package] Compiling owo-colors v4.0.0
22652024-08-13T21:16:43.898Z[ host-package] Compiling linear-map v1.2.0
22662024-08-13T21:16:43.954Z[ helios-setup] Aug 13 21:16:42.612 INFO E| Compiling num-derive v0.3.3
22672024-08-13T21:16:44.211Z[ host-package] Compiling rustc-hash v1.1.0
22682024-08-13T21:16:44.403Z[ helios-setup] Aug 13 21:16:43.060 INFO E| Compiling scroll_derive v0.10.5
22692024-08-13T21:16:44.523Z[ helios-setup] Aug 13 21:16:43.180 INFO E| Compiling strum_macros v0.23.1
22702024-08-13T21:16:45.243Z[ host-package] Compiling slog-envlogger v2.2.0
22712024-08-13T21:16:46.822Z[ helios-setup] Aug 13 21:16:45.478 INFO E| Compiling structopt-derive v0.4.18
22722024-08-13T21:16:47.578Z[ helios-setup] Aug 13 21:16:46.236 INFO E| Compiling scroll v0.10.2
22732024-08-13T21:16:48.150Z[ helios-setup] Aug 13 21:16:46.806 INFO E| Compiling pest_meta v2.7.11
22742024-08-13T21:16:48.401Z[ helios-setup] Aug 13 21:16:47.058 INFO E| Compiling modular-bitfield v0.11.2
22752024-08-13T21:16:48.911Z[ helios-setup] Aug 13 21:16:47.568 INFO E| Compiling goblin v0.4.3
22762024-08-13T21:16:49.643Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22772024-08-13T21:16:49.900Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22782024-08-13T21:16:50.815Z[ helios-setup] Aug 13 21:16:49.472 INFO E| Compiling pest_generator v2.7.11
22792024-08-13T21:16:52.416Z[ helios-setup] Aug 13 21:16:51.072 INFO E| Compiling structopt v0.3.26
22802024-08-13T21:16:53.532Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22812024-08-13T21:16:54.135Z[ host-package] Compiling derive_builder_core v0.20.0
22822024-08-13T21:16:55.706Z[ helios-setup] Aug 13 21:16:54.362 INFO E| Compiling pest_derive v2.7.11
22832024-08-13T21:16:57.473Z[ host-package] Compiling headers-core v0.2.0
22842024-08-13T21:16:57.719Z[ host-package] Compiling fxhash v0.2.1
22852024-08-13T21:16:58.027Z[ host-package] Compiling libxml v0.3.3
22862024-08-13T21:16:58.681Z[ host-package] Compiling ref-cast-impl v1.0.23
22872024-08-13T21:16:59.973Z[ helios-setup] Aug 13 21:16:58.629 INFO E| Compiling json5 v0.4.1
22882024-08-13T21:17:00.671Z[ host-package] Compiling headers v0.3.9
22892024-08-13T21:17:00.786Z[ host-package] Compiling derive_builder_macro v0.20.0
22902024-08-13T21:17:02.211Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22912024-08-13T21:17:05.071Z[ host-package] Compiling samael v0.0.15
22922024-08-13T21:17:05.310Z[ helios-setup] Aug 13 21:17:03.965 INFO E| Compiling four-cc v0.3.0
22932024-08-13T21:17:05.310Z[ helios-setup] Aug 13 21:17:03.965 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
22942024-08-13T21:17:05.469Z[ helios-setup] Aug 13 21:17:04.124 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
22952024-08-13T21:17:05.778Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22962024-08-13T21:17:06.253Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22972024-08-13T21:17:06.790Z[ host-package] Compiling strum_macros v0.24.3
22982024-08-13T21:17:07.274Z[ host-package] Compiling unicase v2.7.0
22992024-08-13T21:17:07.917Z[ host-package] Compiling cookie v0.18.1
23002024-08-13T21:17:08.898Z[ host-package] Compiling indoc v1.0.9
23012024-08-13T21:17:09.291Z[ host-package] Compiling polar-core v0.27.3
23022024-08-13T21:17:11.124Z[ host-package] Compiling derive_builder v0.20.0
23032024-08-13T21:17:11.475Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23042024-08-13T21:17:11.896Z[ host-package] Compiling crossterm v0.28.1
23052024-08-13T21:17:12.505Z[ host-package] Compiling curve25519-dalek v4.1.3
23062024-08-13T21:17:13.126Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
23072024-08-13T21:17:16.482Z[ host-package] Compiling oso-derive v0.27.3
23082024-08-13T21:17:16.881Z[ host-package] Compiling quick-xml v0.31.0
23092024-08-13T21:17:17.566Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
23102024-08-13T21:17:17.976Z[ host-package] Compiling cfg_aliases v0.1.1
23112024-08-13T21:17:18.200Z[ host-package] Compiling keccak v0.1.5
23122024-08-13T21:17:19.287Z[ host-package] Compiling parking_lot_core v0.8.6
23132024-08-13T21:17:20.123Z[ host-package] Compiling sha3 v0.10.8
23142024-08-13T21:17:20.792Z[ host-package] Compiling nix v0.28.0
23152024-08-13T21:17:21.316Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23162024-08-13T21:17:21.681Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23172024-08-13T21:17:23.599Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
23182024-08-13T21:17:24.150Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23192024-08-13T21:17:24.731Z[ host-package] Compiling universal-hash v0.5.1
23202024-08-13T21:17:25.027Z[ host-package] Compiling bb8 v0.8.5
23212024-08-13T21:17:25.102Z[ host-package] Compiling const_format_proc_macros v0.2.32
23222024-08-13T21:17:25.687Z[ host-package] Compiling secrecy v0.8.0
23232024-08-13T21:17:25.974Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23242024-08-13T21:17:27.104Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
23252024-08-13T21:17:27.300Z[ host-package] Compiling vte_generate_state_changes v0.1.1
23262024-08-13T21:17:28.054Z[ host-package] Compiling opaque-debug v0.3.1
23272024-08-13T21:17:28.238Z[ host-package] Compiling poly1305 v0.8.0
23282024-08-13T21:17:29.076Z[ host-package] Compiling thiserror-no-std v2.0.2
23292024-08-13T21:17:29.244Z[ host-package] Compiling vte v0.11.1
23302024-08-13T21:17:29.901Z[ host-package] Compiling const_format v0.2.32
23312024-08-13T21:17:32.671Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23322024-08-13T21:17:33.643Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23332024-08-13T21:17:34.050Z[ host-package] Compiling chacha20 v0.9.1
23342024-08-13T21:17:34.586Z[ host-package] Compiling oso v0.27.3
23352024-08-13T21:17:36.430Z[ host-package] Compiling fd-lock v4.0.2
23362024-08-13T21:17:36.708Z[ host-package] Compiling aead v0.5.2
23372024-08-13T21:17:40.587Z[ host-package] Compiling bytecount v0.6.8
23382024-08-13T21:17:40.628Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23392024-08-13T21:17:40.628Z[ host-package] Compiling papergrid v0.11.0
23402024-08-13T21:17:40.632Z[ host-package] Compiling chacha20poly1305 v0.10.1
23412024-08-13T21:17:41.142Z[ host-package] Compiling parking_lot v0.11.2
23422024-08-13T21:17:43.432Z[ host-package] Compiling vsss-rs v3.3.4
23432024-08-13T21:17:46.840Z[ helios-setup] Aug 13 21:17:45.491 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
23442024-08-13T21:17:48.721Z[ host-package] Compiling strip-ansi-escapes v0.2.0
23452024-08-13T21:17:49.916Z[ host-package] Compiling trust-dns-client v0.22.0
23462024-08-13T21:17:50.680Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
23472024-08-13T21:17:51.185Z[ host-package] Compiling tabled_derive v0.7.0
23482024-08-13T21:17:54.057Z[ host-package] Compiling crossterm v0.27.0
23492024-08-13T21:17:54.375Z[ host-package] Compiling peg-macros v0.8.4
23502024-08-13T21:17:54.471Z[ host-package] Compiling kstat-rs v0.2.4
23512024-08-13T21:17:55.492Z[ host-package] Compiling toml v0.5.11
23522024-08-13T21:17:56.070Z[ host-package] Compiling sqlparser_derive v0.2.2
23532024-08-13T21:17:57.282Z[ host-package] Compiling nu-ansi-term v0.50.0
23542024-08-13T21:17:58.263Z[ host-package] Compiling unicode_categories v0.1.1
23552024-08-13T21:17:58.762Z[ host-package] Compiling sqlformat v0.2.4
23562024-08-13T21:17:59.208Z[ host-package] Compiling rustyline v14.0.0
23572024-08-13T21:18:01.656Z[ host-package] Compiling peg v0.8.4
23582024-08-13T21:18:01.861Z[ host-package] Compiling reedline v0.33.0
23592024-08-13T21:18:02.376Z[ helios-setup] Aug 13 21:18:01.025 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
23602024-08-13T21:18:03.112Z[ host-package] Compiling trust-dns-server v0.22.1
23612024-08-13T21:18:06.040Z[ host-package] Compiling sqlparser v0.45.0
23622024-08-13T21:18:11.136Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23632024-08-13T21:18:12.701Z[ host-package] Compiling tabled v0.15.0
23642024-08-13T21:18:26.529Z[ host-package] Compiling sled v0.34.7
23652024-08-13T21:18:27.663Z[ host-package] Compiling mime_guess v2.0.4
23662024-08-13T21:18:29.911Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23672024-08-13T21:18:30.107Z[ host-package] Compiling env_logger v0.9.3
23682024-08-13T21:18:32.163Z[ host-package] Compiling tungstenite v0.20.1
23692024-08-13T21:18:35.352Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
23702024-08-13T21:18:35.842Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23712024-08-13T21:18:38.521Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23722024-08-13T21:18:43.604Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23732024-08-13T21:18:47.924Z[ helios-setup] Aug 13 21:18:46.568 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 32s
23742024-08-13T21:18:47.959Z[ helios-setup] Aug 13 21:18:46.603 INFO building project "amd-host-image-builder" ok (183 seconds)
23752024-08-13T21:18:47.959Z[ helios-setup] Aug 13 21:18:46.603 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
23762024-08-13T21:18:47.966Z[ helios-setup] Aug 13 21:18:46.603 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
23772024-08-13T21:18:48.253Z[ helios-setup] Aug 13 21:18:46.897 INFO E| Downloading crates ...
23782024-08-13T21:18:48.386Z[ helios-setup] Aug 13 21:18:47.030 INFO E| Downloaded block-buffer v0.10.3
23792024-08-13T21:18:48.415Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23802024-08-13T21:18:48.418Z[ helios-setup] Aug 13 21:18:47.061 INFO E| Downloaded miniz_oxide v0.6.2
23812024-08-13T21:18:48.420Z[ helios-setup] Aug 13 21:18:47.064 INFO E| Downloaded cpufeatures v0.2.5
23822024-08-13T21:18:48.423Z[ helios-setup] Aug 13 21:18:47.066 INFO E| Downloaded bytes v1.2.1
23832024-08-13T21:18:48.429Z[ helios-setup] Aug 13 21:18:47.073 INFO E| Downloaded unicode-width v0.1.10
23842024-08-13T21:18:48.431Z[ helios-setup] Aug 13 21:18:47.075 INFO E| Downloaded typenum v1.15.0
23852024-08-13T21:18:48.435Z[ helios-setup] Aug 13 21:18:47.079 INFO E| Downloaded sha2 v0.10.5
23862024-08-13T21:18:48.438Z[ helios-setup] Aug 13 21:18:47.082 INFO E| Downloaded generic-array v0.14.6
23872024-08-13T21:18:48.441Z[ helios-setup] Aug 13 21:18:47.085 INFO E| Downloaded flate2 v1.0.25
23882024-08-13T21:18:48.448Z[ helios-setup] Aug 13 21:18:47.092 INFO E| Downloaded digest v0.10.3
23892024-08-13T21:18:48.451Z[ helios-setup] Aug 13 21:18:47.095 INFO E| Downloaded anyhow v1.0.62
23902024-08-13T21:18:48.685Z[ helios-setup] Aug 13 21:18:47.329 INFO E| Compiling version_check v0.9.4
23912024-08-13T21:18:48.685Z[ helios-setup] Aug 13 21:18:47.329 INFO E| Compiling typenum v1.15.0
23922024-08-13T21:18:48.688Z[ helios-setup] Aug 13 21:18:47.329 INFO E| Compiling cfg-if v1.0.0
23932024-08-13T21:18:48.688Z[ helios-setup] Aug 13 21:18:47.329 INFO E| Compiling crc32fast v1.3.2
23942024-08-13T21:18:48.688Z[ helios-setup] Aug 13 21:18:47.329 INFO E| Compiling anyhow v1.0.62
23952024-08-13T21:18:48.689Z[ helios-setup] Aug 13 21:18:47.329 INFO E| Compiling adler v1.0.2
23962024-08-13T21:18:48.689Z[ helios-setup] Aug 13 21:18:47.330 INFO E| Compiling unicode-width v0.1.10
23972024-08-13T21:18:48.689Z[ helios-setup] Aug 13 21:18:47.330 INFO E| Compiling cpufeatures v0.2.5
23982024-08-13T21:18:49.044Z[ helios-setup] Aug 13 21:18:47.688 INFO E| Compiling bytes v1.2.1
23992024-08-13T21:18:49.063Z[ helios-setup] Aug 13 21:18:47.704 INFO E| Compiling bitflags v1.3.2
24002024-08-13T21:18:49.323Z[ helios-setup] Aug 13 21:18:47.967 INFO E| Compiling miniz_oxide v0.6.2
24012024-08-13T21:18:49.363Z[ helios-setup] Aug 13 21:18:48.007 INFO E| Compiling getopts v0.2.21
24022024-08-13T21:18:50.188Z[ helios-setup] Aug 13 21:18:48.830 INFO E| Compiling generic-array v0.14.6
24032024-08-13T21:18:51.025Z[ helios-setup] Aug 13 21:18:49.669 INFO E| Compiling flate2 v1.0.25
24042024-08-13T21:18:51.119Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24052024-08-13T21:18:52.046Z[ host-package] Compiling bcs v0.1.6
24062024-08-13T21:18:53.733Z[ host-package] Compiling bitstruct_derive v0.1.0
24072024-08-13T21:18:53.772Z[ host-package] Compiling nanorand v0.7.0
24082024-08-13T21:18:54.560Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24092024-08-13T21:18:54.728Z[ host-package] Compiling memoffset v0.9.1
24102024-08-13T21:18:54.910Z[ helios-setup] Aug 13 21:18:53.553 INFO E| Compiling block-buffer v0.10.3
24112024-08-13T21:18:54.910Z[ helios-setup] Aug 13 21:18:53.553 INFO E| Compiling crypto-common v0.1.6
24122024-08-13T21:18:55.124Z[ host-package] Compiling ascii v1.1.0
24132024-08-13T21:18:55.161Z[ host-package] Compiling highway v1.2.0
24142024-08-13T21:18:55.163Z[ helios-setup] Aug 13 21:18:53.804 INFO E| Compiling digest v0.10.3
24152024-08-13T21:18:55.500Z[ helios-setup] Aug 13 21:18:54.143 INFO E| Compiling sha2 v0.10.5
24162024-08-13T21:18:55.944Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24172024-08-13T21:18:55.978Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
24182024-08-13T21:18:56.087Z[ helios-setup] Aug 13 21:18:54.730 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24192024-08-13T21:18:56.933Z[ host-package] Compiling bitstruct v0.1.1
24202024-08-13T21:18:57.442Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24212024-08-13T21:18:57.994Z[ host-package] Compiling flume v0.11.0
24222024-08-13T21:18:58.852Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24232024-08-13T21:18:58.985Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24242024-08-13T21:18:59.754Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24252024-08-13T21:19:01.615Z[ helios-setup] Aug 13 21:19:00.257 INFO E| Finished `release` profile [optimized] target(s) in 13.55s
24262024-08-13T21:19:01.629Z[ helios-setup] Aug 13 21:19:00.272 INFO building project "bootserver" ok (13 seconds)
24272024-08-13T21:19:01.629Z[ helios-setup] Aug 13 21:19:00.272 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24282024-08-13T21:19:01.629Z[ helios-setup] Aug 13 21:19:00.272 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24292024-08-13T21:19:01.905Z[ helios-setup] Aug 13 21:19:00.548 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24302024-08-13T21:19:02.384Z[ host-package] Compiling tokio-tungstenite v0.20.1
24312024-08-13T21:19:02.486Z[ helios-setup] Aug 13 21:19:01.128 INFO E| From https://github.com/jclulow/rust-jmclib
24322024-08-13T21:19:02.488Z[ helios-setup] Aug 13 21:19:01.128 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24332024-08-13T21:19:02.505Z[ helios-setup] Aug 13 21:19:01.147 INFO E| Updating crates.io index
24342024-08-13T21:19:02.803Z[ helios-setup] Aug 13 21:19:01.446 INFO E| Downloading crates ...
24352024-08-13T21:19:02.939Z[ helios-setup] Aug 13 21:19:01.581 INFO E| Downloaded ryu v1.0.15
24362024-08-13T21:19:02.945Z[ helios-setup] Aug 13 21:19:01.587 INFO E| Downloaded once_cell v1.18.0
24372024-08-13T21:19:02.949Z[ helios-setup] Aug 13 21:19:01.591 INFO E| Downloaded digest v0.9.0
24382024-08-13T21:19:02.951Z[ helios-setup] Aug 13 21:19:01.593 INFO E| Downloaded block-buffer v0.9.0
24392024-08-13T21:19:02.951Z[ helios-setup] Aug 13 21:19:01.594 INFO E| Downloaded opaque-debug v0.3.0
24402024-08-13T21:19:02.958Z[ helios-setup] Aug 13 21:19:01.600 INFO E| Downloaded sha-1 v0.9.8
24412024-08-13T21:19:02.962Z[ helios-setup] Aug 13 21:19:01.604 INFO E| Downloaded errno v0.3.1
24422024-08-13T21:19:02.967Z[ helios-setup] Aug 13 21:19:01.609 INFO E| Downloaded md-5 v0.9.1
24432024-08-13T21:19:02.970Z[ helios-setup] Aug 13 21:19:01.612 INFO E| Downloaded walkdir v2.3.3
24442024-08-13T21:19:02.973Z[ helios-setup] Aug 13 21:19:01.615 INFO E| Downloaded cpufeatures v0.2.9
24452024-08-13T21:19:02.976Z[ helios-setup] Aug 13 21:19:01.617 INFO E| Downloaded itoa v1.0.9
24462024-08-13T21:19:02.979Z[ helios-setup] Aug 13 21:19:01.622 INFO E| Downloaded libdevinfo-sys v1.0.0
24472024-08-13T21:19:02.982Z[ helios-setup] Aug 13 21:19:01.623 INFO E| Downloaded fastrand v2.0.0
24482024-08-13T21:19:02.987Z[ helios-setup] Aug 13 21:19:01.630 INFO E| Downloaded tempfile v3.7.0
24492024-08-13T21:19:02.990Z[ helios-setup] Aug 13 21:19:01.633 INFO E| Downloaded unicode-ident v1.0.11
24502024-08-13T21:19:02.994Z[ helios-setup] Aug 13 21:19:01.637 INFO E| Downloaded quote v1.0.31
24512024-08-13T21:19:02.998Z[ helios-setup] Aug 13 21:19:01.640 INFO E| Downloaded serde_derive v1.0.193
24522024-08-13T21:19:03.001Z[ helios-setup] Aug 13 21:19:01.644 INFO E| Downloaded anyhow v1.0.72
24532024-08-13T21:19:03.005Z[ helios-setup] Aug 13 21:19:01.648 INFO E| Downloaded proc-macro2 v1.0.66
24542024-08-13T21:19:03.009Z[ helios-setup] Aug 13 21:19:01.651 INFO E| Downloaded uuid v0.8.2
24552024-08-13T21:19:03.013Z[ helios-setup] Aug 13 21:19:01.656 INFO E| Downloaded getrandom v0.2.10
24562024-08-13T21:19:03.018Z[ helios-setup] Aug 13 21:19:01.660 INFO E| Downloaded bitflags v2.3.3
24572024-08-13T21:19:03.021Z[ helios-setup] Aug 13 21:19:01.664 INFO E| Downloaded serde v1.0.193
24582024-08-13T21:19:03.026Z[ helios-setup] Aug 13 21:19:01.669 INFO E| Downloaded typenum v1.16.0
24592024-08-13T21:19:03.054Z[ helios-setup] Aug 13 21:19:01.697 INFO E| Downloaded serde_json v1.0.103
24602024-08-13T21:19:03.081Z[ helios-setup] Aug 13 21:19:01.723 INFO E| Downloaded syn v2.0.32
24612024-08-13T21:19:03.108Z[ helios-setup] Aug 13 21:19:01.751 INFO E| Downloaded rustix v0.38.4
24622024-08-13T21:19:03.141Z[ helios-setup] Aug 13 21:19:01.784 INFO E| Downloaded libc v0.2.147
24632024-08-13T21:19:03.439Z[ helios-setup] Aug 13 21:19:02.082 INFO E| Compiling libc v0.2.147
24642024-08-13T21:19:03.448Z[ helios-setup] Aug 13 21:19:02.091 INFO E| Compiling proc-macro2 v1.0.66
24652024-08-13T21:19:03.451Z[ helios-setup] Aug 13 21:19:02.091 INFO E| Compiling cfg-if v1.0.0
24662024-08-13T21:19:03.451Z[ helios-setup] Aug 13 21:19:02.091 INFO E| Compiling unicode-ident v1.0.11
24672024-08-13T21:19:03.451Z[ helios-setup] Aug 13 21:19:02.091 INFO E| Compiling version_check v0.9.4
24682024-08-13T21:19:03.451Z[ helios-setup] Aug 13 21:19:02.091 INFO E| Compiling typenum v1.16.0
24692024-08-13T21:19:03.451Z[ helios-setup] Aug 13 21:19:02.091 INFO E| Compiling serde v1.0.193
24702024-08-13T21:19:03.451Z[ helios-setup] Aug 13 21:19:02.091 INFO E| Compiling num-conv v0.1.0
24712024-08-13T21:19:03.598Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24722024-08-13T21:19:03.925Z[ helios-setup] Aug 13 21:19:02.567 INFO E| Compiling powerfmt v0.2.0
24732024-08-13T21:19:04.209Z[ helios-setup] Aug 13 21:19:02.852 INFO E| Compiling slog v2.7.0
24742024-08-13T21:19:04.625Z[ helios-setup] Aug 13 21:19:03.268 INFO E| Compiling rustix v0.38.4
24752024-08-13T21:19:04.836Z[ helios-setup] Aug 13 21:19:03.479 INFO E| Compiling time-core v0.1.2
24762024-08-13T21:19:04.966Z[ helios-setup] Aug 13 21:19:03.608 INFO E| Compiling generic-array v0.14.7
24772024-08-13T21:19:05.141Z[ helios-setup] Aug 13 21:19:03.782 INFO E| Compiling itoa v1.0.9
24782024-08-13T21:19:05.215Z[ helios-setup] Aug 13 21:19:03.857 INFO E| Compiling time-macros v0.2.18
24792024-08-13T21:19:05.561Z[ helios-setup] Aug 13 21:19:04.201 INFO E| Compiling deranged v0.3.11
24802024-08-13T21:19:05.644Z[ helios-setup] Aug 13 21:19:04.287 INFO E| Compiling once_cell v1.18.0
24812024-08-13T21:19:05.695Z[ helios-setup] Aug 13 21:19:04.336 INFO E| Compiling bitflags v2.3.3
24822024-08-13T21:19:06.049Z[ helios-setup] Aug 13 21:19:04.689 INFO E| Compiling num_threads v0.1.6
24832024-08-13T21:19:06.377Z[ helios-setup] Aug 13 21:19:05.019 INFO E| Compiling quote v1.0.31
24842024-08-13T21:19:06.523Z[ helios-setup] Aug 13 21:19:05.165 INFO E| Compiling thread_local v1.1.7
24852024-08-13T21:19:07.352Z[ helios-setup] Aug 13 21:19:05.994 INFO E| Compiling syn v2.0.32
24862024-08-13T21:19:07.708Z[ helios-setup] Aug 13 21:19:06.350 INFO E| Compiling dirs-sys-next v0.1.2
24872024-08-13T21:19:07.751Z[ helios-setup] Aug 13 21:19:06.393 INFO E| Compiling errno v0.3.1
24882024-08-13T21:19:08.135Z[ helios-setup] Aug 13 21:19:06.776 INFO E| Compiling dirs-next v2.0.0
24892024-08-13T21:19:08.445Z[ helios-setup] Aug 13 21:19:07.087 INFO E| Compiling term v0.7.0
24902024-08-13T21:19:08.451Z[ helios-setup] Aug 13 21:19:07.093 INFO E| Compiling atty v0.2.14
24912024-08-13T21:19:08.937Z[ helios-setup] Aug 13 21:19:07.579 INFO E| Compiling opaque-debug v0.3.0
24922024-08-13T21:19:09.041Z[ helios-setup] Aug 13 21:19:07.683 INFO E| Compiling fastrand v2.0.0
24932024-08-13T21:19:09.178Z[ helios-setup] Aug 13 21:19:07.820 INFO E| Compiling serde_json v1.0.103
24942024-08-13T21:19:10.089Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24952024-08-13T21:19:10.185Z[ helios-setup] Aug 13 21:19:08.827 INFO E| Compiling anyhow v1.0.72
24962024-08-13T21:19:10.241Z[ helios-setup] Aug 13 21:19:08.883 INFO E| Compiling getrandom v0.2.10
24972024-08-13T21:19:10.290Z[ helios-setup] Aug 13 21:19:08.932 INFO E| Compiling block-buffer v0.9.0
24982024-08-13T21:19:10.443Z[ helios-setup] Aug 13 21:19:09.084 INFO E| Compiling digest v0.9.0
24992024-08-13T21:19:10.546Z[ helios-setup] Aug 13 21:19:09.188 INFO E| Compiling ryu v1.0.15
25002024-08-13T21:19:10.941Z[ helios-setup] Aug 13 21:19:09.582 INFO E| Compiling unicode-width v0.1.10
25012024-08-13T21:19:10.975Z[ helios-setup] Aug 13 21:19:09.616 INFO E| Compiling cpufeatures v0.2.9
25022024-08-13T21:19:11.066Z[ helios-setup] Aug 13 21:19:09.708 INFO E| Compiling tempfile v3.7.0
25032024-08-13T21:19:11.247Z[ helios-setup] Aug 13 21:19:09.889 INFO E| Compiling same-file v1.0.6
25042024-08-13T21:19:11.312Z[ helios-setup] Aug 13 21:19:09.954 INFO E| Compiling getopts v0.2.21
25052024-08-13T21:19:11.422Z[ helios-setup] Aug 13 21:19:10.063 INFO E| Compiling time v0.3.36
25062024-08-13T21:19:11.866Z[ helios-setup] Aug 13 21:19:10.508 INFO E| Compiling walkdir v2.3.3
25072024-08-13T21:19:12.000Z[ helios-setup] Aug 13 21:19:10.641 INFO E| Compiling sha-1 v0.9.8
25082024-08-13T21:19:12.228Z[ helios-setup] Aug 13 21:19:10.869 INFO E| Compiling md-5 v0.9.1
25092024-08-13T21:19:12.957Z[ helios-setup] Aug 13 21:19:11.599 INFO E| Compiling libdevinfo-sys v1.0.0
25102024-08-13T21:19:12.998Z[ helios-setup] Aug 13 21:19:11.640 INFO E| Compiling glob v0.3.1
25112024-08-13T21:19:14.766Z[ helios-setup] Aug 13 21:19:13.407 INFO E| Compiling slog-term v2.9.0
25122024-08-13T21:19:16.275Z[ helios-setup] Aug 13 21:19:14.913 INFO E| Compiling serde_derive v1.0.193
25132024-08-13T21:19:21.320Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25142024-08-13T21:19:30.908Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25152024-08-13T21:19:31.353Z[ helios-setup] Aug 13 21:19:29.992 INFO E| Compiling toml v0.5.11
25162024-08-13T21:19:31.353Z[ helios-setup] Aug 13 21:19:29.992 INFO E| Compiling uuid v0.8.2
25172024-08-13T21:19:33.463Z[ helios-setup] Aug 13 21:19:32.102 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25182024-08-13T21:19:33.474Z[ host-package] Compiling serde_arrays v0.1.0
25192024-08-13T21:19:33.936Z[ host-package] Compiling erased-serde v0.3.31
25202024-08-13T21:19:36.233Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25212024-08-13T21:19:36.861Z[ helios-setup] Aug 13 21:19:35.500 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25222024-08-13T21:19:47.049Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25232024-08-13T21:19:48.432Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25242024-08-13T21:19:49.529Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25252024-08-13T21:19:49.864Z[ helios-setup] Aug 13 21:19:48.501 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.14s
25262024-08-13T21:19:49.897Z[ helios-setup] Aug 13 21:19:48.534 INFO building project "image-builder" ok (48 seconds)
25272024-08-13T21:19:49.899Z[ helios-setup] Aug 13 21:19:48.534 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25282024-08-13T21:19:49.899Z[ helios-setup] Aug 13 21:19:48.534 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25292024-08-13T21:19:49.924Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25302024-08-13T21:19:50.421Z[ helios-setup] Aug 13 21:19:49.057 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25312024-08-13T21:19:50.984Z[ helios-setup] Aug 13 21:19:49.621 INFO E| From https://github.com/jclulow/hiercmd
25322024-08-13T21:19:50.984Z[ helios-setup] Aug 13 21:19:49.621 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25332024-08-13T21:19:51.006Z[ helios-setup] Aug 13 21:19:49.643 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25342024-08-13T21:19:51.569Z[ helios-setup] Aug 13 21:19:50.206 INFO E| From https://github.com/jclulow/network-interface
25352024-08-13T21:19:51.569Z[ helios-setup] Aug 13 21:19:50.206 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25362024-08-13T21:19:51.603Z[ helios-setup] Aug 13 21:19:50.240 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25372024-08-13T21:19:51.935Z[ host-package] Compiling heck v0.3.3
25382024-08-13T21:19:52.175Z[ helios-setup] Aug 13 21:19:50.731 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25392024-08-13T21:19:52.175Z[ helios-setup] Aug 13 21:19:50.731 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25402024-08-13T21:19:52.178Z[ helios-setup] Aug 13 21:19:50.770 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25412024-08-13T21:19:52.315Z[ host-package] Compiling rand_seeder v0.3.0
25422024-08-13T21:19:52.735Z[ host-package] Compiling castaway v0.2.3
25432024-08-13T21:19:52.944Z[ host-package] Compiling csv-core v0.1.11
25442024-08-13T21:19:52.966Z[ helios-setup] Aug 13 21:19:51.603 INFO E| From https://github.com/oxidecomputer/facade
25452024-08-13T21:19:52.966Z[ helios-setup] Aug 13 21:19:51.603 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25462024-08-13T21:19:53.053Z[ helios-setup] Aug 13 21:19:51.690 INFO E| Updating crates.io index
25472024-08-13T21:19:53.652Z[ helios-setup] Aug 13 21:19:52.289 INFO E| Downloading crates ...
25482024-08-13T21:19:53.849Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
25492024-08-13T21:19:53.883Z[ helios-setup] Aug 13 21:19:52.520 INFO E| Downloaded ahash v0.8.3
25502024-08-13T21:19:53.890Z[ helios-setup] Aug 13 21:19:52.527 INFO E| Downloaded ahash v0.7.6
25512024-08-13T21:19:53.895Z[ helios-setup] Aug 13 21:19:52.532 INFO E| Downloaded futures-sink v0.3.28
25522024-08-13T21:19:53.898Z[ helios-setup] Aug 13 21:19:52.534 INFO E| Downloaded const-random v0.1.15
25532024-08-13T21:19:53.910Z[ helios-setup] Aug 13 21:19:52.547 INFO E| Downloaded semver v1.0.17
25542024-08-13T21:19:53.932Z[ helios-setup] Aug 13 21:19:52.569 INFO E| Downloaded clap_lex v0.4.1
25552024-08-13T21:19:53.948Z[ helios-setup] Aug 13 21:19:52.585 INFO E| Downloaded want v0.3.0
25562024-08-13T21:19:53.952Z[ helios-setup] Aug 13 21:19:52.587 INFO E| Downloaded toolchain_find v0.2.0
25572024-08-13T21:19:53.954Z[ helios-setup] Aug 13 21:19:52.589 INFO E| Downloaded num_enum_derive v0.5.7
25582024-08-13T21:19:53.954Z[ helios-setup] Aug 13 21:19:52.591 INFO E| Downloaded signal-hook-registry v1.4.0
25592024-08-13T21:19:53.957Z[ helios-setup] Aug 13 21:19:52.592 INFO E| Downloaded serde_spanned v0.6.1
25602024-08-13T21:19:53.971Z[ helios-setup] Aug 13 21:19:52.608 INFO E| Downloaded scopeguard v1.1.0
25612024-08-13T21:19:53.977Z[ helios-setup] Aug 13 21:19:52.611 INFO E| Downloaded thiserror-impl v1.0.38
25622024-08-13T21:19:53.977Z[ helios-setup] Aug 13 21:19:52.613 INFO E| Downloaded sha2 v0.10.6
25632024-08-13T21:19:53.980Z[ helios-setup] Aug 13 21:19:52.616 INFO E| Downloaded serde_path_to_error v0.1.11
25642024-08-13T21:19:53.982Z[ helios-setup] Aug 13 21:19:52.619 INFO E| Downloaded serde_tokenstream v0.2.0
25652024-08-13T21:19:53.988Z[ helios-setup] Aug 13 21:19:52.625 INFO E| Downloaded tokio-macros v2.0.0
25662024-08-13T21:19:53.991Z[ helios-setup] Aug 13 21:19:52.627 INFO E| Downloaded terminal_size v0.2.6
25672024-08-13T21:19:53.993Z[ helios-setup] Aug 13 21:19:52.630 INFO E| Downloaded rustfmt-wrapper v0.2.0
25682024-08-13T21:19:53.995Z[ helios-setup] Aug 13 21:19:52.632 INFO E| Downloaded toml_datetime v0.6.1
25692024-08-13T21:19:53.998Z[ helios-setup] Aug 13 21:19:52.633 INFO E| Downloaded tokio-tungstenite v0.18.0
25702024-08-13T21:19:54.001Z[ helios-setup] Aug 13 21:19:52.637 INFO E| Downloaded percent-encoding v2.2.0
25712024-08-13T21:19:54.003Z[ helios-setup] Aug 13 21:19:52.638 INFO E| Downloaded futures-channel v0.3.28
25722024-08-13T21:19:54.006Z[ helios-setup] Aug 13 21:19:52.642 INFO E| Downloaded num_enum v0.5.7
25732024-08-13T21:19:54.012Z[ helios-setup] Aug 13 21:19:52.649 INFO E| Downloaded jobserver v0.1.26
25742024-08-13T21:19:54.015Z[ helios-setup] Aug 13 21:19:52.652 INFO E| Downloaded proc-macro-crate v1.2.1
25752024-08-13T21:19:54.017Z[ helios-setup] Aug 13 21:19:52.654 INFO E| Downloaded serde_derive_internals v0.26.0
25762024-08-13T21:19:54.020Z[ helios-setup] Aug 13 21:19:52.657 INFO E| Downloaded semver v0.11.0
25772024-08-13T21:19:54.023Z[ helios-setup] Aug 13 21:19:52.661 INFO E| Downloaded num_cpus v1.15.0
25782024-08-13T21:19:54.029Z[ helios-setup] Aug 13 21:19:52.667 INFO E| Downloaded tokio-rustls v0.24.0
25792024-08-13T21:19:54.032Z[ helios-setup] Aug 13 21:19:52.670 INFO E| Downloaded paste v1.0.12
25802024-08-13T21:19:54.038Z[ helios-setup] Aug 13 21:19:52.675 INFO E| Downloaded bincode v1.3.3
25812024-08-13T21:19:54.041Z[ helios-setup] Aug 13 21:19:52.678 INFO E| Downloaded unicode-ident v1.0.8
25822024-08-13T21:19:54.046Z[ helios-setup] Aug 13 21:19:52.683 INFO E| Downloaded getrandom v0.2.8
25832024-08-13T21:19:54.050Z[ helios-setup] Aug 13 21:19:52.688 INFO E| Downloaded ucd-trie v0.1.5
25842024-08-13T21:19:54.053Z[ helios-setup] Aug 13 21:19:52.690 INFO E| Downloaded uuid v1.3.0
25852024-08-13T21:19:54.060Z[ helios-setup] Aug 13 21:19:52.697 INFO E| Downloaded serde_yaml v0.9.21
25862024-08-13T21:19:54.066Z[ helios-setup] Aug 13 21:19:52.704 INFO E| Downloaded textwrap v0.16.0
25872024-08-13T21:19:54.070Z[ helios-setup] Aug 13 21:19:52.707 INFO E| Downloaded unicode-bidi v0.3.13
25882024-08-13T21:19:54.074Z[ helios-setup] Aug 13 21:19:52.711 INFO E| Downloaded tracing v0.1.37
25892024-08-13T21:19:54.080Z[ helios-setup] Aug 13 21:19:52.717 INFO E| Downloaded url v2.3.1
25902024-08-13T21:19:54.085Z[ helios-setup] Aug 13 21:19:52.722 INFO E| Downloaded unsafe-libyaml v0.2.8
25912024-08-13T21:19:54.089Z[ helios-setup] Aug 13 21:19:52.727 INFO E| Downloaded unicode-linebreak v0.1.4
25922024-08-13T21:19:54.092Z[ helios-setup] Aug 13 21:19:52.729 INFO E| Downloaded schemars v0.8.12
25932024-08-13T21:19:54.108Z[ helios-setup] Aug 13 21:19:52.745 INFO E| Downloaded futures v0.3.28
25942024-08-13T21:19:54.116Z[ helios-setup] Aug 13 21:19:52.753 INFO E| Downloaded winnow v0.4.1
25952024-08-13T21:19:54.129Z[ helios-setup] Aug 13 21:19:52.766 INFO E| Downloaded unicode-normalization v0.1.22
25962024-08-13T21:19:54.135Z[ helios-setup] Aug 13 21:19:52.773 INFO E| Downloaded rustls-webpki v0.100.1
25972024-08-13T21:19:54.146Z[ helios-setup] Aug 13 21:19:52.783 INFO E| Downloaded syn v1.0.107
25982024-08-13T21:19:54.180Z[ helios-setup] Aug 13 21:19:52.817 INFO E| Downloaded syn v2.0.72
25992024-08-13T21:19:54.202Z[ helios-setup] Aug 13 21:19:52.837 INFO E| Downloaded pest v2.5.7
26002024-08-13T21:19:54.212Z[ helios-setup] Aug 13 21:19:52.845 INFO E| Downloaded tokio v1.27.0
26012024-08-13T21:19:54.271Z[ host-package] Compiling http-range v0.1.5
26022024-08-13T21:19:54.290Z[ helios-setup] Aug 13 21:19:52.927 INFO E| Downloaded mio v0.8.5
26032024-08-13T21:19:54.299Z[ helios-setup] Aug 13 21:19:52.936 INFO E| Downloaded clap_builder v4.2.1
26042024-08-13T21:19:54.311Z[ helios-setup] Aug 13 21:19:52.947 INFO E| Downloaded futures-util v0.3.28
26052024-08-13T21:19:54.332Z[ helios-setup] Aug 13 21:19:52.968 INFO E| Downloaded reqwest v0.11.16
26062024-08-13T21:19:54.345Z[ helios-setup] Aug 13 21:19:52.982 INFO E| Downloaded rayon v1.6.1
26072024-08-13T21:19:54.361Z[ helios-setup] Aug 13 21:19:52.998 INFO E| Downloaded hyper v0.14.25
26082024-08-13T21:19:54.394Z[ helios-setup] Aug 13 21:19:53.031 INFO E| Downloaded git2 v0.16.1
26092024-08-13T21:19:54.408Z[ helios-setup] Aug 13 21:19:53.045 INFO E| Downloaded regex v1.7.3
26102024-08-13T21:19:54.422Z[ helios-setup] Aug 13 21:19:53.059 INFO E| Downloaded regress v0.5.0
26112024-08-13T21:19:54.434Z[ helios-setup] Aug 13 21:19:53.071 INFO E| Downloaded rustls v0.21.0
26122024-08-13T21:19:54.455Z[ helios-setup] Aug 13 21:19:53.092 INFO E| Downloaded rustix v0.37.3
26132024-08-13T21:19:54.488Z[ helios-setup] Aug 13 21:19:53.125 INFO E| Downloaded rhai v1.14.0
26142024-08-13T21:19:54.510Z[ helios-setup] Aug 13 21:19:53.147 INFO E| Downloaded openapiv3 v1.0.2
26152024-08-13T21:19:54.532Z[ helios-setup] Aug 13 21:19:53.169 INFO E| Downloaded chrono v0.4.24
26162024-08-13T21:19:54.545Z[ helios-setup] Aug 13 21:19:53.181 INFO E| Downloaded h2 v0.3.16
26172024-08-13T21:19:54.556Z[ helios-setup] Aug 13 21:19:53.193 INFO E| Downloaded http v0.2.9
26182024-08-13T21:19:54.562Z[ helios-setup] Aug 13 21:19:53.200 INFO E| Downloaded libc v0.2.139
26192024-08-13T21:19:54.605Z[ helios-setup] Aug 13 21:19:53.242 INFO E| Downloaded aho-corasick v0.7.20
26202024-08-13T21:19:54.611Z[ helios-setup] Aug 13 21:19:53.248 INFO E| Downloaded crossbeam-channel v0.5.6
26212024-08-13T21:19:54.620Z[ helios-setup] Aug 13 21:19:53.257 INFO E| Downloaded rayon-core v1.10.2
26222024-08-13T21:19:54.626Z[ helios-setup] Aug 13 21:19:53.263 INFO E| Downloaded tokio-util v0.7.7
26232024-08-13T21:19:54.638Z[ helios-setup] Aug 13 21:19:53.275 INFO E| Downloaded memchr v2.5.0
26242024-08-13T21:19:54.657Z[ helios-setup] Aug 13 21:19:53.294 INFO E| Downloaded toml_edit v0.19.8
26252024-08-13T21:19:54.703Z[ helios-setup] Aug 13 21:19:53.340 INFO E| Downloaded serde_json v1.0.95
26262024-08-13T21:19:54.722Z[ helios-setup] Aug 13 21:19:53.353 INFO E| Downloaded num-traits v0.2.15
26272024-08-13T21:19:54.725Z[ helios-setup] Aug 13 21:19:53.357 INFO E| Downloaded bytes v1.4.0
26282024-08-13T21:19:54.728Z[ helios-setup] Aug 13 21:19:53.364 INFO E| Downloaded parking_lot_core v0.9.6
26292024-08-13T21:19:54.731Z[ helios-setup] Aug 13 21:19:53.368 INFO E| Downloaded parking_lot v0.12.1
26302024-08-13T21:19:54.735Z[ helios-setup] Aug 13 21:19:53.372 INFO E| Downloaded clap v4.2.1
26312024-08-13T21:19:54.750Z[ helios-setup] Aug 13 21:19:53.387 INFO E| Downloaded cc v1.0.78
26322024-08-13T21:19:54.754Z[ helios-setup] Aug 13 21:19:53.391 INFO E| Downloaded tracing-core v0.1.30
26332024-08-13T21:19:54.758Z[ helios-setup] Aug 13 21:19:53.395 INFO E| Downloaded toml v0.7.3
26342024-08-13T21:19:54.764Z[ helios-setup] Aug 13 21:19:53.401 INFO E| Downloaded anyhow v1.0.68
26352024-08-13T21:19:54.771Z[ helios-setup] Aug 13 21:19:53.407 INFO E| Downloaded encoding_rs v0.8.32
26362024-08-13T21:19:54.808Z[ helios-setup] Aug 13 21:19:53.445 INFO E| Downloaded socket2 v0.4.9
26372024-08-13T21:19:54.811Z[ helios-setup] Aug 13 21:19:53.448 INFO E| Downloaded ryu v1.0.13
26382024-08-13T21:19:54.824Z[ helios-setup] Aug 13 21:19:53.461 INFO E| Downloaded io-lifetimes v1.0.10
26392024-08-13T21:19:54.824Z[ helios-setup] Aug 13 21:19:53.461 INFO E| Downloaded crossbeam-epoch v0.9.13
26402024-08-13T21:19:54.826Z[ helios-setup] Aug 13 21:19:53.463 INFO E| Downloaded sct v0.7.0
26412024-08-13T21:19:54.832Z[ helios-setup] Aug 13 21:19:53.469 INFO E| Downloaded pin-project-lite v0.2.9
26422024-08-13T21:19:54.840Z[ helios-setup] Aug 13 21:19:53.477 INFO E| Downloaded once_cell v1.17.0
26432024-08-13T21:19:54.844Z[ helios-setup] Aug 13 21:19:53.481 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26442024-08-13T21:19:54.946Z[ helios-setup] Aug 13 21:19:53.583 INFO E| Downloaded crossbeam-utils v0.8.14
26452024-08-13T21:19:54.950Z[ helios-setup] Aug 13 21:19:53.587 INFO E| Downloaded tungstenite v0.18.0
26462024-08-13T21:19:54.955Z[ helios-setup] Aug 13 21:19:53.592 INFO E| Downloaded time v0.1.45
26472024-08-13T21:19:54.958Z[ helios-setup] Aug 13 21:19:53.595 INFO E| Downloaded smartstring v1.0.1
26482024-08-13T21:19:54.962Z[ helios-setup] Aug 13 21:19:53.599 INFO E| Downloaded rhai_codegen v1.5.0
26492024-08-13T21:19:54.973Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26502024-08-13T21:19:54.976Z[ helios-setup] Aug 13 21:19:53.613 INFO E| Downloaded lock_api v0.4.9
26512024-08-13T21:19:54.980Z[ helios-setup] Aug 13 21:19:53.617 INFO E| Downloaded libz-sys v1.1.8
26522024-08-13T21:19:55.079Z[ helios-setup] Aug 13 21:19:53.716 INFO E| Downloaded is-terminal v0.4.7
26532024-08-13T21:19:55.082Z[ helios-setup] Aug 13 21:19:53.717 INFO E| Downloaded camino v1.1.4
26542024-08-13T21:19:55.084Z[ helios-setup] Aug 13 21:19:53.720 INFO E| Downloaded clap_derive v4.2.0
26552024-08-13T21:19:55.087Z[ helios-setup] Aug 13 21:19:53.723 INFO E| Downloaded ipnet v2.7.2
26562024-08-13T21:19:55.089Z[ helios-setup] Aug 13 21:19:53.726 INFO E| Downloaded log v0.4.17
26572024-08-13T21:19:55.092Z[ helios-setup] Aug 13 21:19:53.729 INFO E| Downloaded iana-time-zone v0.1.56
26582024-08-13T21:19:55.096Z[ helios-setup] Aug 13 21:19:53.733 INFO E| Downloaded num-integer v0.1.45
26592024-08-13T21:19:55.098Z[ helios-setup] Aug 13 21:19:53.735 INFO E| Downloaded cargo-lock v8.0.3
26602024-08-13T21:19:55.102Z[ helios-setup] Aug 13 21:19:53.740 INFO E| Downloaded futures-macro v0.3.28
26612024-08-13T21:19:55.105Z[ helios-setup] Aug 13 21:19:53.741 INFO E| Downloaded concolor-override v1.0.0
26622024-08-13T21:19:55.108Z[ helios-setup] Aug 13 21:19:53.742 INFO E| Downloaded home v0.5.4
26632024-08-13T21:19:55.108Z[ helios-setup] Aug 13 21:19:53.744 INFO E| Downloaded futures-executor v0.3.28
26642024-08-13T21:19:55.110Z[ helios-setup] Aug 13 21:19:53.746 INFO E| Downloaded tempfile v3.5.0
26652024-08-13T21:19:55.113Z[ helios-setup] Aug 13 21:19:53.749 INFO E| Downloaded smallvec v1.10.0
26662024-08-13T21:19:55.115Z[ helios-setup] Aug 13 21:19:53.753 INFO E| Downloaded schemars_derive v0.8.12
26672024-08-13T21:19:55.118Z[ helios-setup] Aug 13 21:19:53.755 INFO E| Downloaded form_urlencoded v1.1.0
26682024-08-13T21:19:55.121Z[ helios-setup] Aug 13 21:19:53.756 INFO E| Downloaded dyn-clone v1.0.11
26692024-08-13T21:19:55.123Z[ helios-setup] Aug 13 21:19:53.759 INFO E| Downloaded crossbeam-deque v0.8.2
26702024-08-13T21:19:55.125Z[ helios-setup] Aug 13 21:19:53.761 INFO E| Downloaded lazy_static v1.4.0
26712024-08-13T21:19:55.128Z[ helios-setup] Aug 13 21:19:53.763 INFO E| Downloaded httpdate v1.0.2
26722024-08-13T21:19:55.128Z[ helios-setup] Aug 13 21:19:53.765 INFO E| Downloaded byteorder v1.4.3
26732024-08-13T21:19:55.131Z[ helios-setup] Aug 13 21:19:53.767 INFO E| Downloaded base64 v0.21.0
26742024-08-13T21:19:55.144Z[ helios-setup] Aug 13 21:19:53.773 INFO E| Downloaded autocfg v1.1.0
26752024-08-13T21:19:55.144Z[ helios-setup] Aug 13 21:19:53.775 INFO E| Downloaded async-trait v0.1.68
26762024-08-13T21:19:55.147Z[ helios-setup] Aug 13 21:19:53.780 INFO E| Downloaded anstyle v0.3.5
26772024-08-13T21:19:55.147Z[ helios-setup] Aug 13 21:19:53.783 INFO E| Downloaded thiserror v1.0.38
26782024-08-13T21:19:55.152Z[ helios-setup] Aug 13 21:19:53.789 INFO E| Downloaded strsim v0.10.0
26792024-08-13T21:19:55.154Z[ helios-setup] Aug 13 21:19:53.791 INFO E| Downloaded smawk v0.3.1
26802024-08-13T21:19:55.157Z[ helios-setup] Aug 13 21:19:53.793 INFO E| Downloaded slog-bunyan v2.4.0
26812024-08-13T21:19:55.159Z[ helios-setup] Aug 13 21:19:53.795 INFO E| Downloaded slab v0.4.7
26822024-08-13T21:19:55.161Z[ helios-setup] Aug 13 21:19:53.797 INFO E| Downloaded sha1 v0.10.5
26832024-08-13T21:19:55.164Z[ helios-setup] Aug 13 21:19:53.799 INFO E| Downloaded rustls-pemfile v1.0.2
26842024-08-13T21:19:55.166Z[ helios-setup] Aug 13 21:19:53.802 INFO E| Downloaded either v1.8.0
26852024-08-13T21:19:55.171Z[ helios-setup] Aug 13 21:19:53.804 INFO E| Downloaded slog-async v2.7.0
26862024-08-13T21:19:55.171Z[ helios-setup] Aug 13 21:19:53.806 INFO E| Downloaded itoa v1.0.6
26872024-08-13T21:19:55.174Z[ helios-setup] Aug 13 21:19:53.808 INFO E| Downloaded futures-task v0.3.28
26882024-08-13T21:19:55.174Z[ helios-setup] Aug 13 21:19:53.810 INFO E| Downloaded futures-io v0.3.28
26892024-08-13T21:19:55.174Z[ helios-setup] Aug 13 21:19:53.811 INFO E| Downloaded digest v0.10.6
26902024-08-13T21:19:55.176Z[ helios-setup] Aug 13 21:19:53.814 INFO E| Downloaded concolor-query v0.3.3
26912024-08-13T21:19:55.179Z[ helios-setup] Aug 13 21:19:53.815 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26922024-08-13T21:19:55.181Z[ helios-setup] Aug 13 21:19:53.818 INFO E| Downloaded semver-parser v0.10.2
26932024-08-13T21:19:55.184Z[ helios-setup] Aug 13 21:19:53.821 INFO E| Downloaded fastrand v1.9.0
26942024-08-13T21:19:55.186Z[ helios-setup] Aug 13 21:19:53.823 INFO E| Downloaded futures-core v0.3.28
26952024-08-13T21:19:55.188Z[ helios-setup] Aug 13 21:19:53.825 INFO E| Downloaded project-root v0.2.2
26962024-08-13T21:19:55.191Z[ helios-setup] Aug 13 21:19:53.826 INFO E| Downloaded pkg-config v0.3.26
26972024-08-13T21:19:55.193Z[ helios-setup] Aug 13 21:19:53.828 INFO E| Downloaded http-body v0.4.5
26982024-08-13T21:19:55.196Z[ helios-setup] Aug 13 21:19:53.831 INFO E| Downloaded const-random-macro v0.1.15
26992024-08-13T21:19:55.196Z[ helios-setup] Aug 13 21:19:53.832 INFO E| Downloaded anstream v0.2.6
27002024-08-13T21:19:55.198Z[ helios-setup] Aug 13 21:19:53.835 INFO E| Downloaded try-lock v0.2.4
27012024-08-13T21:19:55.200Z[ helios-setup] Aug 13 21:19:53.836 INFO E| Downloaded memoffset v0.7.1
27022024-08-13T21:19:55.203Z[ helios-setup] Aug 13 21:19:53.838 INFO E| Downloaded built v0.6.0
27032024-08-13T21:19:55.205Z[ helios-setup] Aug 13 21:19:53.840 INFO E| Downloaded anstyle-parse v0.1.1
27042024-08-13T21:19:55.364Z[ host-package] Compiling hyper-staticfile v0.9.5
27052024-08-13T21:19:55.592Z[ helios-setup] Aug 13 21:19:54.229 INFO E| Compiling proc-macro2 v1.0.86
27062024-08-13T21:19:55.592Z[ helios-setup] Aug 13 21:19:54.229 INFO E| Compiling libc v0.2.139
27072024-08-13T21:19:55.614Z[ helios-setup] Aug 13 21:19:54.229 INFO E| Compiling unicode-ident v1.0.8
27082024-08-13T21:19:55.614Z[ helios-setup] Aug 13 21:19:54.229 INFO E| Compiling autocfg v1.1.0
27092024-08-13T21:19:55.614Z[ helios-setup] Aug 13 21:19:54.229 INFO E| Compiling cfg-if v1.0.0
27102024-08-13T21:19:55.614Z[ helios-setup] Aug 13 21:19:54.230 INFO E| Compiling version_check v0.9.4
27112024-08-13T21:19:55.614Z[ helios-setup] Aug 13 21:19:54.230 INFO E| Compiling serde v1.0.204
27122024-08-13T21:19:55.914Z[ helios-setup] Aug 13 21:19:54.551 INFO E| Compiling syn v1.0.107
27132024-08-13T21:19:56.208Z[ helios-setup] Aug 13 21:19:54.844 INFO E| Compiling memchr v2.5.0
27142024-08-13T21:19:56.810Z[ helios-setup] Aug 13 21:19:55.446 INFO E| Compiling once_cell v1.17.0
27152024-08-13T21:19:56.959Z[ helios-setup] Aug 13 21:19:55.596 INFO E| Compiling log v0.4.17
27162024-08-13T21:19:57.353Z[ helios-setup] Aug 13 21:19:55.989 INFO E| Compiling thiserror v1.0.38
27172024-08-13T21:19:57.654Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27182024-08-13T21:19:57.968Z[ helios-setup] Aug 13 21:19:56.604 INFO E| Compiling itoa v1.0.6
27192024-08-13T21:19:58.056Z[ helios-setup] Aug 13 21:19:56.692 INFO E| Compiling serde_json v1.0.95
27202024-08-13T21:19:59.166Z[ helios-setup] Aug 13 21:19:57.802 INFO E| Compiling indexmap v1.9.3
27212024-08-13T21:19:59.265Z[ helios-setup] Aug 13 21:19:57.902 INFO E| Compiling quote v1.0.36
27222024-08-13T21:19:59.628Z[ helios-setup] Aug 13 21:19:58.265 INFO E| Compiling pin-project-lite v0.2.9
27232024-08-13T21:19:59.954Z[ helios-setup] Aug 13 21:19:58.590 INFO E| Compiling scopeguard v1.1.0
27242024-08-13T21:19:59.956Z[ host-package] Compiling csv v1.3.0
27252024-08-13T21:20:00.186Z[ helios-setup] Aug 13 21:19:58.822 INFO E| Compiling syn v2.0.72
27262024-08-13T21:20:00.591Z[ helios-setup] Aug 13 21:19:59.228 INFO E| Compiling jobserver v0.1.26
27272024-08-13T21:20:00.591Z[ helios-setup] Aug 13 21:19:59.228 INFO E| Compiling getrandom v0.2.8
27282024-08-13T21:20:01.056Z[ helios-setup] Aug 13 21:19:59.692 INFO E| Compiling num-integer v0.1.45
27292024-08-13T21:20:01.228Z[ helios-setup] Aug 13 21:19:59.864 INFO E| Compiling cc v1.0.78
27302024-08-13T21:20:01.713Z[ helios-setup] Aug 13 21:20:00.348 INFO E| Compiling futures-core v0.3.28
27312024-08-13T21:20:01.781Z[ helios-setup] Aug 13 21:20:00.416 INFO E| Compiling bytes v1.4.0
27322024-08-13T21:20:02.144Z[ helios-setup] Aug 13 21:20:00.781 INFO E| Compiling ryu v1.0.13
27332024-08-13T21:20:03.419Z[ helios-setup] Aug 13 21:20:02.055 INFO E| Compiling lock_api v0.4.9
27342024-08-13T21:20:03.457Z[ helios-setup] Aug 13 21:20:02.093 INFO E| Compiling parking_lot_core v0.9.6
27352024-08-13T21:20:03.917Z[ host-package] Compiling compact_str v0.8.0
27362024-08-13T21:20:03.919Z[ helios-setup] Aug 13 21:20:02.555 INFO E| Compiling typenum v1.16.0
27372024-08-13T21:20:04.102Z[ helios-setup] Aug 13 21:20:02.738 INFO E| Compiling bitflags v1.3.2
27382024-08-13T21:20:04.520Z[ helios-setup] Aug 13 21:20:03.155 INFO E| Compiling num_cpus v1.15.0
27392024-08-13T21:20:04.854Z[ helios-setup] Aug 13 21:20:03.490 INFO E| Compiling generic-array v0.14.6
27402024-08-13T21:20:05.015Z[ helios-setup] Aug 13 21:20:03.651 INFO E| Compiling slab v0.4.7
27412024-08-13T21:20:05.018Z[ helios-setup] Aug 13 21:20:03.651 INFO E| Compiling futures-channel v0.3.28
27422024-08-13T21:20:05.152Z[ helios-setup] Aug 13 21:20:03.788 INFO E| Compiling futures-sink v0.3.28
27432024-08-13T21:20:05.546Z[ helios-setup] Aug 13 21:20:04.182 INFO E| Compiling futures-task v0.3.28
27442024-08-13T21:20:06.004Z[ helios-setup] Aug 13 21:20:04.640 INFO E| Compiling tokio v1.27.0
27452024-08-13T21:20:06.075Z[ helios-setup] Aug 13 21:20:04.711 INFO E| Compiling schemars v0.8.12
27462024-08-13T21:20:06.102Z[ helios-setup] Aug 13 21:20:04.737 INFO E| Compiling futures-util v0.3.28
27472024-08-13T21:20:06.690Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27482024-08-13T21:20:07.139Z[ helios-setup] Aug 13 21:20:05.774 INFO E| Compiling signal-hook-registry v1.4.0
27492024-08-13T21:20:07.210Z[ helios-setup] Aug 13 21:20:05.845 INFO E| Compiling mio v0.8.5
27502024-08-13T21:20:07.239Z[ host-package] Compiling zone_cfg_derive v0.1.2
27512024-08-13T21:20:07.300Z[ helios-setup] Aug 13 21:20:05.936 INFO E| Compiling socket2 v0.4.9
27522024-08-13T21:20:08.077Z[ helios-setup] Aug 13 21:20:06.712 INFO E| Compiling ahash v0.7.6
27532024-08-13T21:20:08.080Z[ helios-setup] Aug 13 21:20:06.713 INFO E| Compiling num-traits v0.2.15
27542024-08-13T21:20:09.015Z[ helios-setup] Aug 13 21:20:07.651 INFO E| Compiling futures-io v0.3.28
27552024-08-13T21:20:09.015Z[ helios-setup] Aug 13 21:20:07.651 INFO E| Compiling pin-utils v0.1.0
27562024-08-13T21:20:09.056Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27572024-08-13T21:20:09.474Z[ helios-setup] Aug 13 21:20:08.109 INFO E| Compiling crunchy v0.2.2
27582024-08-13T21:20:09.767Z[ helios-setup] Aug 13 21:20:08.403 INFO E| Compiling io-lifetimes v1.0.10
27592024-08-13T21:20:10.405Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27602024-08-13T21:20:10.752Z[ helios-setup] Aug 13 21:20:09.387 INFO E| Compiling ahash v0.8.3
27612024-08-13T21:20:11.402Z[ helios-setup] Aug 13 21:20:10.037 INFO E| Compiling serde_derive_internals v0.26.0
27622024-08-13T21:20:11.514Z[ helios-setup] Aug 13 21:20:10.149 INFO E| Compiling hashbrown v0.12.3
27632024-08-13T21:20:11.707Z[ helios-setup] Aug 13 21:20:10.342 INFO E| Compiling rustix v0.37.3
27642024-08-13T21:20:11.769Z[ host-package] Compiling nix v0.27.1
27652024-08-13T21:20:11.843Z[ helios-setup] Aug 13 21:20:10.478 INFO E| Compiling tiny-keccak v2.0.2
27662024-08-13T21:20:12.071Z[ helios-setup] Aug 13 21:20:10.706 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27672024-08-13T21:20:12.844Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27682024-08-13T21:20:13.017Z[ helios-setup] Aug 13 21:20:11.652 INFO E| Compiling crypto-common v0.1.6
27692024-08-13T21:20:13.341Z[ helios-setup] Aug 13 21:20:11.972 INFO E| Compiling block-buffer v0.10.3
27702024-08-13T21:20:14.128Z[ helios-setup] Aug 13 21:20:12.762 INFO E| Compiling errno v0.3.1
27712024-08-13T21:20:14.179Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27722024-08-13T21:20:14.793Z[ helios-setup] Aug 13 21:20:13.427 INFO E| Compiling pkg-config v0.3.26
27732024-08-13T21:20:14.903Z[ helios-setup] Aug 13 21:20:13.537 INFO E| Compiling fnv v1.0.7
27742024-08-13T21:20:15.045Z[ helios-setup] Aug 13 21:20:13.678 INFO E| Compiling slog v2.7.0
27752024-08-13T21:20:15.241Z[ helios-setup] Aug 13 21:20:13.876 INFO E| Compiling crossbeam-utils v0.8.14
27762024-08-13T21:20:15.699Z[ helios-setup] Aug 13 21:20:14.334 INFO E| Compiling http v0.2.9
27772024-08-13T21:20:16.943Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27782024-08-13T21:20:18.037Z[ helios-setup] Aug 13 21:20:16.671 INFO E| Compiling digest v0.10.6
27792024-08-13T21:20:18.424Z[ helios-setup] Aug 13 21:20:17.058 INFO E| Compiling aho-corasick v0.7.20
27802024-08-13T21:20:18.991Z[ helios-setup] Aug 13 21:20:17.625 INFO E| Compiling httparse v1.8.0
27812024-08-13T21:20:19.916Z[ helios-setup] Aug 13 21:20:18.550 INFO E| Compiling percent-encoding v2.2.0
27822024-08-13T21:20:20.134Z[ helios-setup] Aug 13 21:20:18.768 INFO E| Compiling regex-syntax v0.6.29
27832024-08-13T21:20:21.186Z[ helios-setup] Aug 13 21:20:19.820 INFO E| Compiling anyhow v1.0.68
27842024-08-13T21:20:21.372Z[ helios-setup] Aug 13 21:20:19.856 INFO E| Compiling heck v0.4.1
27852024-08-13T21:20:21.375Z[ helios-setup] Aug 13 21:20:19.923 INFO E| Compiling thiserror-impl v1.0.38
27862024-08-13T21:20:21.769Z[ helios-setup] Aug 13 21:20:20.403 INFO E| Compiling schemars_derive v0.8.12
27872024-08-13T21:20:22.000Z[ helios-setup] Aug 13 21:20:20.634 INFO E| Compiling tinyvec_macros v0.1.1
27882024-08-13T21:20:22.411Z[ helios-setup] Aug 13 21:20:21.045 INFO E| Compiling unicode-width v0.1.10
27892024-08-13T21:20:22.643Z[ helios-setup] Aug 13 21:20:21.274 INFO E| Compiling cpufeatures v0.2.5
27902024-08-13T21:20:22.748Z[ helios-setup] Aug 13 21:20:21.381 INFO E| Compiling tinyvec v1.6.0
27912024-08-13T21:20:23.177Z[ helios-setup] Aug 13 21:20:21.811 INFO E| Compiling serde_derive v1.0.204
27922024-08-13T21:20:24.106Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27932024-08-13T21:20:24.146Z[ helios-setup] Aug 13 21:20:22.779 INFO E| Compiling futures-macro v0.3.28
27942024-08-13T21:20:24.880Z[ helios-setup] Aug 13 21:20:23.513 INFO E| Compiling tokio-macros v2.0.0
27952024-08-13T21:20:24.957Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27962024-08-13T21:20:25.944Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27972024-08-13T21:20:26.174Z[ helios-setup] Aug 13 21:20:24.802 INFO E| Compiling const-random-macro v0.1.15
27982024-08-13T21:20:26.213Z[ helios-setup] Aug 13 21:20:24.846 INFO E| Compiling form_urlencoded v1.1.0
27992024-08-13T21:20:26.971Z[ host-package] Compiling unicode-truncate v1.0.0
28002024-08-13T21:20:27.080Z[ host-package] Compiling lru v0.12.3
28012024-08-13T21:20:27.733Z[ helios-setup] Aug 13 21:20:26.366 INFO E| Compiling regex v1.7.3
28022024-08-13T21:20:27.760Z[ host-package] Compiling serde-big-array v0.5.1
28032024-08-13T21:20:27.950Z[ host-package] Compiling instability v0.3.2
28042024-08-13T21:20:27.979Z[ helios-setup] Aug 13 21:20:26.612 INFO E| Compiling hashbrown v0.13.2
28052024-08-13T21:20:27.982Z[ helios-setup] Aug 13 21:20:26.613 INFO E| Compiling chrono v0.4.24
28062024-08-13T21:20:28.272Z[ host-package] Compiling cassowary v0.3.0
28072024-08-13T21:20:28.322Z[ helios-setup] Aug 13 21:20:26.954 INFO E| Compiling libz-sys v1.1.8
28082024-08-13T21:20:30.452Z[ host-package] Compiling base64 v0.13.1
28092024-08-13T21:20:31.722Z[ helios-setup] Aug 13 21:20:30.355 INFO E| Compiling uuid v1.3.0
28102024-08-13T21:20:31.957Z[ host-package] Compiling ron v0.7.1
28112024-08-13T21:20:32.313Z[ helios-setup] Aug 13 21:20:30.946 INFO E| Compiling dyn-clone v1.0.11
28122024-08-13T21:20:32.711Z[ helios-setup] Aug 13 21:20:31.343 INFO E| Compiling regress v0.5.0
28132024-08-13T21:20:32.985Z[ helios-setup] Aug 13 21:20:31.617 INFO E| Compiling const-random v0.1.15
28142024-08-13T21:20:32.987Z[ helios-setup] Aug 13 21:20:31.619 INFO E| Compiling unicode-normalization v0.1.22
28152024-08-13T21:20:35.158Z[ helios-setup] Aug 13 21:20:33.791 INFO E| Compiling getopts v0.2.21
28162024-08-13T21:20:35.595Z[ host-package] Compiling ratatui v0.28.0
28172024-08-13T21:20:35.919Z[ helios-setup] Aug 13 21:20:34.552 INFO E| Compiling tracing-core v0.1.30
28182024-08-13T21:20:36.373Z[ helios-setup] Aug 13 21:20:35.005 INFO E| Compiling memoffset v0.7.1
28192024-08-13T21:20:36.560Z[ helios-setup] Aug 13 21:20:35.193 INFO E| Compiling unicode-bidi v0.3.13
28202024-08-13T21:20:39.246Z[ helios-setup] Aug 13 21:20:37.878 INFO E| Compiling time-core v0.1.2
28212024-08-13T21:20:39.584Z[ helios-setup] Aug 13 21:20:38.216 INFO E| Compiling ucd-trie v0.1.5
28222024-08-13T21:20:39.678Z[ helios-setup] Aug 13 21:20:38.310 INFO E| Compiling powerfmt v0.2.0
28232024-08-13T21:20:40.801Z[ helios-setup] Aug 13 21:20:39.406 INFO E| Compiling num-conv v0.1.0
28242024-08-13T21:20:41.097Z[ helios-setup] Aug 13 21:20:39.729 INFO E| Compiling deranged v0.3.11
28252024-08-13T21:20:41.701Z[ helios-setup] Aug 13 21:20:40.332 INFO E| Compiling time-macros v0.2.18
28262024-08-13T21:20:41.851Z[ helios-setup] Aug 13 21:20:40.483 INFO E| Compiling pest v2.5.7
28272024-08-13T21:20:41.990Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28282024-08-13T21:20:42.926Z[ helios-setup] Aug 13 21:20:41.558 INFO E| Compiling idna v0.3.0
28292024-08-13T21:20:46.101Z[ helios-setup] Aug 13 21:20:44.732 INFO E| Compiling tracing v0.1.37
28302024-08-13T21:20:46.160Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28312024-08-13T21:20:47.748Z[ helios-setup] Aug 13 21:20:46.373 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28322024-08-13T21:20:47.847Z[ helios-setup] Aug 13 21:20:46.478 INFO E| Compiling time v0.1.45
28332024-08-13T21:20:48.873Z[ helios-setup] Aug 13 21:20:47.504 INFO E| Compiling crossbeam-epoch v0.9.13
28342024-08-13T21:20:49.316Z[ helios-setup] Aug 13 21:20:47.947 INFO E| Compiling num_threads v0.1.6
28352024-08-13T21:20:49.552Z[ helios-setup] Aug 13 21:20:48.183 INFO E| Compiling semver v1.0.17
28362024-08-13T21:20:50.300Z[ helios-setup] Aug 13 21:20:48.931 INFO E| Compiling iana-time-zone v0.1.56
28372024-08-13T21:20:51.641Z[ helios-setup] Aug 13 21:20:50.271 INFO E| Compiling toml v0.5.11
28382024-08-13T21:20:51.817Z[ helios-setup] Aug 13 21:20:50.447 INFO E| Compiling smallvec v1.10.0
28392024-08-13T21:20:51.894Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28402024-08-13T21:20:52.678Z[ helios-setup] Aug 13 21:20:51.309 INFO E| Compiling serde_tokenstream v0.2.0
28412024-08-13T21:20:53.942Z[ helios-setup] Aug 13 21:20:52.572 INFO E| Compiling parking_lot v0.12.1
28422024-08-13T21:20:54.696Z[ helios-setup] Aug 13 21:20:53.327 INFO E| Compiling time v0.3.36
28432024-08-13T21:20:56.117Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28442024-08-13T21:20:57.775Z[ host-package] Compiling zone v0.1.8
28452024-08-13T21:21:01.552Z[ helios-setup] Aug 13 21:21:00.182 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28462024-08-13T21:21:03.537Z[ helios-setup] Aug 13 21:21:02.167 INFO E| Compiling semver-parser v0.10.2
28472024-08-13T21:21:04.461Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28482024-08-13T21:21:05.207Z[ helios-setup] Aug 13 21:21:03.836 INFO E| Compiling url v2.3.1
28492024-08-13T21:21:08.259Z[ helios-setup] Aug 13 21:21:06.888 INFO E| Compiling crossbeam-channel v0.5.6
28502024-08-13T21:21:08.881Z[ helios-setup] Aug 13 21:21:07.510 INFO E| Compiling dirs-sys-next v0.1.2
28512024-08-13T21:21:09.530Z[ helios-setup] Aug 13 21:21:08.159 INFO E| Compiling try-lock v0.2.4
28522024-08-13T21:21:09.864Z[ helios-setup] Aug 13 21:21:08.492 INFO E| Compiling crc32fast v1.3.2
28532024-08-13T21:21:09.999Z[ helios-setup] Aug 13 21:21:08.628 INFO E| Compiling same-file v1.0.6
28542024-08-13T21:21:10.935Z[ helios-setup] Aug 13 21:21:09.564 INFO E| Compiling walkdir v2.3.3
28552024-08-13T21:21:11.003Z[ helios-setup] Aug 13 21:21:09.632 INFO E| Compiling want v0.3.0
28562024-08-13T21:21:11.774Z[ helios-setup] Aug 13 21:21:10.403 INFO E| Compiling dirs-next v2.0.0
28572024-08-13T21:21:12.134Z[ helios-setup] Aug 13 21:21:10.763 INFO E| Compiling tokio-util v0.7.7
28582024-08-13T21:21:12.145Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28592024-08-13T21:21:12.604Z[ helios-setup] Aug 13 21:21:11.233 INFO E| Compiling semver v0.11.0
28602024-08-13T21:21:15.459Z[ helios-setup] Aug 13 21:21:14.087 INFO E| Compiling h2 v0.3.16
28612024-08-13T21:21:15.953Z[ helios-setup] Aug 13 21:21:14.581 INFO E| Compiling proc-macro-crate v1.2.1
28622024-08-13T21:21:17.636Z[ helios-setup] Aug 13 21:21:16.264 INFO E| Compiling futures-executor v0.3.28
28632024-08-13T21:21:19.367Z[ helios-setup] Aug 13 21:21:17.995 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28642024-08-13T21:21:20.086Z[ helios-setup] Aug 13 21:21:18.713 INFO E| Compiling http-body v0.4.5
28652024-08-13T21:21:20.466Z[ helios-setup] Aug 13 21:21:19.094 INFO E| Compiling ring v0.16.20
28662024-08-13T21:21:21.045Z[ helios-setup] Aug 13 21:21:19.672 INFO E| Compiling rand_core v0.6.4
28672024-08-13T21:21:22.190Z[ helios-setup] Aug 13 21:21:20.817 INFO E| Compiling thread_local v1.1.7
28682024-08-13T21:21:22.690Z[ helios-setup] Aug 13 21:21:21.316 INFO E| Compiling home v0.5.4
28692024-08-13T21:21:23.299Z[ helios-setup] Aug 13 21:21:21.926 INFO E| Compiling tower-service v0.3.2
28702024-08-13T21:21:23.419Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28712024-08-13T21:21:23.572Z[ helios-setup] Aug 13 21:21:22.198 INFO E| Compiling adler v1.0.2
28722024-08-13T21:21:23.804Z[ helios-setup] Aug 13 21:21:22.431 INFO E| Compiling base64 v0.21.0
28732024-08-13T21:21:24.104Z[ helios-setup] Aug 13 21:21:22.731 INFO E| Compiling ppv-lite86 v0.2.17
28742024-08-13T21:21:25.957Z[ helios-setup] Aug 13 21:21:24.584 INFO E| Compiling fastrand v1.9.0
28752024-08-13T21:21:26.146Z[ helios-setup] Aug 13 21:21:24.773 INFO E| Compiling httpdate v1.0.2
28762024-08-13T21:21:26.900Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28772024-08-13T21:21:27.243Z[ helios-setup] Aug 13 21:21:25.870 INFO E| Compiling lazy_static v1.4.0
28782024-08-13T21:21:27.578Z[ helios-setup] Aug 13 21:21:26.203 INFO E| Compiling utf8parse v0.2.1
28792024-08-13T21:21:27.794Z[ helios-setup] Aug 13 21:21:26.418 INFO E| Compiling rayon-core v1.10.2
28802024-08-13T21:21:27.949Z[ helios-setup] Aug 13 21:21:26.575 INFO E| Compiling toolchain_find v0.2.0
28812024-08-13T21:21:28.024Z[ helios-setup] Aug 13 21:21:26.650 INFO E| Compiling anstyle-parse v0.1.1
28822024-08-13T21:21:28.914Z[ helios-setup] Aug 13 21:21:27.537 INFO E| Compiling tempfile v3.5.0
28832024-08-13T21:21:29.004Z[ helios-setup] Aug 13 21:21:27.630 INFO E| Compiling hyper v0.14.25
28842024-08-13T21:21:30.277Z[ helios-setup] Aug 13 21:21:28.904 INFO E| Compiling rand_chacha v0.3.1
28852024-08-13T21:21:32.055Z[ helios-setup] Aug 13 21:21:30.681 INFO E| Compiling miniz_oxide v0.6.2
28862024-08-13T21:21:38.344Z[ helios-setup] Aug 13 21:21:36.970 INFO E| Compiling futures v0.3.28
28872024-08-13T21:21:39.011Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28882024-08-13T21:21:40.236Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28892024-08-13T21:21:42.410Z[ host-package] Compiling signal-hook-tokio v0.3.1
28902024-08-13T21:21:42.983Z[ host-package] Compiling portpicker v0.1.1
28912024-08-13T21:21:43.993Z[ host-package] Compiling smawk v0.3.2
28922024-08-13T21:21:44.122Z[ helios-setup] Aug 13 21:21:42.747 INFO E| Compiling num_enum_derive v0.5.7
28932024-08-13T21:21:44.960Z[ host-package] Compiling unicode-linebreak v0.1.5
28942024-08-13T21:21:46.105Z[ host-package] Compiling textwrap v0.16.1
28952024-08-13T21:21:47.971Z[ helios-setup] Aug 13 21:21:46.595 INFO E| Compiling cargo-lock v8.0.3
28962024-08-13T21:21:49.062Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28972024-08-13T21:21:49.552Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28982024-08-13T21:21:50.537Z[ helios-setup] Aug 13 21:21:49.161 INFO E| Compiling crossbeam-deque v0.8.2
28992024-08-13T21:21:51.598Z[ helios-setup] Aug 13 21:21:50.221 INFO E| Compiling term v0.7.0
29002024-08-13T21:21:52.188Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29012024-08-13T21:21:52.982Z[ helios-setup] Aug 13 21:21:51.606 INFO E| Compiling serde_urlencoded v0.7.1
29022024-08-13T21:21:54.196Z[ helios-setup] Aug 13 21:21:52.819 INFO E| Compiling sha1 v0.10.5
29032024-08-13T21:21:54.761Z[ helios-setup] Aug 13 21:21:53.385 INFO E| Compiling sha2 v0.10.6
29042024-08-13T21:21:54.949Z[ helios-setup] Aug 13 21:21:53.573 INFO E| Compiling is-terminal v0.4.7
29052024-08-13T21:21:55.189Z[ helios-setup] Aug 13 21:21:53.812 INFO E| Compiling atty v0.2.14
29062024-08-13T21:21:55.804Z[ helios-setup] Aug 13 21:21:54.427 INFO E| Compiling anstyle v0.3.5
29072024-08-13T21:21:56.475Z[ helios-setup] Aug 13 21:21:55.098 INFO E| Compiling concolor-query v0.3.3
29082024-08-13T21:21:57.332Z[ helios-setup] Aug 13 21:21:55.955 INFO E| Compiling concolor-override v1.0.0
29092024-08-13T21:21:59.009Z[ helios-setup] Aug 13 21:21:57.632 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29102024-08-13T21:21:59.219Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29112024-08-13T21:22:00.432Z[ helios-setup] Aug 13 21:21:59.055 INFO E| Compiling anstream v0.2.6
29122024-08-13T21:22:02.290Z[ helios-setup] Aug 13 21:22:00.913 INFO E| Compiling slog-term v2.9.0
29132024-08-13T21:22:02.360Z[ helios-setup] Aug 13 21:22:00.983 INFO E| Compiling flate2 v1.0.25
29142024-08-13T21:22:02.716Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29152024-08-13T21:22:04.726Z[ helios-setup] Aug 13 21:22:03.348 INFO E| Compiling num_enum v0.5.7
29162024-08-13T21:22:05.119Z[ helios-setup] Aug 13 21:22:03.742 INFO E| Compiling rand v0.8.5
29172024-08-13T21:22:05.566Z[ helios-setup] Aug 13 21:22:04.189 INFO E| Compiling rustfmt-wrapper v0.2.0
29182024-08-13T21:22:07.043Z[ helios-setup] Aug 13 21:22:05.665 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29192024-08-13T21:22:07.261Z[ helios-setup] Aug 13 21:22:05.883 INFO E| Compiling openapiv3 v1.0.2
29202024-08-13T21:22:07.896Z[ host-package] Compiling rcgen v0.12.1
29212024-08-13T21:22:09.340Z[ helios-setup] Aug 13 21:22:07.962 INFO E| Compiling encoding_rs v0.8.32
29222024-08-13T21:22:09.372Z[ helios-setup] Aug 13 21:22:07.995 INFO E| Compiling unsafe-libyaml v0.2.8
29232024-08-13T21:22:09.497Z[ helios-setup] Aug 13 21:22:08.120 INFO E| Compiling utf-8 v0.7.6
29242024-08-13T21:22:10.291Z[ helios-setup] Aug 13 21:22:08.912 INFO E| Compiling mime v0.3.17
29252024-08-13T21:22:12.586Z[ helios-setup] Aug 13 21:22:11.208 INFO E| Compiling base64 v0.13.1
29262024-08-13T21:22:13.382Z[ helios-setup] Aug 13 21:22:12.003 INFO E| Compiling byteorder v1.4.3
29272024-08-13T21:22:14.226Z[ helios-setup] Aug 13 21:22:12.847 INFO E| Compiling strsim v0.10.0
29282024-08-13T21:22:14.854Z[ helios-setup] Aug 13 21:22:13.475 INFO E| Compiling project-root v0.2.2
29292024-08-13T21:22:15.125Z[ helios-setup] Aug 13 21:22:13.747 INFO E| Compiling untrusted v0.7.1
29302024-08-13T21:22:15.354Z[ helios-setup] Aug 13 21:22:13.976 INFO E| Compiling clap_lex v0.4.1
29312024-08-13T21:22:15.449Z[ helios-setup] Aug 13 21:22:14.071 INFO E| Compiling spin v0.5.2
29322024-08-13T21:22:15.807Z[ helios-setup] Aug 13 21:22:14.428 INFO E| Compiling ipnet v2.7.2
29332024-08-13T21:22:16.006Z[ helios-setup] Aug 13 21:22:14.627 INFO E| Compiling either v1.8.0
29342024-08-13T21:22:16.813Z[ helios-setup] Aug 13 21:22:15.435 INFO E| Compiling rayon v1.6.1
29352024-08-13T21:22:16.958Z[ helios-setup] Aug 13 21:22:15.580 INFO E| Compiling reqwest v0.11.16
29362024-08-13T21:22:17.536Z[ helios-setup] Aug 13 21:22:16.157 INFO E| Compiling clap_builder v4.2.1
29372024-08-13T21:22:18.531Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29382024-08-13T21:22:20.669Z[ helios-setup] Aug 13 21:22:19.290 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29392024-08-13T21:22:21.469Z[ helios-setup] Aug 13 21:22:20.090 INFO E| Compiling tungstenite v0.18.0
29402024-08-13T21:22:27.526Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29412024-08-13T21:22:27.906Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29422024-08-13T21:22:28.545Z[ helios-setup] Aug 13 21:22:27.165 INFO E| Compiling serde_yaml v0.9.21
29432024-08-13T21:22:28.783Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29442024-08-13T21:22:28.960Z[ host-package] Compiling atomicwrites v0.4.3
29452024-08-13T21:22:30.297Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29462024-08-13T21:22:30.351Z[ helios-setup] Aug 13 21:22:28.971 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29472024-08-13T21:22:32.156Z[ helios-setup] Aug 13 21:22:30.775 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29482024-08-13T21:22:34.254Z[ helios-setup] Aug 13 21:22:32.874 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29492024-08-13T21:22:34.343Z[ helios-setup] Aug 13 21:22:32.963 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29502024-08-13T21:22:35.755Z[ helios-setup] Aug 13 21:22:34.374 INFO E| Compiling clap_derive v4.2.0
29512024-08-13T21:22:36.391Z[ helios-setup] Aug 13 21:22:35.011 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29522024-08-13T21:22:38.610Z[ helios-setup] Aug 13 21:22:37.229 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29532024-08-13T21:22:40.255Z[ host-package] Compiling fatfs v0.3.6
29542024-08-13T21:22:41.741Z[ host-package] Compiling subprocess v0.2.9
29552024-08-13T21:22:45.292Z[ helios-setup] Aug 13 21:22:43.910 INFO E| Compiling clap v4.2.1
29562024-08-13T21:22:45.360Z[ host-package] Compiling rtoolbox v0.0.2
29572024-08-13T21:22:46.441Z[ host-package] Compiling is_ci v1.2.0
29582024-08-13T21:22:46.995Z[ host-package] Compiling assert_matches v1.5.0
29592024-08-13T21:22:47.304Z[ host-package] Compiling supports-color v3.0.0
29602024-08-13T21:22:47.878Z[ host-package] Compiling rpassword v7.3.1
29612024-08-13T21:22:48.402Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29622024-08-13T21:22:49.097Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29632024-08-13T21:22:50.205Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29642024-08-13T21:22:50.332Z[ host-package] Compiling tui-tree-widget v0.22.0
29652024-08-13T21:22:52.001Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29662024-08-13T21:22:55.051Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29672024-08-13T21:23:01.993Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29682024-08-13T21:23:02.919Z[ host-package] Compiling uzers v0.11.3
29692024-08-13T21:23:03.205Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29702024-08-13T21:23:03.616Z[ helios-setup] Aug 13 21:23:02.232 INFO E| Compiling tokio-tungstenite v0.18.0
29712024-08-13T21:23:04.985Z[ helios-setup] Aug 13 21:23:03.591 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29722024-08-13T21:23:07.677Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29732024-08-13T21:23:08.278Z[ helios-setup] Aug 13 21:23:06.893 INFO E| Compiling smartstring v1.0.1
29742024-08-13T21:23:09.097Z[ helios-setup] Aug 13 21:23:07.712 INFO E| Compiling rustls v0.21.0
29752024-08-13T21:23:10.357Z[ helios-setup] Aug 13 21:23:08.971 INFO E| Compiling toml_datetime v0.6.1
29762024-08-13T21:23:10.638Z[ helios-setup] Aug 13 21:23:09.253 INFO E| Compiling serde_spanned v0.6.1
29772024-08-13T21:23:11.199Z[ helios-setup] Aug 13 21:23:09.814 INFO E| Compiling winnow v0.4.1
29782024-08-13T21:23:11.456Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29792024-08-13T21:23:11.512Z[ helios-setup] Aug 13 21:23:10.126 INFO E| Compiling slog-async v2.7.0
29802024-08-13T21:23:12.018Z[ helios-setup] Aug 13 21:23:10.633 INFO E| Compiling static_assertions v1.1.0
29812024-08-13T21:23:12.245Z[ helios-setup] Aug 13 21:23:10.859 INFO E| Compiling match_cfg v0.1.0
29822024-08-13T21:23:12.573Z[ helios-setup] Aug 13 21:23:11.188 INFO E| Compiling async-trait v0.1.68
29832024-08-13T21:23:12.867Z[ helios-setup] Aug 13 21:23:11.482 INFO E| Compiling camino v1.1.4
29842024-08-13T21:23:13.788Z[ helios-setup] Aug 13 21:23:12.403 INFO E| Compiling paste v1.0.12
29852024-08-13T21:23:14.551Z[ helios-setup] Aug 13 21:23:13.166 INFO E| Compiling hostname v0.3.1
29862024-08-13T21:23:15.201Z[ helios-setup] Aug 13 21:23:13.816 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29872024-08-13T21:23:16.748Z[ helios-setup] Aug 13 21:23:15.362 INFO E| Compiling slog-json v2.6.1
29882024-08-13T21:23:18.083Z[ helios-setup] Aug 13 21:23:16.697 INFO E| Compiling unicode-linebreak v0.1.4
29892024-08-13T21:23:19.182Z[ helios-setup] Aug 13 21:23:17.796 INFO E| Compiling toml_edit v0.19.8
29902024-08-13T21:23:21.140Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29912024-08-13T21:23:23.136Z[ helios-setup] Aug 13 21:23:21.750 INFO E| Compiling async-stream-impl v0.3.5
29922024-08-13T21:23:26.670Z[ helios-setup] Aug 13 21:23:23.341 INFO E| Compiling rhai_codegen v1.5.0
29932024-08-13T21:23:26.684Z[ helios-setup] Aug 13 21:23:24.819 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29942024-08-13T21:23:27.162Z[ helios-setup] Aug 13 21:23:25.775 INFO E| Compiling take_mut v0.2.2
29952024-08-13T21:23:29.875Z[ helios-setup] Aug 13 21:23:28.488 INFO E| Compiling rhai v1.14.0
29962024-08-13T21:23:31.325Z[ helios-setup] Aug 13 21:23:29.938 INFO E| Compiling async-stream v0.3.5
29972024-08-13T21:23:32.125Z[ helios-setup] Aug 13 21:23:30.737 INFO E| Compiling toml v0.7.3
29982024-08-13T21:23:33.396Z[ helios-setup] Aug 13 21:23:32.009 INFO E| Compiling slog-bunyan v2.4.0
29992024-08-13T21:23:39.053Z[ host-package] Compiling multimap v0.10.0
30002024-08-13T21:23:39.232Z[ helios-setup] Aug 13 21:23:37.844 INFO E| Compiling rustls-pemfile v1.0.2
30012024-08-13T21:23:39.303Z[ helios-setup] Aug 13 21:23:37.915 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30022024-08-13T21:23:40.542Z[ helios-setup] Aug 13 21:23:39.153 INFO E| Compiling bincode v1.3.3
30032024-08-13T21:23:42.390Z[ helios-setup] Aug 13 21:23:41.001 INFO E| Compiling serde_path_to_error v0.1.11
30042024-08-13T21:23:42.989Z[ helios-setup] Aug 13 21:23:41.600 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30052024-08-13T21:23:43.618Z[ helios-setup] Aug 13 21:23:42.229 INFO E| Compiling terminal_size v0.2.6
30062024-08-13T21:23:44.138Z[ helios-setup] Aug 13 21:23:42.749 INFO E| Compiling smawk v0.3.1
30072024-08-13T21:23:44.738Z[ helios-setup] Aug 13 21:23:43.348 INFO E| Compiling textwrap v0.16.0
30082024-08-13T21:23:50.763Z[ helios-setup] Aug 13 21:23:49.374 INFO E| Compiling rustls-webpki v0.100.1
30092024-08-13T21:23:52.327Z[ helios-setup] Aug 13 21:23:50.938 INFO E| Compiling sct v0.7.0
30102024-08-13T21:24:02.330Z[ helios-setup] Aug 13 21:24:00.940 INFO E| Compiling git2 v0.16.1
30112024-08-13T21:24:02.628Z[ helios-setup] Aug 13 21:24:01.238 INFO E| Compiling tokio-rustls v0.24.0
30122024-08-13T21:24:14.045Z[ helios-setup] Aug 13 21:24:12.654 INFO E| Compiling built v0.6.0
30132024-08-13T21:24:15.686Z[ helios-setup] Aug 13 21:24:14.294 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30142024-08-13T21:24:17.454Z[ helios-setup] Aug 13 21:24:16.063 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30152024-08-13T21:24:18.527Z[ helios-setup] Aug 13 21:24:17.135 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30162024-08-13T21:24:45.273Z[ helios-setup] Aug 13 21:24:43.877 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30172024-08-13T21:24:47.509Z[ helios-setup] Aug 13 21:24:46.113 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30182024-08-13T21:25:31.319Z[ helios-setup] Aug 13 21:25:29.919 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30192024-08-13T21:25:37.129Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30202024-08-13T21:26:35.796Z[ helios-setup] Aug 13 21:26:34.389 INFO E| Finished `release` profile [optimized] target(s) in 6m 45s
30212024-08-13T21:26:35.943Z[ helios-setup] Aug 13 21:26:34.536 INFO building project "pilot" ok (406 seconds)
30222024-08-13T21:26:35.950Z[ helios-setup] Aug 13 21:26:34.536 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30232024-08-13T21:26:35.951Z[ helios-setup] Aug 13 21:26:34.536 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30242024-08-13T21:26:36.657Z[ helios-setup] Aug 13 21:26:35.249 INFO E| Compiling adler v1.0.2
30252024-08-13T21:26:36.859Z[ helios-setup] Aug 13 21:26:35.451 INFO E| Compiling miniz_oxide v0.7.2
30262024-08-13T21:26:37.280Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30272024-08-13T21:26:39.495Z[ helios-setup] Aug 13 21:26:38.087 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30282024-08-13T21:26:40.845Z[ helios-setup] Aug 13 21:26:39.427 INFO E| Finished `release` profile [optimized] target(s) in 4.80s
30292024-08-13T21:26:40.862Z[ helios-setup] Aug 13 21:26:39.435 INFO building project "pinprick" ok (4 seconds)
30302024-08-13T21:26:40.862Z[ helios-setup] rm -f helios-build
30312024-08-13T21:26:40.862Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30322024-08-13T21:26:40.909Z[ helios-setup]
30332024-08-13T21:26:40.909Z[ helios-setup] Setup complete! ./helios-build is now available.
30342024-08-13T21:26:40.909Z[ helios-setup]
30352024-08-13T21:26:40.909Z[ helios-setup]
30362024-08-13T21:26:40.909Z[ helios-setup] real 11:58.723755358
30372024-08-13T21:26:40.909Z[ helios-setup] user 28:38.580539951
30382024-08-13T21:26:40.909Z[ helios-setup] sys 3:31.421878055
30392024-08-13T21:26:40.909Z[ helios-setup] trap 1.544739407
30402024-08-13T21:26:40.909Z[ helios-setup] tflt 6.205129987
30412024-08-13T21:26:40.909Z[ helios-setup] dflt 33.873051845
30422024-08-13T21:26:40.909Z[ helios-setup] kflt 0.055240063
30432024-08-13T21:26:40.909Z[ helios-setup] lock 2:01:54.319845205
30442024-08-13T21:26:40.909Z[ helios-setup] slp 3:41:23.325095936
30452024-08-13T21:26:40.909Z[ helios-setup] lat 32:38.646654432
30462024-08-13T21:26:40.909Z[ helios-setup] stop 4:39.933185161
30472024-08-13T21:26:40.909ZAug 13 21:26:39.448 INFO [helios-setup] process exited with exit status: 0 (718.729295576s)
30482024-08-13T21:26:40.909ZAug 13 21:26:39.449 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
30492024-08-13T21:26:40.922Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
30502024-08-13T21:26:41.175Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
30512024-08-13T21:26:41.175Z[ phbl-toolchain] info: downloading component 'cargo'
30522024-08-13T21:26:42.875Z[ phbl-toolchain] info: downloading component 'clippy'
30532024-08-13T21:26:43.247Z[ phbl-toolchain] info: downloading component 'llvm-tools'
30542024-08-13T21:26:48.187Z[ phbl-toolchain] info: downloading component 'miri'
30552024-08-13T21:26:49.017Z[ phbl-toolchain] info: downloading component 'rust-docs'
30562024-08-13T21:26:50.300Z[ phbl-toolchain] info: downloading component 'rust-src'
30572024-08-13T21:26:50.581Z[ phbl-toolchain] info: downloading component 'rust-std'
30582024-08-13T21:26:52.615Z[ phbl-toolchain] info: downloading component 'rustc'
30592024-08-13T21:26:57.538Z[ phbl-toolchain] info: downloading component 'rustfmt'
30602024-08-13T21:26:58.121Z[ phbl-toolchain] info: installing component 'cargo'
30612024-08-13T21:26:59.481Z[ phbl-toolchain] info: installing component 'clippy'
30622024-08-13T21:26:59.965Z[ phbl-toolchain] info: installing component 'llvm-tools'
30632024-08-13T21:27:05.594Z[ phbl-toolchain] info: installing component 'miri'
30642024-08-13T21:27:05.986Z[ phbl-toolchain] info: installing component 'rust-docs'
30652024-08-13T21:27:12.528Z[ phbl-toolchain] info: installing component 'rust-src'
30662024-08-13T21:27:13.301Z[ phbl-toolchain] info: installing component 'rust-std'
30672024-08-13T21:27:15.709Z[ phbl-toolchain] info: installing component 'rustc'
30682024-08-13T21:27:21.924Z[ phbl-toolchain] info: installing component 'rustfmt'
30692024-08-13T21:27:22.715Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
30702024-08-13T21:27:22.720ZAug 13 21:27:21.305 INFO [phbl-toolchain] process exited with exit status: 0 (41.856112658s)
30712024-08-13T21:33:35.398Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 08s
30722024-08-13T21:34:27.620ZAug 13 21:34:26.160 INFO [host-package] process exited with exit status: 0 (1140.780715353s)
30732024-08-13T21:34:27.620ZAug 13 21:34:26.161 INFO [host-stamp] running task
30742024-08-13T21:34:27.624ZAug 13 21:34:26.161 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
30752024-08-13T21:34:27.624ZAug 13 21:34:26.161 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+gita19d8b06345
30762024-08-13T21:34:27.630ZAug 13 21:34:26.171 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+gita19d8b06345
30772024-08-13T21:34:27.634ZAug 13 21:34:26.176 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+gita19d8b06345
30782024-08-13T21:34:27.640Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
30792024-08-13T21:34:27.643Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30802024-08-13T21:34:27.644ZAug 13 21:34:26.182 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+gita19d8b06345
30812024-08-13T21:34:27.646Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
30822024-08-13T21:34:27.646ZAug 13 21:34:26.187 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+gita19d8b06345
30832024-08-13T21:34:27.651Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
30842024-08-13T21:34:27.654ZAug 13 21:34:26.194 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+gita19d8b06345
30852024-08-13T21:34:27.658Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30862024-08-13T21:34:27.661ZAug 13 21:34:26.203 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+gita19d8b06345
30872024-08-13T21:34:27.681Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
30882024-08-13T21:34:27.681Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
30892024-08-13T21:34:27.684Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
30902024-08-13T21:34:27.684ZAug 13 21:34:26.223 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+gita19d8b06345
30912024-08-13T21:34:27.701Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
30922024-08-13T21:34:27.705Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
30932024-08-13T21:34:27.706ZAug 13 21:34:26.240 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (46.218554ms)
30942024-08-13T21:34:27.706ZAug 13 21:34:26.244 INFO [stamp-oxlog] process exited with exit status: 0 (41.011136ms)
30952024-08-13T21:34:27.709Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
30962024-08-13T21:34:27.709Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
30972024-08-13T21:34:27.712ZAug 13 21:34:26.253 INFO [stamp-overlay] process exited with exit status: 0 (30.369142ms)
30982024-08-13T21:34:27.754Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
30992024-08-13T21:34:27.758ZAug 13 21:34:26.300 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (117.613751ms)
31002024-08-13T21:34:27.845Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31012024-08-13T21:34:27.848ZAug 13 21:34:26.390 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (228.546106ms)
31022024-08-13T21:34:27.958Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31032024-08-13T21:34:27.962ZAug 13 21:34:26.503 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (332.021053ms)
31042024-08-13T21:34:28.890Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31052024-08-13T21:34:28.897Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31062024-08-13T21:34:28.897ZAug 13 21:34:27.435 INFO [stamp-propolis-server] process exited with exit status: 0 (1.258815035s)
31072024-08-13T21:34:31.120Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31082024-08-13T21:34:37.876Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31092024-08-13T21:34:37.882ZAug 13 21:34:36.420 INFO [stamp-switch-asic] process exited with exit status: 0 (10.232856947s)
31102024-08-13T21:34:37.885ZAug 13 21:34:36.420 INFO [host-stamp] task succeeded (10.259641777s)
31112024-08-13T21:34:37.885ZAug 13 21:34:36.420 INFO [host-proto] running task
31122024-08-13T21:34:38.271ZAug 13 21:34:36.811 INFO [host-proto] task succeeded (390.478919ms)
31132024-08-13T21:34:38.271ZAug 13 21:34:36.811 INFO [host-profile] running task
31142024-08-13T21:34:38.274ZAug 13 21:34:36.811 INFO [host-profile] task succeeded (287.164µs)
31152024-08-13T21:34:38.274ZAug 13 21:34:36.811 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/.tmpR7Wfvw/proto/host/root -N 'ci a19d8b0/${os_short_commit} 2024-08-13 21:14' -s host -B
31162024-08-13T21:34:38.288Z[ host-image] Aug 13 21:34:36.828 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31172024-08-13T21:34:38.292Z[ host-image] Aug 13 21:34:36.828 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31182024-08-13T21:34:38.304Z[ host-image] Aug 13 21:34:36.844 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpR7Wfvw/proto/host/root"
31192024-08-13T21:34:38.307Z[ host-image] Aug 13 21:34:36.844 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31202024-08-13T21:34:38.307Z[ host-image] Aug 13 21:34:36.844 INFO image builder template: ramdisk-01-os...
31212024-08-13T21:34:38.307Z[ host-image] Aug 13 21:34:36.844 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/.tmpR7Wfvw/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
31222024-08-13T21:34:38.324Z[ host-image] Aug 13 21:34:36.864 INFO O| Aug 13 21:34:36.864 INFO CREATE DATASET: rpool/images/build/host/output
31232024-08-13T21:34:38.459Z[ host-image] Aug 13 21:34:37.000 INFO O| Aug 13 21:34:36.999 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31242024-08-13T21:34:38.464Z[ host-image] Aug 13 21:34:37.005 INFO O| Aug 13 21:34:37.005 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31252024-08-13T21:34:38.730Z[ host-image] Aug 13 21:34:37.271 INFO O| Aug 13 21:34:37.270 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31262024-08-13T21:34:38.779Z[ host-image] Aug 13 21:34:37.319 INFO O| Aug 13 21:34:37.319 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31272024-08-13T21:34:38.779Z[ host-image] Aug 13 21:34:37.319 INFO O| Aug 13 21:34:37.319 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31282024-08-13T21:34:38.782Z[ host-image] Aug 13 21:34:37.319 INFO O| Aug 13 21:34:37.319 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31292024-08-13T21:34:38.782Z[ host-image] Aug 13 21:34:37.319 INFO O| Aug 13 21:34:37.319 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31302024-08-13T21:34:38.789Z[ host-image] Aug 13 21:34:37.328 INFO O| Aug 13 21:34:37.328 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31312024-08-13T21:34:39.110Z[ host-image] Aug 13 21:34:37.650 INFO O| Aug 13 21:34:37.650 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31322024-08-13T21:34:39.127Z[ host-image] Aug 13 21:34:37.667 INFO O| Aug 13 21:34:37.667 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31332024-08-13T21:34:39.693Z[ host-image] Aug 13 21:34:38.233 INFO O| Aug 13 21:34:38.232 INFO O| Caching catalogs ... Done
31342024-08-13T21:34:39.819Z[ host-image] Aug 13 21:34:38.352 INFO O| Aug 13 21:34:38.352 INFO STEP 0 (pkg_image_create) COMPLETE
31352024-08-13T21:34:39.819Z[ host-image] Aug 13 21:34:38.353 INFO O| Aug 13 21:34:38.352 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31362024-08-13T21:34:39.819Z[ host-image] Aug 13 21:34:38.353 INFO O| Aug 13 21:34:38.352 INFO skip step because feature "repo_redist" is not enabled
31372024-08-13T21:34:39.819Z[ host-image] Aug 13 21:34:38.353 INFO O| Aug 13 21:34:38.352 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31382024-08-13T21:34:39.832Z[ host-image] Aug 13 21:34:38.371 INFO O| Aug 13 21:34:38.371 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"]
31392024-08-13T21:34:40.424Z[ host-image] Aug 13 21:34:38.963 INFO O| Aug 13 21:34:38.963 INFO STEP 2 (pkg_set_publisher) COMPLETE
31402024-08-13T21:34:40.424Z[ host-image] Aug 13 21:34:38.963 INFO O| Aug 13 21:34:38.963 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31412024-08-13T21:34:40.440Z[ host-image] Aug 13 21:34:38.980 INFO O| Aug 13 21:34:38.980 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"]
31422024-08-13T21:34:40.978Z[ host-image] Aug 13 21:34:39.517 INFO O| Aug 13 21:34:39.517 INFO STEP 3 (pkg_set_publisher) COMPLETE
31432024-08-13T21:34:40.978Z[ host-image] Aug 13 21:34:39.518 INFO O| Aug 13 21:34:39.517 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31442024-08-13T21:34:40.983Z[ host-image] Aug 13 21:34:39.518 INFO O| Aug 13 21:34:39.517 INFO skip step because feature "repo_redist" is not enabled
31452024-08-13T21:34:40.983Z[ host-image] Aug 13 21:34:39.518 INFO O| Aug 13 21:34:39.517 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31462024-08-13T21:34:41.528Z[ host-image] Aug 13 21:34:40.068 INFO O| Aug 13 21:34:40.067 INFO variant opensolaris.zone is already global
31472024-08-13T21:34:41.528Z[ host-image] Aug 13 21:34:40.068 INFO O| Aug 13 21:34:40.068 INFO STEP 5 (pkg_change_variant) COMPLETE
31482024-08-13T21:34:41.528Z[ host-image] Aug 13 21:34:40.068 INFO O| Aug 13 21:34:40.068 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31492024-08-13T21:34:42.073Z[ host-image] Aug 13 21:34:40.612 INFO O| Aug 13 21:34:40.612 INFO variant opensolaris.imagetype is full; changing to partial
31502024-08-13T21:34:42.073Z[ host-image] Aug 13 21:34:40.612 INFO O| Aug 13 21:34:40.612 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31512024-08-13T21:34:49.038Z[ host-image] Aug 13 21:34:47.352 INFO O| Aug 13 21:34:47.351 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31522024-08-13T21:34:49.456Z[recovery-package] Finished `release` profile [optimized] target(s) in 21.59s
31532024-08-13T21:34:51.018Z[ host-image] Aug 13 21:34:49.556 INFO O| Aug 13 21:34:49.556 INFO O| Startup: Caching catalogs ... Done
31542024-08-13T21:34:51.071Z[ host-image] Aug 13 21:34:49.605 INFO O| Aug 13 21:34:49.605 INFO O| Planning: Planning completed in 0.00 seconds
31552024-08-13T21:34:51.076Z[ host-image] Aug 13 21:34:49.605 INFO O| Aug 13 21:34:49.605 INFO O| Planning: Consolidating action changes ... Done
31562024-08-13T21:34:51.077Z[ host-image] Aug 13 21:34:49.605 INFO O| Aug 13 21:34:49.605 INFO O| Planning: Evaluating mediators ... Done
31572024-08-13T21:34:51.077Z[ host-image] Aug 13 21:34:49.606 INFO O| Aug 13 21:34:49.606 INFO O| Planning: Planning completed in 0.00 seconds
31582024-08-13T21:34:51.077Z[ host-image] Aug 13 21:34:49.606 INFO O| Aug 13 21:34:49.606 INFO O| Variants/Facets to change: 1
31592024-08-13T21:34:51.085Z[ host-image] Aug 13 21:34:49.621 INFO O| Aug 13 21:34:49.621 INFO O| Done
31602024-08-13T21:34:51.092Z[ host-image] Aug 13 21:34:49.621 INFO O| Aug 13 21:34:49.621 INFO O| Done
31612024-08-13T21:34:51.365Z[ host-image] Aug 13 21:34:49.904 INFO O| Aug 13 21:34:49.904 INFO O| Done
31622024-08-13T21:34:51.396Z[ host-image] Aug 13 21:34:49.934 INFO O| Aug 13 21:34:49.934 INFO O| Done
31632024-08-13T21:34:51.399Z[ host-image] Aug 13 21:34:49.935 INFO O| Aug 13 21:34:49.935 INFO O| Done
31642024-08-13T21:34:51.400Z[ host-image] Aug 13 21:34:49.935 INFO O| Aug 13 21:34:49.935 INFO O| Done
31652024-08-13T21:34:51.400Z[ host-image] Aug 13 21:34:49.937 INFO O| Aug 13 21:34:49.937 INFO O| Done
31662024-08-13T21:34:51.528ZAug 13 21:34:50.067 INFO [recovery-package] process exited with exit status: 0 (23.90579295s)
31672024-08-13T21:34:51.528ZAug 13 21:34:50.067 INFO [recovery-stamp] running task
31682024-08-13T21:34:51.531ZAug 13 21:34:50.067 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
31692024-08-13T21:34:51.536ZAug 13 21:34:50.074 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+gita19d8b06345
31702024-08-13T21:34:51.547ZAug 13 21:34:50.079 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gita19d8b06345
31712024-08-13T21:34:51.550Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
31722024-08-13T21:34:51.557Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
31732024-08-13T21:34:51.647Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
31742024-08-13T21:34:51.651ZAug 13 21:34:50.190 INFO [stamp-installinator] process exited with exit status: 0 (110.867761ms)
31752024-08-13T21:34:51.691Z[ host-image] Aug 13 21:34:50.230 INFO O| Aug 13 21:34:50.230 INFO STEP 6 (pkg_change_variant) COMPLETE
31762024-08-13T21:34:51.691Z[ host-image] Aug 13 21:34:50.230 INFO O| Aug 13 21:34:50.230 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31772024-08-13T21:34:51.691Z[ host-image] Aug 13 21:34:50.230 INFO O| Aug 13 21:34:50.230 INFO skip step because feature "debug_variant" is not enabled
31782024-08-13T21:34:51.694Z[ host-image] Aug 13 21:34:50.230 INFO O| Aug 13 21:34:50.230 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31792024-08-13T21:34:51.706Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
31802024-08-13T21:34:51.709ZAug 13 21:34:50.248 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (173.741925ms)
31812024-08-13T21:34:51.711ZAug 13 21:34:50.248 INFO [recovery-stamp] task succeeded (181.176734ms)
31822024-08-13T21:34:51.711ZAug 13 21:34:50.248 INFO [recovery-proto] running task
31832024-08-13T21:34:51.711ZAug 13 21:34:50.248 INFO [tuf-stamp] running task
31842024-08-13T21:34:51.711ZAug 13 21:34:50.249 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+gita19d8b06345
31852024-08-13T21:34:51.721ZAug 13 21:34:50.260 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+gita19d8b06345
31862024-08-13T21:34:51.728ZAug 13 21:34:50.267 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+gita19d8b06345
31872024-08-13T21:34:51.733Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
31882024-08-13T21:34:51.736ZAug 13 21:34:50.273 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+gita19d8b06345
31892024-08-13T21:34:51.739Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
31902024-08-13T21:34:51.752ZAug 13 21:34:50.280 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+gita19d8b06345
31912024-08-13T21:34:51.755Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
31922024-08-13T21:34:51.755ZAug 13 21:34:50.290 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+gita19d8b06345
31932024-08-13T21:34:51.775Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
31942024-08-13T21:34:51.778Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
31952024-08-13T21:34:51.778ZAug 13 21:34:50.315 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+gita19d8b06345
31962024-08-13T21:34:51.791Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
31972024-08-13T21:34:51.794ZAug 13 21:34:50.331 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+gita19d8b06345
31982024-08-13T21:34:51.824Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
31992024-08-13T21:34:51.826ZAug 13 21:34:50.363 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+gita19d8b06345
32002024-08-13T21:34:51.870Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32012024-08-13T21:34:51.883ZAug 13 21:34:50.422 INFO [recovery-proto] task succeeded (173.534153ms)
32022024-08-13T21:34:51.886ZAug 13 21:34:50.422 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/.tmpR7Wfvw/proto/recovery/root -N 'recovery a19d8b0/${os_short_commit} 2024-08-13 21:14' -s recovery -R
32032024-08-13T21:34:51.968Z[ recovery-image] Aug 13 21:34:50.505 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32042024-08-13T21:34:51.968Z[ recovery-image] Aug 13 21:34:50.505 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32052024-08-13T21:34:51.990ZAug 13 21:34:50.529 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+gita19d8b06345
32062024-08-13T21:34:52.082Z[ recovery-image] Aug 13 21:34:50.556 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpR7Wfvw/proto/recovery/root"
32072024-08-13T21:34:52.085Z[ recovery-image] Aug 13 21:34:50.556 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32082024-08-13T21:34:52.085Z[ recovery-image] Aug 13 21:34:50.556 INFO image builder template: ramdisk-01-os...
32092024-08-13T21:34:52.085Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32102024-08-13T21:34:52.085Z[ recovery-image] Aug 13 21:34:50.556 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/.tmpR7Wfvw/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
32112024-08-13T21:34:52.090ZAug 13 21:34:50.628 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+gita19d8b06345
32122024-08-13T21:34:52.093Z[ recovery-image] Aug 13 21:34:50.629 INFO O| Aug 13 21:34:50.622 INFO CREATE DATASET: rpool/images/build/recovery/output
32132024-08-13T21:34:52.096Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32142024-08-13T21:34:52.109Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32152024-08-13T21:34:52.304Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32162024-08-13T21:34:52.395ZAug 13 21:34:50.934 INFO [stamp-probe] process exited with exit status: 0 (405.046175ms)
32172024-08-13T21:34:52.455Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32182024-08-13T21:34:52.488Z[ host-image] Aug 13 21:34:51.026 INFO O| Aug 13 21:34:51.026 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32192024-08-13T21:34:52.491Z[ recovery-image] Aug 13 21:34:51.029 INFO O| Aug 13 21:34:51.029 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32202024-08-13T21:34:52.496Z[ recovery-image] Aug 13 21:34:51.035 INFO O| Aug 13 21:34:51.035 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32212024-08-13T21:34:52.514ZAug 13 21:34:51.053 INFO [stamp-ntp] process exited with exit status: 0 (722.176011ms)
32222024-08-13T21:34:52.904Z[ recovery-image] Aug 13 21:34:51.443 INFO O| Aug 13 21:34:51.443 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32232024-08-13T21:34:53.027Z[ recovery-image] Aug 13 21:34:51.566 INFO O| Aug 13 21:34:51.566 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32242024-08-13T21:34:53.027Z[ recovery-image] Aug 13 21:34:51.566 INFO O| Aug 13 21:34:51.566 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32252024-08-13T21:34:53.030Z[ recovery-image] Aug 13 21:34:51.566 INFO O| Aug 13 21:34:51.566 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32262024-08-13T21:34:53.030Z[ recovery-image] Aug 13 21:34:51.566 INFO O| Aug 13 21:34:51.566 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32272024-08-13T21:34:53.047Z[ recovery-image] Aug 13 21:34:51.586 INFO O| Aug 13 21:34:51.586 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32282024-08-13T21:34:53.104Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32292024-08-13T21:34:53.108ZAug 13 21:34:51.647 INFO [stamp-internal-dns] process exited with exit status: 0 (1.380189722s)
32302024-08-13T21:34:53.182Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32312024-08-13T21:34:53.188ZAug 13 21:34:51.726 INFO [stamp-external-dns] process exited with exit status: 0 (1.466915868s)
32322024-08-13T21:34:53.219Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
32332024-08-13T21:34:53.256Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32342024-08-13T21:34:53.310Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32352024-08-13T21:34:53.314ZAug 13 21:34:51.852 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.571411564s)
32362024-08-13T21:34:53.417Z[ recovery-image] Aug 13 21:34:51.955 INFO O| Aug 13 21:34:51.955 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32372024-08-13T21:34:53.431Z[ recovery-image] Aug 13 21:34:51.969 INFO O| Aug 13 21:34:51.969 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32382024-08-13T21:34:53.631Z[ host-image] Aug 13 21:34:52.169 INFO O| Aug 13 21:34:52.169 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32392024-08-13T21:34:53.633Z[ host-image] Aug 13 21:34:52.171 INFO O| Aug 13 21:34:52.171 INFO O| Planning: Planning completed in 0.00 seconds
32402024-08-13T21:34:53.633Z[ host-image] Aug 13 21:34:52.171 INFO O| Aug 13 21:34:52.171 INFO O| Planning: Consolidating action changes ... Done
32412024-08-13T21:34:53.633Z[ host-image] Aug 13 21:34:52.172 INFO O| Aug 13 21:34:52.172 INFO O| Planning: Evaluating mediators ... Done
32422024-08-13T21:34:53.636Z[ host-image] Aug 13 21:34:52.172 INFO O| Aug 13 21:34:52.172 INFO O| Planning: Planning completed in 0.00 seconds
32432024-08-13T21:34:53.636Z[ host-image] Aug 13 21:34:52.172 INFO O| Aug 13 21:34:52.172 INFO O| Variants/Facets to change: 1
32442024-08-13T21:34:53.654Z[ host-image] Aug 13 21:34:52.193 INFO O| Aug 13 21:34:52.193 INFO O| Done
32452024-08-13T21:34:53.654Z[ host-image] Aug 13 21:34:52.193 INFO O| Aug 13 21:34:52.193 INFO O| Done
32462024-08-13T21:34:53.700Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
32472024-08-13T21:34:53.728ZAug 13 21:34:52.267 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.951354609s)
32482024-08-13T21:34:53.918Z[ recovery-image] Aug 13 21:34:52.456 INFO O| Aug 13 21:34:52.456 INFO O| Caching catalogs ... Done
32492024-08-13T21:34:54.025Z[ recovery-image] Aug 13 21:34:52.563 INFO O| Aug 13 21:34:52.562 INFO STEP 0 (pkg_image_create) COMPLETE
32502024-08-13T21:34:54.025Z[ recovery-image] Aug 13 21:34:52.564 INFO O| Aug 13 21:34:52.562 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32512024-08-13T21:34:54.026Z[ recovery-image] Aug 13 21:34:52.564 INFO O| Aug 13 21:34:52.562 INFO skip step because feature "repo_redist" is not enabled
32522024-08-13T21:34:54.028Z[ recovery-image] Aug 13 21:34:52.564 INFO O| Aug 13 21:34:52.562 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32532024-08-13T21:34:54.030Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
32542024-08-13T21:34:54.033ZAug 13 21:34:52.571 INFO [stamp-oximeter] process exited with exit status: 0 (2.208010907s)
32552024-08-13T21:34:54.038Z[ recovery-image] Aug 13 21:34:52.577 INFO O| Aug 13 21:34:52.577 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"]
32562024-08-13T21:34:54.046Z[ host-image] Aug 13 21:34:52.585 INFO O| Aug 13 21:34:52.585 INFO O| Done
32572024-08-13T21:34:54.089Z[ host-image] Aug 13 21:34:52.628 INFO O| Aug 13 21:34:52.628 INFO O| Done
32582024-08-13T21:34:54.092Z[ host-image] Aug 13 21:34:52.628 INFO O| Aug 13 21:34:52.628 INFO O| Done
32592024-08-13T21:34:54.092Z[ host-image] Aug 13 21:34:52.628 INFO O| Aug 13 21:34:52.628 INFO O| Done
32602024-08-13T21:34:54.092Z[ host-image] Aug 13 21:34:52.630 INFO O| Aug 13 21:34:52.630 INFO O| Done
32612024-08-13T21:34:54.148Z[ host-image] Aug 13 21:34:52.686 INFO O| Aug 13 21:34:52.686 INFO STEP 8 (pkg_change_facet) COMPLETE
32622024-08-13T21:34:54.148Z[ host-image] Aug 13 21:34:52.686 INFO O| Aug 13 21:34:52.686 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32632024-08-13T21:34:54.148Z[ host-image] Aug 13 21:34:52.687 INFO O| Aug 13 21:34:52.686 INFO skip step because feature "recovery" is not enabled
32642024-08-13T21:34:54.152Z[ host-image] Aug 13 21:34:52.687 INFO O| Aug 13 21:34:52.686 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32652024-08-13T21:34:54.152Z[ host-image] Aug 13 21:34:52.687 INFO O| Aug 13 21:34:52.686 INFO skip step because feature "recovery" is not enabled
32662024-08-13T21:34:54.152Z[ host-image] Aug 13 21:34:52.687 INFO O| Aug 13 21:34:52.686 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32672024-08-13T21:34:54.163Z[ host-image] Aug 13 21:34:52.701 INFO O| Aug 13 21:34:52.701 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"]
32682024-08-13T21:34:54.514Z[ recovery-image] Aug 13 21:34:53.053 INFO O| Aug 13 21:34:53.053 INFO STEP 2 (pkg_set_publisher) COMPLETE
32692024-08-13T21:34:54.514Z[ recovery-image] Aug 13 21:34:53.053 INFO O| Aug 13 21:34:53.053 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32702024-08-13T21:34:54.530Z[ recovery-image] Aug 13 21:34:53.068 INFO O| Aug 13 21:34:53.068 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"]
32712024-08-13T21:34:54.658Z[ host-image] Aug 13 21:34:53.196 INFO O| Aug 13 21:34:53.196 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32722024-08-13T21:34:55.018Z[ recovery-image] Aug 13 21:34:53.557 INFO O| Aug 13 21:34:53.557 INFO STEP 3 (pkg_set_publisher) COMPLETE
32732024-08-13T21:34:55.019Z[ recovery-image] Aug 13 21:34:53.557 INFO O| Aug 13 21:34:53.557 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32742024-08-13T21:34:55.019Z[ recovery-image] Aug 13 21:34:53.557 INFO O| Aug 13 21:34:53.557 INFO skip step because feature "repo_redist" is not enabled
32752024-08-13T21:34:55.021Z[ recovery-image] Aug 13 21:34:53.557 INFO O| Aug 13 21:34:53.557 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32762024-08-13T21:34:55.423Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
32772024-08-13T21:34:55.427ZAug 13 21:34:53.966 INFO [stamp-nexus] process exited with exit status: 0 (3.675490373s)
32782024-08-13T21:34:55.465Z[ recovery-image] Aug 13 21:34:54.003 INFO O| Aug 13 21:34:54.003 INFO variant opensolaris.zone is already global
32792024-08-13T21:34:55.465Z[ recovery-image] Aug 13 21:34:54.003 INFO O| Aug 13 21:34:54.003 INFO STEP 5 (pkg_change_variant) COMPLETE
32802024-08-13T21:34:55.465Z[ recovery-image] Aug 13 21:34:54.003 INFO O| Aug 13 21:34:54.003 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32812024-08-13T21:34:55.812Z[ recovery-image] Aug 13 21:34:54.351 INFO O| Aug 13 21:34:54.350 INFO variant opensolaris.imagetype is full; changing to partial
32822024-08-13T21:34:55.812Z[ recovery-image] Aug 13 21:34:54.351 INFO O| Aug 13 21:34:54.351 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32832024-08-13T21:34:57.017Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
32842024-08-13T21:34:57.021ZAug 13 21:34:55.559 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.309976443s)
32852024-08-13T21:35:00.219Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
32862024-08-13T21:35:00.222ZAug 13 21:34:58.761 INFO [stamp-clickhouse] process exited with exit status: 0 (8.487458921s)
32872024-08-13T21:35:00.354Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32882024-08-13T21:35:00.476Z[verify-libraries] Compiling heck v0.4.1
32892024-08-13T21:35:00.476Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32902024-08-13T21:35:00.490Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32912024-08-13T21:35:00.493Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32922024-08-13T21:35:00.507Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32932024-08-13T21:35:00.507Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32942024-08-13T21:35:00.523Z[verify-libraries] Compiling indent_write v2.2.0
32952024-08-13T21:35:00.548Z[ recovery-image] Aug 13 21:34:59.085 INFO O| Aug 13 21:34:59.084 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32962024-08-13T21:35:00.565Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
32972024-08-13T21:35:00.605ZAug 13 21:34:59.143 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.521653732s)
32982024-08-13T21:35:00.605ZAug 13 21:34:59.143 INFO [tuf-stamp] task succeeded (8.894467421s)
32992024-08-13T21:35:00.775Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33002024-08-13T21:35:01.012Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33012024-08-13T21:35:01.012Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33022024-08-13T21:35:01.231Z[verify-libraries] Compiling termios v0.3.3
33032024-08-13T21:35:01.685Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33042024-08-13T21:35:01.869Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33052024-08-13T21:35:05.141Z[ recovery-image] Aug 13 21:35:03.678 INFO O| Aug 13 21:35:03.678 INFO O| Startup: Caching catalogs ... Done
33062024-08-13T21:35:05.225Z[ recovery-image] Aug 13 21:35:03.762 INFO O| Aug 13 21:35:03.762 INFO O| Planning: Planning completed in 0.00 seconds
33072024-08-13T21:35:05.228Z[ recovery-image] Aug 13 21:35:03.763 INFO O| Aug 13 21:35:03.763 INFO O| Planning: Consolidating action changes ... Done
33082024-08-13T21:35:05.229Z[ recovery-image] Aug 13 21:35:03.763 INFO O| Aug 13 21:35:03.763 INFO O| Planning: Evaluating mediators ... Done
33092024-08-13T21:35:05.229Z[ recovery-image] Aug 13 21:35:03.763 INFO O| Aug 13 21:35:03.763 INFO O| Planning: Planning completed in 0.00 seconds
33102024-08-13T21:35:05.229Z[ recovery-image] Aug 13 21:35:03.764 INFO O| Aug 13 21:35:03.764 INFO O| Variants/Facets to change: 1
33112024-08-13T21:35:05.289Z[ recovery-image] Aug 13 21:35:03.827 INFO O| Aug 13 21:35:03.826 INFO O| Done
33122024-08-13T21:35:05.289Z[ recovery-image] Aug 13 21:35:03.827 INFO O| Aug 13 21:35:03.827 INFO O| Done
33132024-08-13T21:35:05.939Z[ recovery-image] Aug 13 21:35:04.476 INFO O| Aug 13 21:35:04.476 INFO O| Done
33142024-08-13T21:35:05.997Z[ recovery-image] Aug 13 21:35:04.534 INFO O| Aug 13 21:35:04.534 INFO O| Done
33152024-08-13T21:35:06.000Z[ recovery-image] Aug 13 21:35:04.536 INFO O| Aug 13 21:35:04.536 INFO O| Done
33162024-08-13T21:35:06.000Z[ recovery-image] Aug 13 21:35:04.536 INFO O| Aug 13 21:35:04.536 INFO O| Done
33172024-08-13T21:35:06.002Z[ recovery-image] Aug 13 21:35:04.538 INFO O| Aug 13 21:35:04.538 INFO O| Done
33182024-08-13T21:35:06.516Z[ recovery-image] Aug 13 21:35:05.053 INFO O| Aug 13 21:35:05.052 INFO STEP 6 (pkg_change_variant) COMPLETE
33192024-08-13T21:35:06.516Z[ recovery-image] Aug 13 21:35:05.053 INFO O| Aug 13 21:35:05.053 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33202024-08-13T21:35:06.518Z[ recovery-image] Aug 13 21:35:05.053 INFO O| Aug 13 21:35:05.053 INFO skip step because feature "debug_variant" is not enabled
33212024-08-13T21:35:06.518Z[ recovery-image] Aug 13 21:35:05.053 INFO O| Aug 13 21:35:05.053 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33222024-08-13T21:35:07.225Z[ recovery-image] Aug 13 21:35:05.762 INFO O| Aug 13 21:35:05.762 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33232024-08-13T21:35:08.211Z[ recovery-image] Aug 13 21:35:06.748 INFO O| Aug 13 21:35:06.748 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33242024-08-13T21:35:08.213Z[ recovery-image] Aug 13 21:35:06.750 INFO O| Aug 13 21:35:06.750 INFO O| Planning: Planning completed in 0.00 seconds
33252024-08-13T21:35:08.216Z[ recovery-image] Aug 13 21:35:06.751 INFO O| Aug 13 21:35:06.751 INFO O| Planning: Consolidating action changes ... Done
33262024-08-13T21:35:08.216Z[ recovery-image] Aug 13 21:35:06.751 INFO O| Aug 13 21:35:06.751 INFO O| Planning: Evaluating mediators ... Done
33272024-08-13T21:35:08.216Z[ recovery-image] Aug 13 21:35:06.751 INFO O| Aug 13 21:35:06.751 INFO O| Planning: Planning completed in 0.00 seconds
33282024-08-13T21:35:08.216Z[ recovery-image] Aug 13 21:35:06.752 INFO O| Aug 13 21:35:06.752 INFO O| Variants/Facets to change: 1
33292024-08-13T21:35:08.270Z[ recovery-image] Aug 13 21:35:06.807 INFO O| Aug 13 21:35:06.807 INFO O| Done
33302024-08-13T21:35:08.270Z[ recovery-image] Aug 13 21:35:06.807 INFO O| Aug 13 21:35:06.807 INFO O| Done
33312024-08-13T21:35:08.877Z[ recovery-image] Aug 13 21:35:07.414 INFO O| Aug 13 21:35:07.414 INFO O| Done
33322024-08-13T21:35:08.939Z[ recovery-image] Aug 13 21:35:07.476 INFO O| Aug 13 21:35:07.476 INFO O| Done
33332024-08-13T21:35:08.942Z[ recovery-image] Aug 13 21:35:07.477 INFO O| Aug 13 21:35:07.477 INFO O| Done
33342024-08-13T21:35:08.942Z[ recovery-image] Aug 13 21:35:07.477 INFO O| Aug 13 21:35:07.477 INFO O| Done
33352024-08-13T21:35:08.942Z[ recovery-image] Aug 13 21:35:07.479 INFO O| Aug 13 21:35:07.479 INFO O| Done
33362024-08-13T21:35:09.047Z[ recovery-image] Aug 13 21:35:07.584 INFO O| Aug 13 21:35:07.584 INFO STEP 8 (pkg_change_facet) COMPLETE
33372024-08-13T21:35:09.047Z[ recovery-image] Aug 13 21:35:07.584 INFO O| Aug 13 21:35:07.584 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33382024-08-13T21:35:09.847Z[ recovery-image] Aug 13 21:35:08.384 INFO O| Aug 13 21:35:08.383 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33392024-08-13T21:35:10.744Z[ recovery-image] Aug 13 21:35:09.281 INFO O| Aug 13 21:35:09.281 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33402024-08-13T21:35:10.747Z[ recovery-image] Aug 13 21:35:09.283 INFO O| Aug 13 21:35:09.283 INFO O| Planning: Planning completed in 0.00 seconds
33412024-08-13T21:35:10.747Z[ recovery-image] Aug 13 21:35:09.284 INFO O| Aug 13 21:35:09.284 INFO O| Planning: Consolidating action changes ... Done
33422024-08-13T21:35:10.749Z[ recovery-image] Aug 13 21:35:09.284 INFO O| Aug 13 21:35:09.284 INFO O| Planning: Evaluating mediators ... Done
33432024-08-13T21:35:10.750Z[ recovery-image] Aug 13 21:35:09.284 INFO O| Aug 13 21:35:09.284 INFO O| Planning: Planning completed in 0.00 seconds
33442024-08-13T21:35:10.750Z[ recovery-image] Aug 13 21:35:09.285 INFO O| Aug 13 21:35:09.285 INFO O| Variants/Facets to change: 1
33452024-08-13T21:35:10.822Z[ recovery-image] Aug 13 21:35:09.359 INFO O| Aug 13 21:35:09.358 INFO O| Done
33462024-08-13T21:35:10.827Z[ recovery-image] Aug 13 21:35:09.359 INFO O| Aug 13 21:35:09.358 INFO O| Done
33472024-08-13T21:35:11.333Z[ recovery-image] Aug 13 21:35:09.870 INFO O| Aug 13 21:35:09.870 INFO O| Done
33482024-08-13T21:35:11.406Z[ recovery-image] Aug 13 21:35:09.943 INFO O| Aug 13 21:35:09.943 INFO O| Done
33492024-08-13T21:35:11.409Z[ recovery-image] Aug 13 21:35:09.944 INFO O| Aug 13 21:35:09.944 INFO O| Done
33502024-08-13T21:35:11.409Z[ recovery-image] Aug 13 21:35:09.944 INFO O| Aug 13 21:35:09.944 INFO O| Done
33512024-08-13T21:35:11.409Z[ recovery-image] Aug 13 21:35:09.946 INFO O| Aug 13 21:35:09.946 INFO O| Done
33522024-08-13T21:35:11.505Z[ recovery-image] Aug 13 21:35:10.042 INFO O| Aug 13 21:35:10.042 INFO STEP 9 (pkg_change_facet) COMPLETE
33532024-08-13T21:35:11.506Z[ recovery-image] Aug 13 21:35:10.042 INFO O| Aug 13 21:35:10.042 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33542024-08-13T21:35:12.128Z[ recovery-image] Aug 13 21:35:10.664 INFO O| Aug 13 21:35:10.664 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
33552024-08-13T21:35:13.209Z[ recovery-image] Aug 13 21:35:11.745 INFO O| Aug 13 21:35:11.744 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33562024-08-13T21:35:13.211Z[ recovery-image] Aug 13 21:35:11.747 INFO O| Aug 13 21:35:11.746 INFO O| Planning: Planning completed in 0.00 seconds
33572024-08-13T21:35:13.211Z[ recovery-image] Aug 13 21:35:11.748 INFO O| Aug 13 21:35:11.747 INFO O| Planning: Consolidating action changes ... Done
33582024-08-13T21:35:13.211Z[ recovery-image] Aug 13 21:35:11.748 INFO O| Aug 13 21:35:11.748 INFO O| Planning: Evaluating mediators ... Done
33592024-08-13T21:35:13.214Z[ recovery-image] Aug 13 21:35:11.748 INFO O| Aug 13 21:35:11.748 INFO O| Planning: Planning completed in 0.00 seconds
33602024-08-13T21:35:13.214Z[ recovery-image] Aug 13 21:35:11.749 INFO O| Aug 13 21:35:11.749 INFO O| Variants/Facets to change: 1
33612024-08-13T21:35:13.278Z[ recovery-image] Aug 13 21:35:11.815 INFO O| Aug 13 21:35:11.815 INFO O| Done
33622024-08-13T21:35:13.278Z[ recovery-image] Aug 13 21:35:11.815 INFO O| Aug 13 21:35:11.815 INFO O| Done
33632024-08-13T21:35:13.812Z[ recovery-image] Aug 13 21:35:12.349 INFO O| Aug 13 21:35:12.349 INFO O| Done
33642024-08-13T21:35:13.882Z[ recovery-image] Aug 13 21:35:12.418 INFO O| Aug 13 21:35:12.418 INFO O| Done
33652024-08-13T21:35:13.884Z[ recovery-image] Aug 13 21:35:12.419 INFO O| Aug 13 21:35:12.419 INFO O| Done
33662024-08-13T21:35:13.884Z[ recovery-image] Aug 13 21:35:12.419 INFO O| Aug 13 21:35:12.419 INFO O| Done
33672024-08-13T21:35:13.887Z[ recovery-image] Aug 13 21:35:12.422 INFO O| Aug 13 21:35:12.422 INFO O| Done
33682024-08-13T21:35:13.992Z[ recovery-image] Aug 13 21:35:12.528 INFO O| Aug 13 21:35:12.528 INFO STEP 10 (pkg_change_facet) COMPLETE
33692024-08-13T21:35:13.992Z[ recovery-image] Aug 13 21:35:12.529 INFO O| Aug 13 21:35:12.528 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33702024-08-13T21:35:14.014Z[ recovery-image] Aug 13 21:35:12.550 INFO O| Aug 13 21:35:12.550 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"]
33712024-08-13T21:35:14.942Z[ recovery-image] Aug 13 21:35:13.478 INFO O| Aug 13 21:35:13.478 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33722024-08-13T21:35:20.702Z[ host-image] Aug 13 21:35:19.237 INFO O| Aug 13 21:35:19.237 INFO O| Planning: Solver setup ... Done
33732024-08-13T21:35:27.124Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33742024-08-13T21:35:30.640Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33752024-08-13T21:35:33.145Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33762024-08-13T21:35:43.403Z[ host-image] Aug 13 21:35:41.935 INFO O| Aug 13 21:35:41.935 INFO O| Planning: Running solver ... Done
33772024-08-13T21:35:43.726Z[ host-image] Aug 13 21:35:42.256 INFO O| Aug 13 21:35:42.256 INFO O| Planning: Finding local manifests ... Done
33782024-08-13T21:35:43.740Z[ host-image] Aug 13 21:35:42.272 INFO O| Aug 13 21:35:42.272 INFO O| Planning: Fetching manifests: 0/124 0% complete
33792024-08-13T21:35:46.211Z[ recovery-image] Aug 13 21:35:44.744 INFO O| Aug 13 21:35:44.744 INFO O| Planning: Solver setup ... Done
33802024-08-13T21:35:48.721Z[ host-image] Aug 13 21:35:47.253 INFO O| Aug 13 21:35:47.253 INFO O| Planning: Fetching manifests: 124/124 100% complete
33812024-08-13T21:35:49.908Z[ host-image] Aug 13 21:35:48.439 INFO O| Aug 13 21:35:48.439 INFO O| Planning: Package planning ... Done
33822024-08-13T21:35:51.552Z[ host-image] Aug 13 21:35:50.084 INFO O| Aug 13 21:35:50.084 INFO O| Planning: Merging actions ... Done
33832024-08-13T21:35:51.889Z[ host-image] Aug 13 21:35:50.419 INFO O| Aug 13 21:35:50.419 INFO O| Planning: Checking for conflicting actions ... Done
33842024-08-13T21:35:52.189Z[ host-image] Aug 13 21:35:50.721 INFO O| Aug 13 21:35:50.721 INFO O| Planning: Consolidating action changes ... Done
33852024-08-13T21:35:52.722Z[ host-image] Aug 13 21:35:51.255 INFO O| Aug 13 21:35:51.254 INFO O| Planning: Evaluating mediators ... Done
33862024-08-13T21:35:59.419Z[ host-image] Aug 13 21:35:57.950 INFO O| Aug 13 21:35:57.950 INFO O| Planning: Planning completed in 64.75 seconds
33872024-08-13T21:35:59.426Z[ host-image] Aug 13 21:35:57.957 INFO O| Aug 13 21:35:57.957 INFO O| Packages to install: 124
33882024-08-13T21:35:59.428Z[ host-image] Aug 13 21:35:57.957 INFO O| Aug 13 21:35:57.957 INFO O| Mediators to change: 4
33892024-08-13T21:35:59.428Z[ host-image] Aug 13 21:35:57.957 INFO O| Aug 13 21:35:57.957 INFO O| Services to change: 6
33902024-08-13T21:35:59.624Z[ host-image] Aug 13 21:35:58.155 INFO O| Aug 13 21:35:58.155 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete
33912024-08-13T21:36:03.734Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33922024-08-13T21:36:04.786Z[ host-image] Aug 13 21:36:03.316 INFO O| Aug 13 21:36:03.316 INFO O| Download: 1077/22727 items 6.2/196.4MB 3% complete (1.3M/s)
33932024-08-13T21:36:08.267Z[ recovery-image] Aug 13 21:36:06.794 INFO O| Aug 13 21:36:06.794 INFO O| Planning: Running solver ... Done
33942024-08-13T21:36:08.557Z[ recovery-image] Aug 13 21:36:07.088 INFO O| Aug 13 21:36:07.087 INFO O| Planning: Finding local manifests ... Done
33952024-08-13T21:36:08.616Z[ recovery-image] Aug 13 21:36:07.147 INFO O| Aug 13 21:36:07.146 INFO O| Planning: Fetching manifests: 0/124 0% complete
33962024-08-13T21:36:10.119Z[ host-image] Aug 13 21:36:08.649 INFO O| Aug 13 21:36:08.649 INFO O| Download: 1791/22727 items 13.1/196.4MB 6% complete (1.2M/s)
33972024-08-13T21:36:11.346Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33982024-08-13T21:36:13.224Z[ recovery-image] Aug 13 21:36:11.754 INFO O| Aug 13 21:36:11.753 INFO O| Planning: Fetching manifests: 124/124 100% complete
33992024-08-13T21:36:14.204Z[ recovery-image] Aug 13 21:36:12.733 INFO O| Aug 13 21:36:12.733 INFO O| Planning: Package planning ... Done
34002024-08-13T21:36:15.058Z[ recovery-image] Aug 13 21:36:13.588 INFO O| Aug 13 21:36:13.588 INFO O| Planning: Merging actions ... Done
34012024-08-13T21:36:15.189Z[ host-image] Aug 13 21:36:13.719 INFO O| Aug 13 21:36:13.719 INFO O| Download: 2356/22727 items 27.6/196.4MB 14% complete (2.1M/s)
34022024-08-13T21:36:15.512Z[ recovery-image] Aug 13 21:36:14.039 INFO O| Aug 13 21:36:14.039 INFO O| Planning: Checking for conflicting actions ... Done
34032024-08-13T21:36:15.678Z[ recovery-image] Aug 13 21:36:14.208 INFO O| Aug 13 21:36:14.208 INFO O| Planning: Consolidating action changes ... Done
34042024-08-13T21:36:15.888Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34052024-08-13T21:36:16.070Z[ recovery-image] Aug 13 21:36:14.599 INFO O| Aug 13 21:36:14.599 INFO O| Planning: Evaluating mediators ... Done
34062024-08-13T21:36:20.222Z[ host-image] Aug 13 21:36:18.751 INFO O| Aug 13 21:36:18.751 INFO O| Download: 3539/22727 items 35.7/196.4MB 18% complete (2.3M/s)
34072024-08-13T21:36:20.809Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34082024-08-13T21:36:22.000Z[ recovery-image] Aug 13 21:36:20.529 INFO O| Aug 13 21:36:20.529 INFO O| Planning: Planning completed in 67.05 seconds
34092024-08-13T21:36:22.008Z[ recovery-image] Aug 13 21:36:20.537 INFO O| Aug 13 21:36:20.536 INFO O| Packages to install: 124
34102024-08-13T21:36:22.008Z[ recovery-image] Aug 13 21:36:20.537 INFO O| Aug 13 21:36:20.537 INFO O| Mediators to change: 4
34112024-08-13T21:36:22.010Z[ recovery-image] Aug 13 21:36:20.537 INFO O| Aug 13 21:36:20.537 INFO O| Services to change: 5
34122024-08-13T21:36:22.116Z[ recovery-image] Aug 13 21:36:20.645 INFO O| Aug 13 21:36:20.645 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34132024-08-13T21:36:25.223Z[ host-image] Aug 13 21:36:23.751 INFO O| Aug 13 21:36:23.751 INFO O| Download: 4509/22727 items 41.9/196.4MB 21% complete (1.4M/s)
34142024-08-13T21:36:27.187Z[ recovery-image] Aug 13 21:36:25.713 INFO O| Aug 13 21:36:25.713 INFO O| Download: 1005/15831 items 7.9/173.2MB 4% complete (1.7M/s)
34152024-08-13T21:36:30.243Z[ host-image] Aug 13 21:36:28.771 INFO O| Aug 13 21:36:28.771 INFO O| Download: 5232/22727 items 45.9/196.4MB 23% complete (1.0M/s)
34162024-08-13T21:36:32.277Z[ recovery-image] Aug 13 21:36:30.805 INFO O| Aug 13 21:36:30.805 INFO O| Download: 1153/15831 items 10.1/173.2MB 5% complete (1.0M/s)
34172024-08-13T21:36:33.002Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34182024-08-13T21:36:35.247Z[ host-image] Aug 13 21:36:33.774 INFO O| Aug 13 21:36:33.774 INFO O| Download: 6180/22727 items 46.5/196.4MB 23% complete (468k/s)
34192024-08-13T21:36:37.442Z[ recovery-image] Aug 13 21:36:35.969 INFO O| Aug 13 21:36:35.968 INFO O| Download: 1456/15831 items 21.2/173.2MB 12% complete (1.4M/s)
34202024-08-13T21:36:37.513Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34212024-08-13T21:36:40.408Z[ host-image] Aug 13 21:36:38.934 INFO O| Aug 13 21:36:38.934 INFO O| Download: 6968/22727 items 50.3/196.4MB 25% complete (436k/s)
34222024-08-13T21:36:42.450Z[ recovery-image] Aug 13 21:36:40.976 INFO O| Aug 13 21:36:40.975 INFO O| Download: 2106/15831 items 31.1/173.2MB 17% complete (2.1M/s)
34232024-08-13T21:36:45.415Z[ host-image] Aug 13 21:36:43.941 INFO O| Aug 13 21:36:43.941 INFO O| Download: 7764/22727 items 58.9/196.4MB 29% complete (1.2M/s)
34242024-08-13T21:36:47.458Z[ recovery-image] Aug 13 21:36:45.984 INFO O| Aug 13 21:36:45.984 INFO O| Download: 3177/15831 items 37.4/173.2MB 21% complete (1.6M/s)
34252024-08-13T21:36:50.509Z[ host-image] Aug 13 21:36:49.034 INFO O| Aug 13 21:36:49.034 INFO O| Download: 8256/22727 items 65.0/196.4MB 33% complete (1.4M/s)
34262024-08-13T21:36:52.460Z[ recovery-image] Aug 13 21:36:50.985 INFO O| Aug 13 21:36:50.985 INFO O| Download: 3902/15831 items 42.5/173.2MB 24% complete (1.1M/s)
34272024-08-13T21:36:55.509Z[ host-image] Aug 13 21:36:54.034 INFO O| Aug 13 21:36:54.034 INFO O| Download: 9154/22727 items 75.5/196.4MB 38% complete (1.6M/s)
34282024-08-13T21:36:57.466Z[ recovery-image] Aug 13 21:36:55.991 INFO O| Aug 13 21:36:55.991 INFO O| Download: 4849/15831 items 43.0/173.2MB 24% complete (570k/s)
34292024-08-13T21:37:00.509Z[ host-image] Aug 13 21:36:59.034 INFO O| Aug 13 21:36:59.034 INFO O| Download: 9846/22727 items 83.5/196.4MB 42% complete (1.9M/s)
34302024-08-13T21:37:02.794Z[ recovery-image] Aug 13 21:37:01.318 INFO O| Aug 13 21:37:01.318 INFO O| Download: 5659/15831 items 44.5/173.2MB 25% complete (375k/s)
34312024-08-13T21:37:05.849Z[ host-image] Aug 13 21:37:04.374 INFO O| Aug 13 21:37:04.373 INFO O| Download: 10861/22727 items 90.0/196.4MB 45% complete (1.7M/s)
34322024-08-13T21:37:08.008Z[ recovery-image] Aug 13 21:37:06.532 INFO O| Aug 13 21:37:06.532 INFO O| Download: 5945/15831 items 53.6/173.2MB 30% complete (1.0M/s)
34332024-08-13T21:37:10.872Z[ host-image] Aug 13 21:37:09.396 INFO O| Aug 13 21:37:09.396 INFO O| Download: 11692/22727 items 96.3/196.4MB 49% complete (1.3M/s)
34342024-08-13T21:37:13.017Z[ recovery-image] Aug 13 21:37:11.540 INFO O| Aug 13 21:37:11.540 INFO O| Download: 6723/15831 items 64.7/173.2MB 37% complete (2.0M/s)
34352024-08-13T21:37:15.876Z[ host-image] Aug 13 21:37:14.398 INFO O| Aug 13 21:37:14.398 INFO O| Download: 12127/22727 items 107.3/196.4MB 54% complete (1.7M/s)
34362024-08-13T21:37:18.385Z[ recovery-image] Aug 13 21:37:16.907 INFO O| Aug 13 21:37:16.907 INFO O| Download: 7637/15831 items 73.7/173.2MB 42% complete (2.0M/s)
34372024-08-13T21:37:20.914Z[ host-image] Aug 13 21:37:19.436 INFO O| Aug 13 21:37:19.436 INFO O| Download: 13302/22727 items 109.9/196.4MB 55% complete (1.4M/s)
34382024-08-13T21:37:23.389Z[ recovery-image] Aug 13 21:37:21.911 INFO O| Aug 13 21:37:21.911 INFO O| Download: 7924/15831 items 77.4/173.2MB 44% complete (1.2M/s)
34392024-08-13T21:37:26.417Z[ host-image] Aug 13 21:37:24.939 INFO O| Aug 13 21:37:24.939 INFO O| Download: 14409/22727 items 111.5/196.4MB 56% complete (657k/s)
34402024-08-13T21:37:28.958Z[ recovery-image] Aug 13 21:37:27.480 INFO O| Aug 13 21:37:27.479 INFO O| Download: 8671/15831 items 83.2/173.2MB 48% complete (908k/s)
34412024-08-13T21:37:31.432Z[ host-image] Aug 13 21:37:29.953 INFO O| Aug 13 21:37:29.953 INFO O| Download: 15019/22727 items 119.4/196.4MB 60% complete (961k/s)
34422024-08-13T21:37:33.959Z[ recovery-image] Aug 13 21:37:32.480 INFO O| Aug 13 21:37:32.480 INFO O| Download: 9119/15831 items 92.7/173.2MB 53% complete (1.5M/s)
34432024-08-13T21:37:37.743Z[ host-image] Aug 13 21:37:36.264 INFO O| Aug 13 21:37:36.264 INFO O| Download: 15713/22727 items 125.9/196.4MB 64% complete (1.5M/s)
34442024-08-13T21:37:38.973Z[ recovery-image] Aug 13 21:37:37.493 INFO O| Aug 13 21:37:37.493 INFO O| Download: 10256/15831 items 93.3/173.2MB 53% complete (1.0M/s)
34452024-08-13T21:37:42.767Z[ host-image] Aug 13 21:37:41.287 INFO O| Aug 13 21:37:41.287 INFO O| Download: 16361/22727 items 131.0/196.4MB 66% complete (1.1M/s)
34462024-08-13T21:37:44.305Z[ recovery-image] Aug 13 21:37:42.825 INFO O| Aug 13 21:37:42.825 INFO O| Download: 11038/15831 items 95.2/173.2MB 54% complete (230k/s)
34472024-08-13T21:37:47.789Z[ host-image] Aug 13 21:37:46.308 INFO O| Aug 13 21:37:46.308 INFO O| Download: 17307/22727 items 148.9/196.4MB 75% complete (2.3M/s)
34482024-08-13T21:37:50.705Z[ recovery-image] Aug 13 21:37:49.224 INFO O| Aug 13 21:37:49.224 INFO O| Download: 11399/15831 items 107.0/173.2MB 61% complete (1.3M/s)
34492024-08-13T21:37:52.795Z[ host-image] Aug 13 21:37:51.314 INFO O| Aug 13 21:37:51.314 INFO O| Download: 17914/22727 items 158.5/196.4MB 80% complete (2.6M/s)
34502024-08-13T21:37:55.815Z[ recovery-image] Aug 13 21:37:54.333 INFO O| Aug 13 21:37:54.333 INFO O| Download: 11917/15831 items 128.2/173.2MB 74% complete (3.3M/s)
34512024-08-13T21:37:57.797Z[ host-image] Aug 13 21:37:56.315 INFO O| Aug 13 21:37:56.315 INFO O| Download: 19608/22727 items 166.1/196.4MB 84% complete (1.7M/s)
34522024-08-13T21:38:00.830Z[ recovery-image] Aug 13 21:37:59.348 INFO O| Aug 13 21:37:59.347 INFO O| Download: 12264/15831 items 137.9/173.2MB 79% complete (3.1M/s)
34532024-08-13T21:38:02.835Z[ host-image] Aug 13 21:38:01.353 INFO O| Aug 13 21:38:01.353 INFO O| Download: 20584/22727 items 169.4/196.4MB 86% complete (1.1M/s)
34542024-08-13T21:38:05.849Z[ recovery-image] Aug 13 21:38:04.366 INFO O| Aug 13 21:38:04.366 INFO O| Download: 13496/15831 items 142.8/173.2MB 82% complete (1.5M/s)
34552024-08-13T21:38:08.211Z[ host-image] Aug 13 21:38:06.728 INFO O| Aug 13 21:38:06.728 INFO O| Download: 20799/22727 items 174.3/196.4MB 88% complete (769k/s)
34562024-08-13T21:38:10.851Z[ recovery-image] Aug 13 21:38:09.367 INFO O| Aug 13 21:38:09.367 INFO O| Download: 14614/15831 items 147.4/173.2MB 85% complete (973k/s)
34572024-08-13T21:38:13.383Z[ host-image] Aug 13 21:38:11.899 INFO O| Aug 13 21:38:11.899 INFO O| Download: 21539/22727 items 180.4/196.4MB 91% complete (1.2M/s)
34582024-08-13T21:38:15.949Z[ recovery-image] Aug 13 21:38:14.465 INFO O| Aug 13 21:38:14.465 INFO O| Download: 14701/15831 items 148.9/173.2MB 85% complete (730k/s)
34592024-08-13T21:38:18.385Z[ host-image] Aug 13 21:38:16.901 INFO O| Aug 13 21:38:16.901 INFO O| Download: 22012/22727 items 189.7/196.4MB 96% complete (1.6M/s)
34602024-08-13T21:38:20.979Z[ recovery-image] Aug 13 21:38:19.495 INFO O| Aug 13 21:38:19.495 INFO O| Download: 15489/15831 items 165.4/173.2MB 95% complete (1.8M/s)
34612024-08-13T21:38:23.442Z[ host-image] Aug 13 21:38:21.958 INFO O| Aug 13 21:38:21.958 INFO O| Download: 22723/22727 items 196.4/196.4MB 99% complete (1.6M/s)
34622024-08-13T21:38:24.012Z[ host-image] Aug 13 21:38:22.528 INFO O| Aug 13 21:38:22.528 INFO O| Download: Completed 196.39 MB in 144.37 seconds (1.4M/s)
34632024-08-13T21:38:25.475Z[ host-image] Aug 13 21:38:23.990 INFO O| Aug 13 21:38:23.990 INFO O| Actions: 1/49260 actions (Installing new actions)
34642024-08-13T21:38:25.941Z[ recovery-image] Aug 13 21:38:24.448 INFO O| Aug 13 21:38:24.448 INFO O| Download: Completed 173.16 MB in 123.80 seconds (1.4M/s)
34652024-08-13T21:38:26.869Z[ recovery-image] Aug 13 21:38:25.384 INFO O| Aug 13 21:38:25.384 INFO O| Actions: 1/24964 actions (Installing new actions)
34662024-08-13T21:38:30.476Z[ host-image] Aug 13 21:38:28.990 INFO O| Aug 13 21:38:28.990 INFO O| Actions: 9617/49260 actions (Installing new actions)
34672024-08-13T21:38:31.872Z[ recovery-image] Aug 13 21:38:30.387 INFO O| Aug 13 21:38:30.387 INFO O| Actions: 8729/24964 actions (Installing new actions)
34682024-08-13T21:38:35.476Z[ host-image] Aug 13 21:38:33.990 INFO O| Aug 13 21:38:33.990 INFO O| Actions: 16816/49260 actions (Installing new actions)
34692024-08-13T21:38:36.941Z[ recovery-image] Aug 13 21:38:35.455 INFO O| Aug 13 21:38:35.455 INFO O| Actions: 15400/24964 actions (Installing new actions)
34702024-08-13T21:38:40.477Z[ host-image] Aug 13 21:38:38.991 INFO O| Aug 13 21:38:38.990 INFO O| Actions: 23142/49260 actions (Installing new actions)
34712024-08-13T21:38:42.551Z[ recovery-image] Aug 13 21:38:41.064 INFO O| Aug 13 21:38:41.064 INFO O| Actions: 24411/24964 actions (Installing new actions)
34722024-08-13T21:38:45.837Z[ recovery-image] Aug 13 21:38:44.350 INFO O| Aug 13 21:38:44.350 INFO O| Actions: Completed 24964 actions in 18.96 seconds.
34732024-08-13T21:38:45.993Z[ host-image] Aug 13 21:38:44.506 INFO O| Aug 13 21:38:44.506 INFO O| Actions: 48707/49260 actions (Installing new actions)
34742024-08-13T21:38:46.251Z[ recovery-image] Aug 13 21:38:44.764 INFO O| Aug 13 21:38:44.764 INFO O| Done
34752024-08-13T21:38:46.251Z[ recovery-image] Aug 13 21:38:44.764 INFO O| Aug 13 21:38:44.764 INFO O| Done
34762024-08-13T21:38:47.297Z[ recovery-image] Aug 13 21:38:45.810 INFO O| Aug 13 21:38:45.810 INFO O| Done
34772024-08-13T21:38:48.897Z[ recovery-image] Aug 13 21:38:47.410 INFO O| Aug 13 21:38:47.410 INFO O| Done
34782024-08-13T21:38:48.919Z[ recovery-image] Aug 13 21:38:47.432 INFO O| Aug 13 21:38:47.431 INFO O| Done
34792024-08-13T21:38:50.318Z[ host-image] Aug 13 21:38:48.830 INFO O| Aug 13 21:38:48.830 INFO O| Actions: Completed 49260 actions in 24.84 seconds.
34802024-08-13T21:38:50.812Z[ host-image] Aug 13 21:38:49.324 INFO O| Aug 13 21:38:49.324 INFO O| Done
34812024-08-13T21:38:50.812Z[ host-image] Aug 13 21:38:49.324 INFO O| Aug 13 21:38:49.324 INFO O| Done
34822024-08-13T21:38:51.838Z[ host-image] Aug 13 21:38:50.350 INFO O| Aug 13 21:38:50.350 INFO O| Done
34832024-08-13T21:38:54.615Z[ host-image] Aug 13 21:38:53.127 INFO O| Aug 13 21:38:53.127 INFO O| Done
34842024-08-13T21:38:54.669Z[ host-image] Aug 13 21:38:53.181 INFO O| Aug 13 21:38:53.181 INFO O| Done
34852024-08-13T21:38:58.642Z[ recovery-image] Aug 13 21:38:57.154 INFO O| Aug 13 21:38:57.154 INFO O| Done
34862024-08-13T21:38:59.315Z[ recovery-image] Aug 13 21:38:57.827 INFO O| Aug 13 21:38:57.827 INFO O| Done
34872024-08-13T21:38:59.609Z[ recovery-image] Aug 13 21:38:58.120 INFO O| Aug 13 21:38:58.120 INFO STEP 11 (pkg_install) COMPLETE
34882024-08-13T21:38:59.609Z[ recovery-image] Aug 13 21:38:58.120 INFO O| Aug 13 21:38:58.120 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34892024-08-13T21:38:59.611Z[ recovery-image] Aug 13 21:38:58.120 INFO O| Aug 13 21:38:58.120 INFO skip step because feature "recovery" is enabled
34902024-08-13T21:38:59.612Z[ recovery-image] Aug 13 21:38:58.120 INFO O| Aug 13 21:38:58.120 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34912024-08-13T21:38:59.612Z[ recovery-image] Aug 13 21:38:58.120 INFO O| Aug 13 21:38:58.120 INFO skip step because feature "omicron1" is not enabled
34922024-08-13T21:38:59.612Z[ recovery-image] Aug 13 21:38:58.120 INFO O| Aug 13 21:38:58.120 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34932024-08-13T21:38:59.627Z[ recovery-image] Aug 13 21:38:58.139 INFO O| Aug 13 21:38:58.139 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
34942024-08-13T21:39:00.751Z[ recovery-image] Aug 13 21:38:59.263 INFO O| Aug 13 21:38:59.263 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34952024-08-13T21:39:03.809Z[ recovery-image] Aug 13 21:39:02.320 INFO O| Aug 13 21:39:02.320 INFO O| Planning: Solver setup ... Done
34962024-08-13T21:39:03.815Z[ recovery-image] Aug 13 21:39:02.326 INFO O| Aug 13 21:39:02.326 INFO O| Planning: Running solver ... Done
34972024-08-13T21:39:03.873Z[ recovery-image] Aug 13 21:39:02.384 INFO O| Aug 13 21:39:02.384 INFO O| Planning: Finding local manifests ... Done
34982024-08-13T21:39:03.875Z[ recovery-image] Aug 13 21:39:02.385 INFO O| Aug 13 21:39:02.385 INFO O| Planning: Fetching manifests: 0/1 0% complete
34992024-08-13T21:39:04.007Z[ recovery-image] Aug 13 21:39:02.518 INFO O| Aug 13 21:39:02.518 INFO O| Planning: Fetching manifests: 1/1 100% complete
35002024-08-13T21:39:04.037Z[ recovery-image] Aug 13 21:39:02.548 INFO O| Aug 13 21:39:02.548 INFO O| Planning: Package planning ... Done
35012024-08-13T21:39:04.039Z[ recovery-image] Aug 13 21:39:02.548 INFO O| Aug 13 21:39:02.548 INFO O| Planning: Merging actions ... Done
35022024-08-13T21:39:04.100Z[ recovery-image] Aug 13 21:39:02.611 INFO O| Aug 13 21:39:02.611 INFO O| Planning: Checking for conflicting actions ... Done
35032024-08-13T21:39:04.103Z[ recovery-image] Aug 13 21:39:02.612 INFO O| Aug 13 21:39:02.612 INFO O| Planning: Consolidating action changes ... Done
35042024-08-13T21:39:04.374Z[ recovery-image] Aug 13 21:39:02.885 INFO O| Aug 13 21:39:02.885 INFO O| Planning: Evaluating mediators ... Done
35052024-08-13T21:39:04.377Z[ recovery-image] Aug 13 21:39:02.886 INFO O| Aug 13 21:39:02.885 INFO O| Planning: Planning completed in 3.62 seconds
35062024-08-13T21:39:04.379Z[ recovery-image] Aug 13 21:39:02.888 INFO O| Aug 13 21:39:02.888 INFO O| Packages to install: 1
35072024-08-13T21:39:04.395Z[ recovery-image] Aug 13 21:39:02.906 INFO O| Aug 13 21:39:02.906 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35082024-08-13T21:39:06.103Z[ recovery-image] Aug 13 21:39:04.614 INFO O| Aug 13 21:39:04.614 INFO O| Download: Completed 20.86 MB in 1.71 seconds (12.2M/s)
35092024-08-13T21:39:06.182Z[ recovery-image] Aug 13 21:39:04.693 INFO O| Aug 13 21:39:04.693 INFO O| Actions: 1/22 actions (Installing new actions)
35102024-08-13T21:39:06.981Z[ recovery-image] Aug 13 21:39:05.492 INFO O| Aug 13 21:39:05.492 INFO O| Actions: Completed 22 actions in 0.80 seconds.
35112024-08-13T21:39:07.241Z[ recovery-image] Aug 13 21:39:05.751 INFO O| Aug 13 21:39:05.751 INFO O| Done
35122024-08-13T21:39:07.241Z[ recovery-image] Aug 13 21:39:05.751 INFO O| Aug 13 21:39:05.751 INFO O| Done
35132024-08-13T21:39:08.023Z[ recovery-image] Aug 13 21:39:06.534 INFO O| Aug 13 21:39:06.534 INFO O| Done
35142024-08-13T21:39:09.928Z[ recovery-image] Aug 13 21:39:08.438 INFO O| Aug 13 21:39:08.438 INFO O| Done
35152024-08-13T21:39:09.951Z[ recovery-image] Aug 13 21:39:08.462 INFO O| Aug 13 21:39:08.462 INFO O| Done
35162024-08-13T21:39:09.951Z[ recovery-image] Aug 13 21:39:08.462 INFO O| Aug 13 21:39:08.462 INFO O| Done
35172024-08-13T21:39:09.971Z[ recovery-image] Aug 13 21:39:08.481 INFO O| Aug 13 21:39:08.481 INFO O| Done
35182024-08-13T21:39:10.118Z[ recovery-image] Aug 13 21:39:08.628 INFO O| Aug 13 21:39:08.628 INFO STEP 14 (pkg_install) COMPLETE
35192024-08-13T21:39:10.118Z[ recovery-image] Aug 13 21:39:08.628 INFO O| Aug 13 21:39:08.628 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35202024-08-13T21:39:10.118Z[ recovery-image] Aug 13 21:39:08.628 INFO O| Aug 13 21:39:08.628 INFO skip step because feature "mfg" is not enabled
35212024-08-13T21:39:10.121Z[ recovery-image] Aug 13 21:39:08.628 INFO O| Aug 13 21:39:08.628 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35222024-08-13T21:39:10.121Z[ recovery-image] Aug 13 21:39:08.628 INFO O| Aug 13 21:39:08.628 INFO skip step because feature "compliance" is not enabled
35232024-08-13T21:39:10.121Z[ recovery-image] Aug 13 21:39:08.628 INFO O| Aug 13 21:39:08.628 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35242024-08-13T21:39:10.121Z[ recovery-image] Aug 13 21:39:08.628 INFO O| Aug 13 21:39:08.628 INFO skip step because feature "stress" is not enabled
35252024-08-13T21:39:10.121Z[ recovery-image] Aug 13 21:39:08.628 INFO O| Aug 13 21:39:08.628 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35262024-08-13T21:39:10.121Z[ recovery-image] Aug 13 21:39:08.628 INFO O| Aug 13 21:39:08.628 INFO skip step because feature "nfs" is not enabled
35272024-08-13T21:39:10.121Z[ recovery-image] Aug 13 21:39:08.628 INFO O| Aug 13 21:39:08.628 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35282024-08-13T21:39:10.121Z[ recovery-image] Aug 13 21:39:08.628 INFO O| Aug 13 21:39:08.628 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35292024-08-13T21:39:10.175Z[ recovery-image] Aug 13 21:39:08.685 INFO O| Aug 13 21:39:08.684 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35302024-08-13T21:39:10.191Z[ host-image] Aug 13 21:39:08.701 INFO O| Aug 13 21:39:08.701 INFO O| Done
35312024-08-13T21:39:10.357Z[ recovery-image] Aug 13 21:39:08.867 INFO O| Aug 13 21:39:08.867 INFO completed processing gimlet/ramdisk-01-os
35322024-08-13T21:39:10.359Z[ recovery-image] Aug 13 21:39:08.870 INFO image builder template: ramdisk-02-trim...
35332024-08-13T21:39:10.359Z[ recovery-image] Aug 13 21:39:08.870 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/.tmpR7Wfvw/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
35342024-08-13T21:39:10.398Z[ recovery-image] Aug 13 21:39:08.908 INFO O| Aug 13 21:39:08.908 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35352024-08-13T21:39:10.405Z[ recovery-image] Aug 13 21:39:08.915 INFO O| Aug 13 21:39:08.915 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35362024-08-13T21:39:10.578Z[ recovery-image] Aug 13 21:39:09.088 INFO O| Aug 13 21:39:09.088 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
35372024-08-13T21:39:10.744Z[ recovery-image] Aug 13 21:39:09.255 INFO O| Aug 13 21:39:09.254 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35382024-08-13T21:39:10.746Z[ recovery-image] Aug 13 21:39:09.255 INFO O| Aug 13 21:39:09.255 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35392024-08-13T21:39:10.786Z[ recovery-image] Aug 13 21:39:09.265 INFO O| Aug 13 21:39:09.264 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
35402024-08-13T21:39:10.786Z[ recovery-image] Aug 13 21:39:09.272 INFO O| Aug 13 21:39:09.271 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35412024-08-13T21:39:10.786Z[ recovery-image] Aug 13 21:39:09.280 INFO O| Aug 13 21:39:09.280 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35422024-08-13T21:39:11.173Z[ host-image] Aug 13 21:39:09.683 INFO O| Aug 13 21:39:09.683 INFO O| Done
35432024-08-13T21:39:11.377Z[ recovery-image] Aug 13 21:39:09.887 INFO O| Aug 13 21:39:09.887 INFO rolled back to input snapshot; work may begin
35442024-08-13T21:39:11.377Z[ recovery-image] Aug 13 21:39:09.887 INFO O| Aug 13 21:39:09.887 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35452024-08-13T21:39:11.385Z[ recovery-image] Aug 13 21:39:09.896 INFO O| Aug 13 21:39:09.895 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35462024-08-13T21:39:11.400Z[ recovery-image] Aug 13 21:39:09.911 INFO O| Aug 13 21:39:09.911 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
35472024-08-13T21:39:11.457Z[ host-image] Aug 13 21:39:09.967 INFO O| Aug 13 21:39:09.967 INFO STEP 11 (pkg_install) COMPLETE
35482024-08-13T21:39:11.457Z[ host-image] Aug 13 21:39:09.967 INFO O| Aug 13 21:39:09.967 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35492024-08-13T21:39:11.474Z[ host-image] Aug 13 21:39:09.984 INFO O| Aug 13 21:39:09.984 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
35502024-08-13T21:39:11.482Z[ recovery-image] Aug 13 21:39:09.992 INFO O| Aug 13 21:39:09.992 INFO STEP 0 (remove_files) COMPLETE
35512024-08-13T21:39:11.484Z[ recovery-image] Aug 13 21:39:09.993 INFO O| Aug 13 21:39:09.993 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35522024-08-13T21:39:11.502Z[ recovery-image] Aug 13 21:39:10.012 INFO O| Aug 13 21:39:10.012 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
35532024-08-13T21:39:11.504Z[ recovery-image] Aug 13 21:39:10.015 INFO O| Aug 13 21:39:10.015 INFO STEP 1 (remove_files) COMPLETE
35542024-08-13T21:39:11.507Z[ recovery-image] Aug 13 21:39:10.015 INFO O| Aug 13 21:39:10.015 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35552024-08-13T21:39:11.522Z[ recovery-image] Aug 13 21:39:10.033 INFO O| Aug 13 21:39:10.032 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
35562024-08-13T21:39:11.544Z[ recovery-image] Aug 13 21:39:10.054 INFO O| Aug 13 21:39:10.054 INFO STEP 2 (remove_files) COMPLETE
35572024-08-13T21:39:11.544Z[ recovery-image] Aug 13 21:39:10.054 INFO O| Aug 13 21:39:10.054 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35582024-08-13T21:39:11.562Z[ recovery-image] Aug 13 21:39:10.072 INFO O| Aug 13 21:39:10.072 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
35592024-08-13T21:39:11.565Z[ recovery-image] Aug 13 21:39:10.075 INFO O| Aug 13 21:39:10.075 INFO STEP 3 (remove_files) COMPLETE
35602024-08-13T21:39:11.567Z[ recovery-image] Aug 13 21:39:10.075 INFO O| Aug 13 21:39:10.075 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35612024-08-13T21:39:11.598Z[ recovery-image] Aug 13 21:39:10.108 INFO O| Aug 13 21:39:10.108 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
35622024-08-13T21:39:11.604Z[ recovery-image] Aug 13 21:39:10.114 INFO O| Aug 13 21:39:10.114 INFO STEP 4 (remove_files) COMPLETE
35632024-08-13T21:39:11.606Z[ recovery-image] Aug 13 21:39:10.114 INFO O| Aug 13 21:39:10.114 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35642024-08-13T21:39:11.621Z[ recovery-image] Aug 13 21:39:10.132 INFO O| Aug 13 21:39:10.131 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
35652024-08-13T21:39:11.624Z[ recovery-image] Aug 13 21:39:10.132 INFO O| Aug 13 21:39:10.132 INFO STEP 5 (remove_files) COMPLETE
35662024-08-13T21:39:11.624Z[ recovery-image] Aug 13 21:39:10.132 INFO O| Aug 13 21:39:10.132 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35672024-08-13T21:39:11.639Z[ recovery-image] Aug 13 21:39:10.149 INFO O| Aug 13 21:39:10.149 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
35682024-08-13T21:39:11.654Z[ recovery-image] Aug 13 21:39:10.165 INFO O| Aug 13 21:39:10.165 INFO STEP 6 (remove_files) COMPLETE
35692024-08-13T21:39:11.654Z[ recovery-image] Aug 13 21:39:10.165 INFO O| Aug 13 21:39:10.165 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35702024-08-13T21:39:11.657Z[ recovery-image] Aug 13 21:39:10.165 INFO O| Aug 13 21:39:10.165 INFO skip step because feature "recovery" is enabled
35712024-08-13T21:39:11.657Z[ recovery-image] Aug 13 21:39:10.165 INFO O| Aug 13 21:39:10.165 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35722024-08-13T21:39:11.657Z[ recovery-image] Aug 13 21:39:10.165 INFO O| Aug 13 21:39:10.165 INFO skip step because feature "recovery" is enabled
35732024-08-13T21:39:11.657Z[ recovery-image] Aug 13 21:39:10.165 INFO O| Aug 13 21:39:10.165 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35742024-08-13T21:39:11.657Z[ recovery-image] Aug 13 21:39:10.165 INFO O| Aug 13 21:39:10.165 INFO skip step because feature "recovery" is enabled
35752024-08-13T21:39:11.657Z[ recovery-image] Aug 13 21:39:10.165 INFO O| Aug 13 21:39:10.165 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35762024-08-13T21:39:11.686Z[ recovery-image] Aug 13 21:39:10.196 INFO O| Aug 13 21:39:10.196 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
35772024-08-13T21:39:11.691Z[ recovery-image] Aug 13 21:39:10.201 INFO O| Aug 13 21:39:10.201 INFO STEP 10 (remove_files) COMPLETE
35782024-08-13T21:39:11.693Z[ recovery-image] Aug 13 21:39:10.201 INFO O| Aug 13 21:39:10.201 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35792024-08-13T21:39:11.722Z[ recovery-image] Aug 13 21:39:10.232 INFO O| Aug 13 21:39:10.232 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
35802024-08-13T21:39:11.724Z[ recovery-image] Aug 13 21:39:10.233 INFO O| Aug 13 21:39:10.233 INFO STEP 11 (remove_files) COMPLETE
35812024-08-13T21:39:11.724Z[ recovery-image] Aug 13 21:39:10.233 INFO O| Aug 13 21:39:10.233 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35822024-08-13T21:39:11.740Z[ recovery-image] Aug 13 21:39:10.250 INFO O| Aug 13 21:39:10.250 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
35832024-08-13T21:39:11.762Z[ recovery-image] Aug 13 21:39:10.272 INFO O| Aug 13 21:39:10.272 INFO STEP 12 (remove_files) COMPLETE
35842024-08-13T21:39:11.762Z[ recovery-image] Aug 13 21:39:10.273 INFO O| Aug 13 21:39:10.272 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35852024-08-13T21:39:11.821Z[ recovery-image] Aug 13 21:39:10.331 INFO O| Aug 13 21:39:10.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
35862024-08-13T21:39:12.172Z[ recovery-image] Aug 13 21:39:10.682 INFO O| Aug 13 21:39:10.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
35872024-08-13T21:39:12.175Z[ recovery-image] Aug 13 21:39:10.683 INFO O| Aug 13 21:39:10.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
35882024-08-13T21:39:12.178Z[ recovery-image] Aug 13 21:39:10.689 INFO O| Aug 13 21:39:10.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
35892024-08-13T21:39:12.190Z[ recovery-image] Aug 13 21:39:10.700 INFO O| Aug 13 21:39:10.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
35902024-08-13T21:39:12.272Z[ recovery-image] Aug 13 21:39:10.782 INFO O| Aug 13 21:39:10.782 INFO STEP 13 (remove_files) COMPLETE
35912024-08-13T21:39:12.272Z[ recovery-image] Aug 13 21:39:10.782 INFO O| Aug 13 21:39:10.782 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35922024-08-13T21:39:12.291Z[ recovery-image] Aug 13 21:39:10.801 INFO O| Aug 13 21:39:10.801 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
35932024-08-13T21:39:12.294Z[ recovery-image] Aug 13 21:39:10.803 INFO O| Aug 13 21:39:10.803 INFO STEP 14 (remove_files) COMPLETE
35942024-08-13T21:39:12.294Z[ recovery-image] Aug 13 21:39:10.804 INFO O| Aug 13 21:39:10.803 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35952024-08-13T21:39:12.329Z[ recovery-image] Aug 13 21:39:10.839 INFO O| Aug 13 21:39:10.839 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
35962024-08-13T21:39:12.337Z[ recovery-image] Aug 13 21:39:10.847 INFO O| Aug 13 21:39:10.847 INFO STEP 15 (remove_files) COMPLETE
35972024-08-13T21:39:12.337Z[ recovery-image] Aug 13 21:39:10.847 INFO O| Aug 13 21:39:10.847 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35982024-08-13T21:39:12.354Z[ recovery-image] Aug 13 21:39:10.864 INFO O| Aug 13 21:39:10.864 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
35992024-08-13T21:39:12.356Z[ recovery-image] Aug 13 21:39:10.865 INFO O| Aug 13 21:39:10.865 INFO STEP 16 (remove_files) COMPLETE
36002024-08-13T21:39:12.356Z[ recovery-image] Aug 13 21:39:10.865 INFO O| Aug 13 21:39:10.865 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36012024-08-13T21:39:12.371Z[ recovery-image] Aug 13 21:39:10.881 INFO O| Aug 13 21:39:10.881 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36022024-08-13T21:39:12.374Z[ recovery-image] Aug 13 21:39:10.883 INFO O| Aug 13 21:39:10.883 INFO STEP 17 (remove_files) COMPLETE
36032024-08-13T21:39:12.374Z[ recovery-image] Aug 13 21:39:10.883 INFO O| Aug 13 21:39:10.883 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36042024-08-13T21:39:12.392Z[ recovery-image] Aug 13 21:39:10.902 INFO O| Aug 13 21:39:10.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36052024-08-13T21:39:12.392Z[ recovery-image] Aug 13 21:39:10.902 INFO O| Aug 13 21:39:10.902 INFO STEP 18 (remove_files) COMPLETE
36062024-08-13T21:39:12.392Z[ recovery-image] Aug 13 21:39:10.902 INFO O| Aug 13 21:39:10.902 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36072024-08-13T21:39:12.409Z[ recovery-image] Aug 13 21:39:10.919 INFO O| Aug 13 21:39:10.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36082024-08-13T21:39:12.409Z[ recovery-image] Aug 13 21:39:10.919 INFO O| Aug 13 21:39:10.919 INFO STEP 19 (remove_files) COMPLETE
36092024-08-13T21:39:12.409Z[ recovery-image] Aug 13 21:39:10.919 INFO O| Aug 13 21:39:10.919 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36102024-08-13T21:39:12.435Z[ recovery-image] Aug 13 21:39:10.945 INFO O| Aug 13 21:39:10.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36112024-08-13T21:39:12.435Z[ recovery-image] Aug 13 21:39:10.945 INFO O| Aug 13 21:39:10.945 INFO STEP 20 (remove_files) COMPLETE
36122024-08-13T21:39:12.435Z[ recovery-image] Aug 13 21:39:10.945 INFO O| Aug 13 21:39:10.945 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36132024-08-13T21:39:12.453Z[ recovery-image] Aug 13 21:39:10.963 INFO O| Aug 13 21:39:10.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36142024-08-13T21:39:12.453Z[ recovery-image] Aug 13 21:39:10.963 INFO O| Aug 13 21:39:10.963 INFO STEP 21 (remove_files) COMPLETE
36152024-08-13T21:39:12.453Z[ recovery-image] Aug 13 21:39:10.963 INFO O| Aug 13 21:39:10.963 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36162024-08-13T21:39:12.494Z[ recovery-image] Aug 13 21:39:11.004 INFO O| Aug 13 21:39:11.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36172024-08-13T21:39:12.494Z[ recovery-image] Aug 13 21:39:11.004 INFO O| Aug 13 21:39:11.004 INFO STEP 22 (remove_files) COMPLETE
36182024-08-13T21:39:12.496Z[ recovery-image] Aug 13 21:39:11.004 INFO O| Aug 13 21:39:11.004 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36192024-08-13T21:39:12.524Z[ host-image] Aug 13 21:39:11.035 INFO O| Aug 13 21:39:11.034 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36202024-08-13T21:39:12.550Z[ recovery-image] Aug 13 21:39:11.060 INFO O| Aug 13 21:39:11.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36212024-08-13T21:39:12.550Z[ recovery-image] Aug 13 21:39:11.060 INFO O| Aug 13 21:39:11.060 INFO STEP 23 (remove_files) COMPLETE
36222024-08-13T21:39:12.550Z[ recovery-image] Aug 13 21:39:11.060 INFO O| Aug 13 21:39:11.060 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36232024-08-13T21:39:12.613Z[ recovery-image] Aug 13 21:39:11.123 INFO O| Aug 13 21:39:11.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36242024-08-13T21:39:12.613Z[ recovery-image] Aug 13 21:39:11.123 INFO O| Aug 13 21:39:11.123 INFO STEP 24 (remove_files) COMPLETE
36252024-08-13T21:39:12.613Z[ recovery-image] Aug 13 21:39:11.123 INFO O| Aug 13 21:39:11.123 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36262024-08-13T21:39:12.630Z[ recovery-image] Aug 13 21:39:11.140 INFO O| Aug 13 21:39:11.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36272024-08-13T21:39:12.630Z[ recovery-image] Aug 13 21:39:11.140 INFO O| Aug 13 21:39:11.140 INFO STEP 25 (remove_files) COMPLETE
36282024-08-13T21:39:12.630Z[ recovery-image] Aug 13 21:39:11.140 INFO O| Aug 13 21:39:11.140 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36292024-08-13T21:39:12.645Z[ recovery-image] Aug 13 21:39:11.155 INFO O| Aug 13 21:39:11.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36302024-08-13T21:39:12.645Z[ recovery-image] Aug 13 21:39:11.156 INFO O| Aug 13 21:39:11.156 INFO STEP 26 (remove_files) COMPLETE
36312024-08-13T21:39:12.648Z[ recovery-image] Aug 13 21:39:11.156 INFO O| Aug 13 21:39:11.156 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36322024-08-13T21:39:12.662Z[ recovery-image] Aug 13 21:39:11.172 INFO O| Aug 13 21:39:11.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36332024-08-13T21:39:12.662Z[ recovery-image] Aug 13 21:39:11.172 INFO O| Aug 13 21:39:11.172 INFO STEP 27 (remove_files) COMPLETE
36342024-08-13T21:39:12.665Z[ recovery-image] Aug 13 21:39:11.172 INFO O| Aug 13 21:39:11.172 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36352024-08-13T21:39:12.680Z[ recovery-image] Aug 13 21:39:11.190 INFO O| Aug 13 21:39:11.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
36362024-08-13T21:39:12.680Z[ recovery-image] Aug 13 21:39:11.190 INFO O| Aug 13 21:39:11.190 INFO STEP 28 (remove_files) COMPLETE
36372024-08-13T21:39:12.682Z[ recovery-image] Aug 13 21:39:11.190 INFO O| Aug 13 21:39:11.190 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36382024-08-13T21:39:12.718Z[ recovery-image] Aug 13 21:39:11.228 INFO O| Aug 13 21:39:11.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
36392024-08-13T21:39:12.718Z[ recovery-image] Aug 13 21:39:11.228 INFO O| Aug 13 21:39:11.228 INFO STEP 29 (remove_files) COMPLETE
36402024-08-13T21:39:12.718Z[ recovery-image] Aug 13 21:39:11.229 INFO O| Aug 13 21:39:11.228 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36412024-08-13T21:39:12.755Z[ recovery-image] Aug 13 21:39:11.265 INFO O| Aug 13 21:39:11.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
36422024-08-13T21:39:12.755Z[ recovery-image] Aug 13 21:39:11.265 INFO O| Aug 13 21:39:11.265 INFO STEP 30 (remove_files) COMPLETE
36432024-08-13T21:39:12.758Z[ recovery-image] Aug 13 21:39:11.266 INFO O| Aug 13 21:39:11.266 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36442024-08-13T21:39:12.773Z[ recovery-image] Aug 13 21:39:11.283 INFO O| Aug 13 21:39:11.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
36452024-08-13T21:39:12.775Z[ recovery-image] Aug 13 21:39:11.283 INFO O| Aug 13 21:39:11.283 INFO STEP 31 (remove_files) COMPLETE
36462024-08-13T21:39:12.775Z[ recovery-image] Aug 13 21:39:11.283 INFO O| Aug 13 21:39:11.283 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36472024-08-13T21:39:12.790Z[ recovery-image] Aug 13 21:39:11.300 INFO O| Aug 13 21:39:11.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
36482024-08-13T21:39:12.790Z[ recovery-image] Aug 13 21:39:11.300 INFO O| Aug 13 21:39:11.300 INFO STEP 32 (remove_files) COMPLETE
36492024-08-13T21:39:12.793Z[ recovery-image] Aug 13 21:39:11.301 INFO O| Aug 13 21:39:11.300 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36502024-08-13T21:39:12.809Z[ recovery-image] Aug 13 21:39:11.319 INFO O| Aug 13 21:39:11.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
36512024-08-13T21:39:12.812Z[ recovery-image] Aug 13 21:39:11.319 INFO O| Aug 13 21:39:11.319 INFO STEP 33 (remove_files) COMPLETE
36522024-08-13T21:39:12.812Z[ recovery-image] Aug 13 21:39:11.320 INFO O| Aug 13 21:39:11.319 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36532024-08-13T21:39:12.829Z[ recovery-image] Aug 13 21:39:11.339 INFO O| Aug 13 21:39:11.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
36542024-08-13T21:39:12.832Z[ recovery-image] Aug 13 21:39:11.340 INFO O| Aug 13 21:39:11.340 INFO STEP 34 (remove_files) COMPLETE
36552024-08-13T21:39:12.832Z[ recovery-image] Aug 13 21:39:11.340 INFO O| Aug 13 21:39:11.340 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36562024-08-13T21:39:12.847Z[ recovery-image] Aug 13 21:39:11.358 INFO O| Aug 13 21:39:11.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
36572024-08-13T21:39:12.850Z[ recovery-image] Aug 13 21:39:11.358 INFO O| Aug 13 21:39:11.358 INFO STEP 35 (remove_files) COMPLETE
36582024-08-13T21:39:12.850Z[ recovery-image] Aug 13 21:39:11.358 INFO O| Aug 13 21:39:11.358 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36592024-08-13T21:39:12.866Z[ recovery-image] Aug 13 21:39:11.376 INFO O| Aug 13 21:39:11.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
36602024-08-13T21:39:12.868Z[ recovery-image] Aug 13 21:39:11.376 INFO O| Aug 13 21:39:11.376 INFO STEP 36 (remove_files) COMPLETE
36612024-08-13T21:39:12.868Z[ recovery-image] Aug 13 21:39:11.376 INFO O| Aug 13 21:39:11.376 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36622024-08-13T21:39:12.909Z[ recovery-image] Aug 13 21:39:11.419 INFO O| Aug 13 21:39:11.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
36632024-08-13T21:39:12.909Z[ recovery-image] Aug 13 21:39:11.419 INFO O| Aug 13 21:39:11.419 INFO STEP 37 (remove_files) COMPLETE
36642024-08-13T21:39:12.911Z[ recovery-image] Aug 13 21:39:11.419 INFO O| Aug 13 21:39:11.419 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36652024-08-13T21:39:12.929Z[ recovery-image] Aug 13 21:39:11.439 INFO O| Aug 13 21:39:11.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
36662024-08-13T21:39:12.929Z[ recovery-image] Aug 13 21:39:11.439 INFO O| Aug 13 21:39:11.439 INFO STEP 38 (remove_files) COMPLETE
36672024-08-13T21:39:12.929Z[ recovery-image] Aug 13 21:39:11.439 INFO O| Aug 13 21:39:11.439 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36682024-08-13T21:39:12.984Z[ recovery-image] Aug 13 21:39:11.495 INFO O| Aug 13 21:39:11.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
36692024-08-13T21:39:12.985Z[ recovery-image] Aug 13 21:39:11.495 INFO O| Aug 13 21:39:11.495 INFO STEP 39 (remove_files) COMPLETE
36702024-08-13T21:39:12.985Z[ recovery-image] Aug 13 21:39:11.495 INFO O| Aug 13 21:39:11.495 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36712024-08-13T21:39:13.014Z[ recovery-image] Aug 13 21:39:11.524 INFO O| Aug 13 21:39:11.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
36722024-08-13T21:39:13.014Z[ recovery-image] Aug 13 21:39:11.524 INFO O| Aug 13 21:39:11.524 INFO STEP 40 (remove_files) COMPLETE
36732024-08-13T21:39:13.014Z[ recovery-image] Aug 13 21:39:11.524 INFO O| Aug 13 21:39:11.524 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36742024-08-13T21:39:13.059Z[ recovery-image] Aug 13 21:39:11.569 INFO O| Aug 13 21:39:11.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
36752024-08-13T21:39:13.059Z[ recovery-image] Aug 13 21:39:11.569 INFO O| Aug 13 21:39:11.569 INFO STEP 41 (remove_files) COMPLETE
36762024-08-13T21:39:13.059Z[ recovery-image] Aug 13 21:39:11.569 INFO O| Aug 13 21:39:11.569 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36772024-08-13T21:39:13.078Z[ recovery-image] Aug 13 21:39:11.587 INFO O| Aug 13 21:39:11.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
36782024-08-13T21:39:13.078Z[ recovery-image] Aug 13 21:39:11.588 INFO O| Aug 13 21:39:11.588 INFO STEP 42 (remove_files) COMPLETE
36792024-08-13T21:39:13.081Z[ recovery-image] Aug 13 21:39:11.588 INFO O| Aug 13 21:39:11.588 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36802024-08-13T21:39:13.123Z[ recovery-image] Aug 13 21:39:11.633 INFO O| Aug 13 21:39:11.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
36812024-08-13T21:39:13.123Z[ recovery-image] Aug 13 21:39:11.633 INFO O| Aug 13 21:39:11.633 INFO STEP 43 (remove_files) COMPLETE
36822024-08-13T21:39:13.125Z[ recovery-image] Aug 13 21:39:11.633 INFO O| Aug 13 21:39:11.633 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36832024-08-13T21:39:13.140Z[ recovery-image] Aug 13 21:39:11.650 INFO O| Aug 13 21:39:11.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
36842024-08-13T21:39:13.140Z[ recovery-image] Aug 13 21:39:11.650 INFO O| Aug 13 21:39:11.650 INFO STEP 44 (remove_files) COMPLETE
36852024-08-13T21:39:13.140Z[ recovery-image] Aug 13 21:39:11.650 INFO O| Aug 13 21:39:11.650 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36862024-08-13T21:39:13.155Z[ recovery-image] Aug 13 21:39:11.666 INFO O| Aug 13 21:39:11.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
36872024-08-13T21:39:13.155Z[ recovery-image] Aug 13 21:39:11.666 INFO O| Aug 13 21:39:11.666 INFO STEP 45 (remove_files) COMPLETE
36882024-08-13T21:39:13.155Z[ recovery-image] Aug 13 21:39:11.666 INFO O| Aug 13 21:39:11.666 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36892024-08-13T21:39:13.172Z[ recovery-image] Aug 13 21:39:11.681 INFO O| Aug 13 21:39:11.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
36902024-08-13T21:39:13.172Z[ recovery-image] Aug 13 21:39:11.681 INFO O| Aug 13 21:39:11.681 INFO STEP 46 (remove_files) COMPLETE
36912024-08-13T21:39:13.172Z[ recovery-image] Aug 13 21:39:11.681 INFO O| Aug 13 21:39:11.681 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36922024-08-13T21:39:13.189Z[ recovery-image] Aug 13 21:39:11.698 INFO O| Aug 13 21:39:11.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
36932024-08-13T21:39:13.189Z[ recovery-image] Aug 13 21:39:11.699 INFO O| Aug 13 21:39:11.698 INFO STEP 47 (remove_files) COMPLETE
36942024-08-13T21:39:13.189Z[ recovery-image] Aug 13 21:39:11.699 INFO O| Aug 13 21:39:11.699 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36952024-08-13T21:39:13.240Z[ recovery-image] Aug 13 21:39:11.750 INFO O| Aug 13 21:39:11.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
36962024-08-13T21:39:13.240Z[ recovery-image] Aug 13 21:39:11.750 INFO O| Aug 13 21:39:11.750 INFO STEP 48 (remove_files) COMPLETE
36972024-08-13T21:39:13.240Z[ recovery-image] Aug 13 21:39:11.750 INFO O| Aug 13 21:39:11.750 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36982024-08-13T21:39:13.255Z[ recovery-image] Aug 13 21:39:11.765 INFO O| Aug 13 21:39:11.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
36992024-08-13T21:39:13.255Z[ recovery-image] Aug 13 21:39:11.765 INFO O| Aug 13 21:39:11.765 INFO STEP 49 (remove_files) COMPLETE
37002024-08-13T21:39:13.255Z[ recovery-image] Aug 13 21:39:11.765 INFO O| Aug 13 21:39:11.765 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37012024-08-13T21:39:13.271Z[ recovery-image] Aug 13 21:39:11.781 INFO O| Aug 13 21:39:11.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37022024-08-13T21:39:13.271Z[ recovery-image] Aug 13 21:39:11.781 INFO O| Aug 13 21:39:11.781 INFO STEP 50 (remove_files) COMPLETE
37032024-08-13T21:39:13.273Z[ recovery-image] Aug 13 21:39:11.781 INFO O| Aug 13 21:39:11.781 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37042024-08-13T21:39:13.294Z[ recovery-image] Aug 13 21:39:11.804 INFO O| Aug 13 21:39:11.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37052024-08-13T21:39:13.294Z[ recovery-image] Aug 13 21:39:11.804 INFO O| Aug 13 21:39:11.804 INFO STEP 51 (remove_files) COMPLETE
37062024-08-13T21:39:13.297Z[ recovery-image] Aug 13 21:39:11.804 INFO O| Aug 13 21:39:11.804 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37072024-08-13T21:39:13.344Z[ recovery-image] Aug 13 21:39:11.854 INFO O| Aug 13 21:39:11.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37082024-08-13T21:39:13.344Z[ recovery-image] Aug 13 21:39:11.854 INFO O| Aug 13 21:39:11.854 INFO STEP 52 (remove_files) COMPLETE
37092024-08-13T21:39:13.347Z[ recovery-image] Aug 13 21:39:11.854 INFO O| Aug 13 21:39:11.854 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37102024-08-13T21:39:13.388Z[ recovery-image] Aug 13 21:39:11.898 INFO O| Aug 13 21:39:11.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37112024-08-13T21:39:13.388Z[ recovery-image] Aug 13 21:39:11.898 INFO O| Aug 13 21:39:11.898 INFO STEP 53 (remove_files) COMPLETE
37122024-08-13T21:39:13.388Z[ recovery-image] Aug 13 21:39:11.899 INFO O| Aug 13 21:39:11.898 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37132024-08-13T21:39:13.406Z[ recovery-image] Aug 13 21:39:11.916 INFO O| Aug 13 21:39:11.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37142024-08-13T21:39:13.406Z[ recovery-image] Aug 13 21:39:11.916 INFO O| Aug 13 21:39:11.916 INFO STEP 54 (remove_files) COMPLETE
37152024-08-13T21:39:13.406Z[ recovery-image] Aug 13 21:39:11.916 INFO O| Aug 13 21:39:11.916 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37162024-08-13T21:39:13.424Z[ recovery-image] Aug 13 21:39:11.933 INFO O| Aug 13 21:39:11.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37172024-08-13T21:39:13.424Z[ recovery-image] Aug 13 21:39:11.933 INFO O| Aug 13 21:39:11.933 INFO STEP 55 (remove_files) COMPLETE
37182024-08-13T21:39:13.424Z[ recovery-image] Aug 13 21:39:11.933 INFO O| Aug 13 21:39:11.933 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37192024-08-13T21:39:13.458Z[ recovery-image] Aug 13 21:39:11.968 INFO O| Aug 13 21:39:11.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37202024-08-13T21:39:13.461Z[ recovery-image] Aug 13 21:39:11.968 INFO O| Aug 13 21:39:11.968 INFO STEP 56 (remove_files) COMPLETE
37212024-08-13T21:39:13.461Z[ recovery-image] Aug 13 21:39:11.969 INFO O| Aug 13 21:39:11.968 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37222024-08-13T21:39:13.477Z[ recovery-image] Aug 13 21:39:11.987 INFO O| Aug 13 21:39:11.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37232024-08-13T21:39:13.479Z[ recovery-image] Aug 13 21:39:11.987 INFO O| Aug 13 21:39:11.987 INFO STEP 57 (remove_files) COMPLETE
37242024-08-13T21:39:13.479Z[ recovery-image] Aug 13 21:39:11.987 INFO O| Aug 13 21:39:11.987 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37252024-08-13T21:39:13.494Z[ recovery-image] Aug 13 21:39:12.005 INFO O| Aug 13 21:39:12.004 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37262024-08-13T21:39:13.494Z[ recovery-image] Aug 13 21:39:12.005 INFO O| Aug 13 21:39:12.005 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37272024-08-13T21:39:13.497Z[ recovery-image] Aug 13 21:39:12.005 INFO O| Aug 13 21:39:12.005 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37282024-08-13T21:39:13.497Z[ recovery-image] Aug 13 21:39:12.005 INFO O| Aug 13 21:39:12.005 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37292024-08-13T21:39:13.497Z[ recovery-image] Aug 13 21:39:12.005 INFO O| Aug 13 21:39:12.005 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37302024-08-13T21:39:13.497Z[ recovery-image] Aug 13 21:39:12.005 INFO O| Aug 13 21:39:12.005 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37312024-08-13T21:39:13.497Z[ recovery-image] Aug 13 21:39:12.006 INFO O| Aug 13 21:39:12.005 INFO ok!
37322024-08-13T21:39:13.497Z[ recovery-image] Aug 13 21:39:12.006 INFO O| Aug 13 21:39:12.006 INFO STEP 58 (ensure_file) COMPLETE
37332024-08-13T21:39:13.497Z[ recovery-image] Aug 13 21:39:12.006 INFO O| Aug 13 21:39:12.006 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37342024-08-13T21:39:13.512Z[ recovery-image] Aug 13 21:39:12.022 INFO O| Aug 13 21:39:12.022 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
37352024-08-13T21:39:13.515Z[ recovery-image] Aug 13 21:39:12.023 INFO O| Aug 13 21:39:12.022 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
37362024-08-13T21:39:13.515Z[ recovery-image] Aug 13 21:39:12.023 INFO O| Aug 13 21:39:12.023 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37372024-08-13T21:39:13.515Z[ recovery-image] Aug 13 21:39:12.023 INFO O| Aug 13 21:39:12.023 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37382024-08-13T21:39:13.515Z[ recovery-image] Aug 13 21:39:12.023 INFO O| Aug 13 21:39:12.023 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37392024-08-13T21:39:13.515Z[ recovery-image] Aug 13 21:39:12.023 INFO O| Aug 13 21:39:12.023 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37402024-08-13T21:39:13.515Z[ recovery-image] Aug 13 21:39:12.023 INFO O| Aug 13 21:39:12.023 INFO ok!
37412024-08-13T21:39:13.515Z[ recovery-image] Aug 13 21:39:12.023 INFO O| Aug 13 21:39:12.023 INFO STEP 59 (ensure_file) COMPLETE
37422024-08-13T21:39:13.515Z[ recovery-image] Aug 13 21:39:12.024 INFO O| Aug 13 21:39:12.024 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37432024-08-13T21:39:13.578Z[ recovery-image] Aug 13 21:39:12.088 INFO O| Aug 13 21:39:12.088 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
37442024-08-13T21:39:13.578Z[ recovery-image] Aug 13 21:39:12.088 INFO O| Aug 13 21:39:12.088 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
37452024-08-13T21:39:13.580Z[ recovery-image] Aug 13 21:39:12.088 INFO O| Aug 13 21:39:12.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
37462024-08-13T21:39:13.580Z[ recovery-image] Aug 13 21:39:12.088 INFO O| Aug 13 21:39:12.088 INFO ok!
37472024-08-13T21:39:13.580Z[ recovery-image] Aug 13 21:39:12.088 INFO O| Aug 13 21:39:12.088 INFO STEP 60 (ensure_file) COMPLETE
37482024-08-13T21:39:13.580Z[ recovery-image] Aug 13 21:39:12.089 INFO O| Aug 13 21:39:12.088 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37492024-08-13T21:39:13.598Z[ recovery-image] Aug 13 21:39:12.108 INFO O| Aug 13 21:39:12.108 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
37502024-08-13T21:39:13.598Z[ recovery-image] Aug 13 21:39:12.108 INFO O| Aug 13 21:39:12.108 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
37512024-08-13T21:39:13.602Z[ recovery-image] Aug 13 21:39:12.109 INFO O| Aug 13 21:39:12.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
37522024-08-13T21:39:13.602Z[ recovery-image] Aug 13 21:39:12.109 INFO O| Aug 13 21:39:12.109 INFO ok!
37532024-08-13T21:39:13.602Z[ recovery-image] Aug 13 21:39:12.109 INFO O| Aug 13 21:39:12.109 INFO STEP 61 (ensure_file) COMPLETE
37542024-08-13T21:39:13.602Z[ recovery-image] Aug 13 21:39:12.109 INFO O| Aug 13 21:39:12.109 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37552024-08-13T21:39:13.660Z[ recovery-image] Aug 13 21:39:12.170 INFO O| Aug 13 21:39:12.170 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
37562024-08-13T21:39:13.660Z[ recovery-image] Aug 13 21:39:12.170 INFO O| Aug 13 21:39:12.170 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
37572024-08-13T21:39:13.662Z[ recovery-image] Aug 13 21:39:12.170 INFO O| Aug 13 21:39:12.170 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37582024-08-13T21:39:13.662Z[ recovery-image] Aug 13 21:39:12.170 INFO O| Aug 13 21:39:12.170 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37592024-08-13T21:39:13.662Z[ recovery-image] Aug 13 21:39:12.170 INFO O| Aug 13 21:39:12.170 INFO ok!
37602024-08-13T21:39:13.662Z[ recovery-image] Aug 13 21:39:12.170 INFO O| Aug 13 21:39:12.170 INFO STEP 62 (ensure_file) COMPLETE
37612024-08-13T21:39:13.662Z[ recovery-image] Aug 13 21:39:12.170 INFO O| Aug 13 21:39:12.170 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-08-13T21:39:13.678Z[ recovery-image] Aug 13 21:39:12.188 INFO O| Aug 13 21:39:12.188 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
37632024-08-13T21:39:13.678Z[ recovery-image] Aug 13 21:39:12.188 INFO O| Aug 13 21:39:12.188 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
37642024-08-13T21:39:13.678Z[ recovery-image] Aug 13 21:39:12.188 INFO O| Aug 13 21:39:12.188 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37652024-08-13T21:39:13.678Z[ recovery-image] Aug 13 21:39:12.188 INFO O| Aug 13 21:39:12.188 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37662024-08-13T21:39:13.680Z[ recovery-image] Aug 13 21:39:12.188 INFO O| Aug 13 21:39:12.188 INFO ok!
37672024-08-13T21:39:13.680Z[ recovery-image] Aug 13 21:39:12.188 INFO O| Aug 13 21:39:12.188 INFO STEP 63 (ensure_file) COMPLETE
37682024-08-13T21:39:13.680Z[ recovery-image] Aug 13 21:39:12.188 INFO O| Aug 13 21:39:12.188 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-08-13T21:39:13.696Z[ recovery-image] Aug 13 21:39:12.206 INFO O| Aug 13 21:39:12.206 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
37702024-08-13T21:39:13.696Z[ recovery-image] Aug 13 21:39:12.206 INFO O| Aug 13 21:39:12.206 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
37712024-08-13T21:39:13.696Z[ recovery-image] Aug 13 21:39:12.206 INFO O| Aug 13 21:39:12.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
37722024-08-13T21:39:13.696Z[ recovery-image] Aug 13 21:39:12.206 INFO O| Aug 13 21:39:12.206 INFO ok!
37732024-08-13T21:39:13.696Z[ recovery-image] Aug 13 21:39:12.206 INFO O| Aug 13 21:39:12.206 INFO STEP 64 (assemble_files) COMPLETE
37742024-08-13T21:39:13.696Z[ recovery-image] Aug 13 21:39:12.206 INFO O| Aug 13 21:39:12.206 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-08-13T21:39:13.712Z[ recovery-image] Aug 13 21:39:12.222 INFO O| Aug 13 21:39:12.222 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
37762024-08-13T21:39:13.712Z[ recovery-image] Aug 13 21:39:12.222 INFO O| Aug 13 21:39:12.222 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
37772024-08-13T21:39:13.715Z[ recovery-image] Aug 13 21:39:12.223 INFO O| Aug 13 21:39:12.223 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37782024-08-13T21:39:13.715Z[ recovery-image] Aug 13 21:39:12.223 INFO O| Aug 13 21:39:12.223 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37792024-08-13T21:39:13.715Z[ recovery-image] Aug 13 21:39:12.223 INFO O| Aug 13 21:39:12.223 INFO ok!
37802024-08-13T21:39:13.715Z[ recovery-image] Aug 13 21:39:12.223 INFO O| Aug 13 21:39:12.223 INFO STEP 65 (ensure_file) COMPLETE
37812024-08-13T21:39:13.715Z[ recovery-image] Aug 13 21:39:12.223 INFO O| Aug 13 21:39:12.223 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37822024-08-13T21:39:13.715Z[ recovery-image] Aug 13 21:39:12.223 INFO O| Aug 13 21:39:12.223 INFO skip step because feature "omicron1" is not enabled
37832024-08-13T21:39:13.715Z[ recovery-image] Aug 13 21:39:12.223 INFO O| Aug 13 21:39:12.223 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-08-13T21:39:13.715Z[ recovery-image] Aug 13 21:39:12.223 INFO O| Aug 13 21:39:12.223 INFO skip step because feature "omicron1" is not enabled
37852024-08-13T21:39:13.715Z[ recovery-image] Aug 13 21:39:12.223 INFO O| Aug 13 21:39:12.223 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-08-13T21:39:13.715Z[ recovery-image] Aug 13 21:39:12.223 INFO O| Aug 13 21:39:12.223 INFO skip step because feature "omicron1" is not enabled
37872024-08-13T21:39:13.715Z[ recovery-image] Aug 13 21:39:12.223 INFO O| Aug 13 21:39:12.223 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37882024-08-13T21:39:13.743Z[ recovery-image] Aug 13 21:39:12.251 INFO O| Aug 13 21:39:12.251 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
37892024-08-13T21:39:13.743Z[ recovery-image] Aug 13 21:39:12.251 INFO O| Aug 13 21:39:12.251 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
37902024-08-13T21:39:15.870Z[ host-image] Aug 13 21:39:14.380 INFO O| Aug 13 21:39:14.380 INFO O| Planning: Solver setup ... Done
37912024-08-13T21:39:15.877Z[ host-image] Aug 13 21:39:14.387 INFO O| Aug 13 21:39:14.387 INFO O| Planning: Running solver ... Done
37922024-08-13T21:39:15.934Z[ host-image] Aug 13 21:39:14.444 INFO O| Aug 13 21:39:14.444 INFO O| Planning: Finding local manifests ... Done
37932024-08-13T21:39:15.937Z[ host-image] Aug 13 21:39:14.446 INFO O| Aug 13 21:39:14.446 INFO O| Planning: Fetching manifests: 0/4 0% complete
37942024-08-13T21:39:16.119Z[ host-image] Aug 13 21:39:14.628 INFO O| Aug 13 21:39:14.628 INFO O| Planning: Fetching manifests: 4/4 100% complete
37952024-08-13T21:39:16.208Z[ host-image] Aug 13 21:39:14.717 INFO O| Aug 13 21:39:14.716 INFO O| Planning: Package planning ... Done
37962024-08-13T21:39:16.212Z[ host-image] Aug 13 21:39:14.722 INFO O| Aug 13 21:39:14.721 INFO O| Planning: Merging actions ... Done
37972024-08-13T21:39:16.502Z[ host-image] Aug 13 21:39:15.012 INFO O| Aug 13 21:39:15.012 INFO O| Planning: Checking for conflicting actions ... Done
37982024-08-13T21:39:16.505Z[ host-image] Aug 13 21:39:15.014 INFO O| Aug 13 21:39:15.014 INFO O| Planning: Consolidating action changes ... Done
37992024-08-13T21:39:16.879Z[ recovery-image] Aug 13 21:39:15.388 INFO O| Aug 13 21:39:15.388 INFO STEP 69 (pack_tar) COMPLETE
38002024-08-13T21:39:16.879Z[ recovery-image] Aug 13 21:39:15.389 INFO O| Aug 13 21:39:15.388 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38012024-08-13T21:39:16.879Z[ recovery-image] Aug 13 21:39:15.389 INFO O| Aug 13 21:39:15.388 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38022024-08-13T21:39:16.897Z[ host-image] Aug 13 21:39:15.398 INFO O| Aug 13 21:39:15.397 INFO O| Planning: Evaluating mediators ... Done
38032024-08-13T21:39:16.900Z[ host-image] Aug 13 21:39:15.407 INFO O| Aug 13 21:39:15.407 INFO O| Planning: Planning completed in 4.36 seconds
38042024-08-13T21:39:16.900Z[ host-image] Aug 13 21:39:15.407 INFO O| Aug 13 21:39:15.407 INFO O| Packages to install: 4
38052024-08-13T21:39:16.900Z[ host-image] Aug 13 21:39:15.407 INFO O| Aug 13 21:39:15.407 INFO O| Services to change: 2
38062024-08-13T21:39:16.920Z[ host-image] Aug 13 21:39:15.430 INFO O| Aug 13 21:39:15.430 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
38072024-08-13T21:39:17.015Z[ recovery-image] Aug 13 21:39:15.525 INFO O| Aug 13 21:39:15.525 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38082024-08-13T21:39:17.098Z[ recovery-image] Aug 13 21:39:15.608 INFO O| Aug 13 21:39:15.608 INFO completed processing gimlet/ramdisk-02-trim
38092024-08-13T21:39:17.101Z[ recovery-image] Aug 13 21:39:15.611 INFO image builder template: ramdisk-03-recovery-trim...
38102024-08-13T21:39:17.101Z[ recovery-image] Aug 13 21:39:15.611 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/.tmpR7Wfvw/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
38112024-08-13T21:39:17.208Z[ recovery-image] Aug 13 21:39:15.716 INFO O| Aug 13 21:39:15.716 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38122024-08-13T21:39:17.214Z[ recovery-image] Aug 13 21:39:15.723 INFO O| Aug 13 21:39:15.723 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38132024-08-13T21:39:17.327Z[ recovery-image] Aug 13 21:39:15.836 INFO O| Aug 13 21:39:15.836 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38142024-08-13T21:39:17.392Z[ recovery-image] Aug 13 21:39:15.902 INFO O| Aug 13 21:39:15.901 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38152024-08-13T21:39:17.394Z[ recovery-image] Aug 13 21:39:15.902 INFO O| Aug 13 21:39:15.902 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38162024-08-13T21:39:17.407Z[ recovery-image] Aug 13 21:39:15.916 INFO O| Aug 13 21:39:15.916 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38172024-08-13T21:39:17.414Z[ recovery-image] Aug 13 21:39:15.924 INFO O| Aug 13 21:39:15.924 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38182024-08-13T21:39:17.423Z[ recovery-image] Aug 13 21:39:15.932 INFO O| Aug 13 21:39:15.932 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38192024-08-13T21:39:17.629Z[ host-image] Aug 13 21:39:16.138 INFO O| Aug 13 21:39:16.138 INFO O| Download: Completed 1.39 MB in 0.71 seconds (2.0M/s)
38202024-08-13T21:39:17.750Z[ host-image] Aug 13 21:39:16.259 INFO O| Aug 13 21:39:16.259 INFO O| Actions: 1/238 actions (Installing new actions)
38212024-08-13T21:39:17.864Z[ recovery-image] Aug 13 21:39:16.373 INFO O| Aug 13 21:39:16.373 INFO rolled back to input snapshot; work may begin
38222024-08-13T21:39:17.864Z[ recovery-image] Aug 13 21:39:16.373 INFO O| Aug 13 21:39:16.373 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38232024-08-13T21:39:17.878Z[ recovery-image] Aug 13 21:39:16.388 INFO O| Aug 13 21:39:16.388 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38242024-08-13T21:39:17.895Z[ recovery-image] Aug 13 21:39:16.405 INFO O| Aug 13 21:39:16.404 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38252024-08-13T21:39:17.908Z[ recovery-image] Aug 13 21:39:16.417 INFO O| Aug 13 21:39:16.417 INFO STEP 0 (remove_files) COMPLETE
38262024-08-13T21:39:17.908Z[ recovery-image] Aug 13 21:39:16.417 INFO O| Aug 13 21:39:16.417 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38272024-08-13T21:39:17.925Z[ recovery-image] Aug 13 21:39:16.434 INFO O| Aug 13 21:39:16.434 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38282024-08-13T21:39:17.963Z[ host-image] Aug 13 21:39:16.473 INFO O| Aug 13 21:39:16.473 INFO O| Actions: Completed 238 actions in 0.21 seconds.
38292024-08-13T21:39:18.118Z[ recovery-image] Aug 13 21:39:16.627 INFO O| Aug 13 21:39:16.627 INFO STEP 1 (remove_files) COMPLETE
38302024-08-13T21:39:18.118Z[ recovery-image] Aug 13 21:39:16.627 INFO O| Aug 13 21:39:16.627 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38312024-08-13T21:39:18.147Z[ recovery-image] Aug 13 21:39:16.656 INFO O| Aug 13 21:39:16.656 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38322024-08-13T21:39:18.171Z[ recovery-image] Aug 13 21:39:16.680 INFO O| Aug 13 21:39:16.680 INFO STEP 2 (remove_files) COMPLETE
38332024-08-13T21:39:18.171Z[ recovery-image] Aug 13 21:39:16.681 INFO O| Aug 13 21:39:16.680 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38342024-08-13T21:39:18.190Z[ recovery-image] Aug 13 21:39:16.700 INFO O| Aug 13 21:39:16.700 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38352024-08-13T21:39:18.283Z[ recovery-image] Aug 13 21:39:16.792 INFO O| Aug 13 21:39:16.792 INFO STEP 3 (remove_files) COMPLETE
38362024-08-13T21:39:18.283Z[ recovery-image] Aug 13 21:39:16.792 INFO O| Aug 13 21:39:16.792 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38372024-08-13T21:39:18.303Z[ recovery-image] Aug 13 21:39:16.812 INFO O| Aug 13 21:39:16.812 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38382024-08-13T21:39:18.318Z[ host-image] Aug 13 21:39:16.827 INFO O| Aug 13 21:39:16.827 INFO O| Done
38392024-08-13T21:39:18.318Z[ host-image] Aug 13 21:39:16.827 INFO O| Aug 13 21:39:16.827 INFO O| Done
38402024-08-13T21:39:18.799Z[ recovery-image] Aug 13 21:39:17.309 INFO O| Aug 13 21:39:17.309 INFO STEP 4 (remove_files) COMPLETE
38412024-08-13T21:39:18.799Z[ recovery-image] Aug 13 21:39:17.309 INFO O| Aug 13 21:39:17.309 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38422024-08-13T21:39:18.819Z[ recovery-image] Aug 13 21:39:17.329 INFO O| Aug 13 21:39:17.328 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38432024-08-13T21:39:18.826Z[ recovery-image] Aug 13 21:39:17.335 INFO O| Aug 13 21:39:17.335 INFO STEP 5 (remove_files) COMPLETE
38442024-08-13T21:39:18.826Z[ recovery-image] Aug 13 21:39:17.336 INFO O| Aug 13 21:39:17.335 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38452024-08-13T21:39:18.884Z[ recovery-image] Aug 13 21:39:17.393 INFO O| Aug 13 21:39:17.393 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38462024-08-13T21:39:18.909Z[ recovery-image] Aug 13 21:39:17.417 INFO O| Aug 13 21:39:17.417 INFO STEP 6 (remove_files) COMPLETE
38472024-08-13T21:39:18.909Z[ recovery-image] Aug 13 21:39:17.417 INFO O| Aug 13 21:39:17.417 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38482024-08-13T21:39:18.970Z[ recovery-image] Aug 13 21:39:17.479 INFO O| Aug 13 21:39:17.479 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38492024-08-13T21:39:18.998Z[ recovery-image] Aug 13 21:39:17.506 INFO O| Aug 13 21:39:17.506 INFO STEP 7 (remove_files) COMPLETE
38502024-08-13T21:39:18.998Z[ recovery-image] Aug 13 21:39:17.506 INFO O| Aug 13 21:39:17.506 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38512024-08-13T21:39:19.052Z[ recovery-image] Aug 13 21:39:17.561 INFO O| Aug 13 21:39:17.561 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
38522024-08-13T21:39:19.054Z[ recovery-image] Aug 13 21:39:17.564 INFO O| Aug 13 21:39:17.564 INFO STEP 8 (remove_files) COMPLETE
38532024-08-13T21:39:19.054Z[ recovery-image] Aug 13 21:39:17.564 INFO O| Aug 13 21:39:17.564 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38542024-08-13T21:39:19.081Z[ recovery-image] Aug 13 21:39:17.590 INFO O| Aug 13 21:39:17.590 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
38552024-08-13T21:39:19.083Z[ recovery-image] Aug 13 21:39:17.590 INFO O| Aug 13 21:39:17.590 INFO STEP 9 (remove_files) COMPLETE
38562024-08-13T21:39:19.083Z[ recovery-image] Aug 13 21:39:17.590 INFO O| Aug 13 21:39:17.590 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38572024-08-13T21:39:19.083Z[ host-image] Aug 13 21:39:17.591 INFO O| Aug 13 21:39:17.591 INFO O| Done
38582024-08-13T21:39:19.129Z[ recovery-image] Aug 13 21:39:17.638 INFO O| Aug 13 21:39:17.638 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
38592024-08-13T21:39:19.155Z[ recovery-image] Aug 13 21:39:17.664 INFO O| Aug 13 21:39:17.664 INFO STEP 10 (remove_files) COMPLETE
38602024-08-13T21:39:19.155Z[ recovery-image] Aug 13 21:39:17.664 INFO O| Aug 13 21:39:17.664 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38612024-08-13T21:39:19.192Z[ recovery-image] Aug 13 21:39:17.702 INFO O| Aug 13 21:39:17.702 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
38622024-08-13T21:39:19.720Z[ recovery-image] Aug 13 21:39:18.229 INFO O| Aug 13 21:39:18.229 INFO STEP 11 (remove_files) COMPLETE
38632024-08-13T21:39:19.720Z[ recovery-image] Aug 13 21:39:18.229 INFO O| Aug 13 21:39:18.229 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38642024-08-13T21:39:19.739Z[ recovery-image] Aug 13 21:39:18.249 INFO O| Aug 13 21:39:18.249 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
38652024-08-13T21:39:19.742Z[ recovery-image] Aug 13 21:39:18.251 INFO O| Aug 13 21:39:18.251 INFO STEP 12 (remove_files) COMPLETE
38662024-08-13T21:39:19.742Z[ recovery-image] Aug 13 21:39:18.251 INFO O| Aug 13 21:39:18.251 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38672024-08-13T21:39:19.761Z[ recovery-image] Aug 13 21:39:18.270 INFO O| Aug 13 21:39:18.270 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
38682024-08-13T21:39:19.763Z[ recovery-image] Aug 13 21:39:18.273 INFO O| Aug 13 21:39:18.273 INFO STEP 13 (remove_files) COMPLETE
38692024-08-13T21:39:19.763Z[ recovery-image] Aug 13 21:39:18.273 INFO O| Aug 13 21:39:18.273 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38702024-08-13T21:39:19.785Z[ recovery-image] Aug 13 21:39:18.295 INFO O| Aug 13 21:39:18.295 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
38712024-08-13T21:39:19.788Z[ recovery-image] Aug 13 21:39:18.295 INFO O| Aug 13 21:39:18.295 INFO STEP 14 (remove_files) COMPLETE
38722024-08-13T21:39:19.788Z[ recovery-image] Aug 13 21:39:18.296 INFO O| Aug 13 21:39:18.295 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38732024-08-13T21:39:19.807Z[ recovery-image] Aug 13 21:39:18.316 INFO O| Aug 13 21:39:18.316 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
38742024-08-13T21:39:19.809Z[ recovery-image] Aug 13 21:39:18.317 INFO O| Aug 13 21:39:18.317 INFO STEP 15 (remove_files) COMPLETE
38752024-08-13T21:39:19.809Z[ recovery-image] Aug 13 21:39:18.317 INFO O| Aug 13 21:39:18.317 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38762024-08-13T21:39:19.827Z[ recovery-image] Aug 13 21:39:18.336 INFO O| Aug 13 21:39:18.336 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
38772024-08-13T21:39:19.835Z[ recovery-image] Aug 13 21:39:18.345 INFO O| Aug 13 21:39:18.345 INFO STEP 16 (remove_files) COMPLETE
38782024-08-13T21:39:19.835Z[ recovery-image] Aug 13 21:39:18.345 INFO O| Aug 13 21:39:18.345 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38792024-08-13T21:39:19.855Z[ recovery-image] Aug 13 21:39:18.364 INFO O| Aug 13 21:39:18.364 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
38802024-08-13T21:39:19.857Z[ recovery-image] Aug 13 21:39:18.364 INFO O| Aug 13 21:39:18.364 INFO STEP 17 (remove_files) COMPLETE
38812024-08-13T21:39:19.857Z[ recovery-image] Aug 13 21:39:18.364 INFO O| Aug 13 21:39:18.364 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38822024-08-13T21:39:19.873Z[ recovery-image] Aug 13 21:39:18.382 INFO O| Aug 13 21:39:18.382 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
38832024-08-13T21:39:19.875Z[ recovery-image] Aug 13 21:39:18.383 INFO O| Aug 13 21:39:18.382 INFO STEP 18 (remove_files) COMPLETE
38842024-08-13T21:39:19.875Z[ recovery-image] Aug 13 21:39:18.383 INFO O| Aug 13 21:39:18.383 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38852024-08-13T21:39:19.890Z[ recovery-image] Aug 13 21:39:18.400 INFO O| Aug 13 21:39:18.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
38862024-08-13T21:39:19.946Z[ recovery-image] Aug 13 21:39:18.455 INFO O| Aug 13 21:39:18.455 INFO STEP 19 (remove_files) COMPLETE
38872024-08-13T21:39:19.946Z[ recovery-image] Aug 13 21:39:18.455 INFO O| Aug 13 21:39:18.455 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38882024-08-13T21:39:19.967Z[ recovery-image] Aug 13 21:39:18.476 INFO O| Aug 13 21:39:18.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
38892024-08-13T21:39:19.969Z[ recovery-image] Aug 13 21:39:18.477 INFO O| Aug 13 21:39:18.477 INFO STEP 20 (remove_files) COMPLETE
38902024-08-13T21:39:19.969Z[ recovery-image] Aug 13 21:39:18.477 INFO O| Aug 13 21:39:18.477 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38912024-08-13T21:39:19.987Z[ recovery-image] Aug 13 21:39:18.496 INFO O| Aug 13 21:39:18.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
38922024-08-13T21:39:19.989Z[ recovery-image] Aug 13 21:39:18.497 INFO O| Aug 13 21:39:18.497 INFO STEP 21 (remove_files) COMPLETE
38932024-08-13T21:39:19.989Z[ recovery-image] Aug 13 21:39:18.497 INFO O| Aug 13 21:39:18.497 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38942024-08-13T21:39:20.005Z[ recovery-image] Aug 13 21:39:18.514 INFO O| Aug 13 21:39:18.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
38952024-08-13T21:39:20.007Z[ recovery-image] Aug 13 21:39:18.514 INFO O| Aug 13 21:39:18.514 INFO STEP 22 (remove_files) COMPLETE
38962024-08-13T21:39:20.007Z[ recovery-image] Aug 13 21:39:18.514 INFO O| Aug 13 21:39:18.514 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38972024-08-13T21:39:20.025Z[ recovery-image] Aug 13 21:39:18.535 INFO O| Aug 13 21:39:18.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
38982024-08-13T21:39:20.028Z[ recovery-image] Aug 13 21:39:18.535 INFO O| Aug 13 21:39:18.535 INFO STEP 23 (remove_files) COMPLETE
38992024-08-13T21:39:20.028Z[ recovery-image] Aug 13 21:39:18.535 INFO O| Aug 13 21:39:18.535 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39002024-08-13T21:39:20.046Z[ recovery-image] Aug 13 21:39:18.555 INFO O| Aug 13 21:39:18.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39012024-08-13T21:39:20.046Z[ recovery-image] Aug 13 21:39:18.555 INFO O| Aug 13 21:39:18.555 INFO STEP 24 (remove_files) COMPLETE
39022024-08-13T21:39:20.046Z[ recovery-image] Aug 13 21:39:18.555 INFO O| Aug 13 21:39:18.555 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39032024-08-13T21:39:20.062Z[ recovery-image] Aug 13 21:39:18.572 INFO O| Aug 13 21:39:18.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39042024-08-13T21:39:20.062Z[ recovery-image] Aug 13 21:39:18.572 INFO O| Aug 13 21:39:18.572 INFO STEP 25 (remove_files) COMPLETE
39052024-08-13T21:39:20.065Z[ recovery-image] Aug 13 21:39:18.572 INFO O| Aug 13 21:39:18.572 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39062024-08-13T21:39:20.080Z[ recovery-image] Aug 13 21:39:18.589 INFO O| Aug 13 21:39:18.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39072024-08-13T21:39:20.082Z[ recovery-image] Aug 13 21:39:18.590 INFO O| Aug 13 21:39:18.589 INFO STEP 26 (remove_files) COMPLETE
39082024-08-13T21:39:20.082Z[ recovery-image] Aug 13 21:39:18.590 INFO O| Aug 13 21:39:18.589 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39092024-08-13T21:39:20.098Z[ recovery-image] Aug 13 21:39:18.607 INFO O| Aug 13 21:39:18.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39102024-08-13T21:39:20.098Z[ recovery-image] Aug 13 21:39:18.607 INFO O| Aug 13 21:39:18.607 INFO STEP 27 (remove_files) COMPLETE
39112024-08-13T21:39:20.100Z[ recovery-image] Aug 13 21:39:18.607 INFO O| Aug 13 21:39:18.607 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39122024-08-13T21:39:20.114Z[ recovery-image] Aug 13 21:39:18.623 INFO O| Aug 13 21:39:18.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39132024-08-13T21:39:20.116Z[ recovery-image] Aug 13 21:39:18.624 INFO O| Aug 13 21:39:18.624 INFO STEP 28 (remove_files) COMPLETE
39142024-08-13T21:39:20.116Z[ recovery-image] Aug 13 21:39:18.624 INFO O| Aug 13 21:39:18.624 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39152024-08-13T21:39:20.130Z[ recovery-image] Aug 13 21:39:18.639 INFO O| Aug 13 21:39:18.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39162024-08-13T21:39:20.132Z[ recovery-image] Aug 13 21:39:18.639 INFO O| Aug 13 21:39:18.639 INFO STEP 29 (remove_files) COMPLETE
39172024-08-13T21:39:20.132Z[ recovery-image] Aug 13 21:39:18.639 INFO O| Aug 13 21:39:18.639 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39182024-08-13T21:39:20.143Z[ recovery-image] Aug 13 21:39:18.652 INFO O| Aug 13 21:39:18.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39192024-08-13T21:39:20.143Z[ recovery-image] Aug 13 21:39:18.652 INFO O| Aug 13 21:39:18.652 INFO STEP 30 (remove_files) COMPLETE
39202024-08-13T21:39:20.145Z[ recovery-image] Aug 13 21:39:18.652 INFO O| Aug 13 21:39:18.652 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39212024-08-13T21:39:20.155Z[ recovery-image] Aug 13 21:39:18.664 INFO O| Aug 13 21:39:18.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39222024-08-13T21:39:20.155Z[ recovery-image] Aug 13 21:39:18.665 INFO O| Aug 13 21:39:18.664 INFO STEP 31 (remove_files) COMPLETE
39232024-08-13T21:39:20.157Z[ recovery-image] Aug 13 21:39:18.665 INFO O| Aug 13 21:39:18.665 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39242024-08-13T21:39:20.172Z[ recovery-image] Aug 13 21:39:18.681 INFO O| Aug 13 21:39:18.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39252024-08-13T21:39:20.172Z[ recovery-image] Aug 13 21:39:18.682 INFO O| Aug 13 21:39:18.681 INFO STEP 32 (remove_files) COMPLETE
39262024-08-13T21:39:20.172Z[ recovery-image] Aug 13 21:39:18.682 INFO O| Aug 13 21:39:18.682 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39272024-08-13T21:39:20.188Z[ recovery-image] Aug 13 21:39:18.698 INFO O| Aug 13 21:39:18.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39282024-08-13T21:39:20.191Z[ recovery-image] Aug 13 21:39:18.698 INFO O| Aug 13 21:39:18.698 INFO STEP 33 (remove_files) COMPLETE
39292024-08-13T21:39:20.191Z[ recovery-image] Aug 13 21:39:18.698 INFO O| Aug 13 21:39:18.698 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39302024-08-13T21:39:20.206Z[ recovery-image] Aug 13 21:39:18.715 INFO O| Aug 13 21:39:18.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39312024-08-13T21:39:20.206Z[ recovery-image] Aug 13 21:39:18.716 INFO O| Aug 13 21:39:18.716 INFO STEP 34 (remove_files) COMPLETE
39322024-08-13T21:39:20.209Z[ recovery-image] Aug 13 21:39:18.716 INFO O| Aug 13 21:39:18.716 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39332024-08-13T21:39:20.224Z[ recovery-image] Aug 13 21:39:18.733 INFO O| Aug 13 21:39:18.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39342024-08-13T21:39:20.224Z[ recovery-image] Aug 13 21:39:18.734 INFO O| Aug 13 21:39:18.733 INFO STEP 35 (remove_files) COMPLETE
39352024-08-13T21:39:20.224Z[ recovery-image] Aug 13 21:39:18.734 INFO O| Aug 13 21:39:18.733 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39362024-08-13T21:39:20.239Z[ recovery-image] Aug 13 21:39:18.748 INFO O| Aug 13 21:39:18.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39372024-08-13T21:39:20.239Z[ recovery-image] Aug 13 21:39:18.748 INFO O| Aug 13 21:39:18.748 INFO STEP 36 (remove_files) COMPLETE
39382024-08-13T21:39:20.241Z[ recovery-image] Aug 13 21:39:18.748 INFO O| Aug 13 21:39:18.748 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39392024-08-13T21:39:20.257Z[ recovery-image] Aug 13 21:39:18.766 INFO O| Aug 13 21:39:18.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39402024-08-13T21:39:20.260Z[ recovery-image] Aug 13 21:39:18.767 INFO O| Aug 13 21:39:18.767 INFO STEP 37 (remove_files) COMPLETE
39412024-08-13T21:39:20.260Z[ recovery-image] Aug 13 21:39:18.767 INFO O| Aug 13 21:39:18.767 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39422024-08-13T21:39:20.274Z[ recovery-image] Aug 13 21:39:18.783 INFO O| Aug 13 21:39:18.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39432024-08-13T21:39:20.274Z[ recovery-image] Aug 13 21:39:18.783 INFO O| Aug 13 21:39:18.783 INFO STEP 38 (remove_files) COMPLETE
39442024-08-13T21:39:20.276Z[ recovery-image] Aug 13 21:39:18.783 INFO O| Aug 13 21:39:18.783 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39452024-08-13T21:39:20.287Z[ recovery-image] Aug 13 21:39:18.796 INFO O| Aug 13 21:39:18.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39462024-08-13T21:39:20.287Z[ recovery-image] Aug 13 21:39:18.796 INFO O| Aug 13 21:39:18.796 INFO STEP 39 (remove_files) COMPLETE
39472024-08-13T21:39:20.290Z[ recovery-image] Aug 13 21:39:18.796 INFO O| Aug 13 21:39:18.796 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39482024-08-13T21:39:20.298Z[ recovery-image] Aug 13 21:39:18.808 INFO O| Aug 13 21:39:18.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39492024-08-13T21:39:20.298Z[ recovery-image] Aug 13 21:39:18.808 INFO O| Aug 13 21:39:18.808 INFO STEP 40 (remove_files) COMPLETE
39502024-08-13T21:39:20.301Z[ recovery-image] Aug 13 21:39:18.808 INFO O| Aug 13 21:39:18.808 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39512024-08-13T21:39:20.315Z[ recovery-image] Aug 13 21:39:18.824 INFO O| Aug 13 21:39:18.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39522024-08-13T21:39:20.315Z[ recovery-image] Aug 13 21:39:18.824 INFO O| Aug 13 21:39:18.824 INFO STEP 41 (remove_files) COMPLETE
39532024-08-13T21:39:20.315Z[ recovery-image] Aug 13 21:39:18.825 INFO O| Aug 13 21:39:18.824 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39542024-08-13T21:39:20.333Z[ recovery-image] Aug 13 21:39:18.841 INFO O| Aug 13 21:39:18.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
39552024-08-13T21:39:20.333Z[ recovery-image] Aug 13 21:39:18.841 INFO O| Aug 13 21:39:18.841 INFO STEP 42 (remove_files) COMPLETE
39562024-08-13T21:39:20.335Z[ recovery-image] Aug 13 21:39:18.841 INFO O| Aug 13 21:39:18.841 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39572024-08-13T21:39:20.347Z[ recovery-image] Aug 13 21:39:18.856 INFO O| Aug 13 21:39:18.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
39582024-08-13T21:39:20.347Z[ recovery-image] Aug 13 21:39:18.856 INFO O| Aug 13 21:39:18.856 INFO STEP 43 (remove_files) COMPLETE
39592024-08-13T21:39:20.349Z[ recovery-image] Aug 13 21:39:18.857 INFO O| Aug 13 21:39:18.856 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39602024-08-13T21:39:20.364Z[ recovery-image] Aug 13 21:39:18.873 INFO O| Aug 13 21:39:18.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
39612024-08-13T21:39:20.364Z[ recovery-image] Aug 13 21:39:18.874 INFO O| Aug 13 21:39:18.874 INFO STEP 44 (remove_files) COMPLETE
39622024-08-13T21:39:20.364Z[ recovery-image] Aug 13 21:39:18.874 INFO O| Aug 13 21:39:18.874 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39632024-08-13T21:39:20.381Z[ recovery-image] Aug 13 21:39:18.890 INFO O| Aug 13 21:39:18.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
39642024-08-13T21:39:20.383Z[ recovery-image] Aug 13 21:39:18.891 INFO O| Aug 13 21:39:18.891 INFO STEP 45 (remove_files) COMPLETE
39652024-08-13T21:39:20.383Z[ recovery-image] Aug 13 21:39:18.891 INFO O| Aug 13 21:39:18.891 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39662024-08-13T21:39:20.393Z[ recovery-image] Aug 13 21:39:18.903 INFO O| Aug 13 21:39:18.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
39672024-08-13T21:39:20.393Z[ recovery-image] Aug 13 21:39:18.903 INFO O| Aug 13 21:39:18.903 INFO STEP 46 (remove_files) COMPLETE
39682024-08-13T21:39:20.393Z[ recovery-image] Aug 13 21:39:18.903 INFO O| Aug 13 21:39:18.903 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39692024-08-13T21:39:20.408Z[ recovery-image] Aug 13 21:39:18.917 INFO O| Aug 13 21:39:18.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
39702024-08-13T21:39:20.408Z[ recovery-image] Aug 13 21:39:18.917 INFO O| Aug 13 21:39:18.917 INFO STEP 47 (remove_files) COMPLETE
39712024-08-13T21:39:20.410Z[ recovery-image] Aug 13 21:39:18.917 INFO O| Aug 13 21:39:18.917 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39722024-08-13T21:39:20.418Z[ recovery-image] Aug 13 21:39:18.928 INFO O| Aug 13 21:39:18.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
39732024-08-13T21:39:20.418Z[ recovery-image] Aug 13 21:39:18.928 INFO O| Aug 13 21:39:18.928 INFO STEP 48 (remove_files) COMPLETE
39742024-08-13T21:39:20.421Z[ recovery-image] Aug 13 21:39:18.928 INFO O| Aug 13 21:39:18.928 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-08-13T21:39:20.430Z[ recovery-image] Aug 13 21:39:18.939 INFO O| Aug 13 21:39:18.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
39762024-08-13T21:39:20.430Z[ recovery-image] Aug 13 21:39:18.939 INFO O| Aug 13 21:39:18.939 INFO STEP 49 (remove_files) COMPLETE
39772024-08-13T21:39:20.432Z[ recovery-image] Aug 13 21:39:18.939 INFO O| Aug 13 21:39:18.939 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39782024-08-13T21:39:20.441Z[ recovery-image] Aug 13 21:39:18.951 INFO O| Aug 13 21:39:18.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
39792024-08-13T21:39:20.444Z[ recovery-image] Aug 13 21:39:18.951 INFO O| Aug 13 21:39:18.951 INFO STEP 50 (remove_files) COMPLETE
39802024-08-13T21:39:20.444Z[ recovery-image] Aug 13 21:39:18.951 INFO O| Aug 13 21:39:18.951 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39812024-08-13T21:39:20.454Z[ recovery-image] Aug 13 21:39:18.963 INFO O| Aug 13 21:39:18.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
39822024-08-13T21:39:20.457Z[ recovery-image] Aug 13 21:39:18.963 INFO O| Aug 13 21:39:18.963 INFO STEP 51 (remove_files) COMPLETE
39832024-08-13T21:39:20.457Z[ recovery-image] Aug 13 21:39:18.963 INFO O| Aug 13 21:39:18.963 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-08-13T21:39:20.470Z[ recovery-image] Aug 13 21:39:18.979 INFO O| Aug 13 21:39:18.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
39852024-08-13T21:39:20.470Z[ recovery-image] Aug 13 21:39:18.979 INFO O| Aug 13 21:39:18.979 INFO STEP 52 (remove_files) COMPLETE
39862024-08-13T21:39:20.470Z[ recovery-image] Aug 13 21:39:18.979 INFO O| Aug 13 21:39:18.979 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-08-13T21:39:20.482Z[ recovery-image] Aug 13 21:39:18.991 INFO O| Aug 13 21:39:18.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
39882024-08-13T21:39:20.484Z[ recovery-image] Aug 13 21:39:18.992 INFO O| Aug 13 21:39:18.992 INFO STEP 53 (remove_files) COMPLETE
39892024-08-13T21:39:20.484Z[ recovery-image] Aug 13 21:39:18.992 INFO O| Aug 13 21:39:18.992 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-08-13T21:39:20.499Z[ recovery-image] Aug 13 21:39:19.008 INFO O| Aug 13 21:39:19.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
39912024-08-13T21:39:20.501Z[ recovery-image] Aug 13 21:39:19.009 INFO O| Aug 13 21:39:19.009 INFO STEP 54 (remove_files) COMPLETE
39922024-08-13T21:39:20.502Z[ recovery-image] Aug 13 21:39:19.009 INFO O| Aug 13 21:39:19.009 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-08-13T21:39:20.516Z[ recovery-image] Aug 13 21:39:19.025 INFO O| Aug 13 21:39:19.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
39942024-08-13T21:39:20.516Z[ recovery-image] Aug 13 21:39:19.025 INFO O| Aug 13 21:39:19.025 INFO STEP 55 (remove_files) COMPLETE
39952024-08-13T21:39:20.519Z[ recovery-image] Aug 13 21:39:19.026 INFO O| Aug 13 21:39:19.025 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-08-13T21:39:20.532Z[ recovery-image] Aug 13 21:39:19.041 INFO O| Aug 13 21:39:19.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
39972024-08-13T21:39:20.532Z[ recovery-image] Aug 13 21:39:19.041 INFO O| Aug 13 21:39:19.041 INFO STEP 56 (remove_files) COMPLETE
39982024-08-13T21:39:20.534Z[ recovery-image] Aug 13 21:39:19.041 INFO O| Aug 13 21:39:19.041 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-08-13T21:39:20.545Z[ recovery-image] Aug 13 21:39:19.055 INFO O| Aug 13 21:39:19.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40002024-08-13T21:39:20.545Z[ recovery-image] Aug 13 21:39:19.055 INFO O| Aug 13 21:39:19.055 INFO STEP 57 (remove_files) COMPLETE
40012024-08-13T21:39:20.548Z[ recovery-image] Aug 13 21:39:19.055 INFO O| Aug 13 21:39:19.055 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-08-13T21:39:20.559Z[ recovery-image] Aug 13 21:39:19.068 INFO O| Aug 13 21:39:19.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40032024-08-13T21:39:20.559Z[ recovery-image] Aug 13 21:39:19.068 INFO O| Aug 13 21:39:19.068 INFO STEP 58 (remove_files) COMPLETE
40042024-08-13T21:39:20.559Z[ recovery-image] Aug 13 21:39:19.068 INFO O| Aug 13 21:39:19.068 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-08-13T21:39:20.571Z[ recovery-image] Aug 13 21:39:19.081 INFO O| Aug 13 21:39:19.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40062024-08-13T21:39:20.571Z[ recovery-image] Aug 13 21:39:19.081 INFO O| Aug 13 21:39:19.081 INFO STEP 59 (remove_files) COMPLETE
40072024-08-13T21:39:20.573Z[ recovery-image] Aug 13 21:39:19.081 INFO O| Aug 13 21:39:19.081 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-08-13T21:39:20.582Z[ recovery-image] Aug 13 21:39:19.092 INFO O| Aug 13 21:39:19.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40092024-08-13T21:39:20.582Z[ recovery-image] Aug 13 21:39:19.092 INFO O| Aug 13 21:39:19.092 INFO STEP 60 (remove_files) COMPLETE
40102024-08-13T21:39:20.585Z[ recovery-image] Aug 13 21:39:19.092 INFO O| Aug 13 21:39:19.092 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40112024-08-13T21:39:20.593Z[ recovery-image] Aug 13 21:39:19.103 INFO O| Aug 13 21:39:19.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40122024-08-13T21:39:20.593Z[ recovery-image] Aug 13 21:39:19.103 INFO O| Aug 13 21:39:19.103 INFO STEP 61 (remove_files) COMPLETE
40132024-08-13T21:39:20.596Z[ recovery-image] Aug 13 21:39:19.103 INFO O| Aug 13 21:39:19.103 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40142024-08-13T21:39:20.604Z[ recovery-image] Aug 13 21:39:19.114 INFO O| Aug 13 21:39:19.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40152024-08-13T21:39:20.604Z[ recovery-image] Aug 13 21:39:19.114 INFO O| Aug 13 21:39:19.114 INFO STEP 62 (remove_files) COMPLETE
40162024-08-13T21:39:20.607Z[ recovery-image] Aug 13 21:39:19.114 INFO O| Aug 13 21:39:19.114 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40172024-08-13T21:39:20.615Z[ recovery-image] Aug 13 21:39:19.124 INFO O| Aug 13 21:39:19.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40182024-08-13T21:39:20.615Z[ recovery-image] Aug 13 21:39:19.124 INFO O| Aug 13 21:39:19.124 INFO STEP 63 (remove_files) COMPLETE
40192024-08-13T21:39:20.615Z[ recovery-image] Aug 13 21:39:19.124 INFO O| Aug 13 21:39:19.124 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-08-13T21:39:20.627Z[ recovery-image] Aug 13 21:39:19.136 INFO O| Aug 13 21:39:19.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40212024-08-13T21:39:20.627Z[ recovery-image] Aug 13 21:39:19.136 INFO O| Aug 13 21:39:19.136 INFO STEP 64 (remove_files) COMPLETE
40222024-08-13T21:39:20.627Z[ recovery-image] Aug 13 21:39:19.136 INFO O| Aug 13 21:39:19.136 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-08-13T21:39:20.640Z[ recovery-image] Aug 13 21:39:19.149 INFO O| Aug 13 21:39:19.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40242024-08-13T21:39:20.642Z[ recovery-image] Aug 13 21:39:19.149 INFO O| Aug 13 21:39:19.149 INFO STEP 65 (remove_files) COMPLETE
40252024-08-13T21:39:20.642Z[ recovery-image] Aug 13 21:39:19.149 INFO O| Aug 13 21:39:19.149 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-08-13T21:39:20.652Z[ recovery-image] Aug 13 21:39:19.161 INFO O| Aug 13 21:39:19.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40272024-08-13T21:39:20.655Z[ recovery-image] Aug 13 21:39:19.162 INFO O| Aug 13 21:39:19.161 INFO STEP 66 (remove_files) COMPLETE
40282024-08-13T21:39:20.655Z[ recovery-image] Aug 13 21:39:19.162 INFO O| Aug 13 21:39:19.161 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-08-13T21:39:20.663Z[ recovery-image] Aug 13 21:39:19.172 INFO O| Aug 13 21:39:19.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40302024-08-13T21:39:20.663Z[ recovery-image] Aug 13 21:39:19.172 INFO O| Aug 13 21:39:19.172 INFO STEP 67 (remove_files) COMPLETE
40312024-08-13T21:39:20.664Z[ recovery-image] Aug 13 21:39:19.172 INFO O| Aug 13 21:39:19.172 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-08-13T21:39:20.674Z[ recovery-image] Aug 13 21:39:19.183 INFO O| Aug 13 21:39:19.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40332024-08-13T21:39:20.674Z[ recovery-image] Aug 13 21:39:19.183 INFO O| Aug 13 21:39:19.183 INFO STEP 68 (remove_files) COMPLETE
40342024-08-13T21:39:20.674Z[ recovery-image] Aug 13 21:39:19.183 INFO O| Aug 13 21:39:19.183 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40352024-08-13T21:39:20.684Z[ recovery-image] Aug 13 21:39:19.193 INFO O| Aug 13 21:39:19.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40362024-08-13T21:39:20.684Z[ recovery-image] Aug 13 21:39:19.193 INFO O| Aug 13 21:39:19.193 INFO STEP 69 (remove_files) COMPLETE
40372024-08-13T21:39:20.684Z[ recovery-image] Aug 13 21:39:19.193 INFO O| Aug 13 21:39:19.193 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40382024-08-13T21:39:20.693Z[ recovery-image] Aug 13 21:39:19.203 INFO O| Aug 13 21:39:19.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40392024-08-13T21:39:20.693Z[ recovery-image] Aug 13 21:39:19.203 INFO O| Aug 13 21:39:19.203 INFO STEP 70 (remove_files) COMPLETE
40402024-08-13T21:39:20.696Z[ recovery-image] Aug 13 21:39:19.203 INFO O| Aug 13 21:39:19.203 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40412024-08-13T21:39:20.703Z[ recovery-image] Aug 13 21:39:19.213 INFO O| Aug 13 21:39:19.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40422024-08-13T21:39:20.703Z[ recovery-image] Aug 13 21:39:19.213 INFO O| Aug 13 21:39:19.213 INFO STEP 71 (remove_files) COMPLETE
40432024-08-13T21:39:20.705Z[ recovery-image] Aug 13 21:39:19.213 INFO O| Aug 13 21:39:19.213 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-08-13T21:39:20.713Z[ recovery-image] Aug 13 21:39:19.222 INFO O| Aug 13 21:39:19.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40452024-08-13T21:39:20.713Z[ recovery-image] Aug 13 21:39:19.222 INFO O| Aug 13 21:39:19.222 INFO STEP 72 (remove_files) COMPLETE
40462024-08-13T21:39:20.715Z[ recovery-image] Aug 13 21:39:19.223 INFO O| Aug 13 21:39:19.222 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-08-13T21:39:20.723Z[ recovery-image] Aug 13 21:39:19.232 INFO O| Aug 13 21:39:19.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40482024-08-13T21:39:20.723Z[ recovery-image] Aug 13 21:39:19.232 INFO O| Aug 13 21:39:19.232 INFO STEP 73 (remove_files) COMPLETE
40492024-08-13T21:39:20.726Z[ recovery-image] Aug 13 21:39:19.232 INFO O| Aug 13 21:39:19.232 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-08-13T21:39:20.733Z[ recovery-image] Aug 13 21:39:19.242 INFO O| Aug 13 21:39:19.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40512024-08-13T21:39:20.735Z[ recovery-image] Aug 13 21:39:19.242 INFO O| Aug 13 21:39:19.242 INFO STEP 74 (remove_files) COMPLETE
40522024-08-13T21:39:20.735Z[ recovery-image] Aug 13 21:39:19.242 INFO O| Aug 13 21:39:19.242 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-08-13T21:39:20.742Z[ recovery-image] Aug 13 21:39:19.252 INFO O| Aug 13 21:39:19.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
40542024-08-13T21:39:20.742Z[ recovery-image] Aug 13 21:39:19.252 INFO O| Aug 13 21:39:19.252 INFO STEP 75 (remove_files) COMPLETE
40552024-08-13T21:39:20.745Z[ recovery-image] Aug 13 21:39:19.252 INFO O| Aug 13 21:39:19.252 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-08-13T21:39:20.752Z[ recovery-image] Aug 13 21:39:19.262 INFO O| Aug 13 21:39:19.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
40572024-08-13T21:39:20.752Z[ recovery-image] Aug 13 21:39:19.262 INFO O| Aug 13 21:39:19.262 INFO STEP 76 (remove_files) COMPLETE
40582024-08-13T21:39:20.754Z[ recovery-image] Aug 13 21:39:19.262 INFO O| Aug 13 21:39:19.262 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-08-13T21:39:20.762Z[ recovery-image] Aug 13 21:39:19.272 INFO O| Aug 13 21:39:19.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
40602024-08-13T21:39:20.762Z[ recovery-image] Aug 13 21:39:19.272 INFO O| Aug 13 21:39:19.272 INFO STEP 77 (remove_files) COMPLETE
40612024-08-13T21:39:20.765Z[ recovery-image] Aug 13 21:39:19.272 INFO O| Aug 13 21:39:19.272 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40622024-08-13T21:39:20.772Z[ recovery-image] Aug 13 21:39:19.282 INFO O| Aug 13 21:39:19.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
40632024-08-13T21:39:20.772Z[ recovery-image] Aug 13 21:39:19.282 INFO O| Aug 13 21:39:19.282 INFO STEP 78 (remove_files) COMPLETE
40642024-08-13T21:39:20.775Z[ recovery-image] Aug 13 21:39:19.282 INFO O| Aug 13 21:39:19.282 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-08-13T21:39:20.782Z[ recovery-image] Aug 13 21:39:19.291 INFO O| Aug 13 21:39:19.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
40662024-08-13T21:39:20.784Z[ recovery-image] Aug 13 21:39:19.291 INFO O| Aug 13 21:39:19.291 INFO STEP 79 (remove_files) COMPLETE
40672024-08-13T21:39:20.784Z[ recovery-image] Aug 13 21:39:19.291 INFO O| Aug 13 21:39:19.291 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-08-13T21:39:20.792Z[ recovery-image] Aug 13 21:39:19.301 INFO O| Aug 13 21:39:19.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
40692024-08-13T21:39:20.792Z[ recovery-image] Aug 13 21:39:19.301 INFO O| Aug 13 21:39:19.301 INFO STEP 80 (remove_files) COMPLETE
40702024-08-13T21:39:20.792Z[ recovery-image] Aug 13 21:39:19.301 INFO O| Aug 13 21:39:19.301 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40712024-08-13T21:39:20.801Z[ recovery-image] Aug 13 21:39:19.311 INFO O| Aug 13 21:39:19.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
40722024-08-13T21:39:20.802Z[ recovery-image] Aug 13 21:39:19.311 INFO O| Aug 13 21:39:19.311 INFO STEP 81 (remove_files) COMPLETE
40732024-08-13T21:39:20.802Z[ recovery-image] Aug 13 21:39:19.311 INFO O| Aug 13 21:39:19.311 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40742024-08-13T21:39:20.811Z[ recovery-image] Aug 13 21:39:19.321 INFO O| Aug 13 21:39:19.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
40752024-08-13T21:39:20.811Z[ recovery-image] Aug 13 21:39:19.321 INFO O| Aug 13 21:39:19.321 INFO STEP 82 (remove_files) COMPLETE
40762024-08-13T21:39:20.811Z[ recovery-image] Aug 13 21:39:19.321 INFO O| Aug 13 21:39:19.321 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40772024-08-13T21:39:20.821Z[ recovery-image] Aug 13 21:39:19.331 INFO O| Aug 13 21:39:19.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
40782024-08-13T21:39:20.824Z[ recovery-image] Aug 13 21:39:19.331 INFO O| Aug 13 21:39:19.331 INFO STEP 83 (remove_files) COMPLETE
40792024-08-13T21:39:20.824Z[ recovery-image] Aug 13 21:39:19.331 INFO O| Aug 13 21:39:19.331 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-08-13T21:39:20.831Z[ recovery-image] Aug 13 21:39:19.341 INFO O| Aug 13 21:39:19.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
40812024-08-13T21:39:20.831Z[ recovery-image] Aug 13 21:39:19.341 INFO O| Aug 13 21:39:19.341 INFO STEP 84 (remove_files) COMPLETE
40822024-08-13T21:39:20.834Z[ recovery-image] Aug 13 21:39:19.341 INFO O| Aug 13 21:39:19.341 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-08-13T21:39:20.844Z[ recovery-image] Aug 13 21:39:19.351 INFO O| Aug 13 21:39:19.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
40842024-08-13T21:39:20.846Z[ recovery-image] Aug 13 21:39:19.352 INFO O| Aug 13 21:39:19.352 INFO STEP 85 (remove_files) COMPLETE
40852024-08-13T21:39:20.846Z[ recovery-image] Aug 13 21:39:19.352 INFO O| Aug 13 21:39:19.352 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-08-13T21:39:20.854Z[ recovery-image] Aug 13 21:39:19.363 INFO O| Aug 13 21:39:19.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
40872024-08-13T21:39:20.854Z[ recovery-image] Aug 13 21:39:19.364 INFO O| Aug 13 21:39:19.363 INFO STEP 86 (remove_files) COMPLETE
40882024-08-13T21:39:20.856Z[ recovery-image] Aug 13 21:39:19.364 INFO O| Aug 13 21:39:19.364 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-08-13T21:39:20.865Z[ recovery-image] Aug 13 21:39:19.375 INFO O| Aug 13 21:39:19.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
40902024-08-13T21:39:20.868Z[ recovery-image] Aug 13 21:39:19.375 INFO O| Aug 13 21:39:19.375 INFO STEP 87 (remove_files) COMPLETE
40912024-08-13T21:39:20.868Z[ recovery-image] Aug 13 21:39:19.375 INFO O| Aug 13 21:39:19.375 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-08-13T21:39:20.877Z[ recovery-image] Aug 13 21:39:19.386 INFO O| Aug 13 21:39:19.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
40932024-08-13T21:39:20.879Z[ recovery-image] Aug 13 21:39:19.386 INFO O| Aug 13 21:39:19.386 INFO STEP 88 (remove_files) COMPLETE
40942024-08-13T21:39:20.879Z[ recovery-image] Aug 13 21:39:19.386 INFO O| Aug 13 21:39:19.386 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-08-13T21:39:20.887Z[ recovery-image] Aug 13 21:39:19.397 INFO O| Aug 13 21:39:19.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
40962024-08-13T21:39:20.890Z[ recovery-image] Aug 13 21:39:19.397 INFO O| Aug 13 21:39:19.397 INFO STEP 89 (remove_files) COMPLETE
40972024-08-13T21:39:20.890Z[ recovery-image] Aug 13 21:39:19.397 INFO O| Aug 13 21:39:19.397 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-08-13T21:39:20.899Z[ recovery-image] Aug 13 21:39:19.408 INFO O| Aug 13 21:39:19.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
40992024-08-13T21:39:20.899Z[ recovery-image] Aug 13 21:39:19.408 INFO O| Aug 13 21:39:19.408 INFO STEP 90 (remove_files) COMPLETE
41002024-08-13T21:39:20.901Z[ recovery-image] Aug 13 21:39:19.408 INFO O| Aug 13 21:39:19.408 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-08-13T21:39:20.905Z[ host-image] Aug 13 21:39:19.415 INFO O| Aug 13 21:39:19.415 INFO O| Done
41022024-08-13T21:39:20.909Z[ recovery-image] Aug 13 21:39:19.418 INFO O| Aug 13 21:39:19.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41032024-08-13T21:39:20.911Z[ recovery-image] Aug 13 21:39:19.418 INFO O| Aug 13 21:39:19.418 INFO STEP 91 (remove_files) COMPLETE
41042024-08-13T21:39:20.911Z[ recovery-image] Aug 13 21:39:19.419 INFO O| Aug 13 21:39:19.418 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-08-13T21:39:20.920Z[ recovery-image] Aug 13 21:39:19.430 INFO O| Aug 13 21:39:19.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41062024-08-13T21:39:20.920Z[ recovery-image] Aug 13 21:39:19.430 INFO O| Aug 13 21:39:19.430 INFO STEP 92 (remove_files) COMPLETE
41072024-08-13T21:39:20.923Z[ recovery-image] Aug 13 21:39:19.430 INFO O| Aug 13 21:39:19.430 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-08-13T21:39:20.930Z[ host-image] Aug 13 21:39:19.440 INFO O| Aug 13 21:39:19.440 INFO O| Done
41092024-08-13T21:39:20.933Z[ host-image] Aug 13 21:39:19.440 INFO O| Aug 13 21:39:19.440 INFO O| Done
41102024-08-13T21:39:20.933Z[ recovery-image] Aug 13 21:39:19.440 INFO O| Aug 13 21:39:19.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41112024-08-13T21:39:20.933Z[ recovery-image] Aug 13 21:39:19.440 INFO O| Aug 13 21:39:19.440 INFO STEP 93 (remove_files) COMPLETE
41122024-08-13T21:39:20.933Z[ recovery-image] Aug 13 21:39:19.440 INFO O| Aug 13 21:39:19.440 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-08-13T21:39:20.941Z[ recovery-image] Aug 13 21:39:19.451 INFO O| Aug 13 21:39:19.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41142024-08-13T21:39:20.943Z[ recovery-image] Aug 13 21:39:19.451 INFO O| Aug 13 21:39:19.451 INFO STEP 94 (remove_files) COMPLETE
41152024-08-13T21:39:20.943Z[ recovery-image] Aug 13 21:39:19.451 INFO O| Aug 13 21:39:19.451 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-08-13T21:39:20.946Z[ host-image] Aug 13 21:39:19.454 INFO O| Aug 13 21:39:19.454 INFO O| Done
41172024-08-13T21:39:20.951Z[ recovery-image] Aug 13 21:39:19.461 INFO O| Aug 13 21:39:19.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41182024-08-13T21:39:20.951Z[ recovery-image] Aug 13 21:39:19.461 INFO O| Aug 13 21:39:19.461 INFO STEP 95 (remove_files) COMPLETE
41192024-08-13T21:39:20.951Z[ recovery-image] Aug 13 21:39:19.461 INFO O| Aug 13 21:39:19.461 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-08-13T21:39:20.962Z[ recovery-image] Aug 13 21:39:19.471 INFO O| Aug 13 21:39:19.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41212024-08-13T21:39:20.962Z[ recovery-image] Aug 13 21:39:19.471 INFO O| Aug 13 21:39:19.471 INFO STEP 96 (remove_files) COMPLETE
41222024-08-13T21:39:20.962Z[ recovery-image] Aug 13 21:39:19.472 INFO O| Aug 13 21:39:19.471 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-08-13T21:39:20.973Z[ recovery-image] Aug 13 21:39:19.482 INFO O| Aug 13 21:39:19.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41242024-08-13T21:39:20.973Z[ recovery-image] Aug 13 21:39:19.482 INFO O| Aug 13 21:39:19.482 INFO STEP 97 (remove_files) COMPLETE
41252024-08-13T21:39:20.975Z[ recovery-image] Aug 13 21:39:19.482 INFO O| Aug 13 21:39:19.482 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-08-13T21:39:20.983Z[ recovery-image] Aug 13 21:39:19.492 INFO O| Aug 13 21:39:19.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41272024-08-13T21:39:20.985Z[ recovery-image] Aug 13 21:39:19.492 INFO O| Aug 13 21:39:19.492 INFO STEP 98 (remove_files) COMPLETE
41282024-08-13T21:39:20.985Z[ recovery-image] Aug 13 21:39:19.492 INFO O| Aug 13 21:39:19.492 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-08-13T21:39:20.992Z[ recovery-image] Aug 13 21:39:19.502 INFO O| Aug 13 21:39:19.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41302024-08-13T21:39:20.993Z[ recovery-image] Aug 13 21:39:19.502 INFO O| Aug 13 21:39:19.502 INFO STEP 99 (remove_files) COMPLETE
41312024-08-13T21:39:20.995Z[ recovery-image] Aug 13 21:39:19.502 INFO O| Aug 13 21:39:19.502 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-08-13T21:39:21.003Z[ recovery-image] Aug 13 21:39:19.512 INFO O| Aug 13 21:39:19.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41332024-08-13T21:39:21.005Z[ recovery-image] Aug 13 21:39:19.512 INFO O| Aug 13 21:39:19.512 INFO STEP 100 (remove_files) COMPLETE
41342024-08-13T21:39:21.005Z[ recovery-image] Aug 13 21:39:19.512 INFO O| Aug 13 21:39:19.512 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-08-13T21:39:21.013Z[ recovery-image] Aug 13 21:39:19.522 INFO O| Aug 13 21:39:19.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41362024-08-13T21:39:21.013Z[ recovery-image] Aug 13 21:39:19.522 INFO O| Aug 13 21:39:19.522 INFO STEP 101 (remove_files) COMPLETE
41372024-08-13T21:39:21.013Z[ recovery-image] Aug 13 21:39:19.522 INFO O| Aug 13 21:39:19.522 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-08-13T21:39:21.023Z[ recovery-image] Aug 13 21:39:19.532 INFO O| Aug 13 21:39:19.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41392024-08-13T21:39:21.023Z[ recovery-image] Aug 13 21:39:19.532 INFO O| Aug 13 21:39:19.532 INFO STEP 102 (remove_files) COMPLETE
41402024-08-13T21:39:21.025Z[ recovery-image] Aug 13 21:39:19.532 INFO O| Aug 13 21:39:19.532 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-08-13T21:39:21.033Z[ recovery-image] Aug 13 21:39:19.542 INFO O| Aug 13 21:39:19.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41422024-08-13T21:39:21.033Z[ recovery-image] Aug 13 21:39:19.542 INFO O| Aug 13 21:39:19.542 INFO STEP 103 (remove_files) COMPLETE
41432024-08-13T21:39:21.033Z[ recovery-image] Aug 13 21:39:19.542 INFO O| Aug 13 21:39:19.542 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-08-13T21:39:21.043Z[ recovery-image] Aug 13 21:39:19.552 INFO O| Aug 13 21:39:19.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41452024-08-13T21:39:21.043Z[ recovery-image] Aug 13 21:39:19.552 INFO O| Aug 13 21:39:19.552 INFO STEP 104 (remove_files) COMPLETE
41462024-08-13T21:39:21.045Z[ recovery-image] Aug 13 21:39:19.552 INFO O| Aug 13 21:39:19.552 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-08-13T21:39:21.045Z[ host-image] Aug 13 21:39:19.552 INFO O| Aug 13 21:39:19.552 INFO STEP 12 (pkg_install) COMPLETE
41482024-08-13T21:39:21.045Z[ host-image] Aug 13 21:39:19.552 INFO O| Aug 13 21:39:19.552 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41492024-08-13T21:39:21.053Z[ recovery-image] Aug 13 21:39:19.562 INFO O| Aug 13 21:39:19.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41502024-08-13T21:39:21.055Z[ recovery-image] Aug 13 21:39:19.562 INFO O| Aug 13 21:39:19.562 INFO STEP 105 (remove_files) COMPLETE
41512024-08-13T21:39:21.055Z[ recovery-image] Aug 13 21:39:19.562 INFO O| Aug 13 21:39:19.562 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-08-13T21:39:21.055Z[ host-image] Aug 13 21:39:19.563 INFO O| Aug 13 21:39:19.563 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41532024-08-13T21:39:21.064Z[ recovery-image] Aug 13 21:39:19.574 INFO O| Aug 13 21:39:19.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41542024-08-13T21:39:21.067Z[ recovery-image] Aug 13 21:39:19.574 INFO O| Aug 13 21:39:19.574 INFO STEP 106 (remove_files) COMPLETE
41552024-08-13T21:39:21.067Z[ recovery-image] Aug 13 21:39:19.574 INFO O| Aug 13 21:39:19.574 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-08-13T21:39:21.074Z[ recovery-image] Aug 13 21:39:19.584 INFO O| Aug 13 21:39:19.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
41572024-08-13T21:39:21.077Z[ recovery-image] Aug 13 21:39:19.584 INFO O| Aug 13 21:39:19.584 INFO STEP 107 (remove_files) COMPLETE
41582024-08-13T21:39:21.077Z[ recovery-image] Aug 13 21:39:19.584 INFO O| Aug 13 21:39:19.584 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-08-13T21:39:21.085Z[ recovery-image] Aug 13 21:39:19.594 INFO O| Aug 13 21:39:19.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
41602024-08-13T21:39:21.085Z[ recovery-image] Aug 13 21:39:19.594 INFO O| Aug 13 21:39:19.594 INFO STEP 108 (remove_files) COMPLETE
41612024-08-13T21:39:21.087Z[ recovery-image] Aug 13 21:39:19.594 INFO O| Aug 13 21:39:19.594 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-08-13T21:39:21.094Z[ recovery-image] Aug 13 21:39:19.604 INFO O| Aug 13 21:39:19.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
41632024-08-13T21:39:21.095Z[ recovery-image] Aug 13 21:39:19.604 INFO O| Aug 13 21:39:19.604 INFO STEP 109 (remove_files) COMPLETE
41642024-08-13T21:39:21.097Z[ recovery-image] Aug 13 21:39:19.604 INFO O| Aug 13 21:39:19.604 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-08-13T21:39:21.104Z[ recovery-image] Aug 13 21:39:19.614 INFO O| Aug 13 21:39:19.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
41662024-08-13T21:39:21.107Z[ recovery-image] Aug 13 21:39:19.614 INFO O| Aug 13 21:39:19.614 INFO STEP 110 (remove_files) COMPLETE
41672024-08-13T21:39:21.107Z[ recovery-image] Aug 13 21:39:19.614 INFO O| Aug 13 21:39:19.614 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-08-13T21:39:21.114Z[ recovery-image] Aug 13 21:39:19.624 INFO O| Aug 13 21:39:19.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
41692024-08-13T21:39:21.114Z[ recovery-image] Aug 13 21:39:19.624 INFO O| Aug 13 21:39:19.624 INFO STEP 111 (remove_files) COMPLETE
41702024-08-13T21:39:21.117Z[ recovery-image] Aug 13 21:39:19.624 INFO O| Aug 13 21:39:19.624 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-08-13T21:39:21.124Z[ recovery-image] Aug 13 21:39:19.633 INFO O| Aug 13 21:39:19.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
41722024-08-13T21:39:21.124Z[ recovery-image] Aug 13 21:39:19.633 INFO O| Aug 13 21:39:19.633 INFO STEP 112 (remove_files) COMPLETE
41732024-08-13T21:39:21.126Z[ recovery-image] Aug 13 21:39:19.633 INFO O| Aug 13 21:39:19.633 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-08-13T21:39:21.134Z[ recovery-image] Aug 13 21:39:19.643 INFO O| Aug 13 21:39:19.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
41752024-08-13T21:39:21.134Z[ recovery-image] Aug 13 21:39:19.643 INFO O| Aug 13 21:39:19.643 INFO STEP 113 (remove_files) COMPLETE
41762024-08-13T21:39:21.136Z[ recovery-image] Aug 13 21:39:19.643 INFO O| Aug 13 21:39:19.643 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-08-13T21:39:21.143Z[ recovery-image] Aug 13 21:39:19.653 INFO O| Aug 13 21:39:19.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
41782024-08-13T21:39:21.146Z[ recovery-image] Aug 13 21:39:19.653 INFO O| Aug 13 21:39:19.653 INFO STEP 114 (remove_files) COMPLETE
41792024-08-13T21:39:21.146Z[ recovery-image] Aug 13 21:39:19.653 INFO O| Aug 13 21:39:19.653 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-08-13T21:39:21.153Z[ recovery-image] Aug 13 21:39:19.663 INFO O| Aug 13 21:39:19.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
41812024-08-13T21:39:21.156Z[ recovery-image] Aug 13 21:39:19.663 INFO O| Aug 13 21:39:19.663 INFO STEP 115 (remove_files) COMPLETE
41822024-08-13T21:39:21.156Z[ recovery-image] Aug 13 21:39:19.663 INFO O| Aug 13 21:39:19.663 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-08-13T21:39:21.168Z[ recovery-image] Aug 13 21:39:19.675 INFO O| Aug 13 21:39:19.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
41842024-08-13T21:39:21.168Z[ recovery-image] Aug 13 21:39:19.675 INFO O| Aug 13 21:39:19.675 INFO STEP 116 (remove_files) COMPLETE
41852024-08-13T21:39:21.168Z[ recovery-image] Aug 13 21:39:19.675 INFO O| Aug 13 21:39:19.675 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-08-13T21:39:21.175Z[ recovery-image] Aug 13 21:39:19.685 INFO O| Aug 13 21:39:19.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
41872024-08-13T21:39:21.177Z[ recovery-image] Aug 13 21:39:19.685 INFO O| Aug 13 21:39:19.685 INFO STEP 117 (remove_files) COMPLETE
41882024-08-13T21:39:21.178Z[ recovery-image] Aug 13 21:39:19.685 INFO O| Aug 13 21:39:19.685 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-08-13T21:39:21.187Z[ recovery-image] Aug 13 21:39:19.696 INFO O| Aug 13 21:39:19.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
41902024-08-13T21:39:21.189Z[ recovery-image] Aug 13 21:39:19.696 INFO O| Aug 13 21:39:19.696 INFO STEP 118 (remove_files) COMPLETE
41912024-08-13T21:39:21.189Z[ recovery-image] Aug 13 21:39:19.696 INFO O| Aug 13 21:39:19.696 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-08-13T21:39:21.198Z[ recovery-image] Aug 13 21:39:19.706 INFO O| Aug 13 21:39:19.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
41932024-08-13T21:39:21.201Z[ recovery-image] Aug 13 21:39:19.706 INFO O| Aug 13 21:39:19.706 INFO STEP 119 (remove_files) COMPLETE
41942024-08-13T21:39:21.201Z[ recovery-image] Aug 13 21:39:19.707 INFO O| Aug 13 21:39:19.706 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-08-13T21:39:21.209Z[ recovery-image] Aug 13 21:39:19.718 INFO O| Aug 13 21:39:19.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
41962024-08-13T21:39:21.209Z[ recovery-image] Aug 13 21:39:19.719 INFO O| Aug 13 21:39:19.719 INFO STEP 120 (remove_files) COMPLETE
41972024-08-13T21:39:21.212Z[ recovery-image] Aug 13 21:39:19.719 INFO O| Aug 13 21:39:19.719 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-08-13T21:39:21.220Z[ recovery-image] Aug 13 21:39:19.730 INFO O| Aug 13 21:39:19.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
41992024-08-13T21:39:21.220Z[ recovery-image] Aug 13 21:39:19.730 INFO O| Aug 13 21:39:19.730 INFO STEP 121 (remove_files) COMPLETE
42002024-08-13T21:39:21.220Z[ recovery-image] Aug 13 21:39:19.730 INFO O| Aug 13 21:39:19.730 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-08-13T21:39:21.230Z[ recovery-image] Aug 13 21:39:19.740 INFO O| Aug 13 21:39:19.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42022024-08-13T21:39:21.230Z[ recovery-image] Aug 13 21:39:19.740 INFO O| Aug 13 21:39:19.740 INFO STEP 122 (remove_files) COMPLETE
42032024-08-13T21:39:21.230Z[ recovery-image] Aug 13 21:39:19.740 INFO O| Aug 13 21:39:19.740 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-08-13T21:39:21.241Z[ recovery-image] Aug 13 21:39:19.751 INFO O| Aug 13 21:39:19.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42052024-08-13T21:39:21.244Z[ recovery-image] Aug 13 21:39:19.751 INFO O| Aug 13 21:39:19.751 INFO STEP 123 (remove_files) COMPLETE
42062024-08-13T21:39:21.244Z[ recovery-image] Aug 13 21:39:19.751 INFO O| Aug 13 21:39:19.751 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-08-13T21:39:21.252Z[ recovery-image] Aug 13 21:39:19.762 INFO O| Aug 13 21:39:19.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42082024-08-13T21:39:21.252Z[ recovery-image] Aug 13 21:39:19.762 INFO O| Aug 13 21:39:19.762 INFO STEP 124 (remove_files) COMPLETE
42092024-08-13T21:39:21.252Z[ recovery-image] Aug 13 21:39:19.762 INFO O| Aug 13 21:39:19.762 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-08-13T21:39:21.263Z[ recovery-image] Aug 13 21:39:19.773 INFO O| Aug 13 21:39:19.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42112024-08-13T21:39:21.263Z[ recovery-image] Aug 13 21:39:19.773 INFO O| Aug 13 21:39:19.773 INFO STEP 125 (remove_files) COMPLETE
42122024-08-13T21:39:21.265Z[ recovery-image] Aug 13 21:39:19.773 INFO O| Aug 13 21:39:19.773 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-08-13T21:39:21.274Z[ recovery-image] Aug 13 21:39:19.784 INFO O| Aug 13 21:39:19.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42142024-08-13T21:39:21.274Z[ recovery-image] Aug 13 21:39:19.784 INFO O| Aug 13 21:39:19.784 INFO STEP 126 (remove_files) COMPLETE
42152024-08-13T21:39:21.277Z[ recovery-image] Aug 13 21:39:19.784 INFO O| Aug 13 21:39:19.784 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-08-13T21:39:21.285Z[ recovery-image] Aug 13 21:39:19.795 INFO O| Aug 13 21:39:19.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42172024-08-13T21:39:21.288Z[ recovery-image] Aug 13 21:39:19.795 INFO O| Aug 13 21:39:19.795 INFO STEP 127 (remove_files) COMPLETE
42182024-08-13T21:39:21.288Z[ recovery-image] Aug 13 21:39:19.795 INFO O| Aug 13 21:39:19.795 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-08-13T21:39:21.297Z[ recovery-image] Aug 13 21:39:19.806 INFO O| Aug 13 21:39:19.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42202024-08-13T21:39:21.297Z[ recovery-image] Aug 13 21:39:19.806 INFO O| Aug 13 21:39:19.806 INFO STEP 128 (remove_files) COMPLETE
42212024-08-13T21:39:21.299Z[ recovery-image] Aug 13 21:39:19.806 INFO O| Aug 13 21:39:19.806 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-08-13T21:39:21.308Z[ recovery-image] Aug 13 21:39:19.817 INFO O| Aug 13 21:39:19.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42232024-08-13T21:39:21.310Z[ recovery-image] Aug 13 21:39:19.817 INFO O| Aug 13 21:39:19.817 INFO STEP 129 (remove_files) COMPLETE
42242024-08-13T21:39:21.310Z[ recovery-image] Aug 13 21:39:19.817 INFO O| Aug 13 21:39:19.817 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-08-13T21:39:21.318Z[ recovery-image] Aug 13 21:39:19.827 INFO O| Aug 13 21:39:19.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42262024-08-13T21:39:21.318Z[ recovery-image] Aug 13 21:39:19.827 INFO O| Aug 13 21:39:19.827 INFO STEP 130 (remove_files) COMPLETE
42272024-08-13T21:39:21.320Z[ recovery-image] Aug 13 21:39:19.827 INFO O| Aug 13 21:39:19.827 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-08-13T21:39:21.328Z[ recovery-image] Aug 13 21:39:19.837 INFO O| Aug 13 21:39:19.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42292024-08-13T21:39:21.330Z[ recovery-image] Aug 13 21:39:19.837 INFO O| Aug 13 21:39:19.837 INFO STEP 131 (remove_files) COMPLETE
42302024-08-13T21:39:21.330Z[ recovery-image] Aug 13 21:39:19.837 INFO O| Aug 13 21:39:19.837 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-08-13T21:39:21.338Z[ recovery-image] Aug 13 21:39:19.848 INFO O| Aug 13 21:39:19.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42322024-08-13T21:39:21.338Z[ recovery-image] Aug 13 21:39:19.848 INFO O| Aug 13 21:39:19.848 INFO STEP 132 (remove_files) COMPLETE
42332024-08-13T21:39:21.341Z[ recovery-image] Aug 13 21:39:19.848 INFO O| Aug 13 21:39:19.848 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-08-13T21:39:21.350Z[ recovery-image] Aug 13 21:39:19.859 INFO O| Aug 13 21:39:19.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42352024-08-13T21:39:21.350Z[ recovery-image] Aug 13 21:39:19.859 INFO O| Aug 13 21:39:19.859 INFO STEP 133 (remove_files) COMPLETE
42362024-08-13T21:39:21.352Z[ recovery-image] Aug 13 21:39:19.859 INFO O| Aug 13 21:39:19.859 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-08-13T21:39:21.361Z[ recovery-image] Aug 13 21:39:19.870 INFO O| Aug 13 21:39:19.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42382024-08-13T21:39:21.361Z[ recovery-image] Aug 13 21:39:19.870 INFO O| Aug 13 21:39:19.870 INFO STEP 134 (remove_files) COMPLETE
42392024-08-13T21:39:21.363Z[ recovery-image] Aug 13 21:39:19.870 INFO O| Aug 13 21:39:19.870 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-08-13T21:39:21.371Z[ recovery-image] Aug 13 21:39:19.880 INFO O| Aug 13 21:39:19.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42412024-08-13T21:39:21.371Z[ recovery-image] Aug 13 21:39:19.880 INFO O| Aug 13 21:39:19.880 INFO STEP 135 (remove_files) COMPLETE
42422024-08-13T21:39:21.373Z[ recovery-image] Aug 13 21:39:19.880 INFO O| Aug 13 21:39:19.880 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-08-13T21:39:21.381Z[ recovery-image] Aug 13 21:39:19.890 INFO O| Aug 13 21:39:19.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42442024-08-13T21:39:21.381Z[ recovery-image] Aug 13 21:39:19.890 INFO O| Aug 13 21:39:19.890 INFO STEP 136 (remove_files) COMPLETE
42452024-08-13T21:39:21.388Z[ recovery-image] Aug 13 21:39:19.890 INFO O| Aug 13 21:39:19.890 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-08-13T21:39:21.395Z[ recovery-image] Aug 13 21:39:19.900 INFO O| Aug 13 21:39:19.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42472024-08-13T21:39:21.395Z[ recovery-image] Aug 13 21:39:19.900 INFO O| Aug 13 21:39:19.900 INFO STEP 137 (remove_files) COMPLETE
42482024-08-13T21:39:21.395Z[ recovery-image] Aug 13 21:39:19.900 INFO O| Aug 13 21:39:19.900 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-08-13T21:39:21.401Z[ recovery-image] Aug 13 21:39:19.911 INFO O| Aug 13 21:39:19.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42502024-08-13T21:39:21.401Z[ recovery-image] Aug 13 21:39:19.911 INFO O| Aug 13 21:39:19.911 INFO STEP 138 (remove_files) COMPLETE
42512024-08-13T21:39:21.405Z[ recovery-image] Aug 13 21:39:19.911 INFO O| Aug 13 21:39:19.911 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-08-13T21:39:21.412Z[ recovery-image] Aug 13 21:39:19.921 INFO O| Aug 13 21:39:19.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42532024-08-13T21:39:21.412Z[ recovery-image] Aug 13 21:39:19.921 INFO O| Aug 13 21:39:19.921 INFO STEP 139 (remove_files) COMPLETE
42542024-08-13T21:39:21.414Z[ recovery-image] Aug 13 21:39:19.921 INFO O| Aug 13 21:39:19.921 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-08-13T21:39:21.422Z[ recovery-image] Aug 13 21:39:19.932 INFO O| Aug 13 21:39:19.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
42562024-08-13T21:39:21.422Z[ recovery-image] Aug 13 21:39:19.932 INFO O| Aug 13 21:39:19.932 INFO STEP 140 (remove_files) COMPLETE
42572024-08-13T21:39:21.425Z[ recovery-image] Aug 13 21:39:19.932 INFO O| Aug 13 21:39:19.932 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-08-13T21:39:21.433Z[ recovery-image] Aug 13 21:39:19.942 INFO O| Aug 13 21:39:19.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
42592024-08-13T21:39:21.433Z[ recovery-image] Aug 13 21:39:19.942 INFO O| Aug 13 21:39:19.942 INFO STEP 141 (remove_files) COMPLETE
42602024-08-13T21:39:21.433Z[ recovery-image] Aug 13 21:39:19.942 INFO O| Aug 13 21:39:19.942 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-08-13T21:39:21.443Z[ recovery-image] Aug 13 21:39:19.952 INFO O| Aug 13 21:39:19.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
42622024-08-13T21:39:21.443Z[ recovery-image] Aug 13 21:39:19.952 INFO O| Aug 13 21:39:19.952 INFO STEP 142 (remove_files) COMPLETE
42632024-08-13T21:39:21.505Z[ recovery-image] Aug 13 21:39:19.952 INFO O| Aug 13 21:39:19.952 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:19.962 INFO O| Aug 13 21:39:19.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
42652024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:19.962 INFO O| Aug 13 21:39:19.962 INFO STEP 143 (remove_files) COMPLETE
42662024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:19.962 INFO O| Aug 13 21:39:19.962 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:19.972 INFO O| Aug 13 21:39:19.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
42682024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:19.972 INFO O| Aug 13 21:39:19.972 INFO STEP 144 (remove_files) COMPLETE
42692024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:19.972 INFO O| Aug 13 21:39:19.972 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:19.982 INFO O| Aug 13 21:39:19.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
42712024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:19.982 INFO O| Aug 13 21:39:19.982 INFO STEP 145 (remove_files) COMPLETE
42722024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:19.982 INFO O| Aug 13 21:39:19.982 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:19.992 INFO O| Aug 13 21:39:19.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
42742024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:19.992 INFO O| Aug 13 21:39:19.992 INFO STEP 146 (remove_files) COMPLETE
42752024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:19.993 INFO O| Aug 13 21:39:19.992 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-08-13T21:39:21.508Z[ host-image] Aug 13 21:39:20.002 INFO O| Aug 13 21:39:20.002 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42772024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:20.003 INFO O| Aug 13 21:39:20.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
42782024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:20.003 INFO O| Aug 13 21:39:20.003 INFO STEP 147 (remove_files) COMPLETE
42792024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:20.003 INFO O| Aug 13 21:39:20.003 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:20.013 INFO O| Aug 13 21:39:20.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
42812024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:20.013 INFO O| Aug 13 21:39:20.013 INFO STEP 148 (remove_files) COMPLETE
42822024-08-13T21:39:21.508Z[ recovery-image] Aug 13 21:39:20.013 INFO O| Aug 13 21:39:20.013 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-08-13T21:39:21.514Z[ recovery-image] Aug 13 21:39:20.023 INFO O| Aug 13 21:39:20.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
42842024-08-13T21:39:21.517Z[ recovery-image] Aug 13 21:39:20.023 INFO O| Aug 13 21:39:20.023 INFO STEP 149 (remove_files) COMPLETE
42852024-08-13T21:39:21.517Z[ recovery-image] Aug 13 21:39:20.023 INFO O| Aug 13 21:39:20.023 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-08-13T21:39:21.525Z[ recovery-image] Aug 13 21:39:20.034 INFO O| Aug 13 21:39:20.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
42872024-08-13T21:39:21.525Z[ recovery-image] Aug 13 21:39:20.034 INFO O| Aug 13 21:39:20.034 INFO STEP 150 (remove_files) COMPLETE
42882024-08-13T21:39:21.528Z[ recovery-image] Aug 13 21:39:20.034 INFO O| Aug 13 21:39:20.034 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-08-13T21:39:21.536Z[ recovery-image] Aug 13 21:39:20.045 INFO O| Aug 13 21:39:20.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
42902024-08-13T21:39:21.536Z[ recovery-image] Aug 13 21:39:20.045 INFO O| Aug 13 21:39:20.045 INFO STEP 151 (remove_files) COMPLETE
42912024-08-13T21:39:21.539Z[ recovery-image] Aug 13 21:39:20.045 INFO O| Aug 13 21:39:20.045 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-08-13T21:39:21.546Z[ recovery-image] Aug 13 21:39:20.055 INFO O| Aug 13 21:39:20.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
42932024-08-13T21:39:21.546Z[ recovery-image] Aug 13 21:39:20.055 INFO O| Aug 13 21:39:20.055 INFO STEP 152 (remove_files) COMPLETE
42942024-08-13T21:39:21.548Z[ recovery-image] Aug 13 21:39:20.055 INFO O| Aug 13 21:39:20.055 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-08-13T21:39:21.556Z[ recovery-image] Aug 13 21:39:20.065 INFO O| Aug 13 21:39:20.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
42962024-08-13T21:39:21.556Z[ recovery-image] Aug 13 21:39:20.065 INFO O| Aug 13 21:39:20.065 INFO STEP 153 (remove_files) COMPLETE
42972024-08-13T21:39:21.558Z[ recovery-image] Aug 13 21:39:20.065 INFO O| Aug 13 21:39:20.065 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-08-13T21:39:21.566Z[ recovery-image] Aug 13 21:39:20.076 INFO O| Aug 13 21:39:20.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
42992024-08-13T21:39:21.566Z[ recovery-image] Aug 13 21:39:20.076 INFO O| Aug 13 21:39:20.076 INFO STEP 154 (remove_files) COMPLETE
43002024-08-13T21:39:21.569Z[ recovery-image] Aug 13 21:39:20.076 INFO O| Aug 13 21:39:20.076 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-08-13T21:39:21.577Z[ recovery-image] Aug 13 21:39:20.086 INFO O| Aug 13 21:39:20.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43022024-08-13T21:39:21.579Z[ recovery-image] Aug 13 21:39:20.086 INFO O| Aug 13 21:39:20.086 INFO STEP 155 (remove_files) COMPLETE
43032024-08-13T21:39:21.579Z[ recovery-image] Aug 13 21:39:20.086 INFO O| Aug 13 21:39:20.086 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-08-13T21:39:21.590Z[ recovery-image] Aug 13 21:39:20.099 INFO O| Aug 13 21:39:20.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43052024-08-13T21:39:21.590Z[ recovery-image] Aug 13 21:39:20.099 INFO O| Aug 13 21:39:20.099 INFO STEP 156 (remove_files) COMPLETE
43062024-08-13T21:39:21.592Z[ recovery-image] Aug 13 21:39:20.099 INFO O| Aug 13 21:39:20.099 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-08-13T21:39:21.602Z[ recovery-image] Aug 13 21:39:20.111 INFO O| Aug 13 21:39:20.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43082024-08-13T21:39:21.602Z[ recovery-image] Aug 13 21:39:20.111 INFO O| Aug 13 21:39:20.111 INFO STEP 157 (remove_files) COMPLETE
43092024-08-13T21:39:21.604Z[ recovery-image] Aug 13 21:39:20.111 INFO O| Aug 13 21:39:20.111 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-08-13T21:39:21.612Z[ recovery-image] Aug 13 21:39:20.121 INFO O| Aug 13 21:39:20.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43112024-08-13T21:39:21.612Z[ recovery-image] Aug 13 21:39:20.121 INFO O| Aug 13 21:39:20.121 INFO STEP 158 (remove_files) COMPLETE
43122024-08-13T21:39:21.614Z[ recovery-image] Aug 13 21:39:20.121 INFO O| Aug 13 21:39:20.121 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-08-13T21:39:21.622Z[ recovery-image] Aug 13 21:39:20.131 INFO O| Aug 13 21:39:20.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43142024-08-13T21:39:21.625Z[ recovery-image] Aug 13 21:39:20.131 INFO O| Aug 13 21:39:20.131 INFO STEP 159 (remove_files) COMPLETE
43152024-08-13T21:39:21.625Z[ recovery-image] Aug 13 21:39:20.131 INFO O| Aug 13 21:39:20.131 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-08-13T21:39:21.632Z[ recovery-image] Aug 13 21:39:20.141 INFO O| Aug 13 21:39:20.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43172024-08-13T21:39:21.632Z[ recovery-image] Aug 13 21:39:20.141 INFO O| Aug 13 21:39:20.141 INFO STEP 160 (remove_files) COMPLETE
43182024-08-13T21:39:21.634Z[ recovery-image] Aug 13 21:39:20.142 INFO O| Aug 13 21:39:20.141 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-08-13T21:39:21.642Z[ recovery-image] Aug 13 21:39:20.151 INFO O| Aug 13 21:39:20.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43202024-08-13T21:39:21.642Z[ recovery-image] Aug 13 21:39:20.151 INFO O| Aug 13 21:39:20.151 INFO STEP 161 (remove_files) COMPLETE
43212024-08-13T21:39:21.644Z[ recovery-image] Aug 13 21:39:20.151 INFO O| Aug 13 21:39:20.151 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-08-13T21:39:21.652Z[ recovery-image] Aug 13 21:39:20.161 INFO O| Aug 13 21:39:20.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43232024-08-13T21:39:21.654Z[ recovery-image] Aug 13 21:39:20.161 INFO O| Aug 13 21:39:20.161 INFO STEP 162 (remove_files) COMPLETE
43242024-08-13T21:39:21.654Z[ recovery-image] Aug 13 21:39:20.161 INFO O| Aug 13 21:39:20.161 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-08-13T21:39:21.663Z[ recovery-image] Aug 13 21:39:20.173 INFO O| Aug 13 21:39:20.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43262024-08-13T21:39:21.663Z[ recovery-image] Aug 13 21:39:20.173 INFO O| Aug 13 21:39:20.173 INFO STEP 163 (remove_files) COMPLETE
43272024-08-13T21:39:21.663Z[ recovery-image] Aug 13 21:39:20.173 INFO O| Aug 13 21:39:20.173 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-08-13T21:39:21.673Z[ recovery-image] Aug 13 21:39:20.183 INFO O| Aug 13 21:39:20.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43292024-08-13T21:39:21.676Z[ recovery-image] Aug 13 21:39:20.183 INFO O| Aug 13 21:39:20.183 INFO STEP 164 (remove_files) COMPLETE
43302024-08-13T21:39:21.676Z[ recovery-image] Aug 13 21:39:20.183 INFO O| Aug 13 21:39:20.183 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-08-13T21:39:21.683Z[ recovery-image] Aug 13 21:39:20.193 INFO O| Aug 13 21:39:20.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43322024-08-13T21:39:21.683Z[ recovery-image] Aug 13 21:39:20.193 INFO O| Aug 13 21:39:20.193 INFO STEP 165 (remove_files) COMPLETE
43332024-08-13T21:39:21.686Z[ recovery-image] Aug 13 21:39:20.193 INFO O| Aug 13 21:39:20.193 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-08-13T21:39:21.693Z[ recovery-image] Aug 13 21:39:20.203 INFO O| Aug 13 21:39:20.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43352024-08-13T21:39:21.693Z[ recovery-image] Aug 13 21:39:20.203 INFO O| Aug 13 21:39:20.203 INFO STEP 166 (remove_files) COMPLETE
43362024-08-13T21:39:21.696Z[ recovery-image] Aug 13 21:39:20.203 INFO O| Aug 13 21:39:20.203 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-08-13T21:39:21.703Z[ recovery-image] Aug 13 21:39:20.213 INFO O| Aug 13 21:39:20.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43382024-08-13T21:39:21.703Z[ recovery-image] Aug 13 21:39:20.213 INFO O| Aug 13 21:39:20.213 INFO STEP 167 (remove_files) COMPLETE
43392024-08-13T21:39:21.703Z[ recovery-image] Aug 13 21:39:20.213 INFO O| Aug 13 21:39:20.213 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-08-13T21:39:21.714Z[ recovery-image] Aug 13 21:39:20.223 INFO O| Aug 13 21:39:20.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43412024-08-13T21:39:21.714Z[ recovery-image] Aug 13 21:39:20.223 INFO O| Aug 13 21:39:20.223 INFO STEP 168 (remove_files) COMPLETE
43422024-08-13T21:39:21.714Z[ recovery-image] Aug 13 21:39:20.223 INFO O| Aug 13 21:39:20.223 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-08-13T21:39:21.726Z[ recovery-image] Aug 13 21:39:20.235 INFO O| Aug 13 21:39:20.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43442024-08-13T21:39:21.726Z[ recovery-image] Aug 13 21:39:20.235 INFO O| Aug 13 21:39:20.235 INFO STEP 169 (remove_files) COMPLETE
43452024-08-13T21:39:21.728Z[ recovery-image] Aug 13 21:39:20.235 INFO O| Aug 13 21:39:20.235 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-08-13T21:39:21.738Z[ recovery-image] Aug 13 21:39:20.247 INFO O| Aug 13 21:39:20.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43472024-08-13T21:39:21.738Z[ recovery-image] Aug 13 21:39:20.247 INFO O| Aug 13 21:39:20.247 INFO STEP 170 (remove_files) COMPLETE
43482024-08-13T21:39:21.740Z[ recovery-image] Aug 13 21:39:20.248 INFO O| Aug 13 21:39:20.247 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-08-13T21:39:21.749Z[ recovery-image] Aug 13 21:39:20.258 INFO O| Aug 13 21:39:20.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43502024-08-13T21:39:21.749Z[ recovery-image] Aug 13 21:39:20.258 INFO O| Aug 13 21:39:20.258 INFO STEP 171 (remove_files) COMPLETE
43512024-08-13T21:39:21.749Z[ recovery-image] Aug 13 21:39:20.258 INFO O| Aug 13 21:39:20.258 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-08-13T21:39:21.761Z[ recovery-image] Aug 13 21:39:20.271 INFO O| Aug 13 21:39:20.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43532024-08-13T21:39:21.761Z[ recovery-image] Aug 13 21:39:20.271 INFO O| Aug 13 21:39:20.271 INFO STEP 172 (remove_files) COMPLETE
43542024-08-13T21:39:21.764Z[ recovery-image] Aug 13 21:39:20.271 INFO O| Aug 13 21:39:20.271 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-08-13T21:39:21.776Z[ recovery-image] Aug 13 21:39:20.284 INFO O| Aug 13 21:39:20.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
43562024-08-13T21:39:21.776Z[ recovery-image] Aug 13 21:39:20.285 INFO O| Aug 13 21:39:20.285 INFO STEP 173 (remove_files) COMPLETE
43572024-08-13T21:39:21.778Z[ recovery-image] Aug 13 21:39:20.285 INFO O| Aug 13 21:39:20.285 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-08-13T21:39:21.788Z[ recovery-image] Aug 13 21:39:20.297 INFO O| Aug 13 21:39:20.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
43592024-08-13T21:39:21.788Z[ recovery-image] Aug 13 21:39:20.297 INFO O| Aug 13 21:39:20.297 INFO STEP 174 (remove_files) COMPLETE
43602024-08-13T21:39:21.790Z[ recovery-image] Aug 13 21:39:20.297 INFO O| Aug 13 21:39:20.297 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-08-13T21:39:21.800Z[ recovery-image] Aug 13 21:39:20.309 INFO O| Aug 13 21:39:20.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
43622024-08-13T21:39:21.802Z[ recovery-image] Aug 13 21:39:20.309 INFO O| Aug 13 21:39:20.309 INFO STEP 175 (remove_files) COMPLETE
43632024-08-13T21:39:21.802Z[ recovery-image] Aug 13 21:39:20.310 INFO O| Aug 13 21:39:20.309 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-08-13T21:39:21.812Z[ recovery-image] Aug 13 21:39:20.321 INFO O| Aug 13 21:39:20.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
43652024-08-13T21:39:21.812Z[ recovery-image] Aug 13 21:39:20.321 INFO O| Aug 13 21:39:20.321 INFO STEP 176 (remove_files) COMPLETE
43662024-08-13T21:39:21.814Z[ recovery-image] Aug 13 21:39:20.321 INFO O| Aug 13 21:39:20.321 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-08-13T21:39:21.824Z[ recovery-image] Aug 13 21:39:20.333 INFO O| Aug 13 21:39:20.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
43682024-08-13T21:39:21.826Z[ recovery-image] Aug 13 21:39:20.333 INFO O| Aug 13 21:39:20.333 INFO STEP 177 (remove_files) COMPLETE
43692024-08-13T21:39:21.826Z[ recovery-image] Aug 13 21:39:20.333 INFO O| Aug 13 21:39:20.333 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-08-13T21:39:21.836Z[ recovery-image] Aug 13 21:39:20.345 INFO O| Aug 13 21:39:20.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
43712024-08-13T21:39:21.836Z[ recovery-image] Aug 13 21:39:20.345 INFO O| Aug 13 21:39:20.345 INFO STEP 178 (remove_files) COMPLETE
43722024-08-13T21:39:21.838Z[ recovery-image] Aug 13 21:39:20.345 INFO O| Aug 13 21:39:20.345 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-08-13T21:39:21.848Z[ recovery-image] Aug 13 21:39:20.357 INFO O| Aug 13 21:39:20.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
43742024-08-13T21:39:21.848Z[ recovery-image] Aug 13 21:39:20.357 INFO O| Aug 13 21:39:20.357 INFO STEP 179 (remove_files) COMPLETE
43752024-08-13T21:39:21.850Z[ recovery-image] Aug 13 21:39:20.357 INFO O| Aug 13 21:39:20.357 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-08-13T21:39:21.859Z[ recovery-image] Aug 13 21:39:20.369 INFO O| Aug 13 21:39:20.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
43772024-08-13T21:39:21.859Z[ recovery-image] Aug 13 21:39:20.369 INFO O| Aug 13 21:39:20.369 INFO STEP 180 (remove_files) COMPLETE
43782024-08-13T21:39:21.862Z[ recovery-image] Aug 13 21:39:20.369 INFO O| Aug 13 21:39:20.369 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-08-13T21:39:21.871Z[ recovery-image] Aug 13 21:39:20.380 INFO O| Aug 13 21:39:20.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
43802024-08-13T21:39:21.874Z[ recovery-image] Aug 13 21:39:20.381 INFO O| Aug 13 21:39:20.381 INFO STEP 181 (remove_files) COMPLETE
43812024-08-13T21:39:21.874Z[ recovery-image] Aug 13 21:39:20.381 INFO O| Aug 13 21:39:20.381 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-08-13T21:39:21.882Z[ recovery-image] Aug 13 21:39:20.391 INFO O| Aug 13 21:39:20.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
43832024-08-13T21:39:21.884Z[ recovery-image] Aug 13 21:39:20.391 INFO O| Aug 13 21:39:20.391 INFO STEP 182 (remove_files) COMPLETE
43842024-08-13T21:39:21.884Z[ recovery-image] Aug 13 21:39:20.391 INFO O| Aug 13 21:39:20.391 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-08-13T21:39:21.892Z[ recovery-image] Aug 13 21:39:20.401 INFO O| Aug 13 21:39:20.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
43862024-08-13T21:39:21.894Z[ recovery-image] Aug 13 21:39:20.401 INFO O| Aug 13 21:39:20.401 INFO STEP 183 (remove_files) COMPLETE
43872024-08-13T21:39:21.894Z[ recovery-image] Aug 13 21:39:20.401 INFO O| Aug 13 21:39:20.401 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-08-13T21:39:21.904Z[ recovery-image] Aug 13 21:39:20.413 INFO O| Aug 13 21:39:20.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
43892024-08-13T21:39:21.904Z[ recovery-image] Aug 13 21:39:20.413 INFO O| Aug 13 21:39:20.413 INFO STEP 184 (remove_files) COMPLETE
43902024-08-13T21:39:21.904Z[ recovery-image] Aug 13 21:39:20.413 INFO O| Aug 13 21:39:20.413 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-08-13T21:39:21.915Z[ recovery-image] Aug 13 21:39:20.424 INFO O| Aug 13 21:39:20.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
43922024-08-13T21:39:21.915Z[ recovery-image] Aug 13 21:39:20.424 INFO O| Aug 13 21:39:20.424 INFO STEP 185 (remove_files) COMPLETE
43932024-08-13T21:39:21.915Z[ recovery-image] Aug 13 21:39:20.424 INFO O| Aug 13 21:39:20.424 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-08-13T21:39:21.926Z[ recovery-image] Aug 13 21:39:20.435 INFO O| Aug 13 21:39:20.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
43952024-08-13T21:39:21.926Z[ recovery-image] Aug 13 21:39:20.435 INFO O| Aug 13 21:39:20.435 INFO STEP 186 (remove_files) COMPLETE
43962024-08-13T21:39:21.929Z[ recovery-image] Aug 13 21:39:20.435 INFO O| Aug 13 21:39:20.435 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-08-13T21:39:21.937Z[ recovery-image] Aug 13 21:39:20.446 INFO O| Aug 13 21:39:20.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
43982024-08-13T21:39:21.939Z[ recovery-image] Aug 13 21:39:20.447 INFO O| Aug 13 21:39:20.447 INFO STEP 187 (remove_files) COMPLETE
43992024-08-13T21:39:21.939Z[ recovery-image] Aug 13 21:39:20.447 INFO O| Aug 13 21:39:20.447 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-08-13T21:39:21.949Z[ recovery-image] Aug 13 21:39:20.458 INFO O| Aug 13 21:39:20.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44012024-08-13T21:39:21.949Z[ recovery-image] Aug 13 21:39:20.458 INFO O| Aug 13 21:39:20.458 INFO STEP 188 (remove_files) COMPLETE
44022024-08-13T21:39:21.951Z[ recovery-image] Aug 13 21:39:20.458 INFO O| Aug 13 21:39:20.458 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-08-13T21:39:21.960Z[ recovery-image] Aug 13 21:39:20.469 INFO O| Aug 13 21:39:20.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44042024-08-13T21:39:21.960Z[ recovery-image] Aug 13 21:39:20.469 INFO O| Aug 13 21:39:20.469 INFO STEP 189 (remove_files) COMPLETE
44052024-08-13T21:39:21.962Z[ recovery-image] Aug 13 21:39:20.469 INFO O| Aug 13 21:39:20.469 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-08-13T21:39:21.971Z[ recovery-image] Aug 13 21:39:20.480 INFO O| Aug 13 21:39:20.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44072024-08-13T21:39:21.974Z[ recovery-image] Aug 13 21:39:20.480 INFO O| Aug 13 21:39:20.480 INFO STEP 190 (remove_files) COMPLETE
44082024-08-13T21:39:21.974Z[ recovery-image] Aug 13 21:39:20.480 INFO O| Aug 13 21:39:20.480 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-08-13T21:39:21.982Z[ recovery-image] Aug 13 21:39:20.491 INFO O| Aug 13 21:39:20.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44102024-08-13T21:39:21.984Z[ recovery-image] Aug 13 21:39:20.491 INFO O| Aug 13 21:39:20.491 INFO STEP 191 (remove_files) COMPLETE
44112024-08-13T21:39:21.984Z[ recovery-image] Aug 13 21:39:20.491 INFO O| Aug 13 21:39:20.491 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-08-13T21:39:21.993Z[ recovery-image] Aug 13 21:39:20.502 INFO O| Aug 13 21:39:20.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44132024-08-13T21:39:21.993Z[ recovery-image] Aug 13 21:39:20.502 INFO O| Aug 13 21:39:20.502 INFO STEP 192 (remove_files) COMPLETE
44142024-08-13T21:39:21.993Z[ recovery-image] Aug 13 21:39:20.502 INFO O| Aug 13 21:39:20.502 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-08-13T21:39:22.004Z[ recovery-image] Aug 13 21:39:20.513 INFO O| Aug 13 21:39:20.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44162024-08-13T21:39:22.004Z[ recovery-image] Aug 13 21:39:20.513 INFO O| Aug 13 21:39:20.513 INFO STEP 193 (remove_files) COMPLETE
44172024-08-13T21:39:22.007Z[ recovery-image] Aug 13 21:39:20.514 INFO O| Aug 13 21:39:20.513 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-08-13T21:39:22.015Z[ recovery-image] Aug 13 21:39:20.524 INFO O| Aug 13 21:39:20.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44192024-08-13T21:39:22.015Z[ recovery-image] Aug 13 21:39:20.524 INFO O| Aug 13 21:39:20.524 INFO STEP 194 (remove_files) COMPLETE
44202024-08-13T21:39:22.017Z[ recovery-image] Aug 13 21:39:20.524 INFO O| Aug 13 21:39:20.524 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-08-13T21:39:22.025Z[ recovery-image] Aug 13 21:39:20.534 INFO O| Aug 13 21:39:20.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44222024-08-13T21:39:22.025Z[ recovery-image] Aug 13 21:39:20.534 INFO O| Aug 13 21:39:20.534 INFO STEP 195 (remove_files) COMPLETE
44232024-08-13T21:39:22.027Z[ recovery-image] Aug 13 21:39:20.534 INFO O| Aug 13 21:39:20.534 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-08-13T21:39:22.035Z[ recovery-image] Aug 13 21:39:20.544 INFO O| Aug 13 21:39:20.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44252024-08-13T21:39:22.035Z[ recovery-image] Aug 13 21:39:20.544 INFO O| Aug 13 21:39:20.544 INFO STEP 196 (remove_files) COMPLETE
44262024-08-13T21:39:22.037Z[ recovery-image] Aug 13 21:39:20.544 INFO O| Aug 13 21:39:20.544 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-08-13T21:39:22.046Z[ recovery-image] Aug 13 21:39:20.556 INFO O| Aug 13 21:39:20.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44282024-08-13T21:39:22.046Z[ recovery-image] Aug 13 21:39:20.556 INFO O| Aug 13 21:39:20.556 INFO STEP 197 (remove_files) COMPLETE
44292024-08-13T21:39:22.046Z[ recovery-image] Aug 13 21:39:20.556 INFO O| Aug 13 21:39:20.556 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-08-13T21:39:22.059Z[ recovery-image] Aug 13 21:39:20.568 INFO O| Aug 13 21:39:20.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44312024-08-13T21:39:22.059Z[ recovery-image] Aug 13 21:39:20.568 INFO O| Aug 13 21:39:20.568 INFO STEP 198 (remove_files) COMPLETE
44322024-08-13T21:39:22.061Z[ recovery-image] Aug 13 21:39:20.568 INFO O| Aug 13 21:39:20.568 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-08-13T21:39:22.070Z[ recovery-image] Aug 13 21:39:20.580 INFO O| Aug 13 21:39:20.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44342024-08-13T21:39:22.070Z[ recovery-image] Aug 13 21:39:20.580 INFO O| Aug 13 21:39:20.580 INFO STEP 199 (remove_files) COMPLETE
44352024-08-13T21:39:22.070Z[ recovery-image] Aug 13 21:39:20.580 INFO O| Aug 13 21:39:20.580 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-08-13T21:39:22.080Z[ recovery-image] Aug 13 21:39:20.590 INFO O| Aug 13 21:39:20.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44372024-08-13T21:39:22.083Z[ recovery-image] Aug 13 21:39:20.590 INFO O| Aug 13 21:39:20.590 INFO STEP 200 (remove_files) COMPLETE
44382024-08-13T21:39:22.083Z[ recovery-image] Aug 13 21:39:20.590 INFO O| Aug 13 21:39:20.590 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-08-13T21:39:22.092Z[ recovery-image] Aug 13 21:39:20.601 INFO O| Aug 13 21:39:20.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44402024-08-13T21:39:22.092Z[ recovery-image] Aug 13 21:39:20.601 INFO O| Aug 13 21:39:20.601 INFO STEP 201 (remove_files) COMPLETE
44412024-08-13T21:39:22.092Z[ recovery-image] Aug 13 21:39:20.601 INFO O| Aug 13 21:39:20.601 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-08-13T21:39:22.103Z[ recovery-image] Aug 13 21:39:20.612 INFO O| Aug 13 21:39:20.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44432024-08-13T21:39:22.106Z[ recovery-image] Aug 13 21:39:20.613 INFO O| Aug 13 21:39:20.613 INFO STEP 202 (remove_files) COMPLETE
44442024-08-13T21:39:22.106Z[ recovery-image] Aug 13 21:39:20.613 INFO O| Aug 13 21:39:20.613 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-08-13T21:39:22.114Z[ recovery-image] Aug 13 21:39:20.623 INFO O| Aug 13 21:39:20.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44462024-08-13T21:39:22.114Z[ recovery-image] Aug 13 21:39:20.623 INFO O| Aug 13 21:39:20.623 INFO STEP 203 (remove_files) COMPLETE
44472024-08-13T21:39:22.116Z[ recovery-image] Aug 13 21:39:20.623 INFO O| Aug 13 21:39:20.623 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-08-13T21:39:22.123Z[ recovery-image] Aug 13 21:39:20.633 INFO O| Aug 13 21:39:20.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44492024-08-13T21:39:22.123Z[ recovery-image] Aug 13 21:39:20.633 INFO O| Aug 13 21:39:20.633 INFO STEP 204 (remove_files) COMPLETE
44502024-08-13T21:39:22.123Z[ recovery-image] Aug 13 21:39:20.633 INFO O| Aug 13 21:39:20.633 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-08-13T21:39:22.134Z[ recovery-image] Aug 13 21:39:20.643 INFO O| Aug 13 21:39:20.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44522024-08-13T21:39:22.134Z[ recovery-image] Aug 13 21:39:20.643 INFO O| Aug 13 21:39:20.643 INFO STEP 205 (remove_files) COMPLETE
44532024-08-13T21:39:22.138Z[ recovery-image] Aug 13 21:39:20.643 INFO O| Aug 13 21:39:20.643 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-08-13T21:39:22.145Z[ recovery-image] Aug 13 21:39:20.654 INFO O| Aug 13 21:39:20.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44552024-08-13T21:39:22.145Z[ recovery-image] Aug 13 21:39:20.654 INFO O| Aug 13 21:39:20.654 INFO STEP 206 (remove_files) COMPLETE
44562024-08-13T21:39:22.145Z[ recovery-image] Aug 13 21:39:20.654 INFO O| Aug 13 21:39:20.654 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-08-13T21:39:22.156Z[ recovery-image] Aug 13 21:39:20.665 INFO O| Aug 13 21:39:20.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
44582024-08-13T21:39:22.158Z[ recovery-image] Aug 13 21:39:20.665 INFO O| Aug 13 21:39:20.665 INFO STEP 207 (remove_files) COMPLETE
44592024-08-13T21:39:22.158Z[ recovery-image] Aug 13 21:39:20.665 INFO O| Aug 13 21:39:20.665 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-08-13T21:39:22.169Z[ recovery-image] Aug 13 21:39:20.678 INFO O| Aug 13 21:39:20.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
44612024-08-13T21:39:22.169Z[ recovery-image] Aug 13 21:39:20.678 INFO O| Aug 13 21:39:20.678 INFO STEP 208 (remove_files) COMPLETE
44622024-08-13T21:39:22.169Z[ recovery-image] Aug 13 21:39:20.678 INFO O| Aug 13 21:39:20.678 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-08-13T21:39:22.182Z[ recovery-image] Aug 13 21:39:20.691 INFO O| Aug 13 21:39:20.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
44642024-08-13T21:39:22.182Z[ recovery-image] Aug 13 21:39:20.691 INFO O| Aug 13 21:39:20.691 INFO STEP 209 (remove_files) COMPLETE
44652024-08-13T21:39:22.182Z[ recovery-image] Aug 13 21:39:20.691 INFO O| Aug 13 21:39:20.691 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-08-13T21:39:22.195Z[ recovery-image] Aug 13 21:39:20.704 INFO O| Aug 13 21:39:20.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
44672024-08-13T21:39:22.196Z[ recovery-image] Aug 13 21:39:20.704 INFO O| Aug 13 21:39:20.704 INFO STEP 210 (remove_files) COMPLETE
44682024-08-13T21:39:22.196Z[ recovery-image] Aug 13 21:39:20.704 INFO O| Aug 13 21:39:20.704 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-08-13T21:39:22.209Z[ recovery-image] Aug 13 21:39:20.718 INFO O| Aug 13 21:39:20.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
44702024-08-13T21:39:22.209Z[ recovery-image] Aug 13 21:39:20.719 INFO O| Aug 13 21:39:20.718 INFO STEP 211 (remove_files) COMPLETE
44712024-08-13T21:39:22.209Z[ recovery-image] Aug 13 21:39:20.719 INFO O| Aug 13 21:39:20.719 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-08-13T21:39:22.221Z[ recovery-image] Aug 13 21:39:20.731 INFO O| Aug 13 21:39:20.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
44732024-08-13T21:39:22.224Z[ recovery-image] Aug 13 21:39:20.731 INFO O| Aug 13 21:39:20.731 INFO STEP 212 (remove_files) COMPLETE
44742024-08-13T21:39:22.224Z[ recovery-image] Aug 13 21:39:20.731 INFO O| Aug 13 21:39:20.731 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-08-13T21:39:22.236Z[ recovery-image] Aug 13 21:39:20.745 INFO O| Aug 13 21:39:20.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
44762024-08-13T21:39:22.239Z[ recovery-image] Aug 13 21:39:20.746 INFO O| Aug 13 21:39:20.745 INFO STEP 213 (remove_files) COMPLETE
44772024-08-13T21:39:22.239Z[ recovery-image] Aug 13 21:39:20.746 INFO O| Aug 13 21:39:20.745 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-08-13T21:39:22.248Z[ recovery-image] Aug 13 21:39:20.758 INFO O| Aug 13 21:39:20.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
44792024-08-13T21:39:22.248Z[ recovery-image] Aug 13 21:39:20.758 INFO O| Aug 13 21:39:20.758 INFO STEP 214 (remove_files) COMPLETE
44802024-08-13T21:39:22.248Z[ recovery-image] Aug 13 21:39:20.758 INFO O| Aug 13 21:39:20.758 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-08-13T21:39:22.261Z[ recovery-image] Aug 13 21:39:20.770 INFO O| Aug 13 21:39:20.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
44822024-08-13T21:39:22.261Z[ recovery-image] Aug 13 21:39:20.770 INFO O| Aug 13 21:39:20.770 INFO STEP 215 (remove_files) COMPLETE
44832024-08-13T21:39:22.261Z[ recovery-image] Aug 13 21:39:20.770 INFO O| Aug 13 21:39:20.770 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-08-13T21:39:22.272Z[ recovery-image] Aug 13 21:39:20.781 INFO O| Aug 13 21:39:20.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
44852024-08-13T21:39:22.272Z[ recovery-image] Aug 13 21:39:20.781 INFO O| Aug 13 21:39:20.781 INFO STEP 216 (remove_files) COMPLETE
44862024-08-13T21:39:22.274Z[ recovery-image] Aug 13 21:39:20.781 INFO O| Aug 13 21:39:20.781 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-08-13T21:39:22.284Z[ recovery-image] Aug 13 21:39:20.793 INFO O| Aug 13 21:39:20.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
44882024-08-13T21:39:22.284Z[ recovery-image] Aug 13 21:39:20.793 INFO O| Aug 13 21:39:20.793 INFO STEP 217 (remove_files) COMPLETE
44892024-08-13T21:39:22.284Z[ recovery-image] Aug 13 21:39:20.793 INFO O| Aug 13 21:39:20.793 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-08-13T21:39:22.296Z[ recovery-image] Aug 13 21:39:20.805 INFO O| Aug 13 21:39:20.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
44912024-08-13T21:39:22.298Z[ recovery-image] Aug 13 21:39:20.805 INFO O| Aug 13 21:39:20.805 INFO STEP 218 (remove_files) COMPLETE
44922024-08-13T21:39:22.298Z[ recovery-image] Aug 13 21:39:20.805 INFO O| Aug 13 21:39:20.805 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-08-13T21:39:22.306Z[ recovery-image] Aug 13 21:39:20.815 INFO O| Aug 13 21:39:20.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
44942024-08-13T21:39:22.308Z[ recovery-image] Aug 13 21:39:20.816 INFO O| Aug 13 21:39:20.816 INFO STEP 219 (remove_files) COMPLETE
44952024-08-13T21:39:22.308Z[ recovery-image] Aug 13 21:39:20.816 INFO O| Aug 13 21:39:20.816 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-08-13T21:39:22.318Z[ recovery-image] Aug 13 21:39:20.828 INFO O| Aug 13 21:39:20.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
44972024-08-13T21:39:22.319Z[ recovery-image] Aug 13 21:39:20.828 INFO O| Aug 13 21:39:20.828 INFO STEP 220 (remove_files) COMPLETE
44982024-08-13T21:39:22.321Z[ recovery-image] Aug 13 21:39:20.828 INFO O| Aug 13 21:39:20.828 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-08-13T21:39:22.328Z[ recovery-image] Aug 13 21:39:20.838 INFO O| Aug 13 21:39:20.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45002024-08-13T21:39:22.328Z[ recovery-image] Aug 13 21:39:20.838 INFO O| Aug 13 21:39:20.838 INFO STEP 221 (remove_files) COMPLETE
45012024-08-13T21:39:22.331Z[ recovery-image] Aug 13 21:39:20.838 INFO O| Aug 13 21:39:20.838 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-08-13T21:39:22.338Z[ recovery-image] Aug 13 21:39:20.848 INFO O| Aug 13 21:39:20.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45032024-08-13T21:39:22.338Z[ recovery-image] Aug 13 21:39:20.848 INFO O| Aug 13 21:39:20.848 INFO STEP 222 (remove_files) COMPLETE
45042024-08-13T21:39:22.342Z[ recovery-image] Aug 13 21:39:20.848 INFO O| Aug 13 21:39:20.848 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-08-13T21:39:22.349Z[ recovery-image] Aug 13 21:39:20.858 INFO O| Aug 13 21:39:20.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45062024-08-13T21:39:22.351Z[ recovery-image] Aug 13 21:39:20.859 INFO O| Aug 13 21:39:20.859 INFO STEP 223 (remove_files) COMPLETE
45072024-08-13T21:39:22.351Z[ recovery-image] Aug 13 21:39:20.859 INFO O| Aug 13 21:39:20.859 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-08-13T21:39:22.359Z[ recovery-image] Aug 13 21:39:20.868 INFO O| Aug 13 21:39:20.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45092024-08-13T21:39:22.362Z[ recovery-image] Aug 13 21:39:20.868 INFO O| Aug 13 21:39:20.868 INFO STEP 224 (remove_files) COMPLETE
45102024-08-13T21:39:22.362Z[ recovery-image] Aug 13 21:39:20.869 INFO O| Aug 13 21:39:20.868 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-08-13T21:39:22.370Z[ recovery-image] Aug 13 21:39:20.880 INFO O| Aug 13 21:39:20.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45122024-08-13T21:39:22.370Z[ recovery-image] Aug 13 21:39:20.880 INFO O| Aug 13 21:39:20.880 INFO STEP 225 (remove_files) COMPLETE
45132024-08-13T21:39:22.373Z[ recovery-image] Aug 13 21:39:20.880 INFO O| Aug 13 21:39:20.880 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-08-13T21:39:22.381Z[ recovery-image] Aug 13 21:39:20.890 INFO O| Aug 13 21:39:20.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45152024-08-13T21:39:22.381Z[ recovery-image] Aug 13 21:39:20.890 INFO O| Aug 13 21:39:20.890 INFO STEP 226 (remove_files) COMPLETE
45162024-08-13T21:39:22.383Z[ recovery-image] Aug 13 21:39:20.890 INFO O| Aug 13 21:39:20.890 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-08-13T21:39:22.392Z[ recovery-image] Aug 13 21:39:20.901 INFO O| Aug 13 21:39:20.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45182024-08-13T21:39:22.395Z[ recovery-image] Aug 13 21:39:20.901 INFO O| Aug 13 21:39:20.901 INFO STEP 227 (remove_files) COMPLETE
45192024-08-13T21:39:22.395Z[ recovery-image] Aug 13 21:39:20.902 INFO O| Aug 13 21:39:20.901 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-08-13T21:39:22.404Z[ recovery-image] Aug 13 21:39:20.913 INFO O| Aug 13 21:39:20.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45212024-08-13T21:39:22.404Z[ recovery-image] Aug 13 21:39:20.913 INFO O| Aug 13 21:39:20.913 INFO STEP 228 (remove_files) COMPLETE
45222024-08-13T21:39:22.404Z[ recovery-image] Aug 13 21:39:20.913 INFO O| Aug 13 21:39:20.913 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-08-13T21:39:22.415Z[ recovery-image] Aug 13 21:39:20.924 INFO O| Aug 13 21:39:20.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45242024-08-13T21:39:22.415Z[ recovery-image] Aug 13 21:39:20.924 INFO O| Aug 13 21:39:20.924 INFO STEP 229 (remove_files) COMPLETE
45252024-08-13T21:39:22.417Z[ recovery-image] Aug 13 21:39:20.924 INFO O| Aug 13 21:39:20.924 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-08-13T21:39:22.426Z[ recovery-image] Aug 13 21:39:20.936 INFO O| Aug 13 21:39:20.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45272024-08-13T21:39:22.426Z[ recovery-image] Aug 13 21:39:20.936 INFO O| Aug 13 21:39:20.936 INFO STEP 230 (remove_files) COMPLETE
45282024-08-13T21:39:22.427Z[ recovery-image] Aug 13 21:39:20.936 INFO O| Aug 13 21:39:20.936 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-08-13T21:39:22.438Z[ recovery-image] Aug 13 21:39:20.947 INFO O| Aug 13 21:39:20.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45302024-08-13T21:39:22.438Z[ recovery-image] Aug 13 21:39:20.947 INFO O| Aug 13 21:39:20.947 INFO STEP 231 (remove_files) COMPLETE
45312024-08-13T21:39:22.440Z[ recovery-image] Aug 13 21:39:20.947 INFO O| Aug 13 21:39:20.947 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-08-13T21:39:22.448Z[ recovery-image] Aug 13 21:39:20.957 INFO O| Aug 13 21:39:20.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45332024-08-13T21:39:22.448Z[ recovery-image] Aug 13 21:39:20.957 INFO O| Aug 13 21:39:20.957 INFO STEP 232 (remove_files) COMPLETE
45342024-08-13T21:39:22.450Z[ recovery-image] Aug 13 21:39:20.957 INFO O| Aug 13 21:39:20.957 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-08-13T21:39:22.460Z[ recovery-image] Aug 13 21:39:20.969 INFO O| Aug 13 21:39:20.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45362024-08-13T21:39:22.460Z[ recovery-image] Aug 13 21:39:20.969 INFO O| Aug 13 21:39:20.969 INFO STEP 233 (remove_files) COMPLETE
45372024-08-13T21:39:22.462Z[ recovery-image] Aug 13 21:39:20.969 INFO O| Aug 13 21:39:20.969 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-08-13T21:39:22.473Z[ recovery-image] Aug 13 21:39:20.982 INFO O| Aug 13 21:39:20.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45392024-08-13T21:39:22.473Z[ recovery-image] Aug 13 21:39:20.982 INFO O| Aug 13 21:39:20.982 INFO STEP 234 (remove_files) COMPLETE
45402024-08-13T21:39:22.473Z[ recovery-image] Aug 13 21:39:20.982 INFO O| Aug 13 21:39:20.982 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-08-13T21:39:22.486Z[ recovery-image] Aug 13 21:39:20.995 INFO O| Aug 13 21:39:20.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45422024-08-13T21:39:22.488Z[ recovery-image] Aug 13 21:39:20.995 INFO O| Aug 13 21:39:20.995 INFO STEP 235 (remove_files) COMPLETE
45432024-08-13T21:39:22.488Z[ recovery-image] Aug 13 21:39:20.995 INFO O| Aug 13 21:39:20.995 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-08-13T21:39:22.499Z[ recovery-image] Aug 13 21:39:21.008 INFO O| Aug 13 21:39:21.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45452024-08-13T21:39:22.499Z[ recovery-image] Aug 13 21:39:21.009 INFO O| Aug 13 21:39:21.009 INFO STEP 236 (remove_files) COMPLETE
45462024-08-13T21:39:22.499Z[ recovery-image] Aug 13 21:39:21.009 INFO O| Aug 13 21:39:21.009 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-08-13T21:39:22.513Z[ recovery-image] Aug 13 21:39:21.022 INFO O| Aug 13 21:39:21.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45482024-08-13T21:39:22.513Z[ recovery-image] Aug 13 21:39:21.022 INFO O| Aug 13 21:39:21.022 INFO STEP 237 (remove_files) COMPLETE
45492024-08-13T21:39:22.513Z[ recovery-image] Aug 13 21:39:21.022 INFO O| Aug 13 21:39:21.022 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-08-13T21:39:22.527Z[ recovery-image] Aug 13 21:39:21.036 INFO O| Aug 13 21:39:21.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45512024-08-13T21:39:22.527Z[ recovery-image] Aug 13 21:39:21.036 INFO O| Aug 13 21:39:21.036 INFO STEP 238 (remove_files) COMPLETE
45522024-08-13T21:39:22.529Z[ recovery-image] Aug 13 21:39:21.036 INFO O| Aug 13 21:39:21.036 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-08-13T21:39:22.540Z[ recovery-image] Aug 13 21:39:21.049 INFO O| Aug 13 21:39:21.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45542024-08-13T21:39:22.540Z[ recovery-image] Aug 13 21:39:21.049 INFO O| Aug 13 21:39:21.049 INFO STEP 239 (remove_files) COMPLETE
45552024-08-13T21:39:22.540Z[ recovery-image] Aug 13 21:39:21.049 INFO O| Aug 13 21:39:21.049 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-08-13T21:39:22.551Z[ recovery-image] Aug 13 21:39:21.060 INFO O| Aug 13 21:39:21.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
45572024-08-13T21:39:22.551Z[ recovery-image] Aug 13 21:39:21.060 INFO O| Aug 13 21:39:21.060 INFO STEP 240 (remove_files) COMPLETE
45582024-08-13T21:39:22.553Z[ recovery-image] Aug 13 21:39:21.060 INFO O| Aug 13 21:39:21.060 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-08-13T21:39:22.563Z[ recovery-image] Aug 13 21:39:21.072 INFO O| Aug 13 21:39:21.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
45602024-08-13T21:39:22.563Z[ recovery-image] Aug 13 21:39:21.072 INFO O| Aug 13 21:39:21.072 INFO STEP 241 (remove_files) COMPLETE
45612024-08-13T21:39:22.565Z[ recovery-image] Aug 13 21:39:21.072 INFO O| Aug 13 21:39:21.072 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-08-13T21:39:22.573Z[ recovery-image] Aug 13 21:39:21.082 INFO O| Aug 13 21:39:21.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
45632024-08-13T21:39:22.575Z[ recovery-image] Aug 13 21:39:21.082 INFO O| Aug 13 21:39:21.082 INFO STEP 242 (remove_files) COMPLETE
45642024-08-13T21:39:22.575Z[ recovery-image] Aug 13 21:39:21.083 INFO O| Aug 13 21:39:21.082 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-08-13T21:39:22.583Z[ recovery-image] Aug 13 21:39:21.093 INFO O| Aug 13 21:39:21.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
45662024-08-13T21:39:22.583Z[ recovery-image] Aug 13 21:39:21.093 INFO O| Aug 13 21:39:21.093 INFO STEP 243 (remove_files) COMPLETE
45672024-08-13T21:39:22.583Z[ recovery-image] Aug 13 21:39:21.093 INFO O| Aug 13 21:39:21.093 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-08-13T21:39:22.594Z[ recovery-image] Aug 13 21:39:21.103 INFO O| Aug 13 21:39:21.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
45692024-08-13T21:39:22.594Z[ recovery-image] Aug 13 21:39:21.103 INFO O| Aug 13 21:39:21.103 INFO STEP 244 (remove_files) COMPLETE
45702024-08-13T21:39:22.596Z[ recovery-image] Aug 13 21:39:21.103 INFO O| Aug 13 21:39:21.103 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-08-13T21:39:22.604Z[ recovery-image] Aug 13 21:39:21.113 INFO O| Aug 13 21:39:21.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
45722024-08-13T21:39:22.606Z[ recovery-image] Aug 13 21:39:21.113 INFO O| Aug 13 21:39:21.113 INFO STEP 245 (remove_files) COMPLETE
45732024-08-13T21:39:22.606Z[ recovery-image] Aug 13 21:39:21.113 INFO O| Aug 13 21:39:21.113 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-08-13T21:39:22.614Z[ recovery-image] Aug 13 21:39:21.123 INFO O| Aug 13 21:39:21.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
45752024-08-13T21:39:22.616Z[ recovery-image] Aug 13 21:39:21.124 INFO O| Aug 13 21:39:21.124 INFO STEP 246 (remove_files) COMPLETE
45762024-08-13T21:39:22.616Z[ recovery-image] Aug 13 21:39:21.124 INFO O| Aug 13 21:39:21.124 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-08-13T21:39:22.625Z[ recovery-image] Aug 13 21:39:21.134 INFO O| Aug 13 21:39:21.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
45782024-08-13T21:39:22.625Z[ recovery-image] Aug 13 21:39:21.134 INFO O| Aug 13 21:39:21.134 INFO STEP 247 (remove_files) COMPLETE
45792024-08-13T21:39:22.625Z[ recovery-image] Aug 13 21:39:21.134 INFO O| Aug 13 21:39:21.134 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-08-13T21:39:22.635Z[ recovery-image] Aug 13 21:39:21.144 INFO O| Aug 13 21:39:21.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
45812024-08-13T21:39:22.635Z[ recovery-image] Aug 13 21:39:21.144 INFO O| Aug 13 21:39:21.144 INFO STEP 248 (remove_files) COMPLETE
45822024-08-13T21:39:22.635Z[ recovery-image] Aug 13 21:39:21.144 INFO O| Aug 13 21:39:21.144 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-08-13T21:39:22.646Z[ recovery-image] Aug 13 21:39:21.154 INFO O| Aug 13 21:39:21.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
45842024-08-13T21:39:22.646Z[ recovery-image] Aug 13 21:39:21.154 INFO O| Aug 13 21:39:21.154 INFO STEP 249 (remove_files) COMPLETE
45852024-08-13T21:39:22.648Z[ recovery-image] Aug 13 21:39:21.154 INFO O| Aug 13 21:39:21.154 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-08-13T21:39:22.657Z[ recovery-image] Aug 13 21:39:21.166 INFO O| Aug 13 21:39:21.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
45872024-08-13T21:39:22.657Z[ recovery-image] Aug 13 21:39:21.166 INFO O| Aug 13 21:39:21.166 INFO STEP 250 (remove_files) COMPLETE
45882024-08-13T21:39:22.657Z[ recovery-image] Aug 13 21:39:21.166 INFO O| Aug 13 21:39:21.166 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-08-13T21:39:22.667Z[ recovery-image] Aug 13 21:39:21.177 INFO O| Aug 13 21:39:21.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
45902024-08-13T21:39:22.670Z[ recovery-image] Aug 13 21:39:21.177 INFO O| Aug 13 21:39:21.177 INFO STEP 251 (remove_files) COMPLETE
45912024-08-13T21:39:22.670Z[ recovery-image] Aug 13 21:39:21.177 INFO O| Aug 13 21:39:21.177 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-08-13T21:39:22.679Z[ recovery-image] Aug 13 21:39:21.187 INFO O| Aug 13 21:39:21.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
45932024-08-13T21:39:22.679Z[ recovery-image] Aug 13 21:39:21.187 INFO O| Aug 13 21:39:21.187 INFO STEP 252 (remove_files) COMPLETE
45942024-08-13T21:39:22.681Z[ recovery-image] Aug 13 21:39:21.187 INFO O| Aug 13 21:39:21.187 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-08-13T21:39:22.687Z[ recovery-image] Aug 13 21:39:21.197 INFO O| Aug 13 21:39:21.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
45962024-08-13T21:39:22.690Z[ recovery-image] Aug 13 21:39:21.197 INFO O| Aug 13 21:39:21.197 INFO STEP 253 (remove_files) COMPLETE
45972024-08-13T21:39:22.690Z[ recovery-image] Aug 13 21:39:21.197 INFO O| Aug 13 21:39:21.197 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-08-13T21:39:22.697Z[ recovery-image] Aug 13 21:39:21.207 INFO O| Aug 13 21:39:21.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
45992024-08-13T21:39:22.698Z[ recovery-image] Aug 13 21:39:21.207 INFO O| Aug 13 21:39:21.207 INFO STEP 254 (remove_files) COMPLETE
46002024-08-13T21:39:22.698Z[ recovery-image] Aug 13 21:39:21.207 INFO O| Aug 13 21:39:21.207 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-08-13T21:39:22.723Z[ recovery-image] Aug 13 21:39:21.232 INFO O| Aug 13 21:39:21.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46022024-08-13T21:39:22.725Z[ recovery-image] Aug 13 21:39:21.232 INFO O| Aug 13 21:39:21.232 INFO STEP 255 (remove_files) COMPLETE
46032024-08-13T21:39:22.725Z[ recovery-image] Aug 13 21:39:21.232 INFO O| Aug 13 21:39:21.232 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-08-13T21:39:22.741Z[ recovery-image] Aug 13 21:39:21.250 INFO O| Aug 13 21:39:21.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46052024-08-13T21:39:22.741Z[ recovery-image] Aug 13 21:39:21.250 INFO O| Aug 13 21:39:21.250 INFO STEP 256 (remove_files) COMPLETE
46062024-08-13T21:39:22.744Z[ recovery-image] Aug 13 21:39:21.250 INFO O| Aug 13 21:39:21.250 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-08-13T21:39:22.756Z[ recovery-image] Aug 13 21:39:21.266 INFO O| Aug 13 21:39:21.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46082024-08-13T21:39:22.757Z[ recovery-image] Aug 13 21:39:21.266 INFO O| Aug 13 21:39:21.266 INFO STEP 257 (remove_files) COMPLETE
46092024-08-13T21:39:22.759Z[ recovery-image] Aug 13 21:39:21.266 INFO O| Aug 13 21:39:21.266 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-08-13T21:39:22.771Z[ recovery-image] Aug 13 21:39:21.280 INFO O| Aug 13 21:39:21.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46112024-08-13T21:39:22.773Z[ recovery-image] Aug 13 21:39:21.280 INFO O| Aug 13 21:39:21.280 INFO STEP 258 (remove_files) COMPLETE
46122024-08-13T21:39:22.773Z[ recovery-image] Aug 13 21:39:21.280 INFO O| Aug 13 21:39:21.280 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-08-13T21:39:22.783Z[ recovery-image] Aug 13 21:39:21.292 INFO O| Aug 13 21:39:21.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46142024-08-13T21:39:22.785Z[ recovery-image] Aug 13 21:39:21.292 INFO O| Aug 13 21:39:21.292 INFO STEP 259 (remove_files) COMPLETE
46152024-08-13T21:39:22.785Z[ recovery-image] Aug 13 21:39:21.292 INFO O| Aug 13 21:39:21.292 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-08-13T21:39:22.795Z[ recovery-image] Aug 13 21:39:21.304 INFO O| Aug 13 21:39:21.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46172024-08-13T21:39:22.797Z[ recovery-image] Aug 13 21:39:21.304 INFO O| Aug 13 21:39:21.304 INFO STEP 260 (remove_files) COMPLETE
46182024-08-13T21:39:22.797Z[ recovery-image] Aug 13 21:39:21.304 INFO O| Aug 13 21:39:21.304 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-08-13T21:39:22.808Z[ recovery-image] Aug 13 21:39:21.317 INFO O| Aug 13 21:39:21.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46202024-08-13T21:39:22.808Z[ recovery-image] Aug 13 21:39:21.317 INFO O| Aug 13 21:39:21.317 INFO STEP 261 (remove_files) COMPLETE
46212024-08-13T21:39:22.810Z[ recovery-image] Aug 13 21:39:21.317 INFO O| Aug 13 21:39:21.317 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-08-13T21:39:22.819Z[ recovery-image] Aug 13 21:39:21.328 INFO O| Aug 13 21:39:21.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46232024-08-13T21:39:22.819Z[ recovery-image] Aug 13 21:39:21.328 INFO O| Aug 13 21:39:21.328 INFO STEP 262 (remove_files) COMPLETE
46242024-08-13T21:39:22.821Z[ recovery-image] Aug 13 21:39:21.328 INFO O| Aug 13 21:39:21.328 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-08-13T21:39:22.831Z[ recovery-image] Aug 13 21:39:21.340 INFO O| Aug 13 21:39:21.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46262024-08-13T21:39:22.831Z[ recovery-image] Aug 13 21:39:21.340 INFO O| Aug 13 21:39:21.340 INFO STEP 263 (remove_files) COMPLETE
46272024-08-13T21:39:22.831Z[ recovery-image] Aug 13 21:39:21.340 INFO O| Aug 13 21:39:21.340 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-08-13T21:39:22.844Z[ recovery-image] Aug 13 21:39:21.353 INFO O| Aug 13 21:39:21.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46292024-08-13T21:39:22.844Z[ recovery-image] Aug 13 21:39:21.353 INFO O| Aug 13 21:39:21.353 INFO STEP 264 (remove_files) COMPLETE
46302024-08-13T21:39:22.846Z[ recovery-image] Aug 13 21:39:21.353 INFO O| Aug 13 21:39:21.353 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-08-13T21:39:22.857Z[ recovery-image] Aug 13 21:39:21.366 INFO O| Aug 13 21:39:21.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46322024-08-13T21:39:22.857Z[ recovery-image] Aug 13 21:39:21.366 INFO O| Aug 13 21:39:21.366 INFO STEP 265 (remove_files) COMPLETE
46332024-08-13T21:39:22.859Z[ recovery-image] Aug 13 21:39:21.366 INFO O| Aug 13 21:39:21.366 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-08-13T21:39:22.868Z[ recovery-image] Aug 13 21:39:21.377 INFO O| Aug 13 21:39:21.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46352024-08-13T21:39:22.868Z[ recovery-image] Aug 13 21:39:21.377 INFO O| Aug 13 21:39:21.377 INFO STEP 266 (remove_files) COMPLETE
46362024-08-13T21:39:22.868Z[ recovery-image] Aug 13 21:39:21.377 INFO O| Aug 13 21:39:21.377 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-08-13T21:39:22.882Z[ recovery-image] Aug 13 21:39:21.391 INFO O| Aug 13 21:39:21.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46382024-08-13T21:39:22.882Z[ recovery-image] Aug 13 21:39:21.391 INFO O| Aug 13 21:39:21.391 INFO STEP 267 (remove_files) COMPLETE
46392024-08-13T21:39:22.882Z[ recovery-image] Aug 13 21:39:21.391 INFO O| Aug 13 21:39:21.391 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-08-13T21:39:22.895Z[ recovery-image] Aug 13 21:39:21.404 INFO O| Aug 13 21:39:21.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46412024-08-13T21:39:22.898Z[ recovery-image] Aug 13 21:39:21.404 INFO O| Aug 13 21:39:21.404 INFO STEP 268 (remove_files) COMPLETE
46422024-08-13T21:39:22.898Z[ recovery-image] Aug 13 21:39:21.404 INFO O| Aug 13 21:39:21.404 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-08-13T21:39:22.908Z[ recovery-image] Aug 13 21:39:21.417 INFO O| Aug 13 21:39:21.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46442024-08-13T21:39:22.908Z[ recovery-image] Aug 13 21:39:21.417 INFO O| Aug 13 21:39:21.417 INFO STEP 269 (remove_files) COMPLETE
46452024-08-13T21:39:22.910Z[ recovery-image] Aug 13 21:39:21.417 INFO O| Aug 13 21:39:21.417 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-08-13T21:39:22.920Z[ recovery-image] Aug 13 21:39:21.429 INFO O| Aug 13 21:39:21.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46472024-08-13T21:39:22.920Z[ recovery-image] Aug 13 21:39:21.429 INFO O| Aug 13 21:39:21.429 INFO STEP 270 (remove_files) COMPLETE
46482024-08-13T21:39:22.923Z[ recovery-image] Aug 13 21:39:21.429 INFO O| Aug 13 21:39:21.429 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-08-13T21:39:22.933Z[ recovery-image] Aug 13 21:39:21.442 INFO O| Aug 13 21:39:21.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46502024-08-13T21:39:22.933Z[ recovery-image] Aug 13 21:39:21.442 INFO O| Aug 13 21:39:21.442 INFO STEP 271 (remove_files) COMPLETE
46512024-08-13T21:39:22.935Z[ recovery-image] Aug 13 21:39:21.442 INFO O| Aug 13 21:39:21.442 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-08-13T21:39:22.947Z[ recovery-image] Aug 13 21:39:21.457 INFO O| Aug 13 21:39:21.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46532024-08-13T21:39:22.948Z[ recovery-image] Aug 13 21:39:21.457 INFO O| Aug 13 21:39:21.457 INFO STEP 272 (remove_files) COMPLETE
46542024-08-13T21:39:22.948Z[ recovery-image] Aug 13 21:39:21.457 INFO O| Aug 13 21:39:21.457 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-08-13T21:39:22.960Z[ recovery-image] Aug 13 21:39:21.469 INFO O| Aug 13 21:39:21.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
46562024-08-13T21:39:22.960Z[ recovery-image] Aug 13 21:39:21.469 INFO O| Aug 13 21:39:21.469 INFO STEP 273 (remove_files) COMPLETE
46572024-08-13T21:39:22.963Z[ recovery-image] Aug 13 21:39:21.469 INFO O| Aug 13 21:39:21.469 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-08-13T21:39:22.975Z[ recovery-image] Aug 13 21:39:21.484 INFO O| Aug 13 21:39:21.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
46592024-08-13T21:39:22.975Z[ recovery-image] Aug 13 21:39:21.484 INFO O| Aug 13 21:39:21.484 INFO STEP 274 (remove_files) COMPLETE
46602024-08-13T21:39:22.975Z[ recovery-image] Aug 13 21:39:21.485 INFO O| Aug 13 21:39:21.484 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-08-13T21:39:22.991Z[ recovery-image] Aug 13 21:39:21.500 INFO O| Aug 13 21:39:21.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
46622024-08-13T21:39:22.991Z[ recovery-image] Aug 13 21:39:21.500 INFO O| Aug 13 21:39:21.500 INFO STEP 275 (remove_files) COMPLETE
46632024-08-13T21:39:22.994Z[ recovery-image] Aug 13 21:39:21.500 INFO O| Aug 13 21:39:21.500 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-08-13T21:39:23.004Z[ recovery-image] Aug 13 21:39:21.513 INFO O| Aug 13 21:39:21.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
46652024-08-13T21:39:23.007Z[ recovery-image] Aug 13 21:39:21.514 INFO O| Aug 13 21:39:21.514 INFO STEP 276 (remove_files) COMPLETE
46662024-08-13T21:39:23.007Z[ recovery-image] Aug 13 21:39:21.514 INFO O| Aug 13 21:39:21.514 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-08-13T21:39:23.018Z[ recovery-image] Aug 13 21:39:21.527 INFO O| Aug 13 21:39:21.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
46682024-08-13T21:39:23.018Z[ recovery-image] Aug 13 21:39:21.527 INFO O| Aug 13 21:39:21.527 INFO STEP 277 (remove_files) COMPLETE
46692024-08-13T21:39:23.018Z[ recovery-image] Aug 13 21:39:21.527 INFO O| Aug 13 21:39:21.527 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-08-13T21:39:23.032Z[ recovery-image] Aug 13 21:39:21.541 INFO O| Aug 13 21:39:21.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
46712024-08-13T21:39:23.034Z[ recovery-image] Aug 13 21:39:21.541 INFO O| Aug 13 21:39:21.541 INFO STEP 278 (remove_files) COMPLETE
46722024-08-13T21:39:23.034Z[ recovery-image] Aug 13 21:39:21.541 INFO O| Aug 13 21:39:21.541 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-08-13T21:39:23.043Z[ recovery-image] Aug 13 21:39:21.552 INFO O| Aug 13 21:39:21.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
46742024-08-13T21:39:23.043Z[ recovery-image] Aug 13 21:39:21.553 INFO O| Aug 13 21:39:21.553 INFO STEP 279 (remove_files) COMPLETE
46752024-08-13T21:39:23.046Z[ recovery-image] Aug 13 21:39:21.553 INFO O| Aug 13 21:39:21.553 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-08-13T21:39:23.055Z[ recovery-image] Aug 13 21:39:21.564 INFO O| Aug 13 21:39:21.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
46772024-08-13T21:39:23.055Z[ recovery-image] Aug 13 21:39:21.564 INFO O| Aug 13 21:39:21.564 INFO STEP 280 (remove_files) COMPLETE
46782024-08-13T21:39:23.057Z[ recovery-image] Aug 13 21:39:21.564 INFO O| Aug 13 21:39:21.564 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-08-13T21:39:23.066Z[ recovery-image] Aug 13 21:39:21.575 INFO O| Aug 13 21:39:21.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
46802024-08-13T21:39:23.066Z[ recovery-image] Aug 13 21:39:21.575 INFO O| Aug 13 21:39:21.575 INFO STEP 281 (remove_files) COMPLETE
46812024-08-13T21:39:23.069Z[ recovery-image] Aug 13 21:39:21.575 INFO O| Aug 13 21:39:21.575 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-08-13T21:39:23.077Z[ recovery-image] Aug 13 21:39:21.586 INFO O| Aug 13 21:39:21.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
46832024-08-13T21:39:23.077Z[ recovery-image] Aug 13 21:39:21.586 INFO O| Aug 13 21:39:21.586 INFO STEP 282 (remove_files) COMPLETE
46842024-08-13T21:39:23.079Z[ recovery-image] Aug 13 21:39:21.586 INFO O| Aug 13 21:39:21.586 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-08-13T21:39:23.088Z[ recovery-image] Aug 13 21:39:21.597 INFO O| Aug 13 21:39:21.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
46862024-08-13T21:39:23.088Z[ recovery-image] Aug 13 21:39:21.597 INFO O| Aug 13 21:39:21.597 INFO STEP 283 (remove_files) COMPLETE
46872024-08-13T21:39:23.090Z[ recovery-image] Aug 13 21:39:21.597 INFO O| Aug 13 21:39:21.597 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-08-13T21:39:23.098Z[ recovery-image] Aug 13 21:39:21.608 INFO O| Aug 13 21:39:21.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
46892024-08-13T21:39:23.098Z[ recovery-image] Aug 13 21:39:21.608 INFO O| Aug 13 21:39:21.608 INFO STEP 284 (remove_files) COMPLETE
46902024-08-13T21:39:23.101Z[ recovery-image] Aug 13 21:39:21.608 INFO O| Aug 13 21:39:21.608 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-08-13T21:39:23.114Z[ recovery-image] Aug 13 21:39:21.618 INFO O| Aug 13 21:39:21.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
46922024-08-13T21:39:23.114Z[ recovery-image] Aug 13 21:39:21.619 INFO O| Aug 13 21:39:21.618 INFO STEP 285 (remove_files) COMPLETE
46932024-08-13T21:39:23.114Z[ recovery-image] Aug 13 21:39:21.619 INFO O| Aug 13 21:39:21.619 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-08-13T21:39:23.117Z[ host-image] Aug 13 21:39:21.619 INFO O| Aug 13 21:39:21.619 INFO O| Planning: Solver setup ... Done
46952024-08-13T21:39:23.117Z[ host-image] Aug 13 21:39:21.623 INFO O| Aug 13 21:39:21.623 INFO O| Planning: Running solver ... Done
46962024-08-13T21:39:23.121Z[ recovery-image] Aug 13 21:39:21.630 INFO O| Aug 13 21:39:21.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
46972024-08-13T21:39:23.121Z[ recovery-image] Aug 13 21:39:21.630 INFO O| Aug 13 21:39:21.630 INFO STEP 286 (remove_files) COMPLETE
46982024-08-13T21:39:23.121Z[ recovery-image] Aug 13 21:39:21.630 INFO O| Aug 13 21:39:21.630 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-08-13T21:39:23.132Z[ recovery-image] Aug 13 21:39:21.641 INFO O| Aug 13 21:39:21.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47002024-08-13T21:39:23.132Z[ recovery-image] Aug 13 21:39:21.641 INFO O| Aug 13 21:39:21.641 INFO STEP 287 (remove_files) COMPLETE
47012024-08-13T21:39:23.132Z[ recovery-image] Aug 13 21:39:21.641 INFO O| Aug 13 21:39:21.641 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-08-13T21:39:23.143Z[ recovery-image] Aug 13 21:39:21.652 INFO O| Aug 13 21:39:21.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47032024-08-13T21:39:23.145Z[ recovery-image] Aug 13 21:39:21.652 INFO O| Aug 13 21:39:21.652 INFO STEP 288 (remove_files) COMPLETE
47042024-08-13T21:39:23.145Z[ recovery-image] Aug 13 21:39:21.652 INFO O| Aug 13 21:39:21.652 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-08-13T21:39:23.154Z[ recovery-image] Aug 13 21:39:21.663 INFO O| Aug 13 21:39:21.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47062024-08-13T21:39:23.156Z[ recovery-image] Aug 13 21:39:21.663 INFO O| Aug 13 21:39:21.663 INFO STEP 289 (remove_files) COMPLETE
47072024-08-13T21:39:23.156Z[ recovery-image] Aug 13 21:39:21.663 INFO O| Aug 13 21:39:21.663 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-08-13T21:39:23.158Z[ host-image] Aug 13 21:39:21.668 INFO O| Aug 13 21:39:21.668 INFO O| Planning: Finding local manifests ... Done
47092024-08-13T21:39:23.162Z[ host-image] Aug 13 21:39:21.669 INFO O| Aug 13 21:39:21.669 INFO O| Planning: Fetching manifests: 0/6 0% complete
47102024-08-13T21:39:23.165Z[ recovery-image] Aug 13 21:39:21.674 INFO O| Aug 13 21:39:21.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47112024-08-13T21:39:23.167Z[ recovery-image] Aug 13 21:39:21.674 INFO O| Aug 13 21:39:21.674 INFO STEP 290 (remove_files) COMPLETE
47122024-08-13T21:39:23.167Z[ recovery-image] Aug 13 21:39:21.674 INFO O| Aug 13 21:39:21.674 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-08-13T21:39:23.176Z[ recovery-image] Aug 13 21:39:21.685 INFO O| Aug 13 21:39:21.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47142024-08-13T21:39:23.176Z[ recovery-image] Aug 13 21:39:21.685 INFO O| Aug 13 21:39:21.685 INFO STEP 291 (remove_files) COMPLETE
47152024-08-13T21:39:23.178Z[ recovery-image] Aug 13 21:39:21.685 INFO O| Aug 13 21:39:21.685 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-08-13T21:39:23.187Z[ recovery-image] Aug 13 21:39:21.696 INFO O| Aug 13 21:39:21.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47172024-08-13T21:39:23.190Z[ recovery-image] Aug 13 21:39:21.697 INFO O| Aug 13 21:39:21.697 INFO STEP 292 (remove_files) COMPLETE
47182024-08-13T21:39:23.190Z[ recovery-image] Aug 13 21:39:21.697 INFO O| Aug 13 21:39:21.697 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-08-13T21:39:23.200Z[ recovery-image] Aug 13 21:39:21.709 INFO O| Aug 13 21:39:21.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47202024-08-13T21:39:23.200Z[ recovery-image] Aug 13 21:39:21.709 INFO O| Aug 13 21:39:21.709 INFO STEP 293 (remove_files) COMPLETE
47212024-08-13T21:39:23.203Z[ recovery-image] Aug 13 21:39:21.709 INFO O| Aug 13 21:39:21.709 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-08-13T21:39:23.213Z[ recovery-image] Aug 13 21:39:21.722 INFO O| Aug 13 21:39:21.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47232024-08-13T21:39:23.215Z[ recovery-image] Aug 13 21:39:21.722 INFO O| Aug 13 21:39:21.722 INFO STEP 294 (remove_files) COMPLETE
47242024-08-13T21:39:23.215Z[ recovery-image] Aug 13 21:39:21.722 INFO O| Aug 13 21:39:21.722 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-08-13T21:39:23.227Z[ recovery-image] Aug 13 21:39:21.737 INFO O| Aug 13 21:39:21.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47262024-08-13T21:39:23.228Z[ recovery-image] Aug 13 21:39:21.737 INFO O| Aug 13 21:39:21.737 INFO STEP 295 (remove_files) COMPLETE
47272024-08-13T21:39:23.228Z[ recovery-image] Aug 13 21:39:21.737 INFO O| Aug 13 21:39:21.737 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-08-13T21:39:23.239Z[ recovery-image] Aug 13 21:39:21.748 INFO O| Aug 13 21:39:21.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47292024-08-13T21:39:23.239Z[ recovery-image] Aug 13 21:39:21.748 INFO O| Aug 13 21:39:21.748 INFO STEP 296 (remove_files) COMPLETE
47302024-08-13T21:39:23.241Z[ recovery-image] Aug 13 21:39:21.748 INFO O| Aug 13 21:39:21.748 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-08-13T21:39:23.252Z[ recovery-image] Aug 13 21:39:21.761 INFO O| Aug 13 21:39:21.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47322024-08-13T21:39:23.254Z[ recovery-image] Aug 13 21:39:21.761 INFO O| Aug 13 21:39:21.761 INFO STEP 297 (remove_files) COMPLETE
47332024-08-13T21:39:23.254Z[ recovery-image] Aug 13 21:39:21.761 INFO O| Aug 13 21:39:21.761 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-08-13T21:39:23.264Z[ recovery-image] Aug 13 21:39:21.772 INFO O| Aug 13 21:39:21.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47352024-08-13T21:39:23.264Z[ recovery-image] Aug 13 21:39:21.772 INFO O| Aug 13 21:39:21.772 INFO STEP 298 (remove_files) COMPLETE
47362024-08-13T21:39:23.266Z[ recovery-image] Aug 13 21:39:21.772 INFO O| Aug 13 21:39:21.772 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-08-13T21:39:23.274Z[ recovery-image] Aug 13 21:39:21.783 INFO O| Aug 13 21:39:21.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47382024-08-13T21:39:23.274Z[ recovery-image] Aug 13 21:39:21.783 INFO O| Aug 13 21:39:21.783 INFO STEP 299 (remove_files) COMPLETE
47392024-08-13T21:39:23.274Z[ recovery-image] Aug 13 21:39:21.783 INFO O| Aug 13 21:39:21.783 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-08-13T21:39:23.289Z[ recovery-image] Aug 13 21:39:21.798 INFO O| Aug 13 21:39:21.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47412024-08-13T21:39:23.289Z[ recovery-image] Aug 13 21:39:21.798 INFO O| Aug 13 21:39:21.798 INFO STEP 300 (remove_files) COMPLETE
47422024-08-13T21:39:23.289Z[ recovery-image] Aug 13 21:39:21.798 INFO O| Aug 13 21:39:21.798 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-08-13T21:39:23.300Z[ recovery-image] Aug 13 21:39:21.809 INFO O| Aug 13 21:39:21.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47442024-08-13T21:39:23.300Z[ recovery-image] Aug 13 21:39:21.809 INFO O| Aug 13 21:39:21.809 INFO STEP 301 (remove_files) COMPLETE
47452024-08-13T21:39:23.302Z[ recovery-image] Aug 13 21:39:21.809 INFO O| Aug 13 21:39:21.809 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-08-13T21:39:23.311Z[ recovery-image] Aug 13 21:39:21.820 INFO O| Aug 13 21:39:21.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47472024-08-13T21:39:23.311Z[ recovery-image] Aug 13 21:39:21.820 INFO O| Aug 13 21:39:21.820 INFO STEP 302 (remove_files) COMPLETE
47482024-08-13T21:39:23.313Z[ recovery-image] Aug 13 21:39:21.820 INFO O| Aug 13 21:39:21.820 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-08-13T21:39:23.318Z[ host-image] Aug 13 21:39:21.828 INFO O| Aug 13 21:39:21.828 INFO O| Planning: Fetching manifests: 6/6 100% complete
47502024-08-13T21:39:23.324Z[ recovery-image] Aug 13 21:39:21.833 INFO O| Aug 13 21:39:21.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47512024-08-13T21:39:23.326Z[ recovery-image] Aug 13 21:39:21.833 INFO O| Aug 13 21:39:21.833 INFO STEP 303 (remove_files) COMPLETE
47522024-08-13T21:39:23.326Z[ recovery-image] Aug 13 21:39:21.833 INFO O| Aug 13 21:39:21.833 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-08-13T21:39:23.336Z[ recovery-image] Aug 13 21:39:21.845 INFO O| Aug 13 21:39:21.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47542024-08-13T21:39:23.336Z[ recovery-image] Aug 13 21:39:21.845 INFO O| Aug 13 21:39:21.845 INFO STEP 304 (remove_files) COMPLETE
47552024-08-13T21:39:23.336Z[ recovery-image] Aug 13 21:39:21.845 INFO O| Aug 13 21:39:21.845 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-08-13T21:39:23.348Z[ recovery-image] Aug 13 21:39:21.857 INFO O| Aug 13 21:39:21.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47572024-08-13T21:39:23.348Z[ recovery-image] Aug 13 21:39:21.857 INFO O| Aug 13 21:39:21.857 INFO STEP 305 (remove_files) COMPLETE
47582024-08-13T21:39:23.350Z[ recovery-image] Aug 13 21:39:21.857 INFO O| Aug 13 21:39:21.857 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-08-13T21:39:23.358Z[ host-image] Aug 13 21:39:21.867 INFO O| Aug 13 21:39:21.867 INFO O| Planning: Package planning ... Done
47602024-08-13T21:39:23.361Z[ recovery-image] Aug 13 21:39:21.870 INFO O| Aug 13 21:39:21.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
47612024-08-13T21:39:23.363Z[ recovery-image] Aug 13 21:39:21.870 INFO O| Aug 13 21:39:21.870 INFO STEP 306 (remove_files) COMPLETE
47622024-08-13T21:39:23.363Z[ recovery-image] Aug 13 21:39:21.870 INFO O| Aug 13 21:39:21.870 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-08-13T21:39:23.374Z[ recovery-image] Aug 13 21:39:21.883 INFO O| Aug 13 21:39:21.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
47642024-08-13T21:39:23.374Z[ recovery-image] Aug 13 21:39:21.883 INFO O| Aug 13 21:39:21.883 INFO STEP 307 (remove_files) COMPLETE
47652024-08-13T21:39:23.376Z[ recovery-image] Aug 13 21:39:21.883 INFO O| Aug 13 21:39:21.883 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-08-13T21:39:23.381Z[ host-image] Aug 13 21:39:21.890 INFO O| Aug 13 21:39:21.890 INFO O| Planning: Merging actions ... Done
47672024-08-13T21:39:23.386Z[ recovery-image] Aug 13 21:39:21.896 INFO O| Aug 13 21:39:21.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
47682024-08-13T21:39:23.389Z[ recovery-image] Aug 13 21:39:21.896 INFO O| Aug 13 21:39:21.896 INFO STEP 308 (remove_files) COMPLETE
47692024-08-13T21:39:23.389Z[ recovery-image] Aug 13 21:39:21.896 INFO O| Aug 13 21:39:21.896 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-08-13T21:39:23.397Z[ recovery-image] Aug 13 21:39:21.906 INFO O| Aug 13 21:39:21.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
47712024-08-13T21:39:23.397Z[ recovery-image] Aug 13 21:39:21.906 INFO O| Aug 13 21:39:21.906 INFO STEP 309 (remove_files) COMPLETE
47722024-08-13T21:39:23.397Z[ recovery-image] Aug 13 21:39:21.906 INFO O| Aug 13 21:39:21.906 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-08-13T21:39:23.409Z[ recovery-image] Aug 13 21:39:21.918 INFO O| Aug 13 21:39:21.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
47742024-08-13T21:39:23.411Z[ recovery-image] Aug 13 21:39:21.918 INFO O| Aug 13 21:39:21.918 INFO STEP 310 (remove_files) COMPLETE
47752024-08-13T21:39:23.411Z[ recovery-image] Aug 13 21:39:21.918 INFO O| Aug 13 21:39:21.918 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-08-13T21:39:23.419Z[ recovery-image] Aug 13 21:39:21.929 INFO O| Aug 13 21:39:21.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
47772024-08-13T21:39:23.420Z[ recovery-image] Aug 13 21:39:21.929 INFO O| Aug 13 21:39:21.929 INFO STEP 311 (remove_files) COMPLETE
47782024-08-13T21:39:23.422Z[ recovery-image] Aug 13 21:39:21.929 INFO O| Aug 13 21:39:21.929 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-08-13T21:39:23.430Z[ recovery-image] Aug 13 21:39:21.939 INFO O| Aug 13 21:39:21.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
47802024-08-13T21:39:23.430Z[ recovery-image] Aug 13 21:39:21.939 INFO O| Aug 13 21:39:21.939 INFO STEP 312 (remove_files) COMPLETE
47812024-08-13T21:39:23.432Z[ recovery-image] Aug 13 21:39:21.939 INFO O| Aug 13 21:39:21.939 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-08-13T21:39:23.440Z[ recovery-image] Aug 13 21:39:21.949 INFO O| Aug 13 21:39:21.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
47832024-08-13T21:39:23.440Z[ recovery-image] Aug 13 21:39:21.949 INFO O| Aug 13 21:39:21.949 INFO STEP 313 (remove_files) COMPLETE
47842024-08-13T21:39:23.442Z[ recovery-image] Aug 13 21:39:21.949 INFO O| Aug 13 21:39:21.949 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-08-13T21:39:23.450Z[ recovery-image] Aug 13 21:39:21.959 INFO O| Aug 13 21:39:21.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
47862024-08-13T21:39:23.450Z[ recovery-image] Aug 13 21:39:21.960 INFO O| Aug 13 21:39:21.959 INFO STEP 314 (remove_files) COMPLETE
47872024-08-13T21:39:23.453Z[ recovery-image] Aug 13 21:39:21.960 INFO O| Aug 13 21:39:21.959 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-08-13T21:39:23.458Z[ host-image] Aug 13 21:39:21.967 INFO O| Aug 13 21:39:21.967 INFO O| Planning: Checking for conflicting actions ... Done
47892024-08-13T21:39:23.460Z[ recovery-image] Aug 13 21:39:21.970 INFO O| Aug 13 21:39:21.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
47902024-08-13T21:39:23.460Z[ recovery-image] Aug 13 21:39:21.970 INFO O| Aug 13 21:39:21.970 INFO STEP 315 (remove_files) COMPLETE
47912024-08-13T21:39:23.463Z[ recovery-image] Aug 13 21:39:21.970 INFO O| Aug 13 21:39:21.970 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-08-13T21:39:23.463Z[ host-image] Aug 13 21:39:21.971 INFO O| Aug 13 21:39:21.971 INFO O| Planning: Consolidating action changes ... Done
47932024-08-13T21:39:23.471Z[ recovery-image] Aug 13 21:39:21.980 INFO O| Aug 13 21:39:21.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
47942024-08-13T21:39:23.471Z[ recovery-image] Aug 13 21:39:21.980 INFO O| Aug 13 21:39:21.980 INFO STEP 316 (remove_files) COMPLETE
47952024-08-13T21:39:23.471Z[ recovery-image] Aug 13 21:39:21.980 INFO O| Aug 13 21:39:21.980 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-08-13T21:39:23.481Z[ recovery-image] Aug 13 21:39:21.990 INFO O| Aug 13 21:39:21.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
47972024-08-13T21:39:23.481Z[ recovery-image] Aug 13 21:39:21.990 INFO O| Aug 13 21:39:21.990 INFO STEP 317 (remove_files) COMPLETE
47982024-08-13T21:39:23.481Z[ recovery-image] Aug 13 21:39:21.990 INFO O| Aug 13 21:39:21.990 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-08-13T21:39:23.490Z[ recovery-image] Aug 13 21:39:22.000 INFO O| Aug 13 21:39:21.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48002024-08-13T21:39:23.490Z[ recovery-image] Aug 13 21:39:22.000 INFO O| Aug 13 21:39:22.000 INFO STEP 318 (remove_files) COMPLETE
48012024-08-13T21:39:23.493Z[ recovery-image] Aug 13 21:39:22.000 INFO O| Aug 13 21:39:22.000 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-08-13T21:39:23.502Z[ recovery-image] Aug 13 21:39:22.011 INFO O| Aug 13 21:39:22.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48032024-08-13T21:39:23.504Z[ recovery-image] Aug 13 21:39:22.011 INFO O| Aug 13 21:39:22.011 INFO STEP 319 (remove_files) COMPLETE
48042024-08-13T21:39:23.504Z[ recovery-image] Aug 13 21:39:22.011 INFO O| Aug 13 21:39:22.011 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-08-13T21:39:23.512Z[ recovery-image] Aug 13 21:39:22.021 INFO O| Aug 13 21:39:22.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48062024-08-13T21:39:23.514Z[ recovery-image] Aug 13 21:39:22.021 INFO O| Aug 13 21:39:22.021 INFO STEP 320 (remove_files) COMPLETE
48072024-08-13T21:39:23.514Z[ recovery-image] Aug 13 21:39:22.021 INFO O| Aug 13 21:39:22.021 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-08-13T21:39:23.522Z[ recovery-image] Aug 13 21:39:22.031 INFO O| Aug 13 21:39:22.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48092024-08-13T21:39:23.524Z[ recovery-image] Aug 13 21:39:22.031 INFO O| Aug 13 21:39:22.031 INFO STEP 321 (remove_files) COMPLETE
48102024-08-13T21:39:23.524Z[ recovery-image] Aug 13 21:39:22.031 INFO O| Aug 13 21:39:22.031 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-08-13T21:39:23.532Z[ recovery-image] Aug 13 21:39:22.041 INFO O| Aug 13 21:39:22.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48122024-08-13T21:39:23.532Z[ recovery-image] Aug 13 21:39:22.041 INFO O| Aug 13 21:39:22.041 INFO STEP 322 (remove_files) COMPLETE
48132024-08-13T21:39:23.534Z[ recovery-image] Aug 13 21:39:22.041 INFO O| Aug 13 21:39:22.041 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-08-13T21:39:23.542Z[ recovery-image] Aug 13 21:39:22.051 INFO O| Aug 13 21:39:22.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48152024-08-13T21:39:23.542Z[ recovery-image] Aug 13 21:39:22.051 INFO O| Aug 13 21:39:22.051 INFO STEP 323 (remove_files) COMPLETE
48162024-08-13T21:39:23.545Z[ recovery-image] Aug 13 21:39:22.051 INFO O| Aug 13 21:39:22.051 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-08-13T21:39:23.552Z[ recovery-image] Aug 13 21:39:22.061 INFO O| Aug 13 21:39:22.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48182024-08-13T21:39:23.552Z[ recovery-image] Aug 13 21:39:22.061 INFO O| Aug 13 21:39:22.061 INFO STEP 324 (remove_files) COMPLETE
48192024-08-13T21:39:23.554Z[ recovery-image] Aug 13 21:39:22.061 INFO O| Aug 13 21:39:22.061 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-08-13T21:39:23.562Z[ recovery-image] Aug 13 21:39:22.071 INFO O| Aug 13 21:39:22.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48212024-08-13T21:39:23.564Z[ recovery-image] Aug 13 21:39:22.071 INFO O| Aug 13 21:39:22.071 INFO STEP 325 (remove_files) COMPLETE
48222024-08-13T21:39:23.564Z[ recovery-image] Aug 13 21:39:22.071 INFO O| Aug 13 21:39:22.071 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-08-13T21:39:23.571Z[ recovery-image] Aug 13 21:39:22.081 INFO O| Aug 13 21:39:22.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48242024-08-13T21:39:23.572Z[ recovery-image] Aug 13 21:39:22.081 INFO O| Aug 13 21:39:22.081 INFO STEP 326 (remove_files) COMPLETE
48252024-08-13T21:39:23.572Z[ recovery-image] Aug 13 21:39:22.081 INFO O| Aug 13 21:39:22.081 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-08-13T21:39:23.581Z[ recovery-image] Aug 13 21:39:22.091 INFO O| Aug 13 21:39:22.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48272024-08-13T21:39:23.581Z[ recovery-image] Aug 13 21:39:22.091 INFO O| Aug 13 21:39:22.091 INFO STEP 327 (remove_files) COMPLETE
48282024-08-13T21:39:23.581Z[ recovery-image] Aug 13 21:39:22.091 INFO O| Aug 13 21:39:22.091 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-08-13T21:39:23.591Z[ recovery-image] Aug 13 21:39:22.101 INFO O| Aug 13 21:39:22.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48302024-08-13T21:39:23.592Z[ recovery-image] Aug 13 21:39:22.101 INFO O| Aug 13 21:39:22.101 INFO STEP 328 (remove_files) COMPLETE
48312024-08-13T21:39:23.597Z[ recovery-image] Aug 13 21:39:22.101 INFO O| Aug 13 21:39:22.101 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-08-13T21:39:23.602Z[ recovery-image] Aug 13 21:39:22.111 INFO O| Aug 13 21:39:22.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48332024-08-13T21:39:23.605Z[ recovery-image] Aug 13 21:39:22.111 INFO O| Aug 13 21:39:22.111 INFO STEP 329 (remove_files) COMPLETE
48342024-08-13T21:39:23.605Z[ recovery-image] Aug 13 21:39:22.111 INFO O| Aug 13 21:39:22.111 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-08-13T21:39:23.612Z[ recovery-image] Aug 13 21:39:22.121 INFO O| Aug 13 21:39:22.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48362024-08-13T21:39:23.612Z[ recovery-image] Aug 13 21:39:22.121 INFO O| Aug 13 21:39:22.121 INFO STEP 330 (remove_files) COMPLETE
48372024-08-13T21:39:23.612Z[ recovery-image] Aug 13 21:39:22.121 INFO O| Aug 13 21:39:22.121 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-08-13T21:39:23.622Z[ recovery-image] Aug 13 21:39:22.131 INFO O| Aug 13 21:39:22.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48392024-08-13T21:39:23.622Z[ recovery-image] Aug 13 21:39:22.131 INFO O| Aug 13 21:39:22.131 INFO STEP 331 (remove_files) COMPLETE
48402024-08-13T21:39:23.624Z[ recovery-image] Aug 13 21:39:22.131 INFO O| Aug 13 21:39:22.131 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-08-13T21:39:23.632Z[ recovery-image] Aug 13 21:39:22.141 INFO O| Aug 13 21:39:22.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48422024-08-13T21:39:23.632Z[ recovery-image] Aug 13 21:39:22.141 INFO O| Aug 13 21:39:22.141 INFO STEP 332 (remove_files) COMPLETE
48432024-08-13T21:39:23.634Z[ recovery-image] Aug 13 21:39:22.141 INFO O| Aug 13 21:39:22.141 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-08-13T21:39:23.642Z[ recovery-image] Aug 13 21:39:22.151 INFO O| Aug 13 21:39:22.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48452024-08-13T21:39:23.642Z[ recovery-image] Aug 13 21:39:22.151 INFO O| Aug 13 21:39:22.151 INFO STEP 333 (remove_files) COMPLETE
48462024-08-13T21:39:23.645Z[ recovery-image] Aug 13 21:39:22.151 INFO O| Aug 13 21:39:22.151 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-08-13T21:39:23.645Z[ host-image] Aug 13 21:39:22.151 INFO O| Aug 13 21:39:22.151 INFO O| Planning: Evaluating mediators ... Done
48482024-08-13T21:39:23.647Z[ host-image] Aug 13 21:39:22.154 INFO O| Aug 13 21:39:22.154 INFO O| Planning: Planning completed in 2.15 seconds
48492024-08-13T21:39:23.647Z[ host-image] Aug 13 21:39:22.156 INFO O| Aug 13 21:39:22.156 INFO O| Packages to install: 6
48502024-08-13T21:39:23.647Z[ host-image] Aug 13 21:39:22.156 INFO O| Aug 13 21:39:22.156 INFO O| Mediators to change: 1
48512024-08-13T21:39:23.647Z[ host-image] Aug 13 21:39:22.156 INFO O| Aug 13 21:39:22.156 INFO O| Services to change: 1
48522024-08-13T21:39:23.654Z[ recovery-image] Aug 13 21:39:22.163 INFO O| Aug 13 21:39:22.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48532024-08-13T21:39:23.654Z[ recovery-image] Aug 13 21:39:22.163 INFO O| Aug 13 21:39:22.163 INFO STEP 334 (remove_files) COMPLETE
48542024-08-13T21:39:23.656Z[ recovery-image] Aug 13 21:39:22.163 INFO O| Aug 13 21:39:22.163 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-08-13T21:39:23.659Z[ host-image] Aug 13 21:39:22.169 INFO O| Aug 13 21:39:22.169 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
48562024-08-13T21:39:23.664Z[ recovery-image] Aug 13 21:39:22.173 INFO O| Aug 13 21:39:22.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48572024-08-13T21:39:23.666Z[ recovery-image] Aug 13 21:39:22.173 INFO O| Aug 13 21:39:22.173 INFO STEP 335 (remove_files) COMPLETE
48582024-08-13T21:39:23.666Z[ recovery-image] Aug 13 21:39:22.173 INFO O| Aug 13 21:39:22.173 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-08-13T21:39:23.674Z[ recovery-image] Aug 13 21:39:22.183 INFO O| Aug 13 21:39:22.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48602024-08-13T21:39:23.678Z[ recovery-image] Aug 13 21:39:22.183 INFO O| Aug 13 21:39:22.183 INFO STEP 336 (remove_files) COMPLETE
48612024-08-13T21:39:23.678Z[ recovery-image] Aug 13 21:39:22.183 INFO O| Aug 13 21:39:22.183 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-08-13T21:39:23.684Z[ recovery-image] Aug 13 21:39:22.193 INFO O| Aug 13 21:39:22.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48632024-08-13T21:39:23.684Z[ recovery-image] Aug 13 21:39:22.194 INFO O| Aug 13 21:39:22.193 INFO STEP 337 (remove_files) COMPLETE
48642024-08-13T21:39:23.688Z[ recovery-image] Aug 13 21:39:22.194 INFO O| Aug 13 21:39:22.193 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-08-13T21:39:23.694Z[ recovery-image] Aug 13 21:39:22.204 INFO O| Aug 13 21:39:22.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
48662024-08-13T21:39:23.695Z[ recovery-image] Aug 13 21:39:22.204 INFO O| Aug 13 21:39:22.204 INFO STEP 338 (remove_files) COMPLETE
48672024-08-13T21:39:23.695Z[ recovery-image] Aug 13 21:39:22.204 INFO O| Aug 13 21:39:22.204 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-08-13T21:39:23.705Z[ recovery-image] Aug 13 21:39:22.214 INFO O| Aug 13 21:39:22.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
48692024-08-13T21:39:23.705Z[ recovery-image] Aug 13 21:39:22.215 INFO O| Aug 13 21:39:22.215 INFO STEP 339 (remove_files) COMPLETE
48702024-08-13T21:39:23.705Z[ recovery-image] Aug 13 21:39:22.215 INFO O| Aug 13 21:39:22.215 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-08-13T21:39:23.715Z[ recovery-image] Aug 13 21:39:22.225 INFO O| Aug 13 21:39:22.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
48722024-08-13T21:39:23.718Z[ recovery-image] Aug 13 21:39:22.225 INFO O| Aug 13 21:39:22.225 INFO STEP 340 (remove_files) COMPLETE
48732024-08-13T21:39:23.718Z[ recovery-image] Aug 13 21:39:22.225 INFO O| Aug 13 21:39:22.225 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-08-13T21:39:23.726Z[ recovery-image] Aug 13 21:39:22.235 INFO O| Aug 13 21:39:22.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
48752024-08-13T21:39:23.726Z[ recovery-image] Aug 13 21:39:22.235 INFO O| Aug 13 21:39:22.235 INFO STEP 341 (remove_files) COMPLETE
48762024-08-13T21:39:23.728Z[ recovery-image] Aug 13 21:39:22.235 INFO O| Aug 13 21:39:22.235 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-08-13T21:39:23.736Z[ recovery-image] Aug 13 21:39:22.245 INFO O| Aug 13 21:39:22.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
48782024-08-13T21:39:23.736Z[ recovery-image] Aug 13 21:39:22.245 INFO O| Aug 13 21:39:22.245 INFO STEP 342 (remove_files) COMPLETE
48792024-08-13T21:39:23.738Z[ recovery-image] Aug 13 21:39:22.245 INFO O| Aug 13 21:39:22.245 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-08-13T21:39:23.746Z[ recovery-image] Aug 13 21:39:22.255 INFO O| Aug 13 21:39:22.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
48812024-08-13T21:39:23.746Z[ recovery-image] Aug 13 21:39:22.255 INFO O| Aug 13 21:39:22.255 INFO STEP 343 (remove_files) COMPLETE
48822024-08-13T21:39:23.746Z[ recovery-image] Aug 13 21:39:22.255 INFO O| Aug 13 21:39:22.255 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-08-13T21:39:23.756Z[ recovery-image] Aug 13 21:39:22.265 INFO O| Aug 13 21:39:22.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
48842024-08-13T21:39:23.756Z[ recovery-image] Aug 13 21:39:22.265 INFO O| Aug 13 21:39:22.265 INFO STEP 344 (remove_files) COMPLETE
48852024-08-13T21:39:23.759Z[ recovery-image] Aug 13 21:39:22.265 INFO O| Aug 13 21:39:22.265 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-08-13T21:39:23.766Z[ recovery-image] Aug 13 21:39:22.275 INFO O| Aug 13 21:39:22.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
48872024-08-13T21:39:23.766Z[ recovery-image] Aug 13 21:39:22.275 INFO O| Aug 13 21:39:22.275 INFO STEP 345 (remove_files) COMPLETE
48882024-08-13T21:39:23.768Z[ recovery-image] Aug 13 21:39:22.275 INFO O| Aug 13 21:39:22.275 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-08-13T21:39:23.776Z[ recovery-image] Aug 13 21:39:22.285 INFO O| Aug 13 21:39:22.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
48902024-08-13T21:39:23.776Z[ recovery-image] Aug 13 21:39:22.285 INFO O| Aug 13 21:39:22.285 INFO STEP 346 (remove_files) COMPLETE
48912024-08-13T21:39:23.778Z[ recovery-image] Aug 13 21:39:22.285 INFO O| Aug 13 21:39:22.285 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-08-13T21:39:23.786Z[ recovery-image] Aug 13 21:39:22.295 INFO O| Aug 13 21:39:22.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
48932024-08-13T21:39:23.786Z[ recovery-image] Aug 13 21:39:22.295 INFO O| Aug 13 21:39:22.295 INFO STEP 347 (remove_files) COMPLETE
48942024-08-13T21:39:23.786Z[ recovery-image] Aug 13 21:39:22.295 INFO O| Aug 13 21:39:22.295 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-08-13T21:39:23.796Z[ recovery-image] Aug 13 21:39:22.305 INFO O| Aug 13 21:39:22.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
48962024-08-13T21:39:23.796Z[ recovery-image] Aug 13 21:39:22.305 INFO O| Aug 13 21:39:22.305 INFO STEP 348 (remove_files) COMPLETE
48972024-08-13T21:39:23.796Z[ recovery-image] Aug 13 21:39:22.305 INFO O| Aug 13 21:39:22.305 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-08-13T21:39:23.806Z[ recovery-image] Aug 13 21:39:22.315 INFO O| Aug 13 21:39:22.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
48992024-08-13T21:39:23.806Z[ recovery-image] Aug 13 21:39:22.315 INFO O| Aug 13 21:39:22.315 INFO STEP 349 (remove_files) COMPLETE
49002024-08-13T21:39:23.809Z[ recovery-image] Aug 13 21:39:22.315 INFO O| Aug 13 21:39:22.315 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-08-13T21:39:23.816Z[ recovery-image] Aug 13 21:39:22.325 INFO O| Aug 13 21:39:22.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49022024-08-13T21:39:23.816Z[ recovery-image] Aug 13 21:39:22.325 INFO O| Aug 13 21:39:22.325 INFO STEP 350 (remove_files) COMPLETE
49032024-08-13T21:39:23.816Z[ recovery-image] Aug 13 21:39:22.325 INFO O| Aug 13 21:39:22.325 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-08-13T21:39:23.826Z[ recovery-image] Aug 13 21:39:22.335 INFO O| Aug 13 21:39:22.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49052024-08-13T21:39:23.826Z[ recovery-image] Aug 13 21:39:22.336 INFO O| Aug 13 21:39:22.335 INFO STEP 351 (remove_files) COMPLETE
49062024-08-13T21:39:23.826Z[ recovery-image] Aug 13 21:39:22.336 INFO O| Aug 13 21:39:22.335 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-08-13T21:39:23.837Z[ recovery-image] Aug 13 21:39:22.346 INFO O| Aug 13 21:39:22.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49082024-08-13T21:39:23.837Z[ recovery-image] Aug 13 21:39:22.346 INFO O| Aug 13 21:39:22.346 INFO STEP 352 (remove_files) COMPLETE
49092024-08-13T21:39:23.837Z[ recovery-image] Aug 13 21:39:22.346 INFO O| Aug 13 21:39:22.346 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-08-13T21:39:23.847Z[ recovery-image] Aug 13 21:39:22.356 INFO O| Aug 13 21:39:22.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49112024-08-13T21:39:23.847Z[ recovery-image] Aug 13 21:39:22.356 INFO O| Aug 13 21:39:22.356 INFO STEP 353 (remove_files) COMPLETE
49122024-08-13T21:39:23.847Z[ recovery-image] Aug 13 21:39:22.356 INFO O| Aug 13 21:39:22.356 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-08-13T21:39:23.857Z[ recovery-image] Aug 13 21:39:22.366 INFO O| Aug 13 21:39:22.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49142024-08-13T21:39:23.857Z[ recovery-image] Aug 13 21:39:22.366 INFO O| Aug 13 21:39:22.366 INFO STEP 354 (remove_files) COMPLETE
49152024-08-13T21:39:23.860Z[ recovery-image] Aug 13 21:39:22.366 INFO O| Aug 13 21:39:22.366 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-08-13T21:39:23.867Z[ recovery-image] Aug 13 21:39:22.376 INFO O| Aug 13 21:39:22.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49172024-08-13T21:39:23.867Z[ recovery-image] Aug 13 21:39:22.376 INFO O| Aug 13 21:39:22.376 INFO STEP 355 (remove_files) COMPLETE
49182024-08-13T21:39:23.869Z[ recovery-image] Aug 13 21:39:22.376 INFO O| Aug 13 21:39:22.376 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-08-13T21:39:23.877Z[ recovery-image] Aug 13 21:39:22.386 INFO O| Aug 13 21:39:22.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49202024-08-13T21:39:23.877Z[ recovery-image] Aug 13 21:39:22.386 INFO O| Aug 13 21:39:22.386 INFO STEP 356 (remove_files) COMPLETE
49212024-08-13T21:39:23.879Z[ recovery-image] Aug 13 21:39:22.386 INFO O| Aug 13 21:39:22.386 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-08-13T21:39:23.887Z[ recovery-image] Aug 13 21:39:22.396 INFO O| Aug 13 21:39:22.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49232024-08-13T21:39:23.887Z[ recovery-image] Aug 13 21:39:22.396 INFO O| Aug 13 21:39:22.396 INFO STEP 357 (remove_files) COMPLETE
49242024-08-13T21:39:23.887Z[ recovery-image] Aug 13 21:39:22.396 INFO O| Aug 13 21:39:22.396 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-08-13T21:39:23.897Z[ recovery-image] Aug 13 21:39:22.406 INFO O| Aug 13 21:39:22.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49262024-08-13T21:39:23.899Z[ recovery-image] Aug 13 21:39:22.406 INFO O| Aug 13 21:39:22.406 INFO STEP 358 (remove_files) COMPLETE
49272024-08-13T21:39:23.899Z[ recovery-image] Aug 13 21:39:22.406 INFO O| Aug 13 21:39:22.406 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-08-13T21:39:23.907Z[ recovery-image] Aug 13 21:39:22.416 INFO O| Aug 13 21:39:22.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49292024-08-13T21:39:23.907Z[ recovery-image] Aug 13 21:39:22.416 INFO O| Aug 13 21:39:22.416 INFO STEP 359 (remove_files) COMPLETE
49302024-08-13T21:39:23.909Z[ recovery-image] Aug 13 21:39:22.416 INFO O| Aug 13 21:39:22.416 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-08-13T21:39:23.916Z[ recovery-image] Aug 13 21:39:22.426 INFO O| Aug 13 21:39:22.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49322024-08-13T21:39:23.916Z[ recovery-image] Aug 13 21:39:22.426 INFO O| Aug 13 21:39:22.426 INFO STEP 360 (remove_files) COMPLETE
49332024-08-13T21:39:23.919Z[ recovery-image] Aug 13 21:39:22.426 INFO O| Aug 13 21:39:22.426 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-08-13T21:39:23.926Z[ recovery-image] Aug 13 21:39:22.436 INFO O| Aug 13 21:39:22.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49352024-08-13T21:39:23.929Z[ recovery-image] Aug 13 21:39:22.436 INFO O| Aug 13 21:39:22.436 INFO STEP 361 (remove_files) COMPLETE
49362024-08-13T21:39:23.929Z[ recovery-image] Aug 13 21:39:22.436 INFO O| Aug 13 21:39:22.436 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-08-13T21:39:23.936Z[ recovery-image] Aug 13 21:39:22.445 INFO O| Aug 13 21:39:22.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49382024-08-13T21:39:23.936Z[ recovery-image] Aug 13 21:39:22.446 INFO O| Aug 13 21:39:22.445 INFO STEP 362 (remove_files) COMPLETE
49392024-08-13T21:39:23.936Z[ recovery-image] Aug 13 21:39:22.446 INFO O| Aug 13 21:39:22.445 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-08-13T21:39:23.946Z[ recovery-image] Aug 13 21:39:22.455 INFO O| Aug 13 21:39:22.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49412024-08-13T21:39:23.949Z[ recovery-image] Aug 13 21:39:22.455 INFO O| Aug 13 21:39:22.455 INFO STEP 363 (remove_files) COMPLETE
49422024-08-13T21:39:23.949Z[ recovery-image] Aug 13 21:39:22.456 INFO O| Aug 13 21:39:22.455 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-08-13T21:39:23.956Z[ recovery-image] Aug 13 21:39:22.465 INFO O| Aug 13 21:39:22.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49442024-08-13T21:39:23.959Z[ recovery-image] Aug 13 21:39:22.465 INFO O| Aug 13 21:39:22.465 INFO STEP 364 (remove_files) COMPLETE
49452024-08-13T21:39:23.959Z[ recovery-image] Aug 13 21:39:22.466 INFO O| Aug 13 21:39:22.465 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-08-13T21:39:23.966Z[ recovery-image] Aug 13 21:39:22.475 INFO O| Aug 13 21:39:22.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49472024-08-13T21:39:23.966Z[ recovery-image] Aug 13 21:39:22.476 INFO O| Aug 13 21:39:22.475 INFO STEP 365 (remove_files) COMPLETE
49482024-08-13T21:39:23.969Z[ recovery-image] Aug 13 21:39:22.476 INFO O| Aug 13 21:39:22.476 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-08-13T21:39:23.977Z[ recovery-image] Aug 13 21:39:22.486 INFO O| Aug 13 21:39:22.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49502024-08-13T21:39:23.977Z[ recovery-image] Aug 13 21:39:22.486 INFO O| Aug 13 21:39:22.486 INFO STEP 366 (remove_files) COMPLETE
49512024-08-13T21:39:23.979Z[ recovery-image] Aug 13 21:39:22.486 INFO O| Aug 13 21:39:22.486 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-08-13T21:39:23.987Z[ recovery-image] Aug 13 21:39:22.496 INFO O| Aug 13 21:39:22.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49532024-08-13T21:39:23.987Z[ recovery-image] Aug 13 21:39:22.496 INFO O| Aug 13 21:39:22.496 INFO STEP 367 (remove_files) COMPLETE
49542024-08-13T21:39:23.990Z[ recovery-image] Aug 13 21:39:22.496 INFO O| Aug 13 21:39:22.496 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-08-13T21:39:23.997Z[ recovery-image] Aug 13 21:39:22.506 INFO O| Aug 13 21:39:22.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49562024-08-13T21:39:23.997Z[ recovery-image] Aug 13 21:39:22.507 INFO O| Aug 13 21:39:22.507 INFO STEP 368 (remove_files) COMPLETE
49572024-08-13T21:39:24.000Z[ recovery-image] Aug 13 21:39:22.507 INFO O| Aug 13 21:39:22.507 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-08-13T21:39:24.008Z[ recovery-image] Aug 13 21:39:22.517 INFO O| Aug 13 21:39:22.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49592024-08-13T21:39:24.008Z[ recovery-image] Aug 13 21:39:22.517 INFO O| Aug 13 21:39:22.517 INFO STEP 369 (remove_files) COMPLETE
49602024-08-13T21:39:24.008Z[ recovery-image] Aug 13 21:39:22.517 INFO O| Aug 13 21:39:22.517 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-08-13T21:39:24.018Z[ recovery-image] Aug 13 21:39:22.527 INFO O| Aug 13 21:39:22.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49622024-08-13T21:39:24.018Z[ recovery-image] Aug 13 21:39:22.527 INFO O| Aug 13 21:39:22.527 INFO STEP 370 (remove_files) COMPLETE
49632024-08-13T21:39:24.018Z[ recovery-image] Aug 13 21:39:22.527 INFO O| Aug 13 21:39:22.527 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-08-13T21:39:24.028Z[ recovery-image] Aug 13 21:39:22.537 INFO O| Aug 13 21:39:22.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
49652024-08-13T21:39:24.028Z[ recovery-image] Aug 13 21:39:22.538 INFO O| Aug 13 21:39:22.537 INFO STEP 371 (remove_files) COMPLETE
49662024-08-13T21:39:24.028Z[ recovery-image] Aug 13 21:39:22.538 INFO O| Aug 13 21:39:22.538 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-08-13T21:39:24.039Z[ recovery-image] Aug 13 21:39:22.548 INFO O| Aug 13 21:39:22.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
49682024-08-13T21:39:24.039Z[ recovery-image] Aug 13 21:39:22.548 INFO O| Aug 13 21:39:22.548 INFO STEP 372 (remove_files) COMPLETE
49692024-08-13T21:39:24.039Z[ recovery-image] Aug 13 21:39:22.548 INFO O| Aug 13 21:39:22.548 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-08-13T21:39:24.049Z[ recovery-image] Aug 13 21:39:22.558 INFO O| Aug 13 21:39:22.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
49712024-08-13T21:39:24.049Z[ recovery-image] Aug 13 21:39:22.559 INFO O| Aug 13 21:39:22.558 INFO STEP 373 (remove_files) COMPLETE
49722024-08-13T21:39:24.049Z[ recovery-image] Aug 13 21:39:22.559 INFO O| Aug 13 21:39:22.559 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-08-13T21:39:24.060Z[ recovery-image] Aug 13 21:39:22.569 INFO O| Aug 13 21:39:22.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
49742024-08-13T21:39:24.060Z[ recovery-image] Aug 13 21:39:22.569 INFO O| Aug 13 21:39:22.569 INFO STEP 374 (remove_files) COMPLETE
49752024-08-13T21:39:24.060Z[ recovery-image] Aug 13 21:39:22.569 INFO O| Aug 13 21:39:22.569 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-08-13T21:39:24.071Z[ recovery-image] Aug 13 21:39:22.580 INFO O| Aug 13 21:39:22.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
49772024-08-13T21:39:24.071Z[ recovery-image] Aug 13 21:39:22.580 INFO O| Aug 13 21:39:22.580 INFO STEP 375 (remove_files) COMPLETE
49782024-08-13T21:39:24.073Z[ recovery-image] Aug 13 21:39:22.580 INFO O| Aug 13 21:39:22.580 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-08-13T21:39:24.081Z[ recovery-image] Aug 13 21:39:22.590 INFO O| Aug 13 21:39:22.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
49802024-08-13T21:39:24.081Z[ recovery-image] Aug 13 21:39:22.590 INFO O| Aug 13 21:39:22.590 INFO STEP 376 (remove_files) COMPLETE
49812024-08-13T21:39:24.083Z[ recovery-image] Aug 13 21:39:22.590 INFO O| Aug 13 21:39:22.590 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-08-13T21:39:24.092Z[ recovery-image] Aug 13 21:39:22.601 INFO O| Aug 13 21:39:22.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
49832024-08-13T21:39:24.092Z[ recovery-image] Aug 13 21:39:22.601 INFO O| Aug 13 21:39:22.601 INFO STEP 377 (remove_files) COMPLETE
49842024-08-13T21:39:24.094Z[ recovery-image] Aug 13 21:39:22.601 INFO O| Aug 13 21:39:22.601 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-08-13T21:39:24.103Z[ recovery-image] Aug 13 21:39:22.612 INFO O| Aug 13 21:39:22.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
49862024-08-13T21:39:24.104Z[ recovery-image] Aug 13 21:39:22.613 INFO O| Aug 13 21:39:22.613 INFO STEP 378 (remove_files) COMPLETE
49872024-08-13T21:39:24.106Z[ recovery-image] Aug 13 21:39:22.613 INFO O| Aug 13 21:39:22.613 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-08-13T21:39:24.114Z[ recovery-image] Aug 13 21:39:22.623 INFO O| Aug 13 21:39:22.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
49892024-08-13T21:39:24.116Z[ recovery-image] Aug 13 21:39:22.623 INFO O| Aug 13 21:39:22.623 INFO STEP 379 (remove_files) COMPLETE
49902024-08-13T21:39:24.116Z[ recovery-image] Aug 13 21:39:22.623 INFO O| Aug 13 21:39:22.623 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-08-13T21:39:24.124Z[ recovery-image] Aug 13 21:39:22.633 INFO O| Aug 13 21:39:22.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
49922024-08-13T21:39:24.124Z[ recovery-image] Aug 13 21:39:22.633 INFO O| Aug 13 21:39:22.633 INFO STEP 380 (remove_files) COMPLETE
49932024-08-13T21:39:24.127Z[ recovery-image] Aug 13 21:39:22.633 INFO O| Aug 13 21:39:22.633 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-08-13T21:39:24.134Z[ recovery-image] Aug 13 21:39:22.644 INFO O| Aug 13 21:39:22.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
49952024-08-13T21:39:24.135Z[ recovery-image] Aug 13 21:39:22.644 INFO O| Aug 13 21:39:22.644 INFO STEP 381 (remove_files) COMPLETE
49962024-08-13T21:39:24.137Z[ recovery-image] Aug 13 21:39:22.644 INFO O| Aug 13 21:39:22.644 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-08-13T21:39:24.145Z[ recovery-image] Aug 13 21:39:22.654 INFO O| Aug 13 21:39:22.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
49982024-08-13T21:39:24.145Z[ recovery-image] Aug 13 21:39:22.654 INFO O| Aug 13 21:39:22.654 INFO STEP 382 (remove_files) COMPLETE
49992024-08-13T21:39:24.147Z[ recovery-image] Aug 13 21:39:22.654 INFO O| Aug 13 21:39:22.654 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-08-13T21:39:24.155Z[ recovery-image] Aug 13 21:39:22.664 INFO O| Aug 13 21:39:22.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50012024-08-13T21:39:24.155Z[ recovery-image] Aug 13 21:39:22.664 INFO O| Aug 13 21:39:22.664 INFO STEP 383 (remove_files) COMPLETE
50022024-08-13T21:39:24.155Z[ recovery-image] Aug 13 21:39:22.664 INFO O| Aug 13 21:39:22.664 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-08-13T21:39:24.165Z[ recovery-image] Aug 13 21:39:22.674 INFO O| Aug 13 21:39:22.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50042024-08-13T21:39:24.167Z[ recovery-image] Aug 13 21:39:22.674 INFO O| Aug 13 21:39:22.674 INFO STEP 384 (remove_files) COMPLETE
50052024-08-13T21:39:24.167Z[ recovery-image] Aug 13 21:39:22.674 INFO O| Aug 13 21:39:22.674 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-08-13T21:39:24.175Z[ recovery-image] Aug 13 21:39:22.684 INFO O| Aug 13 21:39:22.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50072024-08-13T21:39:24.175Z[ recovery-image] Aug 13 21:39:22.684 INFO O| Aug 13 21:39:22.684 INFO STEP 385 (remove_files) COMPLETE
50082024-08-13T21:39:24.177Z[ recovery-image] Aug 13 21:39:22.684 INFO O| Aug 13 21:39:22.684 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-08-13T21:39:24.184Z[ recovery-image] Aug 13 21:39:22.694 INFO O| Aug 13 21:39:22.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50102024-08-13T21:39:24.187Z[ recovery-image] Aug 13 21:39:22.694 INFO O| Aug 13 21:39:22.694 INFO STEP 386 (remove_files) COMPLETE
50112024-08-13T21:39:24.187Z[ recovery-image] Aug 13 21:39:22.694 INFO O| Aug 13 21:39:22.694 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-08-13T21:39:24.194Z[ recovery-image] Aug 13 21:39:22.704 INFO O| Aug 13 21:39:22.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50132024-08-13T21:39:24.197Z[ recovery-image] Aug 13 21:39:22.704 INFO O| Aug 13 21:39:22.704 INFO STEP 387 (remove_files) COMPLETE
50142024-08-13T21:39:24.197Z[ recovery-image] Aug 13 21:39:22.704 INFO O| Aug 13 21:39:22.704 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-08-13T21:39:24.205Z[ recovery-image] Aug 13 21:39:22.714 INFO O| Aug 13 21:39:22.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50162024-08-13T21:39:24.207Z[ recovery-image] Aug 13 21:39:22.714 INFO O| Aug 13 21:39:22.714 INFO STEP 388 (remove_files) COMPLETE
50172024-08-13T21:39:24.207Z[ recovery-image] Aug 13 21:39:22.714 INFO O| Aug 13 21:39:22.714 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-08-13T21:39:24.215Z[ recovery-image] Aug 13 21:39:22.724 INFO O| Aug 13 21:39:22.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50192024-08-13T21:39:24.215Z[ recovery-image] Aug 13 21:39:22.724 INFO O| Aug 13 21:39:22.724 INFO STEP 389 (remove_files) COMPLETE
50202024-08-13T21:39:24.215Z[ recovery-image] Aug 13 21:39:22.724 INFO O| Aug 13 21:39:22.724 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-08-13T21:39:24.225Z[ recovery-image] Aug 13 21:39:22.734 INFO O| Aug 13 21:39:22.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50222024-08-13T21:39:24.225Z[ recovery-image] Aug 13 21:39:22.734 INFO O| Aug 13 21:39:22.734 INFO STEP 390 (remove_files) COMPLETE
50232024-08-13T21:39:24.225Z[ recovery-image] Aug 13 21:39:22.734 INFO O| Aug 13 21:39:22.734 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-08-13T21:39:24.234Z[ recovery-image] Aug 13 21:39:22.743 INFO O| Aug 13 21:39:22.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50252024-08-13T21:39:24.234Z[ recovery-image] Aug 13 21:39:22.744 INFO O| Aug 13 21:39:22.744 INFO STEP 391 (remove_files) COMPLETE
50262024-08-13T21:39:24.238Z[ recovery-image] Aug 13 21:39:22.744 INFO O| Aug 13 21:39:22.744 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-08-13T21:39:24.245Z[ recovery-image] Aug 13 21:39:22.754 INFO O| Aug 13 21:39:22.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50282024-08-13T21:39:24.245Z[ recovery-image] Aug 13 21:39:22.754 INFO O| Aug 13 21:39:22.754 INFO STEP 392 (remove_files) COMPLETE
50292024-08-13T21:39:24.245Z[ recovery-image] Aug 13 21:39:22.754 INFO O| Aug 13 21:39:22.754 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-08-13T21:39:24.255Z[ recovery-image] Aug 13 21:39:22.764 INFO O| Aug 13 21:39:22.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50312024-08-13T21:39:24.255Z[ recovery-image] Aug 13 21:39:22.764 INFO O| Aug 13 21:39:22.764 INFO STEP 393 (remove_files) COMPLETE
50322024-08-13T21:39:24.255Z[ recovery-image] Aug 13 21:39:22.764 INFO O| Aug 13 21:39:22.764 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-08-13T21:39:24.265Z[ recovery-image] Aug 13 21:39:22.774 INFO O| Aug 13 21:39:22.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50342024-08-13T21:39:24.265Z[ recovery-image] Aug 13 21:39:22.774 INFO O| Aug 13 21:39:22.774 INFO STEP 394 (remove_files) COMPLETE
50352024-08-13T21:39:24.268Z[ recovery-image] Aug 13 21:39:22.774 INFO O| Aug 13 21:39:22.774 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-08-13T21:39:24.275Z[ recovery-image] Aug 13 21:39:22.784 INFO O| Aug 13 21:39:22.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50372024-08-13T21:39:24.275Z[ recovery-image] Aug 13 21:39:22.784 INFO O| Aug 13 21:39:22.784 INFO STEP 395 (remove_files) COMPLETE
50382024-08-13T21:39:24.275Z[ recovery-image] Aug 13 21:39:22.784 INFO O| Aug 13 21:39:22.784 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-08-13T21:39:24.286Z[ recovery-image] Aug 13 21:39:22.795 INFO O| Aug 13 21:39:22.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50402024-08-13T21:39:24.286Z[ recovery-image] Aug 13 21:39:22.795 INFO O| Aug 13 21:39:22.795 INFO STEP 396 (remove_files) COMPLETE
50412024-08-13T21:39:24.288Z[ recovery-image] Aug 13 21:39:22.795 INFO O| Aug 13 21:39:22.795 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-08-13T21:39:24.297Z[ recovery-image] Aug 13 21:39:22.806 INFO O| Aug 13 21:39:22.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50432024-08-13T21:39:24.297Z[ recovery-image] Aug 13 21:39:22.806 INFO O| Aug 13 21:39:22.806 INFO STEP 397 (remove_files) COMPLETE
50442024-08-13T21:39:24.297Z[ recovery-image] Aug 13 21:39:22.806 INFO O| Aug 13 21:39:22.806 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-08-13T21:39:24.308Z[ recovery-image] Aug 13 21:39:22.816 INFO O| Aug 13 21:39:22.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50462024-08-13T21:39:24.308Z[ recovery-image] Aug 13 21:39:22.816 INFO O| Aug 13 21:39:22.816 INFO STEP 398 (remove_files) COMPLETE
50472024-08-13T21:39:24.310Z[ recovery-image] Aug 13 21:39:22.816 INFO O| Aug 13 21:39:22.816 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-08-13T21:39:24.317Z[ recovery-image] Aug 13 21:39:22.826 INFO O| Aug 13 21:39:22.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50492024-08-13T21:39:24.317Z[ recovery-image] Aug 13 21:39:22.826 INFO O| Aug 13 21:39:22.826 INFO STEP 399 (remove_files) COMPLETE
50502024-08-13T21:39:24.319Z[ recovery-image] Aug 13 21:39:22.826 INFO O| Aug 13 21:39:22.826 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-08-13T21:39:24.328Z[ recovery-image] Aug 13 21:39:22.837 INFO O| Aug 13 21:39:22.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50522024-08-13T21:39:24.330Z[ recovery-image] Aug 13 21:39:22.837 INFO O| Aug 13 21:39:22.837 INFO STEP 400 (remove_files) COMPLETE
50532024-08-13T21:39:24.330Z[ recovery-image] Aug 13 21:39:22.837 INFO O| Aug 13 21:39:22.837 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-08-13T21:39:24.338Z[ recovery-image] Aug 13 21:39:22.847 INFO O| Aug 13 21:39:22.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50552024-08-13T21:39:24.340Z[ recovery-image] Aug 13 21:39:22.847 INFO O| Aug 13 21:39:22.847 INFO STEP 401 (remove_files) COMPLETE
50562024-08-13T21:39:24.340Z[ recovery-image] Aug 13 21:39:22.847 INFO O| Aug 13 21:39:22.847 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-08-13T21:39:24.348Z[ recovery-image] Aug 13 21:39:22.857 INFO O| Aug 13 21:39:22.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50582024-08-13T21:39:24.351Z[ recovery-image] Aug 13 21:39:22.857 INFO O| Aug 13 21:39:22.857 INFO STEP 402 (remove_files) COMPLETE
50592024-08-13T21:39:24.351Z[ recovery-image] Aug 13 21:39:22.858 INFO O| Aug 13 21:39:22.857 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-08-13T21:39:24.360Z[ recovery-image] Aug 13 21:39:22.869 INFO O| Aug 13 21:39:22.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50612024-08-13T21:39:24.360Z[ recovery-image] Aug 13 21:39:22.869 INFO O| Aug 13 21:39:22.869 INFO STEP 403 (remove_files) COMPLETE
50622024-08-13T21:39:24.360Z[ recovery-image] Aug 13 21:39:22.869 INFO O| Aug 13 21:39:22.869 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-08-13T21:39:24.371Z[ recovery-image] Aug 13 21:39:22.880 INFO O| Aug 13 21:39:22.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
50642024-08-13T21:39:24.371Z[ recovery-image] Aug 13 21:39:22.880 INFO O| Aug 13 21:39:22.880 INFO STEP 404 (remove_files) COMPLETE
50652024-08-13T21:39:24.373Z[ recovery-image] Aug 13 21:39:22.880 INFO O| Aug 13 21:39:22.880 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-08-13T21:39:24.382Z[ recovery-image] Aug 13 21:39:22.891 INFO O| Aug 13 21:39:22.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
50672024-08-13T21:39:24.384Z[ recovery-image] Aug 13 21:39:22.891 INFO O| Aug 13 21:39:22.891 INFO STEP 405 (remove_files) COMPLETE
50682024-08-13T21:39:24.384Z[ recovery-image] Aug 13 21:39:22.891 INFO O| Aug 13 21:39:22.891 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-08-13T21:39:24.392Z[ recovery-image] Aug 13 21:39:22.901 INFO O| Aug 13 21:39:22.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
50702024-08-13T21:39:24.392Z[ recovery-image] Aug 13 21:39:22.901 INFO O| Aug 13 21:39:22.901 INFO STEP 406 (remove_files) COMPLETE
50712024-08-13T21:39:24.392Z[ recovery-image] Aug 13 21:39:22.901 INFO O| Aug 13 21:39:22.901 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-08-13T21:39:24.402Z[ recovery-image] Aug 13 21:39:22.911 INFO O| Aug 13 21:39:22.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
50732024-08-13T21:39:24.403Z[ recovery-image] Aug 13 21:39:22.912 INFO O| Aug 13 21:39:22.912 INFO STEP 407 (remove_files) COMPLETE
50742024-08-13T21:39:24.403Z[ recovery-image] Aug 13 21:39:22.912 INFO O| Aug 13 21:39:22.912 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-08-13T21:39:24.413Z[ recovery-image] Aug 13 21:39:22.922 INFO O| Aug 13 21:39:22.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
50762024-08-13T21:39:24.413Z[ recovery-image] Aug 13 21:39:22.922 INFO O| Aug 13 21:39:22.922 INFO STEP 408 (remove_files) COMPLETE
50772024-08-13T21:39:24.413Z[ recovery-image] Aug 13 21:39:22.922 INFO O| Aug 13 21:39:22.922 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-08-13T21:39:24.424Z[ recovery-image] Aug 13 21:39:22.932 INFO O| Aug 13 21:39:22.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
50792024-08-13T21:39:24.426Z[ recovery-image] Aug 13 21:39:22.932 INFO O| Aug 13 21:39:22.932 INFO STEP 409 (remove_files) COMPLETE
50802024-08-13T21:39:24.426Z[ recovery-image] Aug 13 21:39:22.932 INFO O| Aug 13 21:39:22.932 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-08-13T21:39:24.433Z[ recovery-image] Aug 13 21:39:22.942 INFO O| Aug 13 21:39:22.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
50822024-08-13T21:39:24.435Z[ recovery-image] Aug 13 21:39:22.942 INFO O| Aug 13 21:39:22.942 INFO STEP 410 (remove_files) COMPLETE
50832024-08-13T21:39:24.435Z[ recovery-image] Aug 13 21:39:22.942 INFO O| Aug 13 21:39:22.942 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-08-13T21:39:24.443Z[ recovery-image] Aug 13 21:39:22.952 INFO O| Aug 13 21:39:22.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
50852024-08-13T21:39:24.445Z[ recovery-image] Aug 13 21:39:22.952 INFO O| Aug 13 21:39:22.952 INFO STEP 411 (remove_files) COMPLETE
50862024-08-13T21:39:24.445Z[ recovery-image] Aug 13 21:39:22.952 INFO O| Aug 13 21:39:22.952 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-08-13T21:39:24.453Z[ recovery-image] Aug 13 21:39:22.962 INFO O| Aug 13 21:39:22.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
50882024-08-13T21:39:24.455Z[ recovery-image] Aug 13 21:39:22.962 INFO O| Aug 13 21:39:22.962 INFO STEP 412 (remove_files) COMPLETE
50892024-08-13T21:39:24.455Z[ recovery-image] Aug 13 21:39:22.962 INFO O| Aug 13 21:39:22.962 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-08-13T21:39:24.463Z[ recovery-image] Aug 13 21:39:22.972 INFO O| Aug 13 21:39:22.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
50912024-08-13T21:39:24.465Z[ recovery-image] Aug 13 21:39:22.972 INFO O| Aug 13 21:39:22.972 INFO STEP 413 (remove_files) COMPLETE
50922024-08-13T21:39:24.465Z[ recovery-image] Aug 13 21:39:22.972 INFO O| Aug 13 21:39:22.972 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-08-13T21:39:24.473Z[ recovery-image] Aug 13 21:39:22.982 INFO O| Aug 13 21:39:22.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
50942024-08-13T21:39:24.473Z[ recovery-image] Aug 13 21:39:22.982 INFO O| Aug 13 21:39:22.982 INFO STEP 414 (remove_files) COMPLETE
50952024-08-13T21:39:24.475Z[ recovery-image] Aug 13 21:39:22.982 INFO O| Aug 13 21:39:22.982 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-08-13T21:39:24.483Z[ recovery-image] Aug 13 21:39:22.992 INFO O| Aug 13 21:39:22.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
50972024-08-13T21:39:24.483Z[ recovery-image] Aug 13 21:39:22.992 INFO O| Aug 13 21:39:22.992 INFO STEP 415 (remove_files) COMPLETE
50982024-08-13T21:39:24.486Z[ recovery-image] Aug 13 21:39:22.992 INFO O| Aug 13 21:39:22.992 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-08-13T21:39:24.494Z[ recovery-image] Aug 13 21:39:23.003 INFO O| Aug 13 21:39:23.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51002024-08-13T21:39:24.494Z[ recovery-image] Aug 13 21:39:23.003 INFO O| Aug 13 21:39:23.003 INFO STEP 416 (remove_files) COMPLETE
51012024-08-13T21:39:24.494Z[ recovery-image] Aug 13 21:39:23.003 INFO O| Aug 13 21:39:23.003 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-08-13T21:39:24.505Z[ recovery-image] Aug 13 21:39:23.014 INFO O| Aug 13 21:39:23.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51032024-08-13T21:39:24.507Z[ recovery-image] Aug 13 21:39:23.014 INFO O| Aug 13 21:39:23.014 INFO STEP 417 (remove_files) COMPLETE
51042024-08-13T21:39:24.507Z[ recovery-image] Aug 13 21:39:23.014 INFO O| Aug 13 21:39:23.014 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-08-13T21:39:24.515Z[ recovery-image] Aug 13 21:39:23.024 INFO O| Aug 13 21:39:23.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51062024-08-13T21:39:24.517Z[ recovery-image] Aug 13 21:39:23.024 INFO O| Aug 13 21:39:23.024 INFO STEP 418 (remove_files) COMPLETE
51072024-08-13T21:39:24.517Z[ recovery-image] Aug 13 21:39:23.024 INFO O| Aug 13 21:39:23.024 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-08-13T21:39:24.525Z[ recovery-image] Aug 13 21:39:23.034 INFO O| Aug 13 21:39:23.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51092024-08-13T21:39:24.528Z[ recovery-image] Aug 13 21:39:23.034 INFO O| Aug 13 21:39:23.034 INFO STEP 419 (remove_files) COMPLETE
51102024-08-13T21:39:24.528Z[ recovery-image] Aug 13 21:39:23.034 INFO O| Aug 13 21:39:23.034 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-08-13T21:39:24.535Z[ recovery-image] Aug 13 21:39:23.044 INFO O| Aug 13 21:39:23.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51122024-08-13T21:39:24.535Z[ recovery-image] Aug 13 21:39:23.044 INFO O| Aug 13 21:39:23.044 INFO STEP 420 (remove_files) COMPLETE
51132024-08-13T21:39:24.537Z[ recovery-image] Aug 13 21:39:23.044 INFO O| Aug 13 21:39:23.044 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-08-13T21:39:24.545Z[ recovery-image] Aug 13 21:39:23.054 INFO O| Aug 13 21:39:23.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51152024-08-13T21:39:24.547Z[ recovery-image] Aug 13 21:39:23.054 INFO O| Aug 13 21:39:23.054 INFO STEP 421 (remove_files) COMPLETE
51162024-08-13T21:39:24.547Z[ recovery-image] Aug 13 21:39:23.054 INFO O| Aug 13 21:39:23.054 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-08-13T21:39:24.555Z[ recovery-image] Aug 13 21:39:23.064 INFO O| Aug 13 21:39:23.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51182024-08-13T21:39:24.557Z[ recovery-image] Aug 13 21:39:23.064 INFO O| Aug 13 21:39:23.064 INFO STEP 422 (remove_files) COMPLETE
51192024-08-13T21:39:24.557Z[ recovery-image] Aug 13 21:39:23.064 INFO O| Aug 13 21:39:23.064 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-08-13T21:39:24.565Z[ recovery-image] Aug 13 21:39:23.074 INFO O| Aug 13 21:39:23.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51212024-08-13T21:39:24.567Z[ recovery-image] Aug 13 21:39:23.074 INFO O| Aug 13 21:39:23.074 INFO STEP 423 (remove_files) COMPLETE
51222024-08-13T21:39:24.567Z[ recovery-image] Aug 13 21:39:23.074 INFO O| Aug 13 21:39:23.074 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-08-13T21:39:24.574Z[ recovery-image] Aug 13 21:39:23.084 INFO O| Aug 13 21:39:23.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51242024-08-13T21:39:24.577Z[ recovery-image] Aug 13 21:39:23.084 INFO O| Aug 13 21:39:23.084 INFO STEP 424 (remove_files) COMPLETE
51252024-08-13T21:39:24.577Z[ recovery-image] Aug 13 21:39:23.084 INFO O| Aug 13 21:39:23.084 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-08-13T21:39:24.584Z[ recovery-image] Aug 13 21:39:23.093 INFO O| Aug 13 21:39:23.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51272024-08-13T21:39:24.587Z[ recovery-image] Aug 13 21:39:23.094 INFO O| Aug 13 21:39:23.094 INFO STEP 425 (remove_files) COMPLETE
51282024-08-13T21:39:24.587Z[ recovery-image] Aug 13 21:39:23.094 INFO O| Aug 13 21:39:23.094 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-08-13T21:39:24.594Z[ recovery-image] Aug 13 21:39:23.103 INFO O| Aug 13 21:39:23.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51302024-08-13T21:39:24.597Z[ recovery-image] Aug 13 21:39:23.103 INFO O| Aug 13 21:39:23.103 INFO STEP 426 (remove_files) COMPLETE
51312024-08-13T21:39:24.597Z[ recovery-image] Aug 13 21:39:23.103 INFO O| Aug 13 21:39:23.103 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-08-13T21:39:24.604Z[ recovery-image] Aug 13 21:39:23.113 INFO O| Aug 13 21:39:23.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51332024-08-13T21:39:24.604Z[ recovery-image] Aug 13 21:39:23.113 INFO O| Aug 13 21:39:23.113 INFO STEP 427 (remove_files) COMPLETE
51342024-08-13T21:39:24.607Z[ recovery-image] Aug 13 21:39:23.113 INFO O| Aug 13 21:39:23.113 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-08-13T21:39:24.614Z[ recovery-image] Aug 13 21:39:23.123 INFO O| Aug 13 21:39:23.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51362024-08-13T21:39:24.614Z[ recovery-image] Aug 13 21:39:23.124 INFO O| Aug 13 21:39:23.124 INFO STEP 428 (remove_files) COMPLETE
51372024-08-13T21:39:24.614Z[ recovery-image] Aug 13 21:39:23.124 INFO O| Aug 13 21:39:23.124 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-08-13T21:39:24.624Z[ recovery-image] Aug 13 21:39:23.133 INFO O| Aug 13 21:39:23.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51392024-08-13T21:39:24.624Z[ recovery-image] Aug 13 21:39:23.134 INFO O| Aug 13 21:39:23.134 INFO STEP 429 (remove_files) COMPLETE
51402024-08-13T21:39:24.627Z[ recovery-image] Aug 13 21:39:23.134 INFO O| Aug 13 21:39:23.134 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-08-13T21:39:24.635Z[ recovery-image] Aug 13 21:39:23.144 INFO O| Aug 13 21:39:23.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51422024-08-13T21:39:24.635Z[ recovery-image] Aug 13 21:39:23.144 INFO O| Aug 13 21:39:23.144 INFO STEP 430 (remove_files) COMPLETE
51432024-08-13T21:39:24.635Z[ recovery-image] Aug 13 21:39:23.144 INFO O| Aug 13 21:39:23.144 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-08-13T21:39:24.645Z[ recovery-image] Aug 13 21:39:23.154 INFO O| Aug 13 21:39:23.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51452024-08-13T21:39:24.645Z[ recovery-image] Aug 13 21:39:23.154 INFO O| Aug 13 21:39:23.154 INFO STEP 431 (remove_files) COMPLETE
51462024-08-13T21:39:24.645Z[ recovery-image] Aug 13 21:39:23.154 INFO O| Aug 13 21:39:23.154 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-08-13T21:39:24.654Z[ recovery-image] Aug 13 21:39:23.163 INFO O| Aug 13 21:39:23.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51482024-08-13T21:39:24.657Z[ recovery-image] Aug 13 21:39:23.164 INFO O| Aug 13 21:39:23.163 INFO STEP 432 (remove_files) COMPLETE
51492024-08-13T21:39:24.657Z[ recovery-image] Aug 13 21:39:23.164 INFO O| Aug 13 21:39:23.164 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-08-13T21:39:24.664Z[ recovery-image] Aug 13 21:39:23.173 INFO O| Aug 13 21:39:23.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51512024-08-13T21:39:24.667Z[ recovery-image] Aug 13 21:39:23.173 INFO O| Aug 13 21:39:23.173 INFO STEP 433 (remove_files) COMPLETE
51522024-08-13T21:39:24.667Z[ recovery-image] Aug 13 21:39:23.173 INFO O| Aug 13 21:39:23.173 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-08-13T21:39:24.674Z[ recovery-image] Aug 13 21:39:23.183 INFO O| Aug 13 21:39:23.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51542024-08-13T21:39:24.674Z[ recovery-image] Aug 13 21:39:23.183 INFO O| Aug 13 21:39:23.183 INFO STEP 434 (remove_files) COMPLETE
51552024-08-13T21:39:24.674Z[ recovery-image] Aug 13 21:39:23.183 INFO O| Aug 13 21:39:23.183 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-08-13T21:39:24.684Z[ recovery-image] Aug 13 21:39:23.193 INFO O| Aug 13 21:39:23.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51572024-08-13T21:39:24.684Z[ recovery-image] Aug 13 21:39:23.193 INFO O| Aug 13 21:39:23.193 INFO STEP 435 (remove_files) COMPLETE
51582024-08-13T21:39:24.684Z[ recovery-image] Aug 13 21:39:23.193 INFO O| Aug 13 21:39:23.193 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-08-13T21:39:24.694Z[ recovery-image] Aug 13 21:39:23.203 INFO O| Aug 13 21:39:23.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51602024-08-13T21:39:24.694Z[ recovery-image] Aug 13 21:39:23.203 INFO O| Aug 13 21:39:23.203 INFO STEP 436 (remove_files) COMPLETE
51612024-08-13T21:39:24.694Z[ recovery-image] Aug 13 21:39:23.203 INFO O| Aug 13 21:39:23.203 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-08-13T21:39:24.704Z[ recovery-image] Aug 13 21:39:23.213 INFO O| Aug 13 21:39:23.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
51632024-08-13T21:39:24.704Z[ recovery-image] Aug 13 21:39:23.213 INFO O| Aug 13 21:39:23.213 INFO STEP 437 (remove_files) COMPLETE
51642024-08-13T21:39:24.706Z[ recovery-image] Aug 13 21:39:23.213 INFO O| Aug 13 21:39:23.213 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-08-13T21:39:24.713Z[ recovery-image] Aug 13 21:39:23.222 INFO O| Aug 13 21:39:23.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
51662024-08-13T21:39:24.713Z[ recovery-image] Aug 13 21:39:23.222 INFO O| Aug 13 21:39:23.222 INFO STEP 438 (remove_files) COMPLETE
51672024-08-13T21:39:24.716Z[ recovery-image] Aug 13 21:39:23.222 INFO O| Aug 13 21:39:23.222 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-08-13T21:39:24.723Z[ recovery-image] Aug 13 21:39:23.232 INFO O| Aug 13 21:39:23.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
51692024-08-13T21:39:24.723Z[ recovery-image] Aug 13 21:39:23.232 INFO O| Aug 13 21:39:23.232 INFO STEP 439 (remove_files) COMPLETE
51702024-08-13T21:39:24.723Z[ recovery-image] Aug 13 21:39:23.232 INFO O| Aug 13 21:39:23.232 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-08-13T21:39:24.732Z[ recovery-image] Aug 13 21:39:23.241 INFO O| Aug 13 21:39:23.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
51722024-08-13T21:39:24.732Z[ recovery-image] Aug 13 21:39:23.242 INFO O| Aug 13 21:39:23.241 INFO STEP 440 (remove_files) COMPLETE
51732024-08-13T21:39:24.732Z[ recovery-image] Aug 13 21:39:23.242 INFO O| Aug 13 21:39:23.241 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-08-13T21:39:24.742Z[ recovery-image] Aug 13 21:39:23.251 INFO O| Aug 13 21:39:23.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
51752024-08-13T21:39:24.742Z[ recovery-image] Aug 13 21:39:23.251 INFO O| Aug 13 21:39:23.251 INFO STEP 441 (remove_files) COMPLETE
51762024-08-13T21:39:24.744Z[ recovery-image] Aug 13 21:39:23.251 INFO O| Aug 13 21:39:23.251 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-08-13T21:39:24.752Z[ recovery-image] Aug 13 21:39:23.261 INFO O| Aug 13 21:39:23.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
51782024-08-13T21:39:24.752Z[ recovery-image] Aug 13 21:39:23.261 INFO O| Aug 13 21:39:23.261 INFO STEP 442 (remove_files) COMPLETE
51792024-08-13T21:39:24.755Z[ recovery-image] Aug 13 21:39:23.261 INFO O| Aug 13 21:39:23.261 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-08-13T21:39:24.762Z[ recovery-image] Aug 13 21:39:23.271 INFO O| Aug 13 21:39:23.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
51812024-08-13T21:39:24.765Z[ recovery-image] Aug 13 21:39:23.272 INFO O| Aug 13 21:39:23.272 INFO STEP 443 (remove_files) COMPLETE
51822024-08-13T21:39:24.765Z[ recovery-image] Aug 13 21:39:23.272 INFO O| Aug 13 21:39:23.272 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-08-13T21:39:24.772Z[ recovery-image] Aug 13 21:39:23.281 INFO O| Aug 13 21:39:23.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
51842024-08-13T21:39:24.772Z[ recovery-image] Aug 13 21:39:23.281 INFO O| Aug 13 21:39:23.281 INFO STEP 444 (remove_files) COMPLETE
51852024-08-13T21:39:24.772Z[ recovery-image] Aug 13 21:39:23.281 INFO O| Aug 13 21:39:23.281 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-08-13T21:39:24.782Z[ recovery-image] Aug 13 21:39:23.291 INFO O| Aug 13 21:39:23.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
51872024-08-13T21:39:24.782Z[ recovery-image] Aug 13 21:39:23.291 INFO O| Aug 13 21:39:23.291 INFO STEP 445 (remove_files) COMPLETE
51882024-08-13T21:39:24.782Z[ recovery-image] Aug 13 21:39:23.291 INFO O| Aug 13 21:39:23.291 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-08-13T21:39:24.794Z[ recovery-image] Aug 13 21:39:23.303 INFO O| Aug 13 21:39:23.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
51902024-08-13T21:39:24.796Z[ recovery-image] Aug 13 21:39:23.303 INFO O| Aug 13 21:39:23.303 INFO STEP 446 (remove_files) COMPLETE
51912024-08-13T21:39:24.796Z[ recovery-image] Aug 13 21:39:23.303 INFO O| Aug 13 21:39:23.303 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-08-13T21:39:24.806Z[ recovery-image] Aug 13 21:39:23.315 INFO O| Aug 13 21:39:23.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
51932024-08-13T21:39:24.806Z[ recovery-image] Aug 13 21:39:23.315 INFO O| Aug 13 21:39:23.315 INFO STEP 447 (remove_files) COMPLETE
51942024-08-13T21:39:24.806Z[ recovery-image] Aug 13 21:39:23.315 INFO O| Aug 13 21:39:23.315 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-08-13T21:39:24.818Z[ recovery-image] Aug 13 21:39:23.327 INFO O| Aug 13 21:39:23.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
51962024-08-13T21:39:24.821Z[ recovery-image] Aug 13 21:39:23.327 INFO O| Aug 13 21:39:23.327 INFO STEP 448 (remove_files) COMPLETE
51972024-08-13T21:39:24.821Z[ recovery-image] Aug 13 21:39:23.327 INFO O| Aug 13 21:39:23.327 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-08-13T21:39:24.829Z[ recovery-image] Aug 13 21:39:23.338 INFO O| Aug 13 21:39:23.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
51992024-08-13T21:39:24.829Z[ recovery-image] Aug 13 21:39:23.338 INFO O| Aug 13 21:39:23.338 INFO STEP 449 (remove_files) COMPLETE
52002024-08-13T21:39:24.829Z[ recovery-image] Aug 13 21:39:23.338 INFO O| Aug 13 21:39:23.338 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-08-13T21:39:24.839Z[ recovery-image] Aug 13 21:39:23.348 INFO O| Aug 13 21:39:23.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52022024-08-13T21:39:24.839Z[ recovery-image] Aug 13 21:39:23.348 INFO O| Aug 13 21:39:23.348 INFO STEP 450 (remove_files) COMPLETE
52032024-08-13T21:39:24.839Z[ recovery-image] Aug 13 21:39:23.348 INFO O| Aug 13 21:39:23.348 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-08-13T21:39:24.852Z[ recovery-image] Aug 13 21:39:23.361 INFO O| Aug 13 21:39:23.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52052024-08-13T21:39:24.852Z[ recovery-image] Aug 13 21:39:23.361 INFO O| Aug 13 21:39:23.361 INFO STEP 451 (remove_files) COMPLETE
52062024-08-13T21:39:24.854Z[ recovery-image] Aug 13 21:39:23.361 INFO O| Aug 13 21:39:23.361 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-08-13T21:39:24.863Z[ recovery-image] Aug 13 21:39:23.372 INFO O| Aug 13 21:39:23.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52082024-08-13T21:39:24.863Z[ recovery-image] Aug 13 21:39:23.372 INFO O| Aug 13 21:39:23.372 INFO STEP 452 (remove_files) COMPLETE
52092024-08-13T21:39:24.874Z[ recovery-image] Aug 13 21:39:23.372 INFO O| Aug 13 21:39:23.372 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-08-13T21:39:24.874Z[ recovery-image] Aug 13 21:39:23.382 INFO O| Aug 13 21:39:23.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52112024-08-13T21:39:24.874Z[ recovery-image] Aug 13 21:39:23.382 INFO O| Aug 13 21:39:23.382 INFO STEP 453 (remove_files) COMPLETE
52122024-08-13T21:39:24.874Z[ recovery-image] Aug 13 21:39:23.382 INFO O| Aug 13 21:39:23.382 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-08-13T21:39:24.884Z[ recovery-image] Aug 13 21:39:23.393 INFO O| Aug 13 21:39:23.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52142024-08-13T21:39:24.886Z[ recovery-image] Aug 13 21:39:23.393 INFO O| Aug 13 21:39:23.393 INFO STEP 454 (remove_files) COMPLETE
52152024-08-13T21:39:24.886Z[ recovery-image] Aug 13 21:39:23.393 INFO O| Aug 13 21:39:23.393 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-08-13T21:39:24.898Z[ recovery-image] Aug 13 21:39:23.404 INFO O| Aug 13 21:39:23.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52172024-08-13T21:39:24.901Z[ recovery-image] Aug 13 21:39:23.405 INFO O| Aug 13 21:39:23.405 INFO STEP 455 (remove_files) COMPLETE
52182024-08-13T21:39:24.901Z[ recovery-image] Aug 13 21:39:23.405 INFO O| Aug 13 21:39:23.405 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-08-13T21:39:24.906Z[ recovery-image] Aug 13 21:39:23.415 INFO O| Aug 13 21:39:23.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52202024-08-13T21:39:24.906Z[ recovery-image] Aug 13 21:39:23.415 INFO O| Aug 13 21:39:23.415 INFO STEP 456 (remove_files) COMPLETE
52212024-08-13T21:39:24.908Z[ recovery-image] Aug 13 21:39:23.415 INFO O| Aug 13 21:39:23.415 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-08-13T21:39:24.916Z[ recovery-image] Aug 13 21:39:23.425 INFO O| Aug 13 21:39:23.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52232024-08-13T21:39:24.916Z[ recovery-image] Aug 13 21:39:23.425 INFO O| Aug 13 21:39:23.425 INFO STEP 457 (remove_files) COMPLETE
52242024-08-13T21:39:24.916Z[ recovery-image] Aug 13 21:39:23.425 INFO O| Aug 13 21:39:23.425 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-08-13T21:39:24.926Z[ recovery-image] Aug 13 21:39:23.435 INFO O| Aug 13 21:39:23.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52262024-08-13T21:39:24.926Z[ recovery-image] Aug 13 21:39:23.435 INFO O| Aug 13 21:39:23.435 INFO STEP 458 (remove_files) COMPLETE
52272024-08-13T21:39:24.928Z[ recovery-image] Aug 13 21:39:23.435 INFO O| Aug 13 21:39:23.435 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-08-13T21:39:24.936Z[ recovery-image] Aug 13 21:39:23.445 INFO O| Aug 13 21:39:23.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52292024-08-13T21:39:24.936Z[ recovery-image] Aug 13 21:39:23.445 INFO O| Aug 13 21:39:23.445 INFO STEP 459 (remove_files) COMPLETE
52302024-08-13T21:39:24.938Z[ recovery-image] Aug 13 21:39:23.445 INFO O| Aug 13 21:39:23.445 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-08-13T21:39:24.946Z[ recovery-image] Aug 13 21:39:23.455 INFO O| Aug 13 21:39:23.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52322024-08-13T21:39:24.948Z[ recovery-image] Aug 13 21:39:23.455 INFO O| Aug 13 21:39:23.455 INFO STEP 460 (remove_files) COMPLETE
52332024-08-13T21:39:24.948Z[ recovery-image] Aug 13 21:39:23.455 INFO O| Aug 13 21:39:23.455 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-08-13T21:39:24.955Z[ recovery-image] Aug 13 21:39:23.464 INFO O| Aug 13 21:39:23.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52352024-08-13T21:39:24.955Z[ recovery-image] Aug 13 21:39:23.465 INFO O| Aug 13 21:39:23.464 INFO STEP 461 (remove_files) COMPLETE
52362024-08-13T21:39:24.955Z[ recovery-image] Aug 13 21:39:23.465 INFO O| Aug 13 21:39:23.465 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-08-13T21:39:24.965Z[ recovery-image] Aug 13 21:39:23.474 INFO O| Aug 13 21:39:23.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52382024-08-13T21:39:24.965Z[ recovery-image] Aug 13 21:39:23.474 INFO O| Aug 13 21:39:23.474 INFO STEP 462 (remove_files) COMPLETE
52392024-08-13T21:39:24.968Z[ recovery-image] Aug 13 21:39:23.474 INFO O| Aug 13 21:39:23.474 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-08-13T21:39:24.975Z[ recovery-image] Aug 13 21:39:23.484 INFO O| Aug 13 21:39:23.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52412024-08-13T21:39:24.977Z[ recovery-image] Aug 13 21:39:23.484 INFO O| Aug 13 21:39:23.484 INFO STEP 463 (remove_files) COMPLETE
52422024-08-13T21:39:24.977Z[ recovery-image] Aug 13 21:39:23.485 INFO O| Aug 13 21:39:23.484 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-08-13T21:39:24.985Z[ recovery-image] Aug 13 21:39:23.494 INFO O| Aug 13 21:39:23.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52442024-08-13T21:39:24.985Z[ recovery-image] Aug 13 21:39:23.494 INFO O| Aug 13 21:39:23.494 INFO STEP 464 (remove_files) COMPLETE
52452024-08-13T21:39:24.985Z[ recovery-image] Aug 13 21:39:23.494 INFO O| Aug 13 21:39:23.494 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-08-13T21:39:24.995Z[ recovery-image] Aug 13 21:39:23.504 INFO O| Aug 13 21:39:23.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52472024-08-13T21:39:24.997Z[ recovery-image] Aug 13 21:39:23.504 INFO O| Aug 13 21:39:23.504 INFO STEP 465 (remove_files) COMPLETE
52482024-08-13T21:39:24.997Z[ recovery-image] Aug 13 21:39:23.504 INFO O| Aug 13 21:39:23.504 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-08-13T21:39:25.005Z[ recovery-image] Aug 13 21:39:23.514 INFO O| Aug 13 21:39:23.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52502024-08-13T21:39:25.005Z[ recovery-image] Aug 13 21:39:23.514 INFO O| Aug 13 21:39:23.514 INFO STEP 466 (remove_files) COMPLETE
52512024-08-13T21:39:25.008Z[ recovery-image] Aug 13 21:39:23.514 INFO O| Aug 13 21:39:23.514 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-08-13T21:39:25.015Z[ recovery-image] Aug 13 21:39:23.524 INFO O| Aug 13 21:39:23.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52532024-08-13T21:39:25.015Z[ recovery-image] Aug 13 21:39:23.524 INFO O| Aug 13 21:39:23.524 INFO STEP 467 (remove_files) COMPLETE
52542024-08-13T21:39:25.017Z[ recovery-image] Aug 13 21:39:23.524 INFO O| Aug 13 21:39:23.524 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-08-13T21:39:25.025Z[ recovery-image] Aug 13 21:39:23.534 INFO O| Aug 13 21:39:23.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52562024-08-13T21:39:25.025Z[ recovery-image] Aug 13 21:39:23.534 INFO O| Aug 13 21:39:23.534 INFO STEP 468 (remove_files) COMPLETE
52572024-08-13T21:39:25.025Z[ recovery-image] Aug 13 21:39:23.534 INFO O| Aug 13 21:39:23.534 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-08-13T21:39:25.034Z[ recovery-image] Aug 13 21:39:23.543 INFO O| Aug 13 21:39:23.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
52592024-08-13T21:39:25.034Z[ recovery-image] Aug 13 21:39:23.543 INFO O| Aug 13 21:39:23.543 INFO STEP 469 (remove_files) COMPLETE
52602024-08-13T21:39:25.037Z[ recovery-image] Aug 13 21:39:23.543 INFO O| Aug 13 21:39:23.543 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-08-13T21:39:25.043Z[ recovery-image] Aug 13 21:39:23.552 INFO O| Aug 13 21:39:23.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
52622024-08-13T21:39:25.044Z[ recovery-image] Aug 13 21:39:23.552 INFO O| Aug 13 21:39:23.552 INFO STEP 470 (remove_files) COMPLETE
52632024-08-13T21:39:25.046Z[ recovery-image] Aug 13 21:39:23.553 INFO O| Aug 13 21:39:23.552 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-08-13T21:39:25.053Z[ recovery-image] Aug 13 21:39:23.562 INFO O| Aug 13 21:39:23.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
52652024-08-13T21:39:25.053Z[ recovery-image] Aug 13 21:39:23.562 INFO O| Aug 13 21:39:23.562 INFO STEP 471 (remove_files) COMPLETE
52662024-08-13T21:39:25.053Z[ recovery-image] Aug 13 21:39:23.562 INFO O| Aug 13 21:39:23.562 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-08-13T21:39:25.063Z[ recovery-image] Aug 13 21:39:23.572 INFO O| Aug 13 21:39:23.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
52682024-08-13T21:39:25.063Z[ recovery-image] Aug 13 21:39:23.572 INFO O| Aug 13 21:39:23.572 INFO STEP 472 (remove_files) COMPLETE
52692024-08-13T21:39:25.065Z[ recovery-image] Aug 13 21:39:23.572 INFO O| Aug 13 21:39:23.572 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-08-13T21:39:25.073Z[ recovery-image] Aug 13 21:39:23.582 INFO O| Aug 13 21:39:23.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
52712024-08-13T21:39:25.073Z[ recovery-image] Aug 13 21:39:23.582 INFO O| Aug 13 21:39:23.582 INFO STEP 473 (remove_files) COMPLETE
52722024-08-13T21:39:25.073Z[ recovery-image] Aug 13 21:39:23.582 INFO O| Aug 13 21:39:23.582 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-08-13T21:39:25.083Z[ recovery-image] Aug 13 21:39:23.592 INFO O| Aug 13 21:39:23.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
52742024-08-13T21:39:25.083Z[ recovery-image] Aug 13 21:39:23.592 INFO O| Aug 13 21:39:23.592 INFO STEP 474 (remove_files) COMPLETE
52752024-08-13T21:39:25.083Z[ recovery-image] Aug 13 21:39:23.592 INFO O| Aug 13 21:39:23.592 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-08-13T21:39:25.094Z[ recovery-image] Aug 13 21:39:23.603 INFO O| Aug 13 21:39:23.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
52772024-08-13T21:39:25.094Z[ recovery-image] Aug 13 21:39:23.603 INFO O| Aug 13 21:39:23.603 INFO STEP 475 (remove_files) COMPLETE
52782024-08-13T21:39:25.097Z[ recovery-image] Aug 13 21:39:23.603 INFO O| Aug 13 21:39:23.603 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-08-13T21:39:25.104Z[ recovery-image] Aug 13 21:39:23.613 INFO O| Aug 13 21:39:23.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
52802024-08-13T21:39:25.104Z[ recovery-image] Aug 13 21:39:23.613 INFO O| Aug 13 21:39:23.613 INFO STEP 476 (remove_files) COMPLETE
52812024-08-13T21:39:25.107Z[ recovery-image] Aug 13 21:39:23.613 INFO O| Aug 13 21:39:23.613 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-08-13T21:39:25.114Z[ recovery-image] Aug 13 21:39:23.623 INFO O| Aug 13 21:39:23.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
52832024-08-13T21:39:25.114Z[ recovery-image] Aug 13 21:39:23.623 INFO O| Aug 13 21:39:23.623 INFO STEP 477 (remove_files) COMPLETE
52842024-08-13T21:39:25.116Z[ recovery-image] Aug 13 21:39:23.623 INFO O| Aug 13 21:39:23.623 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-08-13T21:39:25.125Z[ recovery-image] Aug 13 21:39:23.634 INFO O| Aug 13 21:39:23.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
52862024-08-13T21:39:25.125Z[ recovery-image] Aug 13 21:39:23.634 INFO O| Aug 13 21:39:23.634 INFO STEP 478 (remove_files) COMPLETE
52872024-08-13T21:39:25.127Z[ recovery-image] Aug 13 21:39:23.634 INFO O| Aug 13 21:39:23.634 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-08-13T21:39:25.135Z[ recovery-image] Aug 13 21:39:23.644 INFO O| Aug 13 21:39:23.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
52892024-08-13T21:39:25.135Z[ recovery-image] Aug 13 21:39:23.644 INFO O| Aug 13 21:39:23.644 INFO STEP 479 (remove_files) COMPLETE
52902024-08-13T21:39:25.137Z[ recovery-image] Aug 13 21:39:23.644 INFO O| Aug 13 21:39:23.644 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-08-13T21:39:25.144Z[ recovery-image] Aug 13 21:39:23.654 INFO O| Aug 13 21:39:23.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
52922024-08-13T21:39:25.147Z[ recovery-image] Aug 13 21:39:23.654 INFO O| Aug 13 21:39:23.654 INFO STEP 480 (remove_files) COMPLETE
52932024-08-13T21:39:25.147Z[ recovery-image] Aug 13 21:39:23.654 INFO O| Aug 13 21:39:23.654 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-08-13T21:39:25.154Z[ recovery-image] Aug 13 21:39:23.664 INFO O| Aug 13 21:39:23.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
52952024-08-13T21:39:25.157Z[ recovery-image] Aug 13 21:39:23.664 INFO O| Aug 13 21:39:23.664 INFO STEP 481 (remove_files) COMPLETE
52962024-08-13T21:39:25.157Z[ recovery-image] Aug 13 21:39:23.664 INFO O| Aug 13 21:39:23.664 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-08-13T21:39:25.164Z[ recovery-image] Aug 13 21:39:23.673 INFO O| Aug 13 21:39:23.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
52982024-08-13T21:39:25.167Z[ recovery-image] Aug 13 21:39:23.673 INFO O| Aug 13 21:39:23.673 INFO STEP 482 (remove_files) COMPLETE
52992024-08-13T21:39:25.167Z[ recovery-image] Aug 13 21:39:23.674 INFO O| Aug 13 21:39:23.673 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-08-13T21:39:25.174Z[ recovery-image] Aug 13 21:39:23.683 INFO O| Aug 13 21:39:23.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53012024-08-13T21:39:25.177Z[ recovery-image] Aug 13 21:39:23.683 INFO O| Aug 13 21:39:23.683 INFO STEP 483 (remove_files) COMPLETE
53022024-08-13T21:39:25.177Z[ recovery-image] Aug 13 21:39:23.683 INFO O| Aug 13 21:39:23.683 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-08-13T21:39:25.184Z[ recovery-image] Aug 13 21:39:23.693 INFO O| Aug 13 21:39:23.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53042024-08-13T21:39:25.184Z[ recovery-image] Aug 13 21:39:23.693 INFO O| Aug 13 21:39:23.693 INFO STEP 484 (remove_files) COMPLETE
53052024-08-13T21:39:25.186Z[ recovery-image] Aug 13 21:39:23.693 INFO O| Aug 13 21:39:23.693 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-08-13T21:39:25.194Z[ recovery-image] Aug 13 21:39:23.703 INFO O| Aug 13 21:39:23.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53072024-08-13T21:39:25.195Z[ recovery-image] Aug 13 21:39:23.703 INFO O| Aug 13 21:39:23.703 INFO STEP 485 (remove_files) COMPLETE
53082024-08-13T21:39:25.197Z[ recovery-image] Aug 13 21:39:23.703 INFO O| Aug 13 21:39:23.703 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-08-13T21:39:25.205Z[ recovery-image] Aug 13 21:39:23.714 INFO O| Aug 13 21:39:23.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53102024-08-13T21:39:25.205Z[ recovery-image] Aug 13 21:39:23.714 INFO O| Aug 13 21:39:23.714 INFO STEP 486 (remove_files) COMPLETE
53112024-08-13T21:39:25.207Z[ recovery-image] Aug 13 21:39:23.714 INFO O| Aug 13 21:39:23.714 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-08-13T21:39:25.215Z[ recovery-image] Aug 13 21:39:23.724 INFO O| Aug 13 21:39:23.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53132024-08-13T21:39:25.215Z[ recovery-image] Aug 13 21:39:23.724 INFO O| Aug 13 21:39:23.724 INFO STEP 487 (remove_files) COMPLETE
53142024-08-13T21:39:25.217Z[ recovery-image] Aug 13 21:39:23.724 INFO O| Aug 13 21:39:23.724 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-08-13T21:39:25.226Z[ recovery-image] Aug 13 21:39:23.734 INFO O| Aug 13 21:39:23.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53162024-08-13T21:39:25.228Z[ recovery-image] Aug 13 21:39:23.734 INFO O| Aug 13 21:39:23.734 INFO STEP 488 (remove_files) COMPLETE
53172024-08-13T21:39:25.228Z[ recovery-image] Aug 13 21:39:23.734 INFO O| Aug 13 21:39:23.734 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-08-13T21:39:25.234Z[ recovery-image] Aug 13 21:39:23.743 INFO O| Aug 13 21:39:23.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53192024-08-13T21:39:25.237Z[ recovery-image] Aug 13 21:39:23.744 INFO O| Aug 13 21:39:23.744 INFO STEP 489 (remove_files) COMPLETE
53202024-08-13T21:39:25.237Z[ recovery-image] Aug 13 21:39:23.744 INFO O| Aug 13 21:39:23.744 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-08-13T21:39:25.244Z[ recovery-image] Aug 13 21:39:23.753 INFO O| Aug 13 21:39:23.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53222024-08-13T21:39:25.244Z[ recovery-image] Aug 13 21:39:23.753 INFO O| Aug 13 21:39:23.753 INFO STEP 490 (remove_files) COMPLETE
53232024-08-13T21:39:25.246Z[ recovery-image] Aug 13 21:39:23.753 INFO O| Aug 13 21:39:23.753 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-08-13T21:39:25.254Z[ recovery-image] Aug 13 21:39:23.763 INFO O| Aug 13 21:39:23.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53252024-08-13T21:39:25.254Z[ recovery-image] Aug 13 21:39:23.763 INFO O| Aug 13 21:39:23.763 INFO STEP 491 (remove_files) COMPLETE
53262024-08-13T21:39:25.256Z[ recovery-image] Aug 13 21:39:23.763 INFO O| Aug 13 21:39:23.763 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-08-13T21:39:25.263Z[ recovery-image] Aug 13 21:39:23.772 INFO O| Aug 13 21:39:23.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53282024-08-13T21:39:25.266Z[ recovery-image] Aug 13 21:39:23.773 INFO O| Aug 13 21:39:23.773 INFO STEP 492 (remove_files) COMPLETE
53292024-08-13T21:39:25.266Z[ recovery-image] Aug 13 21:39:23.773 INFO O| Aug 13 21:39:23.773 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-08-13T21:39:25.273Z[ recovery-image] Aug 13 21:39:23.782 INFO O| Aug 13 21:39:23.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53312024-08-13T21:39:25.276Z[ recovery-image] Aug 13 21:39:23.782 INFO O| Aug 13 21:39:23.782 INFO STEP 493 (remove_files) COMPLETE
53322024-08-13T21:39:25.276Z[ recovery-image] Aug 13 21:39:23.782 INFO O| Aug 13 21:39:23.782 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-08-13T21:39:25.283Z[ recovery-image] Aug 13 21:39:23.792 INFO O| Aug 13 21:39:23.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53342024-08-13T21:39:25.283Z[ recovery-image] Aug 13 21:39:23.792 INFO O| Aug 13 21:39:23.792 INFO STEP 494 (remove_files) COMPLETE
53352024-08-13T21:39:25.286Z[ recovery-image] Aug 13 21:39:23.792 INFO O| Aug 13 21:39:23.792 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-08-13T21:39:25.293Z[ recovery-image] Aug 13 21:39:23.802 INFO O| Aug 13 21:39:23.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53372024-08-13T21:39:25.293Z[ recovery-image] Aug 13 21:39:23.802 INFO O| Aug 13 21:39:23.802 INFO STEP 495 (remove_files) COMPLETE
53382024-08-13T21:39:25.295Z[ recovery-image] Aug 13 21:39:23.802 INFO O| Aug 13 21:39:23.802 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-08-13T21:39:25.303Z[ recovery-image] Aug 13 21:39:23.812 INFO O| Aug 13 21:39:23.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53402024-08-13T21:39:25.303Z[ recovery-image] Aug 13 21:39:23.812 INFO O| Aug 13 21:39:23.812 INFO STEP 496 (remove_files) COMPLETE
53412024-08-13T21:39:25.303Z[ recovery-image] Aug 13 21:39:23.812 INFO O| Aug 13 21:39:23.812 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-08-13T21:39:25.313Z[ recovery-image] Aug 13 21:39:23.822 INFO O| Aug 13 21:39:23.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53432024-08-13T21:39:25.313Z[ recovery-image] Aug 13 21:39:23.822 INFO O| Aug 13 21:39:23.822 INFO STEP 497 (remove_files) COMPLETE
53442024-08-13T21:39:25.315Z[ recovery-image] Aug 13 21:39:23.822 INFO O| Aug 13 21:39:23.822 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-08-13T21:39:25.322Z[ recovery-image] Aug 13 21:39:23.831 INFO O| Aug 13 21:39:23.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53462024-08-13T21:39:25.322Z[ recovery-image] Aug 13 21:39:23.832 INFO O| Aug 13 21:39:23.831 INFO STEP 498 (remove_files) COMPLETE
53472024-08-13T21:39:25.325Z[ recovery-image] Aug 13 21:39:23.832 INFO O| Aug 13 21:39:23.832 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-08-13T21:39:25.333Z[ recovery-image] Aug 13 21:39:23.842 INFO O| Aug 13 21:39:23.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53492024-08-13T21:39:25.335Z[ recovery-image] Aug 13 21:39:23.842 INFO O| Aug 13 21:39:23.842 INFO STEP 499 (remove_files) COMPLETE
53502024-08-13T21:39:25.335Z[ recovery-image] Aug 13 21:39:23.842 INFO O| Aug 13 21:39:23.842 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-08-13T21:39:25.343Z[ recovery-image] Aug 13 21:39:23.852 INFO O| Aug 13 21:39:23.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53522024-08-13T21:39:25.343Z[ recovery-image] Aug 13 21:39:23.852 INFO O| Aug 13 21:39:23.852 INFO STEP 500 (remove_files) COMPLETE
53532024-08-13T21:39:25.346Z[ recovery-image] Aug 13 21:39:23.852 INFO O| Aug 13 21:39:23.852 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-08-13T21:39:25.353Z[ recovery-image] Aug 13 21:39:23.862 INFO O| Aug 13 21:39:23.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53552024-08-13T21:39:25.353Z[ recovery-image] Aug 13 21:39:23.863 INFO O| Aug 13 21:39:23.862 INFO STEP 501 (remove_files) COMPLETE
53562024-08-13T21:39:25.354Z[ recovery-image] Aug 13 21:39:23.863 INFO O| Aug 13 21:39:23.863 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-08-13T21:39:25.364Z[ recovery-image] Aug 13 21:39:23.873 INFO O| Aug 13 21:39:23.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
53582024-08-13T21:39:25.364Z[ recovery-image] Aug 13 21:39:23.873 INFO O| Aug 13 21:39:23.873 INFO STEP 502 (remove_files) COMPLETE
53592024-08-13T21:39:25.364Z[ recovery-image] Aug 13 21:39:23.873 INFO O| Aug 13 21:39:23.873 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-08-13T21:39:25.374Z[ recovery-image] Aug 13 21:39:23.883 INFO O| Aug 13 21:39:23.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
53612024-08-13T21:39:25.374Z[ recovery-image] Aug 13 21:39:23.883 INFO O| Aug 13 21:39:23.883 INFO STEP 503 (remove_files) COMPLETE
53622024-08-13T21:39:25.376Z[ recovery-image] Aug 13 21:39:23.883 INFO O| Aug 13 21:39:23.883 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-08-13T21:39:25.384Z[ recovery-image] Aug 13 21:39:23.893 INFO O| Aug 13 21:39:23.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
53642024-08-13T21:39:25.387Z[ recovery-image] Aug 13 21:39:23.893 INFO O| Aug 13 21:39:23.893 INFO STEP 504 (remove_files) COMPLETE
53652024-08-13T21:39:25.387Z[ recovery-image] Aug 13 21:39:23.893 INFO O| Aug 13 21:39:23.893 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-08-13T21:39:25.395Z[ recovery-image] Aug 13 21:39:23.904 INFO O| Aug 13 21:39:23.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
53672024-08-13T21:39:25.395Z[ recovery-image] Aug 13 21:39:23.904 INFO O| Aug 13 21:39:23.904 INFO STEP 505 (remove_files) COMPLETE
53682024-08-13T21:39:25.395Z[ recovery-image] Aug 13 21:39:23.904 INFO O| Aug 13 21:39:23.904 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-08-13T21:39:25.406Z[ recovery-image] Aug 13 21:39:23.914 INFO O| Aug 13 21:39:23.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
53702024-08-13T21:39:25.408Z[ recovery-image] Aug 13 21:39:23.914 INFO O| Aug 13 21:39:23.914 INFO STEP 506 (remove_files) COMPLETE
53712024-08-13T21:39:25.408Z[ recovery-image] Aug 13 21:39:23.914 INFO O| Aug 13 21:39:23.914 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-08-13T21:39:25.415Z[ recovery-image] Aug 13 21:39:23.924 INFO O| Aug 13 21:39:23.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
53732024-08-13T21:39:25.415Z[ recovery-image] Aug 13 21:39:23.924 INFO O| Aug 13 21:39:23.924 INFO STEP 507 (remove_files) COMPLETE
53742024-08-13T21:39:25.417Z[ recovery-image] Aug 13 21:39:23.924 INFO O| Aug 13 21:39:23.924 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-08-13T21:39:25.425Z[ recovery-image] Aug 13 21:39:23.934 INFO O| Aug 13 21:39:23.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
53762024-08-13T21:39:25.428Z[ recovery-image] Aug 13 21:39:23.934 INFO O| Aug 13 21:39:23.934 INFO STEP 508 (remove_files) COMPLETE
53772024-08-13T21:39:25.428Z[ recovery-image] Aug 13 21:39:23.934 INFO O| Aug 13 21:39:23.934 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-08-13T21:39:25.435Z[ recovery-image] Aug 13 21:39:23.944 INFO O| Aug 13 21:39:23.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
53792024-08-13T21:39:25.435Z[ recovery-image] Aug 13 21:39:23.944 INFO O| Aug 13 21:39:23.944 INFO STEP 509 (remove_files) COMPLETE
53802024-08-13T21:39:25.435Z[ recovery-image] Aug 13 21:39:23.944 INFO O| Aug 13 21:39:23.944 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-08-13T21:39:25.445Z[ recovery-image] Aug 13 21:39:23.954 INFO O| Aug 13 21:39:23.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
53822024-08-13T21:39:25.445Z[ recovery-image] Aug 13 21:39:23.954 INFO O| Aug 13 21:39:23.954 INFO STEP 510 (remove_files) COMPLETE
53832024-08-13T21:39:25.447Z[ recovery-image] Aug 13 21:39:23.954 INFO O| Aug 13 21:39:23.954 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-08-13T21:39:25.455Z[ recovery-image] Aug 13 21:39:23.964 INFO O| Aug 13 21:39:23.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
53852024-08-13T21:39:25.457Z[ recovery-image] Aug 13 21:39:23.964 INFO O| Aug 13 21:39:23.964 INFO STEP 511 (remove_files) COMPLETE
53862024-08-13T21:39:25.457Z[ recovery-image] Aug 13 21:39:23.964 INFO O| Aug 13 21:39:23.964 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-08-13T21:39:25.465Z[ recovery-image] Aug 13 21:39:23.974 INFO O| Aug 13 21:39:23.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
53882024-08-13T21:39:25.465Z[ recovery-image] Aug 13 21:39:23.974 INFO O| Aug 13 21:39:23.974 INFO STEP 512 (remove_files) COMPLETE
53892024-08-13T21:39:25.467Z[ recovery-image] Aug 13 21:39:23.974 INFO O| Aug 13 21:39:23.974 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-08-13T21:39:25.475Z[ recovery-image] Aug 13 21:39:23.984 INFO O| Aug 13 21:39:23.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
53912024-08-13T21:39:25.477Z[ recovery-image] Aug 13 21:39:23.984 INFO O| Aug 13 21:39:23.984 INFO STEP 513 (remove_files) COMPLETE
53922024-08-13T21:39:25.478Z[ recovery-image] Aug 13 21:39:23.984 INFO O| Aug 13 21:39:23.984 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-08-13T21:39:25.485Z[ recovery-image] Aug 13 21:39:23.994 INFO O| Aug 13 21:39:23.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
53942024-08-13T21:39:25.487Z[ recovery-image] Aug 13 21:39:23.994 INFO O| Aug 13 21:39:23.994 INFO STEP 514 (remove_files) COMPLETE
53952024-08-13T21:39:25.487Z[ recovery-image] Aug 13 21:39:23.994 INFO O| Aug 13 21:39:23.994 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-08-13T21:39:25.495Z[ recovery-image] Aug 13 21:39:24.004 INFO O| Aug 13 21:39:24.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
53972024-08-13T21:39:25.495Z[ recovery-image] Aug 13 21:39:24.004 INFO O| Aug 13 21:39:24.004 INFO STEP 515 (remove_files) COMPLETE
53982024-08-13T21:39:25.495Z[ recovery-image] Aug 13 21:39:24.004 INFO O| Aug 13 21:39:24.004 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-08-13T21:39:25.506Z[ recovery-image] Aug 13 21:39:24.015 INFO O| Aug 13 21:39:24.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54002024-08-13T21:39:25.509Z[ recovery-image] Aug 13 21:39:24.015 INFO O| Aug 13 21:39:24.015 INFO STEP 516 (remove_files) COMPLETE
54012024-08-13T21:39:25.509Z[ recovery-image] Aug 13 21:39:24.015 INFO O| Aug 13 21:39:24.015 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-08-13T21:39:25.516Z[ recovery-image] Aug 13 21:39:24.025 INFO O| Aug 13 21:39:24.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54032024-08-13T21:39:25.516Z[ recovery-image] Aug 13 21:39:24.025 INFO O| Aug 13 21:39:24.025 INFO STEP 517 (remove_files) COMPLETE
54042024-08-13T21:39:25.519Z[ recovery-image] Aug 13 21:39:24.025 INFO O| Aug 13 21:39:24.025 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-08-13T21:39:25.526Z[ recovery-image] Aug 13 21:39:24.035 INFO O| Aug 13 21:39:24.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54062024-08-13T21:39:25.526Z[ recovery-image] Aug 13 21:39:24.035 INFO O| Aug 13 21:39:24.035 INFO STEP 518 (remove_files) COMPLETE
54072024-08-13T21:39:25.529Z[ recovery-image] Aug 13 21:39:24.035 INFO O| Aug 13 21:39:24.035 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-08-13T21:39:25.536Z[ recovery-image] Aug 13 21:39:24.045 INFO O| Aug 13 21:39:24.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54092024-08-13T21:39:25.536Z[ recovery-image] Aug 13 21:39:24.045 INFO O| Aug 13 21:39:24.045 INFO STEP 519 (remove_files) COMPLETE
54102024-08-13T21:39:25.539Z[ recovery-image] Aug 13 21:39:24.045 INFO O| Aug 13 21:39:24.045 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-08-13T21:39:25.547Z[ recovery-image] Aug 13 21:39:24.056 INFO O| Aug 13 21:39:24.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54122024-08-13T21:39:25.549Z[ recovery-image] Aug 13 21:39:24.056 INFO O| Aug 13 21:39:24.056 INFO STEP 520 (remove_files) COMPLETE
54132024-08-13T21:39:25.549Z[ recovery-image] Aug 13 21:39:24.056 INFO O| Aug 13 21:39:24.056 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-08-13T21:39:25.558Z[ recovery-image] Aug 13 21:39:24.065 INFO O| Aug 13 21:39:24.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54152024-08-13T21:39:25.560Z[ recovery-image] Aug 13 21:39:24.066 INFO O| Aug 13 21:39:24.065 INFO STEP 521 (remove_files) COMPLETE
54162024-08-13T21:39:25.560Z[ recovery-image] Aug 13 21:39:24.066 INFO O| Aug 13 21:39:24.066 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-08-13T21:39:25.566Z[ recovery-image] Aug 13 21:39:24.075 INFO O| Aug 13 21:39:24.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54182024-08-13T21:39:25.571Z[ recovery-image] Aug 13 21:39:24.076 INFO O| Aug 13 21:39:24.076 INFO STEP 522 (remove_files) COMPLETE
54192024-08-13T21:39:25.571Z[ recovery-image] Aug 13 21:39:24.076 INFO O| Aug 13 21:39:24.076 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-08-13T21:39:25.577Z[ recovery-image] Aug 13 21:39:24.086 INFO O| Aug 13 21:39:24.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54212024-08-13T21:39:25.577Z[ recovery-image] Aug 13 21:39:24.086 INFO O| Aug 13 21:39:24.086 INFO STEP 523 (remove_files) COMPLETE
54222024-08-13T21:39:25.582Z[ recovery-image] Aug 13 21:39:24.086 INFO O| Aug 13 21:39:24.086 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-08-13T21:39:25.587Z[ recovery-image] Aug 13 21:39:24.096 INFO O| Aug 13 21:39:24.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54242024-08-13T21:39:25.587Z[ recovery-image] Aug 13 21:39:24.096 INFO O| Aug 13 21:39:24.096 INFO STEP 524 (remove_files) COMPLETE
54252024-08-13T21:39:25.589Z[ recovery-image] Aug 13 21:39:24.096 INFO O| Aug 13 21:39:24.096 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-08-13T21:39:25.597Z[ recovery-image] Aug 13 21:39:24.106 INFO O| Aug 13 21:39:24.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54272024-08-13T21:39:25.597Z[ recovery-image] Aug 13 21:39:24.106 INFO O| Aug 13 21:39:24.106 INFO STEP 525 (remove_files) COMPLETE
54282024-08-13T21:39:25.597Z[ recovery-image] Aug 13 21:39:24.106 INFO O| Aug 13 21:39:24.106 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-08-13T21:39:25.607Z[ recovery-image] Aug 13 21:39:24.116 INFO O| Aug 13 21:39:24.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54302024-08-13T21:39:25.607Z[ recovery-image] Aug 13 21:39:24.116 INFO O| Aug 13 21:39:24.116 INFO STEP 526 (remove_files) COMPLETE
54312024-08-13T21:39:25.609Z[ recovery-image] Aug 13 21:39:24.116 INFO O| Aug 13 21:39:24.116 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-08-13T21:39:25.617Z[ recovery-image] Aug 13 21:39:24.126 INFO O| Aug 13 21:39:24.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54332024-08-13T21:39:25.620Z[ recovery-image] Aug 13 21:39:24.126 INFO O| Aug 13 21:39:24.126 INFO STEP 527 (remove_files) COMPLETE
54342024-08-13T21:39:25.620Z[ recovery-image] Aug 13 21:39:24.126 INFO O| Aug 13 21:39:24.126 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-08-13T21:39:25.627Z[ recovery-image] Aug 13 21:39:24.136 INFO O| Aug 13 21:39:24.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54362024-08-13T21:39:25.627Z[ recovery-image] Aug 13 21:39:24.136 INFO O| Aug 13 21:39:24.136 INFO STEP 528 (remove_files) COMPLETE
54372024-08-13T21:39:25.627Z[ recovery-image] Aug 13 21:39:24.136 INFO O| Aug 13 21:39:24.136 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-08-13T21:39:25.637Z[ recovery-image] Aug 13 21:39:24.146 INFO O| Aug 13 21:39:24.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54392024-08-13T21:39:25.640Z[ recovery-image] Aug 13 21:39:24.146 INFO O| Aug 13 21:39:24.146 INFO STEP 529 (remove_files) COMPLETE
54402024-08-13T21:39:25.640Z[ recovery-image] Aug 13 21:39:24.146 INFO O| Aug 13 21:39:24.146 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-08-13T21:39:25.647Z[ recovery-image] Aug 13 21:39:24.156 INFO O| Aug 13 21:39:24.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54422024-08-13T21:39:25.647Z[ recovery-image] Aug 13 21:39:24.156 INFO O| Aug 13 21:39:24.156 INFO STEP 530 (remove_files) COMPLETE
54432024-08-13T21:39:25.650Z[ recovery-image] Aug 13 21:39:24.156 INFO O| Aug 13 21:39:24.156 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-08-13T21:39:25.657Z[ recovery-image] Aug 13 21:39:24.166 INFO O| Aug 13 21:39:24.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54452024-08-13T21:39:25.660Z[ recovery-image] Aug 13 21:39:24.166 INFO O| Aug 13 21:39:24.166 INFO STEP 531 (remove_files) COMPLETE
54462024-08-13T21:39:25.660Z[ recovery-image] Aug 13 21:39:24.166 INFO O| Aug 13 21:39:24.166 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-08-13T21:39:25.667Z[ recovery-image] Aug 13 21:39:24.176 INFO O| Aug 13 21:39:24.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54482024-08-13T21:39:25.667Z[ recovery-image] Aug 13 21:39:24.176 INFO O| Aug 13 21:39:24.176 INFO STEP 532 (remove_files) COMPLETE
54492024-08-13T21:39:25.670Z[ recovery-image] Aug 13 21:39:24.176 INFO O| Aug 13 21:39:24.176 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-08-13T21:39:25.677Z[ recovery-image] Aug 13 21:39:24.186 INFO O| Aug 13 21:39:24.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54512024-08-13T21:39:25.677Z[ recovery-image] Aug 13 21:39:24.186 INFO O| Aug 13 21:39:24.186 INFO STEP 533 (remove_files) COMPLETE
54522024-08-13T21:39:25.679Z[ recovery-image] Aug 13 21:39:24.186 INFO O| Aug 13 21:39:24.186 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-08-13T21:39:25.686Z[ recovery-image] Aug 13 21:39:24.195 INFO O| Aug 13 21:39:24.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54542024-08-13T21:39:25.689Z[ recovery-image] Aug 13 21:39:24.195 INFO O| Aug 13 21:39:24.195 INFO STEP 534 (remove_files) COMPLETE
54552024-08-13T21:39:25.689Z[ recovery-image] Aug 13 21:39:24.195 INFO O| Aug 13 21:39:24.195 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-08-13T21:39:25.696Z[ recovery-image] Aug 13 21:39:24.205 INFO O| Aug 13 21:39:24.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54572024-08-13T21:39:25.698Z[ recovery-image] Aug 13 21:39:24.205 INFO O| Aug 13 21:39:24.205 INFO STEP 535 (remove_files) COMPLETE
54582024-08-13T21:39:25.698Z[ recovery-image] Aug 13 21:39:24.205 INFO O| Aug 13 21:39:24.205 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-08-13T21:39:25.706Z[ recovery-image] Aug 13 21:39:24.215 INFO O| Aug 13 21:39:24.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54602024-08-13T21:39:25.706Z[ recovery-image] Aug 13 21:39:24.215 INFO O| Aug 13 21:39:24.215 INFO STEP 536 (remove_files) COMPLETE
54612024-08-13T21:39:25.708Z[ recovery-image] Aug 13 21:39:24.215 INFO O| Aug 13 21:39:24.215 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-08-13T21:39:25.716Z[ recovery-image] Aug 13 21:39:24.225 INFO O| Aug 13 21:39:24.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
54632024-08-13T21:39:25.718Z[ recovery-image] Aug 13 21:39:24.225 INFO O| Aug 13 21:39:24.225 INFO STEP 537 (remove_files) COMPLETE
54642024-08-13T21:39:25.718Z[ recovery-image] Aug 13 21:39:24.225 INFO O| Aug 13 21:39:24.225 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-08-13T21:39:25.726Z[ recovery-image] Aug 13 21:39:24.235 INFO O| Aug 13 21:39:24.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
54662024-08-13T21:39:25.729Z[ recovery-image] Aug 13 21:39:24.235 INFO O| Aug 13 21:39:24.235 INFO STEP 538 (remove_files) COMPLETE
54672024-08-13T21:39:25.729Z[ recovery-image] Aug 13 21:39:24.235 INFO O| Aug 13 21:39:24.235 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-08-13T21:39:25.736Z[ recovery-image] Aug 13 21:39:24.245 INFO O| Aug 13 21:39:24.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
54692024-08-13T21:39:25.736Z[ recovery-image] Aug 13 21:39:24.245 INFO O| Aug 13 21:39:24.245 INFO STEP 539 (remove_files) COMPLETE
54702024-08-13T21:39:25.736Z[ recovery-image] Aug 13 21:39:24.245 INFO O| Aug 13 21:39:24.245 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-08-13T21:39:25.746Z[ recovery-image] Aug 13 21:39:24.255 INFO O| Aug 13 21:39:24.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
54722024-08-13T21:39:25.748Z[ recovery-image] Aug 13 21:39:24.255 INFO O| Aug 13 21:39:24.255 INFO STEP 540 (remove_files) COMPLETE
54732024-08-13T21:39:25.748Z[ recovery-image] Aug 13 21:39:24.255 INFO O| Aug 13 21:39:24.255 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-08-13T21:39:25.756Z[ recovery-image] Aug 13 21:39:24.265 INFO O| Aug 13 21:39:24.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
54752024-08-13T21:39:25.756Z[ recovery-image] Aug 13 21:39:24.265 INFO O| Aug 13 21:39:24.265 INFO STEP 541 (remove_files) COMPLETE
54762024-08-13T21:39:25.756Z[ recovery-image] Aug 13 21:39:24.265 INFO O| Aug 13 21:39:24.265 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-08-13T21:39:25.765Z[ recovery-image] Aug 13 21:39:24.274 INFO O| Aug 13 21:39:24.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
54782024-08-13T21:39:25.765Z[ recovery-image] Aug 13 21:39:24.274 INFO O| Aug 13 21:39:24.274 INFO STEP 542 (remove_files) COMPLETE
54792024-08-13T21:39:25.768Z[ recovery-image] Aug 13 21:39:24.274 INFO O| Aug 13 21:39:24.274 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-08-13T21:39:25.776Z[ recovery-image] Aug 13 21:39:24.284 INFO O| Aug 13 21:39:24.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
54812024-08-13T21:39:25.779Z[ recovery-image] Aug 13 21:39:24.285 INFO O| Aug 13 21:39:24.285 INFO STEP 543 (remove_files) COMPLETE
54822024-08-13T21:39:25.779Z[ recovery-image] Aug 13 21:39:24.285 INFO O| Aug 13 21:39:24.285 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-08-13T21:39:25.786Z[ recovery-image] Aug 13 21:39:24.294 INFO O| Aug 13 21:39:24.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
54842024-08-13T21:39:25.786Z[ recovery-image] Aug 13 21:39:24.294 INFO O| Aug 13 21:39:24.294 INFO STEP 544 (remove_files) COMPLETE
54852024-08-13T21:39:25.788Z[ recovery-image] Aug 13 21:39:24.294 INFO O| Aug 13 21:39:24.294 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-08-13T21:39:25.795Z[ recovery-image] Aug 13 21:39:24.304 INFO O| Aug 13 21:39:24.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
54872024-08-13T21:39:25.798Z[ recovery-image] Aug 13 21:39:24.304 INFO O| Aug 13 21:39:24.304 INFO STEP 545 (remove_files) COMPLETE
54882024-08-13T21:39:25.798Z[ recovery-image] Aug 13 21:39:24.304 INFO O| Aug 13 21:39:24.304 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-08-13T21:39:25.805Z[ recovery-image] Aug 13 21:39:24.314 INFO O| Aug 13 21:39:24.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
54902024-08-13T21:39:25.805Z[ recovery-image] Aug 13 21:39:24.314 INFO O| Aug 13 21:39:24.314 INFO STEP 546 (remove_files) COMPLETE
54912024-08-13T21:39:25.807Z[ recovery-image] Aug 13 21:39:24.314 INFO O| Aug 13 21:39:24.314 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-08-13T21:39:25.815Z[ recovery-image] Aug 13 21:39:24.324 INFO O| Aug 13 21:39:24.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
54932024-08-13T21:39:25.817Z[ recovery-image] Aug 13 21:39:24.324 INFO O| Aug 13 21:39:24.324 INFO STEP 547 (remove_files) COMPLETE
54942024-08-13T21:39:25.817Z[ recovery-image] Aug 13 21:39:24.324 INFO O| Aug 13 21:39:24.324 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-08-13T21:39:25.826Z[ recovery-image] Aug 13 21:39:24.334 INFO O| Aug 13 21:39:24.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
54962024-08-13T21:39:25.829Z[ recovery-image] Aug 13 21:39:24.334 INFO O| Aug 13 21:39:24.334 INFO STEP 548 (remove_files) COMPLETE
54972024-08-13T21:39:25.829Z[ recovery-image] Aug 13 21:39:24.334 INFO O| Aug 13 21:39:24.334 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-08-13T21:39:25.834Z[ recovery-image] Aug 13 21:39:24.343 INFO O| Aug 13 21:39:24.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
54992024-08-13T21:39:25.837Z[ recovery-image] Aug 13 21:39:24.343 INFO O| Aug 13 21:39:24.343 INFO STEP 549 (remove_files) COMPLETE
55002024-08-13T21:39:25.837Z[ recovery-image] Aug 13 21:39:24.343 INFO O| Aug 13 21:39:24.343 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-08-13T21:39:25.845Z[ recovery-image] Aug 13 21:39:24.354 INFO O| Aug 13 21:39:24.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55022024-08-13T21:39:25.847Z[ recovery-image] Aug 13 21:39:24.354 INFO O| Aug 13 21:39:24.354 INFO STEP 550 (remove_files) COMPLETE
55032024-08-13T21:39:25.847Z[ recovery-image] Aug 13 21:39:24.354 INFO O| Aug 13 21:39:24.354 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-08-13T21:39:25.855Z[ recovery-image] Aug 13 21:39:24.364 INFO O| Aug 13 21:39:24.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55052024-08-13T21:39:25.855Z[ recovery-image] Aug 13 21:39:24.364 INFO O| Aug 13 21:39:24.364 INFO STEP 551 (remove_files) COMPLETE
55062024-08-13T21:39:25.855Z[ recovery-image] Aug 13 21:39:24.364 INFO O| Aug 13 21:39:24.364 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-08-13T21:39:25.864Z[ recovery-image] Aug 13 21:39:24.374 INFO O| Aug 13 21:39:24.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55082024-08-13T21:39:25.867Z[ recovery-image] Aug 13 21:39:24.374 INFO O| Aug 13 21:39:24.374 INFO STEP 552 (remove_files) COMPLETE
55092024-08-13T21:39:25.867Z[ recovery-image] Aug 13 21:39:24.374 INFO O| Aug 13 21:39:24.374 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-08-13T21:39:25.874Z[ recovery-image] Aug 13 21:39:24.383 INFO O| Aug 13 21:39:24.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55112024-08-13T21:39:25.874Z[ recovery-image] Aug 13 21:39:24.383 INFO O| Aug 13 21:39:24.383 INFO STEP 553 (remove_files) COMPLETE
55122024-08-13T21:39:25.874Z[ recovery-image] Aug 13 21:39:24.383 INFO O| Aug 13 21:39:24.383 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-08-13T21:39:25.884Z[ recovery-image] Aug 13 21:39:24.393 INFO O| Aug 13 21:39:24.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55142024-08-13T21:39:25.884Z[ recovery-image] Aug 13 21:39:24.393 INFO O| Aug 13 21:39:24.393 INFO STEP 554 (remove_files) COMPLETE
55152024-08-13T21:39:25.884Z[ recovery-image] Aug 13 21:39:24.393 INFO O| Aug 13 21:39:24.393 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-08-13T21:39:25.895Z[ recovery-image] Aug 13 21:39:24.404 INFO O| Aug 13 21:39:24.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55172024-08-13T21:39:25.897Z[ recovery-image] Aug 13 21:39:24.404 INFO O| Aug 13 21:39:24.404 INFO STEP 555 (remove_files) COMPLETE
55182024-08-13T21:39:25.897Z[ recovery-image] Aug 13 21:39:24.404 INFO O| Aug 13 21:39:24.404 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-08-13T21:39:25.905Z[ recovery-image] Aug 13 21:39:24.414 INFO O| Aug 13 21:39:24.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55202024-08-13T21:39:25.905Z[ recovery-image] Aug 13 21:39:24.414 INFO O| Aug 13 21:39:24.414 INFO STEP 556 (remove_files) COMPLETE
55212024-08-13T21:39:25.907Z[ recovery-image] Aug 13 21:39:24.414 INFO O| Aug 13 21:39:24.414 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-08-13T21:39:25.916Z[ recovery-image] Aug 13 21:39:24.425 INFO O| Aug 13 21:39:24.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55232024-08-13T21:39:25.916Z[ recovery-image] Aug 13 21:39:24.425 INFO O| Aug 13 21:39:24.425 INFO STEP 557 (remove_files) COMPLETE
55242024-08-13T21:39:25.916Z[ recovery-image] Aug 13 21:39:24.425 INFO O| Aug 13 21:39:24.425 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-08-13T21:39:25.926Z[ recovery-image] Aug 13 21:39:24.435 INFO O| Aug 13 21:39:24.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55262024-08-13T21:39:25.929Z[ recovery-image] Aug 13 21:39:24.435 INFO O| Aug 13 21:39:24.435 INFO STEP 558 (remove_files) COMPLETE
55272024-08-13T21:39:25.929Z[ recovery-image] Aug 13 21:39:24.435 INFO O| Aug 13 21:39:24.435 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-08-13T21:39:25.937Z[ recovery-image] Aug 13 21:39:24.445 INFO O| Aug 13 21:39:24.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55292024-08-13T21:39:25.937Z[ recovery-image] Aug 13 21:39:24.445 INFO O| Aug 13 21:39:24.445 INFO STEP 559 (remove_files) COMPLETE
55302024-08-13T21:39:25.937Z[ recovery-image] Aug 13 21:39:24.445 INFO O| Aug 13 21:39:24.445 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-08-13T21:39:25.946Z[ recovery-image] Aug 13 21:39:24.455 INFO O| Aug 13 21:39:24.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55322024-08-13T21:39:25.946Z[ recovery-image] Aug 13 21:39:24.455 INFO O| Aug 13 21:39:24.455 INFO STEP 560 (remove_files) COMPLETE
55332024-08-13T21:39:25.949Z[ recovery-image] Aug 13 21:39:24.455 INFO O| Aug 13 21:39:24.455 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-08-13T21:39:25.957Z[ recovery-image] Aug 13 21:39:24.466 INFO O| Aug 13 21:39:24.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55352024-08-13T21:39:25.959Z[ recovery-image] Aug 13 21:39:24.466 INFO O| Aug 13 21:39:24.466 INFO STEP 561 (remove_files) COMPLETE
55362024-08-13T21:39:25.959Z[ recovery-image] Aug 13 21:39:24.466 INFO O| Aug 13 21:39:24.466 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-08-13T21:39:25.968Z[ recovery-image] Aug 13 21:39:24.477 INFO O| Aug 13 21:39:24.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55382024-08-13T21:39:25.972Z[ recovery-image] Aug 13 21:39:24.477 INFO O| Aug 13 21:39:24.477 INFO STEP 562 (remove_files) COMPLETE
55392024-08-13T21:39:25.972Z[ recovery-image] Aug 13 21:39:24.477 INFO O| Aug 13 21:39:24.477 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-08-13T21:39:25.978Z[ recovery-image] Aug 13 21:39:24.487 INFO O| Aug 13 21:39:24.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55412024-08-13T21:39:25.981Z[ recovery-image] Aug 13 21:39:24.487 INFO O| Aug 13 21:39:24.487 INFO STEP 563 (remove_files) COMPLETE
55422024-08-13T21:39:25.981Z[ recovery-image] Aug 13 21:39:24.487 INFO O| Aug 13 21:39:24.487 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-08-13T21:39:25.989Z[ recovery-image] Aug 13 21:39:24.498 INFO O| Aug 13 21:39:24.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55442024-08-13T21:39:25.989Z[ recovery-image] Aug 13 21:39:24.498 INFO O| Aug 13 21:39:24.498 INFO STEP 564 (remove_files) COMPLETE
55452024-08-13T21:39:25.991Z[ recovery-image] Aug 13 21:39:24.498 INFO O| Aug 13 21:39:24.498 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-08-13T21:39:26.000Z[ recovery-image] Aug 13 21:39:24.508 INFO O| Aug 13 21:39:24.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55472024-08-13T21:39:26.000Z[ recovery-image] Aug 13 21:39:24.509 INFO O| Aug 13 21:39:24.509 INFO STEP 565 (remove_files) COMPLETE
55482024-08-13T21:39:26.000Z[ recovery-image] Aug 13 21:39:24.509 INFO O| Aug 13 21:39:24.509 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-08-13T21:39:26.010Z[ recovery-image] Aug 13 21:39:24.518 INFO O| Aug 13 21:39:24.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55502024-08-13T21:39:26.010Z[ recovery-image] Aug 13 21:39:24.519 INFO O| Aug 13 21:39:24.518 INFO STEP 566 (remove_files) COMPLETE
55512024-08-13T21:39:26.010Z[ recovery-image] Aug 13 21:39:24.519 INFO O| Aug 13 21:39:24.518 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-08-13T21:39:26.020Z[ recovery-image] Aug 13 21:39:24.529 INFO O| Aug 13 21:39:24.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55532024-08-13T21:39:26.020Z[ recovery-image] Aug 13 21:39:24.529 INFO O| Aug 13 21:39:24.529 INFO STEP 567 (remove_files) COMPLETE
55542024-08-13T21:39:26.022Z[ recovery-image] Aug 13 21:39:24.529 INFO O| Aug 13 21:39:24.529 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-08-13T21:39:26.030Z[ recovery-image] Aug 13 21:39:24.539 INFO O| Aug 13 21:39:24.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55562024-08-13T21:39:26.033Z[ recovery-image] Aug 13 21:39:24.539 INFO O| Aug 13 21:39:24.539 INFO STEP 568 (remove_files) COMPLETE
55572024-08-13T21:39:26.033Z[ recovery-image] Aug 13 21:39:24.539 INFO O| Aug 13 21:39:24.539 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-08-13T21:39:26.042Z[ recovery-image] Aug 13 21:39:24.551 INFO O| Aug 13 21:39:24.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55592024-08-13T21:39:26.044Z[ recovery-image] Aug 13 21:39:24.551 INFO O| Aug 13 21:39:24.551 INFO STEP 569 (remove_files) COMPLETE
55602024-08-13T21:39:26.044Z[ recovery-image] Aug 13 21:39:24.551 INFO O| Aug 13 21:39:24.551 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-08-13T21:39:26.052Z[ recovery-image] Aug 13 21:39:24.561 INFO O| Aug 13 21:39:24.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
55622024-08-13T21:39:26.054Z[ recovery-image] Aug 13 21:39:24.561 INFO O| Aug 13 21:39:24.561 INFO STEP 570 (remove_files) COMPLETE
55632024-08-13T21:39:26.054Z[ recovery-image] Aug 13 21:39:24.561 INFO O| Aug 13 21:39:24.561 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-08-13T21:39:26.062Z[ recovery-image] Aug 13 21:39:24.571 INFO O| Aug 13 21:39:24.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
55652024-08-13T21:39:26.062Z[ recovery-image] Aug 13 21:39:24.571 INFO O| Aug 13 21:39:24.571 INFO STEP 571 (remove_files) COMPLETE
55662024-08-13T21:39:26.062Z[ recovery-image] Aug 13 21:39:24.571 INFO O| Aug 13 21:39:24.571 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-08-13T21:39:26.072Z[ recovery-image] Aug 13 21:39:24.581 INFO O| Aug 13 21:39:24.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
55682024-08-13T21:39:26.072Z[ recovery-image] Aug 13 21:39:24.581 INFO O| Aug 13 21:39:24.581 INFO STEP 572 (remove_files) COMPLETE
55692024-08-13T21:39:26.074Z[ recovery-image] Aug 13 21:39:24.581 INFO O| Aug 13 21:39:24.581 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-08-13T21:39:26.082Z[ recovery-image] Aug 13 21:39:24.591 INFO O| Aug 13 21:39:24.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
55712024-08-13T21:39:26.085Z[ recovery-image] Aug 13 21:39:24.591 INFO O| Aug 13 21:39:24.591 INFO STEP 573 (remove_files) COMPLETE
55722024-08-13T21:39:26.085Z[ recovery-image] Aug 13 21:39:24.591 INFO O| Aug 13 21:39:24.591 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-08-13T21:39:26.092Z[ recovery-image] Aug 13 21:39:24.601 INFO O| Aug 13 21:39:24.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
55742024-08-13T21:39:26.095Z[ recovery-image] Aug 13 21:39:24.601 INFO O| Aug 13 21:39:24.601 INFO STEP 574 (remove_files) COMPLETE
55752024-08-13T21:39:26.095Z[ recovery-image] Aug 13 21:39:24.601 INFO O| Aug 13 21:39:24.601 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-08-13T21:39:26.104Z[ recovery-image] Aug 13 21:39:24.612 INFO O| Aug 13 21:39:24.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
55772024-08-13T21:39:26.104Z[ recovery-image] Aug 13 21:39:24.612 INFO O| Aug 13 21:39:24.612 INFO STEP 575 (remove_files) COMPLETE
55782024-08-13T21:39:26.107Z[ recovery-image] Aug 13 21:39:24.612 INFO O| Aug 13 21:39:24.612 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-08-13T21:39:26.113Z[ recovery-image] Aug 13 21:39:24.621 INFO O| Aug 13 21:39:24.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
55802024-08-13T21:39:26.113Z[ recovery-image] Aug 13 21:39:24.622 INFO O| Aug 13 21:39:24.621 INFO STEP 576 (remove_files) COMPLETE
55812024-08-13T21:39:26.113Z[ recovery-image] Aug 13 21:39:24.622 INFO O| Aug 13 21:39:24.621 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-08-13T21:39:26.122Z[ recovery-image] Aug 13 21:39:24.631 INFO O| Aug 13 21:39:24.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
55832024-08-13T21:39:26.122Z[ recovery-image] Aug 13 21:39:24.631 INFO O| Aug 13 21:39:24.631 INFO STEP 577 (remove_files) COMPLETE
55842024-08-13T21:39:26.122Z[ recovery-image] Aug 13 21:39:24.631 INFO O| Aug 13 21:39:24.631 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-08-13T21:39:26.131Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 27s
55862024-08-13T21:39:26.134Z[ recovery-image] Aug 13 21:39:24.641 INFO O| Aug 13 21:39:24.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
55872024-08-13T21:39:26.134Z[ recovery-image] Aug 13 21:39:24.641 INFO O| Aug 13 21:39:24.641 INFO STEP 578 (remove_files) COMPLETE
55882024-08-13T21:39:26.134Z[ recovery-image] Aug 13 21:39:24.641 INFO O| Aug 13 21:39:24.641 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-08-13T21:39:26.142Z[ recovery-image] Aug 13 21:39:24.651 INFO O| Aug 13 21:39:24.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
55902024-08-13T21:39:26.144Z[ recovery-image] Aug 13 21:39:24.651 INFO O| Aug 13 21:39:24.651 INFO STEP 579 (remove_files) COMPLETE
55912024-08-13T21:39:26.144Z[ recovery-image] Aug 13 21:39:24.651 INFO O| Aug 13 21:39:24.651 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-08-13T21:39:26.152Z[ recovery-image] Aug 13 21:39:24.661 INFO O| Aug 13 21:39:24.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
55932024-08-13T21:39:26.152Z[ recovery-image] Aug 13 21:39:24.661 INFO O| Aug 13 21:39:24.661 INFO STEP 580 (remove_files) COMPLETE
55942024-08-13T21:39:26.152Z[ recovery-image] Aug 13 21:39:24.661 INFO O| Aug 13 21:39:24.661 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-08-13T21:39:26.164Z[ recovery-image] Aug 13 21:39:24.673 INFO O| Aug 13 21:39:24.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
55962024-08-13T21:39:26.164Z[ recovery-image] Aug 13 21:39:24.673 INFO O| Aug 13 21:39:24.673 INFO STEP 581 (remove_files) COMPLETE
55972024-08-13T21:39:26.167Z[ recovery-image] Aug 13 21:39:24.673 INFO O| Aug 13 21:39:24.673 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-08-13T21:39:26.176Z[ recovery-image] Aug 13 21:39:24.685 INFO O| Aug 13 21:39:24.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
55992024-08-13T21:39:26.176Z[ recovery-image] Aug 13 21:39:24.685 INFO O| Aug 13 21:39:24.685 INFO STEP 582 (remove_files) COMPLETE
56002024-08-13T21:39:26.178Z[ recovery-image] Aug 13 21:39:24.685 INFO O| Aug 13 21:39:24.685 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-08-13T21:39:26.188Z[ recovery-image] Aug 13 21:39:24.697 INFO O| Aug 13 21:39:24.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56022024-08-13T21:39:26.191Z[ recovery-image] Aug 13 21:39:24.697 INFO O| Aug 13 21:39:24.697 INFO STEP 583 (remove_files) COMPLETE
56032024-08-13T21:39:26.191Z[ recovery-image] Aug 13 21:39:24.697 INFO O| Aug 13 21:39:24.697 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-08-13T21:39:26.200Z[ recovery-image] Aug 13 21:39:24.709 INFO O| Aug 13 21:39:24.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56052024-08-13T21:39:26.200Z[ recovery-image] Aug 13 21:39:24.709 INFO O| Aug 13 21:39:24.709 INFO STEP 584 (remove_files) COMPLETE
56062024-08-13T21:39:26.202Z[ recovery-image] Aug 13 21:39:24.709 INFO O| Aug 13 21:39:24.709 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-08-13T21:39:26.210Z[ recovery-image] Aug 13 21:39:24.719 INFO O| Aug 13 21:39:24.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56082024-08-13T21:39:26.210Z[ recovery-image] Aug 13 21:39:24.719 INFO O| Aug 13 21:39:24.719 INFO STEP 585 (remove_files) COMPLETE
56092024-08-13T21:39:26.212Z[ recovery-image] Aug 13 21:39:24.719 INFO O| Aug 13 21:39:24.719 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-08-13T21:39:26.220Z[ recovery-image] Aug 13 21:39:24.729 INFO O| Aug 13 21:39:24.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56112024-08-13T21:39:26.220Z[ recovery-image] Aug 13 21:39:24.729 INFO O| Aug 13 21:39:24.729 INFO STEP 586 (remove_files) COMPLETE
56122024-08-13T21:39:26.222Z[ recovery-image] Aug 13 21:39:24.729 INFO O| Aug 13 21:39:24.729 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-08-13T21:39:26.231Z[ recovery-image] Aug 13 21:39:24.739 INFO O| Aug 13 21:39:24.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56142024-08-13T21:39:26.231Z[ recovery-image] Aug 13 21:39:24.739 INFO O| Aug 13 21:39:24.739 INFO STEP 587 (remove_files) COMPLETE
56152024-08-13T21:39:26.231Z[ recovery-image] Aug 13 21:39:24.739 INFO O| Aug 13 21:39:24.739 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-08-13T21:39:26.241Z[ recovery-image] Aug 13 21:39:24.750 INFO O| Aug 13 21:39:24.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56172024-08-13T21:39:26.241Z[ recovery-image] Aug 13 21:39:24.750 INFO O| Aug 13 21:39:24.750 INFO STEP 588 (remove_files) COMPLETE
56182024-08-13T21:39:26.244Z[ recovery-image] Aug 13 21:39:24.750 INFO O| Aug 13 21:39:24.750 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-08-13T21:39:26.252Z[ recovery-image] Aug 13 21:39:24.761 INFO O| Aug 13 21:39:24.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56202024-08-13T21:39:26.252Z[ recovery-image] Aug 13 21:39:24.761 INFO O| Aug 13 21:39:24.761 INFO STEP 589 (remove_files) COMPLETE
56212024-08-13T21:39:26.252Z[ recovery-image] Aug 13 21:39:24.761 INFO O| Aug 13 21:39:24.761 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-08-13T21:39:26.263Z[ recovery-image] Aug 13 21:39:24.772 INFO O| Aug 13 21:39:24.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56232024-08-13T21:39:26.263Z[ recovery-image] Aug 13 21:39:24.772 INFO O| Aug 13 21:39:24.772 INFO STEP 590 (remove_files) COMPLETE
56242024-08-13T21:39:26.263Z[ recovery-image] Aug 13 21:39:24.772 INFO O| Aug 13 21:39:24.772 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-08-13T21:39:26.273Z[ recovery-image] Aug 13 21:39:24.782 INFO O| Aug 13 21:39:24.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56262024-08-13T21:39:26.278Z[ recovery-image] Aug 13 21:39:24.783 INFO O| Aug 13 21:39:24.783 INFO STEP 591 (remove_files) COMPLETE
56272024-08-13T21:39:26.278Z[ recovery-image] Aug 13 21:39:24.783 INFO O| Aug 13 21:39:24.783 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-08-13T21:39:26.284Z[ recovery-image] Aug 13 21:39:24.793 INFO O| Aug 13 21:39:24.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56292024-08-13T21:39:26.286Z[ recovery-image] Aug 13 21:39:24.793 INFO O| Aug 13 21:39:24.793 INFO STEP 592 (remove_files) COMPLETE
56302024-08-13T21:39:26.287Z[ recovery-image] Aug 13 21:39:24.793 INFO O| Aug 13 21:39:24.793 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-08-13T21:39:26.295Z[ recovery-image] Aug 13 21:39:24.804 INFO O| Aug 13 21:39:24.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56322024-08-13T21:39:26.295Z[ recovery-image] Aug 13 21:39:24.804 INFO O| Aug 13 21:39:24.804 INFO STEP 593 (remove_files) COMPLETE
56332024-08-13T21:39:26.295Z[ recovery-image] Aug 13 21:39:24.804 INFO O| Aug 13 21:39:24.804 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-08-13T21:39:26.307Z[ recovery-image] Aug 13 21:39:24.816 INFO O| Aug 13 21:39:24.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56352024-08-13T21:39:26.310Z[ recovery-image] Aug 13 21:39:24.817 INFO O| Aug 13 21:39:24.816 INFO STEP 594 (remove_files) COMPLETE
56362024-08-13T21:39:26.310Z[ recovery-image] Aug 13 21:39:24.817 INFO O| Aug 13 21:39:24.816 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-08-13T21:39:26.319Z[ recovery-image] Aug 13 21:39:24.828 INFO O| Aug 13 21:39:24.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56382024-08-13T21:39:26.322Z[ recovery-image] Aug 13 21:39:24.828 INFO O| Aug 13 21:39:24.828 INFO STEP 595 (remove_files) COMPLETE
56392024-08-13T21:39:26.322Z[ recovery-image] Aug 13 21:39:24.828 INFO O| Aug 13 21:39:24.828 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-08-13T21:39:26.330Z[ recovery-image] Aug 13 21:39:24.839 INFO O| Aug 13 21:39:24.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56412024-08-13T21:39:26.332Z[ recovery-image] Aug 13 21:39:24.839 INFO O| Aug 13 21:39:24.839 INFO STEP 596 (remove_files) COMPLETE
56422024-08-13T21:39:26.332Z[ recovery-image] Aug 13 21:39:24.839 INFO O| Aug 13 21:39:24.839 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-08-13T21:39:26.341Z[ recovery-image] Aug 13 21:39:24.850 INFO O| Aug 13 21:39:24.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56442024-08-13T21:39:26.343Z[ recovery-image] Aug 13 21:39:24.850 INFO O| Aug 13 21:39:24.850 INFO STEP 597 (remove_files) COMPLETE
56452024-08-13T21:39:26.343Z[ recovery-image] Aug 13 21:39:24.850 INFO O| Aug 13 21:39:24.850 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-08-13T21:39:26.352Z[ recovery-image] Aug 13 21:39:24.860 INFO O| Aug 13 21:39:24.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56472024-08-13T21:39:26.354Z[ recovery-image] Aug 13 21:39:24.861 INFO O| Aug 13 21:39:24.861 INFO STEP 598 (remove_files) COMPLETE
56482024-08-13T21:39:26.354Z[ recovery-image] Aug 13 21:39:24.861 INFO O| Aug 13 21:39:24.861 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-08-13T21:39:26.362Z[ recovery-image] Aug 13 21:39:24.871 INFO O| Aug 13 21:39:24.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56502024-08-13T21:39:26.362Z[ recovery-image] Aug 13 21:39:24.871 INFO O| Aug 13 21:39:24.871 INFO STEP 599 (remove_files) COMPLETE
56512024-08-13T21:39:26.364Z[ recovery-image] Aug 13 21:39:24.871 INFO O| Aug 13 21:39:24.871 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-08-13T21:39:26.372Z[ recovery-image] Aug 13 21:39:24.881 INFO O| Aug 13 21:39:24.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56532024-08-13T21:39:26.372Z[ recovery-image] Aug 13 21:39:24.881 INFO O| Aug 13 21:39:24.881 INFO STEP 600 (remove_files) COMPLETE
56542024-08-13T21:39:26.374Z[ recovery-image] Aug 13 21:39:24.881 INFO O| Aug 13 21:39:24.881 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-08-13T21:39:26.382Z[ recovery-image] Aug 13 21:39:24.891 INFO O| Aug 13 21:39:24.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56562024-08-13T21:39:26.382Z[ recovery-image] Aug 13 21:39:24.891 INFO O| Aug 13 21:39:24.891 INFO STEP 601 (remove_files) COMPLETE
56572024-08-13T21:39:26.382Z[ recovery-image] Aug 13 21:39:24.891 INFO O| Aug 13 21:39:24.891 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-08-13T21:39:26.392Z[ recovery-image] Aug 13 21:39:24.901 INFO O| Aug 13 21:39:24.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56592024-08-13T21:39:26.395Z[ recovery-image] Aug 13 21:39:24.901 INFO O| Aug 13 21:39:24.901 INFO STEP 602 (remove_files) COMPLETE
56602024-08-13T21:39:26.395Z[ recovery-image] Aug 13 21:39:24.901 INFO O| Aug 13 21:39:24.901 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-08-13T21:39:26.402Z[ recovery-image] Aug 13 21:39:24.911 INFO O| Aug 13 21:39:24.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
56622024-08-13T21:39:26.405Z[ recovery-image] Aug 13 21:39:24.911 INFO O| Aug 13 21:39:24.911 INFO STEP 603 (remove_files) COMPLETE
56632024-08-13T21:39:26.405Z[ recovery-image] Aug 13 21:39:24.911 INFO O| Aug 13 21:39:24.911 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-08-13T21:39:26.412Z[ recovery-image] Aug 13 21:39:24.920 INFO O| Aug 13 21:39:24.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
56652024-08-13T21:39:26.414Z[ recovery-image] Aug 13 21:39:24.921 INFO O| Aug 13 21:39:24.920 INFO STEP 604 (remove_files) COMPLETE
56662024-08-13T21:39:26.414Z[ recovery-image] Aug 13 21:39:24.921 INFO O| Aug 13 21:39:24.921 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-08-13T21:39:26.414ZAug 13 21:39:24.922 INFO [verify-libraries] process exited with exit status: 0 (274.854908893s)
56682024-08-13T21:39:26.421Z[ recovery-image] Aug 13 21:39:24.930 INFO O| Aug 13 21:39:24.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
56692024-08-13T21:39:26.424Z[ recovery-image] Aug 13 21:39:24.930 INFO O| Aug 13 21:39:24.930 INFO STEP 605 (remove_files) COMPLETE
56702024-08-13T21:39:26.424Z[ recovery-image] Aug 13 21:39:24.930 INFO O| Aug 13 21:39:24.930 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-08-13T21:39:26.431Z[ recovery-image] Aug 13 21:39:24.940 INFO O| Aug 13 21:39:24.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
56722024-08-13T21:39:26.431Z[ recovery-image] Aug 13 21:39:24.940 INFO O| Aug 13 21:39:24.940 INFO STEP 606 (remove_files) COMPLETE
56732024-08-13T21:39:26.431Z[ recovery-image] Aug 13 21:39:24.940 INFO O| Aug 13 21:39:24.940 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-08-13T21:39:26.440Z[ recovery-image] Aug 13 21:39:24.949 INFO O| Aug 13 21:39:24.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
56752024-08-13T21:39:26.443Z[ recovery-image] Aug 13 21:39:24.949 INFO O| Aug 13 21:39:24.949 INFO STEP 607 (remove_files) COMPLETE
56762024-08-13T21:39:26.443Z[ recovery-image] Aug 13 21:39:24.949 INFO O| Aug 13 21:39:24.949 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-08-13T21:39:26.450Z[ recovery-image] Aug 13 21:39:24.959 INFO O| Aug 13 21:39:24.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
56782024-08-13T21:39:26.453Z[ recovery-image] Aug 13 21:39:24.959 INFO O| Aug 13 21:39:24.959 INFO STEP 608 (remove_files) COMPLETE
56792024-08-13T21:39:26.453Z[ recovery-image] Aug 13 21:39:24.959 INFO O| Aug 13 21:39:24.959 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-08-13T21:39:26.460Z[ recovery-image] Aug 13 21:39:24.968 INFO O| Aug 13 21:39:24.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
56812024-08-13T21:39:26.460Z[ recovery-image] Aug 13 21:39:24.968 INFO O| Aug 13 21:39:24.968 INFO STEP 609 (remove_files) COMPLETE
56822024-08-13T21:39:26.460Z[ recovery-image] Aug 13 21:39:24.968 INFO O| Aug 13 21:39:24.968 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-08-13T21:39:26.469Z[ recovery-image] Aug 13 21:39:24.978 INFO O| Aug 13 21:39:24.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
56842024-08-13T21:39:26.472Z[ recovery-image] Aug 13 21:39:24.978 INFO O| Aug 13 21:39:24.978 INFO STEP 610 (remove_files) COMPLETE
56852024-08-13T21:39:26.472Z[ recovery-image] Aug 13 21:39:24.978 INFO O| Aug 13 21:39:24.978 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-08-13T21:39:26.479Z[ recovery-image] Aug 13 21:39:24.987 INFO O| Aug 13 21:39:24.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
56872024-08-13T21:39:26.479Z[ recovery-image] Aug 13 21:39:24.987 INFO O| Aug 13 21:39:24.987 INFO STEP 611 (remove_files) COMPLETE
56882024-08-13T21:39:26.482Z[ recovery-image] Aug 13 21:39:24.987 INFO O| Aug 13 21:39:24.987 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-08-13T21:39:26.488Z[ recovery-image] Aug 13 21:39:24.997 INFO O| Aug 13 21:39:24.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
56902024-08-13T21:39:26.490Z[ recovery-image] Aug 13 21:39:24.997 INFO O| Aug 13 21:39:24.997 INFO STEP 612 (remove_files) COMPLETE
56912024-08-13T21:39:26.490Z[ recovery-image] Aug 13 21:39:24.997 INFO O| Aug 13 21:39:24.997 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-08-13T21:39:26.499Z[ recovery-image] Aug 13 21:39:25.007 INFO O| Aug 13 21:39:25.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
56932024-08-13T21:39:26.499Z[ recovery-image] Aug 13 21:39:25.007 INFO O| Aug 13 21:39:25.007 INFO STEP 613 (remove_files) COMPLETE
56942024-08-13T21:39:26.501Z[ recovery-image] Aug 13 21:39:25.007 INFO O| Aug 13 21:39:25.007 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-08-13T21:39:26.509Z[ recovery-image] Aug 13 21:39:25.017 INFO O| Aug 13 21:39:25.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
56962024-08-13T21:39:26.511Z[ recovery-image] Aug 13 21:39:25.018 INFO O| Aug 13 21:39:25.018 INFO STEP 614 (remove_files) COMPLETE
56972024-08-13T21:39:26.511Z[ recovery-image] Aug 13 21:39:25.018 INFO O| Aug 13 21:39:25.018 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-08-13T21:39:26.520Z[ recovery-image] Aug 13 21:39:25.028 INFO O| Aug 13 21:39:25.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
56992024-08-13T21:39:26.522Z[ recovery-image] Aug 13 21:39:25.029 INFO O| Aug 13 21:39:25.029 INFO STEP 615 (remove_files) COMPLETE
57002024-08-13T21:39:26.522Z[ recovery-image] Aug 13 21:39:25.029 INFO O| Aug 13 21:39:25.029 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-08-13T21:39:26.529Z[ recovery-image] Aug 13 21:39:25.038 INFO O| Aug 13 21:39:25.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57022024-08-13T21:39:26.530Z[ recovery-image] Aug 13 21:39:25.038 INFO O| Aug 13 21:39:25.038 INFO STEP 616 (remove_files) COMPLETE
57032024-08-13T21:39:26.530Z[ recovery-image] Aug 13 21:39:25.038 INFO O| Aug 13 21:39:25.038 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-08-13T21:39:26.539Z[ recovery-image] Aug 13 21:39:25.048 INFO O| Aug 13 21:39:25.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57052024-08-13T21:39:26.539Z[ recovery-image] Aug 13 21:39:25.048 INFO O| Aug 13 21:39:25.048 INFO STEP 617 (remove_files) COMPLETE
57062024-08-13T21:39:26.539Z[ recovery-image] Aug 13 21:39:25.048 INFO O| Aug 13 21:39:25.048 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-08-13T21:39:26.549Z[ recovery-image] Aug 13 21:39:25.058 INFO O| Aug 13 21:39:25.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57082024-08-13T21:39:26.551Z[ recovery-image] Aug 13 21:39:25.058 INFO O| Aug 13 21:39:25.058 INFO STEP 618 (remove_files) COMPLETE
57092024-08-13T21:39:26.551Z[ recovery-image] Aug 13 21:39:25.058 INFO O| Aug 13 21:39:25.058 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-08-13T21:39:26.559Z[ recovery-image] Aug 13 21:39:25.068 INFO O| Aug 13 21:39:25.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57112024-08-13T21:39:26.559Z[ recovery-image] Aug 13 21:39:25.068 INFO O| Aug 13 21:39:25.068 INFO STEP 619 (remove_files) COMPLETE
57122024-08-13T21:39:26.559Z[ recovery-image] Aug 13 21:39:25.068 INFO O| Aug 13 21:39:25.068 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-08-13T21:39:26.569Z[ recovery-image] Aug 13 21:39:25.078 INFO O| Aug 13 21:39:25.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57142024-08-13T21:39:26.577Z[ recovery-image] Aug 13 21:39:25.078 INFO O| Aug 13 21:39:25.078 INFO STEP 620 (remove_files) COMPLETE
57152024-08-13T21:39:26.577Z[ recovery-image] Aug 13 21:39:25.078 INFO O| Aug 13 21:39:25.078 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-08-13T21:39:26.580Z[ recovery-image] Aug 13 21:39:25.088 INFO O| Aug 13 21:39:25.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57172024-08-13T21:39:26.580Z[ recovery-image] Aug 13 21:39:25.088 INFO O| Aug 13 21:39:25.088 INFO STEP 621 (remove_files) COMPLETE
57182024-08-13T21:39:26.580Z[ recovery-image] Aug 13 21:39:25.088 INFO O| Aug 13 21:39:25.088 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-08-13T21:39:26.589Z[ recovery-image] Aug 13 21:39:25.098 INFO O| Aug 13 21:39:25.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57202024-08-13T21:39:26.589Z[ recovery-image] Aug 13 21:39:25.098 INFO O| Aug 13 21:39:25.098 INFO STEP 622 (remove_files) COMPLETE
57212024-08-13T21:39:26.589Z[ recovery-image] Aug 13 21:39:25.098 INFO O| Aug 13 21:39:25.098 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-08-13T21:39:26.599Z[ recovery-image] Aug 13 21:39:25.107 INFO O| Aug 13 21:39:25.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57232024-08-13T21:39:26.599Z[ recovery-image] Aug 13 21:39:25.107 INFO O| Aug 13 21:39:25.107 INFO STEP 623 (remove_files) COMPLETE
57242024-08-13T21:39:26.601Z[ recovery-image] Aug 13 21:39:25.107 INFO O| Aug 13 21:39:25.107 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-08-13T21:39:26.607Z[ recovery-image] Aug 13 21:39:25.116 INFO O| Aug 13 21:39:25.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57262024-08-13T21:39:26.607Z[ recovery-image] Aug 13 21:39:25.116 INFO O| Aug 13 21:39:25.116 INFO STEP 624 (remove_files) COMPLETE
57272024-08-13T21:39:26.607Z[ recovery-image] Aug 13 21:39:25.116 INFO O| Aug 13 21:39:25.116 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-08-13T21:39:26.617Z[ recovery-image] Aug 13 21:39:25.125 INFO O| Aug 13 21:39:25.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57292024-08-13T21:39:26.619Z[ recovery-image] Aug 13 21:39:25.126 INFO O| Aug 13 21:39:25.125 INFO STEP 625 (remove_files) COMPLETE
57302024-08-13T21:39:26.619Z[ recovery-image] Aug 13 21:39:25.126 INFO O| Aug 13 21:39:25.126 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-08-13T21:39:26.626Z[ recovery-image] Aug 13 21:39:25.135 INFO O| Aug 13 21:39:25.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57322024-08-13T21:39:26.626Z[ recovery-image] Aug 13 21:39:25.135 INFO O| Aug 13 21:39:25.135 INFO STEP 626 (remove_files) COMPLETE
57332024-08-13T21:39:26.628Z[ recovery-image] Aug 13 21:39:25.135 INFO O| Aug 13 21:39:25.135 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-08-13T21:39:26.635Z[ recovery-image] Aug 13 21:39:25.144 INFO O| Aug 13 21:39:25.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57352024-08-13T21:39:26.635Z[ recovery-image] Aug 13 21:39:25.144 INFO O| Aug 13 21:39:25.144 INFO STEP 627 (remove_files) COMPLETE
57362024-08-13T21:39:26.638Z[ recovery-image] Aug 13 21:39:25.144 INFO O| Aug 13 21:39:25.144 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-08-13T21:39:26.644Z[ recovery-image] Aug 13 21:39:25.153 INFO O| Aug 13 21:39:25.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57382024-08-13T21:39:26.647Z[ recovery-image] Aug 13 21:39:25.153 INFO O| Aug 13 21:39:25.153 INFO STEP 628 (remove_files) COMPLETE
57392024-08-13T21:39:26.647Z[ recovery-image] Aug 13 21:39:25.153 INFO O| Aug 13 21:39:25.153 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-08-13T21:39:26.654Z[ recovery-image] Aug 13 21:39:25.163 INFO O| Aug 13 21:39:25.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57412024-08-13T21:39:26.654Z[ recovery-image] Aug 13 21:39:25.163 INFO O| Aug 13 21:39:25.163 INFO STEP 629 (remove_files) COMPLETE
57422024-08-13T21:39:26.656Z[ recovery-image] Aug 13 21:39:25.163 INFO O| Aug 13 21:39:25.163 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-08-13T21:39:26.663Z[ recovery-image] Aug 13 21:39:25.172 INFO O| Aug 13 21:39:25.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57442024-08-13T21:39:26.663Z[ recovery-image] Aug 13 21:39:25.172 INFO O| Aug 13 21:39:25.172 INFO STEP 630 (remove_files) COMPLETE
57452024-08-13T21:39:26.666Z[ recovery-image] Aug 13 21:39:25.172 INFO O| Aug 13 21:39:25.172 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-08-13T21:39:26.672Z[ recovery-image] Aug 13 21:39:25.181 INFO O| Aug 13 21:39:25.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57472024-08-13T21:39:26.672Z[ recovery-image] Aug 13 21:39:25.181 INFO O| Aug 13 21:39:25.181 INFO STEP 631 (remove_files) COMPLETE
57482024-08-13T21:39:26.674Z[ recovery-image] Aug 13 21:39:25.181 INFO O| Aug 13 21:39:25.181 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-08-13T21:39:26.682Z[ recovery-image] Aug 13 21:39:25.190 INFO O| Aug 13 21:39:25.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57502024-08-13T21:39:26.682Z[ recovery-image] Aug 13 21:39:25.190 INFO O| Aug 13 21:39:25.190 INFO STEP 632 (remove_files) COMPLETE
57512024-08-13T21:39:26.682Z[ recovery-image] Aug 13 21:39:25.190 INFO O| Aug 13 21:39:25.190 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-08-13T21:39:26.691Z[ recovery-image] Aug 13 21:39:25.200 INFO O| Aug 13 21:39:25.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57532024-08-13T21:39:26.691Z[ recovery-image] Aug 13 21:39:25.200 INFO O| Aug 13 21:39:25.200 INFO STEP 633 (remove_files) COMPLETE
57542024-08-13T21:39:26.691Z[ recovery-image] Aug 13 21:39:25.200 INFO O| Aug 13 21:39:25.200 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-08-13T21:39:26.700Z[ recovery-image] Aug 13 21:39:25.209 INFO O| Aug 13 21:39:25.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57562024-08-13T21:39:26.700Z[ recovery-image] Aug 13 21:39:25.209 INFO O| Aug 13 21:39:25.209 INFO STEP 634 (remove_files) COMPLETE
57572024-08-13T21:39:26.700Z[ recovery-image] Aug 13 21:39:25.209 INFO O| Aug 13 21:39:25.209 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-08-13T21:39:26.710Z[ recovery-image] Aug 13 21:39:25.218 INFO O| Aug 13 21:39:25.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
57592024-08-13T21:39:26.710Z[ recovery-image] Aug 13 21:39:25.218 INFO O| Aug 13 21:39:25.218 INFO STEP 635 (remove_files) COMPLETE
57602024-08-13T21:39:26.710Z[ recovery-image] Aug 13 21:39:25.219 INFO O| Aug 13 21:39:25.218 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-08-13T21:39:26.719Z[ recovery-image] Aug 13 21:39:25.228 INFO O| Aug 13 21:39:25.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
57622024-08-13T21:39:26.719Z[ recovery-image] Aug 13 21:39:25.228 INFO O| Aug 13 21:39:25.228 INFO STEP 636 (remove_files) COMPLETE
57632024-08-13T21:39:26.719Z[ recovery-image] Aug 13 21:39:25.228 INFO O| Aug 13 21:39:25.228 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-08-13T21:39:26.728Z[ recovery-image] Aug 13 21:39:25.237 INFO O| Aug 13 21:39:25.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
57652024-08-13T21:39:26.731Z[ recovery-image] Aug 13 21:39:25.237 INFO O| Aug 13 21:39:25.237 INFO STEP 637 (remove_files) COMPLETE
57662024-08-13T21:39:26.731Z[ recovery-image] Aug 13 21:39:25.237 INFO O| Aug 13 21:39:25.237 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-08-13T21:39:26.738Z[ recovery-image] Aug 13 21:39:25.246 INFO O| Aug 13 21:39:25.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
57682024-08-13T21:39:26.741Z[ recovery-image] Aug 13 21:39:25.247 INFO O| Aug 13 21:39:25.247 INFO STEP 638 (remove_files) COMPLETE
57692024-08-13T21:39:26.741Z[ recovery-image] Aug 13 21:39:25.247 INFO O| Aug 13 21:39:25.247 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-08-13T21:39:26.747Z[ recovery-image] Aug 13 21:39:25.256 INFO O| Aug 13 21:39:25.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
57712024-08-13T21:39:26.750Z[ recovery-image] Aug 13 21:39:25.256 INFO O| Aug 13 21:39:25.256 INFO STEP 639 (remove_files) COMPLETE
57722024-08-13T21:39:26.750Z[ recovery-image] Aug 13 21:39:25.256 INFO O| Aug 13 21:39:25.256 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-08-13T21:39:26.757Z[ recovery-image] Aug 13 21:39:25.265 INFO O| Aug 13 21:39:25.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
57742024-08-13T21:39:26.757Z[ recovery-image] Aug 13 21:39:25.266 INFO O| Aug 13 21:39:25.265 INFO STEP 640 (remove_files) COMPLETE
57752024-08-13T21:39:26.760Z[ recovery-image] Aug 13 21:39:25.266 INFO O| Aug 13 21:39:25.266 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-08-13T21:39:26.766Z[ recovery-image] Aug 13 21:39:25.275 INFO O| Aug 13 21:39:25.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
57772024-08-13T21:39:26.768Z[ recovery-image] Aug 13 21:39:25.275 INFO O| Aug 13 21:39:25.275 INFO STEP 641 (remove_files) COMPLETE
57782024-08-13T21:39:26.768Z[ recovery-image] Aug 13 21:39:25.275 INFO O| Aug 13 21:39:25.275 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-08-13T21:39:26.776Z[ recovery-image] Aug 13 21:39:25.284 INFO O| Aug 13 21:39:25.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
57802024-08-13T21:39:26.776Z[ recovery-image] Aug 13 21:39:25.284 INFO O| Aug 13 21:39:25.284 INFO STEP 642 (remove_files) COMPLETE
57812024-08-13T21:39:26.776Z[ recovery-image] Aug 13 21:39:25.284 INFO O| Aug 13 21:39:25.284 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-08-13T21:39:26.785Z[ recovery-image] Aug 13 21:39:25.294 INFO O| Aug 13 21:39:25.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
57832024-08-13T21:39:26.785Z[ recovery-image] Aug 13 21:39:25.294 INFO O| Aug 13 21:39:25.294 INFO STEP 643 (remove_files) COMPLETE
57842024-08-13T21:39:26.787Z[ recovery-image] Aug 13 21:39:25.294 INFO O| Aug 13 21:39:25.294 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-08-13T21:39:26.794Z[ recovery-image] Aug 13 21:39:25.303 INFO O| Aug 13 21:39:25.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
57862024-08-13T21:39:26.794Z[ recovery-image] Aug 13 21:39:25.303 INFO O| Aug 13 21:39:25.303 INFO STEP 644 (remove_files) COMPLETE
57872024-08-13T21:39:26.797Z[ recovery-image] Aug 13 21:39:25.303 INFO O| Aug 13 21:39:25.303 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-08-13T21:39:26.803Z[ recovery-image] Aug 13 21:39:25.312 INFO O| Aug 13 21:39:25.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
57892024-08-13T21:39:26.803Z[ recovery-image] Aug 13 21:39:25.312 INFO O| Aug 13 21:39:25.312 INFO STEP 645 (remove_files) COMPLETE
57902024-08-13T21:39:26.806Z[ recovery-image] Aug 13 21:39:25.312 INFO O| Aug 13 21:39:25.312 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-08-13T21:39:26.813Z[ recovery-image] Aug 13 21:39:25.322 INFO O| Aug 13 21:39:25.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
57922024-08-13T21:39:26.813Z[ recovery-image] Aug 13 21:39:25.322 INFO O| Aug 13 21:39:25.322 INFO STEP 646 (remove_files) COMPLETE
57932024-08-13T21:39:26.815Z[ recovery-image] Aug 13 21:39:25.322 INFO O| Aug 13 21:39:25.322 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-08-13T21:39:27.825Z[ recovery-image] Aug 13 21:39:25.331 INFO O| Aug 13 21:39:25.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
57952024-08-13T21:39:27.825Z[ recovery-image] Aug 13 21:39:25.331 INFO O| Aug 13 21:39:25.331 INFO STEP 647 (remove_files) COMPLETE
57962024-08-13T21:39:27.825Z[ recovery-image] Aug 13 21:39:25.331 INFO O| Aug 13 21:39:25.331 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-08-13T21:39:27.829Z[ recovery-image] Aug 13 21:39:25.340 INFO O| Aug 13 21:39:25.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
57982024-08-13T21:39:27.829Z[ recovery-image] Aug 13 21:39:25.341 INFO O| Aug 13 21:39:25.340 INFO STEP 648 (remove_files) COMPLETE
57992024-08-13T21:39:27.829Z[ recovery-image] Aug 13 21:39:25.341 INFO O| Aug 13 21:39:25.341 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-08-13T21:39:27.829Z[ recovery-image] Aug 13 21:39:25.350 INFO O| Aug 13 21:39:25.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58012024-08-13T21:39:27.829Z[ recovery-image] Aug 13 21:39:25.350 INFO O| Aug 13 21:39:25.350 INFO STEP 649 (remove_files) COMPLETE
58022024-08-13T21:39:27.829Z[ recovery-image] Aug 13 21:39:25.350 INFO O| Aug 13 21:39:25.350 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-08-13T21:39:27.829Z[ recovery-image] Aug 13 21:39:25.359 INFO O| Aug 13 21:39:25.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58042024-08-13T21:39:27.829Z[ recovery-image] Aug 13 21:39:25.359 INFO O| Aug 13 21:39:25.359 INFO STEP 650 (remove_files) COMPLETE
58052024-08-13T21:39:27.829Z[ recovery-image] Aug 13 21:39:25.359 INFO O| Aug 13 21:39:25.359 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-08-13T21:39:27.829Z[ recovery-image] Aug 13 21:39:25.368 INFO O| Aug 13 21:39:25.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58072024-08-13T21:39:27.829Z[ recovery-image] Aug 13 21:39:25.368 INFO O| Aug 13 21:39:25.368 INFO STEP 651 (remove_files) COMPLETE
58082024-08-13T21:39:27.829Z[ recovery-image] Aug 13 21:39:25.368 INFO O| Aug 13 21:39:25.368 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-08-13T21:39:27.829Z[ recovery-image] Aug 13 21:39:25.377 INFO O| Aug 13 21:39:25.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58102024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.377 INFO O| Aug 13 21:39:25.377 INFO STEP 652 (remove_files) COMPLETE
58112024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.377 INFO O| Aug 13 21:39:25.377 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.387 INFO O| Aug 13 21:39:25.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58132024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.387 INFO O| Aug 13 21:39:25.387 INFO STEP 653 (remove_files) COMPLETE
58142024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.387 INFO O| Aug 13 21:39:25.387 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.396 INFO O| Aug 13 21:39:25.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58162024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.396 INFO O| Aug 13 21:39:25.396 INFO STEP 654 (remove_files) COMPLETE
58172024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.396 INFO O| Aug 13 21:39:25.396 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.406 INFO O| Aug 13 21:39:25.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58192024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.406 INFO O| Aug 13 21:39:25.406 INFO STEP 655 (remove_files) COMPLETE
58202024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.406 INFO O| Aug 13 21:39:25.406 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.416 INFO O| Aug 13 21:39:25.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58222024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.416 INFO O| Aug 13 21:39:25.416 INFO STEP 656 (remove_files) COMPLETE
58232024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.416 INFO O| Aug 13 21:39:25.416 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.425 INFO O| Aug 13 21:39:25.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58252024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.425 INFO O| Aug 13 21:39:25.425 INFO STEP 657 (remove_files) COMPLETE
58262024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.425 INFO O| Aug 13 21:39:25.425 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.434 INFO O| Aug 13 21:39:25.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58282024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.435 INFO O| Aug 13 21:39:25.435 INFO STEP 658 (remove_files) COMPLETE
58292024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.435 INFO O| Aug 13 21:39:25.435 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.444 INFO O| Aug 13 21:39:25.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58312024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.444 INFO O| Aug 13 21:39:25.444 INFO STEP 659 (remove_files) COMPLETE
58322024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.444 INFO O| Aug 13 21:39:25.444 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.453 INFO O| Aug 13 21:39:25.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58342024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.453 INFO O| Aug 13 21:39:25.453 INFO STEP 660 (remove_files) COMPLETE
58352024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.453 INFO O| Aug 13 21:39:25.453 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.462 INFO O| Aug 13 21:39:25.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58372024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.463 INFO O| Aug 13 21:39:25.462 INFO STEP 661 (remove_files) COMPLETE
58382024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.463 INFO O| Aug 13 21:39:25.463 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.472 INFO O| Aug 13 21:39:25.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58402024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.472 INFO O| Aug 13 21:39:25.472 INFO STEP 662 (remove_files) COMPLETE
58412024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.472 INFO O| Aug 13 21:39:25.472 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.481 INFO O| Aug 13 21:39:25.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58432024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.481 INFO O| Aug 13 21:39:25.481 INFO STEP 663 (remove_files) COMPLETE
58442024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.481 INFO O| Aug 13 21:39:25.481 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.491 INFO O| Aug 13 21:39:25.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58462024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.491 INFO O| Aug 13 21:39:25.491 INFO STEP 664 (remove_files) COMPLETE
58472024-08-13T21:39:27.830Z[ recovery-image] Aug 13 21:39:25.491 INFO O| Aug 13 21:39:25.491 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.500 INFO O| Aug 13 21:39:25.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58492024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.501 INFO O| Aug 13 21:39:25.500 INFO STEP 665 (remove_files) COMPLETE
58502024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.501 INFO O| Aug 13 21:39:25.500 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.510 INFO O| Aug 13 21:39:25.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58522024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.510 INFO O| Aug 13 21:39:25.510 INFO STEP 666 (remove_files) COMPLETE
58532024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.510 INFO O| Aug 13 21:39:25.510 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.519 INFO O| Aug 13 21:39:25.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58552024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.519 INFO O| Aug 13 21:39:25.519 INFO STEP 667 (remove_files) COMPLETE
58562024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.519 INFO O| Aug 13 21:39:25.519 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.529 INFO O| Aug 13 21:39:25.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
58582024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.529 INFO O| Aug 13 21:39:25.529 INFO STEP 668 (remove_files) COMPLETE
58592024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.529 INFO O| Aug 13 21:39:25.529 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.538 INFO O| Aug 13 21:39:25.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
58612024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.538 INFO O| Aug 13 21:39:25.538 INFO STEP 669 (remove_files) COMPLETE
58622024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.538 INFO O| Aug 13 21:39:25.538 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.547 INFO O| Aug 13 21:39:25.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
58642024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.547 INFO O| Aug 13 21:39:25.547 INFO STEP 670 (remove_files) COMPLETE
58652024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.547 INFO O| Aug 13 21:39:25.547 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.557 INFO O| Aug 13 21:39:25.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
58672024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.557 INFO O| Aug 13 21:39:25.557 INFO STEP 671 (remove_files) COMPLETE
58682024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.557 INFO O| Aug 13 21:39:25.557 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.566 INFO O| Aug 13 21:39:25.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
58702024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.566 INFO O| Aug 13 21:39:25.566 INFO STEP 672 (remove_files) COMPLETE
58712024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.566 INFO O| Aug 13 21:39:25.566 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.575 INFO O| Aug 13 21:39:25.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
58732024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.575 INFO O| Aug 13 21:39:25.575 INFO STEP 673 (remove_files) COMPLETE
58742024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.575 INFO O| Aug 13 21:39:25.575 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.584 INFO O| Aug 13 21:39:25.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
58762024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.585 INFO O| Aug 13 21:39:25.584 INFO STEP 674 (remove_files) COMPLETE
58772024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.585 INFO O| Aug 13 21:39:25.585 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.594 INFO O| Aug 13 21:39:25.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
58792024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.594 INFO O| Aug 13 21:39:25.594 INFO STEP 675 (remove_files) COMPLETE
58802024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.594 INFO O| Aug 13 21:39:25.594 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.603 INFO O| Aug 13 21:39:25.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
58822024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.603 INFO O| Aug 13 21:39:25.603 INFO STEP 676 (remove_files) COMPLETE
58832024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.603 INFO O| Aug 13 21:39:25.603 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.612 INFO O| Aug 13 21:39:25.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
58852024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.612 INFO O| Aug 13 21:39:25.612 INFO STEP 677 (remove_files) COMPLETE
58862024-08-13T21:39:27.831Z[ recovery-image] Aug 13 21:39:25.612 INFO O| Aug 13 21:39:25.612 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-08-13T21:39:27.832Z[ recovery-image] Aug 13 21:39:25.622 INFO O| Aug 13 21:39:25.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
58882024-08-13T21:39:27.832Z[ recovery-image] Aug 13 21:39:25.622 INFO O| Aug 13 21:39:25.622 INFO STEP 678 (remove_files) COMPLETE
58892024-08-13T21:39:27.832Z[ recovery-image] Aug 13 21:39:25.622 INFO O| Aug 13 21:39:25.622 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-08-13T21:39:27.832Z[ recovery-image] Aug 13 21:39:25.631 INFO O| Aug 13 21:39:25.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
58912024-08-13T21:39:27.832Z[ recovery-image] Aug 13 21:39:25.631 INFO O| Aug 13 21:39:25.631 INFO STEP 679 (remove_files) COMPLETE
58922024-08-13T21:39:27.832Z[ recovery-image] Aug 13 21:39:25.631 INFO O| Aug 13 21:39:25.631 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-08-13T21:39:27.832Z[ recovery-image] Aug 13 21:39:25.640 INFO O| Aug 13 21:39:25.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
58942024-08-13T21:39:27.832Z[ recovery-image] Aug 13 21:39:25.640 INFO O| Aug 13 21:39:25.640 INFO STEP 680 (remove_files) COMPLETE
58952024-08-13T21:39:27.832Z[ recovery-image] Aug 13 21:39:25.640 INFO O| Aug 13 21:39:25.640 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-08-13T21:39:27.832Z[ recovery-image] Aug 13 21:39:25.650 INFO O| Aug 13 21:39:25.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
58972024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.650 INFO O| Aug 13 21:39:25.650 INFO STEP 681 (remove_files) COMPLETE
58982024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.650 INFO O| Aug 13 21:39:25.650 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.659 INFO O| Aug 13 21:39:25.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59002024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.659 INFO O| Aug 13 21:39:25.659 INFO STEP 682 (remove_files) COMPLETE
59012024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.659 INFO O| Aug 13 21:39:25.659 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.668 INFO O| Aug 13 21:39:25.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59032024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.668 INFO O| Aug 13 21:39:25.668 INFO STEP 683 (remove_files) COMPLETE
59042024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.668 INFO O| Aug 13 21:39:25.668 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.677 INFO O| Aug 13 21:39:25.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59062024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.677 INFO O| Aug 13 21:39:25.677 INFO STEP 684 (remove_files) COMPLETE
59072024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.677 INFO O| Aug 13 21:39:25.677 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.686 INFO O| Aug 13 21:39:25.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59092024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.687 INFO O| Aug 13 21:39:25.687 INFO STEP 685 (remove_files) COMPLETE
59102024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.687 INFO O| Aug 13 21:39:25.687 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.696 INFO O| Aug 13 21:39:25.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59122024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.696 INFO O| Aug 13 21:39:25.696 INFO STEP 686 (remove_files) COMPLETE
59132024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.696 INFO O| Aug 13 21:39:25.696 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.705 INFO O| Aug 13 21:39:25.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59152024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.705 INFO O| Aug 13 21:39:25.705 INFO STEP 687 (remove_files) COMPLETE
59162024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.705 INFO O| Aug 13 21:39:25.705 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.715 INFO O| Aug 13 21:39:25.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59182024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.715 INFO O| Aug 13 21:39:25.715 INFO STEP 688 (remove_files) COMPLETE
59192024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.715 INFO O| Aug 13 21:39:25.715 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.724 INFO O| Aug 13 21:39:25.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59212024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.724 INFO O| Aug 13 21:39:25.724 INFO STEP 689 (remove_files) COMPLETE
59222024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.724 INFO O| Aug 13 21:39:25.724 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.733 INFO O| Aug 13 21:39:25.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59242024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.733 INFO O| Aug 13 21:39:25.733 INFO STEP 690 (remove_files) COMPLETE
59252024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.733 INFO O| Aug 13 21:39:25.733 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.742 INFO O| Aug 13 21:39:25.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59272024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.742 INFO O| Aug 13 21:39:25.742 INFO STEP 691 (remove_files) COMPLETE
59282024-08-13T21:39:27.836Z[ recovery-image] Aug 13 21:39:25.742 INFO O| Aug 13 21:39:25.742 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.752 INFO O| Aug 13 21:39:25.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59302024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.752 INFO O| Aug 13 21:39:25.752 INFO STEP 692 (remove_files) COMPLETE
59312024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.752 INFO O| Aug 13 21:39:25.752 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.761 INFO O| Aug 13 21:39:25.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59332024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.761 INFO O| Aug 13 21:39:25.761 INFO STEP 693 (remove_files) COMPLETE
59342024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.761 INFO O| Aug 13 21:39:25.761 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.770 INFO O| Aug 13 21:39:25.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59362024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.770 INFO O| Aug 13 21:39:25.770 INFO STEP 694 (remove_files) COMPLETE
59372024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.770 INFO O| Aug 13 21:39:25.770 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.779 INFO O| Aug 13 21:39:25.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59392024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.779 INFO O| Aug 13 21:39:25.779 INFO STEP 695 (remove_files) COMPLETE
59402024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.780 INFO O| Aug 13 21:39:25.779 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.789 INFO O| Aug 13 21:39:25.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59422024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.789 INFO O| Aug 13 21:39:25.789 INFO STEP 696 (remove_files) COMPLETE
59432024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.789 INFO O| Aug 13 21:39:25.789 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.798 INFO O| Aug 13 21:39:25.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59452024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.798 INFO O| Aug 13 21:39:25.798 INFO STEP 697 (remove_files) COMPLETE
59462024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.798 INFO O| Aug 13 21:39:25.798 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.807 INFO O| Aug 13 21:39:25.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59482024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.807 INFO O| Aug 13 21:39:25.807 INFO STEP 698 (remove_files) COMPLETE
59492024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.807 INFO O| Aug 13 21:39:25.807 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.817 INFO O| Aug 13 21:39:25.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59512024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.817 INFO O| Aug 13 21:39:25.817 INFO STEP 699 (remove_files) COMPLETE
59522024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.817 INFO O| Aug 13 21:39:25.817 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.826 INFO O| Aug 13 21:39:25.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59542024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.826 INFO O| Aug 13 21:39:25.826 INFO STEP 700 (remove_files) COMPLETE
59552024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.826 INFO O| Aug 13 21:39:25.826 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.835 INFO O| Aug 13 21:39:25.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
59572024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.835 INFO O| Aug 13 21:39:25.835 INFO STEP 701 (remove_files) COMPLETE
59582024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.835 INFO O| Aug 13 21:39:25.835 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.844 INFO O| Aug 13 21:39:25.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
59602024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.844 INFO O| Aug 13 21:39:25.844 INFO STEP 702 (remove_files) COMPLETE
59612024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.844 INFO O| Aug 13 21:39:25.844 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-08-13T21:39:27.837Z[ recovery-image] Aug 13 21:39:25.854 INFO O| Aug 13 21:39:25.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
59632024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.854 INFO O| Aug 13 21:39:25.854 INFO STEP 703 (remove_files) COMPLETE
59642024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.854 INFO O| Aug 13 21:39:25.854 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.863 INFO O| Aug 13 21:39:25.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
59662024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.863 INFO O| Aug 13 21:39:25.863 INFO STEP 704 (remove_files) COMPLETE
59672024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.863 INFO O| Aug 13 21:39:25.863 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.872 INFO O| Aug 13 21:39:25.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
59692024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.872 INFO O| Aug 13 21:39:25.872 INFO STEP 705 (remove_files) COMPLETE
59702024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.872 INFO O| Aug 13 21:39:25.872 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.881 INFO O| Aug 13 21:39:25.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
59722024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.881 INFO O| Aug 13 21:39:25.881 INFO STEP 706 (remove_files) COMPLETE
59732024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.881 INFO O| Aug 13 21:39:25.881 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.891 INFO O| Aug 13 21:39:25.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
59752024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.891 INFO O| Aug 13 21:39:25.891 INFO STEP 707 (remove_files) COMPLETE
59762024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.891 INFO O| Aug 13 21:39:25.891 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.901 INFO O| Aug 13 21:39:25.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
59782024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.901 INFO O| Aug 13 21:39:25.901 INFO STEP 708 (remove_files) COMPLETE
59792024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.901 INFO O| Aug 13 21:39:25.901 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.910 INFO O| Aug 13 21:39:25.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
59812024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.910 INFO O| Aug 13 21:39:25.910 INFO STEP 709 (remove_files) COMPLETE
59822024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.910 INFO O| Aug 13 21:39:25.910 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.919 INFO O| Aug 13 21:39:25.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
59842024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.919 INFO O| Aug 13 21:39:25.919 INFO STEP 710 (remove_files) COMPLETE
59852024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.919 INFO O| Aug 13 21:39:25.919 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.929 INFO O| Aug 13 21:39:25.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
59872024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.929 INFO O| Aug 13 21:39:25.929 INFO STEP 711 (remove_files) COMPLETE
59882024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.929 INFO O| Aug 13 21:39:25.929 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.938 INFO O| Aug 13 21:39:25.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
59902024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.938 INFO O| Aug 13 21:39:25.938 INFO STEP 712 (remove_files) COMPLETE
59912024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.938 INFO O| Aug 13 21:39:25.938 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.947 INFO O| Aug 13 21:39:25.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
59932024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.947 INFO O| Aug 13 21:39:25.947 INFO STEP 713 (remove_files) COMPLETE
59942024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.947 INFO O| Aug 13 21:39:25.947 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.956 INFO O| Aug 13 21:39:25.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
59962024-08-13T21:39:27.838Z[ recovery-image] Aug 13 21:39:25.956 INFO O| Aug 13 21:39:25.956 INFO STEP 714 (remove_files) COMPLETE
59972024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:25.956 INFO O| Aug 13 21:39:25.956 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:25.966 INFO O| Aug 13 21:39:25.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
59992024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:25.966 INFO O| Aug 13 21:39:25.966 INFO STEP 715 (remove_files) COMPLETE
60002024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:25.966 INFO O| Aug 13 21:39:25.966 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:25.975 INFO O| Aug 13 21:39:25.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60022024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:25.975 INFO O| Aug 13 21:39:25.975 INFO STEP 716 (remove_files) COMPLETE
60032024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:25.975 INFO O| Aug 13 21:39:25.975 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:25.984 INFO O| Aug 13 21:39:25.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60052024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:25.984 INFO O| Aug 13 21:39:25.984 INFO STEP 717 (remove_files) COMPLETE
60062024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:25.984 INFO O| Aug 13 21:39:25.984 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:25.993 INFO O| Aug 13 21:39:25.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60082024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:25.993 INFO O| Aug 13 21:39:25.993 INFO STEP 718 (remove_files) COMPLETE
60092024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:25.993 INFO O| Aug 13 21:39:25.993 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:26.003 INFO O| Aug 13 21:39:26.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60112024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:26.003 INFO O| Aug 13 21:39:26.003 INFO STEP 719 (remove_files) COMPLETE
60122024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:26.003 INFO O| Aug 13 21:39:26.003 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:26.012 INFO O| Aug 13 21:39:26.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60142024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:26.012 INFO O| Aug 13 21:39:26.012 INFO STEP 720 (remove_files) COMPLETE
60152024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:26.012 INFO O| Aug 13 21:39:26.012 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:26.021 INFO O| Aug 13 21:39:26.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60172024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:26.022 INFO O| Aug 13 21:39:26.022 INFO STEP 721 (remove_files) COMPLETE
60182024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:26.022 INFO O| Aug 13 21:39:26.022 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:26.031 INFO O| Aug 13 21:39:26.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60202024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:26.031 INFO O| Aug 13 21:39:26.031 INFO STEP 722 (remove_files) COMPLETE
60212024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:26.031 INFO O| Aug 13 21:39:26.031 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-08-13T21:39:27.842Z[ recovery-image] Aug 13 21:39:26.040 INFO O| Aug 13 21:39:26.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60232024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.040 INFO O| Aug 13 21:39:26.040 INFO STEP 723 (remove_files) COMPLETE
60242024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.040 INFO O| Aug 13 21:39:26.040 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.049 INFO O| Aug 13 21:39:26.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60262024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.049 INFO O| Aug 13 21:39:26.049 INFO STEP 724 (remove_files) COMPLETE
60272024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.049 INFO O| Aug 13 21:39:26.049 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.058 INFO O| Aug 13 21:39:26.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60292024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.058 INFO O| Aug 13 21:39:26.058 INFO STEP 725 (remove_files) COMPLETE
60302024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.058 INFO O| Aug 13 21:39:26.058 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.068 INFO O| Aug 13 21:39:26.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60322024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.068 INFO O| Aug 13 21:39:26.068 INFO STEP 726 (remove_files) COMPLETE
60332024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.068 INFO O| Aug 13 21:39:26.068 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.077 INFO O| Aug 13 21:39:26.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60352024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.077 INFO O| Aug 13 21:39:26.077 INFO STEP 727 (remove_files) COMPLETE
60362024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.077 INFO O| Aug 13 21:39:26.077 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.086 INFO O| Aug 13 21:39:26.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60382024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.086 INFO O| Aug 13 21:39:26.086 INFO STEP 728 (remove_files) COMPLETE
60392024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.086 INFO O| Aug 13 21:39:26.086 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.095 INFO O| Aug 13 21:39:26.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60412024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.095 INFO O| Aug 13 21:39:26.095 INFO STEP 729 (remove_files) COMPLETE
60422024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.095 INFO O| Aug 13 21:39:26.095 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.105 INFO O| Aug 13 21:39:26.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60442024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.105 INFO O| Aug 13 21:39:26.105 INFO STEP 730 (remove_files) COMPLETE
60452024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.105 INFO O| Aug 13 21:39:26.105 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.115 INFO O| Aug 13 21:39:26.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60472024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.115 INFO O| Aug 13 21:39:26.115 INFO STEP 731 (remove_files) COMPLETE
60482024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.115 INFO O| Aug 13 21:39:26.115 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.124 INFO O| Aug 13 21:39:26.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60502024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.124 INFO O| Aug 13 21:39:26.124 INFO STEP 732 (remove_files) COMPLETE
60512024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.124 INFO O| Aug 13 21:39:26.124 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.133 INFO O| Aug 13 21:39:26.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60532024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.133 INFO O| Aug 13 21:39:26.133 INFO STEP 733 (remove_files) COMPLETE
60542024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.133 INFO O| Aug 13 21:39:26.133 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.143 INFO O| Aug 13 21:39:26.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
60562024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.143 INFO O| Aug 13 21:39:26.143 INFO STEP 734 (remove_files) COMPLETE
60572024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.143 INFO O| Aug 13 21:39:26.143 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.152 INFO O| Aug 13 21:39:26.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
60592024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.152 INFO O| Aug 13 21:39:26.152 INFO STEP 735 (remove_files) COMPLETE
60602024-08-13T21:39:27.843Z[ recovery-image] Aug 13 21:39:26.152 INFO O| Aug 13 21:39:26.152 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.161 INFO O| Aug 13 21:39:26.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
60622024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.161 INFO O| Aug 13 21:39:26.161 INFO STEP 736 (remove_files) COMPLETE
60632024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.161 INFO O| Aug 13 21:39:26.161 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.170 INFO O| Aug 13 21:39:26.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
60652024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.170 INFO O| Aug 13 21:39:26.170 INFO STEP 737 (remove_files) COMPLETE
60662024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.170 INFO O| Aug 13 21:39:26.170 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.180 INFO O| Aug 13 21:39:26.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
60682024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.180 INFO O| Aug 13 21:39:26.180 INFO STEP 738 (remove_files) COMPLETE
60692024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.180 INFO O| Aug 13 21:39:26.180 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.189 INFO O| Aug 13 21:39:26.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
60712024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.189 INFO O| Aug 13 21:39:26.189 INFO STEP 739 (remove_files) COMPLETE
60722024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.189 INFO O| Aug 13 21:39:26.189 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.198 INFO O| Aug 13 21:39:26.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
60742024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.198 INFO O| Aug 13 21:39:26.198 INFO STEP 740 (remove_files) COMPLETE
60752024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.198 INFO O| Aug 13 21:39:26.198 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.207 INFO O| Aug 13 21:39:26.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
60772024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.207 INFO O| Aug 13 21:39:26.207 INFO STEP 741 (remove_files) COMPLETE
60782024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.207 INFO O| Aug 13 21:39:26.207 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.223 INFO O| Aug 13 21:39:26.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
60802024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.223 INFO O| Aug 13 21:39:26.223 INFO STEP 742 (remove_files) COMPLETE
60812024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.223 INFO O| Aug 13 21:39:26.223 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.238 INFO O| Aug 13 21:39:26.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
60832024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.238 INFO O| Aug 13 21:39:26.238 INFO STEP 743 (remove_files) COMPLETE
60842024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.238 INFO O| Aug 13 21:39:26.238 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.252 INFO O| Aug 13 21:39:26.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
60862024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.252 INFO O| Aug 13 21:39:26.252 INFO STEP 744 (remove_files) COMPLETE
60872024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.252 INFO O| Aug 13 21:39:26.252 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.264 INFO O| Aug 13 21:39:26.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
60892024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.264 INFO O| Aug 13 21:39:26.264 INFO STEP 745 (remove_files) COMPLETE
60902024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.264 INFO O| Aug 13 21:39:26.264 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.274 INFO O| Aug 13 21:39:26.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
60922024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.274 INFO O| Aug 13 21:39:26.274 INFO STEP 746 (remove_files) COMPLETE
60932024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.274 INFO O| Aug 13 21:39:26.274 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.285 INFO O| Aug 13 21:39:26.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
60952024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.286 INFO O| Aug 13 21:39:26.286 INFO STEP 747 (remove_files) COMPLETE
60962024-08-13T21:39:27.844Z[ recovery-image] Aug 13 21:39:26.286 INFO O| Aug 13 21:39:26.286 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-08-13T21:39:27.848Z[ recovery-image] Aug 13 21:39:26.296 INFO O| Aug 13 21:39:26.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
60982024-08-13T21:39:27.848Z[ recovery-image] Aug 13 21:39:26.296 INFO O| Aug 13 21:39:26.296 INFO STEP 748 (remove_files) COMPLETE
60992024-08-13T21:39:27.848Z[ recovery-image] Aug 13 21:39:26.296 INFO O| Aug 13 21:39:26.296 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-08-13T21:39:27.848Z[ recovery-image] Aug 13 21:39:26.306 INFO O| Aug 13 21:39:26.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61012024-08-13T21:39:27.848Z[ recovery-image] Aug 13 21:39:26.306 INFO O| Aug 13 21:39:26.306 INFO STEP 749 (remove_files) COMPLETE
61022024-08-13T21:39:27.848Z[ recovery-image] Aug 13 21:39:26.306 INFO O| Aug 13 21:39:26.306 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-08-13T21:39:27.848Z[ recovery-image] Aug 13 21:39:26.316 INFO O| Aug 13 21:39:26.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61042024-08-13T21:39:27.848Z[ recovery-image] Aug 13 21:39:26.316 INFO O| Aug 13 21:39:26.316 INFO STEP 750 (remove_files) COMPLETE
61052024-08-13T21:39:27.848Z[ recovery-image] Aug 13 21:39:26.316 INFO O| Aug 13 21:39:26.316 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-08-13T21:39:27.848Z[ recovery-image] Aug 13 21:39:26.325 INFO O| Aug 13 21:39:26.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61072024-08-13T21:39:27.848Z[ recovery-image] Aug 13 21:39:26.326 INFO O| Aug 13 21:39:26.326 INFO STEP 751 (remove_files) COMPLETE
61082024-08-13T21:39:27.848Z[ recovery-image] Aug 13 21:39:26.326 INFO O| Aug 13 21:39:26.326 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-08-13T21:39:27.848Z[ recovery-image] Aug 13 21:39:26.335 INFO O| Aug 13 21:39:26.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61102024-08-13T21:39:27.848Z[ recovery-image] Aug 13 21:39:26.335 INFO O| Aug 13 21:39:26.335 INFO STEP 752 (remove_files) COMPLETE
61112024-08-13T21:39:27.848Z[ recovery-image] Aug 13 21:39:26.335 INFO O| Aug 13 21:39:26.335 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-08-13T21:39:27.849Z[ recovery-image] Aug 13 21:39:26.346 INFO O| Aug 13 21:39:26.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61132024-08-13T21:39:27.849Z[ recovery-image] Aug 13 21:39:26.346 INFO O| Aug 13 21:39:26.346 INFO STEP 753 (remove_files) COMPLETE
61142024-08-13T21:39:27.849Z[ recovery-image] Aug 13 21:39:26.346 INFO O| Aug 13 21:39:26.346 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-08-13T21:39:27.849Z[ recovery-image] Aug 13 21:39:26.356 INFO O| Aug 13 21:39:26.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61162024-08-13T21:39:27.849Z[ recovery-image] Aug 13 21:39:26.356 INFO O| Aug 13 21:39:26.356 INFO STEP 754 (remove_files) COMPLETE
61172024-08-13T21:39:27.849Z[ recovery-image] Aug 13 21:39:26.356 INFO O| Aug 13 21:39:26.356 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-08-13T21:39:27.857Z[ recovery-image] Aug 13 21:39:26.365 INFO O| Aug 13 21:39:26.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61192024-08-13T21:39:27.859Z[ recovery-image] Aug 13 21:39:26.365 INFO O| Aug 13 21:39:26.365 INFO STEP 755 (remove_files) COMPLETE
61202024-08-13T21:39:27.859Z[ recovery-image] Aug 13 21:39:26.365 INFO O| Aug 13 21:39:26.365 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-08-13T21:39:27.868Z[ recovery-image] Aug 13 21:39:26.375 INFO O| Aug 13 21:39:26.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61222024-08-13T21:39:27.870Z[ recovery-image] Aug 13 21:39:26.375 INFO O| Aug 13 21:39:26.375 INFO STEP 756 (remove_files) COMPLETE
61232024-08-13T21:39:27.870Z[ recovery-image] Aug 13 21:39:26.375 INFO O| Aug 13 21:39:26.375 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-08-13T21:39:27.876Z[ recovery-image] Aug 13 21:39:26.385 INFO O| Aug 13 21:39:26.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61252024-08-13T21:39:27.876Z[ recovery-image] Aug 13 21:39:26.385 INFO O| Aug 13 21:39:26.385 INFO STEP 757 (remove_files) COMPLETE
61262024-08-13T21:39:27.879Z[ recovery-image] Aug 13 21:39:26.385 INFO O| Aug 13 21:39:26.385 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-08-13T21:39:27.886Z[ recovery-image] Aug 13 21:39:26.395 INFO O| Aug 13 21:39:26.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61282024-08-13T21:39:27.886Z[ recovery-image] Aug 13 21:39:26.395 INFO O| Aug 13 21:39:26.395 INFO STEP 758 (remove_files) COMPLETE
61292024-08-13T21:39:27.889Z[ recovery-image] Aug 13 21:39:26.395 INFO O| Aug 13 21:39:26.395 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-08-13T21:39:27.896Z[ recovery-image] Aug 13 21:39:26.404 INFO O| Aug 13 21:39:26.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61312024-08-13T21:39:27.896Z[ recovery-image] Aug 13 21:39:26.404 INFO O| Aug 13 21:39:26.404 INFO STEP 759 (remove_files) COMPLETE
61322024-08-13T21:39:27.898Z[ recovery-image] Aug 13 21:39:26.404 INFO O| Aug 13 21:39:26.404 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-08-13T21:39:27.905Z[ recovery-image] Aug 13 21:39:26.414 INFO O| Aug 13 21:39:26.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61342024-08-13T21:39:27.909Z[ recovery-image] Aug 13 21:39:26.414 INFO O| Aug 13 21:39:26.414 INFO STEP 760 (remove_files) COMPLETE
61352024-08-13T21:39:27.909Z[ recovery-image] Aug 13 21:39:26.414 INFO O| Aug 13 21:39:26.414 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-08-13T21:39:27.915Z[ recovery-image] Aug 13 21:39:26.423 INFO O| Aug 13 21:39:26.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61372024-08-13T21:39:27.917Z[ recovery-image] Aug 13 21:39:26.423 INFO O| Aug 13 21:39:26.423 INFO STEP 761 (remove_files) COMPLETE
61382024-08-13T21:39:27.917Z[ recovery-image] Aug 13 21:39:26.423 INFO O| Aug 13 21:39:26.423 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-08-13T21:39:27.925Z[ recovery-image] Aug 13 21:39:26.433 INFO O| Aug 13 21:39:26.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61402024-08-13T21:39:27.925Z[ recovery-image] Aug 13 21:39:26.434 INFO O| Aug 13 21:39:26.434 INFO STEP 762 (remove_files) COMPLETE
61412024-08-13T21:39:27.927Z[ recovery-image] Aug 13 21:39:26.434 INFO O| Aug 13 21:39:26.434 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-08-13T21:39:27.934Z[ recovery-image] Aug 13 21:39:26.443 INFO O| Aug 13 21:39:26.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61432024-08-13T21:39:27.934Z[ recovery-image] Aug 13 21:39:26.443 INFO O| Aug 13 21:39:26.443 INFO STEP 763 (remove_files) COMPLETE
61442024-08-13T21:39:27.936Z[ recovery-image] Aug 13 21:39:26.443 INFO O| Aug 13 21:39:26.443 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-08-13T21:39:27.944Z[ recovery-image] Aug 13 21:39:26.453 INFO O| Aug 13 21:39:26.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61462024-08-13T21:39:27.944Z[ recovery-image] Aug 13 21:39:26.453 INFO O| Aug 13 21:39:26.453 INFO STEP 764 (remove_files) COMPLETE
61472024-08-13T21:39:27.947Z[ recovery-image] Aug 13 21:39:26.453 INFO O| Aug 13 21:39:26.453 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-08-13T21:39:27.954Z[ recovery-image] Aug 13 21:39:26.462 INFO O| Aug 13 21:39:26.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61492024-08-13T21:39:27.954Z[ recovery-image] Aug 13 21:39:26.462 INFO O| Aug 13 21:39:26.462 INFO STEP 765 (remove_files) COMPLETE
61502024-08-13T21:39:27.956Z[ recovery-image] Aug 13 21:39:26.462 INFO O| Aug 13 21:39:26.462 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-08-13T21:39:27.964Z[ recovery-image] Aug 13 21:39:26.473 INFO O| Aug 13 21:39:26.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61522024-08-13T21:39:27.964Z[ recovery-image] Aug 13 21:39:26.473 INFO O| Aug 13 21:39:26.473 INFO STEP 766 (remove_files) COMPLETE
61532024-08-13T21:39:27.966Z[ recovery-image] Aug 13 21:39:26.473 INFO O| Aug 13 21:39:26.473 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-08-13T21:39:27.973Z[ recovery-image] Aug 13 21:39:26.482 INFO O| Aug 13 21:39:26.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
61552024-08-13T21:39:27.976Z[ recovery-image] Aug 13 21:39:26.482 INFO O| Aug 13 21:39:26.482 INFO STEP 767 (remove_files) COMPLETE
61562024-08-13T21:39:27.976Z[ recovery-image] Aug 13 21:39:26.482 INFO O| Aug 13 21:39:26.482 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-08-13T21:39:27.983Z[ recovery-image] Aug 13 21:39:26.492 INFO O| Aug 13 21:39:26.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
61582024-08-13T21:39:27.983Z[ recovery-image] Aug 13 21:39:26.492 INFO O| Aug 13 21:39:26.492 INFO STEP 768 (remove_files) COMPLETE
61592024-08-13T21:39:27.985Z[ recovery-image] Aug 13 21:39:26.492 INFO O| Aug 13 21:39:26.492 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-08-13T21:39:27.993Z[ recovery-image] Aug 13 21:39:26.502 INFO O| Aug 13 21:39:26.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
61612024-08-13T21:39:27.993Z[ recovery-image] Aug 13 21:39:26.502 INFO O| Aug 13 21:39:26.502 INFO STEP 769 (remove_files) COMPLETE
61622024-08-13T21:39:27.995Z[ recovery-image] Aug 13 21:39:26.502 INFO O| Aug 13 21:39:26.502 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-08-13T21:39:28.002Z[ recovery-image] Aug 13 21:39:26.511 INFO O| Aug 13 21:39:26.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
61642024-08-13T21:39:28.002Z[ recovery-image] Aug 13 21:39:26.511 INFO O| Aug 13 21:39:26.511 INFO STEP 770 (remove_files) COMPLETE
61652024-08-13T21:39:28.005Z[ recovery-image] Aug 13 21:39:26.511 INFO O| Aug 13 21:39:26.511 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-08-13T21:39:28.012Z[ recovery-image] Aug 13 21:39:26.521 INFO O| Aug 13 21:39:26.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
61672024-08-13T21:39:28.012Z[ recovery-image] Aug 13 21:39:26.521 INFO O| Aug 13 21:39:26.521 INFO STEP 771 (remove_files) COMPLETE
61682024-08-13T21:39:28.014Z[ recovery-image] Aug 13 21:39:26.521 INFO O| Aug 13 21:39:26.521 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-08-13T21:39:28.022Z[ recovery-image] Aug 13 21:39:26.530 INFO O| Aug 13 21:39:26.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
61702024-08-13T21:39:28.024Z[ recovery-image] Aug 13 21:39:26.530 INFO O| Aug 13 21:39:26.530 INFO STEP 772 (remove_files) COMPLETE
61712024-08-13T21:39:28.024Z[ recovery-image] Aug 13 21:39:26.530 INFO O| Aug 13 21:39:26.530 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-08-13T21:39:28.031Z[ recovery-image] Aug 13 21:39:26.540 INFO O| Aug 13 21:39:26.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
61732024-08-13T21:39:28.034Z[ recovery-image] Aug 13 21:39:26.540 INFO O| Aug 13 21:39:26.540 INFO STEP 773 (remove_files) COMPLETE
61742024-08-13T21:39:28.034Z[ recovery-image] Aug 13 21:39:26.540 INFO O| Aug 13 21:39:26.540 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-08-13T21:39:28.041Z[ recovery-image] Aug 13 21:39:26.550 INFO O| Aug 13 21:39:26.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
61762024-08-13T21:39:28.044Z[ recovery-image] Aug 13 21:39:26.550 INFO O| Aug 13 21:39:26.550 INFO STEP 774 (remove_files) COMPLETE
61772024-08-13T21:39:28.044Z[ recovery-image] Aug 13 21:39:26.551 INFO O| Aug 13 21:39:26.550 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-08-13T21:39:28.051Z[ recovery-image] Aug 13 21:39:26.560 INFO O| Aug 13 21:39:26.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
61792024-08-13T21:39:28.051Z[ recovery-image] Aug 13 21:39:26.560 INFO O| Aug 13 21:39:26.560 INFO STEP 775 (remove_files) COMPLETE
61802024-08-13T21:39:28.054Z[ recovery-image] Aug 13 21:39:26.560 INFO O| Aug 13 21:39:26.560 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-08-13T21:39:28.061Z[ recovery-image] Aug 13 21:39:26.570 INFO O| Aug 13 21:39:26.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
61822024-08-13T21:39:28.061Z[ recovery-image] Aug 13 21:39:26.570 INFO O| Aug 13 21:39:26.570 INFO STEP 776 (remove_files) COMPLETE
61832024-08-13T21:39:28.063Z[ recovery-image] Aug 13 21:39:26.570 INFO O| Aug 13 21:39:26.570 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-08-13T21:39:28.070Z[ recovery-image] Aug 13 21:39:26.579 INFO O| Aug 13 21:39:26.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
61852024-08-13T21:39:28.073Z[ recovery-image] Aug 13 21:39:26.579 INFO O| Aug 13 21:39:26.579 INFO STEP 777 (remove_files) COMPLETE
61862024-08-13T21:39:28.073Z[ recovery-image] Aug 13 21:39:26.579 INFO O| Aug 13 21:39:26.579 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-08-13T21:39:28.080Z[ recovery-image] Aug 13 21:39:26.589 INFO O| Aug 13 21:39:26.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
61882024-08-13T21:39:28.083Z[ recovery-image] Aug 13 21:39:26.589 INFO O| Aug 13 21:39:26.589 INFO STEP 778 (remove_files) COMPLETE
61892024-08-13T21:39:28.083Z[ recovery-image] Aug 13 21:39:26.589 INFO O| Aug 13 21:39:26.589 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-08-13T21:39:28.090Z[ recovery-image] Aug 13 21:39:26.599 INFO O| Aug 13 21:39:26.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
61912024-08-13T21:39:28.090Z[ recovery-image] Aug 13 21:39:26.599 INFO O| Aug 13 21:39:26.599 INFO STEP 779 (remove_files) COMPLETE
61922024-08-13T21:39:28.092Z[ recovery-image] Aug 13 21:39:26.599 INFO O| Aug 13 21:39:26.599 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-08-13T21:39:28.100Z[ recovery-image] Aug 13 21:39:26.609 INFO O| Aug 13 21:39:26.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
61942024-08-13T21:39:28.100Z[ recovery-image] Aug 13 21:39:26.609 INFO O| Aug 13 21:39:26.609 INFO STEP 780 (remove_files) COMPLETE
61952024-08-13T21:39:28.102Z[ recovery-image] Aug 13 21:39:26.609 INFO O| Aug 13 21:39:26.609 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-08-13T21:39:28.111Z[ recovery-image] Aug 13 21:39:26.619 INFO O| Aug 13 21:39:26.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
61972024-08-13T21:39:28.113Z[ recovery-image] Aug 13 21:39:26.619 INFO O| Aug 13 21:39:26.619 INFO STEP 781 (remove_files) COMPLETE
61982024-08-13T21:39:28.113Z[ recovery-image] Aug 13 21:39:26.619 INFO O| Aug 13 21:39:26.619 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-08-13T21:39:28.120Z[ recovery-image] Aug 13 21:39:26.629 INFO O| Aug 13 21:39:26.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62002024-08-13T21:39:28.123Z[ recovery-image] Aug 13 21:39:26.629 INFO O| Aug 13 21:39:26.629 INFO STEP 782 (remove_files) COMPLETE
62012024-08-13T21:39:28.123Z[ recovery-image] Aug 13 21:39:26.629 INFO O| Aug 13 21:39:26.629 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-08-13T21:39:28.131Z[ recovery-image] Aug 13 21:39:26.640 INFO O| Aug 13 21:39:26.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62032024-08-13T21:39:28.134Z[ recovery-image] Aug 13 21:39:26.640 INFO O| Aug 13 21:39:26.640 INFO STEP 783 (remove_files) COMPLETE
62042024-08-13T21:39:28.134Z[ recovery-image] Aug 13 21:39:26.640 INFO O| Aug 13 21:39:26.640 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-08-13T21:39:28.141Z[ recovery-image] Aug 13 21:39:26.650 INFO O| Aug 13 21:39:26.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62062024-08-13T21:39:28.144Z[ recovery-image] Aug 13 21:39:26.650 INFO O| Aug 13 21:39:26.650 INFO STEP 784 (remove_files) COMPLETE
62072024-08-13T21:39:28.144Z[ recovery-image] Aug 13 21:39:26.650 INFO O| Aug 13 21:39:26.650 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-08-13T21:39:28.151Z[ recovery-image] Aug 13 21:39:26.660 INFO O| Aug 13 21:39:26.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62092024-08-13T21:39:28.151Z[ recovery-image] Aug 13 21:39:26.660 INFO O| Aug 13 21:39:26.660 INFO STEP 785 (remove_files) COMPLETE
62102024-08-13T21:39:28.154Z[ recovery-image] Aug 13 21:39:26.660 INFO O| Aug 13 21:39:26.660 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-08-13T21:39:28.161Z[ recovery-image] Aug 13 21:39:26.670 INFO O| Aug 13 21:39:26.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62122024-08-13T21:39:28.164Z[ recovery-image] Aug 13 21:39:26.670 INFO O| Aug 13 21:39:26.670 INFO STEP 786 (remove_files) COMPLETE
62132024-08-13T21:39:28.164Z[ recovery-image] Aug 13 21:39:26.670 INFO O| Aug 13 21:39:26.670 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-08-13T21:39:28.172Z[ recovery-image] Aug 13 21:39:26.680 INFO O| Aug 13 21:39:26.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62152024-08-13T21:39:28.174Z[ recovery-image] Aug 13 21:39:26.681 INFO O| Aug 13 21:39:26.681 INFO STEP 787 (remove_files) COMPLETE
62162024-08-13T21:39:28.174Z[ recovery-image] Aug 13 21:39:26.681 INFO O| Aug 13 21:39:26.681 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-08-13T21:39:28.182Z[ recovery-image] Aug 13 21:39:26.691 INFO O| Aug 13 21:39:26.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62182024-08-13T21:39:28.182Z[ recovery-image] Aug 13 21:39:26.691 INFO O| Aug 13 21:39:26.691 INFO STEP 788 (remove_files) COMPLETE
62192024-08-13T21:39:28.184Z[ recovery-image] Aug 13 21:39:26.691 INFO O| Aug 13 21:39:26.691 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-08-13T21:39:28.192Z[ recovery-image] Aug 13 21:39:26.701 INFO O| Aug 13 21:39:26.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62212024-08-13T21:39:28.192Z[ recovery-image] Aug 13 21:39:26.701 INFO O| Aug 13 21:39:26.701 INFO STEP 789 (remove_files) COMPLETE
62222024-08-13T21:39:28.192Z[ recovery-image] Aug 13 21:39:26.701 INFO O| Aug 13 21:39:26.701 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-08-13T21:39:28.203Z[ recovery-image] Aug 13 21:39:26.711 INFO O| Aug 13 21:39:26.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62242024-08-13T21:39:28.203Z[ recovery-image] Aug 13 21:39:26.711 INFO O| Aug 13 21:39:26.711 INFO STEP 790 (remove_files) COMPLETE
62252024-08-13T21:39:28.205Z[ recovery-image] Aug 13 21:39:26.711 INFO O| Aug 13 21:39:26.711 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-08-13T21:39:28.212Z[ recovery-image] Aug 13 21:39:26.721 INFO O| Aug 13 21:39:26.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62272024-08-13T21:39:28.215Z[ recovery-image] Aug 13 21:39:26.721 INFO O| Aug 13 21:39:26.721 INFO STEP 791 (remove_files) COMPLETE
62282024-08-13T21:39:28.215Z[ recovery-image] Aug 13 21:39:26.721 INFO O| Aug 13 21:39:26.721 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-08-13T21:39:28.223Z[ recovery-image] Aug 13 21:39:26.731 INFO O| Aug 13 21:39:26.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62302024-08-13T21:39:28.225Z[ recovery-image] Aug 13 21:39:26.731 INFO O| Aug 13 21:39:26.731 INFO STEP 792 (remove_files) COMPLETE
62312024-08-13T21:39:28.225Z[ recovery-image] Aug 13 21:39:26.731 INFO O| Aug 13 21:39:26.731 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-08-13T21:39:28.233Z[ recovery-image] Aug 13 21:39:26.741 INFO O| Aug 13 21:39:26.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62332024-08-13T21:39:28.233Z[ recovery-image] Aug 13 21:39:26.741 INFO O| Aug 13 21:39:26.741 INFO STEP 793 (remove_files) COMPLETE
62342024-08-13T21:39:28.233Z[ recovery-image] Aug 13 21:39:26.741 INFO O| Aug 13 21:39:26.741 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-08-13T21:39:28.243Z[ recovery-image] Aug 13 21:39:26.751 INFO O| Aug 13 21:39:26.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62362024-08-13T21:39:28.245Z[ recovery-image] Aug 13 21:39:26.751 INFO O| Aug 13 21:39:26.751 INFO STEP 794 (remove_files) COMPLETE
62372024-08-13T21:39:28.245Z[ recovery-image] Aug 13 21:39:26.751 INFO O| Aug 13 21:39:26.751 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-08-13T21:39:28.253Z[ recovery-image] Aug 13 21:39:26.761 INFO O| Aug 13 21:39:26.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62392024-08-13T21:39:28.256Z[ recovery-image] Aug 13 21:39:26.761 INFO O| Aug 13 21:39:26.761 INFO STEP 795 (remove_files) COMPLETE
62402024-08-13T21:39:28.256Z[ recovery-image] Aug 13 21:39:26.761 INFO O| Aug 13 21:39:26.761 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-08-13T21:39:28.262Z[ recovery-image] Aug 13 21:39:26.771 INFO O| Aug 13 21:39:26.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62422024-08-13T21:39:28.265Z[ recovery-image] Aug 13 21:39:26.771 INFO O| Aug 13 21:39:26.771 INFO STEP 796 (remove_files) COMPLETE
62432024-08-13T21:39:28.265Z[ recovery-image] Aug 13 21:39:26.771 INFO O| Aug 13 21:39:26.771 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-08-13T21:39:28.272Z[ recovery-image] Aug 13 21:39:26.780 INFO O| Aug 13 21:39:26.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62452024-08-13T21:39:28.274Z[ recovery-image] Aug 13 21:39:26.780 INFO O| Aug 13 21:39:26.780 INFO STEP 797 (remove_files) COMPLETE
62462024-08-13T21:39:28.274Z[ recovery-image] Aug 13 21:39:26.780 INFO O| Aug 13 21:39:26.780 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-08-13T21:39:28.282Z[ recovery-image] Aug 13 21:39:26.790 INFO O| Aug 13 21:39:26.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62482024-08-13T21:39:28.282Z[ recovery-image] Aug 13 21:39:26.790 INFO O| Aug 13 21:39:26.790 INFO STEP 798 (remove_files) COMPLETE
62492024-08-13T21:39:28.284Z[ recovery-image] Aug 13 21:39:26.790 INFO O| Aug 13 21:39:26.790 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-08-13T21:39:28.292Z[ recovery-image] Aug 13 21:39:26.800 INFO O| Aug 13 21:39:26.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62512024-08-13T21:39:28.292Z[ recovery-image] Aug 13 21:39:26.800 INFO O| Aug 13 21:39:26.800 INFO STEP 799 (remove_files) COMPLETE
62522024-08-13T21:39:28.294Z[ recovery-image] Aug 13 21:39:26.800 INFO O| Aug 13 21:39:26.800 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-08-13T21:39:28.301Z[ recovery-image] Aug 13 21:39:26.810 INFO O| Aug 13 21:39:26.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62542024-08-13T21:39:28.301Z[ recovery-image] Aug 13 21:39:26.810 INFO O| Aug 13 21:39:26.810 INFO STEP 800 (remove_files) COMPLETE
62552024-08-13T21:39:28.303Z[ recovery-image] Aug 13 21:39:26.810 INFO O| Aug 13 21:39:26.810 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-08-13T21:39:28.310Z[ recovery-image] Aug 13 21:39:26.819 INFO O| Aug 13 21:39:26.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
62572024-08-13T21:39:28.313Z[ recovery-image] Aug 13 21:39:26.819 INFO O| Aug 13 21:39:26.819 INFO STEP 801 (remove_files) COMPLETE
62582024-08-13T21:39:28.313Z[ recovery-image] Aug 13 21:39:26.819 INFO O| Aug 13 21:39:26.819 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-08-13T21:39:28.321Z[ recovery-image] Aug 13 21:39:26.829 INFO O| Aug 13 21:39:26.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
62602024-08-13T21:39:28.321Z[ recovery-image] Aug 13 21:39:26.829 INFO O| Aug 13 21:39:26.829 INFO STEP 802 (remove_files) COMPLETE
62612024-08-13T21:39:28.323Z[ recovery-image] Aug 13 21:39:26.829 INFO O| Aug 13 21:39:26.829 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-08-13T21:39:28.331Z[ recovery-image] Aug 13 21:39:26.839 INFO O| Aug 13 21:39:26.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
62632024-08-13T21:39:28.331Z[ recovery-image] Aug 13 21:39:26.840 INFO O| Aug 13 21:39:26.840 INFO STEP 803 (remove_files) COMPLETE
62642024-08-13T21:39:28.333Z[ recovery-image] Aug 13 21:39:26.840 INFO O| Aug 13 21:39:26.840 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-08-13T21:39:28.341Z[ recovery-image] Aug 13 21:39:26.849 INFO O| Aug 13 21:39:26.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
62662024-08-13T21:39:28.343Z[ recovery-image] Aug 13 21:39:26.849 INFO O| Aug 13 21:39:26.849 INFO STEP 804 (remove_files) COMPLETE
62672024-08-13T21:39:28.343Z[ recovery-image] Aug 13 21:39:26.849 INFO O| Aug 13 21:39:26.849 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-08-13T21:39:28.350Z[ recovery-image] Aug 13 21:39:26.859 INFO O| Aug 13 21:39:26.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
62692024-08-13T21:39:28.352Z[ recovery-image] Aug 13 21:39:26.859 INFO O| Aug 13 21:39:26.859 INFO STEP 805 (remove_files) COMPLETE
62702024-08-13T21:39:28.352Z[ recovery-image] Aug 13 21:39:26.859 INFO O| Aug 13 21:39:26.859 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-08-13T21:39:28.360Z[ recovery-image] Aug 13 21:39:26.869 INFO O| Aug 13 21:39:26.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
62722024-08-13T21:39:28.360Z[ recovery-image] Aug 13 21:39:26.869 INFO O| Aug 13 21:39:26.869 INFO STEP 806 (remove_files) COMPLETE
62732024-08-13T21:39:28.362Z[ recovery-image] Aug 13 21:39:26.869 INFO O| Aug 13 21:39:26.869 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-08-13T21:39:28.370Z[ recovery-image] Aug 13 21:39:26.878 INFO O| Aug 13 21:39:26.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
62752024-08-13T21:39:28.372Z[ recovery-image] Aug 13 21:39:26.878 INFO O| Aug 13 21:39:26.878 INFO STEP 807 (remove_files) COMPLETE
62762024-08-13T21:39:28.372Z[ recovery-image] Aug 13 21:39:26.878 INFO O| Aug 13 21:39:26.878 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-08-13T21:39:28.379Z[ recovery-image] Aug 13 21:39:26.887 INFO O| Aug 13 21:39:26.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
62782024-08-13T21:39:28.381Z[ recovery-image] Aug 13 21:39:26.888 INFO O| Aug 13 21:39:26.888 INFO STEP 808 (remove_files) COMPLETE
62792024-08-13T21:39:28.381Z[ recovery-image] Aug 13 21:39:26.888 INFO O| Aug 13 21:39:26.888 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-08-13T21:39:28.389Z[ recovery-image] Aug 13 21:39:26.897 INFO O| Aug 13 21:39:26.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
62812024-08-13T21:39:28.391Z[ recovery-image] Aug 13 21:39:26.898 INFO O| Aug 13 21:39:26.897 INFO STEP 809 (remove_files) COMPLETE
62822024-08-13T21:39:28.391Z[ recovery-image] Aug 13 21:39:26.898 INFO O| Aug 13 21:39:26.898 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-08-13T21:39:28.398Z[ recovery-image] Aug 13 21:39:26.907 INFO O| Aug 13 21:39:26.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
62842024-08-13T21:39:28.398Z[ recovery-image] Aug 13 21:39:26.907 INFO O| Aug 13 21:39:26.907 INFO STEP 810 (remove_files) COMPLETE
62852024-08-13T21:39:28.398Z[ recovery-image] Aug 13 21:39:26.907 INFO O| Aug 13 21:39:26.907 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-08-13T21:39:28.408Z[ recovery-image] Aug 13 21:39:26.916 INFO O| Aug 13 21:39:26.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
62872024-08-13T21:39:28.410Z[ recovery-image] Aug 13 21:39:26.917 INFO O| Aug 13 21:39:26.916 INFO STEP 811 (remove_files) COMPLETE
62882024-08-13T21:39:28.410Z[ recovery-image] Aug 13 21:39:26.917 INFO O| Aug 13 21:39:26.916 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-08-13T21:39:28.417Z[ recovery-image] Aug 13 21:39:26.926 INFO O| Aug 13 21:39:26.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
62902024-08-13T21:39:28.417Z[ recovery-image] Aug 13 21:39:26.926 INFO O| Aug 13 21:39:26.926 INFO STEP 812 (remove_files) COMPLETE
62912024-08-13T21:39:28.417Z[ recovery-image] Aug 13 21:39:26.926 INFO O| Aug 13 21:39:26.926 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-08-13T21:39:28.426Z[ recovery-image] Aug 13 21:39:26.935 INFO O| Aug 13 21:39:26.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
62932024-08-13T21:39:28.427Z[ recovery-image] Aug 13 21:39:26.935 INFO O| Aug 13 21:39:26.935 INFO STEP 813 (remove_files) COMPLETE
62942024-08-13T21:39:28.427Z[ recovery-image] Aug 13 21:39:26.935 INFO O| Aug 13 21:39:26.935 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-08-13T21:39:28.436Z[ recovery-image] Aug 13 21:39:26.945 INFO O| Aug 13 21:39:26.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
62962024-08-13T21:39:28.436Z[ recovery-image] Aug 13 21:39:26.945 INFO O| Aug 13 21:39:26.945 INFO STEP 814 (remove_files) COMPLETE
62972024-08-13T21:39:28.436Z[ recovery-image] Aug 13 21:39:26.945 INFO O| Aug 13 21:39:26.945 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-08-13T21:39:28.445Z[ recovery-image] Aug 13 21:39:26.954 INFO O| Aug 13 21:39:26.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
62992024-08-13T21:39:28.445Z[ recovery-image] Aug 13 21:39:26.954 INFO O| Aug 13 21:39:26.954 INFO STEP 815 (remove_files) COMPLETE
63002024-08-13T21:39:28.445Z[ recovery-image] Aug 13 21:39:26.954 INFO O| Aug 13 21:39:26.954 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-08-13T21:39:28.454Z[ recovery-image] Aug 13 21:39:26.963 INFO O| Aug 13 21:39:26.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63022024-08-13T21:39:28.457Z[ recovery-image] Aug 13 21:39:26.963 INFO O| Aug 13 21:39:26.963 INFO STEP 816 (remove_files) COMPLETE
63032024-08-13T21:39:28.457Z[ recovery-image] Aug 13 21:39:26.963 INFO O| Aug 13 21:39:26.963 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-08-13T21:39:28.464Z[ recovery-image] Aug 13 21:39:26.972 INFO O| Aug 13 21:39:26.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63052024-08-13T21:39:28.466Z[ recovery-image] Aug 13 21:39:26.972 INFO O| Aug 13 21:39:26.972 INFO STEP 817 (remove_files) COMPLETE
63062024-08-13T21:39:28.466Z[ recovery-image] Aug 13 21:39:26.972 INFO O| Aug 13 21:39:26.972 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-08-13T21:39:28.474Z[ recovery-image] Aug 13 21:39:26.982 INFO O| Aug 13 21:39:26.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63082024-08-13T21:39:28.476Z[ recovery-image] Aug 13 21:39:26.982 INFO O| Aug 13 21:39:26.982 INFO STEP 818 (remove_files) COMPLETE
63092024-08-13T21:39:28.476Z[ recovery-image] Aug 13 21:39:26.982 INFO O| Aug 13 21:39:26.982 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-08-13T21:39:28.483Z[ recovery-image] Aug 13 21:39:26.991 INFO O| Aug 13 21:39:26.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63112024-08-13T21:39:28.483Z[ recovery-image] Aug 13 21:39:26.992 INFO O| Aug 13 21:39:26.991 INFO STEP 819 (remove_files) COMPLETE
63122024-08-13T21:39:28.486Z[ recovery-image] Aug 13 21:39:26.992 INFO O| Aug 13 21:39:26.991 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-08-13T21:39:28.492Z[ recovery-image] Aug 13 21:39:27.001 INFO O| Aug 13 21:39:27.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63142024-08-13T21:39:28.492Z[ recovery-image] Aug 13 21:39:27.001 INFO O| Aug 13 21:39:27.001 INFO STEP 820 (remove_files) COMPLETE
63152024-08-13T21:39:28.495Z[ recovery-image] Aug 13 21:39:27.001 INFO O| Aug 13 21:39:27.001 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-08-13T21:39:28.502Z[ recovery-image] Aug 13 21:39:27.011 INFO O| Aug 13 21:39:27.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63172024-08-13T21:39:28.511Z[ recovery-image] Aug 13 21:39:27.011 INFO O| Aug 13 21:39:27.011 INFO STEP 821 (remove_files) COMPLETE
63182024-08-13T21:39:28.511Z[ recovery-image] Aug 13 21:39:27.011 INFO O| Aug 13 21:39:27.011 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-08-13T21:39:28.513Z[ recovery-image] Aug 13 21:39:27.021 INFO O| Aug 13 21:39:27.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63202024-08-13T21:39:28.513Z[ recovery-image] Aug 13 21:39:27.021 INFO O| Aug 13 21:39:27.021 INFO STEP 822 (remove_files) COMPLETE
63212024-08-13T21:39:28.513Z[ recovery-image] Aug 13 21:39:27.021 INFO O| Aug 13 21:39:27.021 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-08-13T21:39:28.521Z[ recovery-image] Aug 13 21:39:27.030 INFO O| Aug 13 21:39:27.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63232024-08-13T21:39:28.521Z[ recovery-image] Aug 13 21:39:27.030 INFO O| Aug 13 21:39:27.030 INFO STEP 823 (remove_files) COMPLETE
63242024-08-13T21:39:28.524Z[ recovery-image] Aug 13 21:39:27.030 INFO O| Aug 13 21:39:27.030 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-08-13T21:39:28.531Z[ recovery-image] Aug 13 21:39:27.039 INFO O| Aug 13 21:39:27.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63262024-08-13T21:39:28.531Z[ recovery-image] Aug 13 21:39:27.039 INFO O| Aug 13 21:39:27.039 INFO STEP 824 (remove_files) COMPLETE
63272024-08-13T21:39:28.531Z[ recovery-image] Aug 13 21:39:27.039 INFO O| Aug 13 21:39:27.039 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-08-13T21:39:28.540Z[ recovery-image] Aug 13 21:39:27.049 INFO O| Aug 13 21:39:27.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63292024-08-13T21:39:28.540Z[ recovery-image] Aug 13 21:39:27.049 INFO O| Aug 13 21:39:27.049 INFO STEP 825 (remove_files) COMPLETE
63302024-08-13T21:39:28.540Z[ recovery-image] Aug 13 21:39:27.049 INFO O| Aug 13 21:39:27.049 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-08-13T21:39:28.549Z[ recovery-image] Aug 13 21:39:27.058 INFO O| Aug 13 21:39:27.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63322024-08-13T21:39:28.549Z[ recovery-image] Aug 13 21:39:27.058 INFO O| Aug 13 21:39:27.058 INFO STEP 826 (remove_files) COMPLETE
63332024-08-13T21:39:28.552Z[ recovery-image] Aug 13 21:39:27.058 INFO O| Aug 13 21:39:27.058 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-08-13T21:39:28.559Z[ recovery-image] Aug 13 21:39:27.067 INFO O| Aug 13 21:39:27.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63352024-08-13T21:39:28.561Z[ recovery-image] Aug 13 21:39:27.067 INFO O| Aug 13 21:39:27.067 INFO STEP 827 (remove_files) COMPLETE
63362024-08-13T21:39:28.561Z[ recovery-image] Aug 13 21:39:27.068 INFO O| Aug 13 21:39:27.067 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-08-13T21:39:28.568Z[ recovery-image] Aug 13 21:39:27.077 INFO O| Aug 13 21:39:27.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63382024-08-13T21:39:28.571Z[ recovery-image] Aug 13 21:39:27.077 INFO O| Aug 13 21:39:27.077 INFO STEP 828 (remove_files) COMPLETE
63392024-08-13T21:39:28.571Z[ recovery-image] Aug 13 21:39:27.077 INFO O| Aug 13 21:39:27.077 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-08-13T21:39:28.578Z[ recovery-image] Aug 13 21:39:27.086 INFO O| Aug 13 21:39:27.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63412024-08-13T21:39:28.580Z[ recovery-image] Aug 13 21:39:27.086 INFO O| Aug 13 21:39:27.086 INFO STEP 829 (remove_files) COMPLETE
63422024-08-13T21:39:28.580Z[ recovery-image] Aug 13 21:39:27.086 INFO O| Aug 13 21:39:27.086 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-08-13T21:39:28.587Z[ recovery-image] Aug 13 21:39:27.096 INFO O| Aug 13 21:39:27.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63442024-08-13T21:39:28.587Z[ recovery-image] Aug 13 21:39:27.096 INFO O| Aug 13 21:39:27.096 INFO STEP 830 (remove_files) COMPLETE
63452024-08-13T21:39:28.589Z[ recovery-image] Aug 13 21:39:27.096 INFO O| Aug 13 21:39:27.096 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-08-13T21:39:28.596Z[ recovery-image] Aug 13 21:39:27.105 INFO O| Aug 13 21:39:27.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63472024-08-13T21:39:28.599Z[ recovery-image] Aug 13 21:39:27.105 INFO O| Aug 13 21:39:27.105 INFO STEP 831 (remove_files) COMPLETE
63482024-08-13T21:39:28.599Z[ recovery-image] Aug 13 21:39:27.105 INFO O| Aug 13 21:39:27.105 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-08-13T21:39:28.606Z[ recovery-image] Aug 13 21:39:27.114 INFO O| Aug 13 21:39:27.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63502024-08-13T21:39:28.609Z[ recovery-image] Aug 13 21:39:27.114 INFO O| Aug 13 21:39:27.114 INFO STEP 832 (remove_files) COMPLETE
63512024-08-13T21:39:28.609Z[ recovery-image] Aug 13 21:39:27.114 INFO O| Aug 13 21:39:27.114 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-08-13T21:39:28.616Z[ recovery-image] Aug 13 21:39:27.124 INFO O| Aug 13 21:39:27.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63532024-08-13T21:39:28.618Z[ recovery-image] Aug 13 21:39:27.124 INFO O| Aug 13 21:39:27.124 INFO STEP 833 (remove_files) COMPLETE
63542024-08-13T21:39:28.618Z[ recovery-image] Aug 13 21:39:27.124 INFO O| Aug 13 21:39:27.124 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-08-13T21:39:28.623Z[ host-image] Aug 13 21:39:27.132 INFO O| Aug 13 21:39:27.132 INFO O| Download: Completed 8.42 MB in 4.96 seconds (1.7M/s)
63562024-08-13T21:39:28.626Z[ recovery-image] Aug 13 21:39:27.134 INFO O| Aug 13 21:39:27.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
63572024-08-13T21:39:28.626Z[ recovery-image] Aug 13 21:39:27.134 INFO O| Aug 13 21:39:27.134 INFO STEP 834 (remove_files) COMPLETE
63582024-08-13T21:39:28.626Z[ recovery-image] Aug 13 21:39:27.134 INFO O| Aug 13 21:39:27.134 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-08-13T21:39:28.635Z[ recovery-image] Aug 13 21:39:27.143 INFO O| Aug 13 21:39:27.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
63602024-08-13T21:39:28.635Z[ recovery-image] Aug 13 21:39:27.143 INFO O| Aug 13 21:39:27.143 INFO STEP 835 (remove_files) COMPLETE
63612024-08-13T21:39:28.635Z[ recovery-image] Aug 13 21:39:27.144 INFO O| Aug 13 21:39:27.143 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-08-13T21:39:28.645Z[ recovery-image] Aug 13 21:39:27.153 INFO O| Aug 13 21:39:27.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
63632024-08-13T21:39:28.645Z[ recovery-image] Aug 13 21:39:27.153 INFO O| Aug 13 21:39:27.153 INFO STEP 836 (remove_files) COMPLETE
63642024-08-13T21:39:28.647Z[ recovery-image] Aug 13 21:39:27.153 INFO O| Aug 13 21:39:27.153 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-08-13T21:39:28.654Z[ recovery-image] Aug 13 21:39:27.163 INFO O| Aug 13 21:39:27.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
63662024-08-13T21:39:28.657Z[ recovery-image] Aug 13 21:39:27.163 INFO O| Aug 13 21:39:27.163 INFO STEP 837 (remove_files) COMPLETE
63672024-08-13T21:39:28.657Z[ recovery-image] Aug 13 21:39:27.163 INFO O| Aug 13 21:39:27.163 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-08-13T21:39:28.663Z[ recovery-image] Aug 13 21:39:27.172 INFO O| Aug 13 21:39:27.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
63692024-08-13T21:39:28.663Z[ recovery-image] Aug 13 21:39:27.172 INFO O| Aug 13 21:39:27.172 INFO STEP 838 (remove_files) COMPLETE
63702024-08-13T21:39:28.666Z[ recovery-image] Aug 13 21:39:27.172 INFO O| Aug 13 21:39:27.172 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-08-13T21:39:28.673Z[ recovery-image] Aug 13 21:39:27.181 INFO O| Aug 13 21:39:27.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
63722024-08-13T21:39:28.673Z[ recovery-image] Aug 13 21:39:27.181 INFO O| Aug 13 21:39:27.181 INFO STEP 839 (remove_files) COMPLETE
63732024-08-13T21:39:28.675Z[ recovery-image] Aug 13 21:39:27.181 INFO O| Aug 13 21:39:27.181 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-08-13T21:39:28.676Z[ host-image] Aug 13 21:39:27.184 INFO O| Aug 13 21:39:27.184 INFO O| Actions: 1/1361 actions (Installing new actions)
63752024-08-13T21:39:28.682Z[ recovery-image] Aug 13 21:39:27.191 INFO O| Aug 13 21:39:27.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
63762024-08-13T21:39:28.682Z[ recovery-image] Aug 13 21:39:27.191 INFO O| Aug 13 21:39:27.191 INFO STEP 840 (remove_files) COMPLETE
63772024-08-13T21:39:28.682Z[ recovery-image] Aug 13 21:39:27.191 INFO O| Aug 13 21:39:27.191 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-08-13T21:39:28.692Z[ recovery-image] Aug 13 21:39:27.200 INFO O| Aug 13 21:39:27.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
63792024-08-13T21:39:28.692Z[ recovery-image] Aug 13 21:39:27.200 INFO O| Aug 13 21:39:27.200 INFO STEP 841 (remove_files) COMPLETE
63802024-08-13T21:39:28.692Z[ recovery-image] Aug 13 21:39:27.200 INFO O| Aug 13 21:39:27.200 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-08-13T21:39:28.701Z[ recovery-image] Aug 13 21:39:27.210 INFO O| Aug 13 21:39:27.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
63822024-08-13T21:39:28.701Z[ recovery-image] Aug 13 21:39:27.210 INFO O| Aug 13 21:39:27.210 INFO STEP 842 (remove_files) COMPLETE
63832024-08-13T21:39:28.704Z[ recovery-image] Aug 13 21:39:27.210 INFO O| Aug 13 21:39:27.210 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-08-13T21:39:28.710Z[ recovery-image] Aug 13 21:39:27.219 INFO O| Aug 13 21:39:27.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
63852024-08-13T21:39:28.713Z[ recovery-image] Aug 13 21:39:27.219 INFO O| Aug 13 21:39:27.219 INFO STEP 843 (remove_files) COMPLETE
63862024-08-13T21:39:28.713Z[ recovery-image] Aug 13 21:39:27.219 INFO O| Aug 13 21:39:27.219 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-08-13T21:39:28.720Z[ recovery-image] Aug 13 21:39:27.228 INFO O| Aug 13 21:39:27.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
63882024-08-13T21:39:28.722Z[ recovery-image] Aug 13 21:39:27.228 INFO O| Aug 13 21:39:27.228 INFO STEP 844 (remove_files) COMPLETE
63892024-08-13T21:39:28.722Z[ recovery-image] Aug 13 21:39:27.228 INFO O| Aug 13 21:39:27.228 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-08-13T21:39:28.729Z[ recovery-image] Aug 13 21:39:27.238 INFO O| Aug 13 21:39:27.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
63912024-08-13T21:39:28.729Z[ recovery-image] Aug 13 21:39:27.238 INFO O| Aug 13 21:39:27.238 INFO STEP 845 (remove_files) COMPLETE
63922024-08-13T21:39:28.732Z[ recovery-image] Aug 13 21:39:27.238 INFO O| Aug 13 21:39:27.238 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-08-13T21:39:28.738Z[ recovery-image] Aug 13 21:39:27.247 INFO O| Aug 13 21:39:27.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
63942024-08-13T21:39:28.738Z[ recovery-image] Aug 13 21:39:27.247 INFO O| Aug 13 21:39:27.247 INFO STEP 846 (remove_files) COMPLETE
63952024-08-13T21:39:28.741Z[ recovery-image] Aug 13 21:39:27.247 INFO O| Aug 13 21:39:27.247 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-08-13T21:39:28.748Z[ recovery-image] Aug 13 21:39:27.256 INFO O| Aug 13 21:39:27.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
63972024-08-13T21:39:28.748Z[ recovery-image] Aug 13 21:39:27.256 INFO O| Aug 13 21:39:27.256 INFO STEP 847 (remove_files) COMPLETE
63982024-08-13T21:39:28.750Z[ recovery-image] Aug 13 21:39:27.256 INFO O| Aug 13 21:39:27.256 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-08-13T21:39:28.757Z[ recovery-image] Aug 13 21:39:27.266 INFO O| Aug 13 21:39:27.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64002024-08-13T21:39:28.757Z[ recovery-image] Aug 13 21:39:27.266 INFO O| Aug 13 21:39:27.266 INFO STEP 848 (remove_files) COMPLETE
64012024-08-13T21:39:28.759Z[ recovery-image] Aug 13 21:39:27.266 INFO O| Aug 13 21:39:27.266 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-08-13T21:39:28.766Z[ recovery-image] Aug 13 21:39:27.275 INFO O| Aug 13 21:39:27.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64032024-08-13T21:39:28.769Z[ recovery-image] Aug 13 21:39:27.275 INFO O| Aug 13 21:39:27.275 INFO STEP 849 (remove_files) COMPLETE
64042024-08-13T21:39:28.769Z[ recovery-image] Aug 13 21:39:27.275 INFO O| Aug 13 21:39:27.275 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-08-13T21:39:28.776Z[ recovery-image] Aug 13 21:39:27.284 INFO O| Aug 13 21:39:27.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64062024-08-13T21:39:28.776Z[ recovery-image] Aug 13 21:39:27.284 INFO O| Aug 13 21:39:27.284 INFO STEP 850 (remove_files) COMPLETE
64072024-08-13T21:39:28.778Z[ recovery-image] Aug 13 21:39:27.284 INFO O| Aug 13 21:39:27.284 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-08-13T21:39:28.785Z[ recovery-image] Aug 13 21:39:27.294 INFO O| Aug 13 21:39:27.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64092024-08-13T21:39:28.787Z[ recovery-image] Aug 13 21:39:27.294 INFO O| Aug 13 21:39:27.294 INFO STEP 851 (remove_files) COMPLETE
64102024-08-13T21:39:28.787Z[ recovery-image] Aug 13 21:39:27.294 INFO O| Aug 13 21:39:27.294 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-08-13T21:39:28.794Z[ recovery-image] Aug 13 21:39:27.303 INFO O| Aug 13 21:39:27.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64122024-08-13T21:39:28.797Z[ recovery-image] Aug 13 21:39:27.303 INFO O| Aug 13 21:39:27.303 INFO STEP 852 (remove_files) COMPLETE
64132024-08-13T21:39:28.797Z[ recovery-image] Aug 13 21:39:27.303 INFO O| Aug 13 21:39:27.303 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-08-13T21:39:28.804Z[ recovery-image] Aug 13 21:39:27.312 INFO O| Aug 13 21:39:27.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64152024-08-13T21:39:28.804Z[ recovery-image] Aug 13 21:39:27.312 INFO O| Aug 13 21:39:27.312 INFO STEP 853 (remove_files) COMPLETE
64162024-08-13T21:39:28.804Z[ recovery-image] Aug 13 21:39:27.312 INFO O| Aug 13 21:39:27.312 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-08-13T21:39:28.813Z[ recovery-image] Aug 13 21:39:27.322 INFO O| Aug 13 21:39:27.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64182024-08-13T21:39:28.813Z[ recovery-image] Aug 13 21:39:27.322 INFO O| Aug 13 21:39:27.322 INFO STEP 854 (remove_files) COMPLETE
64192024-08-13T21:39:28.815Z[ recovery-image] Aug 13 21:39:27.322 INFO O| Aug 13 21:39:27.322 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-08-13T21:39:28.822Z[ recovery-image] Aug 13 21:39:27.331 INFO O| Aug 13 21:39:27.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64212024-08-13T21:39:28.823Z[ recovery-image] Aug 13 21:39:27.331 INFO O| Aug 13 21:39:27.331 INFO STEP 855 (remove_files) COMPLETE
64222024-08-13T21:39:28.825Z[ recovery-image] Aug 13 21:39:27.331 INFO O| Aug 13 21:39:27.331 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-08-13T21:39:28.832Z[ recovery-image] Aug 13 21:39:27.340 INFO O| Aug 13 21:39:27.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64242024-08-13T21:39:28.832Z[ recovery-image] Aug 13 21:39:27.340 INFO O| Aug 13 21:39:27.340 INFO STEP 856 (remove_files) COMPLETE
64252024-08-13T21:39:28.836Z[ recovery-image] Aug 13 21:39:27.340 INFO O| Aug 13 21:39:27.340 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-08-13T21:39:28.841Z[ recovery-image] Aug 13 21:39:27.350 INFO O| Aug 13 21:39:27.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64272024-08-13T21:39:28.842Z[ recovery-image] Aug 13 21:39:27.350 INFO O| Aug 13 21:39:27.350 INFO STEP 857 (remove_files) COMPLETE
64282024-08-13T21:39:28.844Z[ recovery-image] Aug 13 21:39:27.350 INFO O| Aug 13 21:39:27.350 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-08-13T21:39:28.851Z[ recovery-image] Aug 13 21:39:27.359 INFO O| Aug 13 21:39:27.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64302024-08-13T21:39:28.853Z[ recovery-image] Aug 13 21:39:27.359 INFO O| Aug 13 21:39:27.359 INFO STEP 858 (remove_files) COMPLETE
64312024-08-13T21:39:28.853Z[ recovery-image] Aug 13 21:39:27.360 INFO O| Aug 13 21:39:27.359 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-08-13T21:39:28.860Z[ recovery-image] Aug 13 21:39:27.369 INFO O| Aug 13 21:39:27.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64332024-08-13T21:39:28.860Z[ recovery-image] Aug 13 21:39:27.369 INFO O| Aug 13 21:39:27.369 INFO STEP 859 (remove_files) COMPLETE
64342024-08-13T21:39:28.863Z[ recovery-image] Aug 13 21:39:27.369 INFO O| Aug 13 21:39:27.369 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-08-13T21:39:28.872Z[ recovery-image] Aug 13 21:39:27.378 INFO O| Aug 13 21:39:27.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64362024-08-13T21:39:28.872Z[ recovery-image] Aug 13 21:39:27.378 INFO O| Aug 13 21:39:27.378 INFO STEP 860 (remove_files) COMPLETE
64372024-08-13T21:39:28.876Z[ recovery-image] Aug 13 21:39:27.378 INFO O| Aug 13 21:39:27.378 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-08-13T21:39:28.879Z[ recovery-image] Aug 13 21:39:27.387 INFO O| Aug 13 21:39:27.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64392024-08-13T21:39:28.879Z[ recovery-image] Aug 13 21:39:27.388 INFO O| Aug 13 21:39:27.387 INFO STEP 861 (remove_files) COMPLETE
64402024-08-13T21:39:28.882Z[ recovery-image] Aug 13 21:39:27.388 INFO O| Aug 13 21:39:27.388 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-08-13T21:39:28.888Z[ recovery-image] Aug 13 21:39:27.397 INFO O| Aug 13 21:39:27.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64422024-08-13T21:39:28.891Z[ recovery-image] Aug 13 21:39:27.397 INFO O| Aug 13 21:39:27.397 INFO STEP 862 (remove_files) COMPLETE
64432024-08-13T21:39:28.891Z[ recovery-image] Aug 13 21:39:27.397 INFO O| Aug 13 21:39:27.397 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-08-13T21:39:28.898Z[ recovery-image] Aug 13 21:39:27.406 INFO O| Aug 13 21:39:27.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64452024-08-13T21:39:28.900Z[ recovery-image] Aug 13 21:39:27.406 INFO O| Aug 13 21:39:27.406 INFO STEP 863 (remove_files) COMPLETE
64462024-08-13T21:39:28.901Z[ recovery-image] Aug 13 21:39:27.406 INFO O| Aug 13 21:39:27.406 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-08-13T21:39:28.907Z[ recovery-image] Aug 13 21:39:27.416 INFO O| Aug 13 21:39:27.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64482024-08-13T21:39:28.907Z[ recovery-image] Aug 13 21:39:27.416 INFO O| Aug 13 21:39:27.416 INFO STEP 864 (remove_files) COMPLETE
64492024-08-13T21:39:28.911Z[ recovery-image] Aug 13 21:39:27.416 INFO O| Aug 13 21:39:27.416 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-08-13T21:39:28.916Z[ recovery-image] Aug 13 21:39:27.425 INFO O| Aug 13 21:39:27.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64512024-08-13T21:39:28.916Z[ recovery-image] Aug 13 21:39:27.425 INFO O| Aug 13 21:39:27.425 INFO STEP 865 (remove_files) COMPLETE
64522024-08-13T21:39:28.919Z[ recovery-image] Aug 13 21:39:27.425 INFO O| Aug 13 21:39:27.425 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-08-13T21:39:28.926Z[ recovery-image] Aug 13 21:39:27.434 INFO O| Aug 13 21:39:27.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
64542024-08-13T21:39:28.928Z[ recovery-image] Aug 13 21:39:27.434 INFO O| Aug 13 21:39:27.434 INFO STEP 866 (remove_files) COMPLETE
64552024-08-13T21:39:28.928Z[ recovery-image] Aug 13 21:39:27.434 INFO O| Aug 13 21:39:27.434 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-08-13T21:39:28.936Z[ recovery-image] Aug 13 21:39:27.444 INFO O| Aug 13 21:39:27.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
64572024-08-13T21:39:28.940Z[ recovery-image] Aug 13 21:39:27.444 INFO O| Aug 13 21:39:27.444 INFO STEP 867 (remove_files) COMPLETE
64582024-08-13T21:39:28.940Z[ recovery-image] Aug 13 21:39:27.444 INFO O| Aug 13 21:39:27.444 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-08-13T21:39:28.946Z[ recovery-image] Aug 13 21:39:27.453 INFO O| Aug 13 21:39:27.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
64602024-08-13T21:39:28.946Z[ recovery-image] Aug 13 21:39:27.453 INFO O| Aug 13 21:39:27.453 INFO STEP 868 (remove_files) COMPLETE
64612024-08-13T21:39:28.949Z[ recovery-image] Aug 13 21:39:27.453 INFO O| Aug 13 21:39:27.453 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-08-13T21:39:28.954Z[ recovery-image] Aug 13 21:39:27.462 INFO O| Aug 13 21:39:27.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
64632024-08-13T21:39:28.954Z[ recovery-image] Aug 13 21:39:27.462 INFO O| Aug 13 21:39:27.462 INFO STEP 869 (remove_files) COMPLETE
64642024-08-13T21:39:28.954Z[ recovery-image] Aug 13 21:39:27.462 INFO O| Aug 13 21:39:27.462 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-08-13T21:39:28.964Z[ recovery-image] Aug 13 21:39:27.472 INFO O| Aug 13 21:39:27.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
64662024-08-13T21:39:28.964Z[ recovery-image] Aug 13 21:39:27.472 INFO O| Aug 13 21:39:27.472 INFO STEP 870 (remove_files) COMPLETE
64672024-08-13T21:39:28.964Z[ recovery-image] Aug 13 21:39:27.472 INFO O| Aug 13 21:39:27.472 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-08-13T21:39:28.973Z[ recovery-image] Aug 13 21:39:27.481 INFO O| Aug 13 21:39:27.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
64692024-08-13T21:39:28.973Z[ recovery-image] Aug 13 21:39:27.481 INFO O| Aug 13 21:39:27.481 INFO STEP 871 (remove_files) COMPLETE
64702024-08-13T21:39:28.975Z[ recovery-image] Aug 13 21:39:27.481 INFO O| Aug 13 21:39:27.481 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-08-13T21:39:28.982Z[ recovery-image] Aug 13 21:39:27.491 INFO O| Aug 13 21:39:27.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
64722024-08-13T21:39:28.983Z[ recovery-image] Aug 13 21:39:27.491 INFO O| Aug 13 21:39:27.491 INFO STEP 872 (remove_files) COMPLETE
64732024-08-13T21:39:28.986Z[ recovery-image] Aug 13 21:39:27.491 INFO O| Aug 13 21:39:27.491 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-08-13T21:39:28.993Z[ recovery-image] Aug 13 21:39:27.500 INFO O| Aug 13 21:39:27.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
64752024-08-13T21:39:28.995Z[ recovery-image] Aug 13 21:39:27.500 INFO O| Aug 13 21:39:27.500 INFO STEP 873 (remove_files) COMPLETE
64762024-08-13T21:39:28.995Z[ recovery-image] Aug 13 21:39:27.500 INFO O| Aug 13 21:39:27.500 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-08-13T21:39:29.001Z[ recovery-image] Aug 13 21:39:27.509 INFO O| Aug 13 21:39:27.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
64782024-08-13T21:39:29.005Z[ recovery-image] Aug 13 21:39:27.510 INFO O| Aug 13 21:39:27.509 INFO STEP 874 (remove_files) COMPLETE
64792024-08-13T21:39:29.005Z[ recovery-image] Aug 13 21:39:27.510 INFO O| Aug 13 21:39:27.510 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-08-13T21:39:29.010Z[ recovery-image] Aug 13 21:39:27.519 INFO O| Aug 13 21:39:27.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
64812024-08-13T21:39:29.010Z[ recovery-image] Aug 13 21:39:27.519 INFO O| Aug 13 21:39:27.519 INFO STEP 875 (remove_files) COMPLETE
64822024-08-13T21:39:29.013Z[ recovery-image] Aug 13 21:39:27.519 INFO O| Aug 13 21:39:27.519 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-08-13T21:39:29.020Z[ recovery-image] Aug 13 21:39:27.528 INFO O| Aug 13 21:39:27.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
64842024-08-13T21:39:29.020Z[ recovery-image] Aug 13 21:39:27.528 INFO O| Aug 13 21:39:27.528 INFO STEP 876 (remove_files) COMPLETE
64852024-08-13T21:39:29.020Z[ recovery-image] Aug 13 21:39:27.528 INFO O| Aug 13 21:39:27.528 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-08-13T21:39:29.029Z[ recovery-image] Aug 13 21:39:27.537 INFO O| Aug 13 21:39:27.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
64872024-08-13T21:39:29.029Z[ recovery-image] Aug 13 21:39:27.537 INFO O| Aug 13 21:39:27.537 INFO STEP 877 (remove_files) COMPLETE
64882024-08-13T21:39:29.032Z[ recovery-image] Aug 13 21:39:27.537 INFO O| Aug 13 21:39:27.537 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-08-13T21:39:29.038Z[ recovery-image] Aug 13 21:39:27.547 INFO O| Aug 13 21:39:27.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
64902024-08-13T21:39:29.038Z[ recovery-image] Aug 13 21:39:27.547 INFO O| Aug 13 21:39:27.547 INFO STEP 878 (remove_files) COMPLETE
64912024-08-13T21:39:29.041Z[ recovery-image] Aug 13 21:39:27.547 INFO O| Aug 13 21:39:27.547 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-08-13T21:39:29.048Z[ recovery-image] Aug 13 21:39:27.556 INFO O| Aug 13 21:39:27.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
64932024-08-13T21:39:29.048Z[ recovery-image] Aug 13 21:39:27.556 INFO O| Aug 13 21:39:27.556 INFO STEP 879 (remove_files) COMPLETE
64942024-08-13T21:39:29.050Z[ recovery-image] Aug 13 21:39:27.556 INFO O| Aug 13 21:39:27.556 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-08-13T21:39:29.057Z[ recovery-image] Aug 13 21:39:27.566 INFO O| Aug 13 21:39:27.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
64962024-08-13T21:39:29.057Z[ recovery-image] Aug 13 21:39:27.566 INFO O| Aug 13 21:39:27.566 INFO STEP 880 (remove_files) COMPLETE
64972024-08-13T21:39:29.060Z[ recovery-image] Aug 13 21:39:27.566 INFO O| Aug 13 21:39:27.566 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-08-13T21:39:29.067Z[ recovery-image] Aug 13 21:39:27.576 INFO O| Aug 13 21:39:27.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
64992024-08-13T21:39:29.070Z[ recovery-image] Aug 13 21:39:27.576 INFO O| Aug 13 21:39:27.576 INFO STEP 881 (remove_files) COMPLETE
65002024-08-13T21:39:29.070Z[ recovery-image] Aug 13 21:39:27.576 INFO O| Aug 13 21:39:27.576 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-08-13T21:39:29.077Z[ recovery-image] Aug 13 21:39:27.585 INFO O| Aug 13 21:39:27.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65022024-08-13T21:39:29.077Z[ recovery-image] Aug 13 21:39:27.585 INFO O| Aug 13 21:39:27.585 INFO STEP 882 (remove_files) COMPLETE
65032024-08-13T21:39:29.077Z[ recovery-image] Aug 13 21:39:27.585 INFO O| Aug 13 21:39:27.585 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-08-13T21:39:29.086Z[ recovery-image] Aug 13 21:39:27.595 INFO O| Aug 13 21:39:27.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65052024-08-13T21:39:29.086Z[ recovery-image] Aug 13 21:39:27.595 INFO O| Aug 13 21:39:27.595 INFO STEP 883 (remove_files) COMPLETE
65062024-08-13T21:39:29.089Z[ recovery-image] Aug 13 21:39:27.595 INFO O| Aug 13 21:39:27.595 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-08-13T21:39:29.089Z[ host-image] Aug 13 21:39:27.596 INFO O| Aug 13 21:39:27.596 INFO O| Actions: Completed 1361 actions in 0.41 seconds.
65082024-08-13T21:39:29.096Z[ recovery-image] Aug 13 21:39:27.604 INFO O| Aug 13 21:39:27.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65092024-08-13T21:39:29.098Z[ recovery-image] Aug 13 21:39:27.604 INFO O| Aug 13 21:39:27.604 INFO STEP 884 (remove_files) COMPLETE
65102024-08-13T21:39:29.098Z[ recovery-image] Aug 13 21:39:27.604 INFO O| Aug 13 21:39:27.604 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-08-13T21:39:29.105Z[ recovery-image] Aug 13 21:39:27.614 INFO O| Aug 13 21:39:27.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65122024-08-13T21:39:29.105Z[ recovery-image] Aug 13 21:39:27.614 INFO O| Aug 13 21:39:27.614 INFO STEP 885 (remove_files) COMPLETE
65132024-08-13T21:39:29.108Z[ recovery-image] Aug 13 21:39:27.614 INFO O| Aug 13 21:39:27.614 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-08-13T21:39:29.115Z[ recovery-image] Aug 13 21:39:27.623 INFO O| Aug 13 21:39:27.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65152024-08-13T21:39:29.115Z[ recovery-image] Aug 13 21:39:27.623 INFO O| Aug 13 21:39:27.623 INFO STEP 886 (remove_files) COMPLETE
65162024-08-13T21:39:29.117Z[ recovery-image] Aug 13 21:39:27.623 INFO O| Aug 13 21:39:27.623 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-08-13T21:39:29.125Z[ recovery-image] Aug 13 21:39:27.633 INFO O| Aug 13 21:39:27.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65182024-08-13T21:39:29.127Z[ recovery-image] Aug 13 21:39:27.634 INFO O| Aug 13 21:39:27.634 INFO STEP 887 (remove_files) COMPLETE
65192024-08-13T21:39:29.127Z[ recovery-image] Aug 13 21:39:27.634 INFO O| Aug 13 21:39:27.634 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-08-13T21:39:29.135Z[ recovery-image] Aug 13 21:39:27.643 INFO O| Aug 13 21:39:27.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65212024-08-13T21:39:29.137Z[ recovery-image] Aug 13 21:39:27.644 INFO O| Aug 13 21:39:27.644 INFO STEP 888 (remove_files) COMPLETE
65222024-08-13T21:39:29.137Z[ recovery-image] Aug 13 21:39:27.644 INFO O| Aug 13 21:39:27.644 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-08-13T21:39:29.145Z[ recovery-image] Aug 13 21:39:27.653 INFO O| Aug 13 21:39:27.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65242024-08-13T21:39:29.145Z[ recovery-image] Aug 13 21:39:27.653 INFO O| Aug 13 21:39:27.653 INFO STEP 889 (remove_files) COMPLETE
65252024-08-13T21:39:29.147Z[ recovery-image] Aug 13 21:39:27.653 INFO O| Aug 13 21:39:27.653 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-08-13T21:39:29.155Z[ recovery-image] Aug 13 21:39:27.663 INFO O| Aug 13 21:39:27.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65272024-08-13T21:39:29.157Z[ recovery-image] Aug 13 21:39:27.663 INFO O| Aug 13 21:39:27.663 INFO STEP 890 (remove_files) COMPLETE
65282024-08-13T21:39:29.157Z[ recovery-image] Aug 13 21:39:27.663 INFO O| Aug 13 21:39:27.663 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-08-13T21:39:29.164Z[ recovery-image] Aug 13 21:39:27.673 INFO O| Aug 13 21:39:27.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65302024-08-13T21:39:29.164Z[ recovery-image] Aug 13 21:39:27.673 INFO O| Aug 13 21:39:27.673 INFO STEP 891 (remove_files) COMPLETE
65312024-08-13T21:39:29.167Z[ recovery-image] Aug 13 21:39:27.673 INFO O| Aug 13 21:39:27.673 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-08-13T21:39:29.174Z[ recovery-image] Aug 13 21:39:27.682 INFO O| Aug 13 21:39:27.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65332024-08-13T21:39:29.174Z[ recovery-image] Aug 13 21:39:27.682 INFO O| Aug 13 21:39:27.682 INFO STEP 892 (remove_files) COMPLETE
65342024-08-13T21:39:29.174Z[ recovery-image] Aug 13 21:39:27.682 INFO O| Aug 13 21:39:27.682 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-08-13T21:39:29.184Z[ recovery-image] Aug 13 21:39:27.692 INFO O| Aug 13 21:39:27.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65362024-08-13T21:39:29.184Z[ recovery-image] Aug 13 21:39:27.692 INFO O| Aug 13 21:39:27.692 INFO STEP 893 (remove_files) COMPLETE
65372024-08-13T21:39:29.184Z[ recovery-image] Aug 13 21:39:27.692 INFO O| Aug 13 21:39:27.692 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-08-13T21:39:29.193Z[ recovery-image] Aug 13 21:39:27.702 INFO O| Aug 13 21:39:27.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65392024-08-13T21:39:29.193Z[ recovery-image] Aug 13 21:39:27.702 INFO O| Aug 13 21:39:27.702 INFO STEP 894 (remove_files) COMPLETE
65402024-08-13T21:39:29.196Z[ recovery-image] Aug 13 21:39:27.702 INFO O| Aug 13 21:39:27.702 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-08-13T21:39:29.203Z[ recovery-image] Aug 13 21:39:27.711 INFO O| Aug 13 21:39:27.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65422024-08-13T21:39:29.203Z[ recovery-image] Aug 13 21:39:27.711 INFO O| Aug 13 21:39:27.711 INFO STEP 895 (remove_files) COMPLETE
65432024-08-13T21:39:29.206Z[ recovery-image] Aug 13 21:39:27.711 INFO O| Aug 13 21:39:27.711 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-08-13T21:39:29.213Z[ recovery-image] Aug 13 21:39:27.721 INFO O| Aug 13 21:39:27.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65452024-08-13T21:39:29.213Z[ recovery-image] Aug 13 21:39:27.722 INFO O| Aug 13 21:39:27.722 INFO STEP 896 (remove_files) COMPLETE
65462024-08-13T21:39:29.216Z[ recovery-image] Aug 13 21:39:27.722 INFO O| Aug 13 21:39:27.722 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-08-13T21:39:29.223Z[ recovery-image] Aug 13 21:39:27.731 INFO O| Aug 13 21:39:27.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65482024-08-13T21:39:29.225Z[ recovery-image] Aug 13 21:39:27.731 INFO O| Aug 13 21:39:27.731 INFO STEP 897 (remove_files) COMPLETE
65492024-08-13T21:39:29.225Z[ recovery-image] Aug 13 21:39:27.731 INFO O| Aug 13 21:39:27.731 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-08-13T21:39:29.232Z[ recovery-image] Aug 13 21:39:27.741 INFO O| Aug 13 21:39:27.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65512024-08-13T21:39:29.233Z[ recovery-image] Aug 13 21:39:27.741 INFO O| Aug 13 21:39:27.741 INFO STEP 898 (remove_files) COMPLETE
65522024-08-13T21:39:29.233Z[ recovery-image] Aug 13 21:39:27.741 INFO O| Aug 13 21:39:27.741 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-08-13T21:39:29.236Z[ host-image] Aug 13 21:39:27.744 INFO O| Aug 13 21:39:27.744 INFO O| Done
65542024-08-13T21:39:29.236Z[ host-image] Aug 13 21:39:27.744 INFO O| Aug 13 21:39:27.744 INFO O| Done
65552024-08-13T21:39:29.244Z[ recovery-image] Aug 13 21:39:27.752 INFO O| Aug 13 21:39:27.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
65562024-08-13T21:39:29.244Z[ recovery-image] Aug 13 21:39:27.752 INFO O| Aug 13 21:39:27.752 INFO STEP 899 (remove_files) COMPLETE
65572024-08-13T21:39:29.247Z[ recovery-image] Aug 13 21:39:27.752 INFO O| Aug 13 21:39:27.752 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-08-13T21:39:29.254Z[ recovery-image] Aug 13 21:39:27.762 INFO O| Aug 13 21:39:27.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
65592024-08-13T21:39:29.256Z[ recovery-image] Aug 13 21:39:27.762 INFO O| Aug 13 21:39:27.762 INFO STEP 900 (remove_files) COMPLETE
65602024-08-13T21:39:29.256Z[ recovery-image] Aug 13 21:39:27.762 INFO O| Aug 13 21:39:27.762 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-08-13T21:39:29.263Z[ recovery-image] Aug 13 21:39:27.772 INFO O| Aug 13 21:39:27.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
65622024-08-13T21:39:29.263Z[ recovery-image] Aug 13 21:39:27.772 INFO O| Aug 13 21:39:27.772 INFO STEP 901 (remove_files) COMPLETE
65632024-08-13T21:39:29.263Z[ recovery-image] Aug 13 21:39:27.772 INFO O| Aug 13 21:39:27.772 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-08-13T21:39:29.272Z[ recovery-image] Aug 13 21:39:27.781 INFO O| Aug 13 21:39:27.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
65652024-08-13T21:39:29.273Z[ recovery-image] Aug 13 21:39:27.781 INFO O| Aug 13 21:39:27.781 INFO STEP 902 (remove_files) COMPLETE
65662024-08-13T21:39:29.275Z[ recovery-image] Aug 13 21:39:27.781 INFO O| Aug 13 21:39:27.781 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-08-13T21:39:29.282Z[ recovery-image] Aug 13 21:39:27.790 INFO O| Aug 13 21:39:27.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
65682024-08-13T21:39:29.282Z[ recovery-image] Aug 13 21:39:27.790 INFO O| Aug 13 21:39:27.790 INFO STEP 903 (remove_files) COMPLETE
65692024-08-13T21:39:29.282Z[ recovery-image] Aug 13 21:39:27.790 INFO O| Aug 13 21:39:27.790 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-08-13T21:39:29.291Z[ recovery-image] Aug 13 21:39:27.800 INFO O| Aug 13 21:39:27.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
65712024-08-13T21:39:29.291Z[ recovery-image] Aug 13 21:39:27.800 INFO O| Aug 13 21:39:27.800 INFO STEP 904 (remove_files) COMPLETE
65722024-08-13T21:39:29.294Z[ recovery-image] Aug 13 21:39:27.800 INFO O| Aug 13 21:39:27.800 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-08-13T21:39:29.301Z[ recovery-image] Aug 13 21:39:27.809 INFO O| Aug 13 21:39:27.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
65742024-08-13T21:39:29.301Z[ recovery-image] Aug 13 21:39:27.809 INFO O| Aug 13 21:39:27.809 INFO STEP 905 (remove_files) COMPLETE
65752024-08-13T21:39:29.301Z[ recovery-image] Aug 13 21:39:27.809 INFO O| Aug 13 21:39:27.809 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-08-13T21:39:29.310Z[ recovery-image] Aug 13 21:39:27.819 INFO O| Aug 13 21:39:27.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
65772024-08-13T21:39:29.313Z[ recovery-image] Aug 13 21:39:27.819 INFO O| Aug 13 21:39:27.819 INFO STEP 906 (remove_files) COMPLETE
65782024-08-13T21:39:29.313Z[ recovery-image] Aug 13 21:39:27.819 INFO O| Aug 13 21:39:27.819 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-08-13T21:39:29.320Z[ recovery-image] Aug 13 21:39:27.828 INFO O| Aug 13 21:39:27.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
65802024-08-13T21:39:29.320Z[ recovery-image] Aug 13 21:39:27.828 INFO O| Aug 13 21:39:27.828 INFO STEP 907 (remove_files) COMPLETE
65812024-08-13T21:39:29.322Z[ recovery-image] Aug 13 21:39:27.828 INFO O| Aug 13 21:39:27.828 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-08-13T21:39:29.329Z[ recovery-image] Aug 13 21:39:27.837 INFO O| Aug 13 21:39:27.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
65832024-08-13T21:39:29.329Z[ recovery-image] Aug 13 21:39:27.837 INFO O| Aug 13 21:39:27.837 INFO STEP 908 (remove_files) COMPLETE
65842024-08-13T21:39:29.331Z[ recovery-image] Aug 13 21:39:27.837 INFO O| Aug 13 21:39:27.837 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-08-13T21:39:29.338Z[ recovery-image] Aug 13 21:39:27.847 INFO O| Aug 13 21:39:27.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
65862024-08-13T21:39:29.341Z[ recovery-image] Aug 13 21:39:27.847 INFO O| Aug 13 21:39:27.847 INFO STEP 909 (remove_files) COMPLETE
65872024-08-13T21:39:29.341Z[ recovery-image] Aug 13 21:39:27.847 INFO O| Aug 13 21:39:27.847 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-08-13T21:39:29.347Z[ recovery-image] Aug 13 21:39:27.856 INFO O| Aug 13 21:39:27.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
65892024-08-13T21:39:29.348Z[ recovery-image] Aug 13 21:39:27.856 INFO O| Aug 13 21:39:27.856 INFO STEP 910 (remove_files) COMPLETE
65902024-08-13T21:39:29.350Z[ recovery-image] Aug 13 21:39:27.856 INFO O| Aug 13 21:39:27.856 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-08-13T21:39:29.357Z[ recovery-image] Aug 13 21:39:27.865 INFO O| Aug 13 21:39:27.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
65922024-08-13T21:39:29.357Z[ recovery-image] Aug 13 21:39:27.865 INFO O| Aug 13 21:39:27.865 INFO STEP 911 (remove_files) COMPLETE
65932024-08-13T21:39:29.360Z[ recovery-image] Aug 13 21:39:27.865 INFO O| Aug 13 21:39:27.865 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-08-13T21:39:29.366Z[ recovery-image] Aug 13 21:39:27.875 INFO O| Aug 13 21:39:27.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
65952024-08-13T21:39:29.368Z[ recovery-image] Aug 13 21:39:27.875 INFO O| Aug 13 21:39:27.875 INFO STEP 912 (remove_files) COMPLETE
65962024-08-13T21:39:29.368Z[ recovery-image] Aug 13 21:39:27.875 INFO O| Aug 13 21:39:27.875 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-08-13T21:39:29.376Z[ recovery-image] Aug 13 21:39:27.884 INFO O| Aug 13 21:39:27.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
65982024-08-13T21:39:29.378Z[ recovery-image] Aug 13 21:39:27.884 INFO O| Aug 13 21:39:27.884 INFO STEP 913 (remove_files) COMPLETE
65992024-08-13T21:39:29.378Z[ recovery-image] Aug 13 21:39:27.884 INFO O| Aug 13 21:39:27.884 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-08-13T21:39:29.385Z[ recovery-image] Aug 13 21:39:27.893 INFO O| Aug 13 21:39:27.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66012024-08-13T21:39:29.385Z[ recovery-image] Aug 13 21:39:27.894 INFO O| Aug 13 21:39:27.894 INFO STEP 914 (remove_files) COMPLETE
66022024-08-13T21:39:29.388Z[ recovery-image] Aug 13 21:39:27.894 INFO O| Aug 13 21:39:27.894 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-08-13T21:39:29.394Z[ recovery-image] Aug 13 21:39:27.903 INFO O| Aug 13 21:39:27.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66042024-08-13T21:39:29.394Z[ recovery-image] Aug 13 21:39:27.903 INFO O| Aug 13 21:39:27.903 INFO STEP 915 (remove_files) COMPLETE
66052024-08-13T21:39:29.397Z[ recovery-image] Aug 13 21:39:27.903 INFO O| Aug 13 21:39:27.903 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-08-13T21:39:29.404Z[ recovery-image] Aug 13 21:39:27.912 INFO O| Aug 13 21:39:27.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66072024-08-13T21:39:29.404Z[ recovery-image] Aug 13 21:39:27.912 INFO O| Aug 13 21:39:27.912 INFO STEP 916 (remove_files) COMPLETE
66082024-08-13T21:39:29.406Z[ recovery-image] Aug 13 21:39:27.912 INFO O| Aug 13 21:39:27.912 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-08-13T21:39:29.413Z[ recovery-image] Aug 13 21:39:27.922 INFO O| Aug 13 21:39:27.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66102024-08-13T21:39:29.413Z[ recovery-image] Aug 13 21:39:27.922 INFO O| Aug 13 21:39:27.922 INFO STEP 917 (remove_files) COMPLETE
66112024-08-13T21:39:29.416Z[ recovery-image] Aug 13 21:39:27.922 INFO O| Aug 13 21:39:27.922 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-08-13T21:39:29.423Z[ recovery-image] Aug 13 21:39:27.931 INFO O| Aug 13 21:39:27.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66132024-08-13T21:39:29.423Z[ recovery-image] Aug 13 21:39:27.931 INFO O| Aug 13 21:39:27.931 INFO STEP 918 (remove_files) COMPLETE
66142024-08-13T21:39:29.423Z[ recovery-image] Aug 13 21:39:27.931 INFO O| Aug 13 21:39:27.931 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-08-13T21:39:29.432Z[ recovery-image] Aug 13 21:39:27.940 INFO O| Aug 13 21:39:27.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66162024-08-13T21:39:29.434Z[ recovery-image] Aug 13 21:39:27.940 INFO O| Aug 13 21:39:27.940 INFO STEP 919 (remove_files) COMPLETE
66172024-08-13T21:39:29.434Z[ recovery-image] Aug 13 21:39:27.940 INFO O| Aug 13 21:39:27.940 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-08-13T21:39:29.441Z[ recovery-image] Aug 13 21:39:27.950 INFO O| Aug 13 21:39:27.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66192024-08-13T21:39:29.444Z[ recovery-image] Aug 13 21:39:27.950 INFO O| Aug 13 21:39:27.950 INFO STEP 920 (remove_files) COMPLETE
66202024-08-13T21:39:29.444Z[ recovery-image] Aug 13 21:39:27.950 INFO O| Aug 13 21:39:27.950 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-08-13T21:39:29.450Z[ recovery-image] Aug 13 21:39:27.959 INFO O| Aug 13 21:39:27.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66222024-08-13T21:39:29.453Z[ recovery-image] Aug 13 21:39:27.959 INFO O| Aug 13 21:39:27.959 INFO STEP 921 (remove_files) COMPLETE
66232024-08-13T21:39:29.453Z[ recovery-image] Aug 13 21:39:27.959 INFO O| Aug 13 21:39:27.959 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-08-13T21:39:29.460Z[ recovery-image] Aug 13 21:39:27.968 INFO O| Aug 13 21:39:27.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66252024-08-13T21:39:29.462Z[ recovery-image] Aug 13 21:39:27.968 INFO O| Aug 13 21:39:27.968 INFO STEP 922 (remove_files) COMPLETE
66262024-08-13T21:39:29.462Z[ recovery-image] Aug 13 21:39:27.968 INFO O| Aug 13 21:39:27.968 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-08-13T21:39:29.469Z[ recovery-image] Aug 13 21:39:27.978 INFO O| Aug 13 21:39:27.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66282024-08-13T21:39:29.469Z[ recovery-image] Aug 13 21:39:27.978 INFO O| Aug 13 21:39:27.978 INFO STEP 923 (remove_files) COMPLETE
66292024-08-13T21:39:29.472Z[ recovery-image] Aug 13 21:39:27.978 INFO O| Aug 13 21:39:27.978 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-08-13T21:39:29.479Z[ recovery-image] Aug 13 21:39:27.988 INFO O| Aug 13 21:39:27.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66312024-08-13T21:39:29.479Z[ recovery-image] Aug 13 21:39:27.988 INFO O| Aug 13 21:39:27.988 INFO STEP 924 (remove_files) COMPLETE
66322024-08-13T21:39:29.479Z[ recovery-image] Aug 13 21:39:27.988 INFO O| Aug 13 21:39:27.988 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-08-13T21:39:29.489Z[ recovery-image] Aug 13 21:39:27.997 INFO O| Aug 13 21:39:27.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66342024-08-13T21:39:29.491Z[ recovery-image] Aug 13 21:39:27.998 INFO O| Aug 13 21:39:27.997 INFO STEP 925 (remove_files) COMPLETE
66352024-08-13T21:39:29.491Z[ recovery-image] Aug 13 21:39:27.998 INFO O| Aug 13 21:39:27.998 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-08-13T21:39:29.499Z[ recovery-image] Aug 13 21:39:28.007 INFO O| Aug 13 21:39:28.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66372024-08-13T21:39:29.499Z[ recovery-image] Aug 13 21:39:28.008 INFO O| Aug 13 21:39:28.008 INFO STEP 926 (remove_files) COMPLETE
66382024-08-13T21:39:29.502Z[ recovery-image] Aug 13 21:39:28.008 INFO O| Aug 13 21:39:28.008 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-08-13T21:39:29.509Z[ recovery-image] Aug 13 21:39:28.017 INFO O| Aug 13 21:39:28.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66402024-08-13T21:39:29.511Z[ recovery-image] Aug 13 21:39:28.017 INFO O| Aug 13 21:39:28.017 INFO STEP 927 (remove_files) COMPLETE
66412024-08-13T21:39:29.511Z[ recovery-image] Aug 13 21:39:28.017 INFO O| Aug 13 21:39:28.017 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-08-13T21:39:29.520Z[ recovery-image] Aug 13 21:39:28.028 INFO O| Aug 13 21:39:28.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66432024-08-13T21:39:29.522Z[ recovery-image] Aug 13 21:39:28.028 INFO O| Aug 13 21:39:28.028 INFO STEP 928 (remove_files) COMPLETE
66442024-08-13T21:39:29.522Z[ recovery-image] Aug 13 21:39:28.028 INFO O| Aug 13 21:39:28.028 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-08-13T21:39:29.529Z[ recovery-image] Aug 13 21:39:28.038 INFO O| Aug 13 21:39:28.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66462024-08-13T21:39:29.532Z[ recovery-image] Aug 13 21:39:28.038 INFO O| Aug 13 21:39:28.038 INFO STEP 929 (remove_files) COMPLETE
66472024-08-13T21:39:29.532Z[ recovery-image] Aug 13 21:39:28.038 INFO O| Aug 13 21:39:28.038 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-08-13T21:39:29.540Z[ recovery-image] Aug 13 21:39:28.048 INFO O| Aug 13 21:39:28.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
66492024-08-13T21:39:29.542Z[ recovery-image] Aug 13 21:39:28.048 INFO O| Aug 13 21:39:28.048 INFO STEP 930 (remove_files) COMPLETE
66502024-08-13T21:39:29.542Z[ recovery-image] Aug 13 21:39:28.048 INFO O| Aug 13 21:39:28.048 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-08-13T21:39:29.550Z[ recovery-image] Aug 13 21:39:28.058 INFO O| Aug 13 21:39:28.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
66522024-08-13T21:39:29.552Z[ recovery-image] Aug 13 21:39:28.058 INFO O| Aug 13 21:39:28.058 INFO STEP 931 (remove_files) COMPLETE
66532024-08-13T21:39:29.552Z[ recovery-image] Aug 13 21:39:28.058 INFO O| Aug 13 21:39:28.058 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-08-13T21:39:29.559Z[ recovery-image] Aug 13 21:39:28.068 INFO O| Aug 13 21:39:28.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
66552024-08-13T21:39:29.559Z[ recovery-image] Aug 13 21:39:28.068 INFO O| Aug 13 21:39:28.068 INFO STEP 932 (remove_files) COMPLETE
66562024-08-13T21:39:29.559Z[ recovery-image] Aug 13 21:39:28.068 INFO O| Aug 13 21:39:28.068 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-08-13T21:39:29.570Z[ recovery-image] Aug 13 21:39:28.078 INFO O| Aug 13 21:39:28.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
66582024-08-13T21:39:29.572Z[ recovery-image] Aug 13 21:39:28.078 INFO O| Aug 13 21:39:28.078 INFO STEP 933 (remove_files) COMPLETE
66592024-08-13T21:39:29.572Z[ recovery-image] Aug 13 21:39:28.078 INFO O| Aug 13 21:39:28.078 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-08-13T21:39:29.579Z[ recovery-image] Aug 13 21:39:28.088 INFO O| Aug 13 21:39:28.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
66612024-08-13T21:39:29.580Z[ recovery-image] Aug 13 21:39:28.088 INFO O| Aug 13 21:39:28.088 INFO STEP 934 (remove_files) COMPLETE
66622024-08-13T21:39:29.580Z[ recovery-image] Aug 13 21:39:28.088 INFO O| Aug 13 21:39:28.088 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-08-13T21:39:29.590Z[ recovery-image] Aug 13 21:39:28.099 INFO O| Aug 13 21:39:28.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
66642024-08-13T21:39:29.590Z[ recovery-image] Aug 13 21:39:28.099 INFO O| Aug 13 21:39:28.099 INFO STEP 935 (remove_files) COMPLETE
66652024-08-13T21:39:29.593Z[ recovery-image] Aug 13 21:39:28.099 INFO O| Aug 13 21:39:28.099 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-08-13T21:39:29.593Z[ host-image] Aug 13 21:39:28.099 INFO O| Aug 13 21:39:28.099 INFO O| Done
66672024-08-13T21:39:29.600Z[ recovery-image] Aug 13 21:39:28.108 INFO O| Aug 13 21:39:28.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
66682024-08-13T21:39:29.600Z[ recovery-image] Aug 13 21:39:28.109 INFO O| Aug 13 21:39:28.109 INFO STEP 936 (remove_files) COMPLETE
66692024-08-13T21:39:29.603Z[ recovery-image] Aug 13 21:39:28.109 INFO O| Aug 13 21:39:28.109 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-08-13T21:39:29.610Z[ recovery-image] Aug 13 21:39:28.118 INFO O| Aug 13 21:39:28.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
66712024-08-13T21:39:29.610Z[ recovery-image] Aug 13 21:39:28.118 INFO O| Aug 13 21:39:28.118 INFO STEP 937 (remove_files) COMPLETE
66722024-08-13T21:39:29.610Z[ recovery-image] Aug 13 21:39:28.118 INFO O| Aug 13 21:39:28.118 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-08-13T21:39:29.620Z[ recovery-image] Aug 13 21:39:28.128 INFO O| Aug 13 21:39:28.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
66742024-08-13T21:39:29.622Z[ recovery-image] Aug 13 21:39:28.128 INFO O| Aug 13 21:39:28.128 INFO STEP 938 (remove_files) COMPLETE
66752024-08-13T21:39:29.622Z[ recovery-image] Aug 13 21:39:28.128 INFO O| Aug 13 21:39:28.128 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-08-13T21:39:29.629Z[ recovery-image] Aug 13 21:39:28.138 INFO O| Aug 13 21:39:28.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
66772024-08-13T21:39:29.632Z[ recovery-image] Aug 13 21:39:28.138 INFO O| Aug 13 21:39:28.138 INFO STEP 939 (remove_files) COMPLETE
66782024-08-13T21:39:29.632Z[ recovery-image] Aug 13 21:39:28.138 INFO O| Aug 13 21:39:28.138 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-08-13T21:39:29.639Z[ recovery-image] Aug 13 21:39:28.147 INFO O| Aug 13 21:39:28.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
66802024-08-13T21:39:29.641Z[ recovery-image] Aug 13 21:39:28.147 INFO O| Aug 13 21:39:28.147 INFO STEP 940 (remove_files) COMPLETE
66812024-08-13T21:39:29.641Z[ recovery-image] Aug 13 21:39:28.147 INFO O| Aug 13 21:39:28.147 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-08-13T21:39:29.649Z[ recovery-image] Aug 13 21:39:28.157 INFO O| Aug 13 21:39:28.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
66832024-08-13T21:39:29.651Z[ recovery-image] Aug 13 21:39:28.157 INFO O| Aug 13 21:39:28.157 INFO STEP 941 (remove_files) COMPLETE
66842024-08-13T21:39:29.651Z[ recovery-image] Aug 13 21:39:28.157 INFO O| Aug 13 21:39:28.157 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-08-13T21:39:29.658Z[ recovery-image] Aug 13 21:39:28.167 INFO O| Aug 13 21:39:28.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
66862024-08-13T21:39:29.658Z[ recovery-image] Aug 13 21:39:28.167 INFO O| Aug 13 21:39:28.167 INFO STEP 942 (remove_files) COMPLETE
66872024-08-13T21:39:29.658Z[ recovery-image] Aug 13 21:39:28.167 INFO O| Aug 13 21:39:28.167 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-08-13T21:39:29.668Z[ recovery-image] Aug 13 21:39:28.176 INFO O| Aug 13 21:39:28.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
66892024-08-13T21:39:29.668Z[ recovery-image] Aug 13 21:39:28.176 INFO O| Aug 13 21:39:28.176 INFO STEP 943 (remove_files) COMPLETE
66902024-08-13T21:39:29.670Z[ recovery-image] Aug 13 21:39:28.176 INFO O| Aug 13 21:39:28.176 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-08-13T21:39:29.677Z[ recovery-image] Aug 13 21:39:28.186 INFO O| Aug 13 21:39:28.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
66922024-08-13T21:39:29.677Z[ recovery-image] Aug 13 21:39:28.186 INFO O| Aug 13 21:39:28.186 INFO STEP 944 (remove_files) COMPLETE
66932024-08-13T21:39:29.680Z[ recovery-image] Aug 13 21:39:28.186 INFO O| Aug 13 21:39:28.186 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-08-13T21:39:29.687Z[ recovery-image] Aug 13 21:39:28.195 INFO O| Aug 13 21:39:28.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
66952024-08-13T21:39:29.687Z[ recovery-image] Aug 13 21:39:28.195 INFO O| Aug 13 21:39:28.195 INFO STEP 945 (remove_files) COMPLETE
66962024-08-13T21:39:29.687Z[ recovery-image] Aug 13 21:39:28.195 INFO O| Aug 13 21:39:28.195 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-08-13T21:39:29.696Z[ recovery-image] Aug 13 21:39:28.205 INFO O| Aug 13 21:39:28.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
66982024-08-13T21:39:29.696Z[ recovery-image] Aug 13 21:39:28.205 INFO O| Aug 13 21:39:28.205 INFO STEP 946 (remove_files) COMPLETE
66992024-08-13T21:39:29.697Z[ recovery-image] Aug 13 21:39:28.205 INFO O| Aug 13 21:39:28.205 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-08-13T21:39:29.706Z[ recovery-image] Aug 13 21:39:28.214 INFO O| Aug 13 21:39:28.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67012024-08-13T21:39:29.706Z[ recovery-image] Aug 13 21:39:28.214 INFO O| Aug 13 21:39:28.214 INFO STEP 947 (remove_files) COMPLETE
67022024-08-13T21:39:29.706Z[ recovery-image] Aug 13 21:39:28.214 INFO O| Aug 13 21:39:28.214 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-08-13T21:39:29.715Z[ recovery-image] Aug 13 21:39:28.224 INFO O| Aug 13 21:39:28.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67042024-08-13T21:39:29.715Z[ recovery-image] Aug 13 21:39:28.224 INFO O| Aug 13 21:39:28.224 INFO STEP 948 (remove_files) COMPLETE
67052024-08-13T21:39:29.718Z[ recovery-image] Aug 13 21:39:28.224 INFO O| Aug 13 21:39:28.224 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-08-13T21:39:29.725Z[ recovery-image] Aug 13 21:39:28.233 INFO O| Aug 13 21:39:28.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67072024-08-13T21:39:29.725Z[ recovery-image] Aug 13 21:39:28.233 INFO O| Aug 13 21:39:28.233 INFO STEP 949 (remove_files) COMPLETE
67082024-08-13T21:39:29.727Z[ recovery-image] Aug 13 21:39:28.233 INFO O| Aug 13 21:39:28.233 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-08-13T21:39:29.734Z[ recovery-image] Aug 13 21:39:28.243 INFO O| Aug 13 21:39:28.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67102024-08-13T21:39:29.734Z[ recovery-image] Aug 13 21:39:28.243 INFO O| Aug 13 21:39:28.243 INFO STEP 950 (remove_files) COMPLETE
67112024-08-13T21:39:29.734Z[ recovery-image] Aug 13 21:39:28.243 INFO O| Aug 13 21:39:28.243 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-08-13T21:39:29.744Z[ recovery-image] Aug 13 21:39:28.252 INFO O| Aug 13 21:39:28.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67132024-08-13T21:39:29.744Z[ recovery-image] Aug 13 21:39:28.252 INFO O| Aug 13 21:39:28.252 INFO STEP 951 (remove_files) COMPLETE
67142024-08-13T21:39:29.746Z[ recovery-image] Aug 13 21:39:28.252 INFO O| Aug 13 21:39:28.252 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-08-13T21:39:29.753Z[ recovery-image] Aug 13 21:39:28.262 INFO O| Aug 13 21:39:28.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67162024-08-13T21:39:29.753Z[ recovery-image] Aug 13 21:39:28.262 INFO O| Aug 13 21:39:28.262 INFO STEP 952 (remove_files) COMPLETE
67172024-08-13T21:39:29.753Z[ recovery-image] Aug 13 21:39:28.262 INFO O| Aug 13 21:39:28.262 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-08-13T21:39:29.763Z[ recovery-image] Aug 13 21:39:28.271 INFO O| Aug 13 21:39:28.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67192024-08-13T21:39:29.763Z[ recovery-image] Aug 13 21:39:28.271 INFO O| Aug 13 21:39:28.271 INFO STEP 953 (remove_files) COMPLETE
67202024-08-13T21:39:29.765Z[ recovery-image] Aug 13 21:39:28.271 INFO O| Aug 13 21:39:28.271 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-08-13T21:39:29.773Z[ recovery-image] Aug 13 21:39:28.281 INFO O| Aug 13 21:39:28.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67222024-08-13T21:39:29.773Z[ recovery-image] Aug 13 21:39:28.281 INFO O| Aug 13 21:39:28.281 INFO STEP 954 (remove_files) COMPLETE
67232024-08-13T21:39:29.775Z[ recovery-image] Aug 13 21:39:28.281 INFO O| Aug 13 21:39:28.281 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-08-13T21:39:29.782Z[ recovery-image] Aug 13 21:39:28.291 INFO O| Aug 13 21:39:28.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67252024-08-13T21:39:29.785Z[ recovery-image] Aug 13 21:39:28.291 INFO O| Aug 13 21:39:28.291 INFO STEP 955 (remove_files) COMPLETE
67262024-08-13T21:39:29.785Z[ recovery-image] Aug 13 21:39:28.291 INFO O| Aug 13 21:39:28.291 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-08-13T21:39:29.792Z[ recovery-image] Aug 13 21:39:28.300 INFO O| Aug 13 21:39:28.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67282024-08-13T21:39:29.792Z[ recovery-image] Aug 13 21:39:28.300 INFO O| Aug 13 21:39:28.300 INFO STEP 956 (remove_files) COMPLETE
67292024-08-13T21:39:29.794Z[ recovery-image] Aug 13 21:39:28.300 INFO O| Aug 13 21:39:28.300 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-08-13T21:39:29.801Z[ recovery-image] Aug 13 21:39:28.310 INFO O| Aug 13 21:39:28.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67312024-08-13T21:39:29.804Z[ recovery-image] Aug 13 21:39:28.310 INFO O| Aug 13 21:39:28.310 INFO STEP 957 (remove_files) COMPLETE
67322024-08-13T21:39:29.804Z[ recovery-image] Aug 13 21:39:28.310 INFO O| Aug 13 21:39:28.310 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-08-13T21:39:29.811Z[ recovery-image] Aug 13 21:39:28.319 INFO O| Aug 13 21:39:28.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67342024-08-13T21:39:29.811Z[ recovery-image] Aug 13 21:39:28.319 INFO O| Aug 13 21:39:28.319 INFO STEP 958 (remove_files) COMPLETE
67352024-08-13T21:39:29.813Z[ recovery-image] Aug 13 21:39:28.319 INFO O| Aug 13 21:39:28.319 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-08-13T21:39:29.820Z[ recovery-image] Aug 13 21:39:28.329 INFO O| Aug 13 21:39:28.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67372024-08-13T21:39:29.823Z[ recovery-image] Aug 13 21:39:28.329 INFO O| Aug 13 21:39:28.329 INFO STEP 959 (remove_files) COMPLETE
67382024-08-13T21:39:29.823Z[ recovery-image] Aug 13 21:39:28.329 INFO O| Aug 13 21:39:28.329 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-08-13T21:39:29.830Z[ recovery-image] Aug 13 21:39:28.338 INFO O| Aug 13 21:39:28.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67402024-08-13T21:39:29.830Z[ recovery-image] Aug 13 21:39:28.338 INFO O| Aug 13 21:39:28.338 INFO STEP 960 (remove_files) COMPLETE
67412024-08-13T21:39:29.830Z[ recovery-image] Aug 13 21:39:28.338 INFO O| Aug 13 21:39:28.338 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-08-13T21:39:29.839Z[ recovery-image] Aug 13 21:39:28.347 INFO O| Aug 13 21:39:28.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67432024-08-13T21:39:29.839Z[ recovery-image] Aug 13 21:39:28.348 INFO O| Aug 13 21:39:28.347 INFO STEP 961 (remove_files) COMPLETE
67442024-08-13T21:39:29.842Z[ recovery-image] Aug 13 21:39:28.348 INFO O| Aug 13 21:39:28.348 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-08-13T21:39:29.849Z[ recovery-image] Aug 13 21:39:28.357 INFO O| Aug 13 21:39:28.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67462024-08-13T21:39:29.849Z[ recovery-image] Aug 13 21:39:28.357 INFO O| Aug 13 21:39:28.357 INFO STEP 962 (remove_files) COMPLETE
67472024-08-13T21:39:29.849Z[ recovery-image] Aug 13 21:39:28.357 INFO O| Aug 13 21:39:28.357 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-08-13T21:39:29.859Z[ recovery-image] Aug 13 21:39:28.367 INFO O| Aug 13 21:39:28.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67492024-08-13T21:39:29.859Z[ recovery-image] Aug 13 21:39:28.367 INFO O| Aug 13 21:39:28.367 INFO STEP 963 (remove_files) COMPLETE
67502024-08-13T21:39:29.861Z[ recovery-image] Aug 13 21:39:28.367 INFO O| Aug 13 21:39:28.367 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-13T21:39:29.868Z[ recovery-image] Aug 13 21:39:28.377 INFO O| Aug 13 21:39:28.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
67522024-08-13T21:39:29.868Z[ recovery-image] Aug 13 21:39:28.377 INFO O| Aug 13 21:39:28.377 INFO STEP 964 (remove_files) COMPLETE
67532024-08-13T21:39:29.868Z[ recovery-image] Aug 13 21:39:28.377 INFO O| Aug 13 21:39:28.377 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-13T21:39:29.878Z[ recovery-image] Aug 13 21:39:28.386 INFO O| Aug 13 21:39:28.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
67552024-08-13T21:39:29.880Z[ recovery-image] Aug 13 21:39:28.386 INFO O| Aug 13 21:39:28.386 INFO STEP 965 (remove_files) COMPLETE
67562024-08-13T21:39:29.880Z[ recovery-image] Aug 13 21:39:28.386 INFO O| Aug 13 21:39:28.386 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-13T21:39:29.887Z[ recovery-image] Aug 13 21:39:28.396 INFO O| Aug 13 21:39:28.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
67582024-08-13T21:39:29.890Z[ recovery-image] Aug 13 21:39:28.396 INFO O| Aug 13 21:39:28.396 INFO STEP 966 (remove_files) COMPLETE
67592024-08-13T21:39:29.890Z[ recovery-image] Aug 13 21:39:28.396 INFO O| Aug 13 21:39:28.396 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-08-13T21:39:29.897Z[ recovery-image] Aug 13 21:39:28.405 INFO O| Aug 13 21:39:28.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
67612024-08-13T21:39:29.900Z[ recovery-image] Aug 13 21:39:28.405 INFO O| Aug 13 21:39:28.405 INFO STEP 967 (remove_files) COMPLETE
67622024-08-13T21:39:29.900Z[ recovery-image] Aug 13 21:39:28.405 INFO O| Aug 13 21:39:28.405 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-08-13T21:39:29.906Z[ recovery-image] Aug 13 21:39:28.414 INFO O| Aug 13 21:39:28.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
67642024-08-13T21:39:29.906Z[ recovery-image] Aug 13 21:39:28.415 INFO O| Aug 13 21:39:28.415 INFO STEP 968 (remove_files) COMPLETE
67652024-08-13T21:39:29.909Z[ recovery-image] Aug 13 21:39:28.415 INFO O| Aug 13 21:39:28.415 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-08-13T21:39:29.916Z[ recovery-image] Aug 13 21:39:28.424 INFO O| Aug 13 21:39:28.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
67672024-08-13T21:39:29.923Z[ recovery-image] Aug 13 21:39:28.424 INFO O| Aug 13 21:39:28.424 INFO STEP 969 (remove_files) COMPLETE
67682024-08-13T21:39:29.923Z[ recovery-image] Aug 13 21:39:28.424 INFO O| Aug 13 21:39:28.424 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-08-13T21:39:29.937Z[ recovery-image] Aug 13 21:39:28.433 INFO O| Aug 13 21:39:28.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
67702024-08-13T21:39:29.937Z[ recovery-image] Aug 13 21:39:28.433 INFO O| Aug 13 21:39:28.433 INFO STEP 970 (remove_files) COMPLETE
67712024-08-13T21:39:29.937Z[ recovery-image] Aug 13 21:39:28.433 INFO O| Aug 13 21:39:28.433 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-08-13T21:39:29.939Z[ recovery-image] Aug 13 21:39:28.443 INFO O| Aug 13 21:39:28.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
67732024-08-13T21:39:29.939Z[ recovery-image] Aug 13 21:39:28.443 INFO O| Aug 13 21:39:28.443 INFO STEP 971 (remove_files) COMPLETE
67742024-08-13T21:39:29.939Z[ recovery-image] Aug 13 21:39:28.443 INFO O| Aug 13 21:39:28.443 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-08-13T21:39:29.944Z[ recovery-image] Aug 13 21:39:28.452 INFO O| Aug 13 21:39:28.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
67762024-08-13T21:39:29.946Z[ recovery-image] Aug 13 21:39:28.453 INFO O| Aug 13 21:39:28.453 INFO STEP 972 (remove_files) COMPLETE
67772024-08-13T21:39:29.946Z[ recovery-image] Aug 13 21:39:28.453 INFO O| Aug 13 21:39:28.453 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-08-13T21:39:29.953Z[ recovery-image] Aug 13 21:39:28.462 INFO O| Aug 13 21:39:28.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
67792024-08-13T21:39:29.956Z[ recovery-image] Aug 13 21:39:28.463 INFO O| Aug 13 21:39:28.462 INFO STEP 973 (remove_files) COMPLETE
67802024-08-13T21:39:29.956Z[ recovery-image] Aug 13 21:39:28.463 INFO O| Aug 13 21:39:28.462 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-08-13T21:39:29.963Z[ recovery-image] Aug 13 21:39:28.472 INFO O| Aug 13 21:39:28.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
67822024-08-13T21:39:29.966Z[ recovery-image] Aug 13 21:39:28.472 INFO O| Aug 13 21:39:28.472 INFO STEP 974 (remove_files) COMPLETE
67832024-08-13T21:39:29.966Z[ recovery-image] Aug 13 21:39:28.472 INFO O| Aug 13 21:39:28.472 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-08-13T21:39:29.973Z[ recovery-image] Aug 13 21:39:28.481 INFO O| Aug 13 21:39:28.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
67852024-08-13T21:39:29.973Z[ recovery-image] Aug 13 21:39:28.481 INFO O| Aug 13 21:39:28.481 INFO STEP 975 (remove_files) COMPLETE
67862024-08-13T21:39:29.973Z[ recovery-image] Aug 13 21:39:28.481 INFO O| Aug 13 21:39:28.481 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-08-13T21:39:29.982Z[ recovery-image] Aug 13 21:39:28.491 INFO O| Aug 13 21:39:28.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
67882024-08-13T21:39:29.985Z[ recovery-image] Aug 13 21:39:28.491 INFO O| Aug 13 21:39:28.491 INFO STEP 976 (remove_files) COMPLETE
67892024-08-13T21:39:29.985Z[ recovery-image] Aug 13 21:39:28.491 INFO O| Aug 13 21:39:28.491 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-08-13T21:39:29.992Z[ recovery-image] Aug 13 21:39:28.501 INFO O| Aug 13 21:39:28.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
67912024-08-13T21:39:29.992Z[ recovery-image] Aug 13 21:39:28.501 INFO O| Aug 13 21:39:28.501 INFO STEP 977 (remove_files) COMPLETE
67922024-08-13T21:39:29.992Z[ recovery-image] Aug 13 21:39:28.501 INFO O| Aug 13 21:39:28.501 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-08-13T21:39:30.003Z[ recovery-image] Aug 13 21:39:28.511 INFO O| Aug 13 21:39:28.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
67942024-08-13T21:39:30.003Z[ recovery-image] Aug 13 21:39:28.511 INFO O| Aug 13 21:39:28.511 INFO STEP 978 (remove_files) COMPLETE
67952024-08-13T21:39:30.003Z[ recovery-image] Aug 13 21:39:28.511 INFO O| Aug 13 21:39:28.511 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-08-13T21:39:30.012Z[ recovery-image] Aug 13 21:39:28.521 INFO O| Aug 13 21:39:28.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
67972024-08-13T21:39:30.015Z[ recovery-image] Aug 13 21:39:28.521 INFO O| Aug 13 21:39:28.521 INFO STEP 979 (remove_files) COMPLETE
67982024-08-13T21:39:30.015Z[ recovery-image] Aug 13 21:39:28.521 INFO O| Aug 13 21:39:28.521 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-08-13T21:39:30.022Z[ recovery-image] Aug 13 21:39:28.530 INFO O| Aug 13 21:39:28.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68002024-08-13T21:39:30.024Z[ recovery-image] Aug 13 21:39:28.530 INFO O| Aug 13 21:39:28.530 INFO STEP 980 (remove_files) COMPLETE
68012024-08-13T21:39:30.024Z[ recovery-image] Aug 13 21:39:28.530 INFO O| Aug 13 21:39:28.530 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-08-13T21:39:30.031Z[ recovery-image] Aug 13 21:39:28.540 INFO O| Aug 13 21:39:28.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68032024-08-13T21:39:30.034Z[ recovery-image] Aug 13 21:39:28.540 INFO O| Aug 13 21:39:28.540 INFO STEP 981 (remove_files) COMPLETE
68042024-08-13T21:39:30.034Z[ recovery-image] Aug 13 21:39:28.540 INFO O| Aug 13 21:39:28.540 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-08-13T21:39:30.041Z[ recovery-image] Aug 13 21:39:28.549 INFO O| Aug 13 21:39:28.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68062024-08-13T21:39:30.043Z[ recovery-image] Aug 13 21:39:28.549 INFO O| Aug 13 21:39:28.549 INFO STEP 982 (remove_files) COMPLETE
68072024-08-13T21:39:30.043Z[ recovery-image] Aug 13 21:39:28.549 INFO O| Aug 13 21:39:28.549 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-08-13T21:39:30.052Z[ recovery-image] Aug 13 21:39:28.560 INFO O| Aug 13 21:39:28.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68092024-08-13T21:39:30.052Z[ recovery-image] Aug 13 21:39:28.560 INFO O| Aug 13 21:39:28.560 INFO STEP 983 (remove_files) COMPLETE
68102024-08-13T21:39:30.052Z[ recovery-image] Aug 13 21:39:28.560 INFO O| Aug 13 21:39:28.560 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-08-13T21:39:30.061Z[ recovery-image] Aug 13 21:39:28.569 INFO O| Aug 13 21:39:28.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68122024-08-13T21:39:30.061Z[ recovery-image] Aug 13 21:39:28.569 INFO O| Aug 13 21:39:28.569 INFO STEP 984 (remove_files) COMPLETE
68132024-08-13T21:39:30.061Z[ recovery-image] Aug 13 21:39:28.569 INFO O| Aug 13 21:39:28.569 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-08-13T21:39:30.071Z[ recovery-image] Aug 13 21:39:28.579 INFO O| Aug 13 21:39:28.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68152024-08-13T21:39:30.071Z[ recovery-image] Aug 13 21:39:28.579 INFO O| Aug 13 21:39:28.579 INFO STEP 985 (remove_files) COMPLETE
68162024-08-13T21:39:30.074Z[ recovery-image] Aug 13 21:39:28.579 INFO O| Aug 13 21:39:28.579 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-08-13T21:39:30.080Z[ recovery-image] Aug 13 21:39:28.588 INFO O| Aug 13 21:39:28.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68182024-08-13T21:39:30.083Z[ recovery-image] Aug 13 21:39:28.588 INFO O| Aug 13 21:39:28.588 INFO STEP 986 (remove_files) COMPLETE
68192024-08-13T21:39:30.083Z[ recovery-image] Aug 13 21:39:28.589 INFO O| Aug 13 21:39:28.588 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-08-13T21:39:30.090Z[ recovery-image] Aug 13 21:39:28.598 INFO O| Aug 13 21:39:28.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68212024-08-13T21:39:30.090Z[ recovery-image] Aug 13 21:39:28.598 INFO O| Aug 13 21:39:28.598 INFO STEP 987 (remove_files) COMPLETE
68222024-08-13T21:39:30.093Z[ recovery-image] Aug 13 21:39:28.598 INFO O| Aug 13 21:39:28.598 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-08-13T21:39:30.100Z[ recovery-image] Aug 13 21:39:28.608 INFO O| Aug 13 21:39:28.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68242024-08-13T21:39:30.100Z[ recovery-image] Aug 13 21:39:28.608 INFO O| Aug 13 21:39:28.608 INFO STEP 988 (remove_files) COMPLETE
68252024-08-13T21:39:30.100Z[ recovery-image] Aug 13 21:39:28.608 INFO O| Aug 13 21:39:28.608 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-08-13T21:39:30.109Z[ recovery-image] Aug 13 21:39:28.617 INFO O| Aug 13 21:39:28.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68272024-08-13T21:39:30.109Z[ recovery-image] Aug 13 21:39:28.617 INFO O| Aug 13 21:39:28.617 INFO STEP 989 (remove_files) COMPLETE
68282024-08-13T21:39:30.109Z[ recovery-image] Aug 13 21:39:28.617 INFO O| Aug 13 21:39:28.617 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-08-13T21:39:30.118Z[ recovery-image] Aug 13 21:39:28.626 INFO O| Aug 13 21:39:28.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68302024-08-13T21:39:30.118Z[ recovery-image] Aug 13 21:39:28.627 INFO O| Aug 13 21:39:28.626 INFO STEP 990 (remove_files) COMPLETE
68312024-08-13T21:39:30.121Z[ recovery-image] Aug 13 21:39:28.627 INFO O| Aug 13 21:39:28.627 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-08-13T21:39:30.128Z[ recovery-image] Aug 13 21:39:28.636 INFO O| Aug 13 21:39:28.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68332024-08-13T21:39:30.128Z[ recovery-image] Aug 13 21:39:28.636 INFO O| Aug 13 21:39:28.636 INFO STEP 991 (remove_files) COMPLETE
68342024-08-13T21:39:30.128Z[ recovery-image] Aug 13 21:39:28.636 INFO O| Aug 13 21:39:28.636 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-08-13T21:39:30.138Z[ recovery-image] Aug 13 21:39:28.646 INFO O| Aug 13 21:39:28.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68362024-08-13T21:39:30.138Z[ recovery-image] Aug 13 21:39:28.646 INFO O| Aug 13 21:39:28.646 INFO STEP 992 (remove_files) COMPLETE
68372024-08-13T21:39:30.140Z[ recovery-image] Aug 13 21:39:28.646 INFO O| Aug 13 21:39:28.646 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-08-13T21:39:30.148Z[ recovery-image] Aug 13 21:39:28.656 INFO O| Aug 13 21:39:28.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68392024-08-13T21:39:30.148Z[ recovery-image] Aug 13 21:39:28.656 INFO O| Aug 13 21:39:28.656 INFO STEP 993 (remove_files) COMPLETE
68402024-08-13T21:39:30.148Z[ recovery-image] Aug 13 21:39:28.656 INFO O| Aug 13 21:39:28.656 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-08-13T21:39:30.158Z[ recovery-image] Aug 13 21:39:28.667 INFO O| Aug 13 21:39:28.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68422024-08-13T21:39:30.158Z[ recovery-image] Aug 13 21:39:28.667 INFO O| Aug 13 21:39:28.667 INFO STEP 994 (remove_files) COMPLETE
68432024-08-13T21:39:30.161Z[ recovery-image] Aug 13 21:39:28.667 INFO O| Aug 13 21:39:28.667 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-08-13T21:39:30.168Z[ recovery-image] Aug 13 21:39:28.676 INFO O| Aug 13 21:39:28.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68452024-08-13T21:39:30.168Z[ recovery-image] Aug 13 21:39:28.676 INFO O| Aug 13 21:39:28.676 INFO STEP 995 (remove_files) COMPLETE
68462024-08-13T21:39:30.171Z[ recovery-image] Aug 13 21:39:28.676 INFO O| Aug 13 21:39:28.676 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-08-13T21:39:30.178Z[ recovery-image] Aug 13 21:39:28.686 INFO O| Aug 13 21:39:28.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68482024-08-13T21:39:30.178Z[ recovery-image] Aug 13 21:39:28.686 INFO O| Aug 13 21:39:28.686 INFO STEP 996 (remove_files) COMPLETE
68492024-08-13T21:39:30.181Z[ recovery-image] Aug 13 21:39:28.686 INFO O| Aug 13 21:39:28.686 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-08-13T21:39:30.187Z[ recovery-image] Aug 13 21:39:28.696 INFO O| Aug 13 21:39:28.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
68512024-08-13T21:39:30.187Z[ recovery-image] Aug 13 21:39:28.696 INFO O| Aug 13 21:39:28.696 INFO STEP 997 (remove_files) COMPLETE
68522024-08-13T21:39:30.191Z[ recovery-image] Aug 13 21:39:28.696 INFO O| Aug 13 21:39:28.696 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-08-13T21:39:30.197Z[ recovery-image] Aug 13 21:39:28.705 INFO O| Aug 13 21:39:28.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
68542024-08-13T21:39:30.197Z[ recovery-image] Aug 13 21:39:28.705 INFO O| Aug 13 21:39:28.705 INFO STEP 998 (remove_files) COMPLETE
68552024-08-13T21:39:30.197Z[ recovery-image] Aug 13 21:39:28.705 INFO O| Aug 13 21:39:28.705 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-08-13T21:39:30.206Z[ recovery-image] Aug 13 21:39:28.715 INFO O| Aug 13 21:39:28.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
68572024-08-13T21:39:30.207Z[ recovery-image] Aug 13 21:39:28.715 INFO O| Aug 13 21:39:28.715 INFO STEP 999 (remove_files) COMPLETE
68582024-08-13T21:39:30.209Z[ recovery-image] Aug 13 21:39:28.715 INFO O| Aug 13 21:39:28.715 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-08-13T21:39:30.217Z[ recovery-image] Aug 13 21:39:28.725 INFO O| Aug 13 21:39:28.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
68602024-08-13T21:39:30.217Z[ recovery-image] Aug 13 21:39:28.725 INFO O| Aug 13 21:39:28.725 INFO STEP 1000 (remove_files) COMPLETE
68612024-08-13T21:39:30.219Z[ recovery-image] Aug 13 21:39:28.725 INFO O| Aug 13 21:39:28.725 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-08-13T21:39:30.227Z[ recovery-image] Aug 13 21:39:28.735 INFO O| Aug 13 21:39:28.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
68632024-08-13T21:39:30.227Z[ recovery-image] Aug 13 21:39:28.735 INFO O| Aug 13 21:39:28.735 INFO STEP 1001 (remove_files) COMPLETE
68642024-08-13T21:39:30.227Z[ recovery-image] Aug 13 21:39:28.735 INFO O| Aug 13 21:39:28.735 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-08-13T21:39:30.237Z[ recovery-image] Aug 13 21:39:28.746 INFO O| Aug 13 21:39:28.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
68662024-08-13T21:39:30.237Z[ recovery-image] Aug 13 21:39:28.746 INFO O| Aug 13 21:39:28.746 INFO STEP 1002 (remove_files) COMPLETE
68672024-08-13T21:39:30.237Z[ recovery-image] Aug 13 21:39:28.746 INFO O| Aug 13 21:39:28.746 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-08-13T21:39:30.247Z[ recovery-image] Aug 13 21:39:28.755 INFO O| Aug 13 21:39:28.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
68692024-08-13T21:39:30.248Z[ recovery-image] Aug 13 21:39:28.756 INFO O| Aug 13 21:39:28.755 INFO STEP 1003 (remove_files) COMPLETE
68702024-08-13T21:39:30.250Z[ recovery-image] Aug 13 21:39:28.756 INFO O| Aug 13 21:39:28.755 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-08-13T21:39:30.257Z[ recovery-image] Aug 13 21:39:28.765 INFO O| Aug 13 21:39:28.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
68722024-08-13T21:39:30.257Z[ recovery-image] Aug 13 21:39:28.765 INFO O| Aug 13 21:39:28.765 INFO STEP 1004 (remove_files) COMPLETE
68732024-08-13T21:39:30.260Z[ recovery-image] Aug 13 21:39:28.765 INFO O| Aug 13 21:39:28.765 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-08-13T21:39:30.266Z[ recovery-image] Aug 13 21:39:28.774 INFO O| Aug 13 21:39:28.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
68752024-08-13T21:39:30.266Z[ recovery-image] Aug 13 21:39:28.774 INFO O| Aug 13 21:39:28.774 INFO STEP 1005 (remove_files) COMPLETE
68762024-08-13T21:39:30.266Z[ recovery-image] Aug 13 21:39:28.774 INFO O| Aug 13 21:39:28.774 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-08-13T21:39:30.276Z[ recovery-image] Aug 13 21:39:28.784 INFO O| Aug 13 21:39:28.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
68782024-08-13T21:39:30.276Z[ recovery-image] Aug 13 21:39:28.784 INFO O| Aug 13 21:39:28.784 INFO STEP 1006 (remove_files) COMPLETE
68792024-08-13T21:39:30.276Z[ recovery-image] Aug 13 21:39:28.784 INFO O| Aug 13 21:39:28.784 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-08-13T21:39:30.285Z[ recovery-image] Aug 13 21:39:28.793 INFO O| Aug 13 21:39:28.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
68812024-08-13T21:39:30.285Z[ recovery-image] Aug 13 21:39:28.793 INFO O| Aug 13 21:39:28.793 INFO STEP 1007 (remove_files) COMPLETE
68822024-08-13T21:39:30.285Z[ recovery-image] Aug 13 21:39:28.794 INFO O| Aug 13 21:39:28.793 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-08-13T21:39:30.295Z[ recovery-image] Aug 13 21:39:28.803 INFO O| Aug 13 21:39:28.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
68842024-08-13T21:39:30.295Z[ recovery-image] Aug 13 21:39:28.803 INFO O| Aug 13 21:39:28.803 INFO STEP 1008 (remove_files) COMPLETE
68852024-08-13T21:39:30.298Z[ recovery-image] Aug 13 21:39:28.803 INFO O| Aug 13 21:39:28.803 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-08-13T21:39:30.304Z[ recovery-image] Aug 13 21:39:28.813 INFO O| Aug 13 21:39:28.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
68872024-08-13T21:39:30.304Z[ recovery-image] Aug 13 21:39:28.813 INFO O| Aug 13 21:39:28.813 INFO STEP 1009 (remove_files) COMPLETE
68882024-08-13T21:39:30.307Z[ recovery-image] Aug 13 21:39:28.813 INFO O| Aug 13 21:39:28.813 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-08-13T21:39:30.314Z[ recovery-image] Aug 13 21:39:28.822 INFO O| Aug 13 21:39:28.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
68902024-08-13T21:39:30.314Z[ recovery-image] Aug 13 21:39:28.822 INFO O| Aug 13 21:39:28.822 INFO STEP 1010 (remove_files) COMPLETE
68912024-08-13T21:39:30.317Z[ recovery-image] Aug 13 21:39:28.822 INFO O| Aug 13 21:39:28.822 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-08-13T21:39:30.323Z[ recovery-image] Aug 13 21:39:28.832 INFO O| Aug 13 21:39:28.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
68932024-08-13T21:39:30.323Z[ recovery-image] Aug 13 21:39:28.832 INFO O| Aug 13 21:39:28.832 INFO STEP 1011 (remove_files) COMPLETE
68942024-08-13T21:39:30.323Z[ recovery-image] Aug 13 21:39:28.832 INFO O| Aug 13 21:39:28.832 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-08-13T21:39:30.333Z[ recovery-image] Aug 13 21:39:28.841 INFO O| Aug 13 21:39:28.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
68962024-08-13T21:39:30.333Z[ recovery-image] Aug 13 21:39:28.841 INFO O| Aug 13 21:39:28.841 INFO STEP 1012 (remove_files) COMPLETE
68972024-08-13T21:39:30.336Z[ recovery-image] Aug 13 21:39:28.841 INFO O| Aug 13 21:39:28.841 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-08-13T21:39:30.342Z[ recovery-image] Aug 13 21:39:28.850 INFO O| Aug 13 21:39:28.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
68992024-08-13T21:39:30.342Z[ recovery-image] Aug 13 21:39:28.851 INFO O| Aug 13 21:39:28.851 INFO STEP 1013 (remove_files) COMPLETE
69002024-08-13T21:39:30.345Z[ recovery-image] Aug 13 21:39:28.851 INFO O| Aug 13 21:39:28.851 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-08-13T21:39:30.352Z[ recovery-image] Aug 13 21:39:28.860 INFO O| Aug 13 21:39:28.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69022024-08-13T21:39:30.354Z[ recovery-image] Aug 13 21:39:28.860 INFO O| Aug 13 21:39:28.860 INFO STEP 1014 (remove_files) COMPLETE
69032024-08-13T21:39:30.354Z[ recovery-image] Aug 13 21:39:28.860 INFO O| Aug 13 21:39:28.860 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-08-13T21:39:30.361Z[ recovery-image] Aug 13 21:39:28.870 INFO O| Aug 13 21:39:28.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69052024-08-13T21:39:30.361Z[ recovery-image] Aug 13 21:39:28.870 INFO O| Aug 13 21:39:28.870 INFO STEP 1015 (remove_files) COMPLETE
69062024-08-13T21:39:30.361Z[ recovery-image] Aug 13 21:39:28.870 INFO O| Aug 13 21:39:28.870 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-08-13T21:39:30.371Z[ recovery-image] Aug 13 21:39:28.879 INFO O| Aug 13 21:39:28.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69082024-08-13T21:39:30.373Z[ recovery-image] Aug 13 21:39:28.879 INFO O| Aug 13 21:39:28.879 INFO STEP 1016 (remove_files) COMPLETE
69092024-08-13T21:39:30.373Z[ recovery-image] Aug 13 21:39:28.879 INFO O| Aug 13 21:39:28.879 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-13T21:39:30.380Z[ recovery-image] Aug 13 21:39:28.888 INFO O| Aug 13 21:39:28.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69112024-08-13T21:39:30.380Z[ recovery-image] Aug 13 21:39:28.888 INFO O| Aug 13 21:39:28.888 INFO STEP 1017 (remove_files) COMPLETE
69122024-08-13T21:39:30.383Z[ recovery-image] Aug 13 21:39:28.889 INFO O| Aug 13 21:39:28.888 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-13T21:39:30.389Z[ recovery-image] Aug 13 21:39:28.898 INFO O| Aug 13 21:39:28.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69142024-08-13T21:39:30.392Z[ recovery-image] Aug 13 21:39:28.898 INFO O| Aug 13 21:39:28.898 INFO STEP 1018 (remove_files) COMPLETE
69152024-08-13T21:39:30.392Z[ recovery-image] Aug 13 21:39:28.898 INFO O| Aug 13 21:39:28.898 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-08-13T21:39:30.399Z[ recovery-image] Aug 13 21:39:28.907 INFO O| Aug 13 21:39:28.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69172024-08-13T21:39:30.401Z[ recovery-image] Aug 13 21:39:28.907 INFO O| Aug 13 21:39:28.907 INFO STEP 1019 (remove_files) COMPLETE
69182024-08-13T21:39:30.401Z[ recovery-image] Aug 13 21:39:28.907 INFO O| Aug 13 21:39:28.907 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-13T21:39:30.408Z[ recovery-image] Aug 13 21:39:28.917 INFO O| Aug 13 21:39:28.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69202024-08-13T21:39:30.408Z[ recovery-image] Aug 13 21:39:28.917 INFO O| Aug 13 21:39:28.917 INFO STEP 1020 (remove_files) COMPLETE
69212024-08-13T21:39:30.408Z[ recovery-image] Aug 13 21:39:28.917 INFO O| Aug 13 21:39:28.917 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-08-13T21:39:30.419Z[ recovery-image] Aug 13 21:39:28.927 INFO O| Aug 13 21:39:28.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69232024-08-13T21:39:30.421Z[ recovery-image] Aug 13 21:39:28.928 INFO O| Aug 13 21:39:28.927 INFO STEP 1021 (remove_files) COMPLETE
69242024-08-13T21:39:30.421Z[ recovery-image] Aug 13 21:39:28.928 INFO O| Aug 13 21:39:28.927 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-13T21:39:30.429Z[ recovery-image] Aug 13 21:39:28.937 INFO O| Aug 13 21:39:28.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69262024-08-13T21:39:30.429Z[ recovery-image] Aug 13 21:39:28.937 INFO O| Aug 13 21:39:28.937 INFO STEP 1022 (remove_files) COMPLETE
69272024-08-13T21:39:30.431Z[ recovery-image] Aug 13 21:39:28.937 INFO O| Aug 13 21:39:28.937 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-08-13T21:39:30.438Z[ recovery-image] Aug 13 21:39:28.946 INFO O| Aug 13 21:39:28.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69292024-08-13T21:39:30.438Z[ recovery-image] Aug 13 21:39:28.947 INFO O| Aug 13 21:39:28.947 INFO STEP 1023 (remove_files) COMPLETE
69302024-08-13T21:39:30.441Z[ recovery-image] Aug 13 21:39:28.947 INFO O| Aug 13 21:39:28.947 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-08-13T21:39:30.448Z[ recovery-image] Aug 13 21:39:28.956 INFO O| Aug 13 21:39:28.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69322024-08-13T21:39:30.448Z[ recovery-image] Aug 13 21:39:28.956 INFO O| Aug 13 21:39:28.956 INFO STEP 1024 (remove_files) COMPLETE
69332024-08-13T21:39:30.450Z[ recovery-image] Aug 13 21:39:28.956 INFO O| Aug 13 21:39:28.956 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-08-13T21:39:30.457Z[ recovery-image] Aug 13 21:39:28.966 INFO O| Aug 13 21:39:28.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69352024-08-13T21:39:30.457Z[ recovery-image] Aug 13 21:39:28.966 INFO O| Aug 13 21:39:28.966 INFO STEP 1025 (remove_files) COMPLETE
69362024-08-13T21:39:30.457Z[ recovery-image] Aug 13 21:39:28.966 INFO O| Aug 13 21:39:28.966 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-08-13T21:39:30.467Z[ recovery-image] Aug 13 21:39:28.975 INFO O| Aug 13 21:39:28.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69382024-08-13T21:39:30.467Z[ recovery-image] Aug 13 21:39:28.975 INFO O| Aug 13 21:39:28.975 INFO STEP 1026 (remove_files) COMPLETE
69392024-08-13T21:39:30.467Z[ recovery-image] Aug 13 21:39:28.975 INFO O| Aug 13 21:39:28.975 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-08-13T21:39:30.476Z[ recovery-image] Aug 13 21:39:28.984 INFO O| Aug 13 21:39:28.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69412024-08-13T21:39:30.476Z[ recovery-image] Aug 13 21:39:28.985 INFO O| Aug 13 21:39:28.984 INFO STEP 1027 (remove_files) COMPLETE
69422024-08-13T21:39:30.476Z[ recovery-image] Aug 13 21:39:28.985 INFO O| Aug 13 21:39:28.984 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-08-13T21:39:30.485Z[ recovery-image] Aug 13 21:39:28.994 INFO O| Aug 13 21:39:28.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69442024-08-13T21:39:30.485Z[ recovery-image] Aug 13 21:39:28.994 INFO O| Aug 13 21:39:28.994 INFO STEP 1028 (remove_files) COMPLETE
69452024-08-13T21:39:30.488Z[ recovery-image] Aug 13 21:39:28.994 INFO O| Aug 13 21:39:28.994 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-08-13T21:39:30.495Z[ recovery-image] Aug 13 21:39:29.004 INFO O| Aug 13 21:39:29.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69472024-08-13T21:39:30.495Z[ recovery-image] Aug 13 21:39:29.004 INFO O| Aug 13 21:39:29.004 INFO STEP 1029 (remove_files) COMPLETE
69482024-08-13T21:39:30.496Z[ recovery-image] Aug 13 21:39:29.004 INFO O| Aug 13 21:39:29.004 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-08-13T21:39:30.505Z[ recovery-image] Aug 13 21:39:29.013 INFO O| Aug 13 21:39:29.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
69502024-08-13T21:39:30.505Z[ recovery-image] Aug 13 21:39:29.013 INFO O| Aug 13 21:39:29.013 INFO STEP 1030 (remove_files) COMPLETE
69512024-08-13T21:39:30.508Z[ recovery-image] Aug 13 21:39:29.013 INFO O| Aug 13 21:39:29.013 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-08-13T21:39:30.515Z[ recovery-image] Aug 13 21:39:29.023 INFO O| Aug 13 21:39:29.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
69532024-08-13T21:39:30.515Z[ recovery-image] Aug 13 21:39:29.023 INFO O| Aug 13 21:39:29.023 INFO STEP 1031 (remove_files) COMPLETE
69542024-08-13T21:39:30.515Z[ recovery-image] Aug 13 21:39:29.023 INFO O| Aug 13 21:39:29.023 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-08-13T21:39:30.524Z[ recovery-image] Aug 13 21:39:29.032 INFO O| Aug 13 21:39:29.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
69562024-08-13T21:39:30.524Z[ recovery-image] Aug 13 21:39:29.032 INFO O| Aug 13 21:39:29.032 INFO STEP 1032 (remove_files) COMPLETE
69572024-08-13T21:39:30.527Z[ recovery-image] Aug 13 21:39:29.032 INFO O| Aug 13 21:39:29.032 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-08-13T21:39:30.533Z[ recovery-image] Aug 13 21:39:29.042 INFO O| Aug 13 21:39:29.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
69592024-08-13T21:39:30.533Z[ recovery-image] Aug 13 21:39:29.042 INFO O| Aug 13 21:39:29.042 INFO STEP 1033 (remove_files) COMPLETE
69602024-08-13T21:39:30.536Z[ recovery-image] Aug 13 21:39:29.042 INFO O| Aug 13 21:39:29.042 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-08-13T21:39:30.543Z[ recovery-image] Aug 13 21:39:29.052 INFO O| Aug 13 21:39:29.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
69622024-08-13T21:39:30.543Z[ recovery-image] Aug 13 21:39:29.052 INFO O| Aug 13 21:39:29.052 INFO STEP 1034 (remove_files) COMPLETE
69632024-08-13T21:39:30.543Z[ recovery-image] Aug 13 21:39:29.052 INFO O| Aug 13 21:39:29.052 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-08-13T21:39:30.553Z[ recovery-image] Aug 13 21:39:29.061 INFO O| Aug 13 21:39:29.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
69652024-08-13T21:39:30.553Z[ recovery-image] Aug 13 21:39:29.061 INFO O| Aug 13 21:39:29.061 INFO STEP 1035 (remove_files) COMPLETE
69662024-08-13T21:39:30.553Z[ recovery-image] Aug 13 21:39:29.061 INFO O| Aug 13 21:39:29.061 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-08-13T21:39:30.562Z[ recovery-image] Aug 13 21:39:29.071 INFO O| Aug 13 21:39:29.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
69682024-08-13T21:39:30.565Z[ recovery-image] Aug 13 21:39:29.071 INFO O| Aug 13 21:39:29.071 INFO STEP 1036 (remove_files) COMPLETE
69692024-08-13T21:39:30.565Z[ recovery-image] Aug 13 21:39:29.071 INFO O| Aug 13 21:39:29.071 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-08-13T21:39:30.572Z[ recovery-image] Aug 13 21:39:29.080 INFO O| Aug 13 21:39:29.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
69712024-08-13T21:39:30.572Z[ recovery-image] Aug 13 21:39:29.080 INFO O| Aug 13 21:39:29.080 INFO STEP 1037 (remove_files) COMPLETE
69722024-08-13T21:39:30.572Z[ recovery-image] Aug 13 21:39:29.080 INFO O| Aug 13 21:39:29.080 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-08-13T21:39:30.581Z[ recovery-image] Aug 13 21:39:29.089 INFO O| Aug 13 21:39:29.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
69742024-08-13T21:39:30.584Z[ recovery-image] Aug 13 21:39:29.089 INFO O| Aug 13 21:39:29.089 INFO STEP 1038 (remove_files) COMPLETE
69752024-08-13T21:39:30.584Z[ recovery-image] Aug 13 21:39:29.089 INFO O| Aug 13 21:39:29.089 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-08-13T21:39:30.590Z[ recovery-image] Aug 13 21:39:29.099 INFO O| Aug 13 21:39:29.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
69772024-08-13T21:39:30.593Z[ recovery-image] Aug 13 21:39:29.099 INFO O| Aug 13 21:39:29.099 INFO STEP 1039 (remove_files) COMPLETE
69782024-08-13T21:39:30.593Z[ recovery-image] Aug 13 21:39:29.099 INFO O| Aug 13 21:39:29.099 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-08-13T21:39:30.601Z[ recovery-image] Aug 13 21:39:29.108 INFO O| Aug 13 21:39:29.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
69802024-08-13T21:39:30.601Z[ recovery-image] Aug 13 21:39:29.108 INFO O| Aug 13 21:39:29.108 INFO STEP 1040 (remove_files) COMPLETE
69812024-08-13T21:39:30.601Z[ recovery-image] Aug 13 21:39:29.108 INFO O| Aug 13 21:39:29.108 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-08-13T21:39:30.609Z[ recovery-image] Aug 13 21:39:29.118 INFO O| Aug 13 21:39:29.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
69832024-08-13T21:39:30.612Z[ recovery-image] Aug 13 21:39:29.118 INFO O| Aug 13 21:39:29.118 INFO STEP 1041 (remove_files) COMPLETE
69842024-08-13T21:39:30.612Z[ recovery-image] Aug 13 21:39:29.118 INFO O| Aug 13 21:39:29.118 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-08-13T21:39:30.619Z[ recovery-image] Aug 13 21:39:29.127 INFO O| Aug 13 21:39:29.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
69862024-08-13T21:39:30.619Z[ recovery-image] Aug 13 21:39:29.127 INFO O| Aug 13 21:39:29.127 INFO STEP 1042 (remove_files) COMPLETE
69872024-08-13T21:39:30.622Z[ recovery-image] Aug 13 21:39:29.127 INFO O| Aug 13 21:39:29.127 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-08-13T21:39:30.628Z[ recovery-image] Aug 13 21:39:29.137 INFO O| Aug 13 21:39:29.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
69892024-08-13T21:39:30.628Z[ recovery-image] Aug 13 21:39:29.137 INFO O| Aug 13 21:39:29.137 INFO STEP 1043 (remove_files) COMPLETE
69902024-08-13T21:39:30.628Z[ recovery-image] Aug 13 21:39:29.137 INFO O| Aug 13 21:39:29.137 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-08-13T21:39:30.638Z[ recovery-image] Aug 13 21:39:29.146 INFO O| Aug 13 21:39:29.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
69922024-08-13T21:39:30.638Z[ recovery-image] Aug 13 21:39:29.146 INFO O| Aug 13 21:39:29.146 INFO STEP 1044 (remove_files) COMPLETE
69932024-08-13T21:39:30.638Z[ recovery-image] Aug 13 21:39:29.146 INFO O| Aug 13 21:39:29.146 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-08-13T21:39:30.647Z[ recovery-image] Aug 13 21:39:29.155 INFO O| Aug 13 21:39:29.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
69952024-08-13T21:39:30.647Z[ recovery-image] Aug 13 21:39:29.155 INFO O| Aug 13 21:39:29.155 INFO STEP 1045 (remove_files) COMPLETE
69962024-08-13T21:39:30.647Z[ recovery-image] Aug 13 21:39:29.155 INFO O| Aug 13 21:39:29.155 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-08-13T21:39:30.656Z[ recovery-image] Aug 13 21:39:29.165 INFO O| Aug 13 21:39:29.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
69982024-08-13T21:39:30.656Z[ recovery-image] Aug 13 21:39:29.165 INFO O| Aug 13 21:39:29.165 INFO STEP 1046 (remove_files) COMPLETE
69992024-08-13T21:39:30.656Z[ recovery-image] Aug 13 21:39:29.165 INFO O| Aug 13 21:39:29.165 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-08-13T21:39:30.666Z[ recovery-image] Aug 13 21:39:29.174 INFO O| Aug 13 21:39:29.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70012024-08-13T21:39:30.666Z[ recovery-image] Aug 13 21:39:29.174 INFO O| Aug 13 21:39:29.174 INFO STEP 1047 (remove_files) COMPLETE
70022024-08-13T21:39:30.666Z[ recovery-image] Aug 13 21:39:29.174 INFO O| Aug 13 21:39:29.174 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-08-13T21:39:30.675Z[ recovery-image] Aug 13 21:39:29.184 INFO O| Aug 13 21:39:29.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70042024-08-13T21:39:30.675Z[ recovery-image] Aug 13 21:39:29.184 INFO O| Aug 13 21:39:29.184 INFO STEP 1048 (remove_files) COMPLETE
70052024-08-13T21:39:30.675Z[ recovery-image] Aug 13 21:39:29.184 INFO O| Aug 13 21:39:29.184 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-08-13T21:39:30.686Z[ recovery-image] Aug 13 21:39:29.194 INFO O| Aug 13 21:39:29.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70072024-08-13T21:39:30.686Z[ recovery-image] Aug 13 21:39:29.194 INFO O| Aug 13 21:39:29.194 INFO STEP 1049 (remove_files) COMPLETE
70082024-08-13T21:39:30.689Z[ recovery-image] Aug 13 21:39:29.194 INFO O| Aug 13 21:39:29.194 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-08-13T21:39:30.696Z[ recovery-image] Aug 13 21:39:29.204 INFO O| Aug 13 21:39:29.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70102024-08-13T21:39:30.696Z[ recovery-image] Aug 13 21:39:29.204 INFO O| Aug 13 21:39:29.204 INFO STEP 1050 (remove_files) COMPLETE
70112024-08-13T21:39:30.696Z[ recovery-image] Aug 13 21:39:29.204 INFO O| Aug 13 21:39:29.204 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-08-13T21:39:30.706Z[ recovery-image] Aug 13 21:39:29.214 INFO O| Aug 13 21:39:29.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70132024-08-13T21:39:30.706Z[ recovery-image] Aug 13 21:39:29.214 INFO O| Aug 13 21:39:29.214 INFO STEP 1051 (remove_files) COMPLETE
70142024-08-13T21:39:30.706Z[ recovery-image] Aug 13 21:39:29.214 INFO O| Aug 13 21:39:29.214 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-08-13T21:39:30.716Z[ recovery-image] Aug 13 21:39:29.224 INFO O| Aug 13 21:39:29.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70162024-08-13T21:39:30.716Z[ recovery-image] Aug 13 21:39:29.224 INFO O| Aug 13 21:39:29.224 INFO STEP 1052 (remove_files) COMPLETE
70172024-08-13T21:39:30.716Z[ recovery-image] Aug 13 21:39:29.224 INFO O| Aug 13 21:39:29.224 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-08-13T21:39:30.725Z[ recovery-image] Aug 13 21:39:29.233 INFO O| Aug 13 21:39:29.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70192024-08-13T21:39:30.725Z[ recovery-image] Aug 13 21:39:29.234 INFO O| Aug 13 21:39:29.234 INFO STEP 1053 (remove_files) COMPLETE
70202024-08-13T21:39:30.725Z[ recovery-image] Aug 13 21:39:29.234 INFO O| Aug 13 21:39:29.234 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-08-13T21:39:30.739Z[ recovery-image] Aug 13 21:39:29.243 INFO O| Aug 13 21:39:29.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70222024-08-13T21:39:30.739Z[ recovery-image] Aug 13 21:39:29.243 INFO O| Aug 13 21:39:29.243 INFO STEP 1054 (remove_files) COMPLETE
70232024-08-13T21:39:30.743Z[ recovery-image] Aug 13 21:39:29.243 INFO O| Aug 13 21:39:29.243 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-08-13T21:39:30.746Z[ recovery-image] Aug 13 21:39:29.252 INFO O| Aug 13 21:39:29.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70252024-08-13T21:39:30.746Z[ recovery-image] Aug 13 21:39:29.252 INFO O| Aug 13 21:39:29.252 INFO STEP 1055 (remove_files) COMPLETE
70262024-08-13T21:39:30.746Z[ recovery-image] Aug 13 21:39:29.252 INFO O| Aug 13 21:39:29.252 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-08-13T21:39:30.754Z[ recovery-image] Aug 13 21:39:29.262 INFO O| Aug 13 21:39:29.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70282024-08-13T21:39:30.754Z[ recovery-image] Aug 13 21:39:29.262 INFO O| Aug 13 21:39:29.262 INFO STEP 1056 (remove_files) COMPLETE
70292024-08-13T21:39:30.754Z[ recovery-image] Aug 13 21:39:29.262 INFO O| Aug 13 21:39:29.262 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-08-13T21:39:30.763Z[ recovery-image] Aug 13 21:39:29.272 INFO O| Aug 13 21:39:29.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70312024-08-13T21:39:30.763Z[ recovery-image] Aug 13 21:39:29.272 INFO O| Aug 13 21:39:29.272 INFO STEP 1057 (remove_files) COMPLETE
70322024-08-13T21:39:30.763Z[ recovery-image] Aug 13 21:39:29.272 INFO O| Aug 13 21:39:29.272 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-08-13T21:39:30.773Z[ recovery-image] Aug 13 21:39:29.281 INFO O| Aug 13 21:39:29.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70342024-08-13T21:39:30.773Z[ recovery-image] Aug 13 21:39:29.281 INFO O| Aug 13 21:39:29.281 INFO STEP 1058 (remove_files) COMPLETE
70352024-08-13T21:39:30.775Z[ recovery-image] Aug 13 21:39:29.281 INFO O| Aug 13 21:39:29.281 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-08-13T21:39:30.782Z[ recovery-image] Aug 13 21:39:29.290 INFO O| Aug 13 21:39:29.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70372024-08-13T21:39:30.782Z[ recovery-image] Aug 13 21:39:29.290 INFO O| Aug 13 21:39:29.290 INFO STEP 1059 (remove_files) COMPLETE
70382024-08-13T21:39:30.782Z[ recovery-image] Aug 13 21:39:29.290 INFO O| Aug 13 21:39:29.290 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-08-13T21:39:30.788Z[ host-image] Aug 13 21:39:29.296 INFO O| Aug 13 21:39:29.296 INFO O| Done
70402024-08-13T21:39:30.792Z[ recovery-image] Aug 13 21:39:29.300 INFO O| Aug 13 21:39:29.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70412024-08-13T21:39:30.794Z[ recovery-image] Aug 13 21:39:29.301 INFO O| Aug 13 21:39:29.301 INFO STEP 1060 (remove_files) COMPLETE
70422024-08-13T21:39:30.794Z[ recovery-image] Aug 13 21:39:29.301 INFO O| Aug 13 21:39:29.301 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-08-13T21:39:30.802Z[ recovery-image] Aug 13 21:39:29.310 INFO O| Aug 13 21:39:29.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70442024-08-13T21:39:30.805Z[ recovery-image] Aug 13 21:39:29.310 INFO O| Aug 13 21:39:29.310 INFO STEP 1061 (remove_files) COMPLETE
70452024-08-13T21:39:30.805Z[ recovery-image] Aug 13 21:39:29.310 INFO O| Aug 13 21:39:29.310 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-08-13T21:39:30.810Z[ host-image] Aug 13 21:39:29.318 INFO O| Aug 13 21:39:29.318 INFO O| Done
70472024-08-13T21:39:30.813Z[ host-image] Aug 13 21:39:29.318 INFO O| Aug 13 21:39:29.318 INFO O| Done
70482024-08-13T21:39:30.813Z[ recovery-image] Aug 13 21:39:29.320 INFO O| Aug 13 21:39:29.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70492024-08-13T21:39:30.813Z[ recovery-image] Aug 13 21:39:29.320 INFO O| Aug 13 21:39:29.320 INFO STEP 1062 (remove_files) COMPLETE
70502024-08-13T21:39:30.813Z[ recovery-image] Aug 13 21:39:29.320 INFO O| Aug 13 21:39:29.320 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-08-13T21:39:30.821Z[ recovery-image] Aug 13 21:39:29.329 INFO O| Aug 13 21:39:29.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70522024-08-13T21:39:30.821Z[ recovery-image] Aug 13 21:39:29.329 INFO O| Aug 13 21:39:29.329 INFO STEP 1063 (remove_files) COMPLETE
70532024-08-13T21:39:30.823Z[ recovery-image] Aug 13 21:39:29.329 INFO O| Aug 13 21:39:29.329 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-08-13T21:39:30.831Z[ recovery-image] Aug 13 21:39:29.339 INFO O| Aug 13 21:39:29.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
70552024-08-13T21:39:30.831Z[ recovery-image] Aug 13 21:39:29.339 INFO O| Aug 13 21:39:29.339 INFO STEP 1064 (remove_files) COMPLETE
70562024-08-13T21:39:30.833Z[ recovery-image] Aug 13 21:39:29.339 INFO O| Aug 13 21:39:29.339 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-08-13T21:39:30.840Z[ recovery-image] Aug 13 21:39:29.349 INFO O| Aug 13 21:39:29.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
70582024-08-13T21:39:30.840Z[ recovery-image] Aug 13 21:39:29.349 INFO O| Aug 13 21:39:29.349 INFO STEP 1065 (remove_files) COMPLETE
70592024-08-13T21:39:30.841Z[ recovery-image] Aug 13 21:39:29.349 INFO O| Aug 13 21:39:29.349 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-08-13T21:39:30.846Z[ host-image] Aug 13 21:39:29.354 INFO O| Aug 13 21:39:29.354 INFO O| Done
70612024-08-13T21:39:30.850Z[ recovery-image] Aug 13 21:39:29.358 INFO O| Aug 13 21:39:29.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
70622024-08-13T21:39:30.850Z[ recovery-image] Aug 13 21:39:29.358 INFO O| Aug 13 21:39:29.358 INFO STEP 1066 (remove_files) COMPLETE
70632024-08-13T21:39:30.850Z[ recovery-image] Aug 13 21:39:29.358 INFO O| Aug 13 21:39:29.358 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-08-13T21:39:30.860Z[ recovery-image] Aug 13 21:39:29.368 INFO O| Aug 13 21:39:29.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
70652024-08-13T21:39:30.860Z[ recovery-image] Aug 13 21:39:29.368 INFO O| Aug 13 21:39:29.368 INFO STEP 1067 (remove_files) COMPLETE
70662024-08-13T21:39:30.862Z[ recovery-image] Aug 13 21:39:29.368 INFO O| Aug 13 21:39:29.368 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-08-13T21:39:30.870Z[ recovery-image] Aug 13 21:39:29.378 INFO O| Aug 13 21:39:29.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
70682024-08-13T21:39:30.870Z[ recovery-image] Aug 13 21:39:29.378 INFO O| Aug 13 21:39:29.378 INFO STEP 1068 (remove_files) COMPLETE
70692024-08-13T21:39:30.870Z[ recovery-image] Aug 13 21:39:29.378 INFO O| Aug 13 21:39:29.378 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-08-13T21:39:30.880Z[ recovery-image] Aug 13 21:39:29.388 INFO O| Aug 13 21:39:29.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
70712024-08-13T21:39:30.880Z[ recovery-image] Aug 13 21:39:29.388 INFO O| Aug 13 21:39:29.388 INFO STEP 1069 (remove_files) COMPLETE
70722024-08-13T21:39:30.880Z[ recovery-image] Aug 13 21:39:29.388 INFO O| Aug 13 21:39:29.388 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-08-13T21:39:30.889Z[ recovery-image] Aug 13 21:39:29.398 INFO O| Aug 13 21:39:29.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
70742024-08-13T21:39:30.890Z[ recovery-image] Aug 13 21:39:29.398 INFO O| Aug 13 21:39:29.398 INFO STEP 1070 (remove_files) COMPLETE
70752024-08-13T21:39:30.892Z[ recovery-image] Aug 13 21:39:29.398 INFO O| Aug 13 21:39:29.398 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-08-13T21:39:30.899Z[ recovery-image] Aug 13 21:39:29.407 INFO O| Aug 13 21:39:29.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
70772024-08-13T21:39:30.899Z[ recovery-image] Aug 13 21:39:29.408 INFO O| Aug 13 21:39:29.408 INFO STEP 1071 (remove_files) COMPLETE
70782024-08-13T21:39:30.902Z[ recovery-image] Aug 13 21:39:29.408 INFO O| Aug 13 21:39:29.408 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-08-13T21:39:30.909Z[ recovery-image] Aug 13 21:39:29.417 INFO O| Aug 13 21:39:29.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
70802024-08-13T21:39:30.909Z[ recovery-image] Aug 13 21:39:29.417 INFO O| Aug 13 21:39:29.417 INFO STEP 1072 (remove_files) COMPLETE
70812024-08-13T21:39:30.911Z[ recovery-image] Aug 13 21:39:29.417 INFO O| Aug 13 21:39:29.417 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-08-13T21:39:30.918Z[ recovery-image] Aug 13 21:39:29.427 INFO O| Aug 13 21:39:29.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
70832024-08-13T21:39:30.919Z[ recovery-image] Aug 13 21:39:29.427 INFO O| Aug 13 21:39:29.427 INFO STEP 1073 (remove_files) COMPLETE
70842024-08-13T21:39:30.919Z[ recovery-image] Aug 13 21:39:29.427 INFO O| Aug 13 21:39:29.427 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-08-13T21:39:30.928Z[ recovery-image] Aug 13 21:39:29.437 INFO O| Aug 13 21:39:29.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
70862024-08-13T21:39:30.931Z[ recovery-image] Aug 13 21:39:29.437 INFO O| Aug 13 21:39:29.437 INFO STEP 1074 (remove_files) COMPLETE
70872024-08-13T21:39:30.931Z[ recovery-image] Aug 13 21:39:29.437 INFO O| Aug 13 21:39:29.437 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-08-13T21:39:30.938Z[ recovery-image] Aug 13 21:39:29.446 INFO O| Aug 13 21:39:29.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
70892024-08-13T21:39:30.938Z[ recovery-image] Aug 13 21:39:29.446 INFO O| Aug 13 21:39:29.446 INFO STEP 1075 (remove_files) COMPLETE
70902024-08-13T21:39:30.940Z[ recovery-image] Aug 13 21:39:29.446 INFO O| Aug 13 21:39:29.446 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-08-13T21:39:30.943Z[ host-image] Aug 13 21:39:29.451 INFO O| Aug 13 21:39:29.451 INFO STEP 13 (pkg_install) COMPLETE
70922024-08-13T21:39:30.943Z[ host-image] Aug 13 21:39:29.451 INFO O| Aug 13 21:39:29.451 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
70932024-08-13T21:39:30.948Z[ recovery-image] Aug 13 21:39:29.457 INFO O| Aug 13 21:39:29.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
70942024-08-13T21:39:30.948Z[ recovery-image] Aug 13 21:39:29.457 INFO O| Aug 13 21:39:29.457 INFO STEP 1076 (remove_files) COMPLETE
70952024-08-13T21:39:30.948Z[ recovery-image] Aug 13 21:39:29.457 INFO O| Aug 13 21:39:29.457 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-08-13T21:39:30.954Z[ host-image] Aug 13 21:39:29.462 INFO O| Aug 13 21:39:29.462 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
70972024-08-13T21:39:30.958Z[ recovery-image] Aug 13 21:39:29.466 INFO O| Aug 13 21:39:29.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
70982024-08-13T21:39:30.960Z[ recovery-image] Aug 13 21:39:29.466 INFO O| Aug 13 21:39:29.466 INFO STEP 1077 (remove_files) COMPLETE
70992024-08-13T21:39:30.960Z[ recovery-image] Aug 13 21:39:29.466 INFO O| Aug 13 21:39:29.466 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-08-13T21:39:30.968Z[ recovery-image] Aug 13 21:39:29.476 INFO O| Aug 13 21:39:29.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71012024-08-13T21:39:30.968Z[ recovery-image] Aug 13 21:39:29.476 INFO O| Aug 13 21:39:29.476 INFO STEP 1078 (remove_files) COMPLETE
71022024-08-13T21:39:30.968Z[ recovery-image] Aug 13 21:39:29.476 INFO O| Aug 13 21:39:29.476 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-08-13T21:39:30.977Z[ recovery-image] Aug 13 21:39:29.486 INFO O| Aug 13 21:39:29.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71042024-08-13T21:39:30.977Z[ recovery-image] Aug 13 21:39:29.486 INFO O| Aug 13 21:39:29.486 INFO STEP 1079 (remove_files) COMPLETE
71052024-08-13T21:39:30.980Z[ recovery-image] Aug 13 21:39:29.486 INFO O| Aug 13 21:39:29.486 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-08-13T21:39:30.987Z[ recovery-image] Aug 13 21:39:29.496 INFO O| Aug 13 21:39:29.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71072024-08-13T21:39:30.987Z[ recovery-image] Aug 13 21:39:29.496 INFO O| Aug 13 21:39:29.496 INFO STEP 1080 (remove_files) COMPLETE
71082024-08-13T21:39:30.987Z[ recovery-image] Aug 13 21:39:29.496 INFO O| Aug 13 21:39:29.496 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-08-13T21:39:30.998Z[ recovery-image] Aug 13 21:39:29.506 INFO O| Aug 13 21:39:29.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71102024-08-13T21:39:31.001Z[ recovery-image] Aug 13 21:39:29.506 INFO O| Aug 13 21:39:29.506 INFO STEP 1081 (remove_files) COMPLETE
71112024-08-13T21:39:31.001Z[ recovery-image] Aug 13 21:39:29.506 INFO O| Aug 13 21:39:29.506 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-08-13T21:39:31.007Z[ recovery-image] Aug 13 21:39:29.515 INFO O| Aug 13 21:39:29.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71132024-08-13T21:39:31.007Z[ recovery-image] Aug 13 21:39:29.515 INFO O| Aug 13 21:39:29.515 INFO STEP 1082 (remove_files) COMPLETE
71142024-08-13T21:39:31.007Z[ recovery-image] Aug 13 21:39:29.515 INFO O| Aug 13 21:39:29.515 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-08-13T21:39:31.016Z[ recovery-image] Aug 13 21:39:29.525 INFO O| Aug 13 21:39:29.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71162024-08-13T21:39:31.019Z[ recovery-image] Aug 13 21:39:29.525 INFO O| Aug 13 21:39:29.525 INFO STEP 1083 (remove_files) COMPLETE
71172024-08-13T21:39:31.019Z[ recovery-image] Aug 13 21:39:29.525 INFO O| Aug 13 21:39:29.525 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-08-13T21:39:31.026Z[ recovery-image] Aug 13 21:39:29.534 INFO O| Aug 13 21:39:29.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71192024-08-13T21:39:31.026Z[ recovery-image] Aug 13 21:39:29.534 INFO O| Aug 13 21:39:29.534 INFO STEP 1084 (remove_files) COMPLETE
71202024-08-13T21:39:31.026Z[ recovery-image] Aug 13 21:39:29.534 INFO O| Aug 13 21:39:29.534 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-08-13T21:39:31.035Z[ recovery-image] Aug 13 21:39:29.544 INFO O| Aug 13 21:39:29.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71222024-08-13T21:39:31.035Z[ recovery-image] Aug 13 21:39:29.544 INFO O| Aug 13 21:39:29.544 INFO STEP 1085 (remove_files) COMPLETE
71232024-08-13T21:39:31.035Z[ recovery-image] Aug 13 21:39:29.544 INFO O| Aug 13 21:39:29.544 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-08-13T21:39:31.045Z[ recovery-image] Aug 13 21:39:29.553 INFO O| Aug 13 21:39:29.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71252024-08-13T21:39:31.047Z[ recovery-image] Aug 13 21:39:29.553 INFO O| Aug 13 21:39:29.553 INFO STEP 1086 (remove_files) COMPLETE
71262024-08-13T21:39:31.047Z[ recovery-image] Aug 13 21:39:29.553 INFO O| Aug 13 21:39:29.553 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-08-13T21:39:31.054Z[ recovery-image] Aug 13 21:39:29.563 INFO O| Aug 13 21:39:29.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71282024-08-13T21:39:31.054Z[ recovery-image] Aug 13 21:39:29.563 INFO O| Aug 13 21:39:29.563 INFO STEP 1087 (remove_files) COMPLETE
71292024-08-13T21:39:31.054Z[ recovery-image] Aug 13 21:39:29.563 INFO O| Aug 13 21:39:29.563 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-08-13T21:39:31.064Z[ recovery-image] Aug 13 21:39:29.572 INFO O| Aug 13 21:39:29.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71312024-08-13T21:39:31.064Z[ recovery-image] Aug 13 21:39:29.572 INFO O| Aug 13 21:39:29.572 INFO STEP 1088 (remove_files) COMPLETE
71322024-08-13T21:39:31.064Z[ recovery-image] Aug 13 21:39:29.572 INFO O| Aug 13 21:39:29.572 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-08-13T21:39:31.073Z[ recovery-image] Aug 13 21:39:29.582 INFO O| Aug 13 21:39:29.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71342024-08-13T21:39:31.073Z[ recovery-image] Aug 13 21:39:29.582 INFO O| Aug 13 21:39:29.582 INFO STEP 1089 (remove_files) COMPLETE
71352024-08-13T21:39:31.076Z[ recovery-image] Aug 13 21:39:29.582 INFO O| Aug 13 21:39:29.582 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-08-13T21:39:31.083Z[ recovery-image] Aug 13 21:39:29.591 INFO O| Aug 13 21:39:29.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71372024-08-13T21:39:31.083Z[ recovery-image] Aug 13 21:39:29.592 INFO O| Aug 13 21:39:29.592 INFO STEP 1090 (remove_files) COMPLETE
71382024-08-13T21:39:31.083Z[ recovery-image] Aug 13 21:39:29.592 INFO O| Aug 13 21:39:29.592 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-08-13T21:39:31.093Z[ recovery-image] Aug 13 21:39:29.601 INFO O| Aug 13 21:39:29.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71402024-08-13T21:39:31.093Z[ recovery-image] Aug 13 21:39:29.601 INFO O| Aug 13 21:39:29.601 INFO STEP 1091 (remove_files) COMPLETE
71412024-08-13T21:39:31.093Z[ recovery-image] Aug 13 21:39:29.601 INFO O| Aug 13 21:39:29.601 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-08-13T21:39:31.103Z[ recovery-image] Aug 13 21:39:29.611 INFO O| Aug 13 21:39:29.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71432024-08-13T21:39:31.103Z[ recovery-image] Aug 13 21:39:29.611 INFO O| Aug 13 21:39:29.611 INFO STEP 1092 (remove_files) COMPLETE
71442024-08-13T21:39:31.106Z[ recovery-image] Aug 13 21:39:29.611 INFO O| Aug 13 21:39:29.611 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-08-13T21:39:31.112Z[ recovery-image] Aug 13 21:39:29.620 INFO O| Aug 13 21:39:29.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71462024-08-13T21:39:31.114Z[ recovery-image] Aug 13 21:39:29.620 INFO O| Aug 13 21:39:29.620 INFO STEP 1093 (remove_files) COMPLETE
71472024-08-13T21:39:31.114Z[ recovery-image] Aug 13 21:39:29.620 INFO O| Aug 13 21:39:29.620 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-08-13T21:39:31.122Z[ recovery-image] Aug 13 21:39:29.630 INFO O| Aug 13 21:39:29.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71492024-08-13T21:39:31.122Z[ recovery-image] Aug 13 21:39:29.630 INFO O| Aug 13 21:39:29.630 INFO STEP 1094 (remove_files) COMPLETE
71502024-08-13T21:39:31.124Z[ recovery-image] Aug 13 21:39:29.630 INFO O| Aug 13 21:39:29.630 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-08-13T21:39:31.131Z[ recovery-image] Aug 13 21:39:29.639 INFO O| Aug 13 21:39:29.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71522024-08-13T21:39:31.131Z[ recovery-image] Aug 13 21:39:29.640 INFO O| Aug 13 21:39:29.639 INFO STEP 1095 (remove_files) COMPLETE
71532024-08-13T21:39:31.131Z[ recovery-image] Aug 13 21:39:29.640 INFO O| Aug 13 21:39:29.640 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-08-13T21:39:31.141Z[ recovery-image] Aug 13 21:39:29.649 INFO O| Aug 13 21:39:29.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71552024-08-13T21:39:31.141Z[ recovery-image] Aug 13 21:39:29.649 INFO O| Aug 13 21:39:29.649 INFO STEP 1096 (remove_files) COMPLETE
71562024-08-13T21:39:31.143Z[ recovery-image] Aug 13 21:39:29.649 INFO O| Aug 13 21:39:29.649 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-08-13T21:39:31.150Z[ recovery-image] Aug 13 21:39:29.659 INFO O| Aug 13 21:39:29.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
71582024-08-13T21:39:31.150Z[ recovery-image] Aug 13 21:39:29.659 INFO O| Aug 13 21:39:29.659 INFO STEP 1097 (remove_files) COMPLETE
71592024-08-13T21:39:31.150Z[ recovery-image] Aug 13 21:39:29.659 INFO O| Aug 13 21:39:29.659 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-08-13T21:39:31.160Z[ recovery-image] Aug 13 21:39:29.668 INFO O| Aug 13 21:39:29.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
71612024-08-13T21:39:31.160Z[ recovery-image] Aug 13 21:39:29.668 INFO O| Aug 13 21:39:29.668 INFO STEP 1098 (remove_files) COMPLETE
71622024-08-13T21:39:31.162Z[ recovery-image] Aug 13 21:39:29.668 INFO O| Aug 13 21:39:29.668 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-08-13T21:39:31.169Z[ recovery-image] Aug 13 21:39:29.678 INFO O| Aug 13 21:39:29.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
71642024-08-13T21:39:31.169Z[ recovery-image] Aug 13 21:39:29.678 INFO O| Aug 13 21:39:29.678 INFO STEP 1099 (remove_files) COMPLETE
71652024-08-13T21:39:31.172Z[ recovery-image] Aug 13 21:39:29.678 INFO O| Aug 13 21:39:29.678 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-08-13T21:39:31.179Z[ recovery-image] Aug 13 21:39:29.687 INFO O| Aug 13 21:39:29.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
71672024-08-13T21:39:31.179Z[ recovery-image] Aug 13 21:39:29.687 INFO O| Aug 13 21:39:29.687 INFO STEP 1100 (remove_files) COMPLETE
71682024-08-13T21:39:31.181Z[ recovery-image] Aug 13 21:39:29.687 INFO O| Aug 13 21:39:29.687 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-08-13T21:39:31.188Z[ recovery-image] Aug 13 21:39:29.697 INFO O| Aug 13 21:39:29.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
71702024-08-13T21:39:31.188Z[ recovery-image] Aug 13 21:39:29.697 INFO O| Aug 13 21:39:29.697 INFO STEP 1101 (remove_files) COMPLETE
71712024-08-13T21:39:31.191Z[ recovery-image] Aug 13 21:39:29.697 INFO O| Aug 13 21:39:29.697 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-08-13T21:39:31.198Z[ recovery-image] Aug 13 21:39:29.706 INFO O| Aug 13 21:39:29.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
71732024-08-13T21:39:31.200Z[ recovery-image] Aug 13 21:39:29.706 INFO O| Aug 13 21:39:29.706 INFO STEP 1102 (remove_files) COMPLETE
71742024-08-13T21:39:31.200Z[ recovery-image] Aug 13 21:39:29.706 INFO O| Aug 13 21:39:29.706 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-08-13T21:39:31.208Z[ recovery-image] Aug 13 21:39:29.716 INFO O| Aug 13 21:39:29.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
71762024-08-13T21:39:31.208Z[ recovery-image] Aug 13 21:39:29.716 INFO O| Aug 13 21:39:29.716 INFO STEP 1103 (remove_files) COMPLETE
71772024-08-13T21:39:31.208Z[ recovery-image] Aug 13 21:39:29.716 INFO O| Aug 13 21:39:29.716 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-08-13T21:39:31.217Z[ recovery-image] Aug 13 21:39:29.725 INFO O| Aug 13 21:39:29.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
71792024-08-13T21:39:31.217Z[ recovery-image] Aug 13 21:39:29.725 INFO O| Aug 13 21:39:29.725 INFO STEP 1104 (remove_files) COMPLETE
71802024-08-13T21:39:31.219Z[ recovery-image] Aug 13 21:39:29.725 INFO O| Aug 13 21:39:29.725 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-08-13T21:39:31.227Z[ recovery-image] Aug 13 21:39:29.735 INFO O| Aug 13 21:39:29.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
71822024-08-13T21:39:31.227Z[ recovery-image] Aug 13 21:39:29.735 INFO O| Aug 13 21:39:29.735 INFO STEP 1105 (remove_files) COMPLETE
71832024-08-13T21:39:31.229Z[ recovery-image] Aug 13 21:39:29.735 INFO O| Aug 13 21:39:29.735 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-08-13T21:39:31.236Z[ recovery-image] Aug 13 21:39:29.744 INFO O| Aug 13 21:39:29.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
71852024-08-13T21:39:31.236Z[ recovery-image] Aug 13 21:39:29.744 INFO O| Aug 13 21:39:29.744 INFO STEP 1106 (remove_files) COMPLETE
71862024-08-13T21:39:31.236Z[ recovery-image] Aug 13 21:39:29.744 INFO O| Aug 13 21:39:29.744 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-08-13T21:39:31.246Z[ recovery-image] Aug 13 21:39:29.754 INFO O| Aug 13 21:39:29.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
71882024-08-13T21:39:31.246Z[ recovery-image] Aug 13 21:39:29.754 INFO O| Aug 13 21:39:29.754 INFO STEP 1107 (remove_files) COMPLETE
71892024-08-13T21:39:31.246Z[ recovery-image] Aug 13 21:39:29.754 INFO O| Aug 13 21:39:29.754 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-08-13T21:39:31.256Z[ recovery-image] Aug 13 21:39:29.764 INFO O| Aug 13 21:39:29.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
71912024-08-13T21:39:31.256Z[ recovery-image] Aug 13 21:39:29.764 INFO O| Aug 13 21:39:29.764 INFO STEP 1108 (remove_files) COMPLETE
71922024-08-13T21:39:31.258Z[ recovery-image] Aug 13 21:39:29.764 INFO O| Aug 13 21:39:29.764 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-08-13T21:39:31.267Z[ recovery-image] Aug 13 21:39:29.775 INFO O| Aug 13 21:39:29.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
71942024-08-13T21:39:31.267Z[ recovery-image] Aug 13 21:39:29.775 INFO O| Aug 13 21:39:29.775 INFO STEP 1109 (remove_files) COMPLETE
71952024-08-13T21:39:31.267Z[ recovery-image] Aug 13 21:39:29.775 INFO O| Aug 13 21:39:29.775 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-08-13T21:39:31.277Z[ recovery-image] Aug 13 21:39:29.785 INFO O| Aug 13 21:39:29.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
71972024-08-13T21:39:31.277Z[ recovery-image] Aug 13 21:39:29.785 INFO O| Aug 13 21:39:29.785 INFO STEP 1110 (remove_files) COMPLETE
71982024-08-13T21:39:31.277Z[ recovery-image] Aug 13 21:39:29.785 INFO O| Aug 13 21:39:29.785 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-08-13T21:39:31.286Z[ recovery-image] Aug 13 21:39:29.795 INFO O| Aug 13 21:39:29.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72002024-08-13T21:39:31.286Z[ recovery-image] Aug 13 21:39:29.795 INFO O| Aug 13 21:39:29.795 INFO STEP 1111 (remove_files) COMPLETE
72012024-08-13T21:39:31.289Z[ recovery-image] Aug 13 21:39:29.795 INFO O| Aug 13 21:39:29.795 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-08-13T21:39:31.296Z[ recovery-image] Aug 13 21:39:29.804 INFO O| Aug 13 21:39:29.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72032024-08-13T21:39:31.296Z[ recovery-image] Aug 13 21:39:29.804 INFO O| Aug 13 21:39:29.804 INFO STEP 1112 (remove_files) COMPLETE
72042024-08-13T21:39:31.296Z[ recovery-image] Aug 13 21:39:29.804 INFO O| Aug 13 21:39:29.804 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-08-13T21:39:31.306Z[ recovery-image] Aug 13 21:39:29.814 INFO O| Aug 13 21:39:29.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72062024-08-13T21:39:31.306Z[ recovery-image] Aug 13 21:39:29.814 INFO O| Aug 13 21:39:29.814 INFO STEP 1113 (remove_files) COMPLETE
72072024-08-13T21:39:31.308Z[ recovery-image] Aug 13 21:39:29.814 INFO O| Aug 13 21:39:29.814 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-08-13T21:39:31.316Z[ recovery-image] Aug 13 21:39:29.824 INFO O| Aug 13 21:39:29.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72092024-08-13T21:39:31.316Z[ recovery-image] Aug 13 21:39:29.824 INFO O| Aug 13 21:39:29.824 INFO STEP 1114 (remove_files) COMPLETE
72102024-08-13T21:39:31.318Z[ recovery-image] Aug 13 21:39:29.824 INFO O| Aug 13 21:39:29.824 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-08-13T21:39:31.325Z[ recovery-image] Aug 13 21:39:29.833 INFO O| Aug 13 21:39:29.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72122024-08-13T21:39:31.325Z[ recovery-image] Aug 13 21:39:29.834 INFO O| Aug 13 21:39:29.834 INFO STEP 1115 (remove_files) COMPLETE
72132024-08-13T21:39:31.325Z[ recovery-image] Aug 13 21:39:29.834 INFO O| Aug 13 21:39:29.834 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-08-13T21:39:31.335Z[ recovery-image] Aug 13 21:39:29.843 INFO O| Aug 13 21:39:29.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72152024-08-13T21:39:31.335Z[ recovery-image] Aug 13 21:39:29.843 INFO O| Aug 13 21:39:29.843 INFO STEP 1116 (remove_files) COMPLETE
72162024-08-13T21:39:31.338Z[ recovery-image] Aug 13 21:39:29.843 INFO O| Aug 13 21:39:29.843 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-08-13T21:39:31.345Z[ recovery-image] Aug 13 21:39:29.853 INFO O| Aug 13 21:39:29.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72182024-08-13T21:39:31.347Z[ recovery-image] Aug 13 21:39:29.853 INFO O| Aug 13 21:39:29.853 INFO STEP 1117 (remove_files) COMPLETE
72192024-08-13T21:39:31.347Z[ recovery-image] Aug 13 21:39:29.853 INFO O| Aug 13 21:39:29.853 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-08-13T21:39:31.354Z[ recovery-image] Aug 13 21:39:29.863 INFO O| Aug 13 21:39:29.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72212024-08-13T21:39:31.355Z[ recovery-image] Aug 13 21:39:29.863 INFO O| Aug 13 21:39:29.863 INFO STEP 1118 (remove_files) COMPLETE
72222024-08-13T21:39:31.357Z[ recovery-image] Aug 13 21:39:29.863 INFO O| Aug 13 21:39:29.863 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-08-13T21:39:31.364Z[ recovery-image] Aug 13 21:39:29.872 INFO O| Aug 13 21:39:29.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72242024-08-13T21:39:31.364Z[ recovery-image] Aug 13 21:39:29.872 INFO O| Aug 13 21:39:29.872 INFO STEP 1119 (remove_files) COMPLETE
72252024-08-13T21:39:31.367Z[ recovery-image] Aug 13 21:39:29.872 INFO O| Aug 13 21:39:29.872 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-08-13T21:39:31.374Z[ recovery-image] Aug 13 21:39:29.882 INFO O| Aug 13 21:39:29.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72272024-08-13T21:39:31.376Z[ recovery-image] Aug 13 21:39:29.882 INFO O| Aug 13 21:39:29.882 INFO STEP 1120 (remove_files) COMPLETE
72282024-08-13T21:39:31.376Z[ recovery-image] Aug 13 21:39:29.882 INFO O| Aug 13 21:39:29.882 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-08-13T21:39:31.379Z[ host-image] Aug 13 21:39:29.887 INFO O| Aug 13 21:39:29.887 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
72302024-08-13T21:39:31.384Z[ recovery-image] Aug 13 21:39:29.892 INFO O| Aug 13 21:39:29.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72312024-08-13T21:39:31.386Z[ recovery-image] Aug 13 21:39:29.892 INFO O| Aug 13 21:39:29.892 INFO STEP 1121 (remove_files) COMPLETE
72322024-08-13T21:39:31.386Z[ recovery-image] Aug 13 21:39:29.892 INFO O| Aug 13 21:39:29.892 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-08-13T21:39:31.393Z[ recovery-image] Aug 13 21:39:29.902 INFO O| Aug 13 21:39:29.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72342024-08-13T21:39:31.393Z[ recovery-image] Aug 13 21:39:29.902 INFO O| Aug 13 21:39:29.902 INFO STEP 1122 (remove_files) COMPLETE
72352024-08-13T21:39:31.396Z[ recovery-image] Aug 13 21:39:29.902 INFO O| Aug 13 21:39:29.902 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-08-13T21:39:31.403Z[ recovery-image] Aug 13 21:39:29.911 INFO O| Aug 13 21:39:29.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72372024-08-13T21:39:31.403Z[ recovery-image] Aug 13 21:39:29.911 INFO O| Aug 13 21:39:29.911 INFO STEP 1123 (remove_files) COMPLETE
72382024-08-13T21:39:31.403Z[ recovery-image] Aug 13 21:39:29.911 INFO O| Aug 13 21:39:29.911 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-08-13T21:39:31.413Z[ recovery-image] Aug 13 21:39:29.921 INFO O| Aug 13 21:39:29.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72402024-08-13T21:39:31.416Z[ recovery-image] Aug 13 21:39:29.921 INFO O| Aug 13 21:39:29.921 INFO STEP 1124 (remove_files) COMPLETE
72412024-08-13T21:39:31.416Z[ recovery-image] Aug 13 21:39:29.921 INFO O| Aug 13 21:39:29.921 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-08-13T21:39:31.423Z[ recovery-image] Aug 13 21:39:29.931 INFO O| Aug 13 21:39:29.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72432024-08-13T21:39:31.423Z[ recovery-image] Aug 13 21:39:29.931 INFO O| Aug 13 21:39:29.931 INFO STEP 1125 (remove_files) COMPLETE
72442024-08-13T21:39:31.423Z[ recovery-image] Aug 13 21:39:29.931 INFO O| Aug 13 21:39:29.931 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-08-13T21:39:31.433Z[ recovery-image] Aug 13 21:39:29.941 INFO O| Aug 13 21:39:29.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72462024-08-13T21:39:31.433Z[ recovery-image] Aug 13 21:39:29.941 INFO O| Aug 13 21:39:29.941 INFO STEP 1126 (remove_files) COMPLETE
72472024-08-13T21:39:31.433Z[ recovery-image] Aug 13 21:39:29.941 INFO O| Aug 13 21:39:29.941 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-08-13T21:39:31.442Z[ recovery-image] Aug 13 21:39:29.950 INFO O| Aug 13 21:39:29.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72492024-08-13T21:39:31.445Z[ recovery-image] Aug 13 21:39:29.950 INFO O| Aug 13 21:39:29.950 INFO STEP 1127 (remove_files) COMPLETE
72502024-08-13T21:39:31.445Z[ recovery-image] Aug 13 21:39:29.951 INFO O| Aug 13 21:39:29.950 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-08-13T21:39:31.452Z[ recovery-image] Aug 13 21:39:29.960 INFO O| Aug 13 21:39:29.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72522024-08-13T21:39:31.452Z[ recovery-image] Aug 13 21:39:29.960 INFO O| Aug 13 21:39:29.960 INFO STEP 1128 (remove_files) COMPLETE
72532024-08-13T21:39:31.454Z[ recovery-image] Aug 13 21:39:29.960 INFO O| Aug 13 21:39:29.960 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-08-13T21:39:31.461Z[ recovery-image] Aug 13 21:39:29.969 INFO O| Aug 13 21:39:29.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72552024-08-13T21:39:31.461Z[ recovery-image] Aug 13 21:39:29.970 INFO O| Aug 13 21:39:29.969 INFO STEP 1129 (remove_files) COMPLETE
72562024-08-13T21:39:31.464Z[ recovery-image] Aug 13 21:39:29.970 INFO O| Aug 13 21:39:29.970 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-08-13T21:39:31.472Z[ recovery-image] Aug 13 21:39:29.979 INFO O| Aug 13 21:39:29.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
72582024-08-13T21:39:31.472Z[ recovery-image] Aug 13 21:39:29.979 INFO O| Aug 13 21:39:29.979 INFO STEP 1130 (remove_files) COMPLETE
72592024-08-13T21:39:31.474Z[ recovery-image] Aug 13 21:39:29.979 INFO O| Aug 13 21:39:29.979 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-08-13T21:39:31.481Z[ recovery-image] Aug 13 21:39:29.989 INFO O| Aug 13 21:39:29.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
72612024-08-13T21:39:31.481Z[ recovery-image] Aug 13 21:39:29.989 INFO O| Aug 13 21:39:29.989 INFO STEP 1131 (remove_files) COMPLETE
72622024-08-13T21:39:31.484Z[ recovery-image] Aug 13 21:39:29.989 INFO O| Aug 13 21:39:29.989 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-08-13T21:39:31.491Z[ recovery-image] Aug 13 21:39:29.999 INFO O| Aug 13 21:39:29.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
72642024-08-13T21:39:31.491Z[ recovery-image] Aug 13 21:39:29.999 INFO O| Aug 13 21:39:29.999 INFO STEP 1132 (remove_files) COMPLETE
72652024-08-13T21:39:31.491Z[ recovery-image] Aug 13 21:39:29.999 INFO O| Aug 13 21:39:29.999 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-08-13T21:39:31.503Z[ recovery-image] Aug 13 21:39:30.011 INFO O| Aug 13 21:39:30.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
72672024-08-13T21:39:31.503Z[ recovery-image] Aug 13 21:39:30.011 INFO O| Aug 13 21:39:30.011 INFO STEP 1133 (remove_files) COMPLETE
72682024-08-13T21:39:31.506Z[ recovery-image] Aug 13 21:39:30.011 INFO O| Aug 13 21:39:30.011 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-08-13T21:39:31.513Z[ recovery-image] Aug 13 21:39:30.021 INFO O| Aug 13 21:39:30.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
72702024-08-13T21:39:31.513Z[ recovery-image] Aug 13 21:39:30.021 INFO O| Aug 13 21:39:30.021 INFO STEP 1134 (remove_files) COMPLETE
72712024-08-13T21:39:31.513Z[ recovery-image] Aug 13 21:39:30.021 INFO O| Aug 13 21:39:30.021 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-08-13T21:39:31.523Z[ recovery-image] Aug 13 21:39:30.031 INFO O| Aug 13 21:39:30.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
72732024-08-13T21:39:31.523Z[ recovery-image] Aug 13 21:39:30.031 INFO O| Aug 13 21:39:30.031 INFO STEP 1135 (remove_files) COMPLETE
72742024-08-13T21:39:31.525Z[ recovery-image] Aug 13 21:39:30.031 INFO O| Aug 13 21:39:30.031 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-08-13T21:39:31.532Z[ recovery-image] Aug 13 21:39:30.041 INFO O| Aug 13 21:39:30.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
72762024-08-13T21:39:31.532Z[ recovery-image] Aug 13 21:39:30.041 INFO O| Aug 13 21:39:30.041 INFO STEP 1136 (remove_files) COMPLETE
72772024-08-13T21:39:31.535Z[ recovery-image] Aug 13 21:39:30.041 INFO O| Aug 13 21:39:30.041 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-08-13T21:39:31.542Z[ recovery-image] Aug 13 21:39:30.050 INFO O| Aug 13 21:39:30.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
72792024-08-13T21:39:31.542Z[ recovery-image] Aug 13 21:39:30.050 INFO O| Aug 13 21:39:30.050 INFO STEP 1137 (remove_files) COMPLETE
72802024-08-13T21:39:31.545Z[ recovery-image] Aug 13 21:39:30.050 INFO O| Aug 13 21:39:30.050 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-08-13T21:39:31.552Z[ recovery-image] Aug 13 21:39:30.060 INFO O| Aug 13 21:39:30.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
72822024-08-13T21:39:31.552Z[ recovery-image] Aug 13 21:39:30.060 INFO O| Aug 13 21:39:30.060 INFO STEP 1138 (remove_files) COMPLETE
72832024-08-13T21:39:31.554Z[ recovery-image] Aug 13 21:39:30.060 INFO O| Aug 13 21:39:30.060 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-08-13T21:39:31.562Z[ recovery-image] Aug 13 21:39:30.069 INFO O| Aug 13 21:39:30.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
72852024-08-13T21:39:31.567Z[ recovery-image] Aug 13 21:39:30.069 INFO O| Aug 13 21:39:30.069 INFO STEP 1139 (remove_files) COMPLETE
72862024-08-13T21:39:31.567Z[ recovery-image] Aug 13 21:39:30.069 INFO O| Aug 13 21:39:30.069 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-08-13T21:39:31.571Z[ recovery-image] Aug 13 21:39:30.079 INFO O| Aug 13 21:39:30.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
72882024-08-13T21:39:31.571Z[ recovery-image] Aug 13 21:39:30.079 INFO O| Aug 13 21:39:30.079 INFO STEP 1140 (remove_files) COMPLETE
72892024-08-13T21:39:31.571Z[ recovery-image] Aug 13 21:39:30.079 INFO O| Aug 13 21:39:30.079 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-08-13T21:39:31.580Z[ recovery-image] Aug 13 21:39:30.089 INFO O| Aug 13 21:39:30.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
72912024-08-13T21:39:31.583Z[ recovery-image] Aug 13 21:39:30.089 INFO O| Aug 13 21:39:30.089 INFO STEP 1141 (remove_files) COMPLETE
72922024-08-13T21:39:31.583Z[ recovery-image] Aug 13 21:39:30.089 INFO O| Aug 13 21:39:30.089 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-08-13T21:39:31.590Z[ recovery-image] Aug 13 21:39:30.098 INFO O| Aug 13 21:39:30.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
72942024-08-13T21:39:31.590Z[ recovery-image] Aug 13 21:39:30.098 INFO O| Aug 13 21:39:30.098 INFO STEP 1142 (remove_files) COMPLETE
72952024-08-13T21:39:31.593Z[ recovery-image] Aug 13 21:39:30.098 INFO O| Aug 13 21:39:30.098 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-08-13T21:39:31.600Z[ recovery-image] Aug 13 21:39:30.108 INFO O| Aug 13 21:39:30.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
72972024-08-13T21:39:31.600Z[ recovery-image] Aug 13 21:39:30.108 INFO O| Aug 13 21:39:30.108 INFO STEP 1143 (remove_files) COMPLETE
72982024-08-13T21:39:31.602Z[ recovery-image] Aug 13 21:39:30.108 INFO O| Aug 13 21:39:30.108 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-08-13T21:39:31.609Z[ recovery-image] Aug 13 21:39:30.118 INFO O| Aug 13 21:39:30.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73002024-08-13T21:39:31.609Z[ recovery-image] Aug 13 21:39:30.118 INFO O| Aug 13 21:39:30.118 INFO STEP 1144 (remove_files) COMPLETE
73012024-08-13T21:39:31.609Z[ recovery-image] Aug 13 21:39:30.118 INFO O| Aug 13 21:39:30.118 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-08-13T21:39:31.620Z[ recovery-image] Aug 13 21:39:30.128 INFO O| Aug 13 21:39:30.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73032024-08-13T21:39:31.620Z[ recovery-image] Aug 13 21:39:30.128 INFO O| Aug 13 21:39:30.128 INFO STEP 1145 (remove_files) COMPLETE
73042024-08-13T21:39:31.628Z[ recovery-image] Aug 13 21:39:30.128 INFO O| Aug 13 21:39:30.128 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-08-13T21:39:31.633Z[ recovery-image] Aug 13 21:39:30.141 INFO O| Aug 13 21:39:30.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73062024-08-13T21:39:31.633Z[ recovery-image] Aug 13 21:39:30.141 INFO O| Aug 13 21:39:30.141 INFO STEP 1146 (remove_files) COMPLETE
73072024-08-13T21:39:31.633Z[ recovery-image] Aug 13 21:39:30.141 INFO O| Aug 13 21:39:30.141 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-08-13T21:39:31.645Z[ recovery-image] Aug 13 21:39:30.153 INFO O| Aug 13 21:39:30.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73092024-08-13T21:39:31.645Z[ recovery-image] Aug 13 21:39:30.153 INFO O| Aug 13 21:39:30.153 INFO STEP 1147 (remove_files) COMPLETE
73102024-08-13T21:39:31.645Z[ recovery-image] Aug 13 21:39:30.153 INFO O| Aug 13 21:39:30.153 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-08-13T21:39:31.656Z[ recovery-image] Aug 13 21:39:30.164 INFO O| Aug 13 21:39:30.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73122024-08-13T21:39:31.656Z[ recovery-image] Aug 13 21:39:30.164 INFO O| Aug 13 21:39:30.164 INFO STEP 1148 (remove_files) COMPLETE
73132024-08-13T21:39:31.656Z[ recovery-image] Aug 13 21:39:30.164 INFO O| Aug 13 21:39:30.164 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-08-13T21:39:31.666Z[ recovery-image] Aug 13 21:39:30.174 INFO O| Aug 13 21:39:30.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73152024-08-13T21:39:31.666Z[ recovery-image] Aug 13 21:39:30.174 INFO O| Aug 13 21:39:30.174 INFO STEP 1149 (remove_files) COMPLETE
73162024-08-13T21:39:31.666Z[ recovery-image] Aug 13 21:39:30.174 INFO O| Aug 13 21:39:30.174 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-08-13T21:39:31.676Z[ recovery-image] Aug 13 21:39:30.184 INFO O| Aug 13 21:39:30.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73182024-08-13T21:39:31.676Z[ recovery-image] Aug 13 21:39:30.184 INFO O| Aug 13 21:39:30.184 INFO STEP 1150 (remove_files) COMPLETE
73192024-08-13T21:39:31.679Z[ recovery-image] Aug 13 21:39:30.184 INFO O| Aug 13 21:39:30.184 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-08-13T21:39:31.686Z[ recovery-image] Aug 13 21:39:30.194 INFO O| Aug 13 21:39:30.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73212024-08-13T21:39:31.686Z[ recovery-image] Aug 13 21:39:30.195 INFO O| Aug 13 21:39:30.194 INFO STEP 1151 (remove_files) COMPLETE
73222024-08-13T21:39:31.689Z[ recovery-image] Aug 13 21:39:30.195 INFO O| Aug 13 21:39:30.195 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-08-13T21:39:31.696Z[ recovery-image] Aug 13 21:39:30.204 INFO O| Aug 13 21:39:30.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73242024-08-13T21:39:31.696Z[ recovery-image] Aug 13 21:39:30.204 INFO O| Aug 13 21:39:30.204 INFO STEP 1152 (remove_files) COMPLETE
73252024-08-13T21:39:31.696Z[ recovery-image] Aug 13 21:39:30.204 INFO O| Aug 13 21:39:30.204 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-08-13T21:39:31.706Z[ recovery-image] Aug 13 21:39:30.214 INFO O| Aug 13 21:39:30.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73272024-08-13T21:39:31.706Z[ recovery-image] Aug 13 21:39:30.214 INFO O| Aug 13 21:39:30.214 INFO STEP 1153 (remove_files) COMPLETE
73282024-08-13T21:39:31.706Z[ recovery-image] Aug 13 21:39:30.214 INFO O| Aug 13 21:39:30.214 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-08-13T21:39:31.716Z[ recovery-image] Aug 13 21:39:30.224 INFO O| Aug 13 21:39:30.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73302024-08-13T21:39:31.718Z[ recovery-image] Aug 13 21:39:30.224 INFO O| Aug 13 21:39:30.224 INFO STEP 1154 (remove_files) COMPLETE
73312024-08-13T21:39:31.718Z[ recovery-image] Aug 13 21:39:30.224 INFO O| Aug 13 21:39:30.224 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-08-13T21:39:31.725Z[ recovery-image] Aug 13 21:39:30.234 INFO O| Aug 13 21:39:30.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73332024-08-13T21:39:31.726Z[ recovery-image] Aug 13 21:39:30.234 INFO O| Aug 13 21:39:30.234 INFO STEP 1155 (remove_files) COMPLETE
73342024-08-13T21:39:31.726Z[ recovery-image] Aug 13 21:39:30.234 INFO O| Aug 13 21:39:30.234 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-08-13T21:39:31.735Z[ recovery-image] Aug 13 21:39:30.243 INFO O| Aug 13 21:39:30.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73362024-08-13T21:39:31.738Z[ recovery-image] Aug 13 21:39:30.243 INFO O| Aug 13 21:39:30.243 INFO STEP 1156 (remove_files) COMPLETE
73372024-08-13T21:39:31.738Z[ recovery-image] Aug 13 21:39:30.244 INFO O| Aug 13 21:39:30.243 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-08-13T21:39:31.745Z[ recovery-image] Aug 13 21:39:30.253 INFO O| Aug 13 21:39:30.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73392024-08-13T21:39:31.745Z[ recovery-image] Aug 13 21:39:30.253 INFO O| Aug 13 21:39:30.253 INFO STEP 1157 (remove_files) COMPLETE
73402024-08-13T21:39:31.747Z[ recovery-image] Aug 13 21:39:30.253 INFO O| Aug 13 21:39:30.253 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-08-13T21:39:31.756Z[ recovery-image] Aug 13 21:39:30.264 INFO O| Aug 13 21:39:30.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73422024-08-13T21:39:31.756Z[ recovery-image] Aug 13 21:39:30.264 INFO O| Aug 13 21:39:30.264 INFO STEP 1158 (remove_files) COMPLETE
73432024-08-13T21:39:31.756Z[ recovery-image] Aug 13 21:39:30.264 INFO O| Aug 13 21:39:30.264 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-08-13T21:39:31.767Z[ recovery-image] Aug 13 21:39:30.275 INFO O| Aug 13 21:39:30.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73452024-08-13T21:39:31.767Z[ recovery-image] Aug 13 21:39:30.275 INFO O| Aug 13 21:39:30.275 INFO STEP 1159 (remove_files) COMPLETE
73462024-08-13T21:39:31.767Z[ recovery-image] Aug 13 21:39:30.275 INFO O| Aug 13 21:39:30.275 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-08-13T21:39:31.777Z[ recovery-image] Aug 13 21:39:30.285 INFO O| Aug 13 21:39:30.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73482024-08-13T21:39:31.777Z[ recovery-image] Aug 13 21:39:30.285 INFO O| Aug 13 21:39:30.285 INFO STEP 1160 (remove_files) COMPLETE
73492024-08-13T21:39:31.779Z[ recovery-image] Aug 13 21:39:30.285 INFO O| Aug 13 21:39:30.285 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-08-13T21:39:31.786Z[ recovery-image] Aug 13 21:39:30.295 INFO O| Aug 13 21:39:30.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73512024-08-13T21:39:31.789Z[ recovery-image] Aug 13 21:39:30.295 INFO O| Aug 13 21:39:30.295 INFO STEP 1161 (remove_files) COMPLETE
73522024-08-13T21:39:31.789Z[ recovery-image] Aug 13 21:39:30.295 INFO O| Aug 13 21:39:30.295 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-08-13T21:39:31.796Z[ recovery-image] Aug 13 21:39:30.304 INFO O| Aug 13 21:39:30.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73542024-08-13T21:39:31.796Z[ recovery-image] Aug 13 21:39:30.304 INFO O| Aug 13 21:39:30.304 INFO STEP 1162 (remove_files) COMPLETE
73552024-08-13T21:39:31.796Z[ recovery-image] Aug 13 21:39:30.305 INFO O| Aug 13 21:39:30.304 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-08-13T21:39:31.806Z[ recovery-image] Aug 13 21:39:30.314 INFO O| Aug 13 21:39:30.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73572024-08-13T21:39:31.806Z[ recovery-image] Aug 13 21:39:30.315 INFO O| Aug 13 21:39:30.315 INFO STEP 1163 (remove_files) COMPLETE
73582024-08-13T21:39:31.809Z[ recovery-image] Aug 13 21:39:30.315 INFO O| Aug 13 21:39:30.315 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-08-13T21:39:31.816Z[ recovery-image] Aug 13 21:39:30.325 INFO O| Aug 13 21:39:30.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
73602024-08-13T21:39:31.816Z[ recovery-image] Aug 13 21:39:30.325 INFO O| Aug 13 21:39:30.325 INFO STEP 1164 (remove_files) COMPLETE
73612024-08-13T21:39:31.817Z[ recovery-image] Aug 13 21:39:30.325 INFO O| Aug 13 21:39:30.325 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-08-13T21:39:31.826Z[ recovery-image] Aug 13 21:39:30.334 INFO O| Aug 13 21:39:30.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
73632024-08-13T21:39:31.826Z[ recovery-image] Aug 13 21:39:30.334 INFO O| Aug 13 21:39:30.334 INFO STEP 1165 (remove_files) COMPLETE
73642024-08-13T21:39:31.831Z[ recovery-image] Aug 13 21:39:30.334 INFO O| Aug 13 21:39:30.334 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-08-13T21:39:31.836Z[ recovery-image] Aug 13 21:39:30.344 INFO O| Aug 13 21:39:30.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
73662024-08-13T21:39:31.836Z[ recovery-image] Aug 13 21:39:30.344 INFO O| Aug 13 21:39:30.344 INFO STEP 1166 (remove_files) COMPLETE
73672024-08-13T21:39:31.838Z[ recovery-image] Aug 13 21:39:30.344 INFO O| Aug 13 21:39:30.344 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-08-13T21:39:31.845Z[ recovery-image] Aug 13 21:39:30.354 INFO O| Aug 13 21:39:30.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
73692024-08-13T21:39:31.846Z[ recovery-image] Aug 13 21:39:30.354 INFO O| Aug 13 21:39:30.354 INFO STEP 1167 (remove_files) COMPLETE
73702024-08-13T21:39:31.846Z[ recovery-image] Aug 13 21:39:30.354 INFO O| Aug 13 21:39:30.354 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-08-13T21:39:31.855Z[ recovery-image] Aug 13 21:39:30.363 INFO O| Aug 13 21:39:30.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
73722024-08-13T21:39:31.855Z[ recovery-image] Aug 13 21:39:30.363 INFO O| Aug 13 21:39:30.363 INFO STEP 1168 (remove_files) COMPLETE
73732024-08-13T21:39:31.858Z[ recovery-image] Aug 13 21:39:30.363 INFO O| Aug 13 21:39:30.363 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-08-13T21:39:31.864Z[ recovery-image] Aug 13 21:39:30.373 INFO O| Aug 13 21:39:30.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
73752024-08-13T21:39:31.867Z[ recovery-image] Aug 13 21:39:30.373 INFO O| Aug 13 21:39:30.373 INFO STEP 1169 (remove_files) COMPLETE
73762024-08-13T21:39:31.867Z[ recovery-image] Aug 13 21:39:30.373 INFO O| Aug 13 21:39:30.373 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-08-13T21:39:31.874Z[ recovery-image] Aug 13 21:39:30.382 INFO O| Aug 13 21:39:30.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
73782024-08-13T21:39:31.876Z[ recovery-image] Aug 13 21:39:30.382 INFO O| Aug 13 21:39:30.382 INFO STEP 1170 (remove_files) COMPLETE
73792024-08-13T21:39:31.876Z[ recovery-image] Aug 13 21:39:30.382 INFO O| Aug 13 21:39:30.382 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-08-13T21:39:31.883Z[ recovery-image] Aug 13 21:39:30.392 INFO O| Aug 13 21:39:30.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
73812024-08-13T21:39:31.886Z[ recovery-image] Aug 13 21:39:30.392 INFO O| Aug 13 21:39:30.392 INFO STEP 1171 (remove_files) COMPLETE
73822024-08-13T21:39:31.886Z[ recovery-image] Aug 13 21:39:30.392 INFO O| Aug 13 21:39:30.392 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-08-13T21:39:31.893Z[ recovery-image] Aug 13 21:39:30.401 INFO O| Aug 13 21:39:30.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
73842024-08-13T21:39:31.895Z[ recovery-image] Aug 13 21:39:30.401 INFO O| Aug 13 21:39:30.401 INFO STEP 1172 (remove_files) COMPLETE
73852024-08-13T21:39:31.895Z[ recovery-image] Aug 13 21:39:30.401 INFO O| Aug 13 21:39:30.401 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-08-13T21:39:31.902Z[ recovery-image] Aug 13 21:39:30.410 INFO O| Aug 13 21:39:30.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
73872024-08-13T21:39:31.902Z[ recovery-image] Aug 13 21:39:30.410 INFO O| Aug 13 21:39:30.410 INFO STEP 1173 (remove_files) COMPLETE
73882024-08-13T21:39:31.905Z[ recovery-image] Aug 13 21:39:30.410 INFO O| Aug 13 21:39:30.410 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-08-13T21:39:31.912Z[ recovery-image] Aug 13 21:39:30.420 INFO O| Aug 13 21:39:30.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
73902024-08-13T21:39:31.912Z[ recovery-image] Aug 13 21:39:30.420 INFO O| Aug 13 21:39:30.420 INFO STEP 1174 (remove_files) COMPLETE
73912024-08-13T21:39:31.912Z[ recovery-image] Aug 13 21:39:30.420 INFO O| Aug 13 21:39:30.420 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-08-13T21:39:31.921Z[ recovery-image] Aug 13 21:39:30.429 INFO O| Aug 13 21:39:30.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
73932024-08-13T21:39:31.921Z[ recovery-image] Aug 13 21:39:30.429 INFO O| Aug 13 21:39:30.429 INFO STEP 1175 (remove_files) COMPLETE
73942024-08-13T21:39:31.921Z[ recovery-image] Aug 13 21:39:30.429 INFO O| Aug 13 21:39:30.429 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-08-13T21:39:31.931Z[ recovery-image] Aug 13 21:39:30.439 INFO O| Aug 13 21:39:30.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
73962024-08-13T21:39:31.931Z[ recovery-image] Aug 13 21:39:30.439 INFO O| Aug 13 21:39:30.439 INFO STEP 1176 (remove_files) COMPLETE
73972024-08-13T21:39:31.931Z[ recovery-image] Aug 13 21:39:30.439 INFO O| Aug 13 21:39:30.439 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-08-13T21:39:31.941Z[ recovery-image] Aug 13 21:39:30.448 INFO O| Aug 13 21:39:30.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
73992024-08-13T21:39:31.941Z[ recovery-image] Aug 13 21:39:30.448 INFO O| Aug 13 21:39:30.448 INFO STEP 1177 (remove_files) COMPLETE
74002024-08-13T21:39:31.941Z[ recovery-image] Aug 13 21:39:30.448 INFO O| Aug 13 21:39:30.448 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-08-13T21:39:31.949Z[ recovery-image] Aug 13 21:39:30.458 INFO O| Aug 13 21:39:30.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74022024-08-13T21:39:31.949Z[ recovery-image] Aug 13 21:39:30.458 INFO O| Aug 13 21:39:30.458 INFO STEP 1178 (remove_files) COMPLETE
74032024-08-13T21:39:31.953Z[ recovery-image] Aug 13 21:39:30.458 INFO O| Aug 13 21:39:30.458 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-08-13T21:39:31.959Z[ recovery-image] Aug 13 21:39:30.467 INFO O| Aug 13 21:39:30.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74052024-08-13T21:39:31.959Z[ recovery-image] Aug 13 21:39:30.467 INFO O| Aug 13 21:39:30.467 INFO STEP 1179 (remove_files) COMPLETE
74062024-08-13T21:39:31.959Z[ recovery-image] Aug 13 21:39:30.467 INFO O| Aug 13 21:39:30.467 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-08-13T21:39:31.970Z[ recovery-image] Aug 13 21:39:30.476 INFO O| Aug 13 21:39:30.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74082024-08-13T21:39:31.970Z[ recovery-image] Aug 13 21:39:30.477 INFO O| Aug 13 21:39:30.476 INFO STEP 1180 (remove_files) COMPLETE
74092024-08-13T21:39:31.970Z[ recovery-image] Aug 13 21:39:30.477 INFO O| Aug 13 21:39:30.476 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-08-13T21:39:31.978Z[ recovery-image] Aug 13 21:39:30.486 INFO O| Aug 13 21:39:30.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74112024-08-13T21:39:31.978Z[ recovery-image] Aug 13 21:39:30.486 INFO O| Aug 13 21:39:30.486 INFO STEP 1181 (remove_files) COMPLETE
74122024-08-13T21:39:31.980Z[ recovery-image] Aug 13 21:39:30.486 INFO O| Aug 13 21:39:30.486 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-08-13T21:39:31.988Z[ recovery-image] Aug 13 21:39:30.497 INFO O| Aug 13 21:39:30.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74142024-08-13T21:39:31.989Z[ recovery-image] Aug 13 21:39:30.497 INFO O| Aug 13 21:39:30.497 INFO STEP 1182 (remove_files) COMPLETE
74152024-08-13T21:39:31.989Z[ recovery-image] Aug 13 21:39:30.497 INFO O| Aug 13 21:39:30.497 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-08-13T21:39:31.998Z[ recovery-image] Aug 13 21:39:30.506 INFO O| Aug 13 21:39:30.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74172024-08-13T21:39:31.998Z[ recovery-image] Aug 13 21:39:30.506 INFO O| Aug 13 21:39:30.506 INFO STEP 1183 (remove_files) COMPLETE
74182024-08-13T21:39:32.002Z[ recovery-image] Aug 13 21:39:30.506 INFO O| Aug 13 21:39:30.506 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-08-13T21:39:32.008Z[ recovery-image] Aug 13 21:39:30.516 INFO O| Aug 13 21:39:30.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74202024-08-13T21:39:32.010Z[ recovery-image] Aug 13 21:39:30.516 INFO O| Aug 13 21:39:30.516 INFO STEP 1184 (remove_files) COMPLETE
74212024-08-13T21:39:32.010Z[ recovery-image] Aug 13 21:39:30.516 INFO O| Aug 13 21:39:30.516 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-08-13T21:39:32.018Z[ recovery-image] Aug 13 21:39:30.526 INFO O| Aug 13 21:39:30.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74232024-08-13T21:39:32.018Z[ recovery-image] Aug 13 21:39:30.526 INFO O| Aug 13 21:39:30.526 INFO STEP 1185 (remove_files) COMPLETE
74242024-08-13T21:39:32.020Z[ recovery-image] Aug 13 21:39:30.526 INFO O| Aug 13 21:39:30.526 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-08-13T21:39:32.028Z[ recovery-image] Aug 13 21:39:30.536 INFO O| Aug 13 21:39:30.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74262024-08-13T21:39:32.028Z[ recovery-image] Aug 13 21:39:30.536 INFO O| Aug 13 21:39:30.536 INFO STEP 1186 (remove_files) COMPLETE
74272024-08-13T21:39:32.028Z[ recovery-image] Aug 13 21:39:30.536 INFO O| Aug 13 21:39:30.536 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-08-13T21:39:32.039Z[ recovery-image] Aug 13 21:39:30.547 INFO O| Aug 13 21:39:30.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74292024-08-13T21:39:32.039Z[ recovery-image] Aug 13 21:39:30.547 INFO O| Aug 13 21:39:30.547 INFO STEP 1187 (remove_files) COMPLETE
74302024-08-13T21:39:32.042Z[ recovery-image] Aug 13 21:39:30.547 INFO O| Aug 13 21:39:30.547 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-08-13T21:39:32.049Z[ recovery-image] Aug 13 21:39:30.557 INFO O| Aug 13 21:39:30.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74322024-08-13T21:39:32.049Z[ recovery-image] Aug 13 21:39:30.558 INFO O| Aug 13 21:39:30.558 INFO STEP 1188 (remove_files) COMPLETE
74332024-08-13T21:39:32.049Z[ recovery-image] Aug 13 21:39:30.558 INFO O| Aug 13 21:39:30.558 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-08-13T21:39:32.059Z[ recovery-image] Aug 13 21:39:30.567 INFO O| Aug 13 21:39:30.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74352024-08-13T21:39:32.059Z[ recovery-image] Aug 13 21:39:30.567 INFO O| Aug 13 21:39:30.567 INFO STEP 1189 (remove_files) COMPLETE
74362024-08-13T21:39:32.059Z[ recovery-image] Aug 13 21:39:30.567 INFO O| Aug 13 21:39:30.567 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-08-13T21:39:32.069Z[ recovery-image] Aug 13 21:39:30.577 INFO O| Aug 13 21:39:30.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74382024-08-13T21:39:32.071Z[ recovery-image] Aug 13 21:39:30.577 INFO O| Aug 13 21:39:30.577 INFO STEP 1190 (remove_files) COMPLETE
74392024-08-13T21:39:32.072Z[ recovery-image] Aug 13 21:39:30.577 INFO O| Aug 13 21:39:30.577 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-08-13T21:39:32.079Z[ recovery-image] Aug 13 21:39:30.587 INFO O| Aug 13 21:39:30.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74412024-08-13T21:39:32.079Z[ recovery-image] Aug 13 21:39:30.587 INFO O| Aug 13 21:39:30.587 INFO STEP 1191 (remove_files) COMPLETE
74422024-08-13T21:39:32.081Z[ recovery-image] Aug 13 21:39:30.587 INFO O| Aug 13 21:39:30.587 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-08-13T21:39:32.089Z[ recovery-image] Aug 13 21:39:30.597 INFO O| Aug 13 21:39:30.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74442024-08-13T21:39:32.089Z[ recovery-image] Aug 13 21:39:30.597 INFO O| Aug 13 21:39:30.597 INFO STEP 1192 (remove_files) COMPLETE
74452024-08-13T21:39:32.091Z[ recovery-image] Aug 13 21:39:30.597 INFO O| Aug 13 21:39:30.597 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-08-13T21:39:32.098Z[ recovery-image] Aug 13 21:39:30.606 INFO O| Aug 13 21:39:30.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74472024-08-13T21:39:32.098Z[ recovery-image] Aug 13 21:39:30.606 INFO O| Aug 13 21:39:30.606 INFO STEP 1193 (remove_files) COMPLETE
74482024-08-13T21:39:32.098Z[ recovery-image] Aug 13 21:39:30.606 INFO O| Aug 13 21:39:30.606 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-08-13T21:39:32.107Z[ recovery-image] Aug 13 21:39:30.616 INFO O| Aug 13 21:39:30.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74502024-08-13T21:39:32.107Z[ recovery-image] Aug 13 21:39:30.616 INFO O| Aug 13 21:39:30.616 INFO STEP 1194 (remove_files) COMPLETE
74512024-08-13T21:39:32.110Z[ recovery-image] Aug 13 21:39:30.616 INFO O| Aug 13 21:39:30.616 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-08-13T21:39:32.117Z[ recovery-image] Aug 13 21:39:30.625 INFO O| Aug 13 21:39:30.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74532024-08-13T21:39:32.119Z[ recovery-image] Aug 13 21:39:30.625 INFO O| Aug 13 21:39:30.625 INFO STEP 1195 (remove_files) COMPLETE
74542024-08-13T21:39:32.119Z[ recovery-image] Aug 13 21:39:30.625 INFO O| Aug 13 21:39:30.625 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-08-13T21:39:32.126Z[ recovery-image] Aug 13 21:39:30.634 INFO O| Aug 13 21:39:30.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74562024-08-13T21:39:32.126Z[ recovery-image] Aug 13 21:39:30.634 INFO O| Aug 13 21:39:30.634 INFO STEP 1196 (remove_files) COMPLETE
74572024-08-13T21:39:32.129Z[ recovery-image] Aug 13 21:39:30.634 INFO O| Aug 13 21:39:30.634 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-08-13T21:39:32.136Z[ recovery-image] Aug 13 21:39:30.644 INFO O| Aug 13 21:39:30.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
74592024-08-13T21:39:32.136Z[ recovery-image] Aug 13 21:39:30.644 INFO O| Aug 13 21:39:30.644 INFO STEP 1197 (remove_files) COMPLETE
74602024-08-13T21:39:32.141Z[ recovery-image] Aug 13 21:39:30.644 INFO O| Aug 13 21:39:30.644 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-08-13T21:39:32.145Z[ recovery-image] Aug 13 21:39:30.653 INFO O| Aug 13 21:39:30.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
74622024-08-13T21:39:32.145Z[ recovery-image] Aug 13 21:39:30.653 INFO O| Aug 13 21:39:30.653 INFO STEP 1198 (remove_files) COMPLETE
74632024-08-13T21:39:32.145Z[ recovery-image] Aug 13 21:39:30.653 INFO O| Aug 13 21:39:30.653 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-08-13T21:39:32.155Z[ recovery-image] Aug 13 21:39:30.663 INFO O| Aug 13 21:39:30.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
74652024-08-13T21:39:32.155Z[ recovery-image] Aug 13 21:39:30.663 INFO O| Aug 13 21:39:30.663 INFO STEP 1199 (remove_files) COMPLETE
74662024-08-13T21:39:32.155Z[ recovery-image] Aug 13 21:39:30.663 INFO O| Aug 13 21:39:30.663 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-08-13T21:39:32.164Z[ recovery-image] Aug 13 21:39:30.672 INFO O| Aug 13 21:39:30.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
74682024-08-13T21:39:32.167Z[ recovery-image] Aug 13 21:39:30.672 INFO O| Aug 13 21:39:30.672 INFO STEP 1200 (remove_files) COMPLETE
74692024-08-13T21:39:32.167Z[ recovery-image] Aug 13 21:39:30.672 INFO O| Aug 13 21:39:30.672 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-08-13T21:39:32.173Z[ recovery-image] Aug 13 21:39:30.682 INFO O| Aug 13 21:39:30.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
74712024-08-13T21:39:32.174Z[ recovery-image] Aug 13 21:39:30.682 INFO O| Aug 13 21:39:30.682 INFO STEP 1201 (remove_files) COMPLETE
74722024-08-13T21:39:32.176Z[ recovery-image] Aug 13 21:39:30.682 INFO O| Aug 13 21:39:30.682 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-08-13T21:39:32.183Z[ recovery-image] Aug 13 21:39:30.691 INFO O| Aug 13 21:39:30.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
74742024-08-13T21:39:32.185Z[ recovery-image] Aug 13 21:39:30.691 INFO O| Aug 13 21:39:30.691 INFO STEP 1202 (remove_files) COMPLETE
74752024-08-13T21:39:32.185Z[ recovery-image] Aug 13 21:39:30.691 INFO O| Aug 13 21:39:30.691 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-08-13T21:39:32.192Z[ recovery-image] Aug 13 21:39:30.701 INFO O| Aug 13 21:39:30.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
74772024-08-13T21:39:32.192Z[ recovery-image] Aug 13 21:39:30.701 INFO O| Aug 13 21:39:30.701 INFO STEP 1203 (remove_files) COMPLETE
74782024-08-13T21:39:32.195Z[ recovery-image] Aug 13 21:39:30.701 INFO O| Aug 13 21:39:30.701 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-08-13T21:39:32.202Z[ recovery-image] Aug 13 21:39:30.710 INFO O| Aug 13 21:39:30.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
74802024-08-13T21:39:32.202Z[ recovery-image] Aug 13 21:39:30.710 INFO O| Aug 13 21:39:30.710 INFO STEP 1204 (remove_files) COMPLETE
74812024-08-13T21:39:32.202Z[ recovery-image] Aug 13 21:39:30.710 INFO O| Aug 13 21:39:30.710 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-08-13T21:39:32.211Z[ recovery-image] Aug 13 21:39:30.719 INFO O| Aug 13 21:39:30.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
74832024-08-13T21:39:32.211Z[ recovery-image] Aug 13 21:39:30.719 INFO O| Aug 13 21:39:30.719 INFO STEP 1205 (remove_files) COMPLETE
74842024-08-13T21:39:32.214Z[ recovery-image] Aug 13 21:39:30.720 INFO O| Aug 13 21:39:30.719 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-08-13T21:39:32.221Z[ recovery-image] Aug 13 21:39:30.729 INFO O| Aug 13 21:39:30.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
74862024-08-13T21:39:32.223Z[ recovery-image] Aug 13 21:39:30.729 INFO O| Aug 13 21:39:30.729 INFO STEP 1206 (remove_files) COMPLETE
74872024-08-13T21:39:32.223Z[ recovery-image] Aug 13 21:39:30.729 INFO O| Aug 13 21:39:30.729 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
74882024-08-13T21:39:32.235Z[ recovery-image] Aug 13 21:39:30.743 INFO O| Aug 13 21:39:30.743 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
74892024-08-13T21:39:32.238Z[ recovery-image] Aug 13 21:39:30.743 INFO O| Aug 13 21:39:30.743 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
74902024-08-13T21:39:32.871Z[ host-image] Aug 13 21:39:31.378 INFO O| Aug 13 21:39:31.378 INFO O| Planning: Solver setup ... Done
74912024-08-13T21:39:32.875Z[ host-image] Aug 13 21:39:31.383 INFO O| Aug 13 21:39:31.382 INFO O| Planning: Running solver ... Done
74922024-08-13T21:39:32.921Z[ host-image] Aug 13 21:39:31.429 INFO O| Aug 13 21:39:31.429 INFO O| Planning: Finding local manifests ... Done
74932024-08-13T21:39:32.924Z[ host-image] Aug 13 21:39:31.430 INFO O| Aug 13 21:39:31.430 INFO O| Planning: Fetching manifests: 0/1 0% complete
74942024-08-13T21:39:32.988Z[ host-image] Aug 13 21:39:31.496 INFO O| Aug 13 21:39:31.495 INFO O| Planning: Fetching manifests: 1/1 100% complete
74952024-08-13T21:39:33.006Z[ host-image] Aug 13 21:39:31.514 INFO O| Aug 13 21:39:31.514 INFO O| Planning: Package planning ... Done
74962024-08-13T21:39:33.009Z[ host-image] Aug 13 21:39:31.515 INFO O| Aug 13 21:39:31.515 INFO O| Planning: Merging actions ... Done
74972024-08-13T21:39:33.022Z[ recovery-image] Aug 13 21:39:31.530 INFO O| Aug 13 21:39:31.530 INFO STEP 1207 (pack_tar) COMPLETE
74982024-08-13T21:39:33.025Z[ recovery-image] Aug 13 21:39:31.530 INFO O| Aug 13 21:39:31.530 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
74992024-08-13T21:39:33.025Z[ recovery-image] Aug 13 21:39:31.530 INFO O| Aug 13 21:39:31.530 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75002024-08-13T21:39:33.087Z[ host-image] Aug 13 21:39:31.595 INFO O| Aug 13 21:39:31.594 INFO O| Planning: Checking for conflicting actions ... Done
75012024-08-13T21:39:33.089Z[ host-image] Aug 13 21:39:31.595 INFO O| Aug 13 21:39:31.595 INFO O| Planning: Consolidating action changes ... Done
75022024-08-13T21:39:33.163Z[ recovery-image] Aug 13 21:39:31.671 INFO O| Aug 13 21:39:31.670 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75032024-08-13T21:39:33.228Z[ recovery-image] Aug 13 21:39:31.736 INFO O| Aug 13 21:39:31.736 INFO completed processing gimlet/ramdisk-03-recovery-trim
75042024-08-13T21:39:33.235Z[ recovery-image] Aug 13 21:39:31.743 INFO image builder template: zfs-recovery...
75052024-08-13T21:39:33.237Z[ recovery-image] Aug 13 21:39:31.743 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/.tmpR7Wfvw/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
75062024-08-13T21:39:33.264Z[ host-image] Aug 13 21:39:31.772 INFO O| Aug 13 21:39:31.772 INFO O| Planning: Evaluating mediators ... Done
75072024-08-13T21:39:33.266Z[ host-image] Aug 13 21:39:31.772 INFO O| Aug 13 21:39:31.772 INFO O| Planning: Planning completed in 1.88 seconds
75082024-08-13T21:39:33.266Z[ host-image] Aug 13 21:39:31.774 INFO O| Aug 13 21:39:31.773 INFO O| Packages to install: 1
75092024-08-13T21:39:33.266Z[ recovery-image] Aug 13 21:39:31.774 INFO O| Aug 13 21:39:31.774 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75102024-08-13T21:39:33.270Z[ recovery-image] Aug 13 21:39:31.778 INFO O| Aug 13 21:39:31.778 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75112024-08-13T21:39:33.276Z[ host-image] Aug 13 21:39:31.784 INFO O| Aug 13 21:39:31.784 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
75122024-08-13T21:39:33.377Z[ recovery-image] Aug 13 21:39:31.885 INFO O| Aug 13 21:39:31.884 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75132024-08-13T21:39:33.497Z[ recovery-image] Aug 13 21:39:32.005 INFO O| Aug 13 21:39:32.005 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75142024-08-13T21:39:33.497Z[ recovery-image] Aug 13 21:39:32.005 INFO O| Aug 13 21:39:32.005 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75152024-08-13T21:39:33.501Z[ recovery-image] Aug 13 21:39:32.009 INFO O| Aug 13 21:39:32.009 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75162024-08-13T21:39:33.623Z[ host-image] Aug 13 21:39:32.131 INFO O| Aug 13 21:39:32.131 INFO O| Download: Completed 20.86 MB in 0.35 seconds (60.1M/s)
75172024-08-13T21:39:33.654Z[ recovery-image] Aug 13 21:39:32.162 INFO O| Aug 13 21:39:32.162 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75182024-08-13T21:39:33.657Z[ host-image] Aug 13 21:39:32.164 INFO O| Aug 13 21:39:32.164 INFO O| Actions: 1/22 actions (Installing new actions)
75192024-08-13T21:39:33.731Z[ recovery-image] Aug 13 21:39:32.238 INFO O| Aug 13 21:39:32.238 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75202024-08-13T21:39:33.740Z[ recovery-image] Aug 13 21:39:32.248 INFO O| Aug 13 21:39:32.248 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75212024-08-13T21:39:33.752Z[ recovery-image] Aug 13 21:39:32.253 INFO O| Aug 13 21:39:32.253 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75222024-08-13T21:39:33.752Z[ recovery-image] Aug 13 21:39:32.254 INFO O| Aug 13 21:39:32.254 INFO no lofi found
75232024-08-13T21:39:33.752Z[ recovery-image] Aug 13 21:39:32.254 INFO O| Aug 13 21:39:32.254 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75242024-08-13T21:39:33.752Z[ recovery-image] Aug 13 21:39:32.254 INFO O| Aug 13 21:39:32.254 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75252024-08-13T21:39:34.199Z[ host-image] Aug 13 21:39:32.707 INFO O| Aug 13 21:39:32.707 INFO O| Actions: Completed 22 actions in 0.54 seconds.
75262024-08-13T21:39:34.372Z[ host-image] Aug 13 21:39:32.880 INFO O| Aug 13 21:39:32.880 INFO O| Done
75272024-08-13T21:39:34.372Z[ host-image] Aug 13 21:39:32.880 INFO O| Aug 13 21:39:32.880 INFO O| Done
75282024-08-13T21:39:34.721Z[ host-image] Aug 13 21:39:33.228 INFO O| Aug 13 21:39:33.228 INFO O| Done
75292024-08-13T21:39:35.501Z[ recovery-image] Aug 13 21:39:34.009 INFO O| Aug 13 21:39:34.009 INFO lofi device = /dev/dsk/c2t1d0p0
75302024-08-13T21:39:35.501Z[ recovery-image] Aug 13 21:39:34.009 INFO O| Aug 13 21:39:34.009 INFO pool device = /dev/dsk/c2t1d0p0
75312024-08-13T21:39:35.504Z[ recovery-image] Aug 13 21:39:34.009 INFO O| Aug 13 21:39:34.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"]
75322024-08-13T21:39:35.583Z[ recovery-image] Aug 13 21:39:34.091 INFO O| Aug 13 21:39:34.091 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75332024-08-13T21:39:35.583Z[ recovery-image] Aug 13 21:39:34.091 INFO O| Aug 13 21:39:34.091 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75342024-08-13T21:39:35.600Z[ recovery-image] Aug 13 21:39:34.107 INFO O| Aug 13 21:39:34.107 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75352024-08-13T21:39:35.659Z[ recovery-image] Aug 13 21:39:34.167 INFO O| Aug 13 21:39:34.167 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75362024-08-13T21:39:35.698Z[ recovery-image] Aug 13 21:39:34.205 INFO O| Aug 13 21:39:34.205 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75372024-08-13T21:39:35.712Z[ recovery-image] Aug 13 21:39:34.219 INFO O| Aug 13 21:39:34.219 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75382024-08-13T21:39:35.723Z[ recovery-image] Aug 13 21:39:34.230 INFO O| Aug 13 21:39:34.230 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75392024-08-13T21:39:35.768Z[ recovery-image] Aug 13 21:39:34.276 INFO O| Aug 13 21:39:34.276 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75402024-08-13T21:39:35.768Z[ recovery-image] Aug 13 21:39:34.276 INFO O| Aug 13 21:39:34.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75412024-08-13T21:39:35.771Z[ recovery-image] Aug 13 21:39:34.276 INFO O| Aug 13 21:39:34.276 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75422024-08-13T21:39:35.779Z[ recovery-image] Aug 13 21:39:34.286 INFO O| Aug 13 21:39:34.286 INFO boot environment UUID: 6b004e67-e10d-4347-88ab-b7617e5fc1ad
75432024-08-13T21:39:35.781Z[ recovery-image] Aug 13 21:39:34.286 INFO O| Aug 13 21:39:34.286 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6b004e67-e10d-4347-88ab-b7617e5fc1ad
75442024-08-13T21:39:35.789Z[ recovery-image] Aug 13 21:39:34.297 INFO O| Aug 13 21:39:34.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75452024-08-13T21:39:35.799Z[ recovery-image] Aug 13 21:39:34.307 INFO O| Aug 13 21:39:34.307 INFO STEP 0 (create_be) COMPLETE
75462024-08-13T21:39:35.799Z[ recovery-image] Aug 13 21:39:34.307 INFO O| Aug 13 21:39:34.307 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75472024-08-13T21:39:35.814Z[ recovery-image] Aug 13 21:39:34.322 INFO O| Aug 13 21:39:34.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"]
75482024-08-13T21:39:36.065Z[ host-image] Aug 13 21:39:34.572 INFO O| Aug 13 21:39:34.572 INFO O| Done
75492024-08-13T21:39:36.130Z[ host-image] Aug 13 21:39:34.637 INFO O| Aug 13 21:39:34.637 INFO O| Done
75502024-08-13T21:39:36.133Z[ host-image] Aug 13 21:39:34.637 INFO O| Aug 13 21:39:34.637 INFO O| Done
75512024-08-13T21:39:36.147Z[ host-image] Aug 13 21:39:34.654 INFO O| Aug 13 21:39:34.654 INFO O| Done
75522024-08-13T21:39:36.245Z[ host-image] Aug 13 21:39:34.753 INFO O| Aug 13 21:39:34.752 INFO STEP 14 (pkg_install) COMPLETE
75532024-08-13T21:39:36.245Z[ host-image] Aug 13 21:39:34.753 INFO O| Aug 13 21:39:34.753 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75542024-08-13T21:39:36.245Z[ host-image] Aug 13 21:39:34.753 INFO O| Aug 13 21:39:34.753 INFO skip step because feature "mfg" is not enabled
75552024-08-13T21:39:36.248Z[ host-image] Aug 13 21:39:34.753 INFO O| Aug 13 21:39:34.753 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75562024-08-13T21:39:36.248Z[ host-image] Aug 13 21:39:34.753 INFO O| Aug 13 21:39:34.753 INFO skip step because feature "compliance" is not enabled
75572024-08-13T21:39:36.248Z[ host-image] Aug 13 21:39:34.753 INFO O| Aug 13 21:39:34.753 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75582024-08-13T21:39:36.248Z[ host-image] Aug 13 21:39:34.753 INFO O| Aug 13 21:39:34.753 INFO skip step because feature "stress" is not enabled
75592024-08-13T21:39:36.248Z[ host-image] Aug 13 21:39:34.753 INFO O| Aug 13 21:39:34.753 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75602024-08-13T21:39:36.248Z[ host-image] Aug 13 21:39:34.753 INFO O| Aug 13 21:39:34.753 INFO skip step because feature "nfs" is not enabled
75612024-08-13T21:39:36.248Z[ host-image] Aug 13 21:39:34.753 INFO O| Aug 13 21:39:34.753 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
75622024-08-13T21:39:36.248Z[ host-image] Aug 13 21:39:34.753 INFO O| Aug 13 21:39:34.753 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
75632024-08-13T21:39:36.374Z[ host-image] Aug 13 21:39:34.881 INFO O| Aug 13 21:39:34.881 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
75642024-08-13T21:39:36.477Z[ host-image] Aug 13 21:39:34.984 INFO O| Aug 13 21:39:34.984 INFO completed processing gimlet/ramdisk-01-os
75652024-08-13T21:39:36.480Z[ host-image] Aug 13 21:39:34.987 INFO omicron1 baseline generation...
75662024-08-13T21:39:36.480Z[ host-image] Aug 13 21:39:34.987 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
75672024-08-13T21:39:37.183Z[ host-image] Aug 13 21:39:35.690 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22815:20240813T190643Z
75682024-08-13T21:39:37.781Z[ recovery-image] Aug 13 21:39:36.288 INFO O| Aug 13 21:39:36.288 INFO STEP 1 (unpack_tar) COMPLETE
75692024-08-13T21:39:37.781Z[ recovery-image] Aug 13 21:39:36.288 INFO O| Aug 13 21:39:36.288 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75702024-08-13T21:39:37.794Z[ recovery-image] Aug 13 21:39:36.301 INFO O| Aug 13 21:39:36.301 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75712024-08-13T21:39:38.223Z[ recovery-image] Aug 13 21:39:36.731 INFO O| Aug 13 21:39:36.731 INFO STEP 2 (devfsadm) COMPLETE
75722024-08-13T21:39:38.223Z[ recovery-image] Aug 13 21:39:36.731 INFO O| Aug 13 21:39:36.731 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75732024-08-13T21:39:38.235Z[ recovery-image] Aug 13 21:39:36.742 INFO O| Aug 13 21:39:36.742 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75742024-08-13T21:39:38.237Z[ recovery-image] Aug 13 21:39:36.742 INFO O| Aug 13 21:39:36.742 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75752024-08-13T21:39:38.237Z[ recovery-image] Aug 13 21:39:36.742 INFO O| Aug 13 21:39:36.742 INFO STEP 3 (ensure_dir) COMPLETE
75762024-08-13T21:39:38.237Z[ recovery-image] Aug 13 21:39:36.742 INFO O| Aug 13 21:39:36.742 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75772024-08-13T21:39:38.245Z[ recovery-image] Aug 13 21:39:36.753 INFO O| Aug 13 21:39:36.753 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75782024-08-13T21:39:38.245Z[ recovery-image] Aug 13 21:39:36.753 INFO O| Aug 13 21:39:36.753 INFO STEP 4 (ensure_dir) COMPLETE
75792024-08-13T21:39:38.248Z[ recovery-image] Aug 13 21:39:36.753 INFO O| Aug 13 21:39:36.753 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75802024-08-13T21:39:38.255Z[ recovery-image] Aug 13 21:39:36.763 INFO O| Aug 13 21:39:36.763 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75812024-08-13T21:39:38.255Z[ recovery-image] Aug 13 21:39:36.763 INFO O| Aug 13 21:39:36.763 INFO STEP 5 (ensure_dir) COMPLETE
75822024-08-13T21:39:38.259Z[ recovery-image] Aug 13 21:39:36.763 INFO O| Aug 13 21:39:36.763 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75832024-08-13T21:39:38.267Z[ recovery-image] Aug 13 21:39:36.775 INFO O| Aug 13 21:39:36.775 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75842024-08-13T21:39:38.270Z[ recovery-image] Aug 13 21:39:36.775 INFO O| Aug 13 21:39:36.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75852024-08-13T21:39:38.270Z[ recovery-image] Aug 13 21:39:36.775 INFO O| Aug 13 21:39:36.775 INFO STEP 6 (ensure_dir) COMPLETE
75862024-08-13T21:39:38.270Z[ recovery-image] Aug 13 21:39:36.775 INFO O| Aug 13 21:39:36.775 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75872024-08-13T21:39:38.278Z[ recovery-image] Aug 13 21:39:36.786 INFO O| Aug 13 21:39:36.786 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75882024-08-13T21:39:38.281Z[ recovery-image] Aug 13 21:39:36.786 INFO O| Aug 13 21:39:36.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75892024-08-13T21:39:38.281Z[ recovery-image] Aug 13 21:39:36.786 INFO O| Aug 13 21:39:36.786 INFO STEP 7 (ensure_dir) COMPLETE
75902024-08-13T21:39:38.281Z[ recovery-image] Aug 13 21:39:36.786 INFO O| Aug 13 21:39:36.786 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75912024-08-13T21:39:38.292Z[ recovery-image] Aug 13 21:39:36.799 INFO O| Aug 13 21:39:36.799 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
75922024-08-13T21:39:38.294Z[ recovery-image] Aug 13 21:39:36.799 INFO O| Aug 13 21:39:36.799 INFO STEP 8 (remove_files) COMPLETE
75932024-08-13T21:39:38.294Z[ recovery-image] Aug 13 21:39:36.799 INFO O| Aug 13 21:39:36.799 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75942024-08-13T21:39:38.303Z[ recovery-image] Aug 13 21:39:36.809 INFO O| Aug 13 21:39:36.809 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
75952024-08-13T21:39:38.305Z[ recovery-image] Aug 13 21:39:36.810 INFO O| Aug 13 21:39:36.810 INFO STEP 9 (remove_files) COMPLETE
75962024-08-13T21:39:38.305Z[ recovery-image] Aug 13 21:39:36.810 INFO O| Aug 13 21:39:36.810 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75972024-08-13T21:39:38.313Z[ recovery-image] Aug 13 21:39:36.821 INFO O| Aug 13 21:39:36.821 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
75982024-08-13T21:39:38.316Z[ recovery-image] Aug 13 21:39:36.822 INFO O| Aug 13 21:39:36.821 INFO STEP 10 (remove_files) COMPLETE
75992024-08-13T21:39:38.316Z[ recovery-image] Aug 13 21:39:36.822 INFO O| Aug 13 21:39:36.822 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76002024-08-13T21:39:38.325Z[ recovery-image] Aug 13 21:39:36.833 INFO O| Aug 13 21:39:36.832 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76012024-08-13T21:39:38.325Z[ recovery-image] Aug 13 21:39:36.833 INFO O| Aug 13 21:39:36.833 INFO STEP 11 (remove_files) COMPLETE
76022024-08-13T21:39:38.327Z[ recovery-image] Aug 13 21:39:36.833 INFO O| Aug 13 21:39:36.833 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76032024-08-13T21:39:38.336Z[ recovery-image] Aug 13 21:39:36.843 INFO O| Aug 13 21:39:36.843 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76042024-08-13T21:39:38.338Z[ recovery-image] Aug 13 21:39:36.843 INFO O| Aug 13 21:39:36.843 INFO STEP 12 (remove_files) COMPLETE
76052024-08-13T21:39:38.338Z[ recovery-image] Aug 13 21:39:36.843 INFO O| Aug 13 21:39:36.843 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76062024-08-13T21:39:38.347Z[ recovery-image] Aug 13 21:39:36.854 INFO O| Aug 13 21:39:36.854 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76072024-08-13T21:39:38.347Z[ recovery-image] Aug 13 21:39:36.854 INFO O| Aug 13 21:39:36.854 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76082024-08-13T21:39:38.347Z[ recovery-image] Aug 13 21:39:36.854 INFO O| Aug 13 21:39:36.854 INFO STEP 13 (ensure_dir) COMPLETE
76092024-08-13T21:39:38.347Z[ recovery-image] Aug 13 21:39:36.854 INFO O| Aug 13 21:39:36.854 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76102024-08-13T21:39:38.357Z[ recovery-image] Aug 13 21:39:36.864 INFO O| Aug 13 21:39:36.864 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76112024-08-13T21:39:38.357Z[ recovery-image] Aug 13 21:39:36.865 INFO O| Aug 13 21:39:36.864 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76122024-08-13T21:39:38.360Z[ recovery-image] Aug 13 21:39:36.865 INFO O| Aug 13 21:39:36.865 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76132024-08-13T21:39:38.360Z[ recovery-image] Aug 13 21:39:36.865 INFO O| Aug 13 21:39:36.865 INFO STEP 14 (ensure_dir) COMPLETE
76142024-08-13T21:39:38.360Z[ recovery-image] Aug 13 21:39:36.865 INFO O| Aug 13 21:39:36.865 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76152024-08-13T21:39:38.368Z[ recovery-image] Aug 13 21:39:36.875 INFO O| Aug 13 21:39:36.875 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76162024-08-13T21:39:38.368Z[ recovery-image] Aug 13 21:39:36.876 INFO O| Aug 13 21:39:36.876 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76172024-08-13T21:39:38.371Z[ recovery-image] Aug 13 21:39:36.876 INFO O| Aug 13 21:39:36.876 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76182024-08-13T21:39:38.371Z[ recovery-image] Aug 13 21:39:36.876 INFO O| Aug 13 21:39:36.876 INFO STEP 15 (ensure_dir) COMPLETE
76192024-08-13T21:39:38.371Z[ recovery-image] Aug 13 21:39:36.876 INFO O| Aug 13 21:39:36.876 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76202024-08-13T21:39:38.379Z[ recovery-image] Aug 13 21:39:36.886 INFO O| Aug 13 21:39:36.886 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76212024-08-13T21:39:38.379Z[ recovery-image] Aug 13 21:39:36.886 INFO O| Aug 13 21:39:36.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76222024-08-13T21:39:38.379Z[ recovery-image] Aug 13 21:39:36.886 INFO O| Aug 13 21:39:36.886 INFO STEP 16 (ensure_dir) COMPLETE
76232024-08-13T21:39:38.381Z[ recovery-image] Aug 13 21:39:36.886 INFO O| Aug 13 21:39:36.886 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76242024-08-13T21:39:38.389Z[ recovery-image] Aug 13 21:39:36.896 INFO O| Aug 13 21:39:36.896 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76252024-08-13T21:39:38.391Z[ recovery-image] Aug 13 21:39:36.896 INFO O| Aug 13 21:39:36.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76262024-08-13T21:39:38.391Z[ recovery-image] Aug 13 21:39:36.897 INFO O| Aug 13 21:39:36.896 INFO STEP 17 (ensure_dir) COMPLETE
76272024-08-13T21:39:38.391Z[ recovery-image] Aug 13 21:39:36.897 INFO O| Aug 13 21:39:36.897 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76282024-08-13T21:39:38.399Z[ recovery-image] Aug 13 21:39:36.907 INFO O| Aug 13 21:39:36.907 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76292024-08-13T21:39:38.399Z[ recovery-image] Aug 13 21:39:36.907 INFO O| Aug 13 21:39:36.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76302024-08-13T21:39:38.399Z[ recovery-image] Aug 13 21:39:36.907 INFO O| Aug 13 21:39:36.907 INFO ok!
76312024-08-13T21:39:38.402Z[ recovery-image] Aug 13 21:39:36.907 INFO O| Aug 13 21:39:36.907 INFO STEP 18 (ensure_symlink) COMPLETE
76322024-08-13T21:39:38.402Z[ recovery-image] Aug 13 21:39:36.907 INFO O| Aug 13 21:39:36.907 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76332024-08-13T21:39:38.411Z[ recovery-image] Aug 13 21:39:36.917 INFO O| Aug 13 21:39:36.917 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76342024-08-13T21:39:38.411Z[ recovery-image] Aug 13 21:39:36.917 INFO O| Aug 13 21:39:36.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76352024-08-13T21:39:38.413Z[ recovery-image] Aug 13 21:39:36.917 INFO O| Aug 13 21:39:36.917 INFO ok!
76362024-08-13T21:39:38.413Z[ recovery-image] Aug 13 21:39:36.917 INFO O| Aug 13 21:39:36.917 INFO STEP 19 (ensure_file) COMPLETE
76372024-08-13T21:39:38.413Z[ recovery-image] Aug 13 21:39:36.917 INFO O| Aug 13 21:39:36.917 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76382024-08-13T21:39:38.420Z[ recovery-image] Aug 13 21:39:36.927 INFO O| Aug 13 21:39:36.927 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76392024-08-13T21:39:38.422Z[ recovery-image] Aug 13 21:39:36.927 INFO O| Aug 13 21:39:36.927 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76402024-08-13T21:39:38.422Z[ recovery-image] Aug 13 21:39:36.927 INFO O| Aug 13 21:39:36.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76412024-08-13T21:39:38.422Z[ recovery-image] Aug 13 21:39:36.928 INFO O| Aug 13 21:39:36.927 INFO ok!
76422024-08-13T21:39:38.422Z[ recovery-image] Aug 13 21:39:36.928 INFO O| Aug 13 21:39:36.928 INFO STEP 20 (ensure_symlink) COMPLETE
76432024-08-13T21:39:38.422Z[ recovery-image] Aug 13 21:39:36.928 INFO O| Aug 13 21:39:36.928 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76442024-08-13T21:39:38.431Z[ recovery-image] Aug 13 21:39:36.937 INFO O| Aug 13 21:39:36.937 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76452024-08-13T21:39:38.434Z[ recovery-image] Aug 13 21:39:36.937 INFO O| Aug 13 21:39:36.937 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76462024-08-13T21:39:38.434Z[ recovery-image] Aug 13 21:39:36.938 INFO O| Aug 13 21:39:36.938 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76472024-08-13T21:39:38.434Z[ recovery-image] Aug 13 21:39:36.938 INFO O| Aug 13 21:39:36.938 INFO ok!
76482024-08-13T21:39:38.434Z[ recovery-image] Aug 13 21:39:36.938 INFO O| Aug 13 21:39:36.938 INFO STEP 21 (ensure_symlink) COMPLETE
76492024-08-13T21:39:38.434Z[ recovery-image] Aug 13 21:39:36.938 INFO O| Aug 13 21:39:36.938 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76502024-08-13T21:39:38.442Z[ recovery-image] Aug 13 21:39:36.950 INFO O| Aug 13 21:39:36.950 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76512024-08-13T21:39:38.442Z[ recovery-image] Aug 13 21:39:36.950 INFO O| Aug 13 21:39:36.950 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76522024-08-13T21:39:38.446Z[ recovery-image] Aug 13 21:39:36.950 INFO O| Aug 13 21:39:36.950 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76532024-08-13T21:39:38.446Z[ recovery-image] Aug 13 21:39:36.950 INFO O| Aug 13 21:39:36.950 INFO ok!
76542024-08-13T21:39:38.446Z[ recovery-image] Aug 13 21:39:36.950 INFO O| Aug 13 21:39:36.950 INFO STEP 22 (ensure_symlink) COMPLETE
76552024-08-13T21:39:38.446Z[ recovery-image] Aug 13 21:39:36.950 INFO O| Aug 13 21:39:36.950 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76562024-08-13T21:39:38.454Z[ recovery-image] Aug 13 21:39:36.961 INFO O| Aug 13 21:39:36.961 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76572024-08-13T21:39:38.454Z[ recovery-image] Aug 13 21:39:36.961 INFO O| Aug 13 21:39:36.961 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76582024-08-13T21:39:38.456Z[ recovery-image] Aug 13 21:39:36.961 INFO O| Aug 13 21:39:36.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76592024-08-13T21:39:38.456Z[ recovery-image] Aug 13 21:39:36.961 INFO O| Aug 13 21:39:36.961 INFO ok!
76602024-08-13T21:39:38.456Z[ recovery-image] Aug 13 21:39:36.961 INFO O| Aug 13 21:39:36.961 INFO STEP 23 (ensure_symlink) COMPLETE
76612024-08-13T21:39:38.456Z[ recovery-image] Aug 13 21:39:36.961 INFO O| Aug 13 21:39:36.961 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76622024-08-13T21:39:38.465Z[ recovery-image] Aug 13 21:39:36.972 INFO O| Aug 13 21:39:36.972 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76632024-08-13T21:39:38.468Z[ recovery-image] Aug 13 21:39:36.973 INFO O| Aug 13 21:39:36.972 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 ...
76642024-08-13T21:39:38.468Z[ recovery-image] Aug 13 21:39:36.973 INFO O| Aug 13 21:39:36.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76652024-08-13T21:39:38.468Z[ recovery-image] Aug 13 21:39:36.973 INFO O| Aug 13 21:39:36.973 INFO ok!
76662024-08-13T21:39:38.468Z[ recovery-image] Aug 13 21:39:36.973 INFO O| Aug 13 21:39:36.973 INFO STEP 24 (ensure_file) COMPLETE
76672024-08-13T21:39:38.468Z[ recovery-image] Aug 13 21:39:36.973 INFO O| Aug 13 21:39:36.973 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76682024-08-13T21:39:38.479Z[ recovery-image] Aug 13 21:39:36.986 INFO O| Aug 13 21:39:36.986 INFO updating shadow file
76692024-08-13T21:39:38.482Z[ recovery-image] Aug 13 21:39:36.987 INFO O| Aug 13 21:39:36.986 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76702024-08-13T21:39:38.482Z[ recovery-image] Aug 13 21:39:36.987 INFO O| Aug 13 21:39:36.987 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76712024-08-13T21:39:38.482Z[ recovery-image] Aug 13 21:39:36.987 INFO O| Aug 13 21:39:36.987 INFO STEP 25 (shadow) COMPLETE
76722024-08-13T21:39:38.482Z[ recovery-image] Aug 13 21:39:36.987 INFO O| Aug 13 21:39:36.987 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76732024-08-13T21:39:38.490Z[ recovery-image] Aug 13 21:39:36.998 INFO O| Aug 13 21:39:36.997 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76742024-08-13T21:39:38.490Z[ recovery-image] Aug 13 21:39:36.998 INFO O| Aug 13 21:39:36.998 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76752024-08-13T21:39:38.493Z[ recovery-image] Aug 13 21:39:36.998 INFO O| Aug 13 21:39:36.998 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76762024-08-13T21:39:38.493Z[ recovery-image] Aug 13 21:39:36.998 INFO O| Aug 13 21:39:36.998 INFO ok!
76772024-08-13T21:39:38.493Z[ recovery-image] Aug 13 21:39:36.998 INFO O| Aug 13 21:39:36.998 INFO STEP 26 (ensure_file) COMPLETE
76782024-08-13T21:39:38.493Z[ recovery-image] Aug 13 21:39:36.998 INFO O| Aug 13 21:39:36.998 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76792024-08-13T21:39:38.503Z[ recovery-image] Aug 13 21:39:37.011 INFO O| Aug 13 21:39:37.010 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76802024-08-13T21:39:38.503Z[ recovery-image] Aug 13 21:39:37.011 INFO O| Aug 13 21:39:37.011 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76812024-08-13T21:39:38.506Z[ recovery-image] Aug 13 21:39:37.011 INFO O| Aug 13 21:39:37.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76822024-08-13T21:39:38.506Z[ recovery-image] Aug 13 21:39:37.011 INFO O| Aug 13 21:39:37.011 INFO ok!
76832024-08-13T21:39:38.506Z[ recovery-image] Aug 13 21:39:37.011 INFO O| Aug 13 21:39:37.011 INFO STEP 27 (ensure_file) COMPLETE
76842024-08-13T21:39:38.506Z[ recovery-image] Aug 13 21:39:37.011 INFO O| Aug 13 21:39:37.011 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76852024-08-13T21:39:38.514Z[ recovery-image] Aug 13 21:39:37.022 INFO O| Aug 13 21:39:37.022 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
76862024-08-13T21:39:38.514Z[ recovery-image] Aug 13 21:39:37.022 INFO O| Aug 13 21:39:37.022 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
76872024-08-13T21:39:38.517Z[ recovery-image] Aug 13 21:39:37.022 INFO O| Aug 13 21:39:37.022 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76882024-08-13T21:39:38.517Z[ recovery-image] Aug 13 21:39:37.022 INFO O| Aug 13 21:39:37.022 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76892024-08-13T21:39:38.517Z[ recovery-image] Aug 13 21:39:37.022 INFO O| Aug 13 21:39:37.022 INFO ok!
76902024-08-13T21:39:38.517Z[ recovery-image] Aug 13 21:39:37.022 INFO O| Aug 13 21:39:37.022 INFO STEP 28 (ensure_file) COMPLETE
76912024-08-13T21:39:38.517Z[ recovery-image] Aug 13 21:39:37.022 INFO O| Aug 13 21:39:37.022 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76922024-08-13T21:39:38.527Z[ recovery-image] Aug 13 21:39:37.034 INFO O| Aug 13 21:39:37.034 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
76932024-08-13T21:39:38.527Z[ recovery-image] Aug 13 21:39:37.034 INFO O| Aug 13 21:39:37.034 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
76942024-08-13T21:39:38.527Z[ recovery-image] Aug 13 21:39:37.035 INFO O| Aug 13 21:39:37.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
76952024-08-13T21:39:38.530Z[ recovery-image] Aug 13 21:39:37.035 INFO O| Aug 13 21:39:37.034 INFO ok!
76962024-08-13T21:39:38.530Z[ recovery-image] Aug 13 21:39:37.035 INFO O| Aug 13 21:39:37.035 INFO STEP 29 (ensure_file) COMPLETE
76972024-08-13T21:39:38.530Z[ recovery-image] Aug 13 21:39:37.035 INFO O| Aug 13 21:39:37.035 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76982024-08-13T21:39:38.537Z[ recovery-image] Aug 13 21:39:37.045 INFO O| Aug 13 21:39:37.045 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
76992024-08-13T21:39:38.538Z[ recovery-image] Aug 13 21:39:37.045 INFO O| Aug 13 21:39:37.045 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77002024-08-13T21:39:38.540Z[ recovery-image] Aug 13 21:39:37.045 INFO O| Aug 13 21:39:37.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77012024-08-13T21:39:38.540Z[ recovery-image] Aug 13 21:39:37.045 INFO O| Aug 13 21:39:37.045 INFO ok!
77022024-08-13T21:39:38.540Z[ recovery-image] Aug 13 21:39:37.045 INFO O| Aug 13 21:39:37.045 INFO STEP 30 (ensure_file) COMPLETE
77032024-08-13T21:39:38.540Z[ recovery-image] Aug 13 21:39:37.045 INFO O| Aug 13 21:39:37.045 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77042024-08-13T21:39:38.548Z[ recovery-image] Aug 13 21:39:37.055 INFO O| Aug 13 21:39:37.055 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77052024-08-13T21:39:38.548Z[ recovery-image] Aug 13 21:39:37.055 INFO O| Aug 13 21:39:37.055 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77062024-08-13T21:39:38.550Z[ recovery-image] Aug 13 21:39:37.055 INFO O| Aug 13 21:39:37.055 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77072024-08-13T21:39:38.551Z[ recovery-image] Aug 13 21:39:37.056 INFO O| Aug 13 21:39:37.055 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77082024-08-13T21:39:38.551Z[ recovery-image] Aug 13 21:39:37.056 INFO O| Aug 13 21:39:37.055 INFO ok!
77092024-08-13T21:39:38.551Z[ recovery-image] Aug 13 21:39:37.056 INFO O| Aug 13 21:39:37.056 INFO STEP 31 (ensure_file) COMPLETE
77102024-08-13T21:39:38.551Z[ recovery-image] Aug 13 21:39:37.056 INFO O| Aug 13 21:39:37.056 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77112024-08-13T21:39:38.558Z[ recovery-image] Aug 13 21:39:37.066 INFO O| Aug 13 21:39:37.066 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77122024-08-13T21:39:38.558Z[ recovery-image] Aug 13 21:39:37.066 INFO O| Aug 13 21:39:37.066 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77132024-08-13T21:39:38.561Z[ recovery-image] Aug 13 21:39:37.066 INFO O| Aug 13 21:39:37.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77142024-08-13T21:39:38.561Z[ recovery-image] Aug 13 21:39:37.066 INFO O| Aug 13 21:39:37.066 INFO ok!
77152024-08-13T21:39:38.561Z[ recovery-image] Aug 13 21:39:37.066 INFO O| Aug 13 21:39:37.066 INFO STEP 32 (ensure_file) COMPLETE
77162024-08-13T21:39:38.561Z[ recovery-image] Aug 13 21:39:37.066 INFO O| Aug 13 21:39:37.066 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77172024-08-13T21:39:38.571Z[ recovery-image] Aug 13 21:39:37.078 INFO O| Aug 13 21:39:37.078 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77182024-08-13T21:39:38.571Z[ recovery-image] Aug 13 21:39:37.078 INFO O| Aug 13 21:39:37.078 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77192024-08-13T21:39:38.573Z[ recovery-image] Aug 13 21:39:37.078 INFO O| Aug 13 21:39:37.078 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77202024-08-13T21:39:38.573Z[ recovery-image] Aug 13 21:39:37.078 INFO O| Aug 13 21:39:37.078 INFO ok!
77212024-08-13T21:39:38.573Z[ recovery-image] Aug 13 21:39:37.078 INFO O| Aug 13 21:39:37.078 INFO STEP 33 (ensure_file) COMPLETE
77222024-08-13T21:39:38.573Z[ recovery-image] Aug 13 21:39:37.078 INFO O| Aug 13 21:39:37.078 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77232024-08-13T21:39:38.581Z[ recovery-image] Aug 13 21:39:37.089 INFO O| Aug 13 21:39:37.088 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77242024-08-13T21:39:38.581Z[ recovery-image] Aug 13 21:39:37.089 INFO O| Aug 13 21:39:37.089 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77252024-08-13T21:39:38.584Z[ recovery-image] Aug 13 21:39:37.089 INFO O| Aug 13 21:39:37.089 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77262024-08-13T21:39:38.584Z[ recovery-image] Aug 13 21:39:37.089 INFO O| Aug 13 21:39:37.089 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77272024-08-13T21:39:38.584Z[ recovery-image] Aug 13 21:39:37.089 INFO O| Aug 13 21:39:37.089 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77282024-08-13T21:39:38.584Z[ recovery-image] Aug 13 21:39:37.089 INFO O| Aug 13 21:39:37.089 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77292024-08-13T21:39:38.584Z[ recovery-image] Aug 13 21:39:37.089 INFO O| Aug 13 21:39:37.089 INFO ok!
77302024-08-13T21:39:38.584Z[ recovery-image] Aug 13 21:39:37.089 INFO O| Aug 13 21:39:37.089 INFO STEP 34 (ensure_file) COMPLETE
77312024-08-13T21:39:38.584Z[ recovery-image] Aug 13 21:39:37.089 INFO O| Aug 13 21:39:37.089 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77322024-08-13T21:39:38.592Z[ recovery-image] Aug 13 21:39:37.099 INFO O| Aug 13 21:39:37.099 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77332024-08-13T21:39:38.595Z[ recovery-image] Aug 13 21:39:37.100 INFO O| Aug 13 21:39:37.100 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77342024-08-13T21:39:38.595Z[ recovery-image] Aug 13 21:39:37.100 INFO O| Aug 13 21:39:37.100 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77352024-08-13T21:39:38.595Z[ recovery-image] Aug 13 21:39:37.100 INFO O| Aug 13 21:39:37.100 INFO STEP 35 (ensure_dir) COMPLETE
77362024-08-13T21:39:38.595Z[ recovery-image] Aug 13 21:39:37.100 INFO O| Aug 13 21:39:37.100 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77372024-08-13T21:39:38.603Z[ recovery-image] Aug 13 21:39:37.110 INFO O| Aug 13 21:39:37.110 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
77382024-08-13T21:39:38.603Z[ recovery-image] Aug 13 21:39:37.110 INFO O| Aug 13 21:39:37.110 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 ...
77392024-08-13T21:39:38.606Z[ recovery-image] Aug 13 21:39:37.111 INFO O| Aug 13 21:39:37.111 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
77402024-08-13T21:39:38.606Z[ recovery-image] Aug 13 21:39:37.111 INFO O| Aug 13 21:39:37.111 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
77412024-08-13T21:39:38.606Z[ recovery-image] Aug 13 21:39:37.111 INFO O| Aug 13 21:39:37.111 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
77422024-08-13T21:39:38.606Z[ recovery-image] Aug 13 21:39:37.111 INFO O| Aug 13 21:39:37.111 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
77432024-08-13T21:39:38.606Z[ recovery-image] Aug 13 21:39:37.111 INFO O| Aug 13 21:39:37.111 INFO ok!
77442024-08-13T21:39:38.606Z[ recovery-image] Aug 13 21:39:37.111 INFO O| Aug 13 21:39:37.111 INFO STEP 36 (ensure_file) COMPLETE
77452024-08-13T21:39:38.606Z[ recovery-image] Aug 13 21:39:37.111 INFO O| Aug 13 21:39:37.111 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77462024-08-13T21:39:38.617Z[ recovery-image] Aug 13 21:39:37.124 INFO O| Aug 13 21:39:37.124 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77472024-08-13T21:39:38.617Z[ recovery-image] Aug 13 21:39:37.124 INFO O| Aug 13 21:39:37.124 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 ...
77482024-08-13T21:39:38.619Z[ recovery-image] Aug 13 21:39:37.124 INFO O| Aug 13 21:39:37.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77492024-08-13T21:39:38.619Z[ recovery-image] Aug 13 21:39:37.124 INFO O| Aug 13 21:39:37.124 INFO ok!
77502024-08-13T21:39:38.619Z[ recovery-image] Aug 13 21:39:37.124 INFO O| Aug 13 21:39:37.124 INFO STEP 37 (ensure_symlink) COMPLETE
77512024-08-13T21:39:38.619Z[ recovery-image] Aug 13 21:39:37.124 INFO O| Aug 13 21:39:37.124 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77522024-08-13T21:39:38.627Z[ recovery-image] Aug 13 21:39:37.135 INFO O| Aug 13 21:39:37.135 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77532024-08-13T21:39:38.627Z[ recovery-image] Aug 13 21:39:37.135 INFO O| Aug 13 21:39:37.135 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77542024-08-13T21:39:38.630Z[ recovery-image] Aug 13 21:39:37.135 INFO O| Aug 13 21:39:37.135 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77552024-08-13T21:39:38.630Z[ recovery-image] Aug 13 21:39:37.135 INFO O| Aug 13 21:39:37.135 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77562024-08-13T21:39:38.630Z[ recovery-image] Aug 13 21:39:37.135 INFO O| Aug 13 21:39:37.135 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77572024-08-13T21:39:38.630Z[ recovery-image] Aug 13 21:39:37.135 INFO O| Aug 13 21:39:37.135 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77582024-08-13T21:39:38.630Z[ recovery-image] Aug 13 21:39:37.135 INFO O| Aug 13 21:39:37.135 INFO ok!
77592024-08-13T21:39:38.630Z[ recovery-image] Aug 13 21:39:37.135 INFO O| Aug 13 21:39:37.135 INFO STEP 38 (ensure_file) COMPLETE
77602024-08-13T21:39:38.630Z[ recovery-image] Aug 13 21:39:37.135 INFO O| Aug 13 21:39:37.135 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77612024-08-13T21:39:38.638Z[ recovery-image] Aug 13 21:39:37.145 INFO O| Aug 13 21:39:37.145 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77622024-08-13T21:39:38.638Z[ recovery-image] Aug 13 21:39:37.145 INFO O| Aug 13 21:39:37.145 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 ...
77632024-08-13T21:39:38.641Z[ recovery-image] Aug 13 21:39:37.146 INFO O| Aug 13 21:39:37.145 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
77642024-08-13T21:39:38.641Z[ recovery-image] Aug 13 21:39:37.146 INFO O| Aug 13 21:39:37.146 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77652024-08-13T21:39:38.641Z[ recovery-image] Aug 13 21:39:37.146 INFO O| Aug 13 21:39:37.146 INFO ok!
77662024-08-13T21:39:38.641Z[ recovery-image] Aug 13 21:39:37.146 INFO O| Aug 13 21:39:37.146 INFO STEP 39 (ensure_file) COMPLETE
77672024-08-13T21:39:38.641Z[ recovery-image] Aug 13 21:39:37.146 INFO O| Aug 13 21:39:37.146 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77682024-08-13T21:39:38.649Z[ recovery-image] Aug 13 21:39:37.156 INFO O| Aug 13 21:39:37.156 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77692024-08-13T21:39:38.649Z[ recovery-image] Aug 13 21:39:37.156 INFO O| Aug 13 21:39:37.156 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77702024-08-13T21:39:38.651Z[ recovery-image] Aug 13 21:39:37.156 INFO O| Aug 13 21:39:37.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77712024-08-13T21:39:38.651Z[ recovery-image] Aug 13 21:39:37.156 INFO O| Aug 13 21:39:37.156 INFO ok!
77722024-08-13T21:39:38.651Z[ recovery-image] Aug 13 21:39:37.156 INFO O| Aug 13 21:39:37.156 INFO STEP 40 (ensure_file) COMPLETE
77732024-08-13T21:39:38.651Z[ recovery-image] Aug 13 21:39:37.156 INFO O| Aug 13 21:39:37.156 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77742024-08-13T21:39:38.660Z[ recovery-image] Aug 13 21:39:37.167 INFO O| Aug 13 21:39:37.167 INFO updating shadow file
77752024-08-13T21:39:38.662Z[ recovery-image] Aug 13 21:39:37.167 INFO O| Aug 13 21:39:37.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77762024-08-13T21:39:38.662Z[ recovery-image] Aug 13 21:39:37.167 INFO O| Aug 13 21:39:37.167 INFO STEP 41 (shadow) COMPLETE
77772024-08-13T21:39:38.662Z[ recovery-image] Aug 13 21:39:37.167 INFO O| Aug 13 21:39:37.167 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77782024-08-13T21:39:38.670Z[ recovery-image] Aug 13 21:39:37.178 INFO O| Aug 13 21:39:37.178 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77792024-08-13T21:39:38.670Z[ recovery-image] Aug 13 21:39:37.178 INFO O| Aug 13 21:39:37.178 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77802024-08-13T21:39:38.673Z[ recovery-image] Aug 13 21:39:37.178 INFO O| Aug 13 21:39:37.178 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77812024-08-13T21:39:38.673Z[ recovery-image] Aug 13 21:39:37.178 INFO O| Aug 13 21:39:37.178 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77822024-08-13T21:39:38.673Z[ recovery-image] Aug 13 21:39:37.178 INFO O| Aug 13 21:39:37.178 INFO ok!
77832024-08-13T21:39:38.673Z[ recovery-image] Aug 13 21:39:37.178 INFO O| Aug 13 21:39:37.178 INFO STEP 42 (ensure_file) COMPLETE
77842024-08-13T21:39:38.673Z[ recovery-image] Aug 13 21:39:37.178 INFO O| Aug 13 21:39:37.178 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77852024-08-13T21:39:38.681Z[ recovery-image] Aug 13 21:39:37.188 INFO O| Aug 13 21:39:37.188 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
77862024-08-13T21:39:38.684Z[ recovery-image] Aug 13 21:39:37.188 INFO O| Aug 13 21:39:37.188 INFO STEP 43 (ensure_dir) COMPLETE
77872024-08-13T21:39:38.684Z[ recovery-image] Aug 13 21:39:37.188 INFO O| Aug 13 21:39:37.188 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77882024-08-13T21:39:38.692Z[ recovery-image] Aug 13 21:39:37.199 INFO O| Aug 13 21:39:37.199 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77892024-08-13T21:39:38.692Z[ recovery-image] Aug 13 21:39:37.199 INFO O| Aug 13 21:39:37.199 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77902024-08-13T21:39:38.692Z[ recovery-image] Aug 13 21:39:37.199 INFO O| Aug 13 21:39:37.199 INFO STEP 44 (ensure_dir) COMPLETE
77912024-08-13T21:39:38.694Z[ recovery-image] Aug 13 21:39:37.199 INFO O| Aug 13 21:39:37.199 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77922024-08-13T21:39:38.702Z[ recovery-image] Aug 13 21:39:37.210 INFO O| Aug 13 21:39:37.209 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77932024-08-13T21:39:38.702Z[ recovery-image] Aug 13 21:39:37.210 INFO O| Aug 13 21:39:37.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77942024-08-13T21:39:38.702Z[ recovery-image] Aug 13 21:39:37.210 INFO O| Aug 13 21:39:37.210 INFO STEP 45 (ensure_dir) COMPLETE
77952024-08-13T21:39:38.705Z[ recovery-image] Aug 13 21:39:37.210 INFO O| Aug 13 21:39:37.210 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77962024-08-13T21:39:38.713Z[ recovery-image] Aug 13 21:39:37.220 INFO O| Aug 13 21:39:37.220 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
77972024-08-13T21:39:38.713Z[ recovery-image] Aug 13 21:39:37.220 INFO O| Aug 13 21:39:37.220 INFO copying /tmp/.tmpR7Wfvw/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
77982024-08-13T21:39:38.742Z[ recovery-image] Aug 13 21:39:37.249 INFO O| Aug 13 21:39:37.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
77992024-08-13T21:39:38.742Z[ recovery-image] Aug 13 21:39:37.249 INFO O| Aug 13 21:39:37.249 INFO ok!
78002024-08-13T21:39:38.744Z[ recovery-image] Aug 13 21:39:37.249 INFO O| Aug 13 21:39:37.249 INFO STEP 46 (ensure_file) COMPLETE
78012024-08-13T21:39:38.744Z[ recovery-image] Aug 13 21:39:37.249 INFO O| Aug 13 21:39:37.249 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78022024-08-13T21:39:38.756Z[ recovery-image] Aug 13 21:39:37.263 INFO O| Aug 13 21:39:37.263 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78032024-08-13T21:39:38.756Z[ recovery-image] Aug 13 21:39:37.263 INFO O| Aug 13 21:39:37.263 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78042024-08-13T21:39:38.756Z[ recovery-image] Aug 13 21:39:37.263 INFO O| Aug 13 21:39:37.263 INFO STEP 47 (ensure_dir) COMPLETE
78052024-08-13T21:39:38.758Z[ recovery-image] Aug 13 21:39:37.263 INFO O| Aug 13 21:39:37.263 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78062024-08-13T21:39:38.767Z[ recovery-image] Aug 13 21:39:37.274 INFO O| Aug 13 21:39:37.274 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78072024-08-13T21:39:38.767Z[ recovery-image] Aug 13 21:39:37.274 INFO O| Aug 13 21:39:37.274 INFO copying /tmp/.tmpR7Wfvw/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78082024-08-13T21:39:38.767Z[ recovery-image] Aug 13 21:39:37.274 INFO O| Aug 13 21:39:37.274 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78092024-08-13T21:39:38.769Z[ recovery-image] Aug 13 21:39:37.274 INFO O| Aug 13 21:39:37.274 INFO ok!
78102024-08-13T21:39:38.769Z[ recovery-image] Aug 13 21:39:37.274 INFO O| Aug 13 21:39:37.274 INFO STEP 48 (ensure_file) COMPLETE
78112024-08-13T21:39:38.769Z[ recovery-image] Aug 13 21:39:37.274 INFO O| Aug 13 21:39:37.274 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78122024-08-13T21:39:38.777Z[ recovery-image] Aug 13 21:39:37.285 INFO O| Aug 13 21:39:37.284 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78132024-08-13T21:39:38.777Z[ recovery-image] Aug 13 21:39:37.285 INFO O| Aug 13 21:39:37.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78142024-08-13T21:39:38.777Z[ recovery-image] Aug 13 21:39:37.285 INFO O| Aug 13 21:39:37.285 INFO STEP 49 (ensure_dir) COMPLETE
78152024-08-13T21:39:38.780Z[ recovery-image] Aug 13 21:39:37.285 INFO O| Aug 13 21:39:37.285 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78162024-08-13T21:39:38.787Z[ recovery-image] Aug 13 21:39:37.295 INFO O| Aug 13 21:39:37.295 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78172024-08-13T21:39:38.787Z[ recovery-image] Aug 13 21:39:37.295 INFO O| Aug 13 21:39:37.295 INFO copying /tmp/.tmpR7Wfvw/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78182024-08-13T21:39:38.802Z[ recovery-image] Aug 13 21:39:37.309 INFO O| Aug 13 21:39:37.309 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78192024-08-13T21:39:38.802Z[ recovery-image] Aug 13 21:39:37.309 INFO O| Aug 13 21:39:37.309 INFO ok!
78202024-08-13T21:39:38.802Z[ recovery-image] Aug 13 21:39:37.309 INFO O| Aug 13 21:39:37.309 INFO STEP 50 (ensure_file) COMPLETE
78212024-08-13T21:39:38.805Z[ recovery-image] Aug 13 21:39:37.309 INFO O| Aug 13 21:39:37.309 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78222024-08-13T21:39:38.813Z[ recovery-image] Aug 13 21:39:37.321 INFO O| Aug 13 21:39:37.321 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78232024-08-13T21:39:38.813Z[ recovery-image] Aug 13 21:39:37.321 INFO O| Aug 13 21:39:37.321 INFO copying /tmp/.tmpR7Wfvw/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78242024-08-13T21:39:39.297Z[ recovery-image] Aug 13 21:39:37.805 INFO O| Aug 13 21:39:37.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78252024-08-13T21:39:39.298Z[ recovery-image] Aug 13 21:39:37.805 INFO O| Aug 13 21:39:37.804 INFO ok!
78262024-08-13T21:39:39.301Z[ recovery-image] Aug 13 21:39:37.805 INFO O| Aug 13 21:39:37.804 INFO STEP 51 (ensure_file) COMPLETE
78272024-08-13T21:39:39.301Z[ recovery-image] Aug 13 21:39:37.805 INFO O| Aug 13 21:39:37.805 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78282024-08-13T21:39:39.310Z[ recovery-image] Aug 13 21:39:37.816 INFO O| Aug 13 21:39:37.816 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78292024-08-13T21:39:39.310Z[ recovery-image] Aug 13 21:39:37.816 INFO O| Aug 13 21:39:37.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78302024-08-13T21:39:39.312Z[ recovery-image] Aug 13 21:39:37.816 INFO O| Aug 13 21:39:37.816 INFO STEP 52 (ensure_dir) COMPLETE
78312024-08-13T21:39:39.312Z[ recovery-image] Aug 13 21:39:37.816 INFO O| Aug 13 21:39:37.816 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78322024-08-13T21:39:39.320Z[ recovery-image] Aug 13 21:39:37.827 INFO O| Aug 13 21:39:37.827 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78332024-08-13T21:39:39.320Z[ recovery-image] Aug 13 21:39:37.827 INFO O| Aug 13 21:39:37.827 INFO copying /tmp/.tmpR7Wfvw/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 ...
78342024-08-13T21:39:39.323Z[ recovery-image] Aug 13 21:39:37.827 INFO O| Aug 13 21:39:37.827 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
78352024-08-13T21:39:39.323Z[ recovery-image] Aug 13 21:39:37.827 INFO O| Aug 13 21:39:37.827 INFO ok!
78362024-08-13T21:39:39.323Z[ recovery-image] Aug 13 21:39:37.827 INFO O| Aug 13 21:39:37.827 INFO STEP 53 (ensure_file) COMPLETE
78372024-08-13T21:39:39.323Z[ recovery-image] Aug 13 21:39:37.827 INFO O| Aug 13 21:39:37.827 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78382024-08-13T21:39:39.331Z[ recovery-image] Aug 13 21:39:37.838 INFO O| Aug 13 21:39:37.838 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78392024-08-13T21:39:39.333Z[ recovery-image] Aug 13 21:39:37.838 INFO O| Aug 13 21:39:37.838 INFO copying /tmp/.tmpR7Wfvw/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 ...
78402024-08-13T21:39:39.333Z[ recovery-image] Aug 13 21:39:37.838 INFO O| Aug 13 21:39:37.838 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
78412024-08-13T21:39:39.333Z[ recovery-image] Aug 13 21:39:37.838 INFO O| Aug 13 21:39:37.838 INFO ok!
78422024-08-13T21:39:39.333Z[ recovery-image] Aug 13 21:39:37.838 INFO O| Aug 13 21:39:37.838 INFO STEP 54 (ensure_file) COMPLETE
78432024-08-13T21:39:39.333Z[ recovery-image] Aug 13 21:39:37.838 INFO O| Aug 13 21:39:37.838 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78442024-08-13T21:39:39.341Z[ recovery-image] Aug 13 21:39:37.848 INFO O| Aug 13 21:39:37.848 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78452024-08-13T21:39:39.344Z[ recovery-image] Aug 13 21:39:37.848 INFO O| Aug 13 21:39:37.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78462024-08-13T21:39:39.344Z[ recovery-image] Aug 13 21:39:37.848 INFO O| Aug 13 21:39:37.848 INFO STEP 55 (ensure_dir) COMPLETE
78472024-08-13T21:39:39.344Z[ recovery-image] Aug 13 21:39:37.848 INFO O| Aug 13 21:39:37.848 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78482024-08-13T21:39:39.351Z[ recovery-image] Aug 13 21:39:37.859 INFO O| Aug 13 21:39:37.859 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78492024-08-13T21:39:39.354Z[ recovery-image] Aug 13 21:39:37.859 INFO O| Aug 13 21:39:37.859 INFO copying /tmp/.tmpR7Wfvw/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 ...
78502024-08-13T21:39:39.354Z[ recovery-image] Aug 13 21:39:37.859 INFO O| Aug 13 21:39:37.859 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78512024-08-13T21:39:39.354Z[ recovery-image] Aug 13 21:39:37.859 INFO O| Aug 13 21:39:37.859 INFO ok!
78522024-08-13T21:39:39.354Z[ recovery-image] Aug 13 21:39:37.859 INFO O| Aug 13 21:39:37.859 INFO STEP 56 (ensure_file) COMPLETE
78532024-08-13T21:39:39.354Z[ recovery-image] Aug 13 21:39:37.859 INFO O| Aug 13 21:39:37.859 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78542024-08-13T21:39:39.364Z[ recovery-image] Aug 13 21:39:37.869 INFO O| Aug 13 21:39:37.869 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78552024-08-13T21:39:39.364Z[ recovery-image] Aug 13 21:39:37.869 INFO O| Aug 13 21:39:37.869 INFO copying /tmp/.tmpR7Wfvw/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 ...
78562024-08-13T21:39:39.364Z[ recovery-image] Aug 13 21:39:37.869 INFO O| Aug 13 21:39:37.869 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
78572024-08-13T21:39:39.364Z[ recovery-image] Aug 13 21:39:37.869 INFO O| Aug 13 21:39:37.869 INFO ok!
78582024-08-13T21:39:39.364Z[ recovery-image] Aug 13 21:39:37.869 INFO O| Aug 13 21:39:37.869 INFO STEP 57 (ensure_file) COMPLETE
78592024-08-13T21:39:39.364Z[ recovery-image] Aug 13 21:39:37.869 INFO O| Aug 13 21:39:37.869 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78602024-08-13T21:39:39.371Z[ recovery-image] Aug 13 21:39:37.879 INFO O| Aug 13 21:39:37.879 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78612024-08-13T21:39:39.374Z[ recovery-image] Aug 13 21:39:37.879 INFO O| Aug 13 21:39:37.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78622024-08-13T21:39:39.374Z[ recovery-image] Aug 13 21:39:37.879 INFO O| Aug 13 21:39:37.879 INFO STEP 58 (ensure_dir) COMPLETE
78632024-08-13T21:39:39.374Z[ recovery-image] Aug 13 21:39:37.879 INFO O| Aug 13 21:39:37.879 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78642024-08-13T21:39:39.381Z[ recovery-image] Aug 13 21:39:37.889 INFO O| Aug 13 21:39:37.889 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78652024-08-13T21:39:39.381Z[ recovery-image] Aug 13 21:39:37.889 INFO O| Aug 13 21:39:37.889 INFO copying /tmp/.tmpR7Wfvw/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 ...
78662024-08-13T21:39:39.384Z[ recovery-image] Aug 13 21:39:37.889 INFO O| Aug 13 21:39:37.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78672024-08-13T21:39:39.384Z[ recovery-image] Aug 13 21:39:37.889 INFO O| Aug 13 21:39:37.889 INFO ok!
78682024-08-13T21:39:39.384Z[ recovery-image] Aug 13 21:39:37.889 INFO O| Aug 13 21:39:37.889 INFO STEP 59 (ensure_file) COMPLETE
78692024-08-13T21:39:39.384Z[ recovery-image] Aug 13 21:39:37.889 INFO O| Aug 13 21:39:37.889 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78702024-08-13T21:39:39.391Z[ recovery-image] Aug 13 21:39:37.899 INFO O| Aug 13 21:39:37.899 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78712024-08-13T21:39:39.391Z[ recovery-image] Aug 13 21:39:37.899 INFO O| Aug 13 21:39:37.899 INFO copying /tmp/.tmpR7Wfvw/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78722024-08-13T21:39:39.394Z[ recovery-image] Aug 13 21:39:37.899 INFO O| Aug 13 21:39:37.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78732024-08-13T21:39:39.394Z[ recovery-image] Aug 13 21:39:37.899 INFO O| Aug 13 21:39:37.899 INFO ok!
78742024-08-13T21:39:39.394Z[ recovery-image] Aug 13 21:39:37.899 INFO O| Aug 13 21:39:37.899 INFO STEP 60 (ensure_file) COMPLETE
78752024-08-13T21:39:39.394Z[ recovery-image] Aug 13 21:39:37.899 INFO O| Aug 13 21:39:37.899 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78762024-08-13T21:39:39.401Z[ recovery-image] Aug 13 21:39:37.909 INFO O| Aug 13 21:39:37.908 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78772024-08-13T21:39:39.404Z[ recovery-image] Aug 13 21:39:37.909 INFO O| Aug 13 21:39:37.909 INFO STEP 61 (ensure_dir) COMPLETE
78782024-08-13T21:39:39.404Z[ recovery-image] Aug 13 21:39:37.909 INFO O| Aug 13 21:39:37.909 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78792024-08-13T21:39:39.411Z[ recovery-image] Aug 13 21:39:37.918 INFO O| Aug 13 21:39:37.918 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78802024-08-13T21:39:39.411Z[ recovery-image] Aug 13 21:39:37.918 INFO O| Aug 13 21:39:37.918 INFO STEP 62 (ensure_dir) COMPLETE
78812024-08-13T21:39:39.413Z[ recovery-image] Aug 13 21:39:37.918 INFO O| Aug 13 21:39:37.918 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78822024-08-13T21:39:39.421Z[ recovery-image] Aug 13 21:39:37.928 INFO O| Aug 13 21:39:37.928 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
78832024-08-13T21:39:39.421Z[ recovery-image] Aug 13 21:39:37.928 INFO O| Aug 13 21:39:37.928 INFO STEP 63 (ensure_dir) COMPLETE
78842024-08-13T21:39:39.423Z[ recovery-image] Aug 13 21:39:37.928 INFO O| Aug 13 21:39:37.928 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78852024-08-13T21:39:39.431Z[ recovery-image] Aug 13 21:39:37.938 INFO O| Aug 13 21:39:37.938 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
78862024-08-13T21:39:39.433Z[ recovery-image] Aug 13 21:39:37.938 INFO O| Aug 13 21:39:37.938 INFO STEP 64 (ensure_dir) COMPLETE
78872024-08-13T21:39:39.433Z[ recovery-image] Aug 13 21:39:37.938 INFO O| Aug 13 21:39:37.938 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78882024-08-13T21:39:39.441Z[ recovery-image] Aug 13 21:39:37.948 INFO O| Aug 13 21:39:37.948 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
78892024-08-13T21:39:39.443Z[ recovery-image] Aug 13 21:39:37.948 INFO O| Aug 13 21:39:37.948 INFO copying /tmp/.tmpR7Wfvw/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
78902024-08-13T21:39:39.443Z[ recovery-image] Aug 13 21:39:37.948 INFO O| Aug 13 21:39:37.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
78912024-08-13T21:39:39.443Z[ recovery-image] Aug 13 21:39:37.948 INFO O| Aug 13 21:39:37.948 INFO ok!
78922024-08-13T21:39:39.443Z[ recovery-image] Aug 13 21:39:37.948 INFO O| Aug 13 21:39:37.948 INFO STEP 65 (ensure_file) COMPLETE
78932024-08-13T21:39:39.443Z[ recovery-image] Aug 13 21:39:37.948 INFO O| Aug 13 21:39:37.948 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78942024-08-13T21:39:39.452Z[ recovery-image] Aug 13 21:39:37.959 INFO O| Aug 13 21:39:37.959 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
78952024-08-13T21:39:39.454Z[ recovery-image] Aug 13 21:39:37.959 INFO O| Aug 13 21:39:37.959 INFO STEP 66 (remove_files) COMPLETE
78962024-08-13T21:39:39.454Z[ recovery-image] Aug 13 21:39:37.959 INFO O| Aug 13 21:39:37.959 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78972024-08-13T21:39:39.462Z[ recovery-image] Aug 13 21:39:37.969 INFO O| Aug 13 21:39:37.969 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
78982024-08-13T21:39:39.464Z[ recovery-image] Aug 13 21:39:37.969 INFO O| Aug 13 21:39:37.969 INFO STEP 67 (remove_files) COMPLETE
78992024-08-13T21:39:39.464Z[ recovery-image] Aug 13 21:39:37.969 INFO O| Aug 13 21:39:37.969 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79002024-08-13T21:39:39.472Z[ recovery-image] Aug 13 21:39:37.979 INFO O| Aug 13 21:39:37.979 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79012024-08-13T21:39:39.474Z[ recovery-image] Aug 13 21:39:37.979 INFO O| Aug 13 21:39:37.979 INFO STEP 68 (remove_files) COMPLETE
79022024-08-13T21:39:39.474Z[ recovery-image] Aug 13 21:39:37.979 INFO O| Aug 13 21:39:37.979 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79032024-08-13T21:39:39.483Z[ recovery-image] Aug 13 21:39:37.990 INFO O| Aug 13 21:39:37.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79042024-08-13T21:39:39.485Z[ recovery-image] Aug 13 21:39:37.990 INFO O| Aug 13 21:39:37.990 INFO STEP 69 (remove_files) COMPLETE
79052024-08-13T21:39:39.485Z[ recovery-image] Aug 13 21:39:37.990 INFO O| Aug 13 21:39:37.990 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79062024-08-13T21:39:39.495Z[ recovery-image] Aug 13 21:39:38.001 INFO O| Aug 13 21:39:38.001 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79072024-08-13T21:39:39.497Z[ recovery-image] Aug 13 21:39:38.002 INFO O| Aug 13 21:39:38.002 INFO STEP 70 (remove_files) COMPLETE
79082024-08-13T21:39:39.497Z[ recovery-image] Aug 13 21:39:38.002 INFO O| Aug 13 21:39:38.002 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79092024-08-13T21:39:39.507Z[ recovery-image] Aug 13 21:39:38.014 INFO O| Aug 13 21:39:38.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79102024-08-13T21:39:39.509Z[ recovery-image] Aug 13 21:39:38.014 INFO O| Aug 13 21:39:38.014 INFO STEP 71 (remove_files) COMPLETE
79112024-08-13T21:39:39.509Z[ recovery-image] Aug 13 21:39:38.014 INFO O| Aug 13 21:39:38.014 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79122024-08-13T21:39:39.518Z[ recovery-image] Aug 13 21:39:38.026 INFO O| Aug 13 21:39:38.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79132024-08-13T21:39:39.521Z[ recovery-image] Aug 13 21:39:38.026 INFO O| Aug 13 21:39:38.026 INFO STEP 72 (remove_files) COMPLETE
79142024-08-13T21:39:39.521Z[ recovery-image] Aug 13 21:39:38.026 INFO O| Aug 13 21:39:38.026 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79152024-08-13T21:39:39.529Z[ recovery-image] Aug 13 21:39:38.036 INFO O| Aug 13 21:39:38.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79162024-08-13T21:39:39.529Z[ recovery-image] Aug 13 21:39:38.036 INFO O| Aug 13 21:39:38.036 INFO STEP 73 (remove_files) COMPLETE
79172024-08-13T21:39:39.529Z[ recovery-image] Aug 13 21:39:38.036 INFO O| Aug 13 21:39:38.036 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79182024-08-13T21:39:39.539Z[ recovery-image] Aug 13 21:39:38.046 INFO O| Aug 13 21:39:38.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79192024-08-13T21:39:39.541Z[ recovery-image] Aug 13 21:39:38.046 INFO O| Aug 13 21:39:38.046 INFO STEP 74 (remove_files) COMPLETE
79202024-08-13T21:39:39.541Z[ recovery-image] Aug 13 21:39:38.046 INFO O| Aug 13 21:39:38.046 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79212024-08-13T21:39:39.549Z[ recovery-image] Aug 13 21:39:38.056 INFO O| Aug 13 21:39:38.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79222024-08-13T21:39:39.549Z[ recovery-image] Aug 13 21:39:38.056 INFO O| Aug 13 21:39:38.056 INFO STEP 75 (remove_files) COMPLETE
79232024-08-13T21:39:39.549Z[ recovery-image] Aug 13 21:39:38.056 INFO O| Aug 13 21:39:38.056 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79242024-08-13T21:39:39.560Z[ recovery-image] Aug 13 21:39:38.067 INFO O| Aug 13 21:39:38.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79252024-08-13T21:39:39.560Z[ recovery-image] Aug 13 21:39:38.067 INFO O| Aug 13 21:39:38.067 INFO STEP 76 (remove_files) COMPLETE
79262024-08-13T21:39:39.560Z[ recovery-image] Aug 13 21:39:38.067 INFO O| Aug 13 21:39:38.067 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79272024-08-13T21:39:39.570Z[ recovery-image] Aug 13 21:39:38.077 INFO O| Aug 13 21:39:38.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79282024-08-13T21:39:39.570Z[ recovery-image] Aug 13 21:39:38.077 INFO O| Aug 13 21:39:38.077 INFO STEP 77 (remove_files) COMPLETE
79292024-08-13T21:39:39.570Z[ recovery-image] Aug 13 21:39:38.077 INFO O| Aug 13 21:39:38.077 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79302024-08-13T21:39:39.580Z[ recovery-image] Aug 13 21:39:38.087 INFO O| Aug 13 21:39:38.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79312024-08-13T21:39:39.580Z[ recovery-image] Aug 13 21:39:38.087 INFO O| Aug 13 21:39:38.087 INFO STEP 78 (remove_files) COMPLETE
79322024-08-13T21:39:39.582Z[ recovery-image] Aug 13 21:39:38.087 INFO O| Aug 13 21:39:38.087 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79332024-08-13T21:39:39.590Z[ recovery-image] Aug 13 21:39:38.097 INFO O| Aug 13 21:39:38.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79342024-08-13T21:39:39.590Z[ recovery-image] Aug 13 21:39:38.097 INFO O| Aug 13 21:39:38.097 INFO STEP 79 (remove_files) COMPLETE
79352024-08-13T21:39:39.590Z[ recovery-image] Aug 13 21:39:38.097 INFO O| Aug 13 21:39:38.097 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79362024-08-13T21:39:39.599Z[ recovery-image] Aug 13 21:39:38.106 INFO O| Aug 13 21:39:38.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79372024-08-13T21:39:39.599Z[ recovery-image] Aug 13 21:39:38.107 INFO O| Aug 13 21:39:38.107 INFO STEP 80 (remove_files) COMPLETE
79382024-08-13T21:39:39.602Z[ recovery-image] Aug 13 21:39:38.107 INFO O| Aug 13 21:39:38.107 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79392024-08-13T21:39:39.611Z[ recovery-image] Aug 13 21:39:38.118 INFO O| Aug 13 21:39:38.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79402024-08-13T21:39:39.611Z[ recovery-image] Aug 13 21:39:38.119 INFO O| Aug 13 21:39:38.118 INFO STEP 81 (remove_files) COMPLETE
79412024-08-13T21:39:39.614Z[ recovery-image] Aug 13 21:39:38.119 INFO O| Aug 13 21:39:38.119 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79422024-08-13T21:39:39.621Z[ recovery-image] Aug 13 21:39:38.128 INFO O| Aug 13 21:39:38.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79432024-08-13T21:39:39.621Z[ recovery-image] Aug 13 21:39:38.128 INFO O| Aug 13 21:39:38.128 INFO STEP 82 (remove_files) COMPLETE
79442024-08-13T21:39:39.621Z[ recovery-image] Aug 13 21:39:38.129 INFO O| Aug 13 21:39:38.128 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79452024-08-13T21:39:39.631Z[ recovery-image] Aug 13 21:39:38.138 INFO O| Aug 13 21:39:38.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79462024-08-13T21:39:39.631Z[ recovery-image] Aug 13 21:39:38.138 INFO O| Aug 13 21:39:38.138 INFO STEP 83 (remove_files) COMPLETE
79472024-08-13T21:39:39.631Z[ recovery-image] Aug 13 21:39:38.138 INFO O| Aug 13 21:39:38.138 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79482024-08-13T21:39:39.641Z[ recovery-image] Aug 13 21:39:38.148 INFO O| Aug 13 21:39:38.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79492024-08-13T21:39:39.641Z[ recovery-image] Aug 13 21:39:38.148 INFO O| Aug 13 21:39:38.148 INFO STEP 84 (remove_files) COMPLETE
79502024-08-13T21:39:39.641Z[ recovery-image] Aug 13 21:39:38.149 INFO O| Aug 13 21:39:38.148 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79512024-08-13T21:39:39.652Z[ recovery-image] Aug 13 21:39:38.159 INFO O| Aug 13 21:39:38.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79522024-08-13T21:39:39.652Z[ recovery-image] Aug 13 21:39:38.159 INFO O| Aug 13 21:39:38.159 INFO STEP 85 (remove_files) COMPLETE
79532024-08-13T21:39:39.652Z[ recovery-image] Aug 13 21:39:38.159 INFO O| Aug 13 21:39:38.159 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79542024-08-13T21:39:39.662Z[ recovery-image] Aug 13 21:39:38.170 INFO O| Aug 13 21:39:38.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79552024-08-13T21:39:39.662Z[ recovery-image] Aug 13 21:39:38.170 INFO O| Aug 13 21:39:38.170 INFO STEP 86 (remove_files) COMPLETE
79562024-08-13T21:39:39.665Z[ recovery-image] Aug 13 21:39:38.170 INFO O| Aug 13 21:39:38.170 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79572024-08-13T21:39:39.673Z[ recovery-image] Aug 13 21:39:38.180 INFO O| Aug 13 21:39:38.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79582024-08-13T21:39:39.673Z[ recovery-image] Aug 13 21:39:38.180 INFO O| Aug 13 21:39:38.180 INFO STEP 87 (remove_files) COMPLETE
79592024-08-13T21:39:39.676Z[ recovery-image] Aug 13 21:39:38.180 INFO O| Aug 13 21:39:38.180 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79602024-08-13T21:39:39.683Z[ recovery-image] Aug 13 21:39:38.191 INFO O| Aug 13 21:39:38.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79612024-08-13T21:39:39.683Z[ recovery-image] Aug 13 21:39:38.191 INFO O| Aug 13 21:39:38.191 INFO STEP 88 (remove_files) COMPLETE
79622024-08-13T21:39:39.686Z[ recovery-image] Aug 13 21:39:38.191 INFO O| Aug 13 21:39:38.191 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79632024-08-13T21:39:39.694Z[ recovery-image] Aug 13 21:39:38.201 INFO O| Aug 13 21:39:38.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79642024-08-13T21:39:39.696Z[ recovery-image] Aug 13 21:39:38.201 INFO O| Aug 13 21:39:38.201 INFO STEP 89 (remove_files) COMPLETE
79652024-08-13T21:39:39.696Z[ recovery-image] Aug 13 21:39:38.201 INFO O| Aug 13 21:39:38.201 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79662024-08-13T21:39:39.703Z[ recovery-image] Aug 13 21:39:38.210 INFO O| Aug 13 21:39:38.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79672024-08-13T21:39:39.703Z[ recovery-image] Aug 13 21:39:38.211 INFO O| Aug 13 21:39:38.211 INFO STEP 90 (remove_files) COMPLETE
79682024-08-13T21:39:39.703Z[ recovery-image] Aug 13 21:39:38.211 INFO O| Aug 13 21:39:38.211 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79692024-08-13T21:39:39.715Z[ recovery-image] Aug 13 21:39:38.222 INFO O| Aug 13 21:39:38.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79702024-08-13T21:39:39.717Z[ recovery-image] Aug 13 21:39:38.222 INFO O| Aug 13 21:39:38.222 INFO STEP 91 (remove_files) COMPLETE
79712024-08-13T21:39:39.717Z[ recovery-image] Aug 13 21:39:38.222 INFO O| Aug 13 21:39:38.222 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79722024-08-13T21:39:39.725Z[ recovery-image] Aug 13 21:39:38.232 INFO O| Aug 13 21:39:38.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79732024-08-13T21:39:39.725Z[ recovery-image] Aug 13 21:39:38.232 INFO O| Aug 13 21:39:38.232 INFO STEP 92 (remove_files) COMPLETE
79742024-08-13T21:39:39.727Z[ recovery-image] Aug 13 21:39:38.232 INFO O| Aug 13 21:39:38.232 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79752024-08-13T21:39:39.735Z[ recovery-image] Aug 13 21:39:38.242 INFO O| Aug 13 21:39:38.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79762024-08-13T21:39:39.737Z[ recovery-image] Aug 13 21:39:38.242 INFO O| Aug 13 21:39:38.242 INFO STEP 93 (remove_files) COMPLETE
79772024-08-13T21:39:39.737Z[ recovery-image] Aug 13 21:39:38.242 INFO O| Aug 13 21:39:38.242 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79782024-08-13T21:39:39.745Z[ recovery-image] Aug 13 21:39:38.252 INFO O| Aug 13 21:39:38.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79792024-08-13T21:39:39.745Z[ recovery-image] Aug 13 21:39:38.252 INFO O| Aug 13 21:39:38.252 INFO STEP 94 (remove_files) COMPLETE
79802024-08-13T21:39:39.747Z[ recovery-image] Aug 13 21:39:38.252 INFO O| Aug 13 21:39:38.252 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79812024-08-13T21:39:39.759Z[ recovery-image] Aug 13 21:39:38.266 INFO O| Aug 13 21:39:38.266 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79822024-08-13T21:39:39.762Z[ recovery-image] Aug 13 21:39:38.267 INFO O| Aug 13 21:39:38.266 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
79832024-08-13T21:39:50.008Z[ recovery-image] Aug 13 21:39:48.514 INFO O| Aug 13 21:39:48.514 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
79842024-08-13T21:39:50.008Z[ recovery-image] Aug 13 21:39:48.514 INFO O| Aug 13 21:39:48.514 INFO E| svccfg: Loaded 67 smf(7) service descriptions
79852024-08-13T21:39:50.020Z[ recovery-image] Aug 13 21:39:48.526 INFO O| Aug 13 21:39:48.526 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
79862024-08-13T21:39:50.095Z[ recovery-image] Aug 13 21:39:48.601 INFO O| Aug 13 21:39:48.601 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
79872024-08-13T21:39:50.095Z[ recovery-image] Aug 13 21:39:48.601 INFO O| Aug 13 21:39:48.601 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 ...
79882024-08-13T21:39:50.098Z[ recovery-image] Aug 13 21:39:48.602 INFO O| Aug 13 21:39:48.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
79892024-08-13T21:39:50.099Z[ recovery-image] Aug 13 21:39:48.602 INFO O| Aug 13 21:39:48.602 INFO ok!
79902024-08-13T21:39:50.099Z[ recovery-image] Aug 13 21:39:48.602 INFO O| Aug 13 21:39:48.602 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
79912024-08-13T21:39:50.099Z[ recovery-image] Aug 13 21:39:48.603 INFO O| Aug 13 21:39:48.603 INFO STEP 95 (seed_smf) COMPLETE
79922024-08-13T21:39:50.099Z[ recovery-image] Aug 13 21:39:48.603 INFO O| Aug 13 21:39:48.603 INFO steps complete; finalising image!
79932024-08-13T21:39:50.099Z[ recovery-image] Aug 13 21:39:48.603 INFO O| Aug 13 21:39:48.603 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
79942024-08-13T21:39:50.129Z[ recovery-image] Aug 13 21:39:48.635 INFO O| Aug 13 21:39:48.635 INFO trim TEMPORARY-gimlet-zfs-recovery: (5% trimmed, started at Tue Aug 13 21:39:48 2024)
79952024-08-13T21:39:50.350Z[ recovery-image] Aug 13 21:39:48.856 INFO O| Aug 13 21:39:48.855 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
79962024-08-13T21:39:50.350Z[ recovery-image] Aug 13 21:39:48.856 INFO O| Aug 13 21:39:48.856 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
79972024-08-13T21:39:50.595Z[ recovery-image] Aug 13 21:39:49.101 INFO O| Aug 13 21:39:49.101 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
79982024-08-13T21:39:50.595Z[ recovery-image] Aug 13 21:39:49.101 INFO O| Aug 13 21:39:49.101 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
79992024-08-13T21:39:53.635Z[ recovery-image] Aug 13 21:39:52.140 INFO O| Aug 13 21:39:52.140 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80002024-08-13T21:39:53.638Z[ recovery-image] Aug 13 21:39:52.140 INFO O| Aug 13 21:39:52.140 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80012024-08-13T21:39:53.638Z[ recovery-image] Aug 13 21:39:52.140 INFO O| Aug 13 21:39:52.140 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80022024-08-13T21:39:53.638Z[ recovery-image] Aug 13 21:39:52.140 INFO O| Aug 13 21:39:52.140 INFO completed processing gimlet/zfs-recovery
80032024-08-13T21:39:53.638Z[ recovery-image] Aug 13 21:39:52.140 INFO O| Aug 13 21:39:52.140 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80042024-08-13T21:39:54.028Z[ recovery-image] Aug 13 21:39:52.533 INFO O| Aug 13 21:39:52.533 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80052024-08-13T21:39:54.112Z[ recovery-image] Aug 13 21:39:52.617 INFO BUILD STRING "heads/stlouis-0-g42aef17a3e\n"
80062024-08-13T21:39:54.112Z[ recovery-image] Aug 13 21:39:52.617 INFO expanded image name: "recovery a19d8b0/${os_short_commit} 2024-08-13 21:14" -> "recovery a19d8b0/42aef17 2024-08-13 21:14"
80072024-08-13T21:39:54.115Z[ recovery-image] Aug 13 21:39:52.617 INFO output artefacts stored in: "/work/os-recovery"
80082024-08-13T21:39:54.115Z[ recovery-image] Aug 13 21:39:52.617 INFO collecting git info from project "image-builder"...
80092024-08-13T21:39:54.118Z[ recovery-image] Aug 13 21:39:52.624 INFO collecting git info from project "amd-firmware"...
80102024-08-13T21:39:54.287Z[ recovery-image] Aug 13 21:39:52.793 INFO collecting git info from project "chelsio-t6-roms"...
80112024-08-13T21:39:54.308Z[ recovery-image] Aug 13 21:39:52.813 INFO collecting git info from project "amd-host-image-builder"...
80122024-08-13T21:39:54.543Z[ recovery-image] Aug 13 21:39:53.049 INFO collecting git info from project "bootserver"...
80132024-08-13T21:39:54.549Z[ recovery-image] Aug 13 21:39:53.054 INFO collecting git info from project "pinprick"...
80142024-08-13T21:39:54.553Z[ recovery-image] Aug 13 21:39:53.059 INFO collecting git info from project "pilot"...
80152024-08-13T21:39:54.564Z[ recovery-image] Aug 13 21:39:53.069 INFO collecting git info from project "phbl"...
80162024-08-13T21:39:54.570Z[ recovery-image] Aug 13 21:39:53.075 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80172024-08-13T21:39:54.918Z[ recovery-image] Aug 13 21:39:53.424 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80182024-08-13T21:39:55.268Z[ recovery-image] Aug 13 21:39:53.773 INFO creating Oxide boot image...
80192024-08-13T21:39:55.268Z[ recovery-image] Aug 13 21:39:53.773 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery a19d8b0/42aef17 2024-08-13 21:14", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80202024-08-13T21:40:24.253Z[ host-image] Aug 13 21:40:22.755 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22815:20240813T190717Z
80212024-08-13T21:40:24.253Z[ host-image] Aug 13 21:40:22.755 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22815:20240813T190717Z
80222024-08-13T21:40:24.256Z[ host-image] Aug 13 21:40:22.755 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80232024-08-13T21:40:24.256Z[ host-image] Aug 13 21:40:22.756 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80242024-08-13T21:40:24.256Z[ host-image] Aug 13 21:40:22.756 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80252024-08-13T21:40:24.256Z[ host-image] Aug 13 21:40:22.756 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80262024-08-13T21:40:24.256Z[ host-image] Aug 13 21:40:22.757 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80272024-08-13T21:40:24.256Z[ host-image] Aug 13 21:40:22.757 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80282024-08-13T21:40:24.256Z[ host-image] Aug 13 21:40:22.757 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80292024-08-13T21:40:24.256Z[ host-image] Aug 13 21:40:22.757 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
80302024-08-13T21:40:24.256Z[ host-image] Aug 13 21:40:22.757 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22815:20240813T190718Z
80312024-08-13T21:40:24.258Z[ host-image] Aug 13 21:40:22.759 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22815:20240813T190718Z
80322024-08-13T21:40:24.258Z[ host-image] Aug 13 21:40:22.759 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22815:20240813T190718Z
80332024-08-13T21:40:24.258Z[ host-image] Aug 13 21:40:22.760 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22815:20240813T190719Z
80342024-08-13T21:40:24.259Z[ host-image] Aug 13 21:40:22.760 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
80352024-08-13T21:40:24.259Z[ host-image] Aug 13 21:40:22.761 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22815:20240813T190719Z
80362024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.761 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22815:20240813T190719Z
80372024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.762 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22815:20240813T190719Z
80382024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.762 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22815:20240813T190719Z
80392024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.762 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22815:20240813T190720Z
80402024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.762 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22815:20240813T190720Z
80412024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.762 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22815:20240813T190720Z
80422024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.762 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22815:20240813T190721Z
80432024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.762 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22815:20240813T190722Z
80442024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.763 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22815:20240813T190723Z
80452024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.763 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22815:20240813T190723Z
80462024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.763 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22815:20240813T190724Z
80472024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.763 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22815:20240813T190725Z
80482024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.763 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
80492024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.763 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22815:20240813T190726Z
80502024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.763 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22815:20240813T190728Z
80512024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.763 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22815:20240813T190729Z
80522024-08-13T21:40:24.262Z[ host-image] Aug 13 21:40:22.763 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22815:20240813T190730Z
80532024-08-13T21:40:24.264Z[ host-image] Aug 13 21:40:22.764 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22815:20240813T190731Z
80542024-08-13T21:40:24.264Z[ host-image] Aug 13 21:40:22.765 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22815:20240813T190731Z
80552024-08-13T21:40:24.271Z[ host-image] Aug 13 21:40:22.774 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
80562024-08-13T21:40:24.274Z[ host-image] Aug 13 21:40:22.774 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22815:20240813T190732Z
80572024-08-13T21:40:24.274Z[ host-image] Aug 13 21:40:22.774 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
80582024-08-13T21:40:24.274Z[ host-image] Aug 13 21:40:22.774 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
80592024-08-13T21:40:24.274Z[ host-image] Aug 13 21:40:22.775 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
80602024-08-13T21:40:24.274Z[ host-image] Aug 13 21:40:22.775 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22815:20240813T190732Z
80612024-08-13T21:40:24.274Z[ host-image] Aug 13 21:40:22.775 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
80622024-08-13T21:40:24.274Z[ host-image] Aug 13 21:40:22.775 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
80632024-08-13T21:40:24.277Z[ host-image] Aug 13 21:40:22.777 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
80642024-08-13T21:40:24.277Z[ host-image] Aug 13 21:40:22.777 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
80652024-08-13T21:40:24.286Z[ host-image] Aug 13 21:40:22.789 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
80662024-08-13T21:40:24.286Z[ host-image] Aug 13 21:40:22.789 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
80672024-08-13T21:40:24.289Z[ host-image] Aug 13 21:40:22.789 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
80682024-08-13T21:40:24.289Z[ host-image] Aug 13 21:40:22.790 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
80692024-08-13T21:40:24.289Z[ host-image] Aug 13 21:40:22.790 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
80702024-08-13T21:40:24.289Z[ host-image] Aug 13 21:40:22.790 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
80712024-08-13T21:40:24.323Z[ host-image] Aug 13 21:40:22.825 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
80722024-08-13T21:40:24.325Z[ host-image] Aug 13 21:40:22.826 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
80732024-08-13T21:40:24.325Z[ host-image] Aug 13 21:40:22.826 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
80742024-08-13T21:40:24.325Z[ host-image] Aug 13 21:40:22.827 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22815:20240813T190734Z
80752024-08-13T21:40:24.325Z[ host-image] Aug 13 21:40:22.827 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22815:20240813T190739Z
80762024-08-13T21:40:24.325Z[ host-image] Aug 13 21:40:22.827 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
80772024-08-13T21:40:24.325Z[ host-image] Aug 13 21:40:22.827 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22815:20240813T190740Z
80782024-08-13T21:40:24.325Z[ host-image] Aug 13 21:40:22.828 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
80792024-08-13T21:40:24.325Z[ host-image] Aug 13 21:40:22.828 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
80802024-08-13T21:40:24.325Z[ host-image] Aug 13 21:40:22.828 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
80812024-08-13T21:40:24.328Z[ host-image] Aug 13 21:40:22.828 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22815:20240813T190740Z
80822024-08-13T21:40:24.328Z[ host-image] Aug 13 21:40:22.828 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
80832024-08-13T21:40:24.330Z[ host-image] Aug 13 21:40:22.832 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
80842024-08-13T21:40:24.330Z[ host-image] Aug 13 21:40:22.833 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
80852024-08-13T21:40:24.330Z[ host-image] Aug 13 21:40:22.833 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
80862024-08-13T21:40:24.333Z[ host-image] Aug 13 21:40:22.833 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22815:20240813T190740Z
80872024-08-13T21:40:24.333Z[ host-image] Aug 13 21:40:22.833 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
80882024-08-13T21:40:24.345Z[ host-image] Aug 13 21:40:22.848 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
80892024-08-13T21:40:24.348Z[ host-image] Aug 13 21:40:22.848 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22815:20240813T190741Z
80902024-08-13T21:40:24.348Z[ host-image] Aug 13 21:40:22.850 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22815:20240813T190741Z
80912024-08-13T21:40:24.350Z[ host-image] Aug 13 21:40:22.850 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22815:20240813T190741Z
80922024-08-13T21:40:24.350Z[ host-image] Aug 13 21:40:22.851 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
80932024-08-13T21:40:24.350Z[ host-image] Aug 13 21:40:22.851 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22815:20240813T190743Z
80942024-08-13T21:40:24.350Z[ host-image] Aug 13 21:40:22.851 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22815:20240813T190743Z
80952024-08-13T21:40:24.350Z[ host-image] Aug 13 21:40:22.852 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22815:20240813T190743Z
80962024-08-13T21:40:24.350Z[ host-image] Aug 13 21:40:22.852 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22815:20240813T190743Z
80972024-08-13T21:40:24.353Z[ host-image] Aug 13 21:40:22.856 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
80982024-08-13T21:40:24.356Z[ host-image] Aug 13 21:40:22.856 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22815:20240813T190744Z
80992024-08-13T21:40:24.356Z[ host-image] Aug 13 21:40:22.857 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22815:20240813T190745Z
81002024-08-13T21:40:24.356Z[ host-image] Aug 13 21:40:22.857 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81012024-08-13T21:40:24.356Z[ host-image] Aug 13 21:40:22.857 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22815:20240813T190745Z
81022024-08-13T21:40:24.356Z[ host-image] Aug 13 21:40:22.857 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22815:20240813T190745Z
81032024-08-13T21:40:24.356Z[ host-image] Aug 13 21:40:22.857 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22815:20240813T190745Z
81042024-08-13T21:40:24.356Z[ host-image] Aug 13 21:40:22.858 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22815:20240813T190745Z
81052024-08-13T21:40:24.363Z[ host-image] Aug 13 21:40:22.866 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22815:20240813T190746Z
81062024-08-13T21:40:24.366Z[ host-image] Aug 13 21:40:22.866 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81072024-08-13T21:40:24.366Z[ host-image] Aug 13 21:40:22.868 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22815:20240813T190746Z
81082024-08-13T21:40:24.368Z[ host-image] Aug 13 21:40:22.869 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22815:20240813T190746Z
81092024-08-13T21:40:24.368Z[ host-image] Aug 13 21:40:22.869 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22815:20240813T190746Z
81102024-08-13T21:40:24.369Z[ host-image] Aug 13 21:40:22.870 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22815:20240813T190746Z
81112024-08-13T21:40:24.369Z[ host-image] Aug 13 21:40:22.870 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22815:20240813T190746Z
81122024-08-13T21:40:24.369Z[ host-image] Aug 13 21:40:22.871 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22815:20240813T190747Z
81132024-08-13T21:40:24.378Z[ host-image] Aug 13 21:40:22.881 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22815:20240813T190748Z
81142024-08-13T21:40:24.380Z[ host-image] Aug 13 21:40:22.881 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22815:20240813T190747Z
81152024-08-13T21:40:24.380Z[ host-image] Aug 13 21:40:22.881 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22815:20240813T190747Z
81162024-08-13T21:40:24.380Z[ host-image] Aug 13 21:40:22.882 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22815:20240813T190748Z
81172024-08-13T21:40:24.380Z[ host-image] Aug 13 21:40:22.882 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22815:20240813T190748Z
81182024-08-13T21:40:24.401Z[ host-image] Aug 13 21:40:22.904 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22815:20240813T190751Z
81192024-08-13T21:40:24.404Z[ host-image] Aug 13 21:40:22.904 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22815:20240813T190748Z
81202024-08-13T21:40:24.404Z[ host-image] Aug 13 21:40:22.904 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22815:20240813T190748Z
81212024-08-13T21:40:24.404Z[ host-image] Aug 13 21:40:22.904 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81222024-08-13T21:40:24.404Z[ host-image] Aug 13 21:40:22.904 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81232024-08-13T21:40:24.431Z[ host-image] Aug 13 21:40:22.933 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22815:20240813T190749Z
81242024-08-13T21:40:24.433Z[ host-image] Aug 13 21:40:22.933 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81252024-08-13T21:40:24.433Z[ host-image] Aug 13 21:40:22.934 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22815:20240813T190749Z
81262024-08-13T21:40:24.433Z[ host-image] Aug 13 21:40:22.934 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22815:20240813T190749Z
81272024-08-13T21:40:24.433Z[ host-image] Aug 13 21:40:22.935 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22815:20240813T190749Z
81282024-08-13T21:40:24.433Z[ host-image] Aug 13 21:40:22.935 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81292024-08-13T21:40:24.436Z[ host-image] Aug 13 21:40:22.936 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
81302024-08-13T21:40:24.436Z[ host-image] Aug 13 21:40:22.936 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22815:20240813T190750Z
81312024-08-13T21:40:24.436Z[ host-image] Aug 13 21:40:22.936 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22815:20240813T190750Z
81322024-08-13T21:40:24.436Z[ host-image] Aug 13 21:40:22.936 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22815:20240813T190750Z
81332024-08-13T21:40:24.436Z[ host-image] Aug 13 21:40:22.937 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22815:20240813T190750Z
81342024-08-13T21:40:24.436Z[ host-image] Aug 13 21:40:22.937 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22815:20240813T190751Z
81352024-08-13T21:40:24.436Z[ host-image] Aug 13 21:40:22.937 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22815:20240813T190751Z
81362024-08-13T21:40:24.438Z[ host-image] Aug 13 21:40:22.940 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
81372024-08-13T21:40:24.438Z[ host-image] Aug 13 21:40:22.940 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22815:20240813T190752Z
81382024-08-13T21:40:24.441Z[ host-image] Aug 13 21:40:22.942 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22815:20240813T190752Z
81392024-08-13T21:40:24.441Z[ host-image] Aug 13 21:40:22.942 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22815:20240813T190752Z
81402024-08-13T21:40:24.442Z[ host-image] Aug 13 21:40:22.942 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22815:20240813T190753Z
81412024-08-13T21:40:24.442Z[ host-image] Aug 13 21:40:22.942 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22815:20240813T190752Z
81422024-08-13T21:40:24.442Z[ host-image] Aug 13 21:40:22.943 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22815:20240813T190753Z
81432024-08-13T21:40:24.442Z[ host-image] Aug 13 21:40:22.943 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
81442024-08-13T21:40:24.442Z[ host-image] Aug 13 21:40:22.943 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
81452024-08-13T21:40:24.442Z[ host-image] Aug 13 21:40:22.943 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22815:20240813T190755Z
81462024-08-13T21:40:24.442Z[ host-image] Aug 13 21:40:22.944 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22815:20240813T190755Z
81472024-08-13T21:40:24.442Z[ host-image] Aug 13 21:40:22.944 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
81482024-08-13T21:40:24.442Z[ host-image] Aug 13 21:40:22.944 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
81492024-08-13T21:40:24.442Z[ host-image] Aug 13 21:40:22.944 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
81502024-08-13T21:40:24.442Z[ host-image] Aug 13 21:40:22.944 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
81512024-08-13T21:40:24.442Z[ host-image] Aug 13 21:40:22.944 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
81522024-08-13T21:40:24.444Z[ host-image] Aug 13 21:40:22.945 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
81532024-08-13T21:40:24.444Z[ host-image] Aug 13 21:40:22.946 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
81542024-08-13T21:40:24.444Z[ host-image] Aug 13 21:40:22.946 INFO O| tempdir @ "/tmp/.tmpW76bHU/tmp"
81552024-08-13T21:40:24.444Z[ host-image] Aug 13 21:40:22.946 INFO O| image root @ "/tmp/.tmpW76bHU/tmp/root"
81562024-08-13T21:40:24.444Z[ host-image] Aug 13 21:40:22.946 INFO O| creating image...
81572024-08-13T21:40:24.918Z[ host-image] Aug 13 21:40:23.420 INFO O| copying publishers...
81582024-08-13T21:40:32.035Z[ host-image] Aug 13 21:40:30.537 INFO O| adding properties...
81592024-08-13T21:40:33.014Z[ host-image] Aug 13 21:40:31.515 INFO O| installing packages...
81602024-08-13T21:40:39.880Z[ recovery-image] Aug 13 21:40:38.380 INFO O| ok, image written!
81612024-08-13T21:40:39.880Z[ recovery-image] Aug 13 21:40:38.380 INFO O| ok, boot_image_csum file written!
81622024-08-13T21:40:39.883Z[ recovery-image] Aug 13 21:40:38.383 INFO creating boot archive (CPIO)...
81632024-08-13T21:40:39.885Z[ recovery-image] Aug 13 21:40:38.383 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
81642024-08-13T21:40:39.890Z[ recovery-image] Aug 13 21:40:38.391 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
81652024-08-13T21:40:39.890Z[ recovery-image] Aug 13 21:40:38.391 INFO E| + outfile=/work/os-recovery/cpio
81662024-08-13T21:40:39.890Z[ recovery-image] Aug 13 21:40:38.391 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
81672024-08-13T21:40:39.893Z[ recovery-image] Aug 13 21:40:38.393 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
81682024-08-13T21:40:39.893Z[ recovery-image] Aug 13 21:40:38.393 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
81692024-08-13T21:40:39.923Z[ recovery-image] Aug 13 21:40:38.424 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
81702024-08-13T21:40:39.923Z[ recovery-image] Aug 13 21:40:38.424 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
81712024-08-13T21:40:39.931Z[ recovery-image] Aug 13 21:40:38.432 INFO creating compressed cpio/unix for nanobl-rs...
81722024-08-13T21:40:39.934Z[ recovery-image] Aug 13 21:40:38.432 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
81732024-08-13T21:40:40.210Z[ recovery-image] Aug 13 21:40:38.710 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
81742024-08-13T21:40:44.585Z[ recovery-image] Aug 13 21:40:43.085 INFO creating reset image...
81752024-08-13T21:40:44.587Z[ recovery-image] Aug 13 21:40:43.085 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
81762024-08-13T21:40:44.806Z[ recovery-image] Aug 13 21:40:43.307 INFO E| Updating crates.io index
81772024-08-13T21:40:45.059Z[ recovery-image] Aug 13 21:40:43.559 INFO E| Downloading crates ...
81782024-08-13T21:40:45.139Z[ recovery-image] Aug 13 21:40:43.639 INFO E| Downloaded anstyle-query v1.0.2
81792024-08-13T21:40:45.151Z[ recovery-image] Aug 13 21:40:43.651 INFO E| Downloaded anstream v0.6.13
81802024-08-13T21:40:45.157Z[ recovery-image] Aug 13 21:40:43.657 INFO E| Downloaded colorchoice v1.0.0
81812024-08-13T21:40:45.164Z[ recovery-image] Aug 13 21:40:43.664 INFO E| Downloaded strsim v0.11.0
81822024-08-13T21:40:45.166Z[ recovery-image] Aug 13 21:40:43.665 INFO E| Downloaded anstyle v1.0.6
81832024-08-13T21:40:45.169Z[ recovery-image] Aug 13 21:40:43.667 INFO E| Downloaded os_pipe v1.1.5
81842024-08-13T21:40:45.175Z[ recovery-image] Aug 13 21:40:43.675 INFO E| Downloaded duct v0.13.7
81852024-08-13T21:40:45.177Z[ recovery-image] Aug 13 21:40:43.677 INFO E| Downloaded clap_derive v4.5.3
81862024-08-13T21:40:45.180Z[ recovery-image] Aug 13 21:40:43.679 INFO E| Downloaded anstyle-parse v0.2.3
81872024-08-13T21:40:45.182Z[ recovery-image] Aug 13 21:40:43.681 INFO E| Downloaded shared_child v1.0.0
81882024-08-13T21:40:45.185Z[ recovery-image] Aug 13 21:40:43.683 INFO E| Downloaded proc-macro2 v1.0.79
81892024-08-13T21:40:45.187Z[ recovery-image] Aug 13 21:40:43.686 INFO E| Downloaded clap v4.5.3
81902024-08-13T21:40:45.205Z[ recovery-image] Aug 13 21:40:43.705 INFO E| Downloaded clap_builder v4.5.2
81912024-08-13T21:40:45.216Z[ recovery-image] Aug 13 21:40:43.716 INFO E| Downloaded syn v2.0.53
81922024-08-13T21:40:45.243Z[ recovery-image] Aug 13 21:40:43.743 INFO E| Downloaded libc v0.2.153
81932024-08-13T21:40:45.315Z[ recovery-image] Aug 13 21:40:43.815 INFO E| Compiling proc-macro2 v1.0.79
81942024-08-13T21:40:45.315Z[ recovery-image] Aug 13 21:40:43.815 INFO E| Compiling libc v0.2.153
81952024-08-13T21:40:45.317Z[ recovery-image] Aug 13 21:40:43.815 INFO E| Compiling unicode-ident v1.0.12
81962024-08-13T21:40:45.317Z[ recovery-image] Aug 13 21:40:43.815 INFO E| Compiling utf8parse v0.2.1
81972024-08-13T21:40:45.317Z[ recovery-image] Aug 13 21:40:43.815 INFO E| Compiling anstyle-query v1.0.2
81982024-08-13T21:40:45.317Z[ recovery-image] Aug 13 21:40:43.815 INFO E| Compiling anstyle v1.0.6
81992024-08-13T21:40:45.317Z[ recovery-image] Aug 13 21:40:43.815 INFO E| Compiling colorchoice v1.0.0
82002024-08-13T21:40:45.317Z[ recovery-image] Aug 13 21:40:43.815 INFO E| Compiling strsim v0.11.0
82012024-08-13T21:40:45.510Z[ recovery-image] Aug 13 21:40:44.010 INFO E| Compiling anstyle-parse v0.2.3
82022024-08-13T21:40:45.555Z[ recovery-image] Aug 13 21:40:44.054 INFO E| Compiling clap_lex v0.7.0
82032024-08-13T21:40:45.569Z[ recovery-image] Aug 13 21:40:44.069 INFO E| Compiling heck v0.5.0
82042024-08-13T21:40:45.708Z[ recovery-image] Aug 13 21:40:44.207 INFO E| Compiling once_cell v1.19.0
82052024-08-13T21:40:45.851Z[ recovery-image] Aug 13 21:40:44.351 INFO E| Compiling anstream v0.6.13
82062024-08-13T21:40:46.279Z[ recovery-image] Aug 13 21:40:44.778 INFO E| Compiling clap_builder v4.5.2
82072024-08-13T21:40:46.735Z[ recovery-image] Aug 13 21:40:45.235 INFO E| Compiling shared_child v1.0.0
82082024-08-13T21:40:46.735Z[ recovery-image] Aug 13 21:40:45.235 INFO E| Compiling os_pipe v1.1.5
82092024-08-13T21:40:46.851Z[ recovery-image] Aug 13 21:40:45.351 INFO E| Compiling quote v1.0.35
82102024-08-13T21:40:46.884Z[ recovery-image] Aug 13 21:40:45.383 INFO E| Compiling duct v0.13.7
82112024-08-13T21:40:47.192Z[ recovery-image] Aug 13 21:40:45.691 INFO E| Compiling syn v2.0.53
82122024-08-13T21:40:48.746Z[ host-image] Aug 13 21:40:47.246 INFO O| seeding SMF database...
82132024-08-13T21:40:52.088Z[ recovery-image] Aug 13 21:40:50.580 INFO E| Compiling clap_derive v4.5.3
82142024-08-13T21:40:54.106Z[ recovery-image] Aug 13 21:40:52.605 INFO E| Compiling clap v4.5.3
82152024-08-13T21:40:54.162Z[ recovery-image] Aug 13 21:40:52.661 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82162024-08-13T21:40:55.296Z[ recovery-image] Aug 13 21:40:53.794 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.65s
82172024-08-13T21:40:55.304Z[ recovery-image] Aug 13 21:40:53.803 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82182024-08-13T21:40:55.418Z[ recovery-image] Aug 13 21:40:53.917 INFO E| Updating crates.io index
82192024-08-13T21:40:55.575Z[ recovery-image] Aug 13 21:40:54.074 INFO E| Downloading crates ...
82202024-08-13T21:40:55.631Z[ recovery-image] Aug 13 21:40:54.130 INFO E| Downloaded bit_field v0.10.2
82212024-08-13T21:40:55.653Z[ recovery-image] Aug 13 21:40:54.152 INFO E| Downloaded goblin v0.8.0
82222024-08-13T21:40:55.658Z[ recovery-image] Aug 13 21:40:54.157 INFO E| Downloaded seq-macro v0.3.5
82232024-08-13T21:40:55.660Z[ recovery-image] Aug 13 21:40:54.159 INFO E| Downloaded cpio_reader v0.1.1
82242024-08-13T21:40:55.674Z[ recovery-image] Aug 13 21:40:54.173 INFO E| Downloaded raw-cpuid v10.7.0
82252024-08-13T21:40:55.817Z[ recovery-image] Aug 13 21:40:54.316 INFO E| Downloaded x86 v0.52.0
82262024-08-13T21:40:55.886Z[ recovery-image] Aug 13 21:40:54.384 INFO E| Updating crates.io index
82272024-08-13T21:40:55.925Z[ recovery-image] Aug 13 21:40:54.424 INFO E| Downloading crates ...
82282024-08-13T21:40:55.982Z[ recovery-image] Aug 13 21:40:54.481 INFO E| Downloaded rustc-demangle v0.1.23
82292024-08-13T21:40:55.987Z[ recovery-image] Aug 13 21:40:54.486 INFO E| Downloaded compiler_builtins v0.1.108
82302024-08-13T21:40:55.998Z[ recovery-image] Aug 13 21:40:54.497 INFO E| Downloaded allocator-api2 v0.2.16
82312024-08-13T21:40:56.055Z[ recovery-image] Aug 13 21:40:54.554 INFO E| Compiling compiler_builtins v0.1.108
82322024-08-13T21:40:56.056Z[ recovery-image] Aug 13 21:40:54.554 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)
82332024-08-13T21:40:56.056Z[ recovery-image] Aug 13 21:40:54.554 INFO E| Compiling proc-macro2 v1.0.79
82342024-08-13T21:40:56.056Z[ recovery-image] Aug 13 21:40:54.554 INFO E| Compiling unicode-ident v1.0.12
82352024-08-13T21:40:56.058Z[ recovery-image] Aug 13 21:40:54.555 INFO E| Compiling syn v1.0.109
82362024-08-13T21:40:56.058Z[ recovery-image] Aug 13 21:40:54.555 INFO E| Compiling x86 v0.52.0
82372024-08-13T21:40:56.061Z[ recovery-image] Aug 13 21:40:54.560 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
82382024-08-13T21:40:56.063Z[ recovery-image] Aug 13 21:40:54.560 INFO E| Compiling seq-macro v0.3.5
82392024-08-13T21:40:57.178Z[ recovery-image] Aug 13 21:40:55.677 INFO E| Compiling quote v1.0.35
82402024-08-13T21:40:57.436Z[ host-image] Aug 13 21:40:55.935 INFO O| configuring SMF profile...
82412024-08-13T21:40:57.436Z[ host-image] Aug 13 21:40:55.935 INFO O| modifying shadow(5)...
82422024-08-13T21:40:57.439Z[ host-image] Aug 13 21:40:55.935 INFO O| loading user and group database...
82432024-08-13T21:40:57.439Z[ host-image] Aug 13 21:40:55.935 INFO O| assessing packaged files...
82442024-08-13T21:40:57.477Z[ recovery-image] Aug 13 21:40:55.976 INFO E| Compiling syn v2.0.53
82452024-08-13T21:41:00.178Z[ host-image] Aug 13 21:40:58.677 INFO O| creating archive...
82462024-08-13T21:41:00.239Z[ host-image] Aug 13 21:40:58.737 INFO O| missing from packaging:
82472024-08-13T21:41:00.239Z[ host-image] Aug 13 21:40:58.737 INFO O| "etc/.pwd.lock"
82482024-08-13T21:41:00.241Z[ host-image] Aug 13 21:40:58.737 INFO O| "etc/bash"
82492024-08-13T21:41:00.248Z[ host-image] Aug 13 21:40:58.746 INFO O| "etc/svc/profile/generic.xml"
82502024-08-13T21:41:00.248Z[ host-image] Aug 13 21:40:58.746 INFO O| "etc/svc/profile/inetd_services.xml"
82512024-08-13T21:41:00.248Z[ host-image] Aug 13 21:40:58.746 INFO O| "etc/svc/profile/name_service.xml"
82522024-08-13T21:41:00.250Z[ host-image] Aug 13 21:40:58.746 INFO O| "etc/svc/profile/platform.xml"
82532024-08-13T21:41:00.250Z[ host-image] Aug 13 21:40:58.746 INFO O| "etc/svc/profile/platform_omicron1.xml"
82542024-08-13T21:41:00.250Z[ host-image] Aug 13 21:40:58.746 INFO O| "etc/svc/repository.db"
82552024-08-13T21:41:00.264Z[ host-image] Aug 13 21:40:58.762 INFO O| "opt/ooce/share"
82562024-08-13T21:41:00.264Z[ host-image] Aug 13 21:40:58.762 INFO O| "opt/ooce/share/man"
82572024-08-13T21:41:00.266Z[ host-image] Aug 13 21:40:58.762 INFO O| "opt/ooce/share/man/man1"
82582024-08-13T21:41:00.278Z[ host-image] Aug 13 21:40:58.777 INFO O| finishing archive...
82592024-08-13T21:41:00.831Z[ recovery-image] Aug 13 21:40:59.330 INFO E| Compiling scroll_derive v0.12.0
82602024-08-13T21:41:03.293Z[ recovery-image] Aug 13 21:41:01.791 INFO E| Compiling bitstruct_derive v0.1.0
82612024-08-13T21:41:03.393Z[ host-image] Aug 13 21:41:01.891 INFO O| creating gzonly manifest...
82622024-08-13T21:41:03.422Z[ host-image] Aug 13 21:41:01.920 INFO O| ok
82632024-08-13T21:41:03.525Z[ host-image] Aug 13 21:41:02.023 INFO image builder template: ramdisk-02-trim...
82642024-08-13T21:41:03.525Z[ host-image] Aug 13 21:41:02.023 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/.tmpR7Wfvw/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
82652024-08-13T21:41:03.550Z[ host-image] Aug 13 21:41:02.048 INFO O| Aug 13 21:41:02.048 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82662024-08-13T21:41:03.554Z[ host-image] Aug 13 21:41:02.052 INFO O| Aug 13 21:41:02.052 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82672024-08-13T21:41:03.649Z[ host-image] Aug 13 21:41:02.147 INFO O| Aug 13 21:41:02.147 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
82682024-08-13T21:41:03.697Z[ host-image] Aug 13 21:41:02.195 INFO O| Aug 13 21:41:02.195 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82692024-08-13T21:41:03.697Z[ host-image] Aug 13 21:41:02.195 INFO O| Aug 13 21:41:02.195 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
82702024-08-13T21:41:03.704Z[ host-image] Aug 13 21:41:02.202 INFO O| Aug 13 21:41:02.202 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
82712024-08-13T21:41:03.709Z[ host-image] Aug 13 21:41:02.207 INFO O| Aug 13 21:41:02.207 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82722024-08-13T21:41:03.715Z[ host-image] Aug 13 21:41:02.213 INFO O| Aug 13 21:41:02.213 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82732024-08-13T21:41:03.884Z[ host-image] Aug 13 21:41:02.382 INFO O| Aug 13 21:41:02.382 INFO rolled back to input snapshot; work may begin
82742024-08-13T21:41:03.884Z[ host-image] Aug 13 21:41:02.382 INFO O| Aug 13 21:41:02.382 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
82752024-08-13T21:41:03.889Z[ host-image] Aug 13 21:41:02.387 INFO O| Aug 13 21:41:02.387 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82762024-08-13T21:41:03.899Z[ host-image] Aug 13 21:41:02.397 INFO O| Aug 13 21:41:02.397 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
82772024-08-13T21:41:03.948Z[ host-image] Aug 13 21:41:02.446 INFO O| Aug 13 21:41:02.446 INFO STEP 0 (remove_files) COMPLETE
82782024-08-13T21:41:03.948Z[ host-image] Aug 13 21:41:02.446 INFO O| Aug 13 21:41:02.446 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82792024-08-13T21:41:03.959Z[ host-image] Aug 13 21:41:02.458 INFO O| Aug 13 21:41:02.457 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
82802024-08-13T21:41:03.962Z[ host-image] Aug 13 21:41:02.459 INFO O| Aug 13 21:41:02.459 INFO STEP 1 (remove_files) COMPLETE
82812024-08-13T21:41:03.962Z[ host-image] Aug 13 21:41:02.459 INFO O| Aug 13 21:41:02.459 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82822024-08-13T21:41:03.971Z[ host-image] Aug 13 21:41:02.469 INFO O| Aug 13 21:41:02.469 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
82832024-08-13T21:41:03.985Z[ host-image] Aug 13 21:41:02.483 INFO O| Aug 13 21:41:02.483 INFO STEP 2 (remove_files) COMPLETE
82842024-08-13T21:41:03.985Z[ host-image] Aug 13 21:41:02.483 INFO O| Aug 13 21:41:02.483 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82852024-08-13T21:41:03.996Z[ host-image] Aug 13 21:41:02.494 INFO O| Aug 13 21:41:02.494 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
82862024-08-13T21:41:03.999Z[ host-image] Aug 13 21:41:02.496 INFO O| Aug 13 21:41:02.496 INFO STEP 3 (remove_files) COMPLETE
82872024-08-13T21:41:03.999Z[ host-image] Aug 13 21:41:02.496 INFO O| Aug 13 21:41:02.496 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82882024-08-13T21:41:04.007Z[ host-image] Aug 13 21:41:02.506 INFO O| Aug 13 21:41:02.505 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
82892024-08-13T21:41:04.011Z[ host-image] Aug 13 21:41:02.509 INFO O| Aug 13 21:41:02.509 INFO STEP 4 (remove_files) COMPLETE
82902024-08-13T21:41:04.014Z[ host-image] Aug 13 21:41:02.509 INFO O| Aug 13 21:41:02.509 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82912024-08-13T21:41:04.021Z[ host-image] Aug 13 21:41:02.519 INFO O| Aug 13 21:41:02.519 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
82922024-08-13T21:41:04.024Z[ host-image] Aug 13 21:41:02.522 INFO O| Aug 13 21:41:02.522 INFO STEP 5 (remove_files) COMPLETE
82932024-08-13T21:41:04.026Z[ host-image] Aug 13 21:41:02.522 INFO O| Aug 13 21:41:02.522 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82942024-08-13T21:41:04.033Z[ host-image] Aug 13 21:41:02.532 INFO O| Aug 13 21:41:02.532 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
82952024-08-13T21:41:04.043Z[ host-image] Aug 13 21:41:02.542 INFO O| Aug 13 21:41:02.542 INFO STEP 6 (remove_files) COMPLETE
82962024-08-13T21:41:04.044Z[ host-image] Aug 13 21:41:02.542 INFO O| Aug 13 21:41:02.542 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82972024-08-13T21:41:04.055Z[ host-image] Aug 13 21:41:02.553 INFO O| Aug 13 21:41:02.553 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
82982024-08-13T21:41:04.066Z[ host-image] Aug 13 21:41:02.564 INFO O| Aug 13 21:41:02.564 INFO STEP 7 (remove_files) COMPLETE
82992024-08-13T21:41:04.066Z[ host-image] Aug 13 21:41:02.565 INFO O| Aug 13 21:41:02.564 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83002024-08-13T21:41:04.078Z[ host-image] Aug 13 21:41:02.576 INFO O| Aug 13 21:41:02.576 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83012024-08-13T21:41:04.147Z[ host-image] Aug 13 21:41:02.645 INFO O| Aug 13 21:41:02.644 INFO STEP 8 (remove_files) COMPLETE
83022024-08-13T21:41:04.147Z[ host-image] Aug 13 21:41:02.645 INFO O| Aug 13 21:41:02.645 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83032024-08-13T21:41:04.157Z[ host-image] Aug 13 21:41:02.655 INFO O| Aug 13 21:41:02.655 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83042024-08-13T21:41:04.238Z[ host-image] Aug 13 21:41:02.736 INFO O| Aug 13 21:41:02.736 INFO STEP 9 (remove_files) COMPLETE
83052024-08-13T21:41:04.238Z[ host-image] Aug 13 21:41:02.736 INFO O| Aug 13 21:41:02.736 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83062024-08-13T21:41:04.249Z[ host-image] Aug 13 21:41:02.747 INFO O| Aug 13 21:41:02.747 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83072024-08-13T21:41:04.253Z[ host-image] Aug 13 21:41:02.751 INFO O| Aug 13 21:41:02.751 INFO STEP 10 (remove_files) COMPLETE
83082024-08-13T21:41:04.255Z[ host-image] Aug 13 21:41:02.751 INFO O| Aug 13 21:41:02.751 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83092024-08-13T21:41:04.263Z[ host-image] Aug 13 21:41:02.761 INFO O| Aug 13 21:41:02.761 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83102024-08-13T21:41:04.265Z[ host-image] Aug 13 21:41:02.762 INFO O| Aug 13 21:41:02.762 INFO STEP 11 (remove_files) COMPLETE
83112024-08-13T21:41:04.265Z[ host-image] Aug 13 21:41:02.762 INFO O| Aug 13 21:41:02.762 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83122024-08-13T21:41:04.273Z[ host-image] Aug 13 21:41:02.771 INFO O| Aug 13 21:41:02.771 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83132024-08-13T21:41:04.275Z[ host-image] Aug 13 21:41:02.773 INFO O| Aug 13 21:41:02.772 INFO STEP 12 (remove_files) COMPLETE
83142024-08-13T21:41:04.275Z[ host-image] Aug 13 21:41:02.773 INFO O| Aug 13 21:41:02.773 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83152024-08-13T21:41:04.351Z[ host-image] Aug 13 21:41:02.849 INFO O| Aug 13 21:41:02.849 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83162024-08-13T21:41:04.354Z[ host-image] Aug 13 21:41:02.851 INFO O| Aug 13 21:41:02.851 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83172024-08-13T21:41:04.358Z[ host-image] Aug 13 21:41:02.857 INFO O| Aug 13 21:41:02.857 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83182024-08-13T21:41:04.363Z[ host-image] Aug 13 21:41:02.861 INFO O| Aug 13 21:41:02.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83192024-08-13T21:41:04.652Z[ host-image] Aug 13 21:41:03.150 INFO O| Aug 13 21:41:03.150 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83202024-08-13T21:41:04.654Z[ host-image] Aug 13 21:41:03.150 INFO O| Aug 13 21:41:03.150 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83212024-08-13T21:41:04.654Z[ host-image] Aug 13 21:41:03.151 INFO O| Aug 13 21:41:03.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83222024-08-13T21:41:04.654Z[ host-image] Aug 13 21:41:03.151 INFO O| Aug 13 21:41:03.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83232024-08-13T21:41:04.654Z[ host-image] Aug 13 21:41:03.151 INFO O| Aug 13 21:41:03.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83242024-08-13T21:41:04.654Z[ host-image] Aug 13 21:41:03.151 INFO O| Aug 13 21:41:03.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83252024-08-13T21:41:04.654Z[ host-image] Aug 13 21:41:03.151 INFO O| Aug 13 21:41:03.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83262024-08-13T21:41:04.654Z[ host-image] Aug 13 21:41:03.151 INFO O| Aug 13 21:41:03.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83272024-08-13T21:41:04.655Z[ host-image] Aug 13 21:41:03.152 INFO O| Aug 13 21:41:03.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83282024-08-13T21:41:04.655Z[ host-image] Aug 13 21:41:03.152 INFO O| Aug 13 21:41:03.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83292024-08-13T21:41:04.655Z[ host-image] Aug 13 21:41:03.152 INFO O| Aug 13 21:41:03.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83302024-08-13T21:41:04.655Z[ host-image] Aug 13 21:41:03.152 INFO O| Aug 13 21:41:03.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83312024-08-13T21:41:04.655Z[ host-image] Aug 13 21:41:03.152 INFO O| Aug 13 21:41:03.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83322024-08-13T21:41:04.657Z[ host-image] Aug 13 21:41:03.152 INFO O| Aug 13 21:41:03.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83332024-08-13T21:41:04.657Z[ host-image] Aug 13 21:41:03.153 INFO O| Aug 13 21:41:03.153 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83342024-08-13T21:41:04.657Z[ host-image] Aug 13 21:41:03.153 INFO O| Aug 13 21:41:03.153 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83352024-08-13T21:41:04.657Z[ host-image] Aug 13 21:41:03.153 INFO O| Aug 13 21:41:03.153 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83362024-08-13T21:41:04.668Z[ host-image] Aug 13 21:41:03.165 INFO O| Aug 13 21:41:03.165 INFO STEP 13 (remove_files) COMPLETE
83372024-08-13T21:41:04.668Z[ host-image] Aug 13 21:41:03.165 INFO O| Aug 13 21:41:03.165 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83382024-08-13T21:41:04.678Z[ host-image] Aug 13 21:41:03.176 INFO O| Aug 13 21:41:03.176 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
83392024-08-13T21:41:04.680Z[ host-image] Aug 13 21:41:03.177 INFO O| Aug 13 21:41:03.177 INFO STEP 14 (remove_files) COMPLETE
83402024-08-13T21:41:04.680Z[ host-image] Aug 13 21:41:03.177 INFO O| Aug 13 21:41:03.177 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83412024-08-13T21:41:04.688Z[ host-image] Aug 13 21:41:03.187 INFO O| Aug 13 21:41:03.187 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
83422024-08-13T21:41:04.694Z[ host-image] Aug 13 21:41:03.193 INFO O| Aug 13 21:41:03.193 INFO STEP 15 (remove_files) COMPLETE
83432024-08-13T21:41:04.695Z[ host-image] Aug 13 21:41:03.193 INFO O| Aug 13 21:41:03.193 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83442024-08-13T21:41:04.704Z[ host-image] Aug 13 21:41:03.202 INFO O| Aug 13 21:41:03.202 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
83452024-08-13T21:41:04.706Z[ host-image] Aug 13 21:41:03.202 INFO O| Aug 13 21:41:03.202 INFO STEP 16 (remove_files) COMPLETE
83462024-08-13T21:41:04.707Z[ host-image] Aug 13 21:41:03.202 INFO O| Aug 13 21:41:03.202 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83472024-08-13T21:41:04.713Z[ host-image] Aug 13 21:41:03.212 INFO O| Aug 13 21:41:03.212 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
83482024-08-13T21:41:04.716Z[ host-image] Aug 13 21:41:03.213 INFO O| Aug 13 21:41:03.213 INFO STEP 17 (remove_files) COMPLETE
83492024-08-13T21:41:04.716Z[ host-image] Aug 13 21:41:03.213 INFO O| Aug 13 21:41:03.213 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83502024-08-13T21:41:04.725Z[ host-image] Aug 13 21:41:03.222 INFO O| Aug 13 21:41:03.222 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
83512024-08-13T21:41:04.726Z[ host-image] Aug 13 21:41:03.222 INFO O| Aug 13 21:41:03.222 INFO STEP 18 (remove_files) COMPLETE
83522024-08-13T21:41:04.728Z[ host-image] Aug 13 21:41:03.223 INFO O| Aug 13 21:41:03.222 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83532024-08-13T21:41:04.734Z[ host-image] Aug 13 21:41:03.232 INFO O| Aug 13 21:41:03.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
83542024-08-13T21:41:04.734Z[ host-image] Aug 13 21:41:03.232 INFO O| Aug 13 21:41:03.232 INFO STEP 19 (remove_files) COMPLETE
83552024-08-13T21:41:04.736Z[ host-image] Aug 13 21:41:03.232 INFO O| Aug 13 21:41:03.232 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83562024-08-13T21:41:04.743Z[ host-image] Aug 13 21:41:03.241 INFO O| Aug 13 21:41:03.241 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
83572024-08-13T21:41:04.743Z[ host-image] Aug 13 21:41:03.241 INFO O| Aug 13 21:41:03.241 INFO STEP 20 (remove_files) COMPLETE
83582024-08-13T21:41:04.745Z[ host-image] Aug 13 21:41:03.241 INFO O| Aug 13 21:41:03.241 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83592024-08-13T21:41:04.752Z[ host-image] Aug 13 21:41:03.250 INFO O| Aug 13 21:41:03.250 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
83602024-08-13T21:41:04.752Z[ host-image] Aug 13 21:41:03.251 INFO O| Aug 13 21:41:03.250 INFO STEP 21 (remove_files) COMPLETE
83612024-08-13T21:41:04.752Z[ host-image] Aug 13 21:41:03.251 INFO O| Aug 13 21:41:03.251 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83622024-08-13T21:41:04.762Z[ host-image] Aug 13 21:41:03.260 INFO O| Aug 13 21:41:03.260 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
83632024-08-13T21:41:04.762Z[ host-image] Aug 13 21:41:03.260 INFO O| Aug 13 21:41:03.260 INFO STEP 22 (remove_files) COMPLETE
83642024-08-13T21:41:04.764Z[ host-image] Aug 13 21:41:03.260 INFO O| Aug 13 21:41:03.260 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83652024-08-13T21:41:04.771Z[ host-image] Aug 13 21:41:03.269 INFO O| Aug 13 21:41:03.269 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
83662024-08-13T21:41:04.771Z[ host-image] Aug 13 21:41:03.269 INFO O| Aug 13 21:41:03.269 INFO STEP 23 (remove_files) COMPLETE
83672024-08-13T21:41:04.773Z[ host-image] Aug 13 21:41:03.269 INFO O| Aug 13 21:41:03.269 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83682024-08-13T21:41:04.781Z[ host-image] Aug 13 21:41:03.279 INFO O| Aug 13 21:41:03.279 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
83692024-08-13T21:41:04.781Z[ host-image] Aug 13 21:41:03.279 INFO O| Aug 13 21:41:03.279 INFO STEP 24 (remove_files) COMPLETE
83702024-08-13T21:41:04.783Z[ host-image] Aug 13 21:41:03.279 INFO O| Aug 13 21:41:03.279 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83712024-08-13T21:41:04.790Z[ host-image] Aug 13 21:41:03.288 INFO O| Aug 13 21:41:03.288 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
83722024-08-13T21:41:04.790Z[ host-image] Aug 13 21:41:03.288 INFO O| Aug 13 21:41:03.288 INFO STEP 25 (remove_files) COMPLETE
83732024-08-13T21:41:04.793Z[ host-image] Aug 13 21:41:03.288 INFO O| Aug 13 21:41:03.288 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83742024-08-13T21:41:04.800Z[ host-image] Aug 13 21:41:03.298 INFO O| Aug 13 21:41:03.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
83752024-08-13T21:41:04.802Z[ host-image] Aug 13 21:41:03.298 INFO O| Aug 13 21:41:03.298 INFO STEP 26 (remove_files) COMPLETE
83762024-08-13T21:41:04.803Z[ host-image] Aug 13 21:41:03.298 INFO O| Aug 13 21:41:03.298 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83772024-08-13T21:41:04.809Z[ host-image] Aug 13 21:41:03.307 INFO O| Aug 13 21:41:03.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
83782024-08-13T21:41:04.809Z[ host-image] Aug 13 21:41:03.307 INFO O| Aug 13 21:41:03.307 INFO STEP 27 (remove_files) COMPLETE
83792024-08-13T21:41:04.809Z[ host-image] Aug 13 21:41:03.307 INFO O| Aug 13 21:41:03.307 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83802024-08-13T21:41:04.818Z[ host-image] Aug 13 21:41:03.316 INFO O| Aug 13 21:41:03.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
83812024-08-13T21:41:04.818Z[ host-image] Aug 13 21:41:03.316 INFO O| Aug 13 21:41:03.316 INFO STEP 28 (remove_files) COMPLETE
83822024-08-13T21:41:04.821Z[ host-image] Aug 13 21:41:03.316 INFO O| Aug 13 21:41:03.316 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83832024-08-13T21:41:04.827Z[ host-image] Aug 13 21:41:03.325 INFO O| Aug 13 21:41:03.325 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
83842024-08-13T21:41:04.827Z[ host-image] Aug 13 21:41:03.326 INFO O| Aug 13 21:41:03.325 INFO STEP 29 (remove_files) COMPLETE
83852024-08-13T21:41:04.830Z[ host-image] Aug 13 21:41:03.326 INFO O| Aug 13 21:41:03.326 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83862024-08-13T21:41:04.837Z[ host-image] Aug 13 21:41:03.335 INFO O| Aug 13 21:41:03.335 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
83872024-08-13T21:41:04.837Z[ host-image] Aug 13 21:41:03.335 INFO O| Aug 13 21:41:03.335 INFO STEP 30 (remove_files) COMPLETE
83882024-08-13T21:41:04.839Z[ host-image] Aug 13 21:41:03.335 INFO O| Aug 13 21:41:03.335 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83892024-08-13T21:41:04.846Z[ host-image] Aug 13 21:41:03.344 INFO O| Aug 13 21:41:03.344 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
83902024-08-13T21:41:04.848Z[ host-image] Aug 13 21:41:03.344 INFO O| Aug 13 21:41:03.344 INFO STEP 31 (remove_files) COMPLETE
83912024-08-13T21:41:04.848Z[ host-image] Aug 13 21:41:03.344 INFO O| Aug 13 21:41:03.344 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83922024-08-13T21:41:04.857Z[ host-image] Aug 13 21:41:03.353 INFO O| Aug 13 21:41:03.353 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
83932024-08-13T21:41:04.857Z[ host-image] Aug 13 21:41:03.353 INFO O| Aug 13 21:41:03.353 INFO STEP 32 (remove_files) COMPLETE
83942024-08-13T21:41:04.857Z[ host-image] Aug 13 21:41:03.353 INFO O| Aug 13 21:41:03.353 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83952024-08-13T21:41:04.864Z[ host-image] Aug 13 21:41:03.363 INFO O| Aug 13 21:41:03.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
83962024-08-13T21:41:04.864Z[ host-image] Aug 13 21:41:03.363 INFO O| Aug 13 21:41:03.363 INFO STEP 33 (remove_files) COMPLETE
83972024-08-13T21:41:04.867Z[ host-image] Aug 13 21:41:03.363 INFO O| Aug 13 21:41:03.363 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83982024-08-13T21:41:04.874Z[ host-image] Aug 13 21:41:03.372 INFO O| Aug 13 21:41:03.372 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
83992024-08-13T21:41:04.874Z[ host-image] Aug 13 21:41:03.372 INFO O| Aug 13 21:41:03.372 INFO STEP 34 (remove_files) COMPLETE
84002024-08-13T21:41:04.874Z[ host-image] Aug 13 21:41:03.372 INFO O| Aug 13 21:41:03.372 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84012024-08-13T21:41:04.883Z[ host-image] Aug 13 21:41:03.381 INFO O| Aug 13 21:41:03.381 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84022024-08-13T21:41:04.883Z[ host-image] Aug 13 21:41:03.381 INFO O| Aug 13 21:41:03.381 INFO STEP 35 (remove_files) COMPLETE
84032024-08-13T21:41:04.886Z[ host-image] Aug 13 21:41:03.381 INFO O| Aug 13 21:41:03.381 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84042024-08-13T21:41:04.892Z[ host-image] Aug 13 21:41:03.390 INFO O| Aug 13 21:41:03.390 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84052024-08-13T21:41:04.892Z[ host-image] Aug 13 21:41:03.391 INFO O| Aug 13 21:41:03.390 INFO STEP 36 (remove_files) COMPLETE
84062024-08-13T21:41:04.895Z[ host-image] Aug 13 21:41:03.391 INFO O| Aug 13 21:41:03.391 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84072024-08-13T21:41:04.902Z[ host-image] Aug 13 21:41:03.400 INFO O| Aug 13 21:41:03.400 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84082024-08-13T21:41:04.902Z[ host-image] Aug 13 21:41:03.400 INFO O| Aug 13 21:41:03.400 INFO STEP 37 (remove_files) COMPLETE
84092024-08-13T21:41:04.904Z[ host-image] Aug 13 21:41:03.400 INFO O| Aug 13 21:41:03.400 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84102024-08-13T21:41:04.911Z[ host-image] Aug 13 21:41:03.409 INFO O| Aug 13 21:41:03.409 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84112024-08-13T21:41:04.914Z[ host-image] Aug 13 21:41:03.409 INFO O| Aug 13 21:41:03.409 INFO STEP 38 (remove_files) COMPLETE
84122024-08-13T21:41:04.914Z[ host-image] Aug 13 21:41:03.409 INFO O| Aug 13 21:41:03.409 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84132024-08-13T21:41:04.921Z[ host-image] Aug 13 21:41:03.419 INFO O| Aug 13 21:41:03.419 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84142024-08-13T21:41:04.921Z[ host-image] Aug 13 21:41:03.419 INFO O| Aug 13 21:41:03.419 INFO STEP 39 (remove_files) COMPLETE
84152024-08-13T21:41:04.921Z[ host-image] Aug 13 21:41:03.419 INFO O| Aug 13 21:41:03.419 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84162024-08-13T21:41:04.930Z[ host-image] Aug 13 21:41:03.428 INFO O| Aug 13 21:41:03.428 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84172024-08-13T21:41:04.930Z[ host-image] Aug 13 21:41:03.428 INFO O| Aug 13 21:41:03.428 INFO STEP 40 (remove_files) COMPLETE
84182024-08-13T21:41:04.930Z[ host-image] Aug 13 21:41:03.428 INFO O| Aug 13 21:41:03.428 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84192024-08-13T21:41:04.939Z[ host-image] Aug 13 21:41:03.437 INFO O| Aug 13 21:41:03.437 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84202024-08-13T21:41:04.939Z[ host-image] Aug 13 21:41:03.437 INFO O| Aug 13 21:41:03.437 INFO STEP 41 (remove_files) COMPLETE
84212024-08-13T21:41:04.942Z[ host-image] Aug 13 21:41:03.437 INFO O| Aug 13 21:41:03.437 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84222024-08-13T21:41:04.948Z[ host-image] Aug 13 21:41:03.447 INFO O| Aug 13 21:41:03.446 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84232024-08-13T21:41:04.951Z[ host-image] Aug 13 21:41:03.447 INFO O| Aug 13 21:41:03.447 INFO STEP 42 (remove_files) COMPLETE
84242024-08-13T21:41:04.951Z[ host-image] Aug 13 21:41:03.447 INFO O| Aug 13 21:41:03.447 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84252024-08-13T21:41:04.958Z[ host-image] Aug 13 21:41:03.456 INFO O| Aug 13 21:41:03.456 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84262024-08-13T21:41:04.960Z[ host-image] Aug 13 21:41:03.456 INFO O| Aug 13 21:41:03.456 INFO STEP 43 (remove_files) COMPLETE
84272024-08-13T21:41:04.960Z[ host-image] Aug 13 21:41:03.456 INFO O| Aug 13 21:41:03.456 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84282024-08-13T21:41:04.967Z[ host-image] Aug 13 21:41:03.465 INFO O| Aug 13 21:41:03.465 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84292024-08-13T21:41:04.967Z[ host-image] Aug 13 21:41:03.465 INFO O| Aug 13 21:41:03.465 INFO STEP 44 (remove_files) COMPLETE
84302024-08-13T21:41:04.970Z[ host-image] Aug 13 21:41:03.466 INFO O| Aug 13 21:41:03.465 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84312024-08-13T21:41:04.977Z[ host-image] Aug 13 21:41:03.475 INFO O| Aug 13 21:41:03.475 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84322024-08-13T21:41:04.979Z[ host-image] Aug 13 21:41:03.475 INFO O| Aug 13 21:41:03.475 INFO STEP 45 (remove_files) COMPLETE
84332024-08-13T21:41:04.979Z[ host-image] Aug 13 21:41:03.475 INFO O| Aug 13 21:41:03.475 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84342024-08-13T21:41:04.986Z[ host-image] Aug 13 21:41:03.484 INFO O| Aug 13 21:41:03.484 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84352024-08-13T21:41:04.986Z[ host-image] Aug 13 21:41:03.484 INFO O| Aug 13 21:41:03.484 INFO STEP 46 (remove_files) COMPLETE
84362024-08-13T21:41:04.986Z[ host-image] Aug 13 21:41:03.484 INFO O| Aug 13 21:41:03.484 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84372024-08-13T21:41:04.996Z[ host-image] Aug 13 21:41:03.494 INFO O| Aug 13 21:41:03.494 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
84382024-08-13T21:41:04.996Z[ host-image] Aug 13 21:41:03.494 INFO O| Aug 13 21:41:03.494 INFO STEP 47 (remove_files) COMPLETE
84392024-08-13T21:41:04.998Z[ host-image] Aug 13 21:41:03.494 INFO O| Aug 13 21:41:03.494 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84402024-08-13T21:41:05.005Z[ host-image] Aug 13 21:41:03.503 INFO O| Aug 13 21:41:03.503 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
84412024-08-13T21:41:05.005Z[ host-image] Aug 13 21:41:03.503 INFO O| Aug 13 21:41:03.503 INFO STEP 48 (remove_files) COMPLETE
84422024-08-13T21:41:05.007Z[ host-image] Aug 13 21:41:03.503 INFO O| Aug 13 21:41:03.503 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84432024-08-13T21:41:05.014Z[ host-image] Aug 13 21:41:03.512 INFO O| Aug 13 21:41:03.512 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
84442024-08-13T21:41:05.014Z[ host-image] Aug 13 21:41:03.512 INFO O| Aug 13 21:41:03.512 INFO STEP 49 (remove_files) COMPLETE
84452024-08-13T21:41:05.014Z[ host-image] Aug 13 21:41:03.512 INFO O| Aug 13 21:41:03.512 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84462024-08-13T21:41:05.024Z[ host-image] Aug 13 21:41:03.522 INFO O| Aug 13 21:41:03.522 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
84472024-08-13T21:41:05.024Z[ host-image] Aug 13 21:41:03.522 INFO O| Aug 13 21:41:03.522 INFO STEP 50 (remove_files) COMPLETE
84482024-08-13T21:41:05.024Z[ host-image] Aug 13 21:41:03.522 INFO O| Aug 13 21:41:03.522 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84492024-08-13T21:41:05.033Z[ host-image] Aug 13 21:41:03.531 INFO O| Aug 13 21:41:03.531 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
84502024-08-13T21:41:05.035Z[ host-image] Aug 13 21:41:03.531 INFO O| Aug 13 21:41:03.531 INFO STEP 51 (remove_files) COMPLETE
84512024-08-13T21:41:05.035Z[ host-image] Aug 13 21:41:03.531 INFO O| Aug 13 21:41:03.531 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84522024-08-13T21:41:05.042Z[ host-image] Aug 13 21:41:03.541 INFO O| Aug 13 21:41:03.541 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
84532024-08-13T21:41:05.043Z[ host-image] Aug 13 21:41:03.541 INFO O| Aug 13 21:41:03.541 INFO STEP 52 (remove_files) COMPLETE
84542024-08-13T21:41:05.045Z[ host-image] Aug 13 21:41:03.541 INFO O| Aug 13 21:41:03.541 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84552024-08-13T21:41:05.052Z[ host-image] Aug 13 21:41:03.550 INFO O| Aug 13 21:41:03.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
84562024-08-13T21:41:05.055Z[ host-image] Aug 13 21:41:03.550 INFO O| Aug 13 21:41:03.550 INFO STEP 53 (remove_files) COMPLETE
84572024-08-13T21:41:05.055Z[ host-image] Aug 13 21:41:03.550 INFO O| Aug 13 21:41:03.550 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84582024-08-13T21:41:05.062Z[ host-image] Aug 13 21:41:03.560 INFO O| Aug 13 21:41:03.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
84592024-08-13T21:41:05.062Z[ host-image] Aug 13 21:41:03.560 INFO O| Aug 13 21:41:03.560 INFO STEP 54 (remove_files) COMPLETE
84602024-08-13T21:41:05.064Z[ host-image] Aug 13 21:41:03.560 INFO O| Aug 13 21:41:03.560 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84612024-08-13T21:41:05.071Z[ host-image] Aug 13 21:41:03.569 INFO O| Aug 13 21:41:03.569 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
84622024-08-13T21:41:05.071Z[ host-image] Aug 13 21:41:03.569 INFO O| Aug 13 21:41:03.569 INFO STEP 55 (remove_files) COMPLETE
84632024-08-13T21:41:05.071Z[ host-image] Aug 13 21:41:03.569 INFO O| Aug 13 21:41:03.569 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84642024-08-13T21:41:05.080Z[ host-image] Aug 13 21:41:03.579 INFO O| Aug 13 21:41:03.578 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
84652024-08-13T21:41:05.081Z[ host-image] Aug 13 21:41:03.579 INFO O| Aug 13 21:41:03.579 INFO STEP 56 (remove_files) COMPLETE
84662024-08-13T21:41:05.083Z[ host-image] Aug 13 21:41:03.579 INFO O| Aug 13 21:41:03.579 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84672024-08-13T21:41:05.092Z[ host-image] Aug 13 21:41:03.590 INFO O| Aug 13 21:41:03.590 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
84682024-08-13T21:41:05.092Z[ host-image] Aug 13 21:41:03.590 INFO O| Aug 13 21:41:03.590 INFO STEP 57 (remove_files) COMPLETE
84692024-08-13T21:41:05.092Z[ host-image] Aug 13 21:41:03.590 INFO O| Aug 13 21:41:03.590 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84702024-08-13T21:41:05.102Z[ host-image] Aug 13 21:41:03.600 INFO O| Aug 13 21:41:03.600 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
84712024-08-13T21:41:05.102Z[ host-image] Aug 13 21:41:03.600 INFO O| Aug 13 21:41:03.600 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
84722024-08-13T21:41:05.105Z[ host-image] Aug 13 21:41:03.600 INFO O| Aug 13 21:41:03.600 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84732024-08-13T21:41:05.105Z[ host-image] Aug 13 21:41:03.600 INFO O| Aug 13 21:41:03.600 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84742024-08-13T21:41:05.105Z[ host-image] Aug 13 21:41:03.600 INFO O| Aug 13 21:41:03.600 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84752024-08-13T21:41:05.105Z[ host-image] Aug 13 21:41:03.600 INFO O| Aug 13 21:41:03.600 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84762024-08-13T21:41:05.105Z[ host-image] Aug 13 21:41:03.600 INFO O| Aug 13 21:41:03.600 INFO ok!
84772024-08-13T21:41:05.105Z[ host-image] Aug 13 21:41:03.600 INFO O| Aug 13 21:41:03.600 INFO STEP 58 (ensure_file) COMPLETE
84782024-08-13T21:41:05.105Z[ host-image] Aug 13 21:41:03.600 INFO O| Aug 13 21:41:03.600 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84792024-08-13T21:41:05.114Z[ host-image] Aug 13 21:41:03.612 INFO O| Aug 13 21:41:03.612 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
84802024-08-13T21:41:05.114Z[ host-image] Aug 13 21:41:03.612 INFO O| Aug 13 21:41:03.612 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
84812024-08-13T21:41:05.116Z[ host-image] Aug 13 21:41:03.612 INFO O| Aug 13 21:41:03.612 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84822024-08-13T21:41:05.116Z[ host-image] Aug 13 21:41:03.612 INFO O| Aug 13 21:41:03.612 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84832024-08-13T21:41:05.116Z[ host-image] Aug 13 21:41:03.612 INFO O| Aug 13 21:41:03.612 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84842024-08-13T21:41:05.117Z[ host-image] Aug 13 21:41:03.612 INFO O| Aug 13 21:41:03.612 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84852024-08-13T21:41:05.117Z[ host-image] Aug 13 21:41:03.612 INFO O| Aug 13 21:41:03.612 INFO ok!
84862024-08-13T21:41:05.117Z[ host-image] Aug 13 21:41:03.612 INFO O| Aug 13 21:41:03.612 INFO STEP 59 (ensure_file) COMPLETE
84872024-08-13T21:41:05.117Z[ host-image] Aug 13 21:41:03.612 INFO O| Aug 13 21:41:03.612 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84882024-08-13T21:41:05.124Z[ host-image] Aug 13 21:41:03.622 INFO O| Aug 13 21:41:03.622 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
84892024-08-13T21:41:05.124Z[ host-image] Aug 13 21:41:03.622 INFO O| Aug 13 21:41:03.622 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
84902024-08-13T21:41:05.127Z[ host-image] Aug 13 21:41:03.622 INFO O| Aug 13 21:41:03.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
84912024-08-13T21:41:05.127Z[ host-image] Aug 13 21:41:03.622 INFO O| Aug 13 21:41:03.622 INFO ok!
84922024-08-13T21:41:05.127Z[ host-image] Aug 13 21:41:03.622 INFO O| Aug 13 21:41:03.622 INFO STEP 60 (ensure_file) COMPLETE
84932024-08-13T21:41:05.127Z[ host-image] Aug 13 21:41:03.622 INFO O| Aug 13 21:41:03.622 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84942024-08-13T21:41:05.133Z[ host-image] Aug 13 21:41:03.632 INFO O| Aug 13 21:41:03.632 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
84952024-08-13T21:41:05.133Z[ host-image] Aug 13 21:41:03.632 INFO O| Aug 13 21:41:03.632 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
84962024-08-13T21:41:05.136Z[ host-image] Aug 13 21:41:03.632 INFO O| Aug 13 21:41:03.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
84972024-08-13T21:41:05.136Z[ host-image] Aug 13 21:41:03.632 INFO O| Aug 13 21:41:03.632 INFO ok!
84982024-08-13T21:41:05.136Z[ host-image] Aug 13 21:41:03.632 INFO O| Aug 13 21:41:03.632 INFO STEP 61 (ensure_file) COMPLETE
84992024-08-13T21:41:05.136Z[ host-image] Aug 13 21:41:03.632 INFO O| Aug 13 21:41:03.632 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85002024-08-13T21:41:05.143Z[ host-image] Aug 13 21:41:03.641 INFO O| Aug 13 21:41:03.641 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85012024-08-13T21:41:05.143Z[ host-image] Aug 13 21:41:03.641 INFO O| Aug 13 21:41:03.641 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85022024-08-13T21:41:05.146Z[ host-image] Aug 13 21:41:03.642 INFO O| Aug 13 21:41:03.642 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85032024-08-13T21:41:05.146Z[ host-image] Aug 13 21:41:03.642 INFO O| Aug 13 21:41:03.642 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85042024-08-13T21:41:05.146Z[ host-image] Aug 13 21:41:03.642 INFO O| Aug 13 21:41:03.642 INFO ok!
85052024-08-13T21:41:05.146Z[ host-image] Aug 13 21:41:03.642 INFO O| Aug 13 21:41:03.642 INFO STEP 62 (ensure_file) COMPLETE
85062024-08-13T21:41:05.146Z[ host-image] Aug 13 21:41:03.642 INFO O| Aug 13 21:41:03.642 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-08-13T21:41:05.153Z[ host-image] Aug 13 21:41:03.651 INFO O| Aug 13 21:41:03.651 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85082024-08-13T21:41:05.153Z[ host-image] Aug 13 21:41:03.651 INFO O| Aug 13 21:41:03.651 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85092024-08-13T21:41:05.153Z[ host-image] Aug 13 21:41:03.651 INFO O| Aug 13 21:41:03.651 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85102024-08-13T21:41:05.155Z[ host-image] Aug 13 21:41:03.651 INFO O| Aug 13 21:41:03.651 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85112024-08-13T21:41:05.155Z[ host-image] Aug 13 21:41:03.651 INFO O| Aug 13 21:41:03.651 INFO ok!
85122024-08-13T21:41:05.155Z[ host-image] Aug 13 21:41:03.651 INFO O| Aug 13 21:41:03.651 INFO STEP 63 (ensure_file) COMPLETE
85132024-08-13T21:41:05.155Z[ host-image] Aug 13 21:41:03.651 INFO O| Aug 13 21:41:03.651 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-08-13T21:41:05.163Z[ host-image] Aug 13 21:41:03.661 INFO O| Aug 13 21:41:03.661 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85152024-08-13T21:41:05.163Z[ host-image] Aug 13 21:41:03.661 INFO O| Aug 13 21:41:03.661 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85162024-08-13T21:41:05.165Z[ host-image] Aug 13 21:41:03.661 INFO O| Aug 13 21:41:03.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85172024-08-13T21:41:05.165Z[ host-image] Aug 13 21:41:03.661 INFO O| Aug 13 21:41:03.661 INFO ok!
85182024-08-13T21:41:05.165Z[ host-image] Aug 13 21:41:03.661 INFO O| Aug 13 21:41:03.661 INFO STEP 64 (assemble_files) COMPLETE
85192024-08-13T21:41:05.165Z[ host-image] Aug 13 21:41:03.661 INFO O| Aug 13 21:41:03.661 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85202024-08-13T21:41:05.172Z[ host-image] Aug 13 21:41:03.670 INFO O| Aug 13 21:41:03.670 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85212024-08-13T21:41:05.172Z[ host-image] Aug 13 21:41:03.670 INFO O| Aug 13 21:41:03.670 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85222024-08-13T21:41:05.175Z[ host-image] Aug 13 21:41:03.670 INFO O| Aug 13 21:41:03.670 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85232024-08-13T21:41:05.175Z[ host-image] Aug 13 21:41:03.670 INFO O| Aug 13 21:41:03.670 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85242024-08-13T21:41:05.175Z[ host-image] Aug 13 21:41:03.670 INFO O| Aug 13 21:41:03.670 INFO ok!
85252024-08-13T21:41:05.175Z[ host-image] Aug 13 21:41:03.670 INFO O| Aug 13 21:41:03.670 INFO STEP 65 (ensure_file) COMPLETE
85262024-08-13T21:41:05.175Z[ host-image] Aug 13 21:41:03.670 INFO O| Aug 13 21:41:03.670 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85272024-08-13T21:41:05.182Z[ host-image] Aug 13 21:41:03.680 INFO O| Aug 13 21:41:03.680 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85282024-08-13T21:41:05.184Z[ host-image] Aug 13 21:41:03.680 INFO O| Aug 13 21:41:03.680 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85292024-08-13T21:41:05.184Z[ host-image] Aug 13 21:41:03.680 INFO O| Aug 13 21:41:03.680 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85302024-08-13T21:41:05.184Z[ host-image] Aug 13 21:41:03.680 INFO O| Aug 13 21:41:03.680 INFO STEP 66 (ensure_dir) COMPLETE
85312024-08-13T21:41:05.184Z[ host-image] Aug 13 21:41:03.680 INFO O| Aug 13 21:41:03.680 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85322024-08-13T21:41:05.191Z[ host-image] Aug 13 21:41:03.689 INFO O| Aug 13 21:41:03.689 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85332024-08-13T21:41:05.191Z[ host-image] Aug 13 21:41:03.689 INFO O| Aug 13 21:41:03.689 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 ...
85342024-08-13T21:41:05.200Z[ host-image] Aug 13 21:41:03.696 INFO O| Aug 13 21:41:03.696 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
85352024-08-13T21:41:05.200Z[ host-image] Aug 13 21:41:03.696 INFO O| Aug 13 21:41:03.696 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85362024-08-13T21:41:05.202Z[ host-image] Aug 13 21:41:03.696 INFO O| Aug 13 21:41:03.696 INFO ok!
85372024-08-13T21:41:05.202Z[ host-image] Aug 13 21:41:03.696 INFO O| Aug 13 21:41:03.696 INFO STEP 67 (ensure_file) COMPLETE
85382024-08-13T21:41:05.202Z[ host-image] Aug 13 21:41:03.696 INFO O| Aug 13 21:41:03.696 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85392024-08-13T21:41:05.208Z[ host-image] Aug 13 21:41:03.706 INFO O| Aug 13 21:41:03.706 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
85402024-08-13T21:41:05.208Z[ host-image] Aug 13 21:41:03.706 INFO O| Aug 13 21:41:03.706 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 ...
85412024-08-13T21:41:05.211Z[ host-image] Aug 13 21:41:03.706 INFO O| Aug 13 21:41:03.706 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
85422024-08-13T21:41:05.211Z[ host-image] Aug 13 21:41:03.706 INFO O| Aug 13 21:41:03.706 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85432024-08-13T21:41:05.211Z[ host-image] Aug 13 21:41:03.706 INFO O| Aug 13 21:41:03.706 INFO ok!
85442024-08-13T21:41:05.211Z[ host-image] Aug 13 21:41:03.706 INFO O| Aug 13 21:41:03.706 INFO STEP 68 (ensure_file) COMPLETE
85452024-08-13T21:41:05.211Z[ host-image] Aug 13 21:41:03.706 INFO O| Aug 13 21:41:03.706 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85462024-08-13T21:41:05.222Z[ host-image] Aug 13 21:41:03.720 INFO O| Aug 13 21:41:03.720 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
85472024-08-13T21:41:05.222Z[ host-image] Aug 13 21:41:03.720 INFO O| Aug 13 21:41:03.720 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
85482024-08-13T21:41:07.267Z[ host-image] Aug 13 21:41:05.764 INFO O| Aug 13 21:41:05.764 INFO STEP 69 (pack_tar) COMPLETE
85492024-08-13T21:41:07.269Z[ host-image] Aug 13 21:41:05.764 INFO O| Aug 13 21:41:05.764 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85502024-08-13T21:41:07.269Z[ host-image] Aug 13 21:41:05.764 INFO O| Aug 13 21:41:05.764 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
85512024-08-13T21:41:07.514Z[ host-image] Aug 13 21:41:06.011 INFO O| Aug 13 21:41:06.011 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85522024-08-13T21:41:07.581Z[ host-image] Aug 13 21:41:06.079 INFO O| Aug 13 21:41:06.079 INFO completed processing gimlet/ramdisk-02-trim
85532024-08-13T21:41:07.584Z[ host-image] Aug 13 21:41:06.081 INFO image builder template: zfs...
85542024-08-13T21:41:07.584Z[ host-image] Aug 13 21:41:06.081 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/.tmpR7Wfvw/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
85552024-08-13T21:41:07.597Z[ host-image] Aug 13 21:41:06.095 INFO O| Aug 13 21:41:06.095 INFO skip include "stress" because feature "stress" is not enabled
85562024-08-13T21:41:07.629Z[ host-image] Aug 13 21:41:06.126 INFO O| Aug 13 21:41:06.126 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
85572024-08-13T21:41:07.633Z[ host-image] Aug 13 21:41:06.130 INFO O| Aug 13 21:41:06.130 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
85582024-08-13T21:41:07.697Z[ host-image] Aug 13 21:41:06.195 INFO O| Aug 13 21:41:06.194 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
85592024-08-13T21:41:07.750Z[ host-image] Aug 13 21:41:06.247 INFO O| Aug 13 21:41:06.247 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
85602024-08-13T21:41:07.750Z[ host-image] Aug 13 21:41:06.247 INFO O| Aug 13 21:41:06.247 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
85612024-08-13T21:41:07.757Z[ host-image] Aug 13 21:41:06.253 INFO O| Aug 13 21:41:06.253 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
85622024-08-13T21:41:07.816Z[ host-image] Aug 13 21:41:06.313 INFO O| Aug 13 21:41:06.313 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
85632024-08-13T21:41:07.866Z[ host-image] Aug 13 21:41:06.364 INFO O| Aug 13 21:41:06.364 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
85642024-08-13T21:41:07.876Z[ host-image] Aug 13 21:41:06.373 INFO O| Aug 13 21:41:06.373 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85652024-08-13T21:41:07.880Z[ host-image] Aug 13 21:41:06.378 INFO O| Aug 13 21:41:06.378 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
85662024-08-13T21:41:07.883Z[ host-image] Aug 13 21:41:06.378 INFO O| Aug 13 21:41:06.378 INFO no lofi found
85672024-08-13T21:41:07.883Z[ host-image] Aug 13 21:41:06.378 INFO O| Aug 13 21:41:06.378 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
85682024-08-13T21:41:07.883Z[ host-image] Aug 13 21:41:06.378 INFO O| Aug 13 21:41:06.378 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85692024-08-13T21:41:09.512Z[ host-image] Aug 13 21:41:08.009 INFO O| Aug 13 21:41:08.009 INFO lofi device = /dev/dsk/c2t1d0p0
85702024-08-13T21:41:09.512Z[ host-image] Aug 13 21:41:08.009 INFO O| Aug 13 21:41:08.009 INFO pool device = /dev/dsk/c2t1d0p0
85712024-08-13T21:41:09.514Z[ host-image] Aug 13 21:41:08.009 INFO O| Aug 13 21:41:08.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
85722024-08-13T21:41:09.587Z[ host-image] Aug 13 21:41:08.084 INFO O| Aug 13 21:41:08.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85732024-08-13T21:41:09.587Z[ host-image] Aug 13 21:41:08.084 INFO O| Aug 13 21:41:08.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
85742024-08-13T21:41:09.605Z[ host-image] Aug 13 21:41:08.102 INFO O| Aug 13 21:41:08.102 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
85752024-08-13T21:41:09.659Z[ host-image] Aug 13 21:41:08.156 INFO O| Aug 13 21:41:08.156 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
85762024-08-13T21:41:09.697Z[ host-image] Aug 13 21:41:08.194 INFO O| Aug 13 21:41:08.194 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
85772024-08-13T21:41:09.710Z[ host-image] Aug 13 21:41:08.208 INFO O| Aug 13 21:41:08.208 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
85782024-08-13T21:41:09.721Z[ host-image] Aug 13 21:41:08.218 INFO O| Aug 13 21:41:08.218 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
85792024-08-13T21:41:09.766Z[ host-image] Aug 13 21:41:08.264 INFO O| Aug 13 21:41:08.264 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
85802024-08-13T21:41:09.769Z[ host-image] Aug 13 21:41:08.264 INFO O| Aug 13 21:41:08.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
85812024-08-13T21:41:09.769Z[ host-image] Aug 13 21:41:08.264 INFO O| Aug 13 21:41:08.264 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
85822024-08-13T21:41:09.777Z[ host-image] Aug 13 21:41:08.274 INFO O| Aug 13 21:41:08.274 INFO boot environment UUID: ea64d0ff-7411-45de-b3af-639cc95fbf19
85832024-08-13T21:41:09.777Z[ host-image] Aug 13 21:41:08.274 INFO O| Aug 13 21:41:08.274 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ea64d0ff-7411-45de-b3af-639cc95fbf19
85842024-08-13T21:41:09.787Z[ host-image] Aug 13 21:41:08.284 INFO O| Aug 13 21:41:08.284 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
85852024-08-13T21:41:09.796Z[ host-image] Aug 13 21:41:08.294 INFO O| Aug 13 21:41:08.294 INFO STEP 0 (create_be) COMPLETE
85862024-08-13T21:41:09.796Z[ host-image] Aug 13 21:41:08.294 INFO O| Aug 13 21:41:08.294 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85872024-08-13T21:41:09.814Z[ host-image] Aug 13 21:41:08.311 INFO O| Aug 13 21:41:08.311 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
85882024-08-13T21:41:19.651Z[ recovery-image] Aug 13 21:41:18.144 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)
85892024-08-13T21:41:22.635Z[ recovery-image] Aug 13 21:41:21.131 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)
85902024-08-13T21:41:26.680Z[ recovery-image] Aug 13 21:41:25.175 INFO E| Compiling bitflags v1.3.2
85912024-08-13T21:41:26.680Z[ recovery-image] Aug 13 21:41:25.175 INFO E| Compiling plain v0.2.3
85922024-08-13T21:41:26.680Z[ recovery-image] Aug 13 21:41:25.175 INFO E| Compiling scroll v0.12.0
85932024-08-13T21:41:26.681Z[ recovery-image] Aug 13 21:41:25.175 INFO E| Compiling bit_field v0.10.2
85942024-08-13T21:41:26.681Z[ recovery-image] Aug 13 21:41:25.175 INFO E| Compiling log v0.4.21
85952024-08-13T21:41:26.681Z[ recovery-image] Aug 13 21:41:25.175 INFO E| Compiling adler v1.0.2
85962024-08-13T21:41:26.681Z[ recovery-image] Aug 13 21:41:25.175 INFO E| Compiling bitstruct v0.1.1
85972024-08-13T21:41:26.835Z[ recovery-image] Aug 13 21:41:25.327 INFO E| Compiling raw-cpuid v10.7.0
85982024-08-13T21:41:26.951Z[ recovery-image] Aug 13 21:41:25.403 INFO E| Compiling cpio_reader v0.1.1
85992024-08-13T21:41:27.037Z[ recovery-image] Aug 13 21:41:25.529 INFO E| Compiling miniz_oxide v0.7.2
86002024-08-13T21:41:27.055Z[ recovery-image] Aug 13 21:41:25.546 INFO E| Compiling static_assertions v1.1.0
86012024-08-13T21:41:27.541Z[ recovery-image] Aug 13 21:41:26.034 INFO E| Compiling goblin v0.8.0
86022024-08-13T21:41:31.233Z[ host-image] Aug 13 21:41:29.728 INFO O| Aug 13 21:41:29.727 INFO STEP 1 (unpack_tar) COMPLETE
86032024-08-13T21:41:31.233Z[ host-image] Aug 13 21:41:29.728 INFO O| Aug 13 21:41:29.728 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86042024-08-13T21:41:31.250Z[ host-image] Aug 13 21:41:29.745 INFO O| Aug 13 21:41:29.745 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86052024-08-13T21:41:31.474Z[ host-image] Aug 13 21:41:29.969 INFO O| Aug 13 21:41:29.968 INFO STEP 2 (devfsadm) COMPLETE
86062024-08-13T21:41:31.474Z[ host-image] Aug 13 21:41:29.969 INFO O| Aug 13 21:41:29.969 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86072024-08-13T21:41:31.491Z[ host-image] Aug 13 21:41:29.986 INFO O| Aug 13 21:41:29.986 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86082024-08-13T21:41:31.494Z[ host-image] Aug 13 21:41:29.986 INFO O| Aug 13 21:41:29.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86092024-08-13T21:41:31.494Z[ host-image] Aug 13 21:41:29.986 INFO O| Aug 13 21:41:29.986 INFO STEP 3 (ensure_dir) COMPLETE
86102024-08-13T21:41:31.494Z[ host-image] Aug 13 21:41:29.986 INFO O| Aug 13 21:41:29.986 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86112024-08-13T21:41:31.503Z[ host-image] Aug 13 21:41:29.998 INFO O| Aug 13 21:41:29.998 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86122024-08-13T21:41:31.503Z[ host-image] Aug 13 21:41:29.998 INFO O| Aug 13 21:41:29.998 INFO STEP 4 (ensure_dir) COMPLETE
86132024-08-13T21:41:31.505Z[ host-image] Aug 13 21:41:29.998 INFO O| Aug 13 21:41:29.998 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86142024-08-13T21:41:31.516Z[ host-image] Aug 13 21:41:30.011 INFO O| Aug 13 21:41:30.011 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86152024-08-13T21:41:31.516Z[ host-image] Aug 13 21:41:30.011 INFO O| Aug 13 21:41:30.011 INFO STEP 5 (ensure_dir) COMPLETE
86162024-08-13T21:41:31.518Z[ host-image] Aug 13 21:41:30.011 INFO O| Aug 13 21:41:30.011 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86172024-08-13T21:41:31.527Z[ host-image] Aug 13 21:41:30.022 INFO O| Aug 13 21:41:30.022 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86182024-08-13T21:41:31.527Z[ host-image] Aug 13 21:41:30.022 INFO O| Aug 13 21:41:30.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86192024-08-13T21:41:31.530Z[ host-image] Aug 13 21:41:30.022 INFO O| Aug 13 21:41:30.022 INFO STEP 6 (ensure_dir) COMPLETE
86202024-08-13T21:41:31.530Z[ host-image] Aug 13 21:41:30.022 INFO O| Aug 13 21:41:30.022 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86212024-08-13T21:41:31.566Z[ host-image] Aug 13 21:41:30.061 INFO O| Aug 13 21:41:30.061 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86222024-08-13T21:41:31.568Z[ host-image] Aug 13 21:41:30.061 INFO O| Aug 13 21:41:30.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86232024-08-13T21:41:31.568Z[ host-image] Aug 13 21:41:30.062 INFO O| Aug 13 21:41:30.061 INFO STEP 7 (ensure_dir) COMPLETE
86242024-08-13T21:41:31.568Z[ host-image] Aug 13 21:41:30.062 INFO O| Aug 13 21:41:30.062 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86252024-08-13T21:41:31.583Z[ host-image] Aug 13 21:41:30.078 INFO O| Aug 13 21:41:30.078 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86262024-08-13T21:41:31.586Z[ host-image] Aug 13 21:41:30.079 INFO O| Aug 13 21:41:30.079 INFO STEP 8 (remove_files) COMPLETE
86272024-08-13T21:41:31.586Z[ host-image] Aug 13 21:41:30.079 INFO O| Aug 13 21:41:30.079 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86282024-08-13T21:41:31.600Z[ host-image] Aug 13 21:41:30.095 INFO O| Aug 13 21:41:30.095 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86292024-08-13T21:41:31.603Z[ host-image] Aug 13 21:41:30.097 INFO O| Aug 13 21:41:30.097 INFO STEP 9 (remove_files) COMPLETE
86302024-08-13T21:41:31.603Z[ host-image] Aug 13 21:41:30.097 INFO O| Aug 13 21:41:30.097 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86312024-08-13T21:41:31.617Z[ host-image] Aug 13 21:41:30.113 INFO O| Aug 13 21:41:30.112 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86322024-08-13T21:41:31.620Z[ host-image] Aug 13 21:41:30.114 INFO O| Aug 13 21:41:30.114 INFO STEP 10 (remove_files) COMPLETE
86332024-08-13T21:41:31.620Z[ host-image] Aug 13 21:41:30.114 INFO O| Aug 13 21:41:30.114 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86342024-08-13T21:41:31.659Z[ host-image] Aug 13 21:41:30.154 INFO O| Aug 13 21:41:30.154 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86352024-08-13T21:41:31.659Z[ host-image] Aug 13 21:41:30.154 INFO O| Aug 13 21:41:30.154 INFO STEP 11 (remove_files) COMPLETE
86362024-08-13T21:41:31.662Z[ host-image] Aug 13 21:41:30.154 INFO O| Aug 13 21:41:30.154 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86372024-08-13T21:41:31.677Z[ host-image] Aug 13 21:41:30.172 INFO O| Aug 13 21:41:30.172 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
86382024-08-13T21:41:31.677Z[ host-image] Aug 13 21:41:30.172 INFO O| Aug 13 21:41:30.172 INFO STEP 12 (remove_files) COMPLETE
86392024-08-13T21:41:31.677Z[ host-image] Aug 13 21:41:30.172 INFO O| Aug 13 21:41:30.172 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86402024-08-13T21:41:31.694Z[ host-image] Aug 13 21:41:30.189 INFO O| Aug 13 21:41:30.189 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86412024-08-13T21:41:31.694Z[ host-image] Aug 13 21:41:30.189 INFO O| Aug 13 21:41:30.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86422024-08-13T21:41:31.694Z[ host-image] Aug 13 21:41:30.189 INFO O| Aug 13 21:41:30.189 INFO STEP 13 (ensure_dir) COMPLETE
86432024-08-13T21:41:31.697Z[ host-image] Aug 13 21:41:30.189 INFO O| Aug 13 21:41:30.189 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86442024-08-13T21:41:31.711Z[ host-image] Aug 13 21:41:30.206 INFO O| Aug 13 21:41:30.206 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86452024-08-13T21:41:31.711Z[ host-image] Aug 13 21:41:30.206 INFO O| Aug 13 21:41:30.206 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86462024-08-13T21:41:31.714Z[ host-image] Aug 13 21:41:30.206 INFO O| Aug 13 21:41:30.206 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86472024-08-13T21:41:31.714Z[ host-image] Aug 13 21:41:30.207 INFO O| Aug 13 21:41:30.206 INFO STEP 14 (ensure_dir) COMPLETE
86482024-08-13T21:41:31.714Z[ host-image] Aug 13 21:41:30.207 INFO O| Aug 13 21:41:30.206 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86492024-08-13T21:41:31.758Z[ host-image] Aug 13 21:41:30.253 INFO O| Aug 13 21:41:30.253 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86502024-08-13T21:41:31.761Z[ host-image] Aug 13 21:41:30.254 INFO O| Aug 13 21:41:30.254 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86512024-08-13T21:41:31.761Z[ host-image] Aug 13 21:41:30.254 INFO O| Aug 13 21:41:30.254 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86522024-08-13T21:41:31.761Z[ host-image] Aug 13 21:41:30.254 INFO O| Aug 13 21:41:30.254 INFO STEP 15 (ensure_dir) COMPLETE
86532024-08-13T21:41:31.761Z[ host-image] Aug 13 21:41:30.254 INFO O| Aug 13 21:41:30.254 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86542024-08-13T21:41:31.778Z[ host-image] Aug 13 21:41:30.273 INFO O| Aug 13 21:41:30.273 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86552024-08-13T21:41:31.781Z[ host-image] Aug 13 21:41:30.274 INFO O| Aug 13 21:41:30.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86562024-08-13T21:41:31.781Z[ host-image] Aug 13 21:41:30.274 INFO O| Aug 13 21:41:30.274 INFO STEP 16 (ensure_dir) COMPLETE
86572024-08-13T21:41:31.781Z[ host-image] Aug 13 21:41:30.274 INFO O| Aug 13 21:41:30.274 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86582024-08-13T21:41:31.797Z[ host-image] Aug 13 21:41:30.292 INFO O| Aug 13 21:41:30.292 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86592024-08-13T21:41:31.799Z[ host-image] Aug 13 21:41:30.292 INFO O| Aug 13 21:41:30.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86602024-08-13T21:41:31.799Z[ host-image] Aug 13 21:41:30.292 INFO O| Aug 13 21:41:30.292 INFO STEP 17 (ensure_dir) COMPLETE
86612024-08-13T21:41:31.800Z[ host-image] Aug 13 21:41:30.293 INFO O| Aug 13 21:41:30.292 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86622024-08-13T21:41:31.816Z[ host-image] Aug 13 21:41:30.311 INFO O| Aug 13 21:41:30.311 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
86632024-08-13T21:41:31.816Z[ host-image] Aug 13 21:41:30.311 INFO O| Aug 13 21:41:30.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
86642024-08-13T21:41:31.816Z[ host-image] Aug 13 21:41:30.311 INFO O| Aug 13 21:41:30.311 INFO ok!
86652024-08-13T21:41:31.818Z[ host-image] Aug 13 21:41:30.311 INFO O| Aug 13 21:41:30.311 INFO STEP 18 (ensure_symlink) COMPLETE
86662024-08-13T21:41:31.818Z[ host-image] Aug 13 21:41:30.311 INFO O| Aug 13 21:41:30.311 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86672024-08-13T21:41:31.834Z[ host-image] Aug 13 21:41:30.329 INFO O| Aug 13 21:41:30.328 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
86682024-08-13T21:41:31.834Z[ host-image] Aug 13 21:41:30.329 INFO O| Aug 13 21:41:30.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
86692024-08-13T21:41:31.836Z[ host-image] Aug 13 21:41:30.329 INFO O| Aug 13 21:41:30.329 INFO ok!
86702024-08-13T21:41:31.836Z[ host-image] Aug 13 21:41:30.329 INFO O| Aug 13 21:41:30.329 INFO STEP 19 (ensure_file) COMPLETE
86712024-08-13T21:41:31.836Z[ host-image] Aug 13 21:41:30.329 INFO O| Aug 13 21:41:30.329 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86722024-08-13T21:41:31.864Z[ host-image] Aug 13 21:41:30.359 INFO O| Aug 13 21:41:30.359 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
86732024-08-13T21:41:31.864Z[ host-image] Aug 13 21:41:30.359 INFO O| Aug 13 21:41:30.359 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
86742024-08-13T21:41:31.866Z[ host-image] Aug 13 21:41:30.359 INFO O| Aug 13 21:41:30.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
86752024-08-13T21:41:31.866Z[ host-image] Aug 13 21:41:30.359 INFO O| Aug 13 21:41:30.359 INFO ok!
86762024-08-13T21:41:31.866Z[ host-image] Aug 13 21:41:30.359 INFO O| Aug 13 21:41:30.359 INFO STEP 20 (ensure_symlink) COMPLETE
86772024-08-13T21:41:31.867Z[ host-image] Aug 13 21:41:30.359 INFO O| Aug 13 21:41:30.359 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86782024-08-13T21:41:31.883Z[ host-image] Aug 13 21:41:30.378 INFO O| Aug 13 21:41:30.378 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
86792024-08-13T21:41:31.883Z[ host-image] Aug 13 21:41:30.378 INFO O| Aug 13 21:41:30.378 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
86802024-08-13T21:41:31.886Z[ host-image] Aug 13 21:41:30.379 INFO O| Aug 13 21:41:30.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
86812024-08-13T21:41:31.886Z[ host-image] Aug 13 21:41:30.379 INFO O| Aug 13 21:41:30.379 INFO ok!
86822024-08-13T21:41:31.886Z[ host-image] Aug 13 21:41:30.379 INFO O| Aug 13 21:41:30.379 INFO STEP 21 (ensure_symlink) COMPLETE
86832024-08-13T21:41:31.886Z[ host-image] Aug 13 21:41:30.379 INFO O| Aug 13 21:41:30.379 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86842024-08-13T21:41:31.901Z[ host-image] Aug 13 21:41:30.396 INFO O| Aug 13 21:41:30.396 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
86852024-08-13T21:41:31.901Z[ host-image] Aug 13 21:41:30.396 INFO O| Aug 13 21:41:30.396 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
86862024-08-13T21:41:31.904Z[ host-image] Aug 13 21:41:30.397 INFO O| Aug 13 21:41:30.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
86872024-08-13T21:41:31.904Z[ host-image] Aug 13 21:41:30.397 INFO O| Aug 13 21:41:30.397 INFO ok!
86882024-08-13T21:41:31.904Z[ host-image] Aug 13 21:41:30.397 INFO O| Aug 13 21:41:30.397 INFO STEP 22 (ensure_symlink) COMPLETE
86892024-08-13T21:41:31.904Z[ host-image] Aug 13 21:41:30.397 INFO O| Aug 13 21:41:30.397 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86902024-08-13T21:41:31.920Z[ host-image] Aug 13 21:41:30.415 INFO O| Aug 13 21:41:30.415 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
86912024-08-13T21:41:31.920Z[ host-image] Aug 13 21:41:30.415 INFO O| Aug 13 21:41:30.415 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
86922024-08-13T21:41:31.923Z[ host-image] Aug 13 21:41:30.416 INFO O| Aug 13 21:41:30.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
86932024-08-13T21:41:31.923Z[ host-image] Aug 13 21:41:30.416 INFO O| Aug 13 21:41:30.416 INFO ok!
86942024-08-13T21:41:31.923Z[ host-image] Aug 13 21:41:30.416 INFO O| Aug 13 21:41:30.416 INFO STEP 23 (ensure_symlink) COMPLETE
86952024-08-13T21:41:31.923Z[ host-image] Aug 13 21:41:30.416 INFO O| Aug 13 21:41:30.416 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86962024-08-13T21:41:31.939Z[ host-image] Aug 13 21:41:30.434 INFO O| Aug 13 21:41:30.434 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
86972024-08-13T21:41:31.942Z[ host-image] Aug 13 21:41:30.435 INFO O| Aug 13 21:41:30.434 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
86982024-08-13T21:41:31.942Z[ host-image] Aug 13 21:41:30.435 INFO O| Aug 13 21:41:30.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
86992024-08-13T21:41:31.942Z[ host-image] Aug 13 21:41:30.435 INFO O| Aug 13 21:41:30.435 INFO ok!
87002024-08-13T21:41:31.942Z[ host-image] Aug 13 21:41:30.435 INFO O| Aug 13 21:41:30.435 INFO STEP 24 (ensure_file) COMPLETE
87012024-08-13T21:41:31.942Z[ host-image] Aug 13 21:41:30.435 INFO O| Aug 13 21:41:30.435 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87022024-08-13T21:41:31.958Z[ host-image] Aug 13 21:41:30.453 INFO O| Aug 13 21:41:30.453 INFO updating shadow file
87032024-08-13T21:41:31.961Z[ host-image] Aug 13 21:41:30.453 INFO O| Aug 13 21:41:30.453 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87042024-08-13T21:41:31.961Z[ host-image] Aug 13 21:41:30.454 INFO O| Aug 13 21:41:30.453 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87052024-08-13T21:41:31.961Z[ host-image] Aug 13 21:41:30.454 INFO O| Aug 13 21:41:30.453 INFO STEP 25 (shadow) COMPLETE
87062024-08-13T21:41:31.961Z[ host-image] Aug 13 21:41:30.454 INFO O| Aug 13 21:41:30.454 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87072024-08-13T21:41:31.981Z[ host-image] Aug 13 21:41:30.476 INFO O| Aug 13 21:41:30.476 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87082024-08-13T21:41:31.981Z[ host-image] Aug 13 21:41:30.476 INFO O| Aug 13 21:41:30.476 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87092024-08-13T21:41:31.983Z[ host-image] Aug 13 21:41:30.476 INFO O| Aug 13 21:41:30.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87102024-08-13T21:41:31.983Z[ host-image] Aug 13 21:41:30.476 INFO O| Aug 13 21:41:30.476 INFO ok!
87112024-08-13T21:41:31.983Z[ host-image] Aug 13 21:41:30.476 INFO O| Aug 13 21:41:30.476 INFO STEP 26 (ensure_file) COMPLETE
87122024-08-13T21:41:31.984Z[ host-image] Aug 13 21:41:30.476 INFO O| Aug 13 21:41:30.476 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87132024-08-13T21:41:31.999Z[ host-image] Aug 13 21:41:30.494 INFO O| Aug 13 21:41:30.494 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87142024-08-13T21:41:31.999Z[ host-image] Aug 13 21:41:30.494 INFO O| Aug 13 21:41:30.494 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87152024-08-13T21:41:32.002Z[ host-image] Aug 13 21:41:30.494 INFO O| Aug 13 21:41:30.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87162024-08-13T21:41:32.002Z[ host-image] Aug 13 21:41:30.495 INFO O| Aug 13 21:41:30.494 INFO ok!
87172024-08-13T21:41:32.002Z[ host-image] Aug 13 21:41:30.495 INFO O| Aug 13 21:41:30.494 INFO STEP 27 (ensure_file) COMPLETE
87182024-08-13T21:41:32.002Z[ host-image] Aug 13 21:41:30.495 INFO O| Aug 13 21:41:30.494 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87192024-08-13T21:41:32.012Z[ host-image] Aug 13 21:41:30.507 INFO O| Aug 13 21:41:30.507 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87202024-08-13T21:41:32.020Z[ host-image] Aug 13 21:41:30.507 INFO O| Aug 13 21:41:30.507 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87212024-08-13T21:41:32.020Z[ host-image] Aug 13 21:41:30.507 INFO O| Aug 13 21:41:30.507 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87222024-08-13T21:41:32.020Z[ host-image] Aug 13 21:41:30.507 INFO O| Aug 13 21:41:30.507 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87232024-08-13T21:41:32.020Z[ host-image] Aug 13 21:41:30.507 INFO O| Aug 13 21:41:30.507 INFO ok!
87242024-08-13T21:41:32.020Z[ host-image] Aug 13 21:41:30.507 INFO O| Aug 13 21:41:30.507 INFO STEP 28 (ensure_file) COMPLETE
87252024-08-13T21:41:32.020Z[ host-image] Aug 13 21:41:30.508 INFO O| Aug 13 21:41:30.507 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87262024-08-13T21:41:32.029Z[ host-image] Aug 13 21:41:30.522 INFO O| Aug 13 21:41:30.522 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87272024-08-13T21:41:32.029Z[ host-image] Aug 13 21:41:30.522 INFO O| Aug 13 21:41:30.522 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87282024-08-13T21:41:32.029Z[ host-image] Aug 13 21:41:30.522 INFO O| Aug 13 21:41:30.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87292024-08-13T21:41:32.029Z[ host-image] Aug 13 21:41:30.522 INFO O| Aug 13 21:41:30.522 INFO ok!
87302024-08-13T21:41:32.029Z[ host-image] Aug 13 21:41:30.522 INFO O| Aug 13 21:41:30.522 INFO STEP 29 (ensure_file) COMPLETE
87312024-08-13T21:41:32.029Z[ host-image] Aug 13 21:41:30.522 INFO O| Aug 13 21:41:30.522 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87322024-08-13T21:41:32.041Z[ host-image] Aug 13 21:41:30.536 INFO O| Aug 13 21:41:30.536 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87332024-08-13T21:41:32.043Z[ host-image] Aug 13 21:41:30.536 INFO O| Aug 13 21:41:30.536 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87342024-08-13T21:41:32.043Z[ host-image] Aug 13 21:41:30.536 INFO O| Aug 13 21:41:30.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87352024-08-13T21:41:32.044Z[ host-image] Aug 13 21:41:30.536 INFO O| Aug 13 21:41:30.536 INFO ok!
87362024-08-13T21:41:32.044Z[ host-image] Aug 13 21:41:30.536 INFO O| Aug 13 21:41:30.536 INFO STEP 30 (ensure_file) COMPLETE
87372024-08-13T21:41:32.044Z[ host-image] Aug 13 21:41:30.536 INFO O| Aug 13 21:41:30.536 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87382024-08-13T21:41:32.054Z[ host-image] Aug 13 21:41:30.549 INFO O| Aug 13 21:41:30.549 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
87392024-08-13T21:41:32.054Z[ host-image] Aug 13 21:41:30.549 INFO O| Aug 13 21:41:30.549 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
87402024-08-13T21:41:32.057Z[ host-image] Aug 13 21:41:30.549 INFO O| Aug 13 21:41:30.549 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87412024-08-13T21:41:32.057Z[ host-image] Aug 13 21:41:30.549 INFO O| Aug 13 21:41:30.549 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87422024-08-13T21:41:32.057Z[ host-image] Aug 13 21:41:30.549 INFO O| Aug 13 21:41:30.549 INFO ok!
87432024-08-13T21:41:32.057Z[ host-image] Aug 13 21:41:30.549 INFO O| Aug 13 21:41:30.549 INFO STEP 31 (ensure_file) COMPLETE
87442024-08-13T21:41:32.057Z[ host-image] Aug 13 21:41:30.549 INFO O| Aug 13 21:41:30.549 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87452024-08-13T21:41:32.065Z[ host-image] Aug 13 21:41:30.560 INFO O| Aug 13 21:41:30.560 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
87462024-08-13T21:41:32.065Z[ host-image] Aug 13 21:41:30.560 INFO O| Aug 13 21:41:30.560 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
87472024-08-13T21:41:32.068Z[ host-image] Aug 13 21:41:30.560 INFO O| Aug 13 21:41:30.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
87482024-08-13T21:41:32.068Z[ host-image] Aug 13 21:41:30.561 INFO O| Aug 13 21:41:30.560 INFO ok!
87492024-08-13T21:41:32.068Z[ host-image] Aug 13 21:41:30.561 INFO O| Aug 13 21:41:30.560 INFO STEP 32 (ensure_file) COMPLETE
87502024-08-13T21:41:32.068Z[ host-image] Aug 13 21:41:30.561 INFO O| Aug 13 21:41:30.561 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87512024-08-13T21:41:32.077Z[ host-image] Aug 13 21:41:30.572 INFO O| Aug 13 21:41:30.572 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87522024-08-13T21:41:32.077Z[ host-image] Aug 13 21:41:30.572 INFO O| Aug 13 21:41:30.572 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
87532024-08-13T21:41:32.080Z[ host-image] Aug 13 21:41:30.572 INFO O| Aug 13 21:41:30.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
87542024-08-13T21:41:32.080Z[ host-image] Aug 13 21:41:30.572 INFO O| Aug 13 21:41:30.572 INFO ok!
87552024-08-13T21:41:32.080Z[ host-image] Aug 13 21:41:30.572 INFO O| Aug 13 21:41:30.572 INFO STEP 33 (ensure_file) COMPLETE
87562024-08-13T21:41:32.080Z[ host-image] Aug 13 21:41:30.572 INFO O| Aug 13 21:41:30.572 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87572024-08-13T21:41:32.089Z[ host-image] Aug 13 21:41:30.584 INFO O| Aug 13 21:41:30.584 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
87582024-08-13T21:41:32.089Z[ host-image] Aug 13 21:41:30.584 INFO O| Aug 13 21:41:30.584 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
87592024-08-13T21:41:32.092Z[ host-image] Aug 13 21:41:30.584 INFO O| Aug 13 21:41:30.584 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87602024-08-13T21:41:32.092Z[ host-image] Aug 13 21:41:30.584 INFO O| Aug 13 21:41:30.584 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87612024-08-13T21:41:32.092Z[ host-image] Aug 13 21:41:30.584 INFO O| Aug 13 21:41:30.584 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87622024-08-13T21:41:32.092Z[ host-image] Aug 13 21:41:30.584 INFO O| Aug 13 21:41:30.584 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87632024-08-13T21:41:32.092Z[ host-image] Aug 13 21:41:30.584 INFO O| Aug 13 21:41:30.584 INFO ok!
87642024-08-13T21:41:32.092Z[ host-image] Aug 13 21:41:30.584 INFO O| Aug 13 21:41:30.584 INFO STEP 34 (ensure_file) COMPLETE
87652024-08-13T21:41:32.092Z[ host-image] Aug 13 21:41:30.584 INFO O| Aug 13 21:41:30.584 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87662024-08-13T21:41:32.101Z[ host-image] Aug 13 21:41:30.596 INFO O| Aug 13 21:41:30.596 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87672024-08-13T21:41:32.101Z[ host-image] Aug 13 21:41:30.596 INFO O| Aug 13 21:41:30.596 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87682024-08-13T21:41:32.103Z[ host-image] Aug 13 21:41:30.596 INFO O| Aug 13 21:41:30.596 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87692024-08-13T21:41:32.103Z[ host-image] Aug 13 21:41:30.596 INFO O| Aug 13 21:41:30.596 INFO STEP 35 (ensure_dir) COMPLETE
87702024-08-13T21:41:32.103Z[ host-image] Aug 13 21:41:30.596 INFO O| Aug 13 21:41:30.596 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87712024-08-13T21:41:32.112Z[ host-image] Aug 13 21:41:30.607 INFO O| Aug 13 21:41:30.607 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
87722024-08-13T21:41:32.112Z[ host-image] Aug 13 21:41:30.607 INFO O| Aug 13 21:41:30.607 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 ...
87732024-08-13T21:41:32.115Z[ host-image] Aug 13 21:41:30.607 INFO O| Aug 13 21:41:30.607 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
87742024-08-13T21:41:32.115Z[ host-image] Aug 13 21:41:30.607 INFO O| Aug 13 21:41:30.607 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
87752024-08-13T21:41:32.115Z[ host-image] Aug 13 21:41:30.607 INFO O| Aug 13 21:41:30.607 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
87762024-08-13T21:41:32.115Z[ host-image] Aug 13 21:41:30.607 INFO O| Aug 13 21:41:30.607 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
87772024-08-13T21:41:32.115Z[ host-image] Aug 13 21:41:30.607 INFO O| Aug 13 21:41:30.607 INFO ok!
87782024-08-13T21:41:32.115Z[ host-image] Aug 13 21:41:30.608 INFO O| Aug 13 21:41:30.607 INFO STEP 36 (ensure_file) COMPLETE
87792024-08-13T21:41:32.115Z[ host-image] Aug 13 21:41:30.608 INFO O| Aug 13 21:41:30.607 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87802024-08-13T21:41:32.123Z[ host-image] Aug 13 21:41:30.618 INFO O| Aug 13 21:41:30.618 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
87812024-08-13T21:41:32.123Z[ host-image] Aug 13 21:41:30.618 INFO O| Aug 13 21:41:30.618 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 ...
87822024-08-13T21:41:32.127Z[ host-image] Aug 13 21:41:30.618 INFO O| Aug 13 21:41:30.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87832024-08-13T21:41:32.127Z[ host-image] Aug 13 21:41:30.618 INFO O| Aug 13 21:41:30.618 INFO ok!
87842024-08-13T21:41:32.127Z[ host-image] Aug 13 21:41:30.618 INFO O| Aug 13 21:41:30.618 INFO STEP 37 (ensure_symlink) COMPLETE
87852024-08-13T21:41:32.127Z[ host-image] Aug 13 21:41:30.618 INFO O| Aug 13 21:41:30.618 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87862024-08-13T21:41:32.134Z[ host-image] Aug 13 21:41:30.629 INFO O| Aug 13 21:41:30.629 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
87872024-08-13T21:41:32.134Z[ host-image] Aug 13 21:41:30.629 INFO O| Aug 13 21:41:30.629 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
87882024-08-13T21:41:32.136Z[ host-image] Aug 13 21:41:30.629 INFO O| Aug 13 21:41:30.629 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87892024-08-13T21:41:32.136Z[ host-image] Aug 13 21:41:30.629 INFO O| Aug 13 21:41:30.629 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87902024-08-13T21:41:32.136Z[ host-image] Aug 13 21:41:30.629 INFO O| Aug 13 21:41:30.629 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87912024-08-13T21:41:32.136Z[ host-image] Aug 13 21:41:30.629 INFO O| Aug 13 21:41:30.629 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87922024-08-13T21:41:32.136Z[ host-image] Aug 13 21:41:30.629 INFO O| Aug 13 21:41:30.629 INFO ok!
87932024-08-13T21:41:32.136Z[ host-image] Aug 13 21:41:30.629 INFO O| Aug 13 21:41:30.629 INFO STEP 38 (ensure_file) COMPLETE
87942024-08-13T21:41:32.136Z[ host-image] Aug 13 21:41:30.629 INFO O| Aug 13 21:41:30.629 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87952024-08-13T21:41:32.144Z[ host-image] Aug 13 21:41:30.640 INFO O| Aug 13 21:41:30.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
87962024-08-13T21:41:32.144Z[ host-image] Aug 13 21:41:30.640 INFO O| Aug 13 21:41:30.639 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 ...
87972024-08-13T21:41:32.145Z[ host-image] Aug 13 21:41:30.640 INFO O| Aug 13 21:41:30.640 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
87982024-08-13T21:41:32.147Z[ host-image] Aug 13 21:41:30.640 INFO O| Aug 13 21:41:30.640 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
87992024-08-13T21:41:32.147Z[ host-image] Aug 13 21:41:30.640 INFO O| Aug 13 21:41:30.640 INFO ok!
88002024-08-13T21:41:32.147Z[ host-image] Aug 13 21:41:30.640 INFO O| Aug 13 21:41:30.640 INFO STEP 39 (ensure_file) COMPLETE
88012024-08-13T21:41:32.147Z[ host-image] Aug 13 21:41:30.640 INFO O| Aug 13 21:41:30.640 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88022024-08-13T21:41:32.155Z[ host-image] Aug 13 21:41:30.650 INFO O| Aug 13 21:41:30.650 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88032024-08-13T21:41:32.157Z[ host-image] Aug 13 21:41:30.650 INFO O| Aug 13 21:41:30.650 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88042024-08-13T21:41:32.158Z[ host-image] Aug 13 21:41:30.650 INFO O| Aug 13 21:41:30.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88052024-08-13T21:41:32.158Z[ host-image] Aug 13 21:41:30.650 INFO O| Aug 13 21:41:30.650 INFO ok!
88062024-08-13T21:41:32.158Z[ host-image] Aug 13 21:41:30.650 INFO O| Aug 13 21:41:30.650 INFO STEP 40 (ensure_file) COMPLETE
88072024-08-13T21:41:32.158Z[ host-image] Aug 13 21:41:30.650 INFO O| Aug 13 21:41:30.650 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88082024-08-13T21:41:32.168Z[ host-image] Aug 13 21:41:30.663 INFO O| Aug 13 21:41:30.663 INFO updating shadow file
88092024-08-13T21:41:32.170Z[ host-image] Aug 13 21:41:30.663 INFO O| Aug 13 21:41:30.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88102024-08-13T21:41:32.170Z[ host-image] Aug 13 21:41:30.663 INFO O| Aug 13 21:41:30.663 INFO STEP 41 (shadow) COMPLETE
88112024-08-13T21:41:32.170Z[ host-image] Aug 13 21:41:30.663 INFO O| Aug 13 21:41:30.663 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88122024-08-13T21:41:32.182Z[ host-image] Aug 13 21:41:30.677 INFO O| Aug 13 21:41:30.677 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88132024-08-13T21:41:32.182Z[ host-image] Aug 13 21:41:30.677 INFO O| Aug 13 21:41:30.677 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88142024-08-13T21:41:32.185Z[ host-image] Aug 13 21:41:30.677 INFO O| Aug 13 21:41:30.677 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88152024-08-13T21:41:32.185Z[ host-image] Aug 13 21:41:30.677 INFO O| Aug 13 21:41:30.677 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88162024-08-13T21:41:32.185Z[ host-image] Aug 13 21:41:30.677 INFO O| Aug 13 21:41:30.677 INFO ok!
88172024-08-13T21:41:32.185Z[ host-image] Aug 13 21:41:30.677 INFO O| Aug 13 21:41:30.677 INFO STEP 42 (ensure_file) COMPLETE
88182024-08-13T21:41:32.185Z[ host-image] Aug 13 21:41:30.678 INFO O| Aug 13 21:41:30.677 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88192024-08-13T21:41:32.185Z[ host-image] Aug 13 21:41:30.678 INFO O| Aug 13 21:41:30.677 INFO skip step because feature "mfg" is not enabled
88202024-08-13T21:41:32.185Z[ host-image] Aug 13 21:41:30.678 INFO O| Aug 13 21:41:30.678 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88212024-08-13T21:41:32.185Z[ host-image] Aug 13 21:41:30.678 INFO O| Aug 13 21:41:30.678 INFO skip step because feature "mfg" is not enabled
88222024-08-13T21:41:32.185Z[ host-image] Aug 13 21:41:30.678 INFO O| Aug 13 21:41:30.678 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88232024-08-13T21:41:32.194Z[ host-image] Aug 13 21:41:30.690 INFO O| Aug 13 21:41:30.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88242024-08-13T21:41:32.195Z[ host-image] Aug 13 21:41:30.690 INFO O| Aug 13 21:41:30.690 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88252024-08-13T21:41:32.834Z[ host-image] Aug 13 21:41:31.329 INFO O| Aug 13 21:41:31.329 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88262024-08-13T21:41:32.835Z[ host-image] Aug 13 21:41:31.329 INFO O| Aug 13 21:41:31.329 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88272024-08-13T21:41:32.835Z[ host-image] Aug 13 21:41:31.329 INFO O| Aug 13 21:41:31.329 INFO ok!
88282024-08-13T21:41:32.837Z[ host-image] Aug 13 21:41:31.329 INFO O| Aug 13 21:41:31.329 INFO STEP 45 (ensure_file) COMPLETE
88292024-08-13T21:41:32.837Z[ host-image] Aug 13 21:41:31.329 INFO O| Aug 13 21:41:31.329 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88302024-08-13T21:41:32.846Z[ host-image] Aug 13 21:41:31.341 INFO O| Aug 13 21:41:31.341 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88312024-08-13T21:41:32.846Z[ host-image] Aug 13 21:41:31.341 INFO O| Aug 13 21:41:31.341 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88322024-08-13T21:41:32.848Z[ host-image] Aug 13 21:41:31.341 INFO O| Aug 13 21:41:31.341 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88332024-08-13T21:41:32.848Z[ host-image] Aug 13 21:41:31.341 INFO O| Aug 13 21:41:31.341 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88342024-08-13T21:41:32.848Z[ host-image] Aug 13 21:41:31.341 INFO O| Aug 13 21:41:31.341 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88352024-08-13T21:41:32.848Z[ host-image] Aug 13 21:41:31.341 INFO O| Aug 13 21:41:31.341 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88362024-08-13T21:41:32.848Z[ host-image] Aug 13 21:41:31.341 INFO O| Aug 13 21:41:31.341 INFO ok!
88372024-08-13T21:41:32.848Z[ host-image] Aug 13 21:41:31.341 INFO O| Aug 13 21:41:31.341 INFO STEP 46 (ensure_file) COMPLETE
88382024-08-13T21:41:32.848Z[ host-image] Aug 13 21:41:31.341 INFO O| Aug 13 21:41:31.341 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88392024-08-13T21:41:32.855Z[ host-image] Aug 13 21:41:31.351 INFO O| Aug 13 21:41:31.351 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
88402024-08-13T21:41:32.856Z[ host-image] Aug 13 21:41:31.351 INFO O| Aug 13 21:41:31.351 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 ...
88412024-08-13T21:41:32.858Z[ host-image] Aug 13 21:41:31.351 INFO O| Aug 13 21:41:31.351 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
88422024-08-13T21:41:32.858Z[ host-image] Aug 13 21:41:31.351 INFO O| Aug 13 21:41:31.351 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88432024-08-13T21:41:32.858Z[ host-image] Aug 13 21:41:31.351 INFO O| Aug 13 21:41:31.351 INFO ok!
88442024-08-13T21:41:32.858Z[ host-image] Aug 13 21:41:31.351 INFO O| Aug 13 21:41:31.351 INFO STEP 47 (ensure_file) COMPLETE
88452024-08-13T21:41:32.858Z[ host-image] Aug 13 21:41:31.351 INFO O| Aug 13 21:41:31.351 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88462024-08-13T21:41:32.865Z[ host-image] Aug 13 21:41:31.360 INFO O| Aug 13 21:41:31.360 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
88472024-08-13T21:41:32.865Z[ host-image] Aug 13 21:41:31.360 INFO O| Aug 13 21:41:31.360 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
88482024-08-13T21:41:32.868Z[ host-image] Aug 13 21:41:31.361 INFO O| Aug 13 21:41:31.361 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88492024-08-13T21:41:32.868Z[ host-image] Aug 13 21:41:31.361 INFO O| Aug 13 21:41:31.361 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88502024-08-13T21:41:32.868Z[ host-image] Aug 13 21:41:31.361 INFO O| Aug 13 21:41:31.361 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88512024-08-13T21:41:32.868Z[ host-image] Aug 13 21:41:31.361 INFO O| Aug 13 21:41:31.361 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88522024-08-13T21:41:32.868Z[ host-image] Aug 13 21:41:31.361 INFO O| Aug 13 21:41:31.361 INFO ok!
88532024-08-13T21:41:32.868Z[ host-image] Aug 13 21:41:31.361 INFO O| Aug 13 21:41:31.361 INFO STEP 48 (ensure_file) COMPLETE
88542024-08-13T21:41:32.868Z[ host-image] Aug 13 21:41:31.361 INFO O| Aug 13 21:41:31.361 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88552024-08-13T21:41:32.875Z[ host-image] Aug 13 21:41:31.370 INFO O| Aug 13 21:41:31.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
88562024-08-13T21:41:32.875Z[ host-image] Aug 13 21:41:31.370 INFO O| Aug 13 21:41:31.370 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 ...
88572024-08-13T21:41:32.878Z[ host-image] Aug 13 21:41:31.370 INFO O| Aug 13 21:41:31.370 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
88582024-08-13T21:41:32.878Z[ host-image] Aug 13 21:41:31.370 INFO O| Aug 13 21:41:31.370 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
88592024-08-13T21:41:32.878Z[ host-image] Aug 13 21:41:31.370 INFO O| Aug 13 21:41:31.370 INFO ok!
88602024-08-13T21:41:32.878Z[ host-image] Aug 13 21:41:31.370 INFO O| Aug 13 21:41:31.370 INFO STEP 49 (ensure_file) COMPLETE
88612024-08-13T21:41:32.878Z[ host-image] Aug 13 21:41:31.370 INFO O| Aug 13 21:41:31.370 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88622024-08-13T21:41:32.885Z[ host-image] Aug 13 21:41:31.380 INFO O| Aug 13 21:41:31.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
88632024-08-13T21:41:32.887Z[ host-image] Aug 13 21:41:31.380 INFO O| Aug 13 21:41:31.380 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
88642024-08-13T21:41:32.887Z[ host-image] Aug 13 21:41:31.380 INFO O| Aug 13 21:41:31.380 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88652024-08-13T21:41:32.887Z[ host-image] Aug 13 21:41:31.380 INFO O| Aug 13 21:41:31.380 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88662024-08-13T21:41:32.887Z[ host-image] Aug 13 21:41:31.380 INFO O| Aug 13 21:41:31.380 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88672024-08-13T21:41:32.887Z[ host-image] Aug 13 21:41:31.380 INFO O| Aug 13 21:41:31.380 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88682024-08-13T21:41:32.887Z[ host-image] Aug 13 21:41:31.380 INFO O| Aug 13 21:41:31.380 INFO ok!
88692024-08-13T21:41:32.887Z[ host-image] Aug 13 21:41:31.380 INFO O| Aug 13 21:41:31.380 INFO STEP 50 (ensure_file) COMPLETE
88702024-08-13T21:41:32.887Z[ host-image] Aug 13 21:41:31.380 INFO O| Aug 13 21:41:31.380 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88712024-08-13T21:41:32.895Z[ host-image] Aug 13 21:41:31.390 INFO O| Aug 13 21:41:31.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
88722024-08-13T21:41:32.895Z[ host-image] Aug 13 21:41:31.390 INFO O| Aug 13 21:41:31.390 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 ...
88732024-08-13T21:41:32.897Z[ host-image] Aug 13 21:41:31.390 INFO O| Aug 13 21:41:31.390 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
88742024-08-13T21:41:32.897Z[ host-image] Aug 13 21:41:31.390 INFO O| Aug 13 21:41:31.390 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
88752024-08-13T21:41:32.897Z[ host-image] Aug 13 21:41:31.390 INFO O| Aug 13 21:41:31.390 INFO ok!
88762024-08-13T21:41:32.897Z[ host-image] Aug 13 21:41:31.390 INFO O| Aug 13 21:41:31.390 INFO STEP 51 (ensure_file) COMPLETE
88772024-08-13T21:41:32.898Z[ host-image] Aug 13 21:41:31.390 INFO O| Aug 13 21:41:31.390 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88782024-08-13T21:41:32.905Z[ host-image] Aug 13 21:41:31.400 INFO O| Aug 13 21:41:31.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
88792024-08-13T21:41:32.905Z[ host-image] Aug 13 21:41:31.400 INFO O| Aug 13 21:41:31.400 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 ...
88802024-08-13T21:41:32.907Z[ host-image] Aug 13 21:41:31.400 INFO O| Aug 13 21:41:31.400 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
88812024-08-13T21:41:32.907Z[ host-image] Aug 13 21:41:31.400 INFO O| Aug 13 21:41:31.400 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
88822024-08-13T21:41:32.907Z[ host-image] Aug 13 21:41:31.400 INFO O| Aug 13 21:41:31.400 INFO ok!
88832024-08-13T21:41:32.907Z[ host-image] Aug 13 21:41:31.400 INFO O| Aug 13 21:41:31.400 INFO STEP 52 (ensure_file) COMPLETE
88842024-08-13T21:41:32.907Z[ host-image] Aug 13 21:41:31.400 INFO O| Aug 13 21:41:31.400 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88852024-08-13T21:41:32.915Z[ host-image] Aug 13 21:41:31.410 INFO O| Aug 13 21:41:31.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
88862024-08-13T21:41:32.915Z[ host-image] Aug 13 21:41:31.410 INFO O| Aug 13 21:41:31.410 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 ...
88872024-08-13T21:41:32.917Z[ host-image] Aug 13 21:41:31.410 INFO O| Aug 13 21:41:31.410 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
88882024-08-13T21:41:32.917Z[ host-image] Aug 13 21:41:31.410 INFO O| Aug 13 21:41:31.410 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
88892024-08-13T21:41:32.917Z[ host-image] Aug 13 21:41:31.410 INFO O| Aug 13 21:41:31.410 INFO ok!
88902024-08-13T21:41:32.917Z[ host-image] Aug 13 21:41:31.410 INFO O| Aug 13 21:41:31.410 INFO STEP 53 (ensure_file) COMPLETE
88912024-08-13T21:41:32.917Z[ host-image] Aug 13 21:41:31.410 INFO O| Aug 13 21:41:31.410 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88922024-08-13T21:41:32.924Z[ host-image] Aug 13 21:41:31.419 INFO O| Aug 13 21:41:31.419 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
88932024-08-13T21:41:32.924Z[ host-image] Aug 13 21:41:31.419 INFO O| Aug 13 21:41:31.419 INFO STEP 54 (ensure_dir) COMPLETE
88942024-08-13T21:41:32.924Z[ host-image] Aug 13 21:41:31.419 INFO O| Aug 13 21:41:31.419 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88952024-08-13T21:41:32.934Z[ host-image] Aug 13 21:41:31.429 INFO O| Aug 13 21:41:31.429 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88962024-08-13T21:41:32.934Z[ host-image] Aug 13 21:41:31.429 INFO O| Aug 13 21:41:31.429 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88972024-08-13T21:41:32.936Z[ host-image] Aug 13 21:41:31.429 INFO O| Aug 13 21:41:31.429 INFO STEP 55 (ensure_dir) COMPLETE
88982024-08-13T21:41:32.936Z[ host-image] Aug 13 21:41:31.429 INFO O| Aug 13 21:41:31.429 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88992024-08-13T21:41:32.945Z[ host-image] Aug 13 21:41:31.440 INFO O| Aug 13 21:41:31.440 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89002024-08-13T21:41:32.945Z[ host-image] Aug 13 21:41:31.440 INFO O| Aug 13 21:41:31.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89012024-08-13T21:41:32.948Z[ host-image] Aug 13 21:41:31.440 INFO O| Aug 13 21:41:31.440 INFO STEP 56 (ensure_dir) COMPLETE
89022024-08-13T21:41:32.948Z[ host-image] Aug 13 21:41:31.440 INFO O| Aug 13 21:41:31.440 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89032024-08-13T21:41:32.957Z[ host-image] Aug 13 21:41:31.452 INFO O| Aug 13 21:41:31.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89042024-08-13T21:41:32.957Z[ host-image] Aug 13 21:41:31.452 INFO O| Aug 13 21:41:31.452 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89052024-08-13T21:41:32.978Z[ host-image] Aug 13 21:41:31.473 INFO O| Aug 13 21:41:31.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89062024-08-13T21:41:32.978Z[ host-image] Aug 13 21:41:31.473 INFO O| Aug 13 21:41:31.473 INFO ok!
89072024-08-13T21:41:32.981Z[ host-image] Aug 13 21:41:31.473 INFO O| Aug 13 21:41:31.473 INFO STEP 57 (ensure_file) COMPLETE
89082024-08-13T21:41:32.981Z[ host-image] Aug 13 21:41:31.473 INFO O| Aug 13 21:41:31.473 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89092024-08-13T21:41:32.991Z[ host-image] Aug 13 21:41:31.486 INFO O| Aug 13 21:41:31.486 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89102024-08-13T21:41:32.991Z[ host-image] Aug 13 21:41:31.486 INFO O| Aug 13 21:41:31.486 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89112024-08-13T21:41:34.163Z[ host-image] Aug 13 21:41:32.657 INFO O| Aug 13 21:41:32.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89122024-08-13T21:41:34.163Z[ host-image] Aug 13 21:41:32.658 INFO O| Aug 13 21:41:32.657 INFO ok!
89132024-08-13T21:41:34.166Z[ host-image] Aug 13 21:41:32.658 INFO O| Aug 13 21:41:32.657 INFO STEP 58 (ensure_file) COMPLETE
89142024-08-13T21:41:34.166Z[ host-image] Aug 13 21:41:32.658 INFO O| Aug 13 21:41:32.657 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89152024-08-13T21:41:34.175Z[ host-image] Aug 13 21:41:32.670 INFO O| Aug 13 21:41:32.670 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89162024-08-13T21:41:34.178Z[ host-image] Aug 13 21:41:32.671 INFO O| Aug 13 21:41:32.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89172024-08-13T21:41:34.178Z[ host-image] Aug 13 21:41:32.671 INFO O| Aug 13 21:41:32.671 INFO STEP 59 (ensure_dir) COMPLETE
89182024-08-13T21:41:34.178Z[ host-image] Aug 13 21:41:32.671 INFO O| Aug 13 21:41:32.671 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89192024-08-13T21:41:34.186Z[ host-image] Aug 13 21:41:32.681 INFO O| Aug 13 21:41:32.681 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89202024-08-13T21:41:34.186Z[ host-image] Aug 13 21:41:32.681 INFO O| Aug 13 21:41:32.681 INFO copying /tmp/.tmpR7Wfvw/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 ...
89212024-08-13T21:41:34.188Z[ host-image] Aug 13 21:41:32.681 INFO O| Aug 13 21:41:32.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89222024-08-13T21:41:34.188Z[ host-image] Aug 13 21:41:32.681 INFO O| Aug 13 21:41:32.681 INFO ok!
89232024-08-13T21:41:34.188Z[ host-image] Aug 13 21:41:32.681 INFO O| Aug 13 21:41:32.681 INFO STEP 60 (ensure_file) COMPLETE
89242024-08-13T21:41:34.188Z[ host-image] Aug 13 21:41:32.681 INFO O| Aug 13 21:41:32.681 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89252024-08-13T21:41:34.198Z[ host-image] Aug 13 21:41:32.693 INFO O| Aug 13 21:41:32.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89262024-08-13T21:41:34.198Z[ host-image] Aug 13 21:41:32.693 INFO O| Aug 13 21:41:32.693 INFO copying /tmp/.tmpR7Wfvw/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 ...
89272024-08-13T21:41:34.201Z[ host-image] Aug 13 21:41:32.693 INFO O| Aug 13 21:41:32.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89282024-08-13T21:41:34.201Z[ host-image] Aug 13 21:41:32.693 INFO O| Aug 13 21:41:32.693 INFO ok!
89292024-08-13T21:41:34.201Z[ host-image] Aug 13 21:41:32.693 INFO O| Aug 13 21:41:32.693 INFO STEP 61 (ensure_file) COMPLETE
89302024-08-13T21:41:34.201Z[ host-image] Aug 13 21:41:32.693 INFO O| Aug 13 21:41:32.693 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89312024-08-13T21:41:34.209Z[ host-image] Aug 13 21:41:32.704 INFO O| Aug 13 21:41:32.704 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89322024-08-13T21:41:34.212Z[ host-image] Aug 13 21:41:32.704 INFO O| Aug 13 21:41:32.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89332024-08-13T21:41:34.212Z[ host-image] Aug 13 21:41:32.704 INFO O| Aug 13 21:41:32.704 INFO STEP 62 (ensure_dir) COMPLETE
89342024-08-13T21:41:34.212Z[ host-image] Aug 13 21:41:32.704 INFO O| Aug 13 21:41:32.704 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89352024-08-13T21:41:34.223Z[ host-image] Aug 13 21:41:32.718 INFO O| Aug 13 21:41:32.718 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89362024-08-13T21:41:34.223Z[ host-image] Aug 13 21:41:32.718 INFO O| Aug 13 21:41:32.718 INFO copying /tmp/.tmpR7Wfvw/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 ...
89372024-08-13T21:41:34.226Z[ host-image] Aug 13 21:41:32.718 INFO O| Aug 13 21:41:32.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89382024-08-13T21:41:34.226Z[ host-image] Aug 13 21:41:32.718 INFO O| Aug 13 21:41:32.718 INFO ok!
89392024-08-13T21:41:34.226Z[ host-image] Aug 13 21:41:32.718 INFO O| Aug 13 21:41:32.718 INFO STEP 63 (ensure_file) COMPLETE
89402024-08-13T21:41:34.226Z[ host-image] Aug 13 21:41:32.718 INFO O| Aug 13 21:41:32.718 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89412024-08-13T21:41:34.237Z[ host-image] Aug 13 21:41:32.732 INFO O| Aug 13 21:41:32.732 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
89422024-08-13T21:41:34.237Z[ host-image] Aug 13 21:41:32.732 INFO O| Aug 13 21:41:32.732 INFO copying /tmp/.tmpR7Wfvw/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 ...
89432024-08-13T21:41:34.240Z[ host-image] Aug 13 21:41:32.732 INFO O| Aug 13 21:41:32.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
89442024-08-13T21:41:34.240Z[ host-image] Aug 13 21:41:32.732 INFO O| Aug 13 21:41:32.732 INFO ok!
89452024-08-13T21:41:34.240Z[ host-image] Aug 13 21:41:32.732 INFO O| Aug 13 21:41:32.732 INFO STEP 64 (ensure_file) COMPLETE
89462024-08-13T21:41:34.240Z[ host-image] Aug 13 21:41:32.732 INFO O| Aug 13 21:41:32.732 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89472024-08-13T21:41:34.252Z[ host-image] Aug 13 21:41:32.747 INFO O| Aug 13 21:41:32.747 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89482024-08-13T21:41:34.252Z[ host-image] Aug 13 21:41:32.747 INFO O| Aug 13 21:41:32.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89492024-08-13T21:41:34.256Z[ host-image] Aug 13 21:41:32.747 INFO O| Aug 13 21:41:32.747 INFO STEP 65 (ensure_dir) COMPLETE
89502024-08-13T21:41:34.256Z[ host-image] Aug 13 21:41:32.747 INFO O| Aug 13 21:41:32.747 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89512024-08-13T21:41:34.263Z[ host-image] Aug 13 21:41:32.758 INFO O| Aug 13 21:41:32.758 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
89522024-08-13T21:41:34.263Z[ host-image] Aug 13 21:41:32.758 INFO O| Aug 13 21:41:32.758 INFO copying /tmp/.tmpR7Wfvw/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 ...
89532024-08-13T21:41:34.265Z[ host-image] Aug 13 21:41:32.758 INFO O| Aug 13 21:41:32.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
89542024-08-13T21:41:34.265Z[ host-image] Aug 13 21:41:32.758 INFO O| Aug 13 21:41:32.758 INFO ok!
89552024-08-13T21:41:34.265Z[ host-image] Aug 13 21:41:32.758 INFO O| Aug 13 21:41:32.758 INFO STEP 66 (ensure_file) COMPLETE
89562024-08-13T21:41:34.265Z[ host-image] Aug 13 21:41:32.758 INFO O| Aug 13 21:41:32.758 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89572024-08-13T21:41:34.275Z[ host-image] Aug 13 21:41:32.770 INFO O| Aug 13 21:41:32.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
89582024-08-13T21:41:34.277Z[ host-image] Aug 13 21:41:32.770 INFO O| Aug 13 21:41:32.770 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
89592024-08-13T21:41:34.277Z[ host-image] Aug 13 21:41:32.770 INFO O| Aug 13 21:41:32.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
89602024-08-13T21:41:34.277Z[ host-image] Aug 13 21:41:32.770 INFO O| Aug 13 21:41:32.770 INFO ok!
89612024-08-13T21:41:34.277Z[ host-image] Aug 13 21:41:32.770 INFO O| Aug 13 21:41:32.770 INFO STEP 67 (ensure_file) COMPLETE
89622024-08-13T21:41:34.277Z[ host-image] Aug 13 21:41:32.770 INFO O| Aug 13 21:41:32.770 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89632024-08-13T21:41:34.286Z[ host-image] Aug 13 21:41:32.781 INFO O| Aug 13 21:41:32.781 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89642024-08-13T21:41:34.289Z[ host-image] Aug 13 21:41:32.781 INFO O| Aug 13 21:41:32.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89652024-08-13T21:41:34.289Z[ host-image] Aug 13 21:41:32.781 INFO O| Aug 13 21:41:32.781 INFO STEP 68 (ensure_dir) COMPLETE
89662024-08-13T21:41:34.289Z[ host-image] Aug 13 21:41:32.781 INFO O| Aug 13 21:41:32.781 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89672024-08-13T21:41:34.298Z[ host-image] Aug 13 21:41:32.793 INFO O| Aug 13 21:41:32.792 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
89682024-08-13T21:41:34.298Z[ host-image] Aug 13 21:41:32.793 INFO O| Aug 13 21:41:32.792 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
89692024-08-13T21:41:34.895Z[ host-image] Aug 13 21:41:33.389 INFO O| Aug 13 21:41:33.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
89702024-08-13T21:41:34.895Z[ host-image] Aug 13 21:41:33.389 INFO O| Aug 13 21:41:33.389 INFO ok!
89712024-08-13T21:41:34.897Z[ host-image] Aug 13 21:41:33.389 INFO O| Aug 13 21:41:33.389 INFO STEP 69 (ensure_file) COMPLETE
89722024-08-13T21:41:34.897Z[ host-image] Aug 13 21:41:33.389 INFO O| Aug 13 21:41:33.389 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89732024-08-13T21:41:34.908Z[ host-image] Aug 13 21:41:33.402 INFO O| Aug 13 21:41:33.402 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
89742024-08-13T21:41:34.908Z[ host-image] Aug 13 21:41:33.402 INFO O| Aug 13 21:41:33.402 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
89752024-08-13T21:41:36.361Z[ host-image] Aug 13 21:41:34.856 INFO O| Aug 13 21:41:34.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
89762024-08-13T21:41:36.362Z[ host-image] Aug 13 21:41:34.856 INFO O| Aug 13 21:41:34.856 INFO ok!
89772024-08-13T21:41:36.364Z[ host-image] Aug 13 21:41:34.856 INFO O| Aug 13 21:41:34.856 INFO STEP 70 (ensure_file) COMPLETE
89782024-08-13T21:41:36.364Z[ host-image] Aug 13 21:41:34.856 INFO O| Aug 13 21:41:34.856 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89792024-08-13T21:41:36.372Z[ host-image] Aug 13 21:41:34.867 INFO O| Aug 13 21:41:34.867 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89802024-08-13T21:41:36.375Z[ host-image] Aug 13 21:41:34.867 INFO O| Aug 13 21:41:34.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89812024-08-13T21:41:36.375Z[ host-image] Aug 13 21:41:34.867 INFO O| Aug 13 21:41:34.867 INFO STEP 71 (ensure_dir) COMPLETE
89822024-08-13T21:41:36.375Z[ host-image] Aug 13 21:41:34.867 INFO O| Aug 13 21:41:34.867 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89832024-08-13T21:41:36.382Z[ host-image] Aug 13 21:41:34.876 INFO O| Aug 13 21:41:34.876 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
89842024-08-13T21:41:36.382Z[ host-image] Aug 13 21:41:34.877 INFO O| Aug 13 21:41:34.876 INFO copying /tmp/.tmpR7Wfvw/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 ...
89852024-08-13T21:41:36.384Z[ host-image] Aug 13 21:41:34.877 INFO O| Aug 13 21:41:34.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
89862024-08-13T21:41:36.384Z[ host-image] Aug 13 21:41:34.877 INFO O| Aug 13 21:41:34.877 INFO ok!
89872024-08-13T21:41:36.384Z[ host-image] Aug 13 21:41:34.877 INFO O| Aug 13 21:41:34.877 INFO STEP 72 (ensure_file) COMPLETE
89882024-08-13T21:41:36.384Z[ host-image] Aug 13 21:41:34.877 INFO O| Aug 13 21:41:34.877 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89892024-08-13T21:41:36.392Z[ host-image] Aug 13 21:41:34.887 INFO O| Aug 13 21:41:34.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
89902024-08-13T21:41:36.392Z[ host-image] Aug 13 21:41:34.887 INFO O| Aug 13 21:41:34.887 INFO copying /tmp/.tmpR7Wfvw/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 ...
89912024-08-13T21:41:36.392Z[ host-image] Aug 13 21:41:34.887 INFO O| Aug 13 21:41:34.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
89922024-08-13T21:41:36.394Z[ host-image] Aug 13 21:41:34.887 INFO O| Aug 13 21:41:34.887 INFO ok!
89932024-08-13T21:41:36.394Z[ host-image] Aug 13 21:41:34.887 INFO O| Aug 13 21:41:34.887 INFO STEP 73 (ensure_file) COMPLETE
89942024-08-13T21:41:36.394Z[ host-image] Aug 13 21:41:34.887 INFO O| Aug 13 21:41:34.887 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89952024-08-13T21:41:36.402Z[ host-image] Aug 13 21:41:34.896 INFO O| Aug 13 21:41:34.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
89962024-08-13T21:41:36.402Z[ host-image] Aug 13 21:41:34.896 INFO O| Aug 13 21:41:34.896 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
89972024-08-13T21:41:36.404Z[ host-image] Aug 13 21:41:34.896 INFO O| Aug 13 21:41:34.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
89982024-08-13T21:41:36.404Z[ host-image] Aug 13 21:41:34.896 INFO O| Aug 13 21:41:34.896 INFO ok!
89992024-08-13T21:41:36.404Z[ host-image] Aug 13 21:41:34.896 INFO O| Aug 13 21:41:34.896 INFO STEP 74 (ensure_file) COMPLETE
90002024-08-13T21:41:36.404Z[ host-image] Aug 13 21:41:34.896 INFO O| Aug 13 21:41:34.896 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90012024-08-13T21:41:36.411Z[ host-image] Aug 13 21:41:34.906 INFO O| Aug 13 21:41:34.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90022024-08-13T21:41:36.411Z[ host-image] Aug 13 21:41:34.906 INFO O| Aug 13 21:41:34.906 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90032024-08-13T21:41:36.415Z[ host-image] Aug 13 21:41:34.906 INFO O| Aug 13 21:41:34.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90042024-08-13T21:41:36.415Z[ host-image] Aug 13 21:41:34.906 INFO O| Aug 13 21:41:34.906 INFO ok!
90052024-08-13T21:41:36.415Z[ host-image] Aug 13 21:41:34.906 INFO O| Aug 13 21:41:34.906 INFO STEP 75 (ensure_file) COMPLETE
90062024-08-13T21:41:36.415Z[ host-image] Aug 13 21:41:34.906 INFO O| Aug 13 21:41:34.906 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90072024-08-13T21:41:36.420Z[ host-image] Aug 13 21:41:34.915 INFO O| Aug 13 21:41:34.915 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90082024-08-13T21:41:36.423Z[ host-image] Aug 13 21:41:34.915 INFO O| Aug 13 21:41:34.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90092024-08-13T21:41:36.423Z[ host-image] Aug 13 21:41:34.915 INFO O| Aug 13 21:41:34.915 INFO STEP 76 (ensure_dir) COMPLETE
90102024-08-13T21:41:36.423Z[ host-image] Aug 13 21:41:34.915 INFO O| Aug 13 21:41:34.915 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90112024-08-13T21:41:36.430Z[ host-image] Aug 13 21:41:34.924 INFO O| Aug 13 21:41:34.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90122024-08-13T21:41:36.430Z[ host-image] Aug 13 21:41:34.924 INFO O| Aug 13 21:41:34.924 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90132024-08-13T21:41:36.902Z[ host-image] Aug 13 21:41:35.396 INFO O| Aug 13 21:41:35.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90142024-08-13T21:41:36.902Z[ host-image] Aug 13 21:41:35.396 INFO O| Aug 13 21:41:35.396 INFO ok!
90152024-08-13T21:41:36.902Z[ host-image] Aug 13 21:41:35.396 INFO O| Aug 13 21:41:35.396 INFO STEP 77 (ensure_file) COMPLETE
90162024-08-13T21:41:36.904Z[ host-image] Aug 13 21:41:35.396 INFO O| Aug 13 21:41:35.396 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90172024-08-13T21:41:36.913Z[ host-image] Aug 13 21:41:35.407 INFO O| Aug 13 21:41:35.407 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90182024-08-13T21:41:36.913Z[ host-image] Aug 13 21:41:35.407 INFO O| Aug 13 21:41:35.407 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90192024-08-13T21:41:36.915Z[ host-image] Aug 13 21:41:35.407 INFO O| Aug 13 21:41:35.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90202024-08-13T21:41:36.915Z[ host-image] Aug 13 21:41:35.407 INFO O| Aug 13 21:41:35.407 INFO ok!
90212024-08-13T21:41:36.915Z[ host-image] Aug 13 21:41:35.407 INFO O| Aug 13 21:41:35.407 INFO STEP 78 (ensure_file) COMPLETE
90222024-08-13T21:41:36.915Z[ host-image] Aug 13 21:41:35.407 INFO O| Aug 13 21:41:35.407 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90232024-08-13T21:41:36.922Z[ host-image] Aug 13 21:41:35.417 INFO O| Aug 13 21:41:35.417 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90242024-08-13T21:41:36.922Z[ host-image] Aug 13 21:41:35.417 INFO O| Aug 13 21:41:35.417 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90252024-08-13T21:41:37.016Z[ recovery-image] Aug 13 21:41:35.504 INFO E| Finished `release` profile [optimized] target(s) in 41.68s
90262024-08-13T21:41:37.044Z[ recovery-image] Aug 13 21:41:35.533 INFO building host image...
90272024-08-13T21:41:37.047Z[ recovery-image] Aug 13 21:41:35.533 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")
90282024-08-13T21:41:37.730Z[ host-image] Aug 13 21:41:36.224 INFO O| Aug 13 21:41:36.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90292024-08-13T21:41:37.730Z[ host-image] Aug 13 21:41:36.224 INFO O| Aug 13 21:41:36.224 INFO ok!
90302024-08-13T21:41:37.730Z[ host-image] Aug 13 21:41:36.224 INFO O| Aug 13 21:41:36.224 INFO STEP 79 (ensure_file) COMPLETE
90312024-08-13T21:41:37.732Z[ host-image] Aug 13 21:41:36.224 INFO O| Aug 13 21:41:36.224 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90322024-08-13T21:41:37.740Z[ host-image] Aug 13 21:41:36.235 INFO O| Aug 13 21:41:36.235 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90332024-08-13T21:41:37.742Z[ host-image] Aug 13 21:41:36.235 INFO O| Aug 13 21:41:36.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90342024-08-13T21:41:37.742Z[ host-image] Aug 13 21:41:36.235 INFO O| Aug 13 21:41:36.235 INFO STEP 80 (ensure_dir) COMPLETE
90352024-08-13T21:41:37.742Z[ host-image] Aug 13 21:41:36.235 INFO O| Aug 13 21:41:36.235 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90362024-08-13T21:41:37.748Z[ recovery-image] Aug 13 21:41:36.242 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90372024-08-13T21:41:37.750Z[ host-image] Aug 13 21:41:36.244 INFO O| Aug 13 21:41:36.244 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90382024-08-13T21:41:37.752Z[ host-image] Aug 13 21:41:36.245 INFO O| Aug 13 21:41:36.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90392024-08-13T21:41:37.752Z[ host-image] Aug 13 21:41:36.245 INFO O| Aug 13 21:41:36.245 INFO STEP 81 (ensure_dir) COMPLETE
90402024-08-13T21:41:37.752Z[ host-image] Aug 13 21:41:36.245 INFO O| Aug 13 21:41:36.245 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90412024-08-13T21:41:37.760Z[ host-image] Aug 13 21:41:36.254 INFO O| Aug 13 21:41:36.254 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90422024-08-13T21:41:37.760Z[ host-image] Aug 13 21:41:36.254 INFO O| Aug 13 21:41:36.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90432024-08-13T21:41:37.762Z[ host-image] Aug 13 21:41:36.254 INFO O| Aug 13 21:41:36.254 INFO STEP 82 (ensure_dir) COMPLETE
90442024-08-13T21:41:37.762Z[ host-image] Aug 13 21:41:36.254 INFO O| Aug 13 21:41:36.254 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90452024-08-13T21:41:37.769Z[ host-image] Aug 13 21:41:36.263 INFO O| Aug 13 21:41:36.263 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90462024-08-13T21:41:37.771Z[ host-image] Aug 13 21:41:36.264 INFO O| Aug 13 21:41:36.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90472024-08-13T21:41:37.771Z[ host-image] Aug 13 21:41:36.264 INFO O| Aug 13 21:41:36.264 INFO STEP 83 (ensure_dir) COMPLETE
90482024-08-13T21:41:37.771Z[ host-image] Aug 13 21:41:36.264 INFO O| Aug 13 21:41:36.264 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90492024-08-13T21:41:37.778Z[ host-image] Aug 13 21:41:36.273 INFO O| Aug 13 21:41:36.273 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90502024-08-13T21:41:37.781Z[ host-image] Aug 13 21:41:36.273 INFO O| Aug 13 21:41:36.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90512024-08-13T21:41:37.781Z[ host-image] Aug 13 21:41:36.273 INFO O| Aug 13 21:41:36.273 INFO STEP 84 (ensure_dir) COMPLETE
90522024-08-13T21:41:37.781Z[ host-image] Aug 13 21:41:36.273 INFO O| Aug 13 21:41:36.273 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90532024-08-13T21:41:37.788Z[ host-image] Aug 13 21:41:36.282 INFO O| Aug 13 21:41:36.282 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
90542024-08-13T21:41:37.790Z[ host-image] Aug 13 21:41:36.282 INFO O| Aug 13 21:41:36.282 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:37.790Z[ host-image] Aug 13 21:41:36.282 INFO O| Aug 13 21:41:36.282 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-13T21:41:37.790Z[ host-image] Aug 13 21:41:36.282 INFO O| Aug 13 21:41:36.282 INFO ok!
90572024-08-13T21:41:37.790Z[ host-image] Aug 13 21:41:36.282 INFO O| Aug 13 21:41:36.282 INFO STEP 85 (ensure_file) COMPLETE
90582024-08-13T21:41:37.790Z[ host-image] Aug 13 21:41:36.282 INFO O| Aug 13 21:41:36.282 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90592024-08-13T21:41:37.797Z[ host-image] Aug 13 21:41:36.292 INFO O| Aug 13 21:41:36.291 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90602024-08-13T21:41:37.797Z[ host-image] Aug 13 21:41:36.292 INFO O| Aug 13 21:41:36.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90612024-08-13T21:41:37.800Z[ host-image] Aug 13 21:41:36.292 INFO O| Aug 13 21:41:36.292 INFO STEP 86 (ensure_dir) COMPLETE
90622024-08-13T21:41:37.800Z[ host-image] Aug 13 21:41:36.292 INFO O| Aug 13 21:41:36.292 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90632024-08-13T21:41:37.806Z[ host-image] Aug 13 21:41:36.301 INFO O| Aug 13 21:41:36.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
90642024-08-13T21:41:37.806Z[ host-image] Aug 13 21:41:36.301 INFO O| Aug 13 21:41:36.301 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:37.809Z[ host-image] Aug 13 21:41:36.301 INFO O| Aug 13 21:41:36.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
90662024-08-13T21:41:37.809Z[ host-image] Aug 13 21:41:36.301 INFO O| Aug 13 21:41:36.301 INFO ok!
90672024-08-13T21:41:37.809Z[ host-image] Aug 13 21:41:36.301 INFO O| Aug 13 21:41:36.301 INFO STEP 87 (ensure_file) COMPLETE
90682024-08-13T21:41:37.809Z[ host-image] Aug 13 21:41:36.301 INFO O| Aug 13 21:41:36.301 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90692024-08-13T21:41:37.816Z[ host-image] Aug 13 21:41:36.310 INFO O| Aug 13 21:41:36.310 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
90702024-08-13T21:41:37.816Z[ host-image] Aug 13 21:41:36.310 INFO O| Aug 13 21:41:36.310 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
90712024-08-13T21:41:37.827Z[ host-image] Aug 13 21:41:36.322 INFO O| Aug 13 21:41:36.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
90722024-08-13T21:41:37.827Z[ host-image] Aug 13 21:41:36.322 INFO O| Aug 13 21:41:36.322 INFO ok!
90732024-08-13T21:41:37.830Z[ host-image] Aug 13 21:41:36.322 INFO O| Aug 13 21:41:36.322 INFO STEP 88 (ensure_file) COMPLETE
90742024-08-13T21:41:37.830Z[ host-image] Aug 13 21:41:36.322 INFO O| Aug 13 21:41:36.322 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90752024-08-13T21:41:37.837Z[ host-image] Aug 13 21:41:36.331 INFO O| Aug 13 21:41:36.331 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
90762024-08-13T21:41:37.837Z[ host-image] Aug 13 21:41:36.331 INFO O| Aug 13 21:41:36.331 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
90772024-08-13T21:41:38.383Z[ host-image] Aug 13 21:41:36.833 INFO O| Aug 13 21:41:36.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
90782024-08-13T21:41:38.383Z[ host-image] Aug 13 21:41:36.833 INFO O| Aug 13 21:41:36.833 INFO ok!
90792024-08-13T21:41:38.383Z[ host-image] Aug 13 21:41:36.833 INFO O| Aug 13 21:41:36.833 INFO STEP 89 (ensure_file) COMPLETE
90802024-08-13T21:41:38.387Z[ host-image] Aug 13 21:41:36.833 INFO O| Aug 13 21:41:36.833 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90812024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.844 INFO O| Aug 13 21:41:36.844 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
90822024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.844 INFO O| Aug 13 21:41:36.844 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
90832024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.845 INFO O| Aug 13 21:41:36.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
90842024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.845 INFO O| Aug 13 21:41:36.844 INFO ok!
90852024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.845 INFO O| Aug 13 21:41:36.845 INFO STEP 90 (ensure_file) COMPLETE
90862024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.845 INFO O| Aug 13 21:41:36.845 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90872024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.854 INFO O| Aug 13 21:41:36.854 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90882024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.855 INFO O| Aug 13 21:41:36.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90892024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.855 INFO O| Aug 13 21:41:36.855 INFO STEP 91 (ensure_dir) COMPLETE
90902024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.855 INFO O| Aug 13 21:41:36.855 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90912024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.864 INFO O| Aug 13 21:41:36.864 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
90922024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.864 INFO O| Aug 13 21:41:36.864 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.865 INFO O| Aug 13 21:41:36.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
90942024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.865 INFO O| Aug 13 21:41:36.865 INFO ok!
90952024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.865 INFO O| Aug 13 21:41:36.865 INFO STEP 92 (ensure_file) COMPLETE
90962024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.865 INFO O| Aug 13 21:41:36.865 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90972024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.875 INFO O| Aug 13 21:41:36.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
90982024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.875 INFO O| Aug 13 21:41:36.875 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.875 INFO O| Aug 13 21:41:36.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91002024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.875 INFO O| Aug 13 21:41:36.875 INFO ok!
91012024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.875 INFO O| Aug 13 21:41:36.875 INFO STEP 93 (ensure_file) COMPLETE
91022024-08-13T21:41:38.388Z[ host-image] Aug 13 21:41:36.875 INFO O| Aug 13 21:41:36.875 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91032024-08-13T21:41:38.392Z[ host-image] Aug 13 21:41:36.885 INFO O| Aug 13 21:41:36.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91042024-08-13T21:41:38.392Z[ host-image] Aug 13 21:41:36.885 INFO O| Aug 13 21:41:36.885 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.392Z[ host-image] Aug 13 21:41:36.885 INFO O| Aug 13 21:41:36.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91062024-08-13T21:41:38.393Z[ host-image] Aug 13 21:41:36.885 INFO O| Aug 13 21:41:36.885 INFO ok!
91072024-08-13T21:41:38.393Z[ host-image] Aug 13 21:41:36.885 INFO O| Aug 13 21:41:36.885 INFO STEP 94 (ensure_file) COMPLETE
91082024-08-13T21:41:38.393Z[ host-image] Aug 13 21:41:36.885 INFO O| Aug 13 21:41:36.885 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91092024-08-13T21:41:38.400Z[ host-image] Aug 13 21:41:36.894 INFO O| Aug 13 21:41:36.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91102024-08-13T21:41:38.400Z[ host-image] Aug 13 21:41:36.895 INFO O| Aug 13 21:41:36.894 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.403Z[ host-image] Aug 13 21:41:36.895 INFO O| Aug 13 21:41:36.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91122024-08-13T21:41:38.403Z[ host-image] Aug 13 21:41:36.895 INFO O| Aug 13 21:41:36.895 INFO ok!
91132024-08-13T21:41:38.403Z[ host-image] Aug 13 21:41:36.895 INFO O| Aug 13 21:41:36.895 INFO STEP 95 (ensure_file) COMPLETE
91142024-08-13T21:41:38.403Z[ host-image] Aug 13 21:41:36.895 INFO O| Aug 13 21:41:36.895 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91152024-08-13T21:41:38.410Z[ host-image] Aug 13 21:41:36.905 INFO O| Aug 13 21:41:36.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91162024-08-13T21:41:38.413Z[ host-image] Aug 13 21:41:36.905 INFO O| Aug 13 21:41:36.905 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.413Z[ host-image] Aug 13 21:41:36.905 INFO O| Aug 13 21:41:36.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91182024-08-13T21:41:38.413Z[ host-image] Aug 13 21:41:36.905 INFO O| Aug 13 21:41:36.905 INFO ok!
91192024-08-13T21:41:38.413Z[ host-image] Aug 13 21:41:36.905 INFO O| Aug 13 21:41:36.905 INFO STEP 96 (ensure_file) COMPLETE
91202024-08-13T21:41:38.413Z[ host-image] Aug 13 21:41:36.905 INFO O| Aug 13 21:41:36.905 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91212024-08-13T21:41:38.420Z[ host-image] Aug 13 21:41:36.915 INFO O| Aug 13 21:41:36.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91222024-08-13T21:41:38.420Z[ host-image] Aug 13 21:41:36.915 INFO O| Aug 13 21:41:36.915 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.423Z[ host-image] Aug 13 21:41:36.915 INFO O| Aug 13 21:41:36.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91242024-08-13T21:41:38.423Z[ host-image] Aug 13 21:41:36.915 INFO O| Aug 13 21:41:36.915 INFO ok!
91252024-08-13T21:41:38.423Z[ host-image] Aug 13 21:41:36.915 INFO O| Aug 13 21:41:36.915 INFO STEP 97 (ensure_file) COMPLETE
91262024-08-13T21:41:38.423Z[ host-image] Aug 13 21:41:36.915 INFO O| Aug 13 21:41:36.915 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91272024-08-13T21:41:38.431Z[ host-image] Aug 13 21:41:36.925 INFO O| Aug 13 21:41:36.925 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91282024-08-13T21:41:38.431Z[ host-image] Aug 13 21:41:36.925 INFO O| Aug 13 21:41:36.925 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.433Z[ host-image] Aug 13 21:41:36.925 INFO O| Aug 13 21:41:36.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
91302024-08-13T21:41:38.434Z[ host-image] Aug 13 21:41:36.926 INFO O| Aug 13 21:41:36.925 INFO ok!
91312024-08-13T21:41:38.434Z[ host-image] Aug 13 21:41:36.926 INFO O| Aug 13 21:41:36.925 INFO STEP 98 (ensure_file) COMPLETE
91322024-08-13T21:41:38.434Z[ host-image] Aug 13 21:41:36.926 INFO O| Aug 13 21:41:36.925 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91332024-08-13T21:41:38.441Z[ host-image] Aug 13 21:41:36.936 INFO O| Aug 13 21:41:36.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
91342024-08-13T21:41:38.441Z[ host-image] Aug 13 21:41:36.936 INFO O| Aug 13 21:41:36.936 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.444Z[ host-image] Aug 13 21:41:36.936 INFO O| Aug 13 21:41:36.936 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-13T21:41:38.444Z[ host-image] Aug 13 21:41:36.936 INFO O| Aug 13 21:41:36.936 INFO ok!
91372024-08-13T21:41:38.444Z[ host-image] Aug 13 21:41:36.936 INFO O| Aug 13 21:41:36.936 INFO STEP 99 (ensure_file) COMPLETE
91382024-08-13T21:41:38.444Z[ host-image] Aug 13 21:41:36.936 INFO O| Aug 13 21:41:36.936 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91392024-08-13T21:41:38.451Z[ host-image] Aug 13 21:41:36.945 INFO O| Aug 13 21:41:36.945 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
91402024-08-13T21:41:38.451Z[ host-image] Aug 13 21:41:36.945 INFO O| Aug 13 21:41:36.945 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.454Z[ host-image] Aug 13 21:41:36.946 INFO O| Aug 13 21:41:36.945 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-13T21:41:38.454Z[ host-image] Aug 13 21:41:36.946 INFO O| Aug 13 21:41:36.945 INFO ok!
91432024-08-13T21:41:38.454Z[ host-image] Aug 13 21:41:36.946 INFO O| Aug 13 21:41:36.946 INFO STEP 100 (ensure_file) COMPLETE
91442024-08-13T21:41:38.454Z[ host-image] Aug 13 21:41:36.946 INFO O| Aug 13 21:41:36.946 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91452024-08-13T21:41:38.461Z[ host-image] Aug 13 21:41:36.955 INFO O| Aug 13 21:41:36.955 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
91462024-08-13T21:41:38.461Z[ host-image] Aug 13 21:41:36.955 INFO O| Aug 13 21:41:36.955 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.464Z[ host-image] Aug 13 21:41:36.956 INFO O| Aug 13 21:41:36.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
91482024-08-13T21:41:38.464Z[ host-image] Aug 13 21:41:36.956 INFO O| Aug 13 21:41:36.956 INFO ok!
91492024-08-13T21:41:38.464Z[ host-image] Aug 13 21:41:36.956 INFO O| Aug 13 21:41:36.956 INFO STEP 101 (ensure_file) COMPLETE
91502024-08-13T21:41:38.464Z[ host-image] Aug 13 21:41:36.956 INFO O| Aug 13 21:41:36.956 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91512024-08-13T21:41:38.471Z[ host-image] Aug 13 21:41:36.966 INFO O| Aug 13 21:41:36.966 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
91522024-08-13T21:41:38.471Z[ host-image] Aug 13 21:41:36.966 INFO O| Aug 13 21:41:36.966 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.474Z[ host-image] Aug 13 21:41:36.966 INFO O| Aug 13 21:41:36.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
91542024-08-13T21:41:38.474Z[ host-image] Aug 13 21:41:36.966 INFO O| Aug 13 21:41:36.966 INFO ok!
91552024-08-13T21:41:38.474Z[ host-image] Aug 13 21:41:36.966 INFO O| Aug 13 21:41:36.966 INFO STEP 102 (ensure_file) COMPLETE
91562024-08-13T21:41:38.474Z[ host-image] Aug 13 21:41:36.966 INFO O| Aug 13 21:41:36.966 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91572024-08-13T21:41:38.481Z[ host-image] Aug 13 21:41:36.976 INFO O| Aug 13 21:41:36.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
91582024-08-13T21:41:38.481Z[ host-image] Aug 13 21:41:36.976 INFO O| Aug 13 21:41:36.976 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.481Z[ host-image] Aug 13 21:41:36.976 INFO O| Aug 13 21:41:36.976 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-13T21:41:38.484Z[ host-image] Aug 13 21:41:36.976 INFO O| Aug 13 21:41:36.976 INFO ok!
91612024-08-13T21:41:38.484Z[ host-image] Aug 13 21:41:36.976 INFO O| Aug 13 21:41:36.976 INFO STEP 103 (ensure_file) COMPLETE
91622024-08-13T21:41:38.484Z[ host-image] Aug 13 21:41:36.976 INFO O| Aug 13 21:41:36.976 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91632024-08-13T21:41:38.491Z[ host-image] Aug 13 21:41:36.985 INFO O| Aug 13 21:41:36.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
91642024-08-13T21:41:38.491Z[ host-image] Aug 13 21:41:36.985 INFO O| Aug 13 21:41:36.985 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.493Z[ host-image] Aug 13 21:41:36.985 INFO O| Aug 13 21:41:36.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
91662024-08-13T21:41:38.493Z[ host-image] Aug 13 21:41:36.985 INFO O| Aug 13 21:41:36.985 INFO ok!
91672024-08-13T21:41:38.493Z[ host-image] Aug 13 21:41:36.985 INFO O| Aug 13 21:41:36.985 INFO STEP 104 (ensure_file) COMPLETE
91682024-08-13T21:41:38.493Z[ host-image] Aug 13 21:41:36.985 INFO O| Aug 13 21:41:36.985 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91692024-08-13T21:41:38.501Z[ host-image] Aug 13 21:41:36.995 INFO O| Aug 13 21:41:36.995 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
91702024-08-13T21:41:38.501Z[ host-image] Aug 13 21:41:36.995 INFO O| Aug 13 21:41:36.995 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.503Z[ host-image] Aug 13 21:41:36.995 INFO O| Aug 13 21:41:36.995 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-13T21:41:38.503Z[ host-image] Aug 13 21:41:36.995 INFO O| Aug 13 21:41:36.995 INFO ok!
91732024-08-13T21:41:38.503Z[ host-image] Aug 13 21:41:36.995 INFO O| Aug 13 21:41:36.995 INFO STEP 105 (ensure_file) COMPLETE
91742024-08-13T21:41:38.503Z[ host-image] Aug 13 21:41:36.995 INFO O| Aug 13 21:41:36.995 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-08-13T21:41:38.511Z[ host-image] Aug 13 21:41:37.006 INFO O| Aug 13 21:41:37.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
91762024-08-13T21:41:38.512Z[ host-image] Aug 13 21:41:37.006 INFO O| Aug 13 21:41:37.006 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.514Z[ host-image] Aug 13 21:41:37.006 INFO O| Aug 13 21:41:37.006 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-13T21:41:38.514Z[ host-image] Aug 13 21:41:37.006 INFO O| Aug 13 21:41:37.006 INFO ok!
91792024-08-13T21:41:38.514Z[ host-image] Aug 13 21:41:37.006 INFO O| Aug 13 21:41:37.006 INFO STEP 106 (ensure_file) COMPLETE
91802024-08-13T21:41:38.514Z[ host-image] Aug 13 21:41:37.006 INFO O| Aug 13 21:41:37.006 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-08-13T21:41:38.522Z[ host-image] Aug 13 21:41:37.017 INFO O| Aug 13 21:41:37.016 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
91822024-08-13T21:41:38.522Z[ host-image] Aug 13 21:41:37.017 INFO O| Aug 13 21:41:37.017 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.525Z[ host-image] Aug 13 21:41:37.017 INFO O| Aug 13 21:41:37.017 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-13T21:41:38.525Z[ host-image] Aug 13 21:41:37.017 INFO O| Aug 13 21:41:37.017 INFO ok!
91852024-08-13T21:41:38.525Z[ host-image] Aug 13 21:41:37.017 INFO O| Aug 13 21:41:37.017 INFO STEP 107 (ensure_file) COMPLETE
91862024-08-13T21:41:38.525Z[ host-image] Aug 13 21:41:37.017 INFO O| Aug 13 21:41:37.017 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-08-13T21:41:38.533Z[ host-image] Aug 13 21:41:37.028 INFO O| Aug 13 21:41:37.028 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
91882024-08-13T21:41:38.533Z[ host-image] Aug 13 21:41:37.028 INFO O| Aug 13 21:41:37.028 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.536Z[ host-image] Aug 13 21:41:37.028 INFO O| Aug 13 21:41:37.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
91902024-08-13T21:41:38.536Z[ host-image] Aug 13 21:41:37.028 INFO O| Aug 13 21:41:37.028 INFO ok!
91912024-08-13T21:41:38.536Z[ host-image] Aug 13 21:41:37.028 INFO O| Aug 13 21:41:37.028 INFO STEP 108 (ensure_file) COMPLETE
91922024-08-13T21:41:38.536Z[ host-image] Aug 13 21:41:37.028 INFO O| Aug 13 21:41:37.028 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-08-13T21:41:38.544Z[ host-image] Aug 13 21:41:37.038 INFO O| Aug 13 21:41:37.038 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
91942024-08-13T21:41:38.544Z[ host-image] Aug 13 21:41:37.038 INFO O| Aug 13 21:41:37.038 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.546Z[ host-image] Aug 13 21:41:37.038 INFO O| Aug 13 21:41:37.038 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-13T21:41:38.546Z[ host-image] Aug 13 21:41:37.038 INFO O| Aug 13 21:41:37.038 INFO ok!
91972024-08-13T21:41:38.546Z[ host-image] Aug 13 21:41:37.038 INFO O| Aug 13 21:41:37.038 INFO STEP 109 (ensure_file) COMPLETE
91982024-08-13T21:41:38.546Z[ host-image] Aug 13 21:41:37.038 INFO O| Aug 13 21:41:37.038 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-08-13T21:41:38.553Z[ host-image] Aug 13 21:41:37.048 INFO O| Aug 13 21:41:37.048 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92002024-08-13T21:41:38.553Z[ host-image] Aug 13 21:41:37.048 INFO O| Aug 13 21:41:37.048 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.556Z[ host-image] Aug 13 21:41:37.048 INFO O| Aug 13 21:41:37.048 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-13T21:41:38.556Z[ host-image] Aug 13 21:41:37.048 INFO O| Aug 13 21:41:37.048 INFO ok!
92032024-08-13T21:41:38.556Z[ host-image] Aug 13 21:41:37.048 INFO O| Aug 13 21:41:37.048 INFO STEP 110 (ensure_file) COMPLETE
92042024-08-13T21:41:38.556Z[ host-image] Aug 13 21:41:37.048 INFO O| Aug 13 21:41:37.048 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-08-13T21:41:38.563Z[ host-image] Aug 13 21:41:37.058 INFO O| Aug 13 21:41:37.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92062024-08-13T21:41:38.563Z[ host-image] Aug 13 21:41:37.058 INFO O| Aug 13 21:41:37.058 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.566Z[ host-image] Aug 13 21:41:37.058 INFO O| Aug 13 21:41:37.058 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-13T21:41:38.566Z[ host-image] Aug 13 21:41:37.058 INFO O| Aug 13 21:41:37.058 INFO ok!
92092024-08-13T21:41:38.566Z[ host-image] Aug 13 21:41:37.058 INFO O| Aug 13 21:41:37.058 INFO STEP 111 (ensure_file) COMPLETE
92102024-08-13T21:41:38.566Z[ host-image] Aug 13 21:41:37.058 INFO O| Aug 13 21:41:37.058 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-08-13T21:41:38.573Z[ host-image] Aug 13 21:41:37.068 INFO O| Aug 13 21:41:37.068 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92122024-08-13T21:41:38.573Z[ host-image] Aug 13 21:41:37.068 INFO O| Aug 13 21:41:37.068 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.576Z[ host-image] Aug 13 21:41:37.068 INFO O| Aug 13 21:41:37.068 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-13T21:41:38.576Z[ host-image] Aug 13 21:41:37.068 INFO O| Aug 13 21:41:37.068 INFO ok!
92152024-08-13T21:41:38.576Z[ host-image] Aug 13 21:41:37.068 INFO O| Aug 13 21:41:37.068 INFO STEP 112 (ensure_file) COMPLETE
92162024-08-13T21:41:38.576Z[ host-image] Aug 13 21:41:37.068 INFO O| Aug 13 21:41:37.068 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-08-13T21:41:38.583Z[ host-image] Aug 13 21:41:37.077 INFO O| Aug 13 21:41:37.077 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92182024-08-13T21:41:38.583Z[ host-image] Aug 13 21:41:37.077 INFO O| Aug 13 21:41:37.077 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.585Z[ host-image] Aug 13 21:41:37.078 INFO O| Aug 13 21:41:37.078 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-13T21:41:38.585Z[ host-image] Aug 13 21:41:37.078 INFO O| Aug 13 21:41:37.078 INFO ok!
92212024-08-13T21:41:38.585Z[ host-image] Aug 13 21:41:37.078 INFO O| Aug 13 21:41:37.078 INFO STEP 113 (ensure_file) COMPLETE
92222024-08-13T21:41:38.585Z[ host-image] Aug 13 21:41:37.078 INFO O| Aug 13 21:41:37.078 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-08-13T21:41:38.593Z[ host-image] Aug 13 21:41:37.087 INFO O| Aug 13 21:41:37.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92242024-08-13T21:41:38.595Z[ host-image] Aug 13 21:41:37.087 INFO O| Aug 13 21:41:37.087 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.595Z[ host-image] Aug 13 21:41:37.087 INFO O| Aug 13 21:41:37.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92262024-08-13T21:41:38.595Z[ host-image] Aug 13 21:41:37.087 INFO O| Aug 13 21:41:37.087 INFO ok!
92272024-08-13T21:41:38.595Z[ host-image] Aug 13 21:41:37.087 INFO O| Aug 13 21:41:37.087 INFO STEP 114 (ensure_file) COMPLETE
92282024-08-13T21:41:38.595Z[ host-image] Aug 13 21:41:37.087 INFO O| Aug 13 21:41:37.087 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-08-13T21:41:38.603Z[ host-image] Aug 13 21:41:37.097 INFO O| Aug 13 21:41:37.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
92302024-08-13T21:41:38.603Z[ host-image] Aug 13 21:41:37.097 INFO O| Aug 13 21:41:37.097 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.605Z[ host-image] Aug 13 21:41:37.097 INFO O| Aug 13 21:41:37.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
92322024-08-13T21:41:38.605Z[ host-image] Aug 13 21:41:37.097 INFO O| Aug 13 21:41:37.097 INFO ok!
92332024-08-13T21:41:38.605Z[ host-image] Aug 13 21:41:37.097 INFO O| Aug 13 21:41:37.097 INFO STEP 115 (ensure_file) COMPLETE
92342024-08-13T21:41:38.605Z[ host-image] Aug 13 21:41:37.097 INFO O| Aug 13 21:41:37.097 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-08-13T21:41:38.613Z[ host-image] Aug 13 21:41:37.107 INFO O| Aug 13 21:41:37.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
92362024-08-13T21:41:38.613Z[ host-image] Aug 13 21:41:37.107 INFO O| Aug 13 21:41:37.107 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.615Z[ host-image] Aug 13 21:41:37.107 INFO O| Aug 13 21:41:37.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
92382024-08-13T21:41:38.615Z[ host-image] Aug 13 21:41:37.107 INFO O| Aug 13 21:41:37.107 INFO ok!
92392024-08-13T21:41:38.615Z[ host-image] Aug 13 21:41:37.107 INFO O| Aug 13 21:41:37.107 INFO STEP 116 (ensure_file) COMPLETE
92402024-08-13T21:41:38.615Z[ host-image] Aug 13 21:41:37.107 INFO O| Aug 13 21:41:37.107 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-08-13T21:41:38.624Z[ host-image] Aug 13 21:41:37.118 INFO O| Aug 13 21:41:37.118 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
92422024-08-13T21:41:38.624Z[ host-image] Aug 13 21:41:37.118 INFO O| Aug 13 21:41:37.118 INFO copying /tmp/.tmpR7Wfvw/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-13T21:41:38.626Z[ host-image] Aug 13 21:41:37.118 INFO O| Aug 13 21:41:37.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
92442024-08-13T21:41:38.626Z[ host-image] Aug 13 21:41:37.118 INFO O| Aug 13 21:41:37.118 INFO ok!
92452024-08-13T21:41:38.626Z[ host-image] Aug 13 21:41:37.118 INFO O| Aug 13 21:41:37.118 INFO STEP 117 (ensure_file) COMPLETE
92462024-08-13T21:41:38.626Z[ host-image] Aug 13 21:41:37.118 INFO O| Aug 13 21:41:37.118 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-08-13T21:41:38.633Z[ host-image] Aug 13 21:41:37.128 INFO O| Aug 13 21:41:37.128 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
92482024-08-13T21:41:38.633Z[ host-image] Aug 13 21:41:37.128 INFO O| Aug 13 21:41:37.128 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
92492024-08-13T21:41:38.636Z[ host-image] Aug 13 21:41:37.128 INFO O| Aug 13 21:41:37.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
92502024-08-13T21:41:38.636Z[ host-image] Aug 13 21:41:37.128 INFO O| Aug 13 21:41:37.128 INFO ok!
92512024-08-13T21:41:38.636Z[ host-image] Aug 13 21:41:37.128 INFO O| Aug 13 21:41:37.128 INFO STEP 118 (ensure_file) COMPLETE
92522024-08-13T21:41:38.636Z[ host-image] Aug 13 21:41:37.128 INFO O| Aug 13 21:41:37.128 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-08-13T21:41:38.643Z[ host-image] Aug 13 21:41:37.138 INFO O| Aug 13 21:41:37.138 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
92542024-08-13T21:41:38.643Z[ host-image] Aug 13 21:41:37.138 INFO O| Aug 13 21:41:37.138 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
92552024-08-13T21:41:39.747Z[ recovery-image] Aug 13 21:41:38.237 INFO image complete! materials are in "/work/os-recovery"
92562024-08-13T21:41:39.750ZAug 13 21:41:38.242 INFO [recovery-image] process exited with exit status: 0 (407.819480654s)
92572024-08-13T21:41:39.750Z[ recovery-image]
92582024-08-13T21:41:39.750Z[ recovery-image] real 6:47.739222355
92592024-08-13T21:41:39.750Z[ recovery-image] user 4:31.755147287
92602024-08-13T21:41:39.750Z[ recovery-image] sys 1:03.892155341
92612024-08-13T21:41:39.750Z[ recovery-image] trap 0.191031543
92622024-08-13T21:41:39.750Z[ recovery-image] tflt 0.619364277
92632024-08-13T21:41:39.750Z[ recovery-image] dflt 1.282724161
92642024-08-13T21:41:39.750Z[ recovery-image] kflt 0.001338849
92652024-08-13T21:41:39.750Z[ recovery-image] lock 9:16.693738670
92662024-08-13T21:41:39.750Z[ recovery-image] slp 40:50.180252744
92672024-08-13T21:41:39.750Z[ recovery-image] lat 1:33.496735309
92682024-08-13T21:41:39.750Z[ recovery-image] stop 3.765531580
92692024-08-13T21:41:41.946Z[ host-image] Aug 13 21:41:40.440 INFO O| Aug 13 21:41:40.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
92702024-08-13T21:41:41.946Z[ host-image] Aug 13 21:41:40.440 INFO O| Aug 13 21:41:40.440 INFO ok!
92712024-08-13T21:41:41.949Z[ host-image] Aug 13 21:41:40.440 INFO O| Aug 13 21:41:40.440 INFO STEP 119 (ensure_file) COMPLETE
92722024-08-13T21:41:41.949Z[ host-image] Aug 13 21:41:40.440 INFO O| Aug 13 21:41:40.440 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92732024-08-13T21:41:41.957Z[ host-image] Aug 13 21:41:40.451 INFO O| Aug 13 21:41:40.451 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
92742024-08-13T21:41:41.957Z[ host-image] Aug 13 21:41:40.451 INFO O| Aug 13 21:41:40.451 INFO STEP 120 (ensure_dir) COMPLETE
92752024-08-13T21:41:41.960Z[ host-image] Aug 13 21:41:40.451 INFO O| Aug 13 21:41:40.451 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92762024-08-13T21:41:41.966Z[ host-image] Aug 13 21:41:40.460 INFO O| Aug 13 21:41:40.460 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
92772024-08-13T21:41:41.966Z[ host-image] Aug 13 21:41:40.460 INFO O| Aug 13 21:41:40.460 INFO STEP 121 (ensure_dir) COMPLETE
92782024-08-13T21:41:41.969Z[ host-image] Aug 13 21:41:40.460 INFO O| Aug 13 21:41:40.460 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92792024-08-13T21:41:41.976Z[ host-image] Aug 13 21:41:40.470 INFO O| Aug 13 21:41:40.470 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
92802024-08-13T21:41:41.976Z[ host-image] Aug 13 21:41:40.470 INFO O| Aug 13 21:41:40.470 INFO STEP 122 (ensure_dir) COMPLETE
92812024-08-13T21:41:41.978Z[ host-image] Aug 13 21:41:40.470 INFO O| Aug 13 21:41:40.470 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822024-08-13T21:41:41.985Z[ host-image] Aug 13 21:41:40.479 INFO O| Aug 13 21:41:40.479 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
92832024-08-13T21:41:41.985Z[ host-image] Aug 13 21:41:40.479 INFO O| Aug 13 21:41:40.479 INFO STEP 123 (ensure_dir) COMPLETE
92842024-08-13T21:41:41.988Z[ host-image] Aug 13 21:41:40.479 INFO O| Aug 13 21:41:40.479 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92852024-08-13T21:41:41.994Z[ host-image] Aug 13 21:41:40.488 INFO O| Aug 13 21:41:40.488 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
92862024-08-13T21:41:41.994Z[ host-image] Aug 13 21:41:40.488 INFO O| Aug 13 21:41:40.488 INFO copying /tmp/.tmpR7Wfvw/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 ...
92872024-08-13T21:41:41.997Z[ host-image] Aug 13 21:41:40.488 INFO O| Aug 13 21:41:40.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
92882024-08-13T21:41:41.997Z[ host-image] Aug 13 21:41:40.488 INFO O| Aug 13 21:41:40.488 INFO ok!
92892024-08-13T21:41:41.997Z[ host-image] Aug 13 21:41:40.488 INFO O| Aug 13 21:41:40.488 INFO STEP 124 (ensure_file) COMPLETE
92902024-08-13T21:41:41.997Z[ host-image] Aug 13 21:41:40.488 INFO O| Aug 13 21:41:40.488 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92912024-08-13T21:41:42.003Z[ host-image] Aug 13 21:41:40.497 INFO O| Aug 13 21:41:40.497 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92922024-08-13T21:41:42.003Z[ host-image] Aug 13 21:41:40.497 INFO O| Aug 13 21:41:40.497 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92932024-08-13T21:41:42.003Z[ host-image] Aug 13 21:41:40.497 INFO O| Aug 13 21:41:40.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
92942024-08-13T21:41:42.006Z[ host-image] Aug 13 21:41:40.497 INFO O| Aug 13 21:41:40.497 INFO STEP 125 (ensure_dir) COMPLETE
92952024-08-13T21:41:42.006Z[ host-image] Aug 13 21:41:40.497 INFO O| Aug 13 21:41:40.497 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92962024-08-13T21:41:42.012Z[ host-image] Aug 13 21:41:40.507 INFO O| Aug 13 21:41:40.506 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
92972024-08-13T21:41:42.012Z[ host-image] Aug 13 21:41:40.507 INFO O| Aug 13 21:41:40.507 INFO copying /tmp/.tmpR7Wfvw/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
92982024-08-13T21:41:42.015Z[ host-image] Aug 13 21:41:40.507 INFO O| Aug 13 21:41:40.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
92992024-08-13T21:41:42.015Z[ host-image] Aug 13 21:41:40.507 INFO O| Aug 13 21:41:40.507 INFO ok!
93002024-08-13T21:41:42.015Z[ host-image] Aug 13 21:41:40.507 INFO O| Aug 13 21:41:40.507 INFO STEP 126 (ensure_file) COMPLETE
93012024-08-13T21:41:42.015Z[ host-image] Aug 13 21:41:40.507 INFO O| Aug 13 21:41:40.507 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93022024-08-13T21:41:42.022Z[ host-image] Aug 13 21:41:40.516 INFO O| Aug 13 21:41:40.516 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93032024-08-13T21:41:42.024Z[ host-image] Aug 13 21:41:40.516 INFO O| Aug 13 21:41:40.516 INFO STEP 127 (remove_files) COMPLETE
93042024-08-13T21:41:42.024Z[ host-image] Aug 13 21:41:40.516 INFO O| Aug 13 21:41:40.516 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93052024-08-13T21:41:42.031Z[ host-image] Aug 13 21:41:40.525 INFO O| Aug 13 21:41:40.525 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93062024-08-13T21:41:42.034Z[ host-image] Aug 13 21:41:40.525 INFO O| Aug 13 21:41:40.525 INFO STEP 128 (remove_files) COMPLETE
93072024-08-13T21:41:42.034Z[ host-image] Aug 13 21:41:40.525 INFO O| Aug 13 21:41:40.525 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93082024-08-13T21:41:42.040Z[ host-image] Aug 13 21:41:40.534 INFO O| Aug 13 21:41:40.534 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93092024-08-13T21:41:42.043Z[ host-image] Aug 13 21:41:40.535 INFO O| Aug 13 21:41:40.535 INFO STEP 129 (remove_files) COMPLETE
93102024-08-13T21:41:42.043Z[ host-image] Aug 13 21:41:40.535 INFO O| Aug 13 21:41:40.535 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93112024-08-13T21:41:42.050Z[ host-image] Aug 13 21:41:40.544 INFO O| Aug 13 21:41:40.544 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93122024-08-13T21:41:42.053Z[ host-image] Aug 13 21:41:40.544 INFO O| Aug 13 21:41:40.544 INFO STEP 130 (remove_files) COMPLETE
93132024-08-13T21:41:42.053Z[ host-image] Aug 13 21:41:40.544 INFO O| Aug 13 21:41:40.544 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93142024-08-13T21:41:42.059Z[ host-image] Aug 13 21:41:40.553 INFO O| Aug 13 21:41:40.553 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93152024-08-13T21:41:42.062Z[ host-image] Aug 13 21:41:40.553 INFO O| Aug 13 21:41:40.553 INFO STEP 131 (remove_files) COMPLETE
93162024-08-13T21:41:42.062Z[ host-image] Aug 13 21:41:40.553 INFO O| Aug 13 21:41:40.553 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93172024-08-13T21:41:42.068Z[ host-image] Aug 13 21:41:40.562 INFO O| Aug 13 21:41:40.562 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93182024-08-13T21:41:42.071Z[ host-image] Aug 13 21:41:40.562 INFO O| Aug 13 21:41:40.562 INFO STEP 132 (remove_files) COMPLETE
93192024-08-13T21:41:42.071Z[ host-image] Aug 13 21:41:40.562 INFO O| Aug 13 21:41:40.562 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93202024-08-13T21:41:42.077Z[ host-image] Aug 13 21:41:40.572 INFO O| Aug 13 21:41:40.572 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93212024-08-13T21:41:42.080Z[ host-image] Aug 13 21:41:40.572 INFO O| Aug 13 21:41:40.572 INFO STEP 133 (remove_files) COMPLETE
93222024-08-13T21:41:42.080Z[ host-image] Aug 13 21:41:40.572 INFO O| Aug 13 21:41:40.572 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93232024-08-13T21:41:42.087Z[ host-image] Aug 13 21:41:40.581 INFO O| Aug 13 21:41:40.581 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93242024-08-13T21:41:42.087Z[ host-image] Aug 13 21:41:40.581 INFO O| Aug 13 21:41:40.581 INFO STEP 134 (remove_files) COMPLETE
93252024-08-13T21:41:42.090Z[ host-image] Aug 13 21:41:40.581 INFO O| Aug 13 21:41:40.581 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93262024-08-13T21:41:42.096Z[ host-image] Aug 13 21:41:40.590 INFO O| Aug 13 21:41:40.590 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93272024-08-13T21:41:42.096Z[ host-image] Aug 13 21:41:40.590 INFO O| Aug 13 21:41:40.590 INFO STEP 135 (remove_files) COMPLETE
93282024-08-13T21:41:42.099Z[ host-image] Aug 13 21:41:40.590 INFO O| Aug 13 21:41:40.590 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93292024-08-13T21:41:42.105Z[ host-image] Aug 13 21:41:40.599 INFO O| Aug 13 21:41:40.599 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93302024-08-13T21:41:42.107Z[ host-image] Aug 13 21:41:40.599 INFO O| Aug 13 21:41:40.599 INFO STEP 136 (remove_files) COMPLETE
93312024-08-13T21:41:42.107Z[ host-image] Aug 13 21:41:40.599 INFO O| Aug 13 21:41:40.599 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93322024-08-13T21:41:42.115Z[ host-image] Aug 13 21:41:40.608 INFO O| Aug 13 21:41:40.608 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93332024-08-13T21:41:42.118Z[ host-image] Aug 13 21:41:40.608 INFO O| Aug 13 21:41:40.608 INFO STEP 137 (remove_files) COMPLETE
93342024-08-13T21:41:42.118Z[ host-image] Aug 13 21:41:40.608 INFO O| Aug 13 21:41:40.608 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93352024-08-13T21:41:42.123Z[ host-image] Aug 13 21:41:40.617 INFO O| Aug 13 21:41:40.617 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93362024-08-13T21:41:42.126Z[ host-image] Aug 13 21:41:40.617 INFO O| Aug 13 21:41:40.617 INFO STEP 138 (remove_files) COMPLETE
93372024-08-13T21:41:42.126Z[ host-image] Aug 13 21:41:40.617 INFO O| Aug 13 21:41:40.617 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93382024-08-13T21:41:42.133Z[ host-image] Aug 13 21:41:40.627 INFO O| Aug 13 21:41:40.627 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93392024-08-13T21:41:42.135Z[ host-image] Aug 13 21:41:40.627 INFO O| Aug 13 21:41:40.627 INFO STEP 139 (remove_files) COMPLETE
93402024-08-13T21:41:42.135Z[ host-image] Aug 13 21:41:40.627 INFO O| Aug 13 21:41:40.627 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93412024-08-13T21:41:42.142Z[ host-image] Aug 13 21:41:40.636 INFO O| Aug 13 21:41:40.636 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93422024-08-13T21:41:42.142Z[ host-image] Aug 13 21:41:40.636 INFO O| Aug 13 21:41:40.636 INFO STEP 140 (remove_files) COMPLETE
93432024-08-13T21:41:42.142Z[ host-image] Aug 13 21:41:40.636 INFO O| Aug 13 21:41:40.636 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93442024-08-13T21:41:42.151Z[ host-image] Aug 13 21:41:40.645 INFO O| Aug 13 21:41:40.645 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
93452024-08-13T21:41:42.151Z[ host-image] Aug 13 21:41:40.645 INFO O| Aug 13 21:41:40.645 INFO STEP 141 (remove_files) COMPLETE
93462024-08-13T21:41:42.151Z[ host-image] Aug 13 21:41:40.645 INFO O| Aug 13 21:41:40.645 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93472024-08-13T21:41:42.160Z[ host-image] Aug 13 21:41:40.654 INFO O| Aug 13 21:41:40.654 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
93482024-08-13T21:41:42.160Z[ host-image] Aug 13 21:41:40.654 INFO O| Aug 13 21:41:40.654 INFO STEP 142 (remove_files) COMPLETE
93492024-08-13T21:41:42.163Z[ host-image] Aug 13 21:41:40.654 INFO O| Aug 13 21:41:40.654 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93502024-08-13T21:41:42.169Z[ host-image] Aug 13 21:41:40.663 INFO O| Aug 13 21:41:40.663 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
93512024-08-13T21:41:42.169Z[ host-image] Aug 13 21:41:40.663 INFO O| Aug 13 21:41:40.663 INFO STEP 143 (remove_files) COMPLETE
93522024-08-13T21:41:42.172Z[ host-image] Aug 13 21:41:40.663 INFO O| Aug 13 21:41:40.663 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93532024-08-13T21:41:42.179Z[ host-image] Aug 13 21:41:40.673 INFO O| Aug 13 21:41:40.673 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
93542024-08-13T21:41:42.181Z[ host-image] Aug 13 21:41:40.673 INFO O| Aug 13 21:41:40.673 INFO STEP 144 (remove_files) COMPLETE
93552024-08-13T21:41:42.181Z[ host-image] Aug 13 21:41:40.673 INFO O| Aug 13 21:41:40.673 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93562024-08-13T21:41:42.188Z[ host-image] Aug 13 21:41:40.682 INFO O| Aug 13 21:41:40.682 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
93572024-08-13T21:41:42.188Z[ host-image] Aug 13 21:41:40.682 INFO O| Aug 13 21:41:40.682 INFO STEP 145 (remove_files) COMPLETE
93582024-08-13T21:41:42.188Z[ host-image] Aug 13 21:41:40.682 INFO O| Aug 13 21:41:40.682 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93592024-08-13T21:41:42.197Z[ host-image] Aug 13 21:41:40.691 INFO O| Aug 13 21:41:40.691 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
93602024-08-13T21:41:42.197Z[ host-image] Aug 13 21:41:40.691 INFO O| Aug 13 21:41:40.691 INFO STEP 146 (remove_files) COMPLETE
93612024-08-13T21:41:42.200Z[ host-image] Aug 13 21:41:40.691 INFO O| Aug 13 21:41:40.691 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93622024-08-13T21:41:42.206Z[ host-image] Aug 13 21:41:40.700 INFO O| Aug 13 21:41:40.700 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93632024-08-13T21:41:42.208Z[ host-image] Aug 13 21:41:40.700 INFO O| Aug 13 21:41:40.700 INFO STEP 147 (remove_files) COMPLETE
93642024-08-13T21:41:42.208Z[ host-image] Aug 13 21:41:40.700 INFO O| Aug 13 21:41:40.700 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93652024-08-13T21:41:42.215Z[ host-image] Aug 13 21:41:40.709 INFO O| Aug 13 21:41:40.709 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
93662024-08-13T21:41:42.218Z[ host-image] Aug 13 21:41:40.709 INFO O| Aug 13 21:41:40.709 INFO STEP 148 (remove_files) COMPLETE
93672024-08-13T21:41:42.218Z[ host-image] Aug 13 21:41:40.709 INFO O| Aug 13 21:41:40.709 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93682024-08-13T21:41:42.224Z[ host-image] Aug 13 21:41:40.718 INFO O| Aug 13 21:41:40.718 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93692024-08-13T21:41:42.224Z[ host-image] Aug 13 21:41:40.718 INFO O| Aug 13 21:41:40.718 INFO STEP 149 (remove_files) COMPLETE
93702024-08-13T21:41:42.227Z[ host-image] Aug 13 21:41:40.718 INFO O| Aug 13 21:41:40.718 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93712024-08-13T21:41:42.233Z[ host-image] Aug 13 21:41:40.727 INFO O| Aug 13 21:41:40.727 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
93722024-08-13T21:41:42.236Z[ host-image] Aug 13 21:41:40.727 INFO O| Aug 13 21:41:40.727 INFO STEP 150 (remove_files) COMPLETE
93732024-08-13T21:41:42.236Z[ host-image] Aug 13 21:41:40.728 INFO O| Aug 13 21:41:40.727 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93742024-08-13T21:41:42.243Z[ host-image] Aug 13 21:41:40.737 INFO O| Aug 13 21:41:40.737 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
93752024-08-13T21:41:42.243Z[ host-image] Aug 13 21:41:40.737 INFO O| Aug 13 21:41:40.737 INFO STEP 151 (remove_files) COMPLETE
93762024-08-13T21:41:42.243Z[ host-image] Aug 13 21:41:40.737 INFO O| Aug 13 21:41:40.737 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93772024-08-13T21:41:42.252Z[ host-image] Aug 13 21:41:40.746 INFO O| Aug 13 21:41:40.746 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
93782024-08-13T21:41:42.254Z[ host-image] Aug 13 21:41:40.746 INFO O| Aug 13 21:41:40.746 INFO STEP 152 (remove_files) COMPLETE
93792024-08-13T21:41:42.254Z[ host-image] Aug 13 21:41:40.746 INFO O| Aug 13 21:41:40.746 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93802024-08-13T21:41:42.261Z[ host-image] Aug 13 21:41:40.755 INFO O| Aug 13 21:41:40.755 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
93812024-08-13T21:41:42.261Z[ host-image] Aug 13 21:41:40.755 INFO O| Aug 13 21:41:40.755 INFO STEP 153 (remove_files) COMPLETE
93822024-08-13T21:41:42.263Z[ host-image] Aug 13 21:41:40.755 INFO O| Aug 13 21:41:40.755 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93832024-08-13T21:41:42.270Z[ host-image] Aug 13 21:41:40.764 INFO O| Aug 13 21:41:40.764 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
93842024-08-13T21:41:42.270Z[ host-image] Aug 13 21:41:40.764 INFO O| Aug 13 21:41:40.764 INFO STEP 154 (remove_files) COMPLETE
93852024-08-13T21:41:42.273Z[ host-image] Aug 13 21:41:40.764 INFO O| Aug 13 21:41:40.764 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93862024-08-13T21:41:42.279Z[ host-image] Aug 13 21:41:40.773 INFO O| Aug 13 21:41:40.773 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
93872024-08-13T21:41:42.279Z[ host-image] Aug 13 21:41:40.773 INFO O| Aug 13 21:41:40.773 INFO STEP 155 (remove_files) COMPLETE
93882024-08-13T21:41:42.279Z[ host-image] Aug 13 21:41:40.773 INFO O| Aug 13 21:41:40.773 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93892024-08-13T21:41:42.293Z[ host-image] Aug 13 21:41:40.787 INFO O| Aug 13 21:41:40.787 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
93902024-08-13T21:41:42.295Z[ host-image] Aug 13 21:41:40.787 INFO O| Aug 13 21:41:40.787 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_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
93912024-08-13T21:41:48.347Z[ host-image] Aug 13 21:41:46.840 INFO O| Aug 13 21:41:46.840 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
93922024-08-13T21:41:48.347Z[ host-image] Aug 13 21:41:46.840 INFO O| Aug 13 21:41:46.840 INFO E| svccfg: Loaded 74 smf(7) service descriptions
93932024-08-13T21:41:48.360Z[ host-image] Aug 13 21:41:46.853 INFO O| Aug 13 21:41:46.853 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "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"}
93942024-08-13T21:41:48.436Z[ host-image] Aug 13 21:41:46.929 INFO O| Aug 13 21:41:46.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
93952024-08-13T21:41:48.436Z[ host-image] Aug 13 21:41:46.929 INFO O| Aug 13 21:41:46.929 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
93962024-08-13T21:41:48.438Z[ host-image] Aug 13 21:41:46.931 INFO O| Aug 13 21:41:46.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
93972024-08-13T21:41:48.439Z[ host-image] Aug 13 21:41:46.931 INFO O| Aug 13 21:41:46.931 INFO ok!
93982024-08-13T21:41:48.439Z[ host-image] Aug 13 21:41:46.931 INFO O| Aug 13 21:41:46.931 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
93992024-08-13T21:41:48.439Z[ host-image] Aug 13 21:41:46.931 INFO O| Aug 13 21:41:46.931 INFO STEP 156 (seed_smf) COMPLETE
94002024-08-13T21:41:48.439Z[ host-image] Aug 13 21:41:46.931 INFO O| Aug 13 21:41:46.931 INFO steps complete; finalising image!
94012024-08-13T21:41:48.439Z[ host-image] Aug 13 21:41:46.931 INFO O| Aug 13 21:41:46.931 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94022024-08-13T21:41:48.576Z[ host-image] Aug 13 21:41:47.069 INFO O| Aug 13 21:41:47.068 INFO trim TEMPORARY-gimlet-zfs: (25% trimmed, started at Tue Aug 13 21:41:46 2024)
94032024-08-13T21:41:48.796Z[ host-image] Aug 13 21:41:47.289 INFO O| Aug 13 21:41:47.289 INFO temporary pool has 664M used, 168M avail, 1.88x compressratio
94042024-08-13T21:41:48.796Z[ host-image] Aug 13 21:41:47.289 INFO O| Aug 13 21:41:47.289 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94052024-08-13T21:41:49.050Z[ host-image] Aug 13 21:41:47.543 INFO O| Aug 13 21:41:47.543 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94062024-08-13T21:41:49.050Z[ host-image] Aug 13 21:41:47.543 INFO O| Aug 13 21:41:47.543 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94072024-08-13T21:41:50.099Z[ host-image] Aug 13 21:41:48.592 INFO O| Aug 13 21:41:48.592 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94082024-08-13T21:41:50.100Z[ host-image] Aug 13 21:41:48.592 INFO O| Aug 13 21:41:48.592 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94092024-08-13T21:41:50.102Z[ host-image] Aug 13 21:41:48.592 INFO O| Aug 13 21:41:48.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94102024-08-13T21:41:50.102Z[ host-image] Aug 13 21:41:48.592 INFO O| Aug 13 21:41:48.592 INFO completed processing gimlet/zfs
94112024-08-13T21:41:50.102Z[ host-image] Aug 13 21:41:48.592 INFO O| Aug 13 21:41:48.592 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94122024-08-13T21:41:56.413Z[ host-image] Aug 13 21:41:54.905 INFO O| Aug 13 21:41:54.905 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94132024-08-13T21:41:56.499Z[ host-image] Aug 13 21:41:54.991 INFO BUILD STRING "heads/stlouis-0-g42aef17a3e\n"
94142024-08-13T21:41:56.499Z[ host-image] Aug 13 21:41:54.991 INFO expanded image name: "ci a19d8b0/${os_short_commit} 2024-08-13 21:14" -> "ci a19d8b0/42aef17 2024-08-13 21:14"
94152024-08-13T21:41:56.501Z[ host-image] Aug 13 21:41:54.991 INFO output artefacts stored in: "/work/os-host"
94162024-08-13T21:41:56.501Z[ host-image] Aug 13 21:41:54.992 INFO collecting git info from project "image-builder"...
94172024-08-13T21:41:56.505Z[ host-image] Aug 13 21:41:54.997 INFO collecting git info from project "amd-firmware"...
94182024-08-13T21:41:56.513Z[ host-image] Aug 13 21:41:55.005 INFO collecting git info from project "chelsio-t6-roms"...
94192024-08-13T21:41:56.518Z[ host-image] Aug 13 21:41:55.010 INFO collecting git info from project "amd-host-image-builder"...
94202024-08-13T21:41:56.531Z[ host-image] Aug 13 21:41:55.024 INFO collecting git info from project "bootserver"...
94212024-08-13T21:41:56.536Z[ host-image] Aug 13 21:41:55.028 INFO collecting git info from project "pinprick"...
94222024-08-13T21:41:56.540Z[ host-image] Aug 13 21:41:55.032 INFO collecting git info from project "pilot"...
94232024-08-13T21:41:56.545Z[ host-image] Aug 13 21:41:55.038 INFO collecting git info from project "phbl"...
94242024-08-13T21:41:56.550Z[ host-image] Aug 13 21:41:55.042 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94252024-08-13T21:41:56.902Z[ host-image] Aug 13 21:41:55.394 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94262024-08-13T21:41:57.235Z[ host-image] Aug 13 21:41:55.727 INFO creating Oxide boot image...
94272024-08-13T21:41:57.235Z[ host-image] Aug 13 21:41:55.727 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci a19d8b0/42aef17 2024-08-13 21:14", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94282024-08-13T21:41:58.163Z[ host-image] Aug 13 21:41:56.654 INFO O| ok, image written!
94292024-08-13T21:41:58.163Z[ host-image] Aug 13 21:41:56.654 INFO O| ok, boot_image_csum file written!
94302024-08-13T21:41:58.165Z[ host-image] Aug 13 21:41:56.658 INFO creating boot archive (CPIO)...
94312024-08-13T21:41:58.168Z[ host-image] Aug 13 21:41:56.658 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
94322024-08-13T21:41:58.175Z[ host-image] Aug 13 21:41:56.667 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94332024-08-13T21:41:58.175Z[ host-image] Aug 13 21:41:56.667 INFO E| + outfile=/work/os-host/cpio
94342024-08-13T21:41:58.177Z[ host-image] Aug 13 21:41:56.667 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94352024-08-13T21:41:58.177Z[ host-image] Aug 13 21:41:56.669 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94362024-08-13T21:41:58.177Z[ host-image] Aug 13 21:41:56.670 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94372024-08-13T21:41:58.212Z[ host-image] Aug 13 21:41:56.704 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94382024-08-13T21:41:58.212Z[ host-image] Aug 13 21:41:56.704 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94392024-08-13T21:41:58.220Z[ host-image] Aug 13 21:41:56.712 INFO creating compressed cpio/unix for nanobl-rs...
94402024-08-13T21:41:58.223Z[ host-image] Aug 13 21:41:56.712 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
94412024-08-13T21:41:58.501Z[ host-image] Aug 13 21:41:56.993 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
94422024-08-13T21:42:02.837Z[ host-image] Aug 13 21:42:01.328 INFO creating reset image...
94432024-08-13T21:42:02.840Z[ host-image] Aug 13 21:42:01.328 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
94442024-08-13T21:42:02.920Z[ host-image] Aug 13 21:42:01.412 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
94452024-08-13T21:42:02.923Z[ host-image] Aug 13 21:42:01.413 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
94462024-08-13T21:42:02.985Z[ host-image] Aug 13 21:42:01.476 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94472024-08-13T21:42:05.145Z[ host-image] Aug 13 21:42:03.637 INFO E| Finished `release` profile [optimized] target(s) in 2.21s
94482024-08-13T21:42:05.158Z[ host-image] Aug 13 21:42:03.648 INFO building host image...
94492024-08-13T21:42:05.161Z[ host-image] Aug 13 21:42:03.648 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")
94502024-08-13T21:42:05.627Z[ host-image] Aug 13 21:42:04.118 INFO finishing image archive at "/work/os-host/os.tar.gz"...
94512024-08-13T21:42:51.540Z[ host-image] Aug 13 21:42:50.026 INFO image complete! materials are in "/work/os-host"
94522024-08-13T21:42:51.543Z[ host-image]
94532024-08-13T21:42:51.543Z[ host-image] real 8:13.203944366
94542024-08-13T21:42:51.543Z[ host-image] user 4:03.432557833
94552024-08-13T21:42:51.546Z[ host-image] sys 48.855163136
94562024-08-13T21:42:51.546Z[ host-image] trap 0.144590501
94572024-08-13T21:42:51.546Z[ host-image] tflt 0.005906109
94582024-08-13T21:42:51.546Z[ host-image] dflt 0.046432215
94592024-08-13T21:42:51.546Z[ host-image] kflt 0.000008179
94602024-08-13T21:42:51.546Z[ host-image] lock 8:29.378874692
94612024-08-13T21:42:51.546Z[ host-image] slp 44:29.945379338
94622024-08-13T21:42:51.546Z[ host-image] lat 1:08.567441017
94632024-08-13T21:42:51.546ZAug 13 21:42:50.030 INFO [host-image] process exited with exit status: 0 (493.218505893s)
94642024-08-13T21:42:51.546Z[ host-image] stop 0.411533429
94652024-08-13T21:42:51.546ZAug 13 21:42:50.030 INFO [tuf-repo] running task
94662024-08-13T21:42:58.591ZAug 13 21:42:57.077 INFO assembling repository in `/tmp/tufaceousmcXv83`, component: OmicronRepoAssembler
94672024-08-13T21:43:03.066ZAug 13 21:43:01.552 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
94682024-08-13T21:43:03.243ZAug 13 21:43:01.728 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
94692024-08-13T21:43:14.024ZAug 13 21:43:12.507 INFO [tuf-repo] task succeeded (22.477168859s)
94702024-08-13T21:43:14.024ZAug 13 21:43:12.507 INFO all jobs completed in 1711.791716059s
94712024-08-13T21:43:14.551Zprocess exited: duration 2250138 ms, exit code 0
 
94722024-08-13T21:43:14.562Zfound 33 output files
94732024-08-13T21:43:14.562Zuploading: /work/manifest.toml (8404 bytes)
94742024-08-13T21:43:15.571Zuploaded: /work/manifest.toml
94752024-08-13T21:43:15.580Zuploading: /work/repo.zip (1763045305 bytes)
94762024-08-13T21:43:43.267Zuploaded: /work/repo.zip
94772024-08-13T21:43:43.267Zuploading: /work/repo.zip.sha256.txt (65 bytes)
94782024-08-13T21:43:44.307Zuploaded: /work/repo.zip.sha256.txt
94792024-08-13T21:43:44.307Zuploading: /work/helios-setup.log (51672 bytes)
94802024-08-13T21:43:45.324Zuploaded: /work/helios-setup.log
94812024-08-13T21:43:45.324Zuploading: /work/host-image.log (194271 bytes)
94822024-08-13T21:43:46.348Zuploaded: /work/host-image.log
94832024-08-13T21:43:46.349Zuploading: /work/host-package.log (18150 bytes)
94842024-08-13T21:43:47.357Zuploaded: /work/host-package.log
94852024-08-13T21:43:47.357Zuploading: /work/host-target.log (101 bytes)
94862024-08-13T21:43:48.366Zuploaded: /work/host-target.log
94872024-08-13T21:43:48.367Zuploading: /work/omicron-package.log (4520 bytes)
94882024-08-13T21:43:49.375Zuploaded: /work/omicron-package.log
94892024-08-13T21:43:49.375Zuploading: /work/phbl-toolchain.log (881 bytes)
94902024-08-13T21:43:50.383Zuploaded: /work/phbl-toolchain.log
94912024-08-13T21:43:50.386Zuploading: /work/recovery-image.log (591112 bytes)
94922024-08-13T21:43:51.402Zuploaded: /work/recovery-image.log
94932024-08-13T21:43:51.402Zuploading: /work/recovery-package.log (282 bytes)
94942024-08-13T21:43:52.410Zuploaded: /work/recovery-package.log
94952024-08-13T21:43:52.411Zuploading: /work/recovery-target.log (98 bytes)
94962024-08-13T21:43:53.419Zuploaded: /work/recovery-target.log
94972024-08-13T21:43:53.419Zuploading: /work/stamp-clickhouse.log (117 bytes)
94982024-08-13T21:43:54.428Zuploaded: /work/stamp-clickhouse.log
94992024-08-13T21:43:54.428Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95002024-08-13T21:43:55.436Zuploaded: /work/stamp-clickhouse_keeper.log
95012024-08-13T21:43:55.436Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95022024-08-13T21:43:56.445Zuploaded: /work/stamp-cockroachdb.log
95032024-08-13T21:43:56.446Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95042024-08-13T21:43:57.454Zuploaded: /work/stamp-crucible-dtrace.log
95052024-08-13T21:43:57.454Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95062024-08-13T21:43:58.462Zuploaded: /work/stamp-crucible-pantry-zone.log
95072024-08-13T21:43:58.462Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95082024-08-13T21:43:59.469Zuploaded: /work/stamp-crucible-zone.log
95092024-08-13T21:43:59.469Zuploading: /work/stamp-external-dns.log (119 bytes)
95102024-08-13T21:44:00.478Zuploaded: /work/stamp-external-dns.log
95112024-08-13T21:44:00.478Zuploading: /work/stamp-installinator.log (103 bytes)
95122024-08-13T21:44:01.486Zuploaded: /work/stamp-installinator.log
95132024-08-13T21:44:01.486Zuploading: /work/stamp-internal-dns.log (119 bytes)
95142024-08-13T21:44:02.495Zuploaded: /work/stamp-internal-dns.log
95152024-08-13T21:44:02.495Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95162024-08-13T21:44:03.503Zuploaded: /work/stamp-mg-ddm-gz.log
95172024-08-13T21:44:03.503Zuploading: /work/stamp-nexus.log (112 bytes)
95182024-08-13T21:44:04.511Zuploaded: /work/stamp-nexus.log
95192024-08-13T21:44:04.511Zuploading: /work/stamp-ntp.log (110 bytes)
95202024-08-13T21:44:05.518Zuploaded: /work/stamp-ntp.log
95212024-08-13T21:44:05.518Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95222024-08-13T21:44:06.526Zuploaded: /work/stamp-omicron-sled-agent.log
95232024-08-13T21:44:06.526Zuploading: /work/stamp-overlay.log (114 bytes)
95242024-08-13T21:44:07.534Zuploaded: /work/stamp-overlay.log
95252024-08-13T21:44:07.534Zuploading: /work/stamp-oximeter.log (115 bytes)
95262024-08-13T21:44:08.544Zuploaded: /work/stamp-oximeter.log
95272024-08-13T21:44:08.544Zuploading: /work/stamp-oxlog.log (109 bytes)
95282024-08-13T21:44:09.552Zuploaded: /work/stamp-oxlog.log
95292024-08-13T21:44:09.552Zuploading: /work/stamp-probe.log (112 bytes)
95302024-08-13T21:44:10.559Zuploaded: /work/stamp-probe.log
95312024-08-13T21:44:10.559Zuploading: /work/stamp-propolis-server.log (122 bytes)
95322024-08-13T21:44:11.567Zuploaded: /work/stamp-propolis-server.log
95332024-08-13T21:44:11.568Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95342024-08-13T21:44:12.575Zuploaded: /work/stamp-pumpkind-gz.log
95352024-08-13T21:44:12.576Zuploading: /work/stamp-switch-asic.log (118 bytes)
95362024-08-13T21:44:13.584Zuploaded: /work/stamp-switch-asic.log
95372024-08-13T21:44:13.584Zuploading: /work/verify-libraries.log (1883 bytes)
95382024-08-13T21:44:14.592Zuploaded: /work/verify-libraries.log